]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(Abbrevs): A @node line without explicit Prev, Next, and Up links.
[gnu-emacs] / lisp / ChangeLog
1 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * term/mac-win.el: (mac-utxt-to-string): Don't make adjustment for
4 MacJapanese if text is ASCII-only.
5
6 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
7
8 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
9 unless so nil isn't returned.
10 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
11
12 2006-05-06 Kim F. Storm <storm@cua.dk>
13
14 * subr.el (add-to-history): New function.
15
16 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
17 (ediff-merge-files-with-ancestor):
18 * env.el (setenv):
19 * isearch.el (isearch-update-ring):
20 * server.el (server-visit-files):
21 * progmodes/grep.el (lgrep, rgrep):
22 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
23 * progmodes/xscheme.el (xscheme-insert-expression):
24 Use add-to-history.
25
26 * kmacro.el (kmacro-push-ring): Use add-to-history.
27 (kmacro-ring-length): Remove unused defun.
28 (kmacro-start-macro): Use kmacro-push-ring.
29
30 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
31
32 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
33 directly instead of a lambda expression that calls it.
34
35 2006-05-06 Kim F. Storm <storm@cua.dk>
36
37 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
38 instead of compute-motion.
39
40 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
41
42 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
43 change.
44
45 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
46
47 * startup.el (command-line-1): Refer to "Pure Storage" on
48 pure-space-overflow.
49
50 2006-05-05 Martin Rudalics <rudalics@gmx.at>
51
52 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
53 provided faces once they all have been used up.
54
55 2006-05-05 Eli Zaretskii <eliz@gnu.org>
56
57 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
58 reference to the Lisp manual to the warning about pure space
59 overflow.
60
61 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
62
63 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
64 argument to avoid the call to `ispell-internal-change-dictionary'
65 when not needed.
66 (ispell-change-dictionary): Use this argument and call
67 `ispell-internal-change-dictionary' after the possible change
68 to `ispell-local-dictionary'.
69 (ispell-internal-change-dictionary): Check for a change in
70 personal dictionary use too.
71 Cosmetic changes from Agustin Martin
72 <agustin.martin@hispalinux.es>.
73
74 2006-05-05 Eli Zaretskii <eliz@gnu.org>
75
76 * startup.el (command-line): On MS-Windows, probe "~", not
77 "~USER", for warning about non-existent home directory
78
79 * arc-mode.el (archive-l-e): New optional argument `float' means
80 generate a float value.
81 (archive-arc-summarize, archive-lzh-summarize)
82 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
83 with 3rd argument non-nil when file's size is being computed.
84 Format the file sizes with %8.0f instead of %8d.
85
86 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
87
88 * cus-start.el (all): Add mac-dnd-known-types.
89
90 * term/mac-win.el: (mac-utxt-to-string, mac-string-to-utxt)
91 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
92 (mac-TIFF-to-string): New functions.
93 (x-get-selection, x-selection-value)
94 (mac-select-convert-to-string): Use them.
95 (mac-text-encoding-mac-japanese-basic-variant): New constant.
96 (mac-dnd-types-alist): New customization variable.
97 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
98 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
99 (mac-dnd-handle-drag-n-drop-event): New functions.
100 (mac-drag-n-drop): Remove function.
101 (global-map): Bind drag-n-drop and M-drag-n-drop to
102 mac-dnd-handle-drag-n-drop-event.
103
104 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
105
106 * progmodes/perl-mode.el (perl-beginning-of-function):
107 Skip anonymous subs.
108
109 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
110
111 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
112 regexp-opt at run time.
113
114 * term.el (term-handle-ansi-escape): Fix off by one error.
115
116 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
117
118 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
119 (gdb-init-1, gdb-post-prompt): ...and references to it.
120 (gdb-frame-handler): Strip directory name from filename if present.
121
122 * progmodes/gud.el (gdb-force-update): Delete defvar
123 (gud-speedbar-buttons): ...and references to it. Use window-start
124 to try to keep positon in watch expression.
125
126 2006-05-03 Richard Stallman <rms@gnu.org>
127
128 * simple.el (next-history-element, previous-history-element): Doc fix.
129
130 * isearch.el (isearch-update-ring): Doc fix.
131
132 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
133
134 * isearch.el (isearch-update-ring): Take history-delete-duplicates
135 into consideration. Replace one arm ifs with whens.
136
137 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
138
139 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
140 (menu): Fix typo.
141
142 2006-05-02 Miles Bader <miles@gnu.org>
143
144 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
145
146 2006-05-02 Jay Belanger <belanger@truman.edu>
147
148 * calc/calc-embed.el: (calc-override-minor-modes-map)
149 (calc-override-minor-modes): New variables.
150 (calc-do-embedded): Make sure that Calc keystrokes aren't
151 overwritten by minor modes.
152
153 2006-05-02 Chong Yidong <cyd@mit.edu>
154
155 * msb.el (msb): If EVENT is a down event, read and discard the up event.
156
157 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
158
159 * startup.el (command-line-1): Refer to Lisp manual when
160 pure-space-overflow occurs.
161
162 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
163 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
164 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
165 (version-control): Don't use `t' for safe-local-variable declarations.
166
167 2006-05-01 Richard Stallman <rms@gnu.org>
168
169 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
170 M-r, M-R, M-A, M-SPC or M-DEL.
171 (diff-mode-map): diff-refine-hunk now on C-c C-w
172 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
173
174 * help-mode.el (help-mode): view-exit-action calls delete-window
175 only when it is safe and possible.
176
177 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
178 in messages.
179
180 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
181
182 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
183 in the default tool-bar-map.
184
185 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
186
187 * net/tramp.el (tramp-completion-file-name-handler-alist)
188 (tramp-run-real-handler, tramp-completion-run-real-handler)
189 (tramp-completion-handle-file-name-all-completions)
190 (tramp-completion-handle-file-name-completion): Autoload them.
191 (tramp-completion-handle-file-exists-p)
192 (tramp-completion-handle-file-name-directory)
193 (tramp-completion-handle-file-name-nondirectory)
194 (tramp-completion-handle-expand-file-name): Remove them.
195 (tramp-handle-file-name-directory): Return the real directory name.
196 Returning "/" only doesn't need to be necessary any longer.
197 (tramp-file-name-handler): Make special attention when in hostname
198 completion mode.
199 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
200 (tramp-register-file-name-handlers):
201 Register `tramp-completion-file-name-handler' only when
202 `partial-completion-mode' is enabled.
203 (tramp-completion-handle-file-name-all-completions):
204 Delete directory part from results.
205 (tramp-get-completion-methods, tramp-get-completion-user-host):
206 Discard deleting "/", it doesn't work after the change of
207 `tramp-handle-file-name-directory' above.
208
209 2006-05-01 Kim F. Storm <storm@cua.dk>
210
211 * progmodes/grep.el (grep-expand-template): Use save-match-data
212 and symbol-value.
213
214 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
215
216 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
217 Use select-frame-set-input-focus instead of raise-frame.
218 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
219
220 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
221
222 * progmodes/gud.el (gud-def): Add %c case.
223 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
224 (gud-format-command): Make match case sensitive. Match on %F.
225
226 2006-04-30 Glenn Morris <rgm@gnu.org>
227
228 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
229 (cal-tex-preamble): Use cal-tex-preamble-extra.
230 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
231 than alias `list-diary-entries'.
232
233 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
234
235 * help-fns.el (describe-variable): Add info about safe local variables.
236
237 2006-04-29 Richard Stallman <rms@gnu.org>
238
239 * bindings.el (mode-line-format): help-echo doc fixes.
240
241 * net/tramp.el (tramp-file-name-handler-alist): Delete
242 expand-file-name and other operations that can cause spurious loading.
243
244 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
245
246 * files.el (safe-local-variable-p): Remove support for the special
247 value t.
248
249 * textmodes/paragraphs.el (sentence-end-without-space):
250 Fix safety predicate.
251 (sentence-end-double-space, sentence-end-without-period)
252 (paragraph-ignore-fill-prefix):
253 * textmodes/fill.el (colon-double-space):
254 * abbrev.el (abbrev-mode): Tighten the safety predicate.
255
256 * subr.el (booleanp): New fun.
257
258 * textmodes/reftex-vars.el (reftex-guess-label-type):
259 Tighten the safety predicate.
260
261 2006-04-28 Kim F. Storm <storm@cua.dk>
262
263 * progmodes/grep.el (defgroup grep): Doc fix.
264 (grep-auto-highlight): Remove.
265 (grep-template): New defcustom.
266 (grep-find-template): Rename from grep-tree-template.
267 (grep-files-aliases): Rename from grep-tree-files-aliases.
268 Remove "all" alias, add "l" alias.
269 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
270 (grep-find-ignored-directories): New defcustom to replace
271 grep-tree-ignore-CVS-directories, to facilitate ignoring
272 subdirectories for multiple version control systems.
273 (grep-mode-map): Add Recursive grep item to GREP menu.
274 (grep-regexp-history, grep-files-history): New defvars.
275 (grep-probe): New helper function.
276 (grep-compute-defaults): Use it to simplify code.
277 Adapt to name changes.
278 Use `.' as base in grep-find-template rather than <D>.
279 (grep): Remove superfluous highlight-regexp arg. Fix doc.
280 Call grep-compute-defaults unconditionally.
281 (grep-expand-keywords): New defconst.
282 (grep-expand-template): Rename from grep-expand-command-macros.
283 Simplify via grep-expand-keywords. Look at case-fold-search instead
284 of grep-tree-ignore-case to add -i option.
285 Bind case-fold-search to nil while matching keywords.
286 (grep-tree-last-regexp, grep-tree-last-files): Remove.
287 (grep-read-regexp, grep-read-files): New helper functions.
288 (rgrep): Rename from grep-tree. Rework to use proper histories.
289 Adapt to changes in defcustoms and functions above.
290 (lgrep): New command, as grep, but using same interactive UI as rgrep.
291
292 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
293
294 * net/tramp.el (tramp-completion-file-name-handler):
295 Disable Tramp's functionality while loading Tramp itself.
296 (tramp-register-file-name-handlers): That's a defsubst now.
297 Code from `tramp-repair-jka-compr' moved here. Apply it via
298 `after-init-hook'.
299 (tramp-repair-jka-compr): Remove.
300
301 2006-04-27 Jay Belanger <belanger@truman.edu>
302
303 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
304 read expression when `math-read-big-expr' doesn't work.
305
306 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
307
308 * startup.el (command-line-1): Display warning when
309 pure-space-overflow is non-nil.
310
311 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
312
313 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
314 risky.
315
316 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
317
318 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
319 Return the URL or nil if none can be generated.
320
321 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
322
323 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
324 byte compiler warnings.
325 (gud-basic-call, gud-find-expr): Let user select an expression
326 for printing. Print expression as well as value in GUD buffer.
327
328 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
329
330 * allout.el: Remove local autoload declaration for
331 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
332 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
333 (allout-plain-bullets-string, allout-distinctive-bullets-string)
334 (allout-use-mode-specific-leader, allout-old-style-prefixes)
335 (allout-stylish-prefixes, allout-numbered-bullet)
336 (allout-file-xref-bullet, allout-presentation-padding)
337 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
338 safe-local-variable with suitable value spec, and add autoload
339 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
340 (move-beginning-of-line, move-end-of-line): Repair so these compat
341 functions now actually resituate the point, when appropriate.
342
343 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
344
345 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
346
347 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
348 (add-log-iso8601-time-string): Fix call to format-time-string.
349
350 2006-04-26 Kim F. Storm <storm@cua.dk>
351
352 * subr.el (posn-string, posn-image, posn-object): Doc fix.
353
354 2006-04-26 Masatake YAMATO <jet@gyve.org>
355
356 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
357 Add support for "//" style comments. Remove `b' flag
358 from ?* in `asm-mode-syntax-table'.
359
360 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
361
362 * follow.el: Use (featurep 'xemacs) everywhere.
363 (follow-mode): Use define-minor-mode.
364 (follow-mode-map): Move initialization into the declaration.
365 Use command remapping.
366 (follow-emacs-version-xemacs-p): Remove.
367 (follow-submit-feedback): Remove.
368
369 * allout.el (allout-layout, allout-passphrase-verifier-string)
370 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
371
372 * textmodes/reftex-vars.el (reftex-vref-is-default)
373 (reftex-fref-is-default, reftex-guess-label-type):
374 Tighten up a bit the safety predicate.
375
376 * textmodes/paragraphs.el (sentence-end-double-space)
377 (sentence-end-without-period, sentence-end-without-space)
378 (page-delimiter, paragraph-ignore-fill-prefix):
379 Tighten up a bit the safety predicate.
380
381 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
382
383 * progmodes/python.el (python-continuation-line-p)
384 (python-beginning-of-statement): syntax-ppss may return
385 a negative depth.
386 (python-mode): Don't forcefully enable font-lock.
387
388 * time-stamp.el (time-stamp-start, time-stamp-end)
389 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
390
391 * add-log.el: Remove spurious * in docstrings.
392 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
393 (add-change-log-entry): Use it here, since it's not specific
394 to iso8601.
395 (add-log-iso8601-time-string): Don't use it here any more.
396 (change-log-indent-text, change-log-indent): Rename from add-log-*.
397
398 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
399
400 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
401
402 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
403 (rcirc-toggle-low-priority): Doc fix.
404 (rcirc-handler-NOTICE): Remove beginning of line anchor in
405 ChanServ regexp.
406 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
407 #emacs.
408 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
409 (rcirc-decode-coding-system): Use utf-8 as the default.
410 (rcirc-multiline-minor-mode): Set the fill-column.
411 (rcirc-format-response-string): Display bright and dim nicks.
412 (rcirc-browse-url): Update interactive spec to fill ARG.
413 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
414 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
415
416 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
417
418 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
419 case for @Article, etc.
420
421 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
422
423 * net/tramp.el (tramp-register-file-name-handlers): New defun.
424 Added with autoload cookie.
425 (tramp-unload-file-name-handlers): Rename from
426 `tramp-unload-file-name-handler-alist'.
427
428 2006-04-23 Romain Francoise <romain@orebokech.com>
429
430 * comint.el (comint-match-partial-filename): Doc fix.
431
432 2006-04-21 Glenn Morris <rgm@gnu.org>
433
434 * calendar/cal-menu.el (calendar-mode-map): Refer to
435 `diary-view-entries' rather than alias `view-diary-entries'.
436 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
437
438 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
439
440 * progmodes/antlr-mode.el (antlr-default):
441 * cus-edit.el (custom-documentation):
442 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
443 in defface.
444
445 2006-04-21 Kim F. Storm <storm@cua.dk>
446
447 * image.el (image-type): New defun split out of create-image.
448 (create-image): Use it.
449
450 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
451
452 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
453 (org-open-at-point): Remove the "...done" message to keep output
454 in the echo area visible.
455 (org-export-as-xoxo): Fix call to `indent-region'.
456
457 2006-04-21 Kevin Ryde <user42@zip.com.au>
458
459 * international/mule.el (keyboard-coding-system): defcustom
460 info-link fixes: "Specify Coding" has been split, keyboard now in
461 "Terminal Coding", and "Single-Byte Character Support" is now
462 "Unibyte Mode".
463
464 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
465
466 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
467 Use font-lock-warning-face for any errors e.g. no stack.
468 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
469
470 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
471
472 * progmodes/sh-script.el (sh-shell): Mark as safe.
473
474 * newcomment.el (comment-start, comment-start-skip)
475 (comment-end-skip, comment-end): Mark as safe.
476
477 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
478
479 * textmodes/org.el (org-deadline-announce): Face removed.
480 (org-level-faces, org-n-levels): Convert to constant.
481 (org-compatible-face): New function.
482 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
483 (org-level-5, org-level-6, org-level-7, org-level-8)
484 (org-special-keyword, org-warning, org-headline-done, org-link)
485 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
486 (org-scheduled-today, org-scheduled-previously, org-time-grid):
487 Face definition revised for better color tty support.
488 (org-bold-re, org-italic-re, org-underline-re): New constants.
489 (org-set-font-lock-defaults): Use the new constants.
490 (org-agenda-highlight-todo): New function.
491 (org-agenda-todo): Fix bug with point at end of line.
492 (org-agenda-change-all-lines, org-finalize-agenda-entries):
493 Fontify TODO keywords.
494 (org-insert-link): Preserve relative path in ../ links.
495 (org-export-as-html): Convert links pointing to .org files into
496 links that will work beteen the exported HTML files.
497 (org-todo-list): Fix bug when arg=0.
498 (org-insert-heading): More fine-tuning.
499
500 2006-04-19 Romain Francoise <romain@orebokech.com>
501
502 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
503 from `rmail-mime-charset-pattern'.
504
505 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
506
507 * progmodes/python.el (python-mode): Fix typo.
508
509 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
510
511 * comint.el (comint-previous-input): Don't clobber input line
512 when moving off either end of the input history ring.
513 (comint-delete-input): New function, used by
514 `comint-previous-input' and others.
515 (comint-previous-matching-input):
516 Use `coming-delete-input'. Save the partial input if leaving the
517 edit line. Goto point-max before deleting input to avoid
518 partial input fragments hanging around.
519 (comint-restore-input): New function, used by `comint-previous-input'.
520
521 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
522
523 * imenu.el (imenu--index-alist): Balance parentheses.
524
525 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
526
527 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
528
529 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
530
531 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
532 file is nil.
533
534 2006-04-18 Richard Stallman <rms@gnu.org>
535
536 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
537
538 * imenu.el (imenu-create-index-function, imenu--index-alist)
539 (imenu--last-menubar-index-alist, imenu--make-index-alist)
540 (imenu-default-create-index-function, imenu--generic-function):
541 Doc fixes.
542
543 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
544
545 * help-mode.el (help-mode): Set view-exit-action to delete window.
546
547 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
548 now works by passing nil as arg.
549
550 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
551
552 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
553 (read-abbrev-file): Provide default when reading filename.
554
555 * files.el (enable-local-variables): Allow :all as value.
556 (hack-local-variables): Implement that value.
557 (safe-local-variable-values, safe-local-eval-forms)
558 (enable-local-variables): Mark as risky.
559 (find-file-visit-truename, kept-old-versions): Mark safe.
560
561 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
562 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
563 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
564
565 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
566
567 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
568 Use forward-line so as to get to BOL even in the presence of fields.
569 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
570 in return.
571 (inferior-tcl): Tell tclsh to work in interactive mode.
572
573 * complete.el (partial-completion-mode):
574 Use 'choose-completion-string-functions to make sure that
575 choose-completion fills the minibuffer properly.
576
577 * complete.el (PC-old-read-file-name-internal): Remove.
578 (PC-read-include-file-name-internal): Remove. Turn it into an advice
579 of read-file-name-internal.
580 (partial-completion-mode): Enable/disable this advice.
581
582 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
583
584 * net/tramp.el (tramp-completion-file-name-handler): Revert change
585 of 2006-04-17.
586
587 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
588
589 * textmodes/org.el (org-insert-heading): Insert heading before
590 current if at beginning of line.
591 (org-todo, org-date): New faces.
592 (org-table-align): Make sure tooltip window contains full text.
593 (org-no-properties): New defsubst.
594 (org-set-font-lock-defaults): Use new faces.
595
596 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
597
598 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
599 for root variables.
600
601 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
602 (gdb-frame-address): Re-use to identify frame for watch expression.
603 (gdb-var-list, gdb-var-create-handler): Add frame address for root
604 variables.
605 (gdb-init-1, gdb-source, gdb-post-prompt)
606 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
607 (gdb-frame-handler): Get gdb-frame-address.
608
609 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
610
611 Sync with Tramp 2.0.53.
612
613 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
614 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
615 (tramp-completion-file-name-handler): Add autoload cookie for
616 adding to `file-name-handler-alist'.
617
618 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
619 the prompt. If it returns earlier (when detecting an error
620 message), the rest of the output will merge accidently with the
621 output of the next command. Reported by M Jared Finder
622 <jared@hpalace.com>.
623
624 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
625 for `process-file', in order to let it work for older Emacsen too.
626
627 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
628
629 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
630 (tex-font-lock-keywords-3): Use it.
631
632 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
633
634 * newcomment.el (comment-add): New function.
635 (comment-region-default, comment-dwim): Use it.
636
637 2006-04-15 Michael Olson <mwolson@gnu.org>
638
639 * emacs-lisp/tq.el: Improve comments.
640 (tq-queue-head-question): New accessor function.
641 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
642 Update for modified queue structure.
643 (tq-queue-add): Accept `question' argument.
644 (tq-queue-pop): If a question is pending, send it.
645 (tq-enqueue): Accept new optional argument `delay-question'.
646 If this is non-nil, and at least one other question is pending a
647 response, queue the question rather than sending it immediately.
648
649 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
650
651 * calendar/appt.el (appt-add): Check whether an appointment is
652 already present in appt-time-msg-list. Simplify code.
653
654 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
655
656 * progmodes/cc-langs.el (c-mode-menu):
657 Don't presume c-subword-mode is bound.
658
659 2006-04-13 Bill Wohler <wohler@newt.com>
660
661 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
662 (customize-package-emacs-version): Use cdr instead of cadr now
663 that alists use dotted pairs.
664
665 * custom.el (defcustom): Fix docstring for :package-version.
666
667 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
668
669 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
670 (tramp-handle-shell-command): Display output buffer only when
671 `tramp-display-shell-command-buffer' is true.
672 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
673
674 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
675
676 * textmodes/org.el (org-set-autofill-regexps): Set only the local
677 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
678
679 2006-04-13 Romain Francoise <romain@orebokech.com>
680
681 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
682 leaving temporary .cvsignore buffers behind.
683
684 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
685
686 * textmodes/org.el (org-set-regexps-and-options)
687 (org-get-current-options): Better names for the startup folding
688 options.
689
690 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
691
692 * vc.el (vc-annotate): Arrange for point to end up at the same
693 line number as in the original, but only when using a new buffer.
694
695 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
696
697 * files.el (hack-one-local-variable-eval-safep):
698 Recognize `edebug-form-spec' for `put', but only if it passes
699 `edebug-basic-spec'. Generalize `put' handling.
700
701 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
702 vetting file-local form specs.
703
704 * allout.el (allout-layout): Autoload its `safe-local-variable'
705 property.
706
707 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
708
709 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
710 (org-agenda-mouse-1-follows-link)
711 (org-mouse-1-follows-link): New options.
712 (org-format-agenda-item): Fix bug if TAGS is nil.
713 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
714
715 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
716
717 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
718 GDB 6.1+ gives full filename for "info sources" so use
719 file-name-nondirectory.
720
721 2006-04-12 Romain Francoise <romain@orebokech.com>
722
723 * subr.el (read-passwd): Bind `message-log-max' to nil.
724
725 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
726
727 * progmodes/perl-mode.el (perl-indent-new-calculate):
728 Recompute parse-start after jumping backward by a whole sexp.
729
730 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
731
732 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
733 window configuration.
734 (vc-annotate-display-select): Select the buffer so that current-buffer
735 (and selected-window) is the output buffer at the end of vc-annotate.
736
737 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
738
739 * vc.el (vc-annotate-color-map): Add custom TTY color map for
740 8-color terminals, to use all of the colors in a sensible order.
741 256-color terminals work well with the standard map.
742 (vc-annotate-lines): Only strip the first color character if it
743 is "#", to allow for terminal-style named colors.
744 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
745 the correct buffer is scrolled.
746
747 2006-04-11 Richard Stallman <rms@gnu.org>
748
749 * emacs-lisp/bytecomp.el (byte-compile-file):
750 Bind enable-local-variables to :safe, and make normal-mode obey it.
751
752 * files.el (enable-local-variables): Allow value :safe.
753 (normal-mode): Doc fix.
754 (hack-local-variables): Implement enable-local-variables = :safe.
755 (hack-local-variables-confirm): Don't prevent quitting.
756
757 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
758
759 * loadhist.el (unload-feature): A bit of sanity check of
760 load-history entries. Cancel timer-vars before unbinding them.
761
762 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
763 quote special chars, and make the trick work on the hex part of the
764 buffer as well.
765 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
766 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
767
768 * startup.el (normal-splash-screen): Fix last change so we don't wait
769 2 minutes if we don't show the splash screen.
770
771 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
772
773 * textmodes/org.el (org-export-plain-list-max-depth)
774 (org-table-spaces-around-separators)
775 (org-radio-targets, org-activate-camels)
776 (org-table-spaces-around-invisible-separators): Options removed.
777 (org-time-stamp-rounding-minutes, org-remember-templates)
778 (org-ellipsis, org-activate-links, org-descriptive-links):
779 New options.
780 (org-remember-apply-template, org-current-time)
781 (org-finish-edit-table-field)
782 (org-link-unescape, org-link-escape)
783 (org-string-width, org-table-clean-line, org-html-do-expand)
784 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
785 (org-read-agenda-file-list): New functions.
786 (org-table-edit-field)
787 (org-table-create-or-convert-from-region): New commands
788 (org-table-toggle-vline-visibility): Command removed.
789 (org-table-convert-region): Made a command.
790 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
791 Replace with the normal org- functions.
792 (org-self-insert-command): Don't trigger realign unnecessarily
793 when blanking a field that is not full.
794 (org-mode): `Set buffer-invisibility-spec' for links.
795 (org-activate-links2): Hide link part and only show descriptive
796 part of the link.
797 (org-insert-link): Modify for new linking system.
798 (org-store-link): Store description separately, for use by
799 `org-insert-link'.
800 (org-table-align): Use `org-string-width'.
801 (defgroup): Completely new group structure for custom variables.
802 (org-agenda-files): Option: Single file name allowed. Function:
803 Optional argument unrestrited means ignore any restricitons.
804 (org-install-agenda-files-menu): Find a buffer in Org-mode before
805 trying to modify the menu. Use generalized access to
806 `org-agenda-files.'
807 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
808 (org-agenda-file-to-front, org-remove-file, org-diary)
809 (org-tags-view, org-export-icalendar-all-agenda-files)
810 (org-export-icalendar-combine-agenda-files): Use generalized
811 access to `org-agenda-files'.
812 (org-remember-handler): Correctly preserve heading if present.
813 (org-table-insert-row, org-table-insert-hline): Deal with
814 invisible characters.
815
816 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
817
818 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
819 (vc-annotate-color-map): New 18 element constant
820 value/saturation, rotating hue colormap, from red->blue.
821 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
822 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
823 (vc-annotate): To avoid killing the required local variables,
824 set them before the end of `with-output-to-temp-buffer', and
825 after first switching to annotate-mode.
826 (vc-annotate-warp-version): Add buffer argument in goto-line to
827 ensure annotation, not source, is scrolled.
828
829 2006-04-10 Bill Wohler <wohler@newt.com>
830
831 * custom.el (defcustom, custom-handle-keyword):
832 Add :package-version keyword.
833 (custom-add-package-version): New function. Sets value of new
834 property 'custom-package-version from :package-version keyword.
835 (defcustom): Create Common Keywords section in docstring.
836 (defface, defgroup): Replace definitions of a select few keywords
837 with a reference to the Common Keywords in defcustom.
838 (defcustom, defface, defgroup): Replace reference to Customization
839 chapter in manual with hyperlink.
840
841 * cus-edit.el (customize-package-emacs-version-alist):
842 New variable.
843 (customize-changed-options): Add check for custom-package-version.
844 (customize-package-emacs-version): New function to look up Emacs
845 version corresponding to the given package version.
846
847 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
848 defun name, in similar fashion to find-variable-regexp.
849
850 2006-04-10 Eli Zaretskii <eliz@gnu.org>
851
852 * international/mule-cmds.el (set-locale-environment): Fix last
853 change for when the locale's preferences don't specify any encoding.
854
855 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
856
857 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
858 so the defined var/fun doesn't need to be quoted.
859
860 2006-04-10 Richard Stallman <rms@gnu.org>
861
862 * finder.el (finder-mode-map): Add n and p bindings.
863
864 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
865
866 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
867 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
868 (gdb-setup-windows): Put something in source window if we can't find
869 the source file.
870 (gdb-frame-handler): Make it work again with just assembly.
871 (gdb-data-list-register-values-handler): Make it work when there is
872 no stack.
873
874 2006-04-09 Richard Stallman <rms@gnu.org>
875
876 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
877 specs while looking for charset.
878
879 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
880
881 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
882 Make them faces.
883 (lm-font-lock-keywords): Update appropriately.
884
885 2006-04-10 Kim F. Storm <storm@cua.dk>
886
887 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
888 it can also replace buffer-substring-no-properties.
889
890 * emulation/cua-base.el (cua-delete-region, cua-paste)
891 (cua-repeat-replace-region): Use filter-buffer-substring.
892
893 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
894 (cua-cut-region-to-global-mark): Likewise.
895
896 * emulation/cua-rect.el (cua--extract-rectangle)
897 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
898
899 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
900
901 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
902 entry-type. Add field delimiters to numerical fields if they are
903 not present.
904
905 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
906
907 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
908 string-const to return value.
909 (bibtex-remove-delimiters): Use it.
910
911 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
912
913 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
914 cl-byte-compile-compiler-macro unless it exists.
915
916 2006-04-08 Eli Zaretskii <eliz@gnu.org>
917
918 * files.el (hack-local-variables-confirm) <offer-save>:
919 Clarify message text. Suggested by Ralf Angeli.
920
921 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
922
923 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
924 (delete-extract-rectangle-line): Use `filter-buffer-substring'
925 instead of `buffer-substring' and `delete-region'. (Most of the
926 code actually copied from `kill-region'.)
927
928 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
929
930 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
931 (rcirc-default-port): Rename from rcirc-port.
932 (rcirc-default-nick): Rename from rcirc-nick.
933 (rcirc-default-user-name): Rename from rcirc-user-name.
934 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
935 (rcirc-low-priority-flag): New variable.
936 (rcirc-decode-coding-system): New defcustom.
937 (rcirc-encode-coding-system): New defcustom.
938 (rcirc-coding-system-alist): New defcustom.
939 (rcirc-multiline-major-mode): New defcustom.
940 (rcirc-nick): New internal variable.
941 (rcirc-process): Remove variable.
942 (rcirc-server-buffer): New variable.
943 (rcirc): Update to use rcirc-default-* variables above.
944 (rcirc-connect): Do not add window-configuration-hook-here.
945 (rcirc-server): New internal variable.
946 (rcirc-connect): Do not send keepalive pings if
947 rcirc-keepalive-seconds is nil.
948 (with-rcirc-server-buffer): New macro.
949 (rcirc-send-string): Encode with rcirc-encode-coding-system.
950 (rcirc-server-name): Rename from rcirc-server.
951 (rcirc-buffer-process): New function.
952 (rcirc-buffer-nick): New function.
953 (rcirc-buffer-target): Remove function.
954 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
955 New commands.
956 (rcirc-mode-map): Change binding of C-c C-l to
957 rcirc-toggle-low-priority.
958 (rcirc-mode): Initialize coding system based on
959 rcirc-coding-system-alist. New change-major-mode-hook to part the
960 channel on a mode change. Make kill-buffer-hook buffer-local.
961 (rcirc-change-major-mode-hook): New function.
962 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
963 (rcirc-last-post-time): New variable.
964 (rcirc-process-message): Store the last time user posted a message
965 to this target.
966 (rcirc-multiline-minor-mode): New mode.
967 (rcirc-multiline-minor-mode-map): New mode map.
968 (rcirc-edit-multiline): Put multiline-edit buffer in
969 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
970 (rcirc-print): Ignore any line starting with an ignored nick.
971 (rcirc-print): Decode using rcirc-decode-coding-system.
972 (rcirc-track-minor-mode): Update global-mode-string when disabling
973 this mode.
974 (minor-mode-alist): Add LowPri indicator.
975 (rcirc-toggle-low-priority): New function.
976 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
977 next lowpriority buffer with activity.
978 (rcirc-record-activity): Sort buffers in rcirc-activity by the
979 last time the user posted a message in to the target.
980 (rcirc-update-activity-string): New formatting for low priority
981 buffers.
982 (rcirc-split-activity): New function.
983 (rcirc-handler-PART, rcirc-handler-KICK)
984 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
985 (rcirc-nick-away-alist): New variable.
986 (rcirc-handler-301): New handler. Away messages are printed once
987 per change.
988
989 2006-04-08 Eli Zaretskii <eliz@gnu.org>
990
991 * info.el (Info-follow-nearest-node): Doc fix.
992
993 * international/mule-cmds.el (set-locale-environment): Make sure
994 the coding-system preferred by the locale's language has the same
995 EOL conversion type as the original buffer-file-coding-system.
996 (locale-language-names): Add a few MS Windows language codes.
997
998 2006-04-07 Richard Stallman <rms@gnu.org>
999
1000 * simple.el (eval-expression): Doc fix.
1001
1002 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
1003 (eval-defun): Doc fixes.
1004
1005 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
1006
1007 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
1008
1009 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
1010
1011 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
1012 GDB list command without argument for greater generality.
1013
1014 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
1015
1016 * subr.el (string-or-null-p): New function.
1017
1018 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
1019
1020 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
1021
1022 * files.el: Update comment about safe-local-variable declarations.
1023
1024 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
1025
1026 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
1027 See idlwave.org.
1028
1029 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
1030 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
1031
1032 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
1033 See idlwave.org.
1034
1035 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
1036 version 6.0 (minimal changes). See idlwave.org.
1037
1038 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
1039 6.0 (minimal changes). See idlwave.org.
1040
1041 * progmodes/idlw-rinfo.el: File obsoleted and removed.
1042
1043 2006-04-06 Romain Francoise <romain@orebokech.com>
1044
1045 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
1046 symmetric encryption features and a new asynchronous interface to
1047 GnuPG. This new version is version 1.4, plus whitespace changes.
1048
1049 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
1050
1051 * files.el: Move some `safe-local-variable' declarations to the
1052 respective files.
1053
1054 * textmodes/ispell.el (ispell-check-comments)
1055 (ispell-local-dictionary): Mark as safe.
1056
1057 * abbrev.el (abbrev-mode): Mark as safe.
1058
1059 * add-log.el (change-log-default-name): Mark as safe.
1060
1061 * textmodes/reftex-vars.el (reftex-vref-is-default)
1062 (reftex-fref-is-default, reftex-level-indent)
1063 (reftex-guess-label-type): Mark as safe.
1064
1065 * textmodes/fill.el (colon-double-space): Mark as safe.
1066
1067 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
1068 (sentence-end-double-space, sentence-end-without-period)
1069 (sentence-end-without-space, sentence-end, sentence-end-base)
1070 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
1071
1072 2006-04-06 Kim F. Storm <storm@cua.dk>
1073
1074 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
1075 the :set-after list.
1076 (ido-downcase-unc-hosts): New user option. Default on.
1077 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
1078 when it is set, as regexps are now applied on the fly.
1079 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
1080 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
1081 on the fly, but only when ido-process-ignore-lists is set.
1082 Do case insensitive filtering if ido-downcase-unc-hosts is set.
1083 Only downcase names if ido-downcase-unc-hosts is set.
1084
1085 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
1086
1087 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
1088
1089 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
1090
1091 2006-04-05 Kim F. Storm <storm@cua.dk>
1092
1093 * ido.el (ido-mode): Set after ido-unc-hosts and
1094 ido-ignore-unc-host-regexps.
1095 (ido-save-history): Save ido-unc-hosts-cache.
1096 (ido-load-history): Load ido-unc-hosts-cache.
1097 (ido-reread-directory): Refresh unc hosts cache in // dir.
1098
1099 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
1100 to nil while displaying slash screen.
1101
1102 2006-04-05 Daiki Ueno <ueno@unixuser.org>
1103
1104 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
1105 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
1106
1107 2006-04-05 Kenichi Handa <handa@m17n.org>
1108
1109 * international/characters.el: Setup cases of Latin, Greek, and
1110 Cyrillic characters in CJK charsets.
1111
1112 2006-03-29 Daiki Ueno <ueno@unixuser.org>
1113
1114 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
1115 default-enable-multibyte-characters. This reverts the change from
1116 revision 6.17 which is no longer necessary because the passphrase
1117 is sent separately now. GnuPG messages are unreadable under
1118 multibyte locales with default-enable-multibyte-characters set to nil.
1119
1120 2006-04-04 Andreas Schwab <schwab@suse.de>
1121
1122 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
1123 and `byte-compile-warnings' as `safe-local-variable'.
1124
1125 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
1126
1127 * man.el (Man-mode-map): Restore the \r binding.
1128 (Man-abstract-xref-man-page): If Man-target-string is a function,
1129 call it.
1130 (Man-highlight-references): Use Man-default-man-entry to get the
1131 target. Deal with xrefs too.
1132 (Man-highlight-references0): Don't call the target function.
1133
1134 * woman.el (WoMan-xref-man-page): Strip the section number, woman
1135 cannot deal with it.
1136
1137 2006-04-04 Daiki Ueno <ueno@unixuser.org>
1138
1139 * pgg-gpg.el: Clean up process buffers every time gpg processes
1140 complete.
1141
1142 2006-04-04 Kenichi Handa <handa@m17n.org>
1143
1144 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
1145 here.
1146 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
1147 Temporarily bind inhibit-field-text-motion to t.
1148
1149 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1150
1151 * startup.el (normal-splash-screen): Only set mode-line-format in the
1152 splash buffer, so as not to interfere when debugging the code.
1153 Ignore errors when switching buffer.
1154
1155 2006-04-03 Romain Francoise <romain@orebokech.com>
1156
1157 * dired.el (dired-dnd-protocol-alist): Fix typo.
1158
1159 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
1160
1161 * savehist.el (savehist): Add :version.
1162 (savehist-ignored-variables): New variable.
1163 (savehist-minibuffer-hook): Don't save variables listed in
1164 `savehist-ignored-variables'.
1165
1166 * dired.el (dired-dnd-protocol-alist): Mention that change does
1167 only apply to new buffers in doc string.
1168
1169 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
1170
1171 * recentf.el (recentf-open-files-item): Include newline in button
1172 field, so opening a file will work, when the point is at the end
1173 of the file name. Allow, for example, to [i]search a file by
1174 extension and just push RET to open it.
1175
1176 2006-04-03 Daiki Ueno <ueno@unixuser.org>
1177
1178 * pgg-gpg.el (pgg-gpg-process-filter)
1179 (pgg-gpg-wait-for-completion): Check if buffer is alive.
1180
1181 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
1182 lines, temporary fix.
1183
1184 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1185
1186 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
1187
1188 2006-04-02 Richard Stallman <rms@gnu.org>
1189
1190 * progmodes/compile.el (compilation-message-face): Make it defcustom.
1191
1192 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1193
1194 * ibuf-macs.el (define-ibuffer-column): Add a new key:
1195 header-mouse-map.
1196
1197 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
1198 (ibuffer-mode-header-map): New keymaps.
1199 (ibuffer-update-title-and-summary): Enable mouse face highlighting
1200 and keybindings for column headers.
1201 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
1202 property.
1203
1204 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
1205
1206 * speedbar.el (speedbar-after-create-hook): Doc fix.
1207
1208 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
1209
1210 * shell.el (shell-directory-tracker)
1211 (shell-dynamic-complete-command): Doc fixes.
1212
1213 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
1214
1215 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
1216 terminals.
1217
1218 2006-04-01 Kim F. Storm <storm@cua.dk>
1219
1220 * ido.el (ido-unc-hosts-cache): New defvar.
1221 (ido-unc-hosts): If value of defcustom is a function, call it to
1222 get list of UNC hosts. Add function-item choices to specify
1223 ido-unc-hosts-net-view or user function.
1224 (ido-ignore-unc-host-regexps): New defcustom.
1225 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
1226 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
1227 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
1228
1229 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1230
1231 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
1232 wwidth.
1233
1234 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
1235
1236 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
1237 (ido-max-work-file-list, ido-switch-buffer)
1238 (ido-read-file-name-as-directory-commands):
1239 Fix typos in docstrings.
1240
1241 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1242
1243 * term/mac-win.el (mac-system-coding-system): Define and use after
1244 Mac-specific coding systems are ready.
1245
1246 2006-03-27 Romain Francoise <romain@orebokech.com>
1247
1248 * net/rcirc.el (rcirc-connect): Add autoload cookie.
1249
1250 * ldefs-boot.el: Update.
1251
1252 2006-03-27 Daiki Ueno <ueno@unixuser.org>
1253
1254 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1255 passphrases when it is not needed.
1256 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1257 passphrase stuff from gpg, should only be necessary when you use
1258 gpg with a smartcard.
1259
1260 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
1261
1262 * comint.el (comint-dynamic-list-completions): Allow user to
1263 select *Completions* buffer.
1264
1265 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
1266
1267 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
1268
1269 2006-03-26 Andreas Schwab <schwab@suse.de>
1270
1271 * progmodes/gud.el (gdb): Only complain about multiple debugging
1272 when the gdb process is still running.
1273
1274 2006-03-25 Eli Zaretskii <eliz@gnu.org>
1275
1276 * mail/rmail.el (tool-bar-map): Defvar it.
1277 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
1278 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
1279
1280 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
1281
1282 * help.el (print-help-return-message): Suggest to use
1283 display-buffer instead of switch-to-buffer-other-window to restore
1284 the previous window without selecting it.
1285
1286 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1287
1288 * frame.el (select-frame-by-name): Call x-focus-frame also when
1289 window-system is mac.
1290
1291 * term/mac-win.el: Adjust Courier font specifications in
1292 x-fixed-font-alist.
1293 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
1294 when directly encoding to UTF-16 in native byte order, no BOM.
1295
1296 2006-03-25 Kim F. Storm <storm@cua.dk>
1297
1298 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
1299 (cua--init-keymaps): Use it instead of fixed C-return.
1300 (cua-mode): Set after it.
1301
1302 * emulation/cua-rect.el (cua--init-rectangles):
1303 Use cua-rectangle-mark-key instead of fixed C-return.
1304
1305 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
1306
1307 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
1308 "run" in .gdbinit.
1309 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
1310
1311 2006-03-24 Romain Francoise <romain@orebokech.com>
1312
1313 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
1314 `display-buffer-other-frame'.
1315
1316 2006-03-24 Kim F. Storm <storm@cua.dk>
1317
1318 * apropos.el (apropos-synonyms): Add selection => region.
1319
1320 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1321
1322 * progmodes/gdb-ui.el (gdb-var-create-regexp)
1323 (gdb-var-list-children-regexp, gdb-var-update-regexp)
1324 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
1325 (gdb-data-list-register-values-regexp)
1326 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
1327 Future proof against new fields being added to MI output.
1328 (gdb-send): Don't treat backslashes for program input as
1329 continuations.
1330 (gdb-assembler-handler): Don't use window-start for this handler.
1331 (gdb-frame-handler): Don't change to hollow arrow if overlay
1332 arrow doesn't move to new frame.
1333
1334 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1335
1336 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
1337 prevent compiler warnings.
1338 (gdb-stopped): Check for gud-last-last-frame (case: signal).
1339 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
1340 (gdb-assembler-custom): Use hollow-right-triangle for assembler
1341 buffer too.
1342
1343 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
1344
1345 * pgg-gpg.el (pgg-gpg-update-agent): Check for
1346 make-network-process, so we can use the same code in Gnus v5-10
1347 too and have this file fully synchronized with that release.
1348
1349 2006-03-23 Romain Francoise <romain@orebokech.com>
1350
1351 * ibuf-ext.el (ibuffer-read-filter-group-name):
1352 Use `ibuffer-generate-filter-groups' to make completion list match
1353 the filter groups that are really displayed in the Ibuffer buffer.
1354 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
1355
1356 2006-03-23 Kenichi Handa <handa@m17n.org>
1357
1358 * international/mule-cmds.el (sort-coding-systems): Describe that
1359 the argument is modified in docstring.
1360
1361 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
1362
1363 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1364 (pgg-gpg-update-agent): New function.
1365 (pgg-gpg-use-agent-p): New function.
1366 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1367 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1368 (pgg-gpg-sign-region): Use it.
1369
1370 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
1371
1372 * cus-edit.el (custom-face-set): Call custom-push-theme before
1373 face-spec set so that `changed' theme is correctly saved.
1374 (custom-face-reset-standard): Reset to recalculated face rather
1375 than defface spec.
1376
1377 * custom.el (custom-push-theme): Only save `changed' theme if the
1378 current face does not match the defface specs.
1379
1380 2006-03-21 Simon Josefsson <jas@extundo.com>
1381
1382 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1383 <wilde@sha-bang.de>.
1384 (pgg-gpg-use-agent): New variable.
1385 (pgg-gpg-process-region): Use it.
1386 (pgg-gpg-encrypt-region): Likewise.
1387 (pgg-gpg-encrypt-symmetric-region): Likewise.
1388 (pgg-gpg-decrypt-region): Likewise.
1389 (pgg-gpg-sign-region): Likewise.
1390 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1391
1392 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
1393
1394 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
1395 bracket links.
1396
1397 2006-03-21 Kim F. Storm <storm@cua.dk>
1398
1399 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
1400 fringe-indicator-alist instead of modifying global value.
1401 (gdb-frame-handler): Likewise.
1402
1403 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
1404
1405 * diff-mode.el (diff-function): Make it inherit from diff-header
1406 instead of diff-context.
1407
1408 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
1409 bitmap.
1410 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
1411 change names in macro above for consistency.
1412 (gdb-frame-handler): Use hollow-right-triangle for all selected
1413 frames which except the innermost (where execution has stopped).
1414 (gdb-reset): Reset buffer-local values of overlay-arrow.
1415
1416 2006-03-20 Richard Stallman <rms@gnu.org>
1417
1418 * simple.el (set-mark-command): Doc fix.
1419
1420 * files.el (display-buffer-other-frame): New command.
1421 (ctl-x-4-map): Bind C-x 5 C-o to it.
1422
1423 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1424
1425 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
1426 rather than just defer-time, in case defer-time has been changed but
1427 the timer isn't running yet.
1428 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
1429
1430 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1431
1432 * help-mode.el (help-follow-symbol): New function.
1433 Essentially identical to the old `help-follow', but do not let
1434 `push-button' do the work when on an xref.
1435 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
1436
1437 2006-03-19 Richard Stallman <rms@gnu.org>
1438
1439 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
1440 preceded by the word `program'.
1441 (help-follow-mouse, help-follow): Throw error if not on xref.
1442 Delete no longer used args.
1443
1444 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
1445
1446 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
1447 annotation ensure gud-overlay-arrow-position is redisplayed.
1448
1449 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1450
1451 * textmodes/bibtex.el (bibtex-include-OPTkey)
1452 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
1453 (bibtex-autokey-name-case-convert)
1454 (bibtex-autokey-titleword-case-convert): Make these the aliases
1455 for the following two variables.
1456 (bibtex-autokey-name-case-convert-function)
1457 (bibtex-autokey-titleword-case-convert-function): Make these the
1458 real names.
1459 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
1460 bibtex-font-lock-crossref sublists.
1461 (bibtex-mode): Revert 2005-12-30 change (which made
1462 completion-ignore-case buffer-local).
1463 (bibtex-url): Simplify.
1464
1465 2006-03-19 Kim F. Storm <storm@cua.dk>
1466
1467 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
1468 cursor property value to 2 (to align with C level change).
1469
1470 2006-03-19 Bill Wohler <wohler@newt.com>
1471
1472 * image.el (image-load-path-for-library): Shorten first line in
1473 docstring.
1474
1475 2006-03-18 Richard Stallman <rms@gnu.org>
1476
1477 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
1478
1479 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
1480
1481 * isearch.el (isearch-other-meta-char): Handle user bindings for
1482 shifted control characters.
1483
1484 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
1485
1486 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
1487 part that matches email addresses, file names, etc.
1488
1489 2006-03-18 Eli Zaretskii <eliz@gnu.org>
1490
1491 * term/w32-win.el (mouse-set-font):
1492 Mention w32-list-proportional-fonts in the doc string.
1493
1494 2006-03-18 Kim F. Storm <storm@cua.dk>
1495
1496 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1497 (ido-unc-hosts): New user option to explicitly define list of know
1498 UNC-style hosts for completion.
1499 (ido-cache-unc-host-shares-time): New user option.
1500 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1501 New helper functions for UNC file-name support.
1502 (ido-may-cache-directory): Check for UNC host. Simplify.
1503 (ido-wash-history): Clean out old UNC hosts.
1504 (ido-nonreadable-directory-p): UNC hosts are always readable.
1505 (ido-directory-too-big-p): UNC hosts are never too big.
1506 (ido-set-current-directory): Handle UNC root path.
1507 (ido-file-name-all-completions): Complete UNC host names from
1508 ido-unc-hosts list. Cache UNC host shares.
1509 (ido-make-file-list-1): Don't filter UNC root.
1510 (ido-exhibit): Check for // in root directory, and switch to UNC
1511 mode by setting ido-current-directory to //.
1512
1513 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
1514
1515 * cus-edit.el (customize-changed-options): Mention explicit
1516 version number as default in prompt.
1517
1518 2006-03-17 Bill Wohler <wohler@newt.com>
1519
1520 * image.el (image-load-path-for-library): Minor docstring fix.
1521
1522 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
1523
1524 * textmodes/org.el (org-read-date): Include subgroup 5 into
1525 replacement text.
1526 (org-popup-calendar-for-date-prompt): Fix customization type.
1527
1528 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1529
1530 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1531 (gdb-continuation): New variable.
1532 (gdb-send): Deal with continuation lines.
1533
1534 * progmodes/gud.el (gud-gdb-complete-command)
1535 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1536 expressions.
1537 (gud-tooltip-mode): Use buffer-local value.
1538
1539 2006-03-16 Kim F. Storm <storm@cua.dk>
1540
1541 * ido.el (ido-edit-input): Use selected match, if any.
1542
1543 2006-03-16 Bill Wohler <wohler@newt.com>
1544
1545 * image.el (image-load-path-for-library): Prefer user's images in
1546 image-load-path.
1547
1548 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1549
1550 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1551 when checking for attempt to drag leftmost or rightmost scrollbar.
1552
1553 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1554
1555 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1556 (gdb-force-mode-line-update): New function.
1557 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1558 (gdb-exited): Use them.
1559 (gdb-signal): New function.
1560 (gdb-annotation-rules): Provide a rule for it.
1561
1562 2006-03-16 Kenichi Handa <handa@m17n.org>
1563
1564 * international/mule.el (auto-coding-regexp-alist): Add entries
1565 for Unicode BOM.
1566
1567 * sort.el (sort-build-lists): Temporarily bind
1568 inhibit-field-text-motion to t.
1569
1570 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1571
1572 * locate.el (locate-command, locate-make-command-line)
1573 (locate-fcodes-file, locate-update-command)
1574 (locate-prompt-for-command, locate, locate-with-filter)
1575 (locate-get-file-positions): Doc fixes.
1576 (locate-buffer-name, locate-header-face): Remove leading `*' in
1577 defcustom.
1578 (locate-filter-output): Use `keep-lines' instead of its alias
1579 `delete-non-matching-lines'.
1580 (locate-get-filename, locate-get-dirname): Add introductory comment.
1581 (locate-find-directory-other-window): Give appropriate error
1582 message if used outside main listing.
1583
1584 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1585
1586 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1587 the new extend-region feature.
1588 (font-lock-after-change-function): Update correspondingly.
1589 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1590 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1591
1592 2006-03-15 Bill Wohler <wohler@newt.com>
1593
1594 * image.el (image-load-path-for-library): Fix example by not
1595 recommending that one binds image-load-path. Just defvar it to
1596 placate compiler and only use it if previously defined.
1597
1598 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1599
1600 * textmodes/org.el (org-insert-centered): Use `string-width' to
1601 make underlining work for wide characters.
1602 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1603 TAB to `org-cycle', to make sure that no binding in
1604 `outline-mode-map' can supercede it.
1605
1606 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1607
1608 * allout.el: Increment version to 2.2.1 in file commentary.
1609
1610 (allout-version): Increment to 2.2.1.
1611
1612 (allout-default-layout): New customization variable, used when the
1613 file lacks a specific allout-layout. Uses allout-layout-type for
1614 recursively nested definition.
1615
1616 (allout-layout-type): Widget defining allout layouts, necessary for
1617 self-recursive definition.
1618
1619 (allout-mode): Incorporate allout-default-layout as fallback for
1620 allout-layout.
1621
1622 (allout-layout): Mark as 'safe-local-variable', and refer mention
1623 fallback to `allout-default-layout' in absence of a specified value.
1624 (allout-passphrase-verifier-string)
1625 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1626
1627 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1628
1629 (allout-get-encryption-passphrase-verifier): Use correct name of
1630 passphrase verifier in docstring.
1631
1632 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1633
1634 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1635 elements.
1636 (gdb-find-watch-expression): Make it work for arrays too.
1637 Follow change to gdb-var-list.
1638 (gud-watch): Allow the user to enter variable name with a prexix
1639 arg. Create keybindings.
1640 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1641 (gdb-var-list-children-handler, gdb-var-update-handler)
1642 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1643 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1644 Follow change to gdb-var-list.
1645 (gdb-starting): Don't show the overlay arrows when program is running.
1646
1647 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1648 gdb-var-list.
1649
1650 2006-03-14 Bill Wohler <wohler@newt.com>
1651
1652 * image.el (image-load-path-for-library): Pass value of path
1653 rather than symbol. Always return list of directories.
1654 Guarantee that image directory comes first.
1655
1656 2006-03-14 Alan Mackenzie <acm@muc.de>
1657
1658 * font-core.el (font-lock-extend-region\(-function\)?.):
1659 New function/variable.
1660
1661 * font-lock.el (font-lock-after-change-function):
1662 Call font-lock-extend-region. Obey font-lock-lines-before.
1663 (font-lock-default-fontify-region): Remove reference to
1664 font-lock-lines-before.
1665
1666 * jit-lock.el (jit-lock-after-change):
1667 Call font-lock-extend-region. Obey font-lock-lines-before.
1668
1669 2006-03-14 David Ponce <david@dponce.com>
1670
1671 * tree-widget.el (tree-widget-themes-load-path)
1672 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1673
1674 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1675
1676 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1677 (rcirc-print): Mark the start of text at the end of the prompt.
1678 (rcirc-track-minor-mode): Add autoload cookie.
1679 (rcirc-update-activity-string): Add space to front of mode-line
1680 indicator.
1681
1682 2006-03-13 Miles Bader <miles@gnu.org>
1683
1684 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1685 (rcirc-abbrev-nick): Remove function.
1686 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1687
1688 2006-03-13 David Ponce <david@dponce.com>
1689
1690 * tree-widget.el: Handle themes across all occurrences of the main
1691 themes sub-directory found in tree-widget-themes-load-path.
1692 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1693 (tree-widget--locate-sub-directory): Return all occurrences.
1694 (tree-widget-themes-path): New function.
1695 Replace tree-widget-themes-directory, and return a list of directories.
1696 (tree-widget-set-parent-theme)
1697 (tree-widget-lookup-image): Use it.
1698
1699 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1700
1701 * textmodes/org.el (org-link-search): Avoid self-matching of
1702 links, allow target text to be distributed over several lines.
1703 (org-search-not-link): New function.
1704 (org-set-regexps-and-options, org-get-current-options):
1705 New startup options.
1706 (org-export-as-html): Take odd-level setting from local variable.
1707 (org-fontify-emphasized-text): New option.
1708 (org-set-font-lock-defaults): Include emphasized text.
1709 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1710 (org-font-lock): Customize group renamed from `org-faces'.
1711
1712 2006-03-13 John Paul Wallington <jpw@pobox.com>
1713
1714 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1715 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1716
1717 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1718
1719 * cus-start.el (all): Delete :version keyword for members of the
1720 fringe group, since the entire group is new in 22.1.
1721
1722 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1723
1724 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1725 map if value is hexadecimal (an address).
1726 (gud-watch): Only search roots for existing watch expressions.
1727 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1728 prevent caching problems with speedbar-update-directory-contents.
1729
1730 2006-03-12 Juri Linkov <juri@jurta.org>
1731
1732 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1733 before comparing with `low' and `warn'.
1734
1735 * info.el (Info-dir-remove-duplicates): Move point to the
1736 beginning of the current line after deleting the entries from
1737 redundant heading. Use marker for `limit' and compare it with
1738 point before calling `re-search-forward'.
1739
1740 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1741
1742 * simple.el (yank): Fix typo in docstring.
1743
1744 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1745
1746 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1747 messages, where "D" is the 6th character.
1748
1749 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1750
1751 * simple.el (yank): Fix last change.
1752
1753 2006-03-11 David Ponce <david@dponce.com>
1754
1755 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1756 merging elements from the standard ispell-dictionary-alist.
1757 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1758 alist, and return the new alist.
1759
1760 2006-03-11 Richard Stallman <rms@gnu.org>
1761
1762 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1763
1764 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1765 the way it is implemented is too unclean.
1766
1767 * simple.el (kill-region, yank): Doc fix.
1768
1769 * battery.el (battery-echo-area-format): Doc fix.
1770 (battery-mode-line-format): Likewise.
1771 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1772 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1773
1774 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1775
1776 * progmodes/octave-mod.el (octave-indent-for-comment):
1777 Behave according to do string.
1778
1779 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1780
1781 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1782 Be visible only if major mode is Mail Mode.
1783
1784 * textmodes/flyspell.el (flyspell-external-point-words)
1785 (flyspell-process-localwords): Fix last changes.
1786
1787 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1788
1789 * calendar/holidays.el (list-holidays): Doc fix.
1790
1791 * international/mule.el (auto-coding-alist): Add .odt
1792 (OpenOffice's open document) files.
1793
1794 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1795 document) files. Mention in the doc string the need to sync with
1796 auto-coding-alist.
1797
1798 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1799
1800 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1801 enable-local-variables is set to always query, or there is no
1802 savable variable.
1803
1804 2006-03-10 Bill Wohler <wohler@newt.com>
1805
1806 * image.el (image-load-path-for-library): Merge at least three
1807 functions from Gnus and MH-E into this one function that can now
1808 be shared.
1809
1810 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1811
1812 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1813 gdb-remove-mouse-face and remove help-echo too.
1814 (gdb-enqueue-input): Correct conditional clause.
1815
1816 2006-03-10 Glenn Morris <rgm@gnu.org>
1817
1818 * calendar/calendar.el (calendar-holidays): Doc fix.
1819 * calendar/holidays.el (list-holidays): Doc fix.
1820
1821 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1822
1823 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1824 it gets called in gdb-prompt anyway.
1825 (gdb-use-separate-io-buffer): Only restore window arrangement for
1826 gdb-many-windows.
1827 (gdb-enqueue-input): Make it harder to send GDB input when program
1828 is running.
1829 (gdb-buffer-list): New variable.
1830 (gdb-remove-mouse-face): New function.
1831 (gdb-starting): Use it when GDB input won't get sent.
1832
1833 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1834
1835 * help.el (view-lossage): Remove trailing whitespace before
1836 inserting "\n".
1837
1838 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1839
1840 * files.el (hack-local-variables-confirm):
1841 Set coding-system-for-read to nil before writing to .emacs.
1842
1843 * arc-mode.el (archive-extract): Check if an existing buffer name
1844 comes from a different archive.
1845
1846 * help.el (describe-key-briefly): If KEY is a down event, read and
1847 discard the up event.
1848
1849 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1850
1851 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1852 be edited and use font-lock-warning-face for any changes.
1853
1854 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1855 (gdb-edit-value): Use it to report any errors.
1856
1857 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1858
1859 * help.el (describe-key): Remove leftover test code.
1860
1861 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1862
1863 * textmodes/org.el: Move defvars out of eval-when-compile.
1864 Use buffer-file-name variable.
1865 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1866 arg `file'.
1867 (org-level-faces): Remove startup dependency.
1868 (org-cycle, org-map-tree, org-scan-tags)
1869 (org-remember-handler): Don't call `outline-level' directly.
1870 (org-mhe-search-all-folders): New option.
1871 (org-mhe-get-message-folder-from-index)
1872 (org-mhe-get-message-folder): Fix indexing search.
1873 (org-format-agenda-item): Handle nil TAGS argument.
1874 (org-cleaned-string-for-export, org-activate-target-links)
1875 (org-make-target-link-regexp): Deal with empty radio target list.
1876 (org-tag): New face.
1877 (org-get-level-face): New function.
1878 (org-set-font-lock-defaults): Simplify setup for headlines.
1879 (org-complete): Pass common substring to `display-completion-list'.
1880
1881 2006-03-06 David Ponce <david@dponce.com>
1882
1883 * tree-widget.el: Update Commentary header.
1884 (tree-widget-theme-name): Ignore parent themes.
1885 (tree-widget-set-parent-theme): New function.
1886 (tree-widget-set-theme): Use it.
1887 (tree-widget-set-image-properties): Move definition. Does nothing
1888 if image properties have already been set.
1889 (tree-widget-image-properties): Move definition. Receive an image
1890 name. Set the :pointer property.
1891 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1892 Don't set the :pointer image property.
1893 (tree-widget-convert-widget): New function. Handle :dynargs
1894 compatibility here.
1895 (tree-widget): Use it to :convert-widget. Add the :expander-p
1896 predicate to control when the :expander function is entered.
1897 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1898 (tree-widget-value-create): Handle :expander-p. widget-apply
1899 :expander.
1900 (tree-widget-expander-p): New function. Default value of the
1901 :expander-p property.
1902
1903 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1904
1905 * help.el (describe-key): Properly handle the return value of
1906 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1907 remaps. Handle string and vector `follow-link' values.
1908
1909 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1910
1911 * complete.el (PC-expand-many-files): Try be more careful when parsing
1912 the shell's output.
1913
1914 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1915
1916 * outline.el (hide-sublevels): Provide better interactive default.
1917
1918 2006-03-06 Kenichi Handa <handa@m17n.org>
1919
1920 * international/fontset.el (create-fontset-from-fontset-spec):
1921 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1922
1923 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1924
1925 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1926 backslashes instead of one in regexp.
1927 (gud-tooltip-dereference): Add missing optional argument.
1928
1929 2006-03-04 John Paul Wallington <jpw@pobox.com>
1930
1931 * wdired.el (toplevel): Require `cl' at compile-time.
1932
1933 2006-03-04 Andreas Schwab <schwab@suse.de>
1934
1935 * server.el (server-process-filter): Handle errors during
1936 evaluation of the argument.
1937
1938 2006-03-03 John Paul Wallington <jpw@pobox.com>
1939
1940 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1941 escape parentheses at beginning of line.
1942 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1943 (t-mouse-mode): Remove period from end of error message.
1944
1945 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1946
1947 * textmodes/flyspell.el (flyspell-process-localwords):
1948 Be case-sensitive.
1949
1950 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1951
1952 * cus-edit.el (custom-quote): Remove function, since it has been
1953 moved to custom.el.
1954
1955 * font-lock.el (lisp-font-lock-keywords-2)
1956 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1957 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1958 they have no special meaning.
1959
1960 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1961 indirect buffer gets killed before indirect buffer. Use dolist.
1962
1963 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1964
1965 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1966 value instead of a literal constant (1) on more pauses.
1967
1968 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1969
1970 * textmodes/flyspell.el (flyspell-external-point-words):
1971 Be case-sensitive.
1972
1973 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1974
1975 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1976 with "www".
1977
1978 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1979
1980 * allout.el: Restablish intermediate missing comment header to
1981 preserve outline structure.
1982 (allout-beginning-of-current-entry): Skip invisible text.
1983 (allout-open-topic): Fix opening a topic at end-of-buffer.
1984 (allout-minor-mode): Move nearer to allout-mode function.
1985
1986 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1987
1988 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1989
1990 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1991
1992 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1993 is nil.
1994
1995 * progmodes/gud.el (gud-speedbar-menu-items):
1996 Use buffer-local-value and add missing :visible keyword.
1997
1998 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1999
2000 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
2001
2002 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
2003 must be `follow-link'.
2004
2005 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
2006
2007 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
2008 formatting: No nested anchors.
2009 (org-all-targets): Fix bug with XEmacs compatibility.
2010 (org-read-date): Add (require 'parse-time).
2011 (org-set-tags): Fix bug with extra inserted space.
2012 (org-export-html-style): Define a style class for targets.
2013 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
2014 (org-hide-leading-stars): New option.
2015 (org-hide): New face.
2016 (org-set-font-lock-defaults): Allow to hide leading stars.
2017 (org-get-legal-level, org-tr-level): New functions.
2018 (org-odd-levels-only): New option.
2019 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
2020 (org-demote, org-promote): Deal with double-star levels.
2021 (org-convert-to-odd-levels): New command.
2022
2023 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
2024
2025 * speedbar.el (speedbar-update-localized-contents): Try to
2026 preserve window-start.
2027 (speedbar-update-directory-contents): Try to preserve window-start
2028 and window-point.
2029 (speedbar-update-special-contents): Don't move back to start of window.
2030
2031 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
2032 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
2033 speedbar-timer-fn.
2034 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
2035 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
2036 instead of gdb-speedbar-timer-fn.
2037
2038 2006-02-28 Jay Belanger <belanger@truman.edu>
2039
2040 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
2041 (math-compose-expr): Use latex option when calling
2042 `math-compose-tex-matrix' for latex mode.
2043
2044 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
2045
2046 * speedbar.el: Re-instate comments about developing for speedbar
2047 [this is what info and gdb-ui use even if better methods exist now].
2048
2049 * t-mouse.el: New file.
2050 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
2051 (t-mouse-lispy-buffer-posn-from-coords): Remove.
2052 (t-mouse-make-event-element): Use posn-at-x-y instead.
2053 (t-mouse-make-event): Deal with Fedora Core 3.
2054 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
2055 (t-mouse-mouse-position-function): New function. Use it instead
2056 of advising mouse-position.
2057 (t-mouse-mode): New minor mode.
2058 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
2059
2060 2006-02-27 Glenn Morris <rgm@gnu.org>
2061
2062 * calendar/calendar.el (calendar-holidays): Doc fix.
2063
2064 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
2065
2066 * progmodes/gdb-ui.el (gdb-source-window): New variable.
2067 Re-introduce the concept of a source window.
2068 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
2069 consistency with get-buffer-create.
2070 (def-gdb-auto-update-handler, gdb-info-locals-handler)
2071 (gdb-data-list-register-values-handler)
2072 (gdb-stack-list-locals-handler): Try to preserve window-start as
2073 well as window-point.
2074 (gdb-display-source-buffer): New function (old concept).
2075 (gdb-goto-breakpoint): Use it.
2076
2077 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
2078 for gdb-ui/gdb-mi (old concept).
2079
2080 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
2081
2082 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
2083 binding.
2084
2085 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
2086
2087 * textmodes/reftex-sel.el (reftex-select-label-map)
2088 (reftex-select-bib-map): Add `follow-mouse' binding.
2089
2090 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
2091
2092 * jka-cmpr-hook.el (jka-compr-compression-info-list)
2093 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
2094 Give :set functions to provide automatic updating.
2095 Update docstring. Give compiler defvars early in the file
2096 and move the defcustoms to a later spot where all called functions
2097 are defined.
2098 (jka-compr-file-name-handler-entry): Doc fix.
2099 (jka-compr-compression-info-list--internal)
2100 (jka-compr-mode-alist-additions--internal)
2101 (jka-compr-load-suffixes--internal): New variables.
2102 (jka-compr-install): Set the three above variables.
2103 Update `load-file-rep-suffixes' instead of `load-suffixes'.
2104 (jka-compr-update, jka-compr-set): New functions.
2105 (auto-compression-mode): Doc fix.
2106
2107 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
2108 Update `load-file-rep-suffixes' instead of `load-suffixes'.
2109 Use jka-compr-compression-info-list--internal,
2110 jka-compr-mode-alist-additions--internal and
2111 jka-compr-load-suffixes--internal.
2112
2113 * files.el (load-library):
2114 * loadhist.el (file-loadhist-lookup):
2115 * startup.el (command-line):
2116 * subr.el (locate-library):
2117 * emacs-lisp/autoload.el (update-directory-autoloads):
2118 * emacs-lisp/find-func.el (find-library-suffixes):
2119 Use `get-load-suffixes' instead of `load-suffixes'.
2120
2121 * subr.el (locate-library):
2122 * emacs-lisp/find-func.el (find-library-name):
2123 Use `load-file-rep-suffixes' instead of '("").
2124
2125 2006-02-26 Kim F. Storm <storm@cua.dk>
2126
2127 * ido.el (ido-save-history, ido-load-history): Simplify.
2128 Don't use find-file-noselect to avoid interference from other modes.
2129
2130 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
2131
2132 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
2133 to use the default shell if filename is not available.
2134 Reported by Giorgos Keramidas.
2135
2136 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
2137
2138 * progmodes/etags.el (tags-completion-table): Do completion from
2139 all the tables in the current list, as documented in the manual.
2140
2141 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2142
2143 * CC Mode Update to 5.31.3.
2144
2145 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2146
2147 * progmodes/cc-mode.el (c-postprocess-file-styles):
2148 Bind inhibit-read-only to t, around the call to
2149 c-remove-any-local-eval-or-mode-variables, so that it works on a
2150 RO file.
2151
2152 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2153
2154 * progmodes/cc-awk.el: Correct a typo.
2155
2156 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2157
2158 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
2159 c-hungry-delete-backwards, at the request of RMS. Leave the old
2160 name as an alias.
2161
2162 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2163
2164 * progmodes/cc-mode.el: Correct a typo.
2165
2166 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2167
2168 * progmodes/cc-defs.el: Update the version number to 5.31.3.
2169
2170 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2171
2172 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
2173 brace-else-brace (error due to mbeg, mend being undefined).
2174
2175 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2176
2177 * progmodes/cc-mode.el: File Local variables: Solve the problem
2178 where both `mode' and c-file-offsets are specified: `mode' will
2179 overwrite c-f-o's settings:
2180 (c-remove-any-local-eval-or-mode-variables): New function.
2181 (c-postprocess-file-styles): Call the above new function, within
2182 c-tentative-buffer-change, to splat `mode' and `eval' before the
2183 second hack-local-variables.
2184
2185 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2186
2187 * progmodes/cc-mode.el:
2188 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
2189 (c-after-change): Protect the match data with save-match-data.
2190 It was getting corrupted by c-after-change-check-<>-operators.
2191
2192 * cc-defs.el: [Supersedes patch V1.38]:
2193 (top level): Check for a buggy font-lock-compile-keywords ONLY in
2194 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
2195
2196 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
2197 with save-match-data. It was being corrupted when Font Lock was
2198 not enabled.
2199
2200 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2201
2202 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
2203 Mode and Subword Mode.
2204
2205 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
2206 real labels ("case 1:" or "foo:") from non-labels ("public:").
2207 (c-forward-objc-directive): Replace c-forward-token-2 with crude
2208 coding; c-f-t-2 doesn't move over a token at EOB.
2209
2210 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
2211
2212 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
2213 (c-update-modeline): Concatenate the minor mode indicators
2214 directly onto mode-name, removing c-submode-indicators.
2215 Sometimes, c-s-i got separated from the mode name on the mode line.
2216
2217 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
2218 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
2219
2220 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
2221
2222 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
2223 error message when there's an evaluation error to show whether
2224 it's loaded from source or not.
2225 (c-filter-ops): Make it available at runtime too to work when
2226 `c-make-init-lang-vars-fun' needs to evaluate from source.
2227
2228 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
2229
2230 * help.el (help): Revert last part of 2006-02-23 change (deletion
2231 of the `provide' call).
2232
2233 2006-02-23 Juri Linkov <juri@jurta.org>
2234
2235 * compare-w.el (compare-windows-highlight): Add new value
2236 `persistent' and change :type from `boolean' to `choice'.
2237 (compare-windows-overlays1, compare-windows-overlays2):
2238 New internal variables.
2239 (compare-windows-highlight): If compare-windows-highlight is
2240 `persistent', add current overlays to compare-windows-overlays[12]
2241 instead of adding compare-windows-dehighlight to pre-command-hook.
2242 (compare-windows-dehighlight): Delete all overlays from
2243 compare-windows-overlays[12].
2244
2245 * info.el (Info-search): Don't bind search-spaces-regexp to
2246 Info-search-whitespace-regexp in non-regexp isearch mode.
2247
2248 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2249
2250 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
2251
2252 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
2253
2254 * textmodes/org.el (org-xemacs-p)
2255 (org-export-html-show-new-buffer, org-table-may-need-update)
2256 (org-insert-item, org-mhe-get-message-real-folder)
2257 (org-mhe-get-message-folder-from-index)
2258 (org-mhe-get-message-folder, org-mhe-get-message-num)
2259 (org-mhe-get-header, org-make-org-heading-search-string)
2260 (org-make-org-heading-camel, org-table-sort-lines)
2261 (org-format-org-table-html, org-format-table-table-html):
2262 Fix typos in docstrings.
2263
2264 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
2265
2266 * textmodes/org.el (org-cleaned-string-for-export)
2267 (org-solidify-link-text): New function.
2268 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
2269 XEmacs, just to silence the compiler.
2270 (org-export-as-ascii, org-export-as-html-and-open):
2271 Use `org-cleaned-string-for-export' and create internal links.
2272 (org-follow-mhe-link): Require mh-e, use folder.
2273
2274 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2275
2276 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
2277
2278 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
2279 gdb-debug-log-length.
2280 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
2281 it a real ring but...
2282 (gud-gdba-marker-filter): ...make it work like mark-ring.
2283 (gdb-enable-debug): Rename from gdb-enable-debug-log.
2284 (gdb-mouse-jump): New function. Add bindings.
2285
2286 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2287
2288 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
2289 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
2290 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
2291 (gdb-debug-log-length): Customize it's length.
2292 (gud-watch, gdb-var-create-handler): Display function::var format
2293 but don't use to create variable object.
2294 (gdb-var-create-handler): Use message-box in place of message.
2295 (gdb-stopped): Call gdb-exited if signalled.
2296
2297 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
2298
2299 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
2300
2301 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
2302
2303 * textmodes/reftex.el (reftex-locate-file): Search all extensions
2304 if `reftex-try-all-extensions' is set.
2305
2306 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
2307 fail silently when there is no valid argument at point.
2308 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
2309 `fail-silently' argument. From a patch by David Reiter.
2310
2311 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
2312 New commands.
2313 (org-mark-ring): New variable.
2314 (org-mark-ring-length): New option.
2315 (org-open-at-point, org-goto, org-open-file): Push old position
2316 onto the mark ring.
2317 (org-add-hook): New function.
2318 (org-export-table-remove-special-lines): New option.
2319 (org-skip-comments, org-format-org-table-html): Respect new
2320 option `org-export-table-remove-special-lines'.
2321 (org-open-file): Allow special command configuration for
2322 directory link.
2323 (org-file-apps): Fix bugs in customize type, added setting
2324 for directories.
2325 (org-activate-tags, org-format-agenda-item, org-complete)
2326 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
2327 (org-get-tags, org-get-buffer-tags, org-open-at-point)
2328 (org-link-search, org-make-org-heading-search-string)
2329 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
2330 (org-radio-targets, org-file-link-context-use-camel-case)
2331 (org-activate-camels): New options.
2332 (org-update-radio-target-regexp, org-all-targets)
2333 (org-make-target-link-regexp, org-activate-target-links):
2334 New functions.
2335 (org-make-org-heading-search-string): New function.
2336 (org-store-link, org-insert-link): Use new option
2337 `org-file-link-context-use-camel-case'.
2338 (org-activate-camels): Use new option `org-activate-camels'.
2339 (org-link-regexp): Add mhe prefix.
2340 (org-open-at-point, org-store-link): Support for mhe links.
2341 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
2342 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
2343 (org-mhe-get-header, org-follow-mhe-link): New functions.
2344 (org-remove-angle-brackets, org-add-angle-brackets):
2345 New functions.
2346 (org-bracket-link-regexp): New constant.
2347 (org-read-date): Fix bug that was rejecting all typed dates.
2348 (org-link-search): Make hierarchy above visible after a match.
2349 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
2350 (org-store-link): Fix bug with link creation when cursor is in
2351 an empty line.
2352 (org-open-at-point): Fix bug with matching a link.
2353 Fixed buggy argument sequence in call to `org-view-tags'.
2354 (org-compile-prefix-format): Set `org-prefix-has-tag'.
2355 (org-prefix-has-tag): New variable.
2356 (org-format-agenda-item): Remove tags from headline
2357 if appropriate.
2358 (org-agenda-remove-tags-when-in-prefix): New option.
2359
2360 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
2361
2362 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
2363 Fix the regular expressions.
2364
2365 2006-02-21 Richard M. Stallman <rms@gnu.org>
2366
2367 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
2368 if there's no other specific basis.
2369
2370 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
2371 as variables at all.
2372 (unsafep-variable): Rename arg; doc fix.
2373
2374 * abbrevlist.el (list-one-abbrev-table): Add autoload.
2375
2376 * calendar/appt.el (diary-selective-display): Add defvar.
2377
2378 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
2379
2380 * isearch.el (search-whitespace-regexp): Fix custom type.
2381
2382 * help.el (describe-key-briefly): Compute interactive args
2383 in same was as before previous change.
2384
2385 * files.el (enable-local-variables): Doc fix.
2386
2387 2006-02-21 Kim F. Storm <storm@cua.dk>
2388
2389 * fringe.el: Cleanup as file is now pre-loaded.
2390 (fringe-bitmaps): Initialize unconditionally.
2391 (fringe-mode, set-fringe-style): Remove autoload cookies.
2392
2393 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2394
2395 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
2396 `horizontal-bar'.
2397 (fringe-cursor-alist): Use `horizontal-bar'.
2398
2399 2006-02-20 Kim F. Storm <storm@cua.dk>
2400
2401 * fringe.el (fringe-bitmaps): Update to new bitmap names.
2402 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
2403
2404 * loadup.el: Load "fringe" on window systems.
2405
2406 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2407
2408 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
2409 out of scope components.
2410
2411 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
2412 default.
2413
2414 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
2415
2416 * custom.el (customize-mark-to-save, customize-mark-as-set):
2417 Load the symbol first.
2418
2419 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
2420
2421 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
2422 strech spec so it doesn't display as "^J" on the header line
2423 when `Buffer-menu-use-header-line' is t.
2424
2425 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2426
2427 * speedbar.el (speedbar-make-button): Keep text properties
2428 of string arguments if desired.
2429
2430 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
2431 expessions.
2432
2433 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
2434 of speedbar.
2435
2436 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
2437
2438 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
2439 to value of `read-file-name-completion-ignore-case'.
2440
2441 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
2442
2443 * custom.el (customize-mark-as-set): Push to `user' theme.
2444
2445 * cus-edit.el (custom-save-variables): Allow unthemed values.
2446 (customize-set-variable): Push setting to `user' theme.
2447
2448 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2449
2450 * progmodes/gud.el: Don't require font-lock as it's now
2451 automatically loaded.
2452 (gud-speedbar-buttons): Replace gdb-var-changed with
2453 gdb-force-update.
2454
2455 * progmodes/gdb-ui.el (gdb-force-update): Rename from
2456 gdb-var-changed.
2457 (gdb-post-prompt): Use it.
2458 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2459 (gdb-var-update-handler, gdb-var-delete)
2460 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
2461 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
2462 gdb-force-update in gdb-post-prompt.
2463 (gdb-reset): Clear watch expressions from speedbar when quitting.
2464
2465 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2466
2467 * viper-cmd.el (viper-insert-state-post-command-sentinel)
2468 (viper-change-state-to-vi, viper-change-state-to-emacs):
2469 Make aware of cursor coloring in the Emacs state.
2470 (viper-special-read-and-insert-char): Use read-char-exclusive.
2471 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
2472
2473 * viper-init.el (viper-emacs-state-cursor-color): New variable.
2474
2475 * viper-util.el (viper-save-cursor-color)
2476 (viper-get-saved-cursor-color-in-replace-mode)
2477 (viper-get-saved-cursor-color-in-insert-mode)
2478 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
2479 state.
2480 (viper-get-saved-cursor-color-in-emacs-mode): New function.
2481
2482 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
2483 (ediff-ignore-case-option3, ediff-actual-diff-options)
2484 (ediff-actual-diff3-options): New variables to control case sensitivity.
2485 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
2486 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
2487 (ediff-toggle-ignore-case): New function.
2488 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
2489
2490 * ediff-help.el (ediff-long-help-message-narrow2)
2491 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
2492 (ediff-long-help-message-word-mode): Add ignore-case command.
2493 (ediff-help-for-quick-help): Add ignore-case command.
2494
2495 * ediff-merg.el: Move provide to the end.
2496
2497 * ediff-ptch.el: Move provide to the end.
2498
2499 * ediff-wind.el: Move provide to the end.
2500
2501 * ediff-mult.el: Move provide to the end.
2502 (ediff-set-meta-overlay): Enable follow-link.
2503
2504 * ediff.el: Move provide to the end.
2505 Break recursive load cycle in eval-when-compile.
2506 (ediff-patch-buffer): Better heuristics.
2507
2508 * ediff-util.el: Move provide to the end.
2509 Break recursive load cycle in eval-when-compile.
2510 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
2511 defuns.
2512 (ediff-submit-report): Pass the values of ediff-diff3-program,
2513 ediff-diff3-options.
2514
2515 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2516
2517 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2518 the opening bracket of the following bracketing pairs: {}, [], (), <>,
2519 `' (for example, in the docstring of `windmove-default-keybindings').
2520
2521 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2522
2523 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2524 shadow face. Don't provide binding to edit variable when it is
2525 out of scope.
2526
2527 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2528 (gdb-var-update-handler): Detect out of scope variables with pre
2529 GDB 6.4 too.
2530 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2531 Reset status of variable objects to nil in update handlers.
2532 (gdb-var-update-handler-1): Detect when a variable object comes
2533 in scope. setcar on var changes gdb-var-list directly.
2534
2535 2006-02-17 Juri Linkov <juri@jurta.org>
2536
2537 * ffap.el (ffap) <defface>: Add explicit face declaration.
2538 (ffap-highlight): Use face `ffap' directly instead of checking
2539 for its existence.
2540
2541 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2542 `visible-ok' of `other-buffer' to find the right original buffer.
2543
2544 * info.el (Info-search): Skip `Local Variables' node.
2545
2546 2006-02-17 Juri Linkov <juri@jurta.org>
2547
2548 * info.el (Info-find-file): Check for symbols `apropos', `history',
2549 `toc' in the input filename, and return these symbols as is.
2550 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2551 `history', `toc' instead of strings.
2552 (Info-set-mode-line): For non-string Info-current-file use the
2553 symbol's name inside **.
2554 (Info-isearch-push-state): Add quote before Info-current-file and
2555 Info-current-node.
2556 (Info-isearch-pop-state): Use `equal' instead of `string='.
2557 (Info-extract-pointer, Info-following-node-name): Use
2558 `match-string-no-properties' instead of `match-string'.
2559 (Info-up): Check `old-file' for `stringp'.
2560 (Info-history): Use `equal' instead of `string-equal'.
2561 Check `file' for `stringp'.
2562 (Info-history): Use symbol `history' instead of string as first arg
2563 of `Info-find-node'.
2564 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2565 `toc' instead of string.
2566 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2567 instead of `buffer-substring', and `match-string-no-properties'
2568 instead of `match-string'.
2569 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2570 instead of strings.
2571 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2572 Use symbol `apropos' instead of string.
2573 (Info-copy-current-node-name): Check `Info-current-file' for
2574 `stringp' and construct a command with `Info-find-node' from it.
2575 (Info-fontify-node): Use `match-string-no-properties' instead of
2576 `match-string' and check file names for `stringp'.
2577 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2578 `history', `toc' instead of strings.
2579
2580 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2581
2582 * files.el: Rearrange functions and variables in the file local
2583 variables section.
2584
2585 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2586
2587 * files.el: Add truncate-lines, ispell-check-comments and
2588 ispell-local-dictionary as safe local variables.
2589
2590 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2591
2592 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2593 out of scope variables.
2594 (gud-speedbar-buttons): Use unless.
2595
2596 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2597 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2598 (gdb-show-changed-values): Also use for out of scope variables.
2599 (gdb-var-update-handler-1): Note if variable goes out of scope.
2600
2601 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2602
2603 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2604 default to global variable values for unsupplied args.
2605 (rcirc-get-buffer-create): Fix bug with setting the target.
2606 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2607 test for rcirc-always-use-server-buffer-flag here.
2608 (rcirc-response-formats): Add %N, which is a facified nick. %n
2609 uses the default face. Change the ACTION format string. If the
2610 "nick" is the server, don't print anything for that field.
2611 Comment fixes.
2612 (rcirc-target-buffer): Don't test
2613 rcirc-always-use-server-buffer-flag here.
2614 (rcirc-print): Squeeze extra spaces out of the text before message.
2615 (rcirc-put-nick-channel): Strip potential "@" char from nick
2616 before adding them to nick table.
2617 (rcirc-url-regexp): Improve to match address like "foo.com".
2618
2619 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2620
2621 * allout.el (allout-hidden-p): Move this defsubst before
2622 allout-overlay-interior-modification-handler, where it is first
2623 used.
2624
2625 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2626
2627 * allout.el: Use allout invisible-text overlays instead of
2628 selective display for concealed text. Also, lots of general
2629 cleanup, and improved compatibility code.
2630
2631 (allout-version) Incremented, corrected, revised, and refined
2632 module commentary.
2633
2634 (provide 'allout): Moved to the bottom, added a require of overlay.
2635
2636 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2637 `except-current'.
2638 (allout-write-file-hook-handler): Minimize delay.
2639 (count-trailing-whitespace-region): New function so
2640 auto-encryption of current topic can resituate cursor exactly.
2641 PGP/GPG encryption trims trailing whitespace from lines, which
2642 must be accounted for across encryption then decryption.
2643
2644 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2645 just plain "\C-c", to avoid intruding on user's keybinding space.
2646
2647 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2648 parameter, so user request to provide a new password is done.
2649
2650 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2651 Refined mechanism for auto-filling behavior while in allout mode.
2652
2653 (allout-mode): Explicitly specify the mode map in the docstring.
2654 Clarify provision for various write-file hook var names.
2655 Adjusted for invisible-text overlays instead of selective-display.
2656
2657 (allout-depth): Really return 0 if not within any topic. This
2658 rectifies `allout-beginning-of-level' and sequence numbering
2659 errors that occur when cutting and pasting numbered topics.
2660 Changed from a in-line subst to a regular function, as well.
2661
2662 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2663
2664 (allout-end-of-subtree, allout-end-of-subtree)
2665 (allout-end-of-entry, allout-end-of-current-heading)
2666 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2667 (allout-show-children, allout-show-to-offshoot)
2668 (allout-hide-current-entry, allout-show-current-entry): Rectified
2669 handling of trailing blank lines between items.
2670
2671 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2672 (allout-current-depth, allout-unprotected, allout-hidden-p)
2673 (allout-on-current-heading-p, allout-listify-exposed)
2674 (allout-chart-subtree, allout-goto-prefix)
2675 (allout-back-to-current-heading, allout-get-body-text)
2676 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2677 (allout-hide-region-body, allout-toggle-subtree-encryption)
2678 (allout-encrypt-string, allout-encrypted-key-info)
2679 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2680 (allout-file-vars-section-data): Adjusted for use with
2681 invisible-text overlays instead of selective-display.
2682
2683 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2684 Reworked for use with invisible text overlays.
2685
2686 (allout-current-topic-collapsed-p): New function.
2687
2688 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2689 to know when to close the containing topic.
2690
2691 (allout-pre-command-business, allout-post-command-business):
2692 Simplify undo-batching and dynamic isearch exposure.
2693
2694 (allout-set-overlay-category): New for invisible-text overlays.
2695 Sets properties of allout-overlay-category, used by
2696 allout-flag-region to set invisible-text overlay properties.
2697 (allout-get-invisibility-overlay): Get the first qualifying
2698 invisibility overlay, so we can find the extent of it.
2699 (allout-back-to-visible-text): Get to just before the beginnining
2700 of the current invisibility overlay, if any.
2701
2702 (allout-overlay-insert-in-front-handler)
2703 (allout-overlay-interior-modification-handler)
2704 (allout-before-change-handler, allout-isearch-end-handler): New
2705 functions to handle extraordinary actions affecting concealed
2706 text.
2707
2708 (allout-flag-region): Use overlays instead of selective-display
2709 for invisible text - by inheritence from the properties of
2710 allout-overlay-category in mainline Emacs, and applied
2711 property-by-property in XEmacs, some recent versions of which
2712 don't inherit the properties from the category. Provisions to
2713 respond to concealed-text edits simplified drastically.
2714
2715 (allout-isearch-rectification, allout-isearch-was-font-lock)
2716 (allout-isearch-expose, allout-enwrap-isearch)
2717 (allout-isearch-abort, allout-pre-was-isearching)
2718 (allout-isearch-prior-pos, allout-isearch-did-quit)
2719 (allout-isearch-dynamic-expose)
2720 (allout-hide-current-entry-completely): Functions deleted.
2721
2722 (allout-undo-aggregation): Explicit undo aggregation no longer
2723 necessary due to transition away from selective-display.
2724
2725 (set-allout-regexp, allout-up-current-level)
2726 (allout-next-visible-heading, allout-forward-current-level)
2727 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2728 (allout-kill-line, allout-yank-processing, allout-show-children)
2729 (allout-expose-topic, allout-old-expose-topic)
2730 (allout-listify-exposed, allout-insert-latex-header)
2731 (allout-toggle-subtree-encryption, allout-encrypt-string)
2732 (remove-from-invisibility-spec, allout-hide-current-subtree):
2733 Ditched unused variables.
2734
2735 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2736
2737 * textmodes/ispell.el (ispell-change-dictionary): Call
2738 ispell-buffer-local-dict instead of
2739 ispell-accept-buffer-local-defs.
2740 (ispell-local-dictionary-alist): Accept as valid any coding-system
2741 supported by Emacs.
2742 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2743 changed to iso-8859-3.
2744
2745 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2746
2747 * speedbar.el (speedbar-frame-width): Make an inline function
2748 instead of a macro. Use frame-width.
2749 (speedbar-try-completion, speedbar-update-contents)
2750 (speedbar-timer-fn): Use consp.
2751 (speedbar-update-localized-contents): Try to preserve point.
2752
2753 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2754 (menu): Re-order menu items.
2755 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2756 field.
2757 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2758 (gdb-post-prompt): Speed things by not forcing update.
2759
2760 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2761
2762 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2763 press and perform default action if we get a mouse movement event.
2764
2765 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2766
2767 * calendar/icalendar.el (icalendar--get-event-property)
2768 (icalendar--get-event-property-attributes): Fix typos in
2769 docstrings.
2770
2771 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2772 docstring.
2773
2774 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2775
2776 * bs.el (bs-mode): Use `buffer-disable-undo'.
2777 (bs--get-file-name): Simplify.
2778 (bs-show-in-buffer): Mark the buffer as not modified.
2779
2780 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2781
2782 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2783 widget-button-click.
2784
2785 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2786 (custom-mode): Update docstring.
2787
2788 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2789 binding.
2790
2791 * files.el (hack-local-variables-confirm): Allow scrolling if the
2792 file variable list is too long. Kill temp buffer after use.
2793
2794 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2795
2796 * progmodes/gud.el (gdb): Improve doc string.
2797 (gdb-script-font-lock-keywords): Expand allowed character set.
2798
2799 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2800 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2801 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2802 (gdb-separate-io-stop, gdb-separate-io-eof):
2803 Rename from gdb-inferior-* to gdb-separate-*.
2804 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2805
2806 2006-02-14 Jay Belanger <belanger@truman.edu>
2807
2808 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2809 expression is a symbol before checking that it is bound.
2810
2811 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2812 test to see if equation can be solved.
2813
2814 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2815
2816 * wid-edit.el (widget-button-click): Use :pressed-face property
2817 for overlay face, if it exists.
2818
2819 * cus-edit.el (custom-manual, custom-add-see-also)
2820 (custom-add-parent-links, custom-group-link): Add :pressed-face
2821 property to links.
2822
2823 * files.el (hack-local-variables): Remove ignored variables before
2824 checking if any variables need setting.
2825
2826 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2827
2828 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2829
2830 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2831
2832 * help.el (where-is): Fix message for remapped commands.
2833
2834 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2835 Fix typos in docstrings.
2836
2837 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2838
2839 * files.el (safe-local-variable-values): New option.
2840 (hack-local-variables-prop-line): Return a list of variable-value
2841 pairs if MODE-ONLY is non-nil.
2842 (hack-local-variables): Construct list of variable-value pairs,
2843 and apply or reject them in one go. Ask for confirmation if
2844 variables are not known safe.
2845 (hack-local-variables-confirm): Complete rewrite. Support
2846 `safe-local-variable-values'.
2847 (enable-local-variables): Update docstring to reflect new
2848 behavior.
2849 (ignored-local-variables): Ignore ignored-local-variables and
2850 safe-local-variable-values.
2851 (safe-local-variable-p): New function.
2852 (risky-local-variable-p): `safe-local-variable' property check
2853 moved to safe-local-variable-p.
2854 (hack-one-local-variable): Checks moved to hack-local-variables.
2855
2856 (byte-compile-dynamic, c-basic-offset, c-file-style)
2857 (c-indent-level, comment-column, fill-column, fill-prefix)
2858 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2859 (no-update-autoloads, outline-regexp, page-delimiter)
2860 (paragraph-start, paragraph-separate, sentence-end)
2861 (sentence-end-double-space tab-width, version-control):
2862 Add `safe-local-variable' property.
2863
2864 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2865
2866 * icomplete.el, play/landmark.el: Change nonexistent
2867 `outline-layout' file variable to `allout-layout'.
2868
2869 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2870
2871 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2872 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2873 to gud-comint-buffer.
2874 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2875 gdb-ui.el for gdb-mi.el.
2876 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2877 registers buffer to gdb-get-changed-registers.
2878 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2879 deletion of catchpoints (throw and catch).
2880 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2881 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2882 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2883 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2884 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2885
2886 2006-02-13 Jay Belanger <belanger@truman.edu>
2887
2888 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2889 expression is a symbol before checking that it is bound.
2890
2891 2006-02-13 Richard M. Stallman <rms@gnu.org>
2892
2893 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2894 for the minibuffer too, but not if resize-mini-windows will interfere.
2895
2896 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2897 inside `interactive' spec.
2898 (describe-key-briefly-internal, describe-key-internal):
2899 Functions merged back into their callers.
2900
2901 2006-02-13 Martin Rudalics <rudalics@gmx.at>
2902
2903 * info.el (info-xref-visited): Inherit from info-xref too.
2904 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2905 when propertizing Info-current-file and Info-current-node.
2906
2907 2006-02-13 Juri Linkov <juri@jurta.org>
2908
2909 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2910 (tumme-thumb-name): Fix per-directory format.
2911
2912 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2913
2914 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2915
2916 2006-02-12 Miles Bader <miles@gnu.org>
2917
2918 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2919
2920 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2921
2922 * tumme.el: Remove history section. If someone needs the it, it
2923 can always be found in CVS.
2924
2925 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2926
2927 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2928 about the Thumbnail Managing Standard option.
2929
2930 2006-02-12 Richard M. Stallman <rms@gnu.org>
2931
2932 * subr.el (substitute-key-definition): Doc fix.
2933
2934 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2935
2936 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2937
2938 * info.el (Info-mode): Doc fix.
2939
2940 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2941
2942 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2943
2944 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2945 because on Solaris a POSIX compatible "id" is needed. Reported by
2946 Magnus Henoch <mange@freemail.hu>.
2947
2948 2006-02-12 Juri Linkov <juri@jurta.org>
2949
2950 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2951 (tumme) <defgroup>: Change :group to `multimedia'.
2952 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2953 Managing Standard.
2954 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2955 Fix dostring.
2956 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2957 and %y. Fix docstring.
2958 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2959 (tumme-cmd-create-standard-thumbnail-command): New user options.
2960 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2961 is `standard'. Fix docstring.
2962 (tumme-thumb-width, tumme-thumb-height): New user options.
2963 (tumme-external-viewer): Try to find various viewers.
2964 (tumme-get-thumbnail-image): Use `create-image' instead of
2965 constructing the `image' structure.
2966 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2967 `standard'.
2968 (tumme-thumb-name): Add file name generation for standard storage.
2969 Simplify code for other storages.
2970 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2971 Add modification time %m and thumbnail-nq8 %q.
2972 Use `tumme-cmd-create-standard-thumbnail-command' if
2973 tumme-thumbnail-storage is `standard'.
2974 (tumme-dired-insert-marked-thumbs): New autoload command.
2975 (tumme-dired-after-readin-hook): New function.
2976 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2977 `tumme-thumb-size'.
2978 (tumme-display-image): Replace size-x %x and size-y %y with
2979 width %w and height %h.
2980
2981 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2982 `tumme-dired-insert-marked-thumbs'.
2983
2984 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2985
2986 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2987 include path).
2988 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2989 matching tag.
2990
2991 2006-02-12 Miles Bader <miles@gnu.org>
2992
2993 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2994 New variables.
2995 (rcirc-abbrev-nick): New function.
2996 (rcirc-format-response-string): Rewrite to use the formats in
2997 `rcirc-response-formats' and expand escape sequences therein.
2998 A text-property `rcirc-text' is added over the actual response
2999 text to make easy to find inside the returned string.
3000 (rcirc-print): When filling, just look for the `rcirc-text'
3001 text-property to find the appropriate fill prefix, instead of
3002 using hardwired patterns.
3003
3004 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
3005
3006 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
3007 Managing Standard.
3008
3009 2006-02-11 Kim F. Storm <storm@cua.dk>
3010
3011 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
3012 Don't use insert-buffer; do insert-buffer-substring directly.
3013 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
3014
3015 2006-02-11 Martin Rudalics <rudalics@gmx.at>
3016
3017 * files.el (revert-buffer, recover-file): Replace buffer-read-only
3018 with inhibit-read-only. Suggested by Stefan Monnier.
3019 (revert-buffer): Let insert-file-contents discard
3020 buffer-undo-list. Simplify code.
3021 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
3022
3023 2006-02-11 Eli Zaretskii <eliz@gnu.org>
3024
3025 * menu-bar.el (menu-bar-select-yank): Add a doc string.
3026
3027 * help.el (describe-key-briefly): Now a wrapper for
3028 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
3029 to t. Populate yank-menu if empty.
3030 (describe-key-briefly-internal): Renamed from describe-key-briefly.
3031 (describe-key): Now a wrapper for describe-key-internal. Bind
3032 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
3033 (describe-key-internal): Renamed from describe-key.
3034
3035 2006-02-11 Milan Zamazal <pdm@zamazal.org>
3036
3037 * progmodes/glasses.el (glasses-separator): Doc fix.
3038 (glasses-original-separator): New defcustom.
3039 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
3040
3041 2006-02-11 Martin Rudalics <rudalics@gmx.at>
3042
3043 * mwheel.el (mouse-wheel-up-event): Doc fix.
3044
3045 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
3046
3047 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
3048 (tumme-dir): New function. Copied from thumbs.el.
3049
3050 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
3051
3052 * desktop.el (desktop-outvar): Fix typo.
3053 (desktop-save-buffer-p): Doc fix.
3054
3055 * subr.el (substitute-key-definition): Fix typo.
3056
3057 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3058
3059 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
3060 when window-system is mac.
3061
3062 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
3063
3064 2006-02-10 Kim F. Storm <storm@cua.dk>
3065
3066 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
3067 indirect-function instead of using condition-case.
3068
3069 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
3070
3071 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
3072 less `colloquial'...
3073
3074 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
3075
3076 * tumme.el: Add a couple of todo items.
3077
3078 2006-02-09 Lars Hansen <larsh@soem.dk>
3079
3080 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
3081 (highlight-changes-mode): Don't change desktop-locals-to-save.
3082
3083 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
3084
3085 * image-mode.el (image-toggle-display): Clear image cache if using
3086 filename.
3087
3088 2006-02-09 Masatake YAMATO <jet@gyve.org>
3089
3090 * dired-x.el (dired-guess-shell-alist-default): Add .man as
3091 a `dired-man' target.
3092
3093 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
3094 boundary of symbols.
3095
3096 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
3097
3098 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
3099
3100 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
3101
3102 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
3103 `mapcar'; return nil.
3104
3105 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
3106
3107 * mouse.el (mouse-drag-track): Don't change window if we rebind to
3108 some other event.
3109
3110 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
3111
3112 * net/rcirc.el (rcirc-startup-channels-alist):
3113 Add irc.freenode.net and #emacs as defaults.
3114 (rcirc-ignore-all-activity-flag): Remove variable.
3115 (rcirc-authinfo): New variable.
3116 (rcirc-authinfo-filename): Remove variable.
3117 (rcirc-always-use-server-buffer-flag): New flag.
3118 (rcirc): M-x rcirc will automatically connect without prompting.
3119 C-u M-x rcirc will prompt. Use rcirc-connect to create a
3120 connection in lisp.
3121 (rcirc-process-server-response-1): Remove everything but the nick
3122 portion of the sender so it doesn't need to be done everywhere
3123 else. Update related code.
3124 (global-map): Remove global keybindings.
3125 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
3126 (rcirc-send-input): Split into several functions.
3127 (rcirc-process-input-line, rcirc-process-message)
3128 (rcirc-process-command): New functions.
3129 (rcirc-target-buffer): New function to determine where to route
3130 messages.
3131 (rcirc-user-nick): Save match data.
3132 (rcirc-toggle-ignore-buffer-activity)
3133 (rcirc-update-activity-string): Remove global ignore functionality,
3134 which can be done now by toggling rcirc-track-minor-mode.
3135 (rcirc-track-minor-mode-map): New keymap.
3136 (rcirc-track-minor-mode): New minor-mode.
3137 (ignore): Make the ignore output nicer. Always print it when
3138 adding or removing nicks.
3139 (rcirc-url-regexp): Improve.
3140 (rcirc-mangle-text): Remove properties before using text in the
3141 modeline.
3142 (rcirc-authenticate): Authentication data comes from
3143 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
3144 (rcirc-server-prefix): Inherit from rcirc-server.
3145
3146 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
3147
3148 * Makefile.in (compile): Append "|| true" to the end of the `find'
3149 command, like compile-always does.
3150
3151 2006-02-08 Sam Steingold <sds@gnu.org>
3152
3153 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
3154 output from a dead connection.
3155
3156 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
3157
3158 * dired.el (dired-mode-map): Add more bindings for tumme.
3159
3160 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
3161
3162 * wdired.el (wdired-mode-map): Use remap.
3163 (wdired-get-filename): Massage.
3164 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
3165 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
3166 `keymap' property rather than `local-map'.
3167
3168 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
3169
3170 * tumme.el (tumme-get-thumbnail-image): New utility function.
3171 Suggested by from Chong Yidong.
3172 (tumme-dired-with-window-configuration): Rename from
3173 `tumme-dired'. Add code to save window configuration.
3174 (tumme-restore-window-configuration): New command to restore the
3175 window configuration that `tumme-dired-with-window-configuration'
3176 saves before it changes the window configuration.
3177 (tumme-show-all-from-dir): New command to display thumbnails for
3178 all files in a directory entered by the user, like M-x thumbs.
3179 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
3180 have been created.
3181 (tumme-display-thumbnail-original-image): Call `display-buffer'.
3182 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
3183 Remove obsolete test function.
3184
3185 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
3186
3187 * vc.el (small-temporary-file-directory): Remove defvar; there's
3188 a defcustom for it in files.el.
3189
3190 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
3191 Fix typo in message.
3192 (tumme-gallery-generate): Fix typo in `error' message.
3193 (tumme-display-window-height-correction)
3194 (tumme-display-window-width-correction, tumme-line-up-dynamic)
3195 (tumme-line-up-interactive): Dox fixes.
3196 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
3197 (tumme-restore-window-configuration, tumme-format-properties-string)
3198 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
3199 Fix typos in docstrings.
3200
3201 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
3202
3203 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
3204
3205 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
3206
3207 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
3208 User should use hook if desired.
3209
3210 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
3211 buffer if necessary.
3212 (gdb-delete-frame-or-window): New function.
3213 (gdb-breakpoints-mode-map): Bind "q" to it.
3214
3215 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
3216
3217 * textmodes/nroff-mode.el: Clean up name space.
3218 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
3219 (nroff-mode): Obey the global setting of nroff-electric-mode.
3220 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
3221
3222 * calendar/calendar.el (calendar-increment-month): Typo in last change.
3223
3224 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
3225
3226 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
3227
3228 2006-02-06 Lars Hansen <larsh@soem.dk>
3229
3230 * generic-x.el (etc-fstab-generic-mode): Add file system types
3231 cifs and usbdevfs. Allow special chars in file names.
3232
3233 2006-02-05 Jay Belanger <belanger@truman.edu>
3234
3235 Update copyright notices of the files in lisp/calc.
3236
3237 2006-02-05 Romain Francoise <romain@orebokech.com>
3238
3239 Update copyright notices of all files in the lisp/play directory.
3240
3241 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
3242
3243 * ldefs-boot.el: Regenerate.
3244
3245 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
3246
3247 2006-02-05 Kim F. Storm <storm@cua.dk>
3248
3249 * files.el (magic-mode-regexp-match-limit): New defvar.
3250 (set-auto-mode): Use it to limit magic-mode-alist matching.
3251
3252 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
3253
3254 * simple.el (display-message-or-buffer): Compare the number of
3255 characters to the frame width when determining whether a 1-line
3256 message string will fit in the echo area. Count screen lines
3257 instead of buffer lines when determining whether a multi-line
3258 message will fit in the echo area/minibuffer window.
3259
3260 2006-02-04 Eli Zaretskii <eliz@gnu.org>
3261
3262 * info.el (Info-index, Info-mode): Improve the description of the
3263 `i' command.
3264
3265 * ldefs-boot.el: Regenerate.
3266
3267 2006-02-03 Werner Lemberg <wl@gnu.org>
3268
3269 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
3270 greedy to find the closing bracket in \*[...] and similar
3271 expressions. This is a first rough fix -- many additional
3272 refinements are necessary to make nroff mode really usable with groff.
3273
3274 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
3275
3276 * international/mule-cmds.el (set-locale-environment):
3277 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
3278 libX11.
3279
3280 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
3281
3282 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
3283 archive are created in archive-tmpdir.
3284
3285 2006-02-02 John Paul Wallington <jpw@pobox.com>
3286
3287 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
3288 (ibuffer-fontification-alist): Use it.
3289 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
3290 to "* z" and the Ibuffer Mark menu.
3291
3292 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
3293
3294 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3295
3296 * textmodes/table.el (*table--cell-describe-mode)
3297 (*table--cell-describe-bindings): Undo last change since
3298 print-help-return-message is not obsoleted by anything at all.
3299
3300 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
3301
3302 * emulation/cua-base.el (cua-mode): Doc fix.
3303
3304 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
3305
3306 * dframe.el (dframe-handle-make-frame-visible)
3307 (dframe-handle-iconify-frame, dframe-get-focus)
3308 (dframe-select-attached-frame, dframe-power-click)
3309 (dframe-frame-mode): Fix typos in docstrings.
3310
3311 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
3312 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
3313 Fix typos in docstrings.
3314
3315 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
3316 (hi-lock-face-buffer, hi-lock-font-lock-hook)
3317 (hi-lock-archaic-interface-message-used)
3318 (hi-lock-file-patterns-range): Fix typos in docstrings.
3319
3320 * savehist.el (savehist-loaded, savehist-load, savehist-install)
3321 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
3322
3323 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
3324 Fix typo in docstring.
3325
3326 * net/newsticker.el (newsticker--decode-iso8601-date)
3327 (newsticker--set-customvar, newsticker--buffer-insert-item)
3328 (newsticker--do-run-auto-mark-filter)
3329 (newsticker--parse-generic-feed): Doc fixes.
3330 (newsticker--retrieval-timer-list, newsticker-url-list)
3331 (newsticker-hide-immortal-items-in-echo-area)
3332 (newsticker-hide-obsolete-items-in-echo-area)
3333 (newsticker-new-item-face, newsticker--enclosure)
3334 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
3335 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
3336 (newsticker--parse-generic-feed, newsticker--cache-contains)
3337 (newsticker--stat-num-items, newsticker-download-enclosures):
3338 Fix typos in docstrings.
3339
3340 * net/rcirc.el (rcirc-debug): Doc fix.
3341 (rcirc-fill-column, rcirc-receive-message-hooks)
3342 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
3343 (rcirc-mode, rcirc-generate-new-buffer-name)
3344 (rcirc-startup-channels, rcirc-ignore-update-automatic)
3345 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
3346 Fix typos in docstrings.
3347 (rcirc-print): "?\ " -> "?\s".
3348 (rcirc-cmd-join): Improve argument/docstring consistency.
3349
3350 2006-02-01 Mark A. Hershberger <mah@everybody.org>
3351
3352 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
3353 before narrow-to-region.
3354
3355 2006-02-01 Richard M. Stallman <rms@gnu.org>
3356
3357 * simple.el (move-beginning-of-line): Scan properly for invis change.
3358
3359 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
3360
3361 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
3362
3363 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
3364 change bit only when id-format is 'integer. Reported by Matt
3365 Hodges <M.P.Hodges@rl.ac.uk>.
3366
3367 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
3368
3369 * hilit-chg.el (highlight-changes-initial-state)
3370 (highlight-changes-global-initial-state): Doc fixes.
3371 (highlight-changes-global-modes, global-highlight-changes):
3372 Fix typos in docstrings.
3373
3374 2006-02-01 Kim F. Storm <storm@cua.dk>
3375
3376 * emulation/cua-base.el (cua-mode): Mention that CUA enables
3377 transient-mark-mode in doc string.
3378
3379 2006-01-31 Richard M. Stallman <rms@gnu.org>
3380
3381 * replace.el (multi-occur): Doc fix.
3382 (multi-occur-in-matching-buffers): Rename from
3383 multi-occur-by-filename-regexp. Prefix arg says match
3384 buffer names instead of file names.
3385
3386 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
3387
3388 * bs.el: Allow non-default values of `bs-header-lines-length'.
3389 (bs--running-in-xemacs): Remove (not needed anymore).
3390 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
3391 instead of `shrink-window', thus avoiding having to compute the
3392 height of the window.
3393 (bs--up): Wrap around even when there's no header.
3394 (bs--down): Use `forward-line' instead of `next-line'.
3395
3396 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
3397
3398 * image-mode.el (image-toggle-display): Use file name if possible,
3399 instead of unnecessarily allocating a (possibly huge) lisp string.
3400
3401 2006-01-30 John Paul Wallington <jpw@pobox.com>
3402
3403 * subr.el (toplevel): Define `cl-assertion-failed' condition here
3404 because the `assert' macro signals it at runtime.
3405
3406 * emacs-lisp/cl.el (toplevel): Remove definition of
3407 `cl-assertion-failed' condition.
3408
3409 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
3410
3411 * thumbs.el (thumbs-marked-list): Make buffer-local and
3412 permanent-local.
3413 (thumbs-insert-thumb): Make help-echo non-sticky.
3414 (thumbs-file-alist): Use eolp as check for (non)-image.
3415
3416 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
3417
3418 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
3419 (ediff-before-session-group-setup-hooks)
3420 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
3421 Fix typos in docstrings.
3422
3423 * window.el (bw-dir, bw-eqdir, balance-windows)
3424 (split-window-keep-point): Fix typos in docstrings.
3425
3426 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
3427 (org-quote-string, org-calendar-to-agenda-key)
3428 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
3429 (org-show-following-heading, org-tags-column)
3430 (org-use-tag-inheritance, org, org-allow-space-in-links)
3431 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
3432 (org-enable-table-editor, org-calc-default-modes)
3433 (org-table-allow-automatic-line-recalculation)
3434 (org-export-html-style, org-export-with-fixed-width)
3435 (org-export-with-sub-superscripts, org-special-keyword)
3436 (org-formula, org-time-grid, org-table-may-need-update)
3437 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
3438 (org-goto-quit, org-get-indentation, org-end-of-item)
3439 (org-move-item-down, org-move-item-up)
3440 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
3441 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
3442 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
3443 (org-agenda-log-mode, org-agenda-toggle-diary)
3444 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
3445 (org-agenda-file-to-end, org-agenda-no-heading-message)
3446 (org-agenda-get-closed, org-format-agenda-item)
3447 (org-cmp-priority, org-cmp-category, org-cmp-time)
3448 (org-agenda-change-all-lines, org-agenda-diary-entry)
3449 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
3450 (org-link-search, org-camel-to-words, org-open-file)
3451 (org-remember-handler, org-table-convert-region)
3452 (org-table-move-row-down, org-table-move-row-up)
3453 (org-table-copy-region, org-table-wrap-region)
3454 (org-table-toggle-vline-visibility)
3455 (org-table-get-vertical-vector, org-table-modify-formulas)
3456 (org-table-get-specials, org-recalc-commands)
3457 (org-table-rotate-recalc-marks, org-table-eval-formula)
3458 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
3459 (org-level-color-stars-only, org-insert-heading):
3460 Fix typos in docstrings.
3461 (last-arg): Add defvar.
3462
3463 * makefile.w32-in (WINS): Add erc.
3464 (MH_E_SRC): Update (copied from lisp/Makefile.in).
3465
3466 2006-01-29 Bill Wohler <wohler@newt.com>
3467
3468 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
3469 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
3470 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
3471 (mh-autoloads): Don't use comments on otherwise empty lines.
3472
3473 2006-01-29 Edward O'Connor <ted@oconnor.cx>
3474
3475 * emulation/viper.el (viper-major-mode-modifier-list): Add
3476 insert-state and vi-state entries for erc-mode.
3477 (viper-go-away, viper-set-hooks): Add and remove
3478 viper-comint-mode-hook from erc-mode-hook as appropriate.
3479
3480 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
3481
3482 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
3483
3484 * bs.el (bs--format-aux): Implement `middle' alignment as
3485 described in the docstring for `bs-attributes-list'.
3486 (bs--get-name): Simplify. Don't pad the buffer name.
3487
3488 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
3489
3490 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
3491 English aspell dictionary is installed, use the first entry of
3492 ispell-dictionary-alist-1.
3493
3494 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
3495
3496 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3497 Doc fix.
3498
3499 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
3500
3501 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3502 for `process-file', in order to let it work for older Emacsen too.
3503
3504 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3505
3506 * international/latexenc.el: Add a suitable `coding:' tag.
3507 (latexenc-find-file-coding-system): Undo last change.
3508
3509 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3510
3511 * international/latexenc.el (latexenc-find-file-coding-system):
3512 Make sure latexenc-main-file is a regular file and is readable.
3513
3514 2006-01-27 Andre Spiegel <spiegel@gnu.org>
3515
3516 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3517 Pass FILE to vc-user-login-name.
3518
3519 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3520
3521 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
3522
3523 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3524 there are no more images to display.
3525 (thumbs-mark, thumbs-unmark): Revert change so that they move to
3526 the next image.
3527
3528 2006-01-26 Richard M. Stallman <rms@gnu.org>
3529
3530 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3531
3532 * wid-edit.el (advertised-widget-backward): New alias.
3533 (widget-keymap): Use advertised-widget-backward for S-TAB.
3534
3535 * tumme.el: Correct the keywords.
3536 (tumme-dir-max-size): Use defvar.
3537 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3538
3539 * simple.el (move-beginning-of-line): Take account of fields.
3540 (clone-indirect-buffer-other-window): Take args like
3541 clone-indirect-buffer, and work like it.
3542
3543 * help-fns.el (describe-function): Don't pass `nil' as default.
3544
3545 * files.el (risky-local-variable-p): Follow var aliases.
3546
3547 * subr.el (lazy-completion-table): Doc fix.
3548
3549 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3550 global binding of `line'.
3551
3552 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3553
3554 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3555 Tramp.
3556
3557 * vc.el (vc-default-dired-state-info): Pass FILE to
3558 vc-user-login-name.
3559 (vc-default-update-changelog): Don't use vc-user-login-name, we
3560 don't need it here.
3561
3562 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3563 no longer necessary.
3564
3565 2006-01-25 Kenichi Handa <handa@m17n.org>
3566
3567 * international/mule.el (decode-char): Avoid the overhead of
3568 calling utf-lookup-subst-table-for-decode if
3569 utf-translate-cjk-mode is nil.
3570 (encode-char): Avoid the overhead of calling
3571 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3572 nil.
3573
3574 2006-01-22 Kenichi Handa <handa@m17n.org>
3575
3576 * international/mule.el (make-subsidiary-coding-system): Reset
3577 `coding-system-define-form' property of subsidiaries to nil.
3578 Avoid duplicated entry in coding-system-alist.
3579 (make-coding-system): Avoid duplicated entry in
3580 coding-system-alist.
3581 (define-coding-system-alias): Likewise.
3582
3583 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3584
3585 * completion.el: Minor fixes in introductory comment.
3586 (completion-def-wrapper): Fix alist.
3587
3588 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3589
3590 * thumbs.el (thumbs-new-image-size): New function.
3591 (thumbs-increment-image-size-element)
3592 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3593 (thumbs-decrement-image-size): Delete.
3594 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3595 temp files and use to resize.
3596 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3597 Use increment argument to enlarge/shrink. Preserve point.
3598 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3599 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3600 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3601 (thumbs-mark, thumbs-unmark): Preserve point.
3602 (thumbs-modify-image): Keep old temp files and use to modify.
3603 Cleanup old temp files at load time. Preserve point.
3604 (thumbs-view-image-mode-map): Use new command names.
3605
3606 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3607
3608 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3609
3610 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3611 the nastiest part of the cyclic dependency.
3612 (cal-menu-update): Use dotimes and calendar-increment-month.
3613
3614 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3615 (calendar-week-start-day): Add an :initializer.
3616 (calendar-mode-map): Use suppress-keymap, and command remapping.
3617 (describe-calendar-mode): Setup xref-stack info for the back button.
3618 (calendar-star-date): Insert before delete.
3619 (calendar-set-mode-line): Add file-modified info if applicable.
3620 (calendar-increment-month): New function.
3621
3622 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3623
3624 * font-lock.el (lisp-font-lock-keywords-2):
3625 Recognize "& keywords" only at word boundaries.
3626
3627 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3628
3629 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3630 and permanent-local.
3631 (thumbs-max-image-number): New variable.
3632 (thumbs-do-thumbs-insertion): Use them.
3633 (thumbs-per-line): Change default to 4.
3634 (thumbs-marked-list): Rename from thumbs-markedL.
3635 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3636 (thumbs-rename-images): Use -list instead of L for internal variables.
3637 (thumbs-call-convert): Use call-process instead of shell-command.
3638 (thumbs-insert-thumb): Add filename as help-echo to each image.
3639 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3640 Give dir to thumbs-show-thumbs-list.
3641 (thumbs-show-thumbs-list): Set default-directory to that of images.
3642 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3643 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3644 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3645 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3646
3647 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3648
3649 * ses.el (ses-read-cell): Provide a default value.
3650
3651 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3652
3653 * term/w32-win.el (image-library-alist): Add additional names for
3654 GIF library.
3655
3656 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3657
3658 * international/latexenc.el (latexenc-find-file-coding-system):
3659 Add file-regular-p check.
3660
3661 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3662
3663 * simple.el (clone-buffer): Don't show the new buffer in the same
3664 window.
3665
3666 2006-01-23 Juri Linkov <juri@jurta.org>
3667
3668 * faces.el (link, link-visited): New faces based on default values
3669 of `info-xref' and `info-xref-visited'.
3670
3671 * info.el (info-xref): Inherit from `link'.
3672 (info-xref-visited): Inherit from `link-visited'.
3673
3674 * cus-edit.el (custom-buffer-create-internal): Use widget type
3675 `custom-manual' instead of `info-link' and don't set properties
3676 `button-face' and `mouse-face' explicitly.
3677 (custom-browse-group-tag, custom-browse-variable-tag)
3678 (custom-browse-face-tag): Inherit from widget class
3679 `custom-group-link' instead of `push-button'.
3680 (custom-button-unraised): Inherit from `underline' face.
3681 (custom-link): Inherit from `link' face. Fix doc and group.
3682 (custom-add-parent-links, custom-group-value-create): Don't set
3683 properties `button-face' and `mouse-face' explicitly for
3684 `custom-group-link' widget.
3685 (custom-group-link): Add properties `button-face' and `mouse-face'
3686 to widget definition.
3687 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3688 editable-field's :keymap property.
3689 (custom-mode): Fix docstring: substitute keybindings for
3690 `widget-forward' and `widget-backward' from `widget-keymap',
3691 `widget-complete' from `custom-field-keymap', replace old
3692 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3693
3694 * desktop.el (desktop-load-file): Check for `fboundp' before
3695 calling `symbol-function'.
3696
3697 * simple.el (clone-buffer, clone-indirect-buffer)
3698 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3699 `read-string'. Fix prompts.
3700
3701 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3702
3703 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3704
3705 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3706
3707 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3708
3709 * startup.el (inhibit-splash-screen, initial-scratch-message):
3710 Doc fixes.
3711
3712 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3713
3714 Sync with Tramp 2.0.52.
3715
3716 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3717 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3718 `tramp-unload-tramp' for checklist.
3719
3720 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3721 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3722 (tramp-unload-file-name-handler-alist)
3723 (tramp-unload-tramp): New defuns.
3724 (tramp-advice-PC-expand-many-files): New defadvice.
3725 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3726 removed.
3727 (tramp-handle-expand-file-name): Remove double slash.
3728 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3729 It doesn't matter, because it will be converted later on.
3730 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3731 implementation was just heuristic.
3732 (tramp-post-connection): Set uid and gid properties.
3733 (tramp-convert-file-attributes): Set file's gid change bit.
3734 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3735 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3736 in case of su(do)? methods. The home directory of the local user
3737 will be taken else.
3738 (tramp-open-connection-telnet)
3739 (tramp-open-connection-rsh, tramp-open-connection-su)
3740 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3741 local shell prompt could hurt. Reported by Romain Francoise
3742 <romain@orebokech.com>.
3743 (tramp-let-maybe): Add `edebug-form-spec' property.
3744 (tramp-handle-expand-file-name): Bind `default-directory' locally
3745 to "/" in order to avoid problems with UNC shares or Cygwin
3746 mounts.
3747 (tramp-md5-function): Fix typo in error message.
3748
3749 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3750
3751 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3752 for byte-compiler pacification.
3753
3754 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3755
3756 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3757 ID-FORMAT `string'. This allows us to get rid of
3758 `vc-user-login-name UID'.
3759
3760 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3761
3762 2006-01-22 John Paul Wallington <jpw@pobox.com>
3763
3764 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3765
3766 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3767
3768 * emacs-lisp/find-func.el (find-definition-noselect)
3769 (find-variable-noselect): Search variables in C source code too.
3770 (find-function-C-source, find-function-noselect, find-function)
3771 (find-function-other-frame, find-variable-noselect, find-variable)
3772 (find-variable-other-frame, find-variable-at-point):
3773 Fix docstrings.
3774
3775 2006-01-21 Francesco Potorti` <pot@gnu.org>
3776
3777 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3778
3779 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3780
3781 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3782 Default to disabling the "Save affix" question.
3783
3784 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3785
3786 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3787 the first arg to run-python.
3788
3789 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3790
3791 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3792 is not loaded.
3793
3794 2006-01-20 Jay Belanger <belanger@truman.edu>
3795
3796 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3797 limit is 0.
3798
3799 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3800 the correct variable.
3801
3802 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3803
3804 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3805 link. Fixed buggy argument sequence in call to `org-view-tags'.
3806 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3807 (org-prefix-has-tag): New variable.
3808 (org-format-agenda-item): Remove tags from headline if
3809 appropriate.
3810 (org-agenda-remove-tags-when-in-prefix): New option.
3811 (org-get-tags-at): New function.
3812
3813 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3814
3815 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3816 (thumbs-find-image): Move image name and number from buffer name
3817 to mode name. Set thumbs-buffer. Preserve point so that large
3818 images remain visible.
3819 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3820 order.
3821 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3822 mode name.
3823 (thumbs-next-image, thumbs-previous-image): Make them work.
3824
3825 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3826
3827 * cus-edit.el (custom-buffer-create-internal): State in the text above
3828 the whole buffer buttons that they do not operate on hidden items.
3829 (custom-face-menu): Use `custom-face-save' instead of
3830 `custom-face-save-command'.
3831 (custom-face-save-command): Make it an alias for `custom-face-save'
3832 and declare it obsolete.
3833 (custom-face-save): Doc fix.
3834
3835 * dired.el (dired-no-confirm): Add quote.
3836 (dired-subdir-alist-pre-R): Add quote in
3837 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3838
3839 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3840
3841 * textmodes/table.el (table-mode-indicator): Typo in last change.
3842
3843 2006-01-19 Richard M. Stallman <rms@gnu.org>
3844
3845 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3846 Fixes bug reported in Nov 2005.
3847
3848 * isearch.el (isearch-forward): Doc fix.
3849
3850 * dired.el (dired-move-to-filename-regexp): Define as alias.
3851 (dired-no-confirm): Use defcustom.
3852 (dired-subdir-alist-pre-R): Put defvar at top level.
3853
3854 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3855
3856 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3857 Mark as risky.
3858
3859 * simple.el (set-mark-command): Doc fix.
3860 (clone-indirect-buffer-other-window):
3861 Read arg like clone-indirect-buffer.
3862 (move-beginning-of-line): Skip invisible newlines.
3863
3864 2006-01-19 Masatake YAMATO <jet@gyve.org>
3865
3866 * progmodes/cpp.el (cpp-edit-load): Make the order of
3867 listed conditions in a base C code buffer and its associate
3868 CPP Edit buffer the same.
3869
3870 2006-01-19 Kenichi Handa <handa@m17n.org>
3871
3872 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3873 (rmail-mime-feature): Likewise.
3874 (rmail-require-mime-maybe): Use display-warning to show a warning
3875 message.
3876
3877 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3878 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3879
3880 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3881
3882 * array.el: Move defvars out of eval-when-compile.
3883 (array-make-template): Replace undeclared global var with a local one.
3884 (array-mode): Inline initialization functions.
3885 (array-init-local-variables, array-init-max-row)
3886 (array-init-max-column, array-init-columns-per-line)
3887 (array-init-field-width, array-init-rows-numbered)
3888 (array-init-line-length, array-init-lines-per-row): Remove.
3889
3890 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3891 (doc-mode-map): Define explicitly.
3892 (doctor-txtype): Use mapc.
3893
3894 * textmodes/table.el: Move defvars out of eval-when-compile.
3895 Remove harmful code meant to avoid byte-compiler warnings.
3896 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3897 specification that checks table-fixed-width-mode directly.
3898 (table-recognize-region, table-recognize-cell):
3899 Use restore-buffer-modified-p.
3900 (table-fixed-width-mode): Remove code that refreshes
3901 table-fixed-mode-indicator.
3902 (*table--cell-describe-bindings, *table--cell-describe-mode):
3903 Avoid obsolete name print-help-return-message.
3904 (table--test-cell-list): Don't use replace-regexp from elisp.
3905 (table--point-entered-cell-function, table--point-left-cell-function):
3906 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3907
3908 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3909 that was after the end of file. Use buffer-file-name variable.
3910 (org-timestamp-change): Use with-current-buffer.
3911 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3912 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3913 `file'.
3914
3915 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3916 (fortran-break-line): Remove unused var `opoint'.
3917 (fortran-abbrev-start): Obey help-event-list.
3918
3919 2006-01-18 Jesper Harder <harder@phys.au.dk>
3920
3921 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3922
3923 2006-01-18 Masatake YAMATO <jet@gyve.org>
3924
3925 * progmodes/make-mode.el (makefile-imake-mode): New mode
3926 derived from makefile-mode.
3927 (makefile-imake-mode-syntax-table): New syntax table
3928 derived from makefile-mode-syntax-table.
3929 (makefile-mode): Write about makefile-imake-mode in doc string.
3930 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3931 (makefile-imake-font-lock-keywords): New font lock keywords.
3932
3933 * files.el (auto-mode-alist): Add Imakefile.
3934
3935 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3936
3937 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3938 loading the file rather than when turning on flyspell-mode.
3939
3940 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3941
3942 * cus-edit.el (customize-rogue): Minor doc fix.
3943
3944 2006-01-17 Juri Linkov <juri@jurta.org>
3945
3946 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3947 instead of the file at the mark as default if the file at the mark
3948 is the same as the file at point or if dired-dwim-target-directory
3949 is not the same as the current directory and the mark is not active.
3950
3951 * log-view.el (log-view-minor-wrap): Use the same logic to get
3952 revisions as `log-view-diff'.
3953
3954 * info.el (Info-revert-find-node): Check for Info-current-file
3955 before preserving new-history.
3956
3957 * man.el (Man-heading-regexp): Add `/'.
3958
3959 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3960 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3961
3962 2006-01-16 Juri Linkov <juri@jurta.org>
3963
3964 * faces.el (mode-line-faces): New defgroup.
3965 (mode-line-highlight): Move definition after new defgroup.
3966 (mode-line, mode-line-inactive, mode-line-highlight):
3967 Replace :group `modeline' with `mode-line-faces'.
3968 (mode-line-buffer-id): New face.
3969 (modeline-buffer-id): New face alias.
3970 (vertical-border): Remove :group `modeline'.
3971
3972 * bindings.el (propertized-buffer-identification): Use face
3973 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3974 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3975 (mode-line-buffer-identification-keymap): For mouse-1 replace
3976 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3977 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3978 mouse-3.
3979
3980 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3981 Buffer-menu-buffer. Doc fix.
3982 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3983 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3984 `Buffer-menu-buffer'.
3985
3986 * info.el (Info-mode-line-node-keymap): New defvar.
3987 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3988 Propertize Info-current-node with `mode-line-buffer-id' and
3989 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3990
3991 * time.el (display-time-mail-face): Replace :group `faces' with
3992 `mode-line-faces'.
3993
3994 2006-01-16 Kenichi Handa <handa@m17n.org>
3995
3996 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3997
3998 * language/european.el (cp1252): New alias for windows-1252.
3999
4000 * international/mule.el (autoload-coding-system): Prepare for EOL
4001 variants.
4002
4003 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
4004
4005 * term.el (term-raw-map): Add mapping for insert.
4006 (term-send-insert): New.
4007 (term-mode): Make variables local here instead of doing it in
4008 `term-emulate-terminal'.
4009 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
4010 Scroll reverse needs to take into account the scroll region.
4011 Saving and restoring the cursor should save the color attributes too.
4012 (term-reset-terminal): Reset the scroll region.
4013 (term-handle-ansi-escape): Cursor up and down should take into
4014 account the scroll region.
4015 (term-set-scroll-region): Rename from `term-scroll-region'.
4016 Move to 0,0 after setting the region.
4017 (term-handle-scroll): Handle scroll up.
4018 (term-down): Fix off by one error.
4019 (term-delete-lines): Do not delete outside the scroll region.
4020 (term-insert-lines): Take into account the scroll region.
4021
4022 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
4023
4024 * textmodes/ispell.el (ispell-internal-change-dictionary)
4025 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
4026 (start, end): Move declaration outside of eval-when-compile.
4027
4028 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
4029 (flyspell-mode-on): Use it.
4030
4031 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
4032 ispell-kill-ispell-hook.
4033
4034 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
4035
4036 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
4037 (Custom-reset-saved): Do not ask for confirmation in single option
4038 buffers.
4039
4040 2006-01-13 Richard M. Stallman <rms@gnu.org>
4041
4042 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
4043
4044 2006-01-13 Romain Francoise <romain@orebokech.com>
4045
4046 * add-log.el (add-change-log-entry, change-log-merge):
4047 Conditionally use `hard-newline'.
4048
4049 2006-01-13 Martin Rudalics <rudalics@gmx.at>
4050
4051 * wid-edit.el (widget-field-end): If the overlay is no longer
4052 associated with a buffer, behave as if the overlay didn't exist.
4053
4054 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
4055 Make sure the links use the `custom-link' face.
4056
4057 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4058
4059 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
4060 (ld-script-mode): Don't set indent-line-function since we don't
4061 have one.
4062
4063 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
4064
4065 * textmodes/org.el (org-open-file): Use mailcap for selecting an
4066 application.
4067 (org-file-apps-defaults-gnu): Use mailcap as the default for
4068 selecting an application on a UNIX system.
4069 (org-agenda-show-tags): New command.
4070 (org-table-insert-hline): Keep cursor in current table line.
4071 (org-table-convert): Offset effect of modifying
4072 `org-table-insert-hline'.
4073 (org-format-agenda-item): New optional argument TAG.
4074 (org-compile-prefix-format): Handle %T format for the tag.
4075 (org-expand-wide-chars): New function.
4076 (org-table-insert-row, org-table-insert-hline):
4077 Use `org-expand-wide-chars'.
4078 (org-open-file): Fix bug in program launch.
4079 (org-get-time-of-day): Fix bug with times before 1am.
4080 (org-agenda-menu): Add tags commands.
4081
4082 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
4083
4084 * textmodes/ispell.el (ispell-init-process): Include the used
4085 dictionary in ispell process start message.
4086 (ispell-internal-change-dictionary): When flyspell-mode is active
4087 and dictionary is changed, make sure ispell process is restarted
4088 and flyspell word cache cleared out for the current buffer.
4089 (ispell-change-dictionary): Make sure flyspell word cache is
4090 cleared out in all buffers with active flyspell mode when
4091 dictionary is globally changed.
4092 Call ispell-internal-change-dictionary after dictionary change.
4093
4094 2006-01-13 Eli Zaretskii <eliz@gnu.org>
4095
4096 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
4097
4098 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
4099 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
4100 years. Fix small differences wrt Makefile.in.
4101 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
4102 Makefile.in does.
4103
4104 2006-01-12 Bill Wohler <wohler@newt.com>
4105
4106 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
4107 mh-search.el.
4108
4109 2006-01-12 Masatake YAMATO <jet@gyve.org>
4110
4111 * progmodes/ld-script.el: Update copyright year.
4112
4113 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
4114
4115 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
4116 Don't add widget if setting undefined.
4117
4118 2006-01-12 John Paul Wallington <jpw@pobox.com>
4119
4120 * help-fns.el (describe-variable): Remove newlines from void
4121 variable output.
4122
4123 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
4124
4125 * wdired.el (wdired-mode-map): Add help echo for
4126 wdired-abort-changes.
4127
4128 * man.el (Man-file-name-regexp): Adjust for a list of files.
4129
4130 2006-01-12 Masatake YAMATO <jet@gyve.org>
4131
4132 * progmodes/ld-script.el (auto-mode-alist): Support
4133 suffix conventions used in netbsd and eCos.
4134
4135 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
4136
4137 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
4138 (custom-variable-menu, custom-face-menu, custom-group-menu)
4139 (Custom-mode-menu): Change names of menu items. (As discussed on
4140 emacs-devel.)
4141 (custom-face-menu): Add "Undo Edits" item.
4142
4143 * startup.el (init-file-user): defcustom -> defvar.
4144
4145 * tooltip.el (tooltip-mode): Doc fix.
4146
4147 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4148
4149 * reveal.el (reveal-post-command): window-buffer signals an error on
4150 dead windows rather than returning nil.
4151 (reveal-open-new-overlays): An overlay might die while we open others.
4152
4153 2006-01-11 Bill Wohler <wohler@newt.com>
4154
4155 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
4156 phrasing in docstring.
4157
4158 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
4159 can give some systems gas. Add new file mh-buffers.el.
4160
4161 2006-01-06 Masatake YAMATO <jet@gyve.org>
4162
4163 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
4164 C preprocessor forward ported from GNU Emacs 21.2.
4165
4166 * progmodes/asm-mode.el (asm-font-lock-keywords):
4167 Use `cpp-font-lock-keywords'.
4168
4169 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
4170
4171 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
4172 of $ for "\\.ld[s]?".
4173
4174 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4175
4176 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
4177 (tcl-indent-line): Return `noindent' if inside a string.
4178
4179 * progmodes/flymake.el (flymake-split-string): Remove more than one
4180 empty string at beg/end of the result.
4181 (flymake-find-buildfile, flymake-find-possible-master-files):
4182 Use expand-file-name.
4183 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
4184 since expand-file-name does it for us. Use directory-file-name.
4185 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
4186 (flymake-ler-get-type, flymake-ler-get-text)
4187 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
4188 (flymake-current-line-no): Remove spurious interactive spec.
4189 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
4190 (flymake-check-include): Remove arg inc-path merged into inc-name.
4191 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
4192 Arg regexp-list replaced by a simple regexp.
4193 (flymake-master-make-header-init, flymake-master-tex-init):
4194 Correspondingly replace regexp-list with a regexp. Fix regexp.
4195
4196 2006-01-10 Simon Josefsson <jas@extundo.com>
4197
4198 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
4199 describing AUTH PLAIN fix.
4200
4201 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
4202
4203 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
4204 (report-emacs-bug): Don't record initial prompt text.
4205 Instead, add text properties to prompting text.
4206 (report-emacs-bug-hook): Delete prompting text.
4207
4208 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4209
4210 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
4211 `dirs'. Adjust callers.
4212
4213 2006-01-09 John Paul Wallington <jpw@gnu.org>
4214
4215 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
4216
4217 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4218
4219 * reveal.el (reveal-open-new-overlays): New extracted fun.
4220 (reveal-close-old-overlays): Idem. Check overlays's liveness before
4221 using them. Simplify the code.
4222 (reveal-post-command): Use them. Fix up obsolete windows in
4223 reveal-open-spots.
4224
4225 * progmodes/flymake.el: Use `require' rather than autoload for
4226 XEmacs's overlays.
4227 (flymake-get-common-file-prefix, flymake-build-relative-filename):
4228 Delete. Use file-relative-name instead.
4229 (flymake-get-syntax-check-program-args, flymake-perl-init):
4230 Simplify the resulting code.
4231
4232 * log-view.el (log-view-file-re, log-view-message-re): Add support
4233 for DaRCS output.
4234
4235 2006-01-09 Alex Schroeder <alex@gnu.org>
4236
4237 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
4238 identifiers sometimes added in square brackets at the beginning of
4239 subject lines.
4240
4241 2006-01-07 Richard M. Stallman <rms@gnu.org>
4242
4243 * cus-edit.el (Custom-set, Custom-save): Doc fix.
4244 (Custom-reset-current, Custom-reset-saved): Change question text.
4245 (Custom-reset-standard): Likewise.
4246 (custom-variable-reset-saved): Doc fix.
4247
4248 2006-01-07 Eli Zaretskii <eliz@gnu.org>
4249
4250 * startup.el (init-file-user): Doc fix.
4251
4252 2006-01-07 Alex Schroeder <alex@gnu.org>
4253
4254 * mail/rmail.el (rmail-current-subject): New function.
4255 (rmail-current-subject-regexp): New function.
4256 (rmail-next-same-subject): Use it.
4257
4258 * mail/rmailsum.el (rmail-summary-by-topic):
4259 Use rmail-current-subject and rmail-current-subject-regexp.
4260 (rmail-summary-next-same-subject): Ditto.
4261
4262 * net/rcirc.el (rcirc-send-input): No longer check whether the
4263 process is open, since not all commands need an open process.
4264 (rcirc-send-string): Check whether the process is open before
4265 sending anything.
4266 (rcirc-ignore-list): New option.
4267 (rcirc-ignore-list-automatic): New variable.
4268 (rcirc-print): Take rcirc-ignore-list into account.
4269 (rcirc-cmd-ignore): New command.
4270 (rcirc-ignore-update-automatic): New function.
4271 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
4272 list if ignored nicks.
4273 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
4274
4275 2006-01-06 David Reitter <david.reitter@gmail.com>
4276
4277 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
4278 reflect the address to which the report will be sent.
4279
4280 2006-01-06 Eli Zaretskii <eliz@gnu.org>
4281
4282 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
4283 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
4284
4285 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
4286
4287 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
4288
4289 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
4290 the doc string: "functoin" => "function".
4291 * ldefs-boot.el: Likewise.
4292
4293 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
4294 message text: "Duplicat" => "Duplicate".
4295
4296 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
4297
4298 * files.el (basic-save-buffer-2): If backing-up failed, reset
4299 buffer-backed-up to nil.
4300
4301 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
4302
4303 * progmodes/gud.el (gdb-script-skip-to-head)
4304 (gdb-script-calculate-indentation): Indent for breakpoint command
4305 lists also.
4306
4307 2006-01-05 Bill Wohler <wohler@newt.com>
4308
4309 * Makefile.in (compile-always): Add mh-autoloads dependency.
4310 (bootstrap): Remove mh-autoloads dependency, as compile dependency
4311 provides it.
4312 (updates): Remove mh-autoloads dependency, since it probably has
4313 already run recently (via recompile).
4314
4315 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
4316
4317 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
4318 argument `force' to disable the flyspell-last-buffer optimization.
4319 (flyspell-mode-on): Use it.
4320
4321 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
4322 flymake-simple-cleanup.
4323 (flymake-allowed-file-name-masks): Use this new default.
4324 All the functions are now called in the right buffer rather than
4325 passing the buffer as argument.
4326 (flymake-process-sentinel): Switch to buffer before calling cleanup.
4327 (flymake-parse-err-lines): Remove redundant buffer arg.
4328 (flymake-get-program-dir): Comment out unused function.
4329 (flymake-start-syntax-check, flymake-start-syntax-check-process):
4330 Remove redundant buffer argument.
4331 (flymake-get-real-file-name, flymake-simple-java-cleanup)
4332 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
4333
4334 2006-01-05 Richard M. Stallman <rms@gnu.org>
4335
4336 * info.el (Info-find-node): Don't record previous node if have none.
4337 (info): Go to directory only if history is empty.
4338
4339 * simple.el (mark): Doc fix.
4340
4341 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4342
4343 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
4344 already of desired type.
4345 (mac-ae-list): Coerce parameter to "list" type.
4346 (mac-dispatch-apple-event): Replace cadr part of event with a
4347 dummy position so that event-start returns it.
4348
4349 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
4350
4351 * textmodes/org.el (org-end-of-subtree): New function.
4352 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
4353 Use `org-end-of-subtree'.
4354 (org-agenda, org-agenda-convert-date): Protect calls to
4355 `fit-window-to-buffer'.
4356 (org-tags-view): Force matching of sublevels when doing a
4357 todo-only search. Define the correct redo command, including the
4358 arguments.
4359 (org-agenda-redo): Display message.
4360 (org-check-for-org-mode): New function.
4361 (org-agenda-type): New variable.
4362 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
4363 Set `org-agenda-type'.
4364 (org-agenda-check-type): New function.
4365 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4366 (org-agenda-week-view, org-agenda-day-view)
4367 (org-agenda-next-date-line, org-agenda-previous-date-line)
4368 (org-agenda-log-mode, org-agenda-toggle-diary)
4369 (org-agenda-toggle-time-grid, org-agenda-date-later)
4370 (org-agenda-date-prompt, org-agenda-diary-entry)
4371 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
4372 (org-agenda-convert-date, org-agenda-menu):
4373 Use `org-agenda-check-type'.
4374 (org-make-overlay, org-delete-overlay)
4375 (org-detatch-overlay, org-move-overlay, org-overlay-put):
4376 New compatibility functions.
4377 (org-calendar-select-mouse): New command.
4378
4379 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
4380
4381 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
4382 (Custom-reset-standard): Fix y-or-n-p messages.
4383 (custom-link): New face for links.
4384 (custom-buffer-create-internal, custom-manual): Use it.
4385 (custom-face-save): Push to theme-face before setting face spec.
4386
4387 * wid-edit.el (widget-default-mouse-face-get): New function.
4388 (widget-specify-button): Handle mouse-face like button-face.
4389
4390 * custom.el (load-theme): Clear old theme settings if reloading.
4391
4392 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
4393
4394 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
4395 "Erase Customization" button back to same position it occupies in
4396 the individual State menus.
4397
4398 2006-01-04 Kim F. Storm <storm@cua.dk>
4399
4400 * wid-edit.el (key-sequence): Rework widget to read key binding
4401 using `kbd' syntax. Use C-q to insert literal key, event, or code.
4402 (widget-key-sequence-default-value): Default value for empty sequence.
4403 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
4404 (widget-key-sequence-read-event): New command for C-q.
4405 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
4406 (widget-key-sequence-value-to-external): New functions.
4407
4408 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4409
4410 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
4411 Use expand-file-name.
4412 (flymake-delete-temp-directory): Use expand-file-name,
4413 file-name-directory, and directory-file-name.
4414 (flymake-strrchr): Delete.
4415 (flymake-start-syntax-check): Don't pass the redundant buffer argument
4416 to the init-f function.
4417 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
4418 (flymake-init-find-buildfile-dir)
4419 (flymake-init-create-temp-source-and-master-buffer-copy)
4420 (flymake-simple-make-init-impl, flymake-simple-make-init)
4421 (flymake-master-make-init, flymake-master-make-header-init)
4422 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
4423 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
4424 (flymake-xml-init): Remove corresponding redundant buffer argument.
4425 (flymake-allowed-file-name-masks): Remove last elems that are equal to
4426 the default anyway. Clean up regexps.
4427
4428 * progmodes/flymake.el (flymake-temp-source-file-name)
4429 (flymake-master-file-name, flymake-temp-master-file-name)
4430 (flymake-base-dir): New buffer-local vars.
4431 (flymake-buffer-data, flymake-get-buffer-value)
4432 (flymake-set-buffer-value): Replace those hash-tables by the new
4433 buffer-local vars. Update callers.
4434
4435 * progmodes/flymake.el (flymake-check-start-time)
4436 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
4437 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
4438 Move definition, so we can remove redundant earlier declaration.
4439 (flymake-replace-regexp-in-string, flymake-split-string)
4440 (flymake-get-temp-dir): Use defalias.
4441 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
4442 (flymake-xemacs-window-edges): Remove unused function.
4443 (flymake-get-point-pixel-pos): Move.
4444 (flymake-pid-to-names, flymake-reg-names)
4445 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
4446 Replace by a simple list flymake-processes and by process-buffer.
4447 Update callers. Other than simplify the code, it uses buffers rather
4448 than buffer-names so it doesn't get confused by uniquify.
4449 (flymake-buffer-data): The global value should just be nil.
4450
4451 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
4452 Optimize the body of a defalias like any other code.
4453
4454 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
4455 Make sure we've setup font-lock's vars. It may influence which
4456 function we then call.
4457 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
4458 here since it's too late anyway.
4459
4460 2006-01-03 Romain Francoise <romain@orebokech.com>
4461
4462 * startup.el (fancy-splash-tail, normal-splash-screen):
4463 Update copyright year.
4464
4465 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
4466
4467 * mouse.el (mouse-drag-track): Rename, from
4468 `mouse-drag-region-1'. Includes optional argument required to
4469 enable post-drag event processing (e.g. delete region keys).
4470 Can be used without this argument to track a mouse region and operate
4471 on it as soon as the drag completes.
4472 (mouse-drag-region): Use `mouse-drag-track'.
4473
4474 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4475
4476 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
4477 Move to `custom-buffer' group.
4478
4479 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4480 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
4481 (custom-theme-insert-face-marker, custom-theme-variable-menu)
4482 (custom-theme-face-menu): New variables.
4483 (custom-theme-add-variable, custom-theme-variable-action)
4484 (custom-variable-reset-theme, custom-theme-delete-variable)
4485 (custom-face-reset-theme, custom-theme-face-action)
4486 (custom-theme-delete-face, custom-theme-merge-theme)
4487 (custom-theme-add-face, custom-theme-visit-theme): New functions.
4488
4489 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
4490
4491 * custom.el: Move Custom Themes commentary to start of theme code.
4492 (custom-known-themes): Rename `standard' theme to `changed'.
4493 (custom-push-theme): Caller no longer specifies what theme to use
4494 when doing `reset'---the setting is simply removed from the theme.
4495 Delete MODE from `theme-value' and `theme-settings' properties.
4496 (custom-declare-theme): Ignore &rest args since we don't use them.
4497
4498 (custom-loaded-themes): Delete variable.
4499 (custom-theme-load-themes, custom-theme-loaded-p)
4500 (custom-theme-value): Delete functions.
4501
4502 (custom-declare-theme): Signal error on invalid theme names.
4503 (provide-theme): custom-loaded-themes was deleted.
4504 (load-theme): Load the file unconditionally.
4505 (enable-theme): Call `load-theme' if theme is undefined.
4506 (custom-enabled-themes): Only update value for successful loads.
4507 (disable-theme): Complete from enabled themes when interactive.
4508 (custom-variable-theme-value): Calculate theme value directly.
4509
4510 (custom-theme-reset-variables, custom-reset-variables): Mark as
4511 XEmacs compatibility functions. We don't actually use these.
4512
4513 * cus-edit.el (custom-variable-state-set):
4514 Use custom-variable-theme-value instead of custom-theme-value.
4515 (custom-face-state-set): Rename `standard' theme to `changed'.
4516 (custom-save-variables, custom-save-faces): Delete unneeded
4517 references to custom-reset-variables.
4518 (custom-save-resets): Delete function.
4519 (custom-save-variables, custom-save-faces): MODE argument deleted.
4520 (custom-save-variables, custom-save-faces): Ignore theme values.
4521
4522 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4523 compatibility function.
4524
4525 2006-01-01 Richard M. Stallman <rms@gnu.org>
4526
4527 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4528 (Custom-reset-current, Custom-reset-saved): Likewise.
4529 (Custom-reset-standard): Show message if aborted.
4530 (custom-mode): Doc fix, describing those commands.
4531
4532 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4533 put on event-kind property.
4534
4535 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4536
4537 * custom.el (provide-theme): Ban `user' theme name.
4538 (custom-enabling-themes): New variable.
4539 (enable-theme): Don't enable user if custom-enabling-themes is t.
4540 (custom-enabled-themes): Make it a defcustom.
4541 (custom-theme-recalc-face): No-op if face is undefined.
4542
4543 * cus-edit.el (custom-button-mouse): New variable.
4544 (custom-button-mouse): New face.
4545 (custom-raised-buttons, custom-mode): Use it.
4546
4547 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4548
4549 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4550
4551 * progmodes/gud.el (gud-display-line): Support hl-line in the
4552 source buffer.
4553
4554 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4555
4556 * mouse.el (mouse-drag-window-above): Verify that the found window
4557 overlaps with the given window in the horizontal dimension.
4558
4559 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4560
4561 * Makefile.in (cvs-update): New target.
4562
4563 * makefile.w32-in (cvs-update): Ditto.
4564
4565 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4566
4567 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4568 (custom-new-theme-mode-map): New variable.
4569
4570 2005-12-30 Richard M. Stallman <rms@gnu.org>
4571
4572 * custom.el (custom-load-themes): Function deleted.
4573
4574 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4575 (custom-save-variables): Don't delete or add custom-load-themes call.
4576
4577 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4578
4579 * cus-start.el: Add `visible-cursor'.
4580
4581 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4582 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4583 (flymake-process-filter): Switch to buffer before calling it instead.
4584 (flymake-post-syntax-check, flymake-highlight-err-lines)
4585 (flymake-delete-own-overlays, flymake-parse-err-lines)
4586 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4587 (flymake-count-lines, flymake-parse-residual):
4588 Remove constant buffer argument.
4589 (flymake-start-syntax-check-for-current-buffer): Remove.
4590 Update callers to use flymake-start-syntax-check instead.
4591 (flymake-display-err-menu-for-current-line):
4592 Remove unused var `mouse-pos'.
4593 (flymake-restore-formatting): Comment out unused function.
4594 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4595 argument, use current-buffer instead. Update callers.
4596
4597 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4598
4599 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4600 buffer-local because choose-completion-delete-max-match requires
4601 that we set completion-ignore-case (i.e., binding via let is not
4602 sufficient).
4603 (bibtex-complete): Always set completion-ignore-case and
4604 choose-completion-string-functions. The latter is needed because
4605 choose-completion-string-functions keeps its value if we quit the
4606 *Completions* buffer without requesting a completion.
4607
4608 2005-12-30 Andreas Schwab <schwab@suse.de>
4609
4610 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4611
4612 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4613
4614 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4615
4616 2005-12-30 Juri Linkov <juri@jurta.org>
4617
4618 * locate.el (locate-fcodes-file, locate-header-face)
4619 * progmodes/delphi.el (delphi-other-face)
4620 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4621
4622 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4623 group `paren-showing-faces'.
4624
4625 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4626 (goto-address): Fix docstring.
4627
4628 * net/webjump.el (webjump-sample-sites): Update URLs.
4629
4630 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4631
4632 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4633
4634 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4635
4636 * font-lock.el (font-lock-compile-keywords): Signal an error when
4637 font-lock-set-defaults hasn't been called.
4638
4639 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4640
4641 * subr.el (noreturn, 1value): Doc fixes.
4642
4643 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4644
4645 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4646 that assoc-string returns nil.
4647
4648 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4649
4650 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4651 (bibtex-entry-type-str, bibtex-empty-field-re)
4652 (bibtex-search-backward-string, bibtex-preamble-prefix)
4653 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4654 (bibtex-any-valid-entry-type): New variable.
4655 (bibtex-parse-field-name): Simplify.
4656 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4657 (bibtex-preamble-prefix): Include left delimiter.
4658 (bibtex-search-forward-field, bibtex-search-backward-field):
4659 Allow unbounded search past entry boundaries (required by bibtex-pop).
4660 (bibtex-text-in-field-bounds): Use push.
4661 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4662 (bibtex-parse-preamble, bibtex-valid-entry)
4663 (bibtex-beginning-first-field): New functions.
4664 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4665 (bibtex-map-entries): Fix docstring.
4666 (bibtex-flash-head): New arg prompt. Simplify.
4667 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4668 (bibtex-insert-kill): Simplify. Always insert text past the
4669 current field or entry.
4670 (bibtex-format-entry): Use bibtex-parse-field.
4671 (bibtex-pop): Use bibtex-beginning-of-entry and
4672 bibtex-end-of-entry to initiate the search. Insert empty field if
4673 we found ourselves.
4674 (bibtex-print-help-message): New args field and comma.
4675 Handle entry keys.
4676 (bibtex-make-field): Use bibtex-beginning-of-entry.
4677 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4678 invalid entry.
4679 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4680 Handle preambles. Simplify code for thorough test.
4681 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4682 New arg comma. Handle entry heads.
4683 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4684 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4685 New arg comma.
4686 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4687 (bibtex-fill-field): Simplify.
4688 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4689 bibtex-parse-field.
4690 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4691 (bibtex-complete): Use bibtex-parse-preamble.
4692
4693 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4694
4695 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4696 Display name of expression instead of convenience variable.
4697 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4698
4699 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4700 toggle-gud-tooltip-dereference.
4701 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4702 (gud-tooltip-tips): ...here when dereferencing.
4703
4704 2005-12-28 Bill Wohler <wohler@newt.com>
4705
4706 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4707
4708 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4709
4710 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4711 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4712 (vc-annotate-display-autoscale): Adjust call.
4713 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4714 Fix interactive spec.
4715 (vc-annotate-time-span): Remove.
4716 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4717 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4718 (vc-annotate-display-select): Use new name.
4719
4720 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4721 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4722 Correct the construction of span entries. Simplify.
4723 (vc-annotate-display-select): Fix the nil case.
4724 (vc-annotate): Remove obsolete (and now broken) code.
4725 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4726 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4727
4728 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4729
4730 * subr.el (lazy-completion-table): Correct typo in docstring.
4731
4732 * startup.el (command-line): Use `custom-reevaluate-setting' for
4733 `send-mail-function'.
4734
4735 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4736
4737 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4738
4739 * mail/smtpmail.el (smtpmail-try-auth-methods):
4740 Send credentials together with "AUTH PLAIN" command.
4741
4742 2005-12-27 Richard M. Stallman <rms@gnu.org>
4743
4744 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4745 mouse-2, go back to previously selected window, so it's selected
4746 when mouse-2 command runs.
4747
4748 2005-12-27 Juri Linkov <juri@jurta.org>
4749
4750 * descr-text.el (describe-text-sexp): Use square brackets for
4751 button [Show] to distinguish it from the property value `show'.
4752 (describe-property-list): Use `insert-text-button' with
4753 `help-face' type instead of putting face in quotes, because button
4754 is not created automatically for a list of faces.
4755 (describe-text-properties-1): Put button-type value in quotes to
4756 distinguish from plain text "button".
4757 (describe-char): Display code point values in hex. Don't use
4758 `symbol-name' for `current-input-method' because it is a string.
4759 Use `insert-text-button' with `help-face' type instead of putting
4760 hardcoded face in quotes, because button is not created automatically.
4761
4762 2005-12-27 Richard M. Stallman <rms@gnu.org>
4763
4764 * progmodes/glasses.el (glasses-face): More specific custom type.
4765
4766 * files.el (set-visited-file-name): Doc fix.
4767
4768 * textmodes/flyspell.el (flyspell-external-point-words):
4769 Use local var buffer-scan-pos to advance scan for next misspelling.
4770 Advance it only after we find the misspelling.
4771
4772 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4773
4774 * textmodes/flyspell.el (flyspell-external-point-words):
4775 New criteria for finding the misspelling in the buffer.
4776
4777 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4778
4779 * help-mode.el (help-insert-string): Set help-xref-stack-item
4780 rather than call help-setup-xref.
4781
4782 * descr-text.el (describe-char): Revert previous changes for
4783 optional buffer argument.
4784
4785 2005-12-27 Juri Linkov <juri@jurta.org>
4786
4787 * help-mode.el (help-insert-string): New function. Save buffer
4788 contents in cases where it is impossible to recompute the old contents.
4789
4790 * descr-text.el (describe-char): Set help-xref-stack-item
4791 explicitly after buffer has been generated.
4792
4793 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4794
4795 * cus-start.el (all): Add x-gtk-show-hidden-files.
4796
4797 2005-12-26 Richard M. Stallman <rms@gnu.org>
4798
4799 * replace.el (perform-replace): Calculate match-again
4800 before skipping read-only matches.
4801
4802 * paren.el (paren-showing-faces): New group.
4803 (show-paren-match, show-paren-mismatch): Move to that group.
4804
4805 * button.el (button): Put into group `basic-faces'.
4806
4807 * progmodes/make-mode.el: Remove faces from group `faces'.
4808
4809 * apropos.el (apropos, apropos-value): Doc fix.
4810 (apropos-documentation): Doc fix.
4811
4812 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4813
4814 * subr.el (lazy-completion-table): Remove argument `args'.
4815
4816 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4817 Don't use the `args' argument of lazy-completion-table.
4818
4819 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4820
4821 * descr-text.el (describe-char): Add optional argument for buffer.
4822 Set buffer appropriately. Call help-setup-xref.
4823 Suggested by Stefan Monnier.
4824
4825 2005-12-26 Juri Linkov <juri@jurta.org>
4826
4827 * descr-text.el: Require `help-fns' at runtime. Don't require
4828 `button' for byte compilation.
4829 (describe-text-widget): Add `help-echo' for first button.
4830 Use `help-info' for second.
4831 (describe-property-list): Use `help-argument-name' instead of `italic'.
4832 (describe-text-category): Add prompt to interactive spec.
4833 Call `help-setup-xref'.
4834 (describe-char): Use `help-character-set'. Add `help-echo' for
4835 code point. Use `help-input-method'. Remove superfluous insert.
4836
4837 2005-12-25 Richard M. Stallman <rms@gnu.org>
4838
4839 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4840 at point, in case of narrowing.
4841
4842 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4843
4844 * locate.el (locate-header-face): Allow nil in type.
4845
4846 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4847
4848 2005-12-25 Romain Francoise <romain@orebokech.com>
4849
4850 * battery.el (battery-linux-proc-acpi): Also try
4851 `/proc/acpi/thermal_zone/THM0/temperature'.
4852
4853 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4854
4855 * custom.el (custom-push-theme): Fix docstring.
4856
4857 * cus-edit.el (custom-variable-set, custom-variable-save)
4858 (custom-variable-save): Custom-quote widget values.
4859 (customize-save-variable): Fix custom-push-theme call.
4860
4861 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4862
4863 * w32-fns.el (w32-batch-update-autoloads): New function.
4864
4865 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4866 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4867 from the command line.
4868
4869 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4870
4871 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4872 reset means to remove setting from theme entirely. Don't keep
4873 expanding theme-settings list; delete old entries if necessary.
4874
4875 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4876 customization" button one line up.
4877 (custom-themed): New face.
4878 (custom-magic-alist): New value, THEMED, for theme settings.
4879 (custom-variable-state-set, custom-face-state-set):
4880 Check theme-value instead of saved-value.
4881 (custom-variable-reset-standard, custom-face-reset-standard):
4882 Remove theme setting entirely. Recalculate new values.
4883 (custom-variable-set, custom-variable-set)
4884 (custom-variable-reset-saved, custom-variable-reset-backup)
4885 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4886 (custom-variable-save): Fix typos.
4887
4888 2005-12-23 Juri Linkov <juri@jurta.org>
4889
4890 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4891 Add autoload cookies.
4892 (edebug-outside-d-c-i-n-s-w): New variable.
4893 (edebug-display, edebug-outside-excursion): Use it to save the
4894 original value of default-cursor-in-non-selected-windows.
4895 Set default-cursor-in-non-selected-windows to t while Edebug
4896 is active.
4897 (edebug-mode, edebug-eval-mode): Doc fix.
4898
4899 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4900 with `buffer-substring-no-properties' to remove common substring
4901 highlighting.
4902
4903 * info.el (info-other-window, info): Rename function argument
4904 `file' to `file-or-node'.
4905 (Info-complete-menu-item): Use local variable `complete-nodes' to
4906 keep the global value of `Info-complete-nodes' unchanged for
4907 subsequent completions.
4908 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4909
4910 * simple.el (get-next-valid-buffer, last-buffer)
4911 (next-error-buffer-p, next-error-find-buffer)
4912 (minibuffer-history-sexp-flag): Doc fix.
4913
4914 * savehist.el (savehist-mode-hook): Add `:group'.
4915
4916 * log-view.el: Call autoload for vc-find-version.
4917 (log-view-current-file): Adjust subgroup numbers.
4918 (log-view-current-tag): Add `length'.
4919
4920 2005-12-23 Richard M. Stallman <rms@gnu.org>
4921
4922 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4923
4924 2005-12-23 Juri Linkov <juri@jurta.org>
4925
4926 * hi-lock.el (hi-lock-archaic-interface-message-used)
4927 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4928 (hi-lock-mode): Display "Hi" in the mode line only when
4929 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4930 (hi-lock-write-interactive-patterns):
4931 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4932 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4933 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4934 font-lock-add-keywords to t.
4935
4936 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4937
4938 * hi-lock.el (hi-lock-highlight-range): New variable.
4939 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4940 only if font-lock-fontified is non-nil. Remove overlays.
4941 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4942 font-lock-fontified is non-nil, otherwise use overlays (instead of
4943 text properties).
4944 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4945 New variables.
4946 (hi-lock-string-serialize) New function.
4947
4948 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4949
4950 * menu-bar.el (menu-find-file-existing): New function.
4951 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4952
4953 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4954
4955 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4956
4957 * vc.el: Remove unnecessary leading * in docstrings.
4958 (vc-annotate-mode-map): Move initialization into declaration.
4959 (vc-static-header-alist): Nitpick on the regexp.
4960 (vc-default-init-version): New fun.
4961 (vc-register): Use it.
4962 (vc-insert-headers): Use dolist.
4963 (vc-annotate-get-backend): Remove unused function.
4964 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4965 (vc-annotate-mode): Remove corresponding call.
4966 (vc-annotate-car-last-cons): Simplify.
4967 (vc-annotate-buffers): Remove var.
4968 (vc-annotate-backend): Make it buffer-local.
4969 (vc-annotate): Move the interaction to the interactive spec.
4970 Add a `buf' argument.
4971 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4972 killing&creating a vc-annotate buffer, which is very disruptive when
4973 the buffers are shown in dedicated frames.
4974
4975 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4976
4977 * descr-text.el: Add FSF as maintainer.
4978 (describe-text-mode, describe-text-mode-map)
4979 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4980 help-mode.
4981 (describe-text-widget, describe-text-sexp)
4982 (describe-property-list, describe-text-category)
4983 (describe-text-properties, describe-text-properties-1)
4984 (describe-char): Use help buttons instead of widgets.
4985 (describe-char-unicodedata-file): Make URL link in doc string.
4986
4987 2005-12-22 Richard M. Stallman <rms@gnu.org>
4988
4989 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4990 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4991 Don't include buttons that write a file when there's no file.
4992 (custom-variable-menu, custom-face-menu, custom-group-menu):
4993 Don't include commands that write a file when there's no file.
4994 (customize-browse): Reword the top-of-buffer help intro.
4995 (custom-buffer-create-internal): Fix previous change.
4996 (customize-changed-options-previous-release): Prev release is 21.1.
4997 (customize-changed-options): Doc fix.
4998 (customize-changed): New alias.
4999 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
5000 Say "standard values".
5001 (Custom-reset-standard): Doc fix.
5002 (custom-face-reset-standard): Doc fix.
5003
5004 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
5005
5006 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
5007 even if font-lock-mode is non-nil since it may be t without having
5008 turned on font-lock-mode-internal.
5009 (font-lock-choose-keywords): Minor optimization.
5010 (font-lock-add-keywords, font-lock-remove-keywords)
5011 (font-lock-set-defaults): Don't call make-local-variable on a variable
5012 that we know to already be local.
5013
5014 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
5015
5016 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
5017 messages if in the minibuffer.
5018
5019 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5020
5021 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
5022 (tex-mode-flyspell-verify, flyspell-get-word)
5023 (flyspell-external-point-words): Don't use point-min/max uselessly.
5024
5025 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
5026 by Kevin Rodgers. Instead, just hide the completions buffer if we
5027 don't need to show it.
5028
5029 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
5030
5031 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
5032
5033 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5034
5035 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
5036 delete-windows-on with an inexistent buffer.
5037
5038 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
5039
5040 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5041 Delete defcustom variable :tag names.
5042
5043 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
5044
5045 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
5046 (log-view-font-lock-keywords): Ajust subgroup numbers.
5047 (log-view-current-tag): Don't hard code the number of subgroups.
5048
5049 2005-12-20 Juri Linkov <juri@jurta.org>
5050
5051 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
5052 (tooltip-x-offset, tooltip-y-offset): Doc fix.
5053
5054 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
5055 (menu-bar-non-minibuffer-window-p): Instead of checking
5056 display-multi-frame-p, use selected-frame when menu-updating-frame
5057 is nil.
5058
5059 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
5060
5061 * align.el (align-rules-list): Use [ \t] instead of \s-
5062 for column separators in text mode.
5063
5064 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
5065
5066 * help-mode.el (help-customize-variable, help-customize-face):
5067 Don't pop help-xref-stack as help-follow no longer pushes
5068 anything on to it.
5069
5070 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
5071
5072 * textmodes/org.el (org-agenda-custom-commands): New option.
5073 (org-agenda): Offer custom commands on splash screen.
5074 (org-make-tags-matcher): Parser for Boolean logic added.
5075 (org-agenda-set-tags): New command.
5076 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
5077 (org-set-tags): Efficiency improvements.
5078 (org-auto-align-tags): New option.
5079 (org-todo, org-demote, org-promote): Realign tags.
5080 (org-tags-completion-function): Use also "&" and "|" as separators.
5081 (org-org-menu): Agenda commands simplified.
5082
5083 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5084
5085 * cus-edit.el (customize-apropos, customize-apropos-options):
5086 Docstring changes.
5087
5088 * font-lock.el (font-lock): Add tags to the links in the defgroup.
5089
5090 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
5091
5092 * longlines.el (longlines-mode): Wrap while widened.
5093 (longlines-decode-region, longlines-encode-region): Compute max
5094 just once.
5095
5096 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5097
5098 * cus-edit.el (mac): New group.
5099
5100 * cus-start.el (all): Add user options in macterm.c. Add test for
5101 Mac-related built-ins. Fix test for GTK-related built-ins.
5102
5103 * term/mac-win.el (mac-handle-language-change)
5104 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
5105 (mac-services-open-selection, mac-services-mail-selection)
5106 (mac-services-mail-to, mac-services-insert-text)
5107 (mac-dispatch-apple-event): Add docstrings.
5108 (x-get-selection, mac-select-convert-to-string): Select coding
5109 system from `utf-16be' and `utf-16le' using `byteorder'.
5110
5111 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
5112
5113 * subr.el (lazy-completion-table): Don't be fooled if the var holds
5114 a "list" (lambda ...) rather than a real completion list.
5115
5116 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
5117 lexical-let when encountering ((lambda (...) ...) ...).
5118
5119 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
5120
5121 * progmodes/sh-script.el (sh-mode):
5122 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
5123 * textmodes/picture.el (picture-mode): Update docstrings.
5124
5125 2005-12-17 Eli Zaretskii <eliz@gnu.org>
5126
5127 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
5128 commands enclosed in $(ARGQUOTE)s should not be split between two
5129 lines, as that will break with GNU Make >3.80, when sh.exe is used
5130 and arg quoting is with '..'.
5131 (autoloads): Don't break the quoted --eval expression between
5132 several lines.
5133
5134 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
5135
5136 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
5137 Capture error from printing circular structures.
5138
5139 2005-12-17 Martin Rudalics <rudalics@gmx.at>
5140
5141 * wid-edit.el (widget-checkbox-action): Clear undo info.
5142
5143 2005-12-16 Bill Wohler <wohler@newt.com>
5144
5145 * menu-bar.el (kill-this-buffer): Set a good example by using menu
5146 bar, not menubar in comment.
5147
5148 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5149
5150 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
5151 After-change-functions should not clobber the match data.
5152
5153 2005-12-16 Juri Linkov <juri@jurta.org>
5154
5155 * simple.el (choose-completion): Use `buffer-substring-no-properties'
5156 instead of `buffer-substring'.
5157 (completion-common-substring): Doc fix.
5158 (completion-setup-function): Use minibuffer-completion-contents
5159 instead of minibuffer-contents. Don't set common-string-length
5160 initially. Remove special handling of partial-completion-mode.
5161 Move computation of completion-base-size into one cond.
5162 Call completion-base-size-function in mainbuf. In computation of
5163 completion-base-size for file name completion don't move point to
5164 the end of the minibuffer. Move computation of common-string-length
5165 into one cond. Start putting faces only when common-string-length>=0.
5166 Add condition to put completions-common-part when
5167 common-string-length>0.
5168
5169 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
5170 place point at the first different character in the minibuffer
5171 even if this position is at the beginning of the minibuffer.
5172
5173 * info.el (Info-read-node-name-1): In completion-base-size-function's
5174 lambda return 1 if common-substring or minibuffer-completion-contents
5175 starts with (, and 0 otherwise.
5176
5177 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
5178 Use `crm-current-element' for second arg of `display-completion-list'.
5179
5180 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
5181
5182 * files.el (set-auto-mode): Look for an interpreter specified on
5183 the first line also if search for mode specification succeeded,
5184 but the mode is not known.
5185
5186 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
5187
5188 * textmodes/org.el (org-tags-match-list-sublevels): New option.
5189 (org-open-at-point): Implement tag searches as links.
5190 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
5191 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
5192 (org-tags-sparse-tree, org-tags-view, org-set-tags)
5193 (org-agenda-dispatch): New commands.
5194 (org-use-tag-inheritance, org-tags-column): New options.
5195 (org-tab-follows-link, org-return-follows-link): New options.
5196 (org-tags): New customize group.
5197 (org-start-icalendar-file): Get local time zone.
5198 (org-tags-completion-function): New function.
5199 (org-set-font-lock-defaults): Make sure links will also be
5200 highlighted inside headlines.
5201
5202 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
5203
5204 * term.el (term-emulate-terminal):
5205 Let term-handle-ansi-terminal-messages override what Bash says about
5206 its current directory.
5207
5208 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5209
5210 * bindings.el (last-buffer): Move to simple.el.
5211 * simple.el (last-buffer): Move here.
5212 (get-next-valid-buffer): New function.
5213 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
5214 (prev-buffer): Ditto. Rename to `previous-buffer'.
5215
5216 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
5217 * bindings.el (global-map): Ditto.
5218
5219 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
5220
5221 * cus-edit.el: Introductory comment change.
5222 (custom-magic-alist): Change message string for the `rogue' state.
5223
5224 2005-12-15 Richard M. Stallman <rms@gnu.org>
5225
5226 * tooltip.el: Delete defcustom variable :tag names.
5227
5228 * complete.el (partial-completion-mode): Doc fix.
5229
5230 * textmodes/flyspell.el (flyspell-external-point-words):
5231 Use save-excursion to ensure we don't move backward in the
5232 search loop, not even one character.
5233 (flyspell-delete-all-overlays): Use remove-overlays directly.
5234
5235 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
5236 (ispell-start-process): Set that variable.
5237 Clear ispell-buffer-local-name.
5238 (ispell-internal-change-dictionary):
5239 Set ispell-current-dictionary after killing process.
5240 (ispell-buffer-local-dict):
5241 Don't set spell-personal-dictionary after killing process.
5242 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
5243 (ispell-tex-skip-alists, ispell-html-skip-alists)
5244 (ispell-skip-region-alist): Mark as risky.
5245
5246 * net/newsticker.el (newsticker--retrieval-timer-list)
5247 (newsticker--display-timer, newsticker-running-p)
5248 (newsticker-ticker-running-p): Definitions moved up.
5249
5250 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
5251
5252 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
5253
5254 2005-12-15 David Ponce <david@dponce.com>
5255
5256 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
5257 (recentf-edit-list, recentf-open-files): Signal an error when
5258 there is no recent file.
5259
5260 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
5261
5262 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
5263 read-only except for texinfo-format-region evaluation.
5264
5265 2005-12-14 Richard M. Stallman <rms@gnu.org>
5266
5267 * vc.el (vc-default-previous-version, vc-default-next-version)
5268 (vc-do-command): Doc fixes.
5269
5270 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5271
5272 * textmodes/bibtex.el (bibtex-expand-strings)
5273 (bibtex-autokey-expand-string, bibtex-name-part)
5274 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
5275 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
5276 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
5277 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
5278 (bibtex-entry-postfix, bibtex-known-entry-type-re)
5279 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
5280 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
5281 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
5282 (bibtex-beginning-of-last-entry): Remove.
5283 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
5284 message if comma is missing but buffer is read-only.
5285 (bibtex-parse-field-text): Handle whitespaces at the end of field
5286 text. Return 3-element list with beginning and end of field text
5287 and end of field.
5288 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
5289 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
5290 (bibtex-search-forward-field, bibtex-search-backward-field):
5291 Search always delimited by limits of entry. Use more efficient
5292 search algorithms.
5293 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
5294 bibtex-end-of-name-in-field.
5295 (bibtex-text-in-field-bounds): Handle BibTeX strings when
5296 extracting the content of a field.
5297 (bibtex-text-in-field): Use search limits.
5298 (bibtex-parse-string-prefix): Handle empty string keys based on
5299 bibtex-string-empty-key.
5300 (bibtex-parse-string): Fix docstring.
5301 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
5302 (bibtex-preamble-prefix, bibtex-strings): New functions.
5303 (bibtex-skip-to-valid-entry): Include preceding whitespace in
5304 BibTeX entries (consistent with other BibTeX functions).
5305 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
5306 (bibtex-search-entry): Fix docstring. Simplify.
5307 (bibtex-flash-head, bibtex-complete-string-cleanup)
5308 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
5309 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
5310 (bibtex-parse-entry): New optional arg content.
5311 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
5312 Use bibtex-text-in-field-bounds.
5313 (bibtex-print-help-message): Handle BibTeX strings and preambles.
5314 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
5315 bibtex-parse-string-postfix.
5316 (bibtex-find-text-internal): New function.
5317 (bibtex-remove-delimiters): Use it.
5318 (bibtex-find-text): Use it. New optional arg help.
5319 (bibtex-complete): Handle BibTeX string and preamble entries.
5320 (bibtex-Preamble): Fix order of closing delimiters.
5321
5322 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
5323
5324 * vc.el (vc-default-revert): New fun.
5325
5326 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
5327
5328 2005-12-14 Romain Francoise <romain@orebokech.com>
5329
5330 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
5331 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
5332 (font-lock-remove-keywords): Likewise.
5333
5334 2005-12-14 Juri Linkov <juri@jurta.org>
5335
5336 * log-view.el (log-view-diff): Doc fix.
5337
5338 * isearch.el (isearch-query-replace): Use (mark) instead of
5339 isearch-opoint if mark is active in transient-mark-mode.
5340
5341 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5342
5343 * isearch.el (isearch-query-replace): Check for isearch-other-end.
5344
5345 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
5346
5347 * progmodes/cpp.el (cpp-face): New widget.
5348 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
5349
5350 2005-12-14 Juri Linkov <juri@jurta.org>
5351
5352 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
5353 around `erase-buffer' and `insert'.
5354
5355 * descr-text.el (describe-text-properties): Replace buffer name
5356 "*Help-2*" with "*Help*<2>".
5357 (describe-char): Add functions print-help-return-message,
5358 toggle-read-only. Use help-setup-xref with nil to not store
5359 describe-char in help-xref-stack. Use help-make-xrefs to
5360 make [back] button.
5361
5362 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
5363
5364 * wdired.el (wdired-old-point): New internal variable.
5365 (wdired-change-to-wdired-mode): Set it buffer-locally.
5366 (wdired-abort-changes): Restore point after aborting changes.
5367
5368 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5369
5370 * vc.el (vc-do-command): Add a new value t for okstatus.
5371
5372 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
5373 frame in case of errors.
5374
5375 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5376
5377 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
5378 so it comes after "On the Left" in the menu.
5379
5380 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
5381
5382 * cus-edit.el (customize-apropos, customize-apropos-options)
5383 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
5384
5385 2005-12-12 Bill Wohler <wohler@newt.com>
5386
5387 * vc-svn.el (vc-svn-registered): Fix problem of visiting
5388 non-writable Subversion-controlled files by saving window
5389 configuration before calling vc-do-command. vc-do-command calls
5390 pop-to-buffer on error which is unexpected during registration.
5391
5392 2005-12-12 Jay Belanger <belanger@truman.edu>
5393
5394 * calc/README: Update the summary of changes.
5395
5396 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5397
5398 * descr-text.el (describe-char): Rework last fix to solve the problem
5399 is the same way it's solved for everything else in that function
5400 (i.e. by extracting the info before setting up the *Help* buffer).
5401
5402 2005-12-12 Kim F. Storm <storm@cua.dk>
5403
5404 * subr.el (version-regexp-alist): Allow space as separator before
5405 non-numeric part, e.g. "1.0 alpha".
5406 (version-to-list): Interpret .X.Y version as 0.X.Y version.
5407
5408 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
5409
5410 * textmodes/org.el (org-agenda, org-timeline, org-todo):
5411 Implement Logging and the keep-modes setting.
5412 (org-get-category): Make sure a string is returned.
5413 (org-log-done): New function.
5414 (org-log-done, org-closed-string): New options.
5415
5416 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5417
5418 * tooltip.el (tooltip-y-offset): Change default to 20.
5419
5420 2005-12-12 Richard M. Stallman <rms@gnu.org>
5421
5422 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
5423
5424 * frame.el (display-hourglass): Doc fix.
5425
5426 * help.el (help-for-help-internal): Simplify entry for `a'.
5427
5428 * info.el (Info-on-current-buffer): Doc fix.
5429 (info-insert-file-contents): Don't test (featurep 'jka-compr).
5430
5431 * startup.el (inhibit-splash-screen): Make this the real name.
5432 (inhibit-startup-message): Make this the alias.
5433 (command-line): Find only simple.el, and use its directory
5434 to fill in other preloaded files' names.
5435 (command-line): Deactivate the mark if deactivate-mark is set.
5436
5437 * international/mule.el (load-with-code-conversion):
5438 Bind deactivate-mark.
5439
5440 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
5441
5442 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
5443
5444 * cus-edit.el (customize-apropos): Avoid listing an option more
5445 than once under different aliases. No longer list user options
5446 that are not defined with defcustom (unless a prefix arg is given).
5447 Doc fix.
5448 (customize-apropos-options): Doc fix.
5449
5450 2005-12-11 Juri Linkov <juri@jurta.org>
5451
5452 * frame.el (set-background-color, set-foreground-color)
5453 (set-cursor-color, set-mouse-color, set-border-color):
5454 Add explicit prompts to read colors by `facemenu-read-color'.
5455 (show-trailing-whitespace, blink-cursor-delay)
5456 (blink-cursor-interval, display-hourglass, hourglass-delay):
5457 Remove tags.
5458 (display-hourglass, hourglass-delay): Doc fix.
5459 (cursor-in-non-selected-windows): Capitalize words in tag.
5460
5461 * faces.el (frame-background-mode): Replace `choice-item' keywords
5462 with `const' to not make [default] button. Change default value tag
5463 from `default' to `automatic'. Doc fix.
5464 (trailing-whitespace) <defface>: Change group `whitespace' to
5465 `whitespace-faces'.
5466
5467 2005-12-11 Richard M. Stallman <rms@gnu.org>
5468
5469 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
5470
5471 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5472
5473 * term/mac-win.el: Create keymap for mac-apple-event-map.
5474
5475 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
5476
5477 * tooltip.el (tooltip-mode): Move to start of file so that it
5478 appears at top of customize buffer.
5479
5480 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5481 Add the gud groupname.
5482 (gud-tooltip-mode): Add the tooltip groupname.
5483 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
5484 avoid conflict with tooltip-use-echo-area.
5485
5486 2005-12-10 Romain Francoise <romain@orebokech.com>
5487
5488 * help.el (help-for-help-internal): Add `r' in doc string.
5489
5490 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5491
5492 * align.el (align-regexp, align-highlight-rule):
5493 Use region-beginning and region-end instead of point and mark, so that
5494 repetition (with `repeat-complex-command') recomputes the region
5495 bounds.
5496
5497 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
5498
5499 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5500 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5501 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5502 (balance-windows): Rewrite using the above new functions.
5503
5504 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5505
5506 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5507 react if global-hi-lock-mode seems intended.
5508 (global-hi-lock-mode) Renamed from hi-lock-mode.
5509 (hi-lock-archaic-interface-message-used)
5510 (hi-lock-archaic-interface-deduce): New variables.
5511 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5512 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5513 (hi-lock-find-patterns, hi-lock-font-lock-hook):
5514 Replace hi-lock-buffer-mode with hi-lock-mode.
5515
5516 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
5517
5518 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5519 completion list, even after a partial completion has been
5520 inserted in the current buffer. If there are more than 1
5521 completion, redisplay the *Completions* buffer; if the
5522 completion is unique, delete the *Completions* window.
5523
5524 2005-12-10 Eli Zaretskii <eliz@gnu.org>
5525
5526 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5527 strings and long subject lines that were broken into multiple
5528 lines at arbitrary places. Handle subjects that have "Re: " in
5529 the middle.
5530
5531 2005-12-10 John W. Eaton <jwe@octave.org>
5532
5533 * emacs/octave-mod.el (octave-electric-space): Don't indent
5534 comments or strings if octave-auto-indent is nil.
5535
5536 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5537
5538 * term/mac-win.el: Require url when compiling.
5539 Call mac-process-deferred-apple-events after loading init files.
5540 (mac-apple-event-map): New defvar. Define event handlers in it.
5541 (core-event, internet-event): New Apple event class symbols.
5542 (open-application, reopen-application, open-documents)
5543 (print-documents, open-contents, quit-application)
5544 (application-died, show-preferences, autosave-now, get-url):
5545 New Apple event ID symbols.
5546 (about): New HICommand ID symbol.
5547 (mac-event-spec, mac-event-ae): New macros.
5548 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5549 (mac-ae-selection-range, mac-ae-text-for-search)
5550 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5551 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5552 and Services menu events are now defined in mac-apple-event-map.
5553 (mac-drag-n-drop): Remove selection range handling.
5554
5555 2005-12-10 Kenichi Handa <handa@m17n.org>
5556
5557 * simple.el (zap-to-char):
5558 * isearch.el (isearch-process-search-char): Translate CHAR by
5559 translation-table-for-input.
5560
5561 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5562
5563 * foldout.el (foldout-exit-fold): Properly hide subtree.
5564
5565 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5566
5567 * files.el (save-buffer):
5568 * international/ucs-tables.el (ucs-set-table-for-input):
5569 * mail/mail-extr.el (mail-extract-address-components):
5570 * mail/sendmail.el (mail-mode): Reformat doc string.
5571
5572 2005-12-09 Juri Linkov <juri@jurta.org>
5573
5574 * isearch.el (isearch-highlight): Change main overlay priority
5575 from 1 to 1001. Simplify.
5576 (isearch-lazy-highlight-update): Change lazy overlay priority
5577 from 0 to 1000.
5578
5579 * replace.el (replace-highlight): Change overlay priority from
5580 1 to 1001.
5581
5582 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5583 Change overlay priority from 1 to 1001. Reuse existing overlay.
5584
5585 * compare-w.el (compare-windows-highlight): Change overlay
5586 priority from 1 to 1000.
5587
5588 * menu-bar.el (menu-bar-edit-menu): Add listp around
5589 pending-undo-list to disable menu item "undo" when pending
5590 undo list is empty.
5591
5592 * locate.el (locate): Disable undo in *Locate* buffer.
5593
5594 2005-12-09 Kim F. Storm <storm@cua.dk>
5595
5596 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5597
5598 2005-12-09 David Ponce <david@dponce.com>
5599
5600 * recentf.el: Improvement of the menu code.
5601 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5602 instead of menu hook.
5603 (recentf-show-menu, recentf-hide-menu): New functions.
5604 (recentf-menu-customization-changed, recentf-mode): Use them.
5605 (recentf-menu-action, recentf-max-menu-items)
5606 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5607 (recentf-arrange-by-rule-others)
5608 (recentf-arrange-by-rules-min-items)
5609 (recentf-arrange-by-rule-subfilter) : Don't use
5610 `recentf-menu-customization-changed'.
5611 (recentf-arrange-rules): Likewise. Accept functions to compute
5612 sub-menu titles.
5613 (recentf-menu-filter): Likewise. Doc fix.
5614 (recentf-menu-value-shortcut): Doc fix.
5615 (recentf-dump-variable): Quote atom value.
5616 (recentf-make-menu-items): Update to use it as a menu filter.
5617 (recentf-match-rule): New function.
5618 (recentf-arrange-by-rule): Use it.
5619 (recentf-indirect-mode-rule): New function.
5620 (recentf-build-mode-rules): Use it.
5621 (recentf-dir-rule): New function.
5622 (recentf-arrange-by-dir): Use it.
5623 (recentf-filter-changer-current): Rename from
5624 `recentf-filter-changer-state'. All references updated.
5625 (recentf-filter-changer-alist): Update filter names.
5626 (recentf-filter-changer-select): New function.
5627 (recentf-filter-changer): Use it. Make a sub-menu from filters
5628 available in `recentf-filter-changer-alist'.
5629 (recentf-data-cache, recentf-clear-data)
5630 (recentf-update-menu): Remove. All references updated.
5631 (recentf-match-rule-p, recentf-build-dir-rules)
5632 (recentf-filter-changer-goto-next)
5633 (recentf-filter-changer-get-current)
5634 (recentf-filter-changer-get-next): Remove.
5635
5636 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5637
5638 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5639 buffer "Reset" button to "Reset to Current" for consistency with
5640 the State buttons.
5641
5642 2005-12-08 John Paul Wallington <jpw@pobox.com>
5643
5644 * ibuf-ext.el (define-ibuffer-filter filename):
5645 If `dired-directory' is a list then really use its car.
5646
5647 2005-12-08 Kim F. Storm <storm@cua.dk>
5648
5649 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5650 Fix indention of text on right side of replaced rectangle.
5651
5652 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5653
5654 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5655 No need to check gud-comint-buffer is bound.
5656 (gdb): Prevent multiple debugging when first session uses gdba.
5657
5658 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5659
5660 CC Mode update to 5.31.
5661
5662 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5663 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5664 We might do this function properly in the future).
5665
5666 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5667 New macros c-sentence-end and c-default-value-sentence end, to cope
5668 with Emacs 22's new function `sentence-end'.
5669
5670 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5671
5672 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5673 compat issue using `c-put-overlay' and `c-delete-overlay'.
5674
5675 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5676 New compat macros to handle overlays/extents.
5677
5678 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5679
5680 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5681 (for GNU Emacs 20.4)
5682
5683 * progmodes/cc-defs.el:
5684 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5685
5686 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5687 highlighting mechanism so it will work in XEmacs too.
5688
5689 * progmodes/cc-defs.el: Insert c-int-to-char.
5690
5691 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5692 call to the new macro c-int-to-char. This solves XEmacs's
5693 regarding characters as different from integers.
5694
5695 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5696
5697 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5698 New internal helper.
5699
5700 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5701 construct to make the indirect face lookup work in XEmacs.
5702
5703 (c-cpp-matchers): Append the negation char face to the existing
5704 fontification, so that the cpp face doesn't disappear.
5705 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5706 and strings.
5707
5708 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5709 to map to `font-lock-negation-char-face' in emacsen where it exists.
5710
5711 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5712
5713 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5714
5715 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5716 Rename "c-subword-move-mode" as "c-subword-mode".
5717
5718 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5719 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5720
5721 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5722
5723 * progmodes/cc-mode.el: Added autoload directive for
5724 `c-subword-move-mode' for use in older emacsen.
5725
5726 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5727
5728 * progmodes/cc-mode.el:
5729 (i) Insert a binding for C-c C-backspace into
5730 c-bind-special-erase-keys which works in TTYs.
5731 (ii) Make sure that when file styles are used, any explicitly
5732 given style variables take priority over those in the style.
5733 Do this by calling `hack-local-variables' a second time.
5734
5735 * progmodes/cc-vars.el: Add language specific customization
5736 widgets for AWK to c-doc-comment-style, c-require-final-newline
5737 and c-default-style. Add a defcustom for awk-mode-hook.
5738 Give c-syntactic-element and c-syntactic-context doc-strings by
5739 directly setting their `variable-documentation' propery.
5740 This allows Emacs 22.1 to read these with C-h v.
5741
5742 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5743
5744 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5745
5746 * progmodes/cc-fonts.el, cc-vars.el
5747 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5748 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5749 Masatake YAMATO.
5750
5751 (c-doc-comment-style): Made GtkDoc default in C mode.
5752
5753 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5754 and C-c C-<delete>.
5755
5756 (c-bind-special-erase-keys): New function for use on
5757 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5758
5759 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5760 <delete> key behavior in XEmacs according to `delete-forward-p'.
5761 C.f. `c-electric-delete'.
5762
5763 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5764
5765 * progmodes/cc-mode.el: Give c-hungry-backspace and
5766 c-hungry-delete-forward permanent key bindings.
5767
5768 * progmodes/cc-cmds.el (c-electric-semi&comma):
5769 Bind c-syntactic-context for calls to "criteria functions", for
5770 consistency with other calls to user functions.
5771
5772 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5773 `current-prefix-arg', since this might be the prefix arg to a
5774 command which calls c-indent-command as a function. Change the
5775 interactive spec from "p" to "P".
5776
5777 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5778 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5779 was difficult to understand.
5780
5781 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5782
5783 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5784 first char of an identifier.
5785
5786 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5787 +" syntax in C++.
5788
5789 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5790
5791 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5792 auto-fill doesn't split a c-comment's last word from a hanging
5793 "*/" when a space is typed between them after fill-column.
5794
5795 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5796
5797 * progmodes/cc-styles.el (c-set-style)
5798 (c-setup-paragraph-variables): Abort the command if we're not in a
5799 CC Mode buffer.
5800
5801 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5802 with blank comment-prefix, and a blank line as the comment's
5803 second line.
5804
5805 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5806
5807 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5808 Incorporate the patterns added in the Emacs development branch
5809 for the new Emacs 22 face `font-lock-negation-char-face'.
5810
5811 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5812 of "red" since it stands out better in xterms and DOS terminals.
5813
5814 * progmodes/cc-engine.el (c-literal-faces):
5815 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5816
5817 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5818
5819 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5820 forcibly enable c-electric-flag.
5821
5822 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5823 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5824 after the comment-prefix of a C-style comment will close that comment.
5825
5826 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5827
5828 * progmodes/cc-fonts.el (c-basic-matchers-before)
5829 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5830 in Pike.
5831
5832 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5833 digraphs.
5834
5835 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5836 (c-cpp-message-directives, c-cpp-include-directives)
5837 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5838 (c-cpp-expr-directives): Introduce new language constants to
5839 control cpp syntax in a cleaner way.
5840
5841 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5842
5843 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5844
5845 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5846 (c-multiline-string-start-char): New language constants and
5847 variables to specify how newlines in string literals work.
5848
5849 (c-font-lock-invalid-string): Use them.
5850
5851 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5852 unbalanced close brace is entered. Optimization by avoiding going
5853 back over arbitrarily large blocks. Removed hints that this
5854 function only would be relevant/useful in AWK.
5855
5856 (c-electric-brace): Indent syntactically after the cleanups since
5857 lineup functions might do it differently then.
5858
5859 * progmodes/cc-engine.el, cc-langs.el
5860 (c-opt-op-identifier-prefix): New language constant and variable.
5861
5862 (c-just-after-func-arglist-p, c-after-special-operator-id)
5863 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5864
5865 * progmodes/cc-align.el, cc-engine.el
5866 (c-after-special-operator-id): New helper to handle C++ operator
5867 identifiers.
5868
5869 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5870 (c-guess-basic-syntax): Handle C++ operator identifiers in
5871 declarations.
5872
5873 * progmodes/cc-langs.el (c-assignment-operators): Add the
5874 trigraph version of ^= too.
5875
5876 * progmodes/cc-langs.el (c-assignment-operators): Add the
5877 trigraph version of |= in C++.
5878
5879 * progmodes/cc-fonts.el (c-font-lock-declarators):
5880 Handle `c-decl-hangon-kwds' after the identifier name.
5881
5882 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5883 whether an arglist is "nonempty", ignore a comment after the open
5884 paren if it isn't followed by a non-comment token on the same line.
5885
5886 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5887 Enable heuristics below the point to cope with classes inside special
5888 brace lists in Pike.
5889
5890 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5891
5892 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5893
5894 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5895
5896 * progmodes/cc-guess.el (cc-guess-install): New function to
5897 install an already guessed style in another buffer.
5898
5899 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5900 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5901 anyway if the change always is undone.
5902
5903 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5904
5905 Implement togglable electricity:
5906
5907 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5908 saying when it should be used.
5909
5910 * progmodes/cc-engine.el: Add the new buffer-local variable,
5911 c-electric-flag.
5912
5913 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5914 c-toggle-auto-newline.
5915
5916 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5917 c-toggle-auto-newline. Remove the binding for
5918 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5919 c-toggle-electric-state.
5920
5921 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5922
5923 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5924 c-\(forward\|backward\)-subword.
5925 (c-update-modeline): Add the new modeline flag `l' for
5926 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5927 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5928 Make the old name an alias of the new name.
5929 (c-toggle-electric-state): New function.
5930 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5931 Adapt these functions to do electric things only when
5932 c-electric-flag is non-nil.
5933 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5934 new functions from c-electric-brace.
5935 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5936 mode, so that the tentative extra newline doesn't change the
5937 syntax of the following brace.
5938 (c-electric-brace): Restructure by extracting the above functions.
5939 Tidy up the coding somewhat.
5940 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5941 restructure a bit.
5942
5943 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5944
5945 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5946 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5947
5948 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5949 (c-submode-indicators): Change name from `c-auto-hungry-string'
5950 since it's now used to track another submode.
5951
5952 (c-update-modeline): Convert to function and extended to check
5953 `c-subword-move-mode'.
5954
5955 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5956 Convert to compat aliases for `c-forward-subword' and
5957 `c-backward-subword'.
5958
5959 * progmodes/cc-subword.el: New functions and minor mode to handle
5960 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5961
5962 (c-forward-subword, c-backward-subword, c-mark-subword)
5963 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5964 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5965 Functions corresponding to the standard word handling functions.
5966
5967 (c-subword-move-mode): Minor mode that replaces all the standard
5968 word handling functions with their subword equivalences.
5969
5970 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5971
5972 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5973 entry for one-liner-defun.
5974
5975 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5976 name in its def-edebug-spec.
5977
5978 * progmodes/cc-cmds.el (c-electric-brace): Make the
5979 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5980 compacts space before a comment, if this will make things fit on
5981 one line.
5982
5983 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5984
5985 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5986
5987 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5988 clean-up one-liner-defun.
5989
5990 * progmodes/cc-styles.el: Add the new "awk" style.
5991
5992 * progmodes/cc-vars.el: Add description of one-liner-defun to
5993 c-cleanup-list's doc-string. New user options,
5994 c-max-one-liner-length. In c-default-style, set the default style
5995 for AWK to "awk".
5996
5997 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5998
5999 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
6000 macros inside labels.
6001
6002 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
6003 `c-at-statement-start-p' and `c-at-expression-start-p'.
6004
6005 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
6006 error if the mark isn't set.
6007
6008 * progmodes/cc-engine.el (c-guess-continued-construct)
6009 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
6010 accurately detect functions inside functions.
6011
6012 * progmodes/cc-engine.el (c-at-expression-start-p): New function
6013 like `c-at-statement-start-p' that additionally recognizes commas
6014 and expression parentheses as delimiters.
6015
6016 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
6017 to avoid heuristics that doesn't work for unclosed blocks.
6018 (c-at-statement-start-p): New function.
6019
6020 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
6021 Objective-C directives, e.g. directives spanning lines should work
6022 reasonably well now.
6023
6024 (c-put-c-type-property, c-clear-c-type-property): New helpers.
6025
6026 (c-forward-objc-directive): New function to move over any ObjC
6027 directive.
6028
6029 (c-just-after-func-arglist-p, c-guess-basic-syntax)
6030 (c-basic-matchers-before): Use it.
6031
6032 (c-font-lock-objc-iip-decl): Remove.
6033
6034 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
6035 in the template arglist recognition.
6036
6037 * progmodes/cc-styles.el (c-style-alist): Fix several
6038 inconsistencies in the Whitesmith style.
6039
6040 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
6041 New lineup function to get lines after Whitesmith style blocks
6042 correctly indented.
6043
6044 (c-lineup-whitesmith-in-block): Back out the compensation for
6045 opening parens since it's done using `add' lists in the style
6046 definition instead. Don't use the anchor position since it varies
6047 too much between the syntactic symbols. :P
6048
6049 * progmodes/cc-vars.el (c-valid-offset): Update.
6050
6051 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
6052 lists where the offsets are combined according to several
6053 different methods: `first', `min', `max', and `add'.
6054 Report offset evaluation errors with `c-benign-error' so that some kind
6055 of reindentation still is done.
6056
6057 * progmodes/cc-engine.el (c-guess-basic-syntax):
6058 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
6059 `arglist-close'.
6060
6061 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
6062 situations for `arglist-cont-nonempty' and `arglist-close'.
6063
6064 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
6065
6066 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
6067 cc-bytecomp-boundp' in a number of places.
6068
6069 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
6070 macro related issue.
6071
6072 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6073
6074 * progmodes/cc-awk.el: Change the terminology of regexps: A char
6075 list is now [asdf], a char class [:alpha:].
6076 Include code for char classes.
6077 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
6078 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
6079
6080 Remove (nearly all of) the cruft associated with AWK Mode's former
6081 concept of "virtual semicolons":
6082
6083 Adapt c-beginning-of-statement, c-end-of-statement (together with
6084 subfunctions) to use the new notion of "virtual semicolon" in
6085 place of the old awkward special handling for AWK. There remains
6086 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
6087 * progmodes/cc-cmds.el:
6088 (c-ascertain-adjacent-literal): In the backwards direction, now
6089 recognises AWK regexp delimiters as string delimiters.
6090 (c-after-statement-terminator-p): Adapt for virtual semicolons;
6091 check more rigorously for "end of macro".
6092 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
6093 virtual semicolons;
6094 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
6095 out the code for forward movement into ...
6096 (c-end-of-statement): Now contains the code for forward movement,
6097 adapted for virtual semicolons.
6098
6099 * progmodes/cc-engine.el:
6100 (c-ws*-string-limit-regexp): New regexp.
6101 (c-forward-single-comment, c-backward-single-comment): Comment out
6102 the (now redundant) "special" AWK stuff.
6103
6104 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
6105 c-string-par-start, c-string-par-separate to be more like Text
6106 Mode than Fundamental Mode.
6107
6108 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6109
6110 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
6111 to the fontified region so that fontification doesn't occur
6112 outside it (could happen e.g. when fontifying a line with an
6113 unfinished declaration).
6114
6115 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6116
6117 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
6118 start of the file. ^L now separate sections of the file.
6119 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
6120 (c-awk-one-line-possibly-open-string-re)
6121 (c-awk-regexp-one-line-possibly-open-char-class-re)
6122 (c-awk-one-line-possibly-open-regexp-re)
6123 (c-awk-one-line-non-syn-ws*-re): New defonsts.
6124 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
6125
6126 Amend the concept of "virtual semicolons" (in the indentation
6127 engine) for languages like AWK, such that they are now
6128 conceptually attached to end of the last token of a statement, not
6129 the end of the line. (In AWK Mode, however, the pertinent text
6130 property is still physically set on the EOL.) Remove the specific
6131 tests for awk-mode, thus facilitating the introduction of other
6132 language modes where EOLs can end statements.
6133 (Note: The funtionality in cc-cmds.el, specifically
6134 c-beginning/end-of-statement has yet to be amended.)
6135
6136 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
6137 New macros.
6138
6139 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
6140 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
6141 c-vsemi-status-unknown-p-fn (in a new page).
6142
6143 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
6144 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
6145 numerous awkward forms like
6146 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
6147 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
6148 variable before-ws-ip, the place just after char-before-ip appears.
6149
6150 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
6151 a comment.
6152
6153 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6154
6155 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
6156 `c-tentative-buffer-changes'.
6157
6158 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
6159 convert to macro to choose between Emacs and XEmacs at compile time.
6160
6161 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
6162
6163 (c-tentative-buffer-changes): New macro to handle temporary buffer
6164 changes in a convenient way.
6165
6166 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
6167 for `c-tentative-buffer-changes'.
6168
6169 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
6170 the checks for paren sexps between the point and the keyword, to
6171 avoid some false alarms.
6172
6173 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
6174 Fixed a situation where an error could be thrown for unbalanced
6175 parens. Changed to make use of c-keyword-member' to avoid some
6176 repeated regexp matches.
6177
6178 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
6179 These language variable are no longer necessary.
6180
6181 (c-block-stmt-kwds): New language constant used by
6182 c-looking-at-inexpr-block'.
6183
6184 (c-guess-basic-syntax): Remove an optional check that looked at
6185 the existence of the now removed language variables.
6186
6187 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
6188 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
6189 object instantiation expressions as declarations in some contexts.
6190 This bug only affected languages where the declarator can't be
6191 enclosed in parentheses.
6192
6193 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
6194 insert newlines before and after substatement braces.
6195
6196 * progmodes/cc-engine.el: Improved the heuristics for recognizing
6197 function declaration headers and the handling of C++ style member
6198 init lists.
6199
6200 (c-just-after-func-arglist-p): Rewritten to use
6201 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
6202
6203 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
6204
6205 (c-guess-basic-syntax): Adapt case 5B for the new
6206 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
6207 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
6208 covers all cases now).
6209
6210 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
6211
6212 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6213
6214 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
6215 c-string-par-start/separate c-sentence-end-with-esc-eol,
6216 initialised in c-setup-paragraph-variables, used in string
6217 scanning subroutines of c-beginning-of-statement.
6218
6219 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
6220 which precedes the newly inserted `{'.
6221
6222 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6223
6224 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
6225 function for declaration level blocks. It should now cope with
6226 templates better and also be a lot more comprehensible.
6227
6228 (c-looking-at-decl-block): The new function.
6229
6230 (c-search-uplist-for-classkey): The old one. It's now a wrapper
6231 for compatibility.
6232
6233 (c-add-class-syntax, c-guess-continued-construct)
6234 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
6235
6236 (c-decl-block-key): Change to tell apart ambiguous and
6237 unambiguous keywords. Pike specials are now handled directly in
6238 the code instead.
6239
6240 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
6241 New language constants and variables to make the backward skip in
6242 `c-looking-at-decl-block' as tight as possible.
6243
6244 (c-nonsymbol-token-char-list): New language constant.
6245
6246 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
6247 find balanced template arglists backwards.
6248
6249 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
6250 making char classes for `c-syntactic-skip-backward'.
6251
6252 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
6253 16D - can't be a class-close at that point.
6254
6255 * progmodes/cc-engine.el (c-guess-basic-syntax)
6256 (c-add-class-syntax): Don't narrow out the enclosing declaration
6257 level. This makes everything a lot easier, and it was actually
6258 only four small places that needed it to work. Some places that
6259 previously did `widen' are removed now, which has the effect that
6260 `c-guess-basic-syntax' never will look at things outside the
6261 current narrowment now. The anchor position for `topmost-intro'
6262 is affected by this, but it was so bogus it was basically useless
6263 before, and now it's equally bogus but in a slightly different way.
6264
6265 (c-narrow-out-enclosing-class): Gone.
6266
6267 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
6268 the narrowed region.
6269
6270 (c-least-enclosing-brace): Remove silly optional argument.
6271
6272 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
6273 the point could be left directly after an open paren when finding
6274 the beginning of the first decl in the block.
6275
6276 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
6277 Specify which submatch to use.
6278
6279 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
6280
6281 (c-decl-start-re): No longer any need for special treatment of
6282 ObjC due to the above.
6283
6284 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
6285 presumably follows C in that regard.
6286
6287 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
6288 New language constants to specify operator tokens inside
6289 identifiers in a more high level way.
6290
6291 (c-opt-identifier-prefix-key): New internal language constant.
6292
6293 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
6294 (c-identifier-start, c-identifier-key): Now completely calculated
6295 from other constants.
6296
6297 (c-identifier-last-sym-match): Decommission since it's no longer used.
6298
6299 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
6300
6301 * progmodes/cc-engine.el (c-forward-name): Remove the
6302 optimization when c-identifier-key is equal to c-symbol-key since
6303 it doesn't work in byte compiled files. Don't record empty
6304 regions as identifiers.
6305
6306 * progmodes/cc-langs.el (c-filter-ops): New helper function to
6307 simplify access to `c-operators' and its likes.
6308
6309 (c-operator-list, c-all-op-syntax-tokens)
6310 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
6311 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
6312 (c-primary-expr-regexp, c-cast-parens): Use it.
6313
6314 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
6315 an explicit language in functions.
6316
6317 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
6318 variant of adornment.
6319
6320 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
6321 variable.
6322
6323 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
6324 the Pike value.
6325
6326 * progmodes/cc-engine.el (c-on-identifier)
6327 (c-simple-skip-symbol-backward): Small fix for handling "-"
6328 correctly in `skip-chars-backward'. Affected the operator lfun
6329 syntax in Pike.
6330
6331 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
6332 diagnostic message about precompiled language vars not being used.
6333
6334 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
6335 "__attribute__" is followed by a parenthesis.
6336
6337 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
6338 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
6339 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
6340
6341 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
6342 Internal cleanups to properly detect the declared identifiers in
6343 various declarations.
6344
6345 (c-decl-start-kwds): New language constant to recognize
6346 declarations that can start anywhere. Used for class declarations
6347 in Pike.
6348
6349 (c-specifier-key, c-not-decl-init-keywords)
6350 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
6351 (c-find-decl-spots): Implement `c-decl-start-kwds'.
6352
6353 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
6354 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
6355 handling of the compiler specific extension keywords into a new
6356 language constant `c-decl-hangon-kwds' that defines keyword
6357 clauses to be ignored in declarations.
6358
6359 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
6360 past unrecognized tokens when handling `c-colon-type-list-kwds'.
6361 Necessary to stop at the declared identifier in e.g. IDL valuetype
6362 declarations.
6363
6364 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
6365 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
6366 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
6367 (c-forward-decl-or-cast-1): Recognize the declared identifier in
6368 class and enum declarations as such and not as part of the type.
6369
6370 (c-forward-decl-or-cast-1, c-forward-label): Relax the
6371 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
6372
6373 (c-forward-decl-or-cast-1): Don't disregard sure signs of
6374 declarations when there's some syntax error later on.
6375
6376 (c-complex-decl-matchers): Did away with a reference to
6377 `c-specifier-key'.
6378
6379 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
6380 value - this variable is always dynamically bound.
6381
6382 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
6383 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
6384 * cc-cmds.el, cc-defs.el: Change the policy for marking up
6385 functions that might do hidden buffer changes: All such internal
6386 functions are now marked instead of those that don't.
6387
6388 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
6389 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
6390 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
6391 (c-literal-type): Allow these functions to make hidden buffer changes,
6392 so that they are free to use text property caching later on.
6393
6394 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
6395 (c-electric-brace, c-electric-slash, c-electric-star)
6396 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
6397 (c-electric-paren, c-electric-continued-statement, c-indent-command)
6398 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
6399 (c-context-line-break): Add `c-save-buffer-state' calls to comply
6400 with the changed semantics of the functions above.
6401
6402 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
6403 when macros occur in obscure places. Optimized the sexp movement
6404 a bit.
6405
6406 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6407
6408 Enhancements for c-beginning-of-statement to work in AWK Mode:
6409
6410 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
6411 (completed statement) with `}' (statement completed by closing
6412 brace or semicolon) and `$' (statement completed by EOL).
6413
6414 (c-awk-virtual-semicolon-ends-prev-line-p)
6415 (c-awk-virtual-semicolon-ends-line-p)
6416 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
6417 (c-awk-at-statement-end-p): New functions.
6418
6419 * progmodes/cc-cmds.el: Simplify the structure of functions
6420 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
6421 two functions and c-beginning-of-statement to handle AWK Mode.
6422
6423 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
6424 c-backward-single-comment for AWK mode. Attempt to clarify their
6425 doc-strings.
6426
6427 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
6428
6429 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6430
6431 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
6432 label handling. Labels are now recognized in a uniform and more
6433 robust way, regardless of context. Text properties are put on all
6434 labels to recognize the following declarations better.
6435 Multiword labels are handled both in indentation and fontification for
6436 the benefit of language extensions like Qt. For consistency, keywords
6437 in labels are now fontified with the label face instead.
6438 That also applies to "case" and "default".
6439
6440 (c-beginning-of-statement-1): Fix some bugs in the label
6441 handling. Disregard `c-nonlabel-token-key' in labels that begin
6442 with `c-label-kwds'.
6443
6444 (c-find-decl-spots): Support that the callback adds more
6445 `c-decl-end' spots to find.
6446
6447 (c-forward-decl-or-cast-1): Don't treat a list of plain
6448 identifiers followed by a colon as a declaration.
6449
6450 (c-forward-label): New function to recognize labels.
6451
6452 (c-guess-basic-syntax): Replace uses of `c-label-key' with
6453 `c-forward-label'. Moved the label recognition cases (14 and 15)
6454 earlier since they aren't so context sensitive now. Handle labels
6455 on the top level gracefully. Moved access label recognition to
6456 the generic label case (CASE 15) - removed CASE 5E.
6457
6458 (c-font-lock-declarations): Add recognition of labels in the
6459 same round since we need to handle labels in parallell with other
6460 declarations to recognize both accurately. It should also improve
6461 speed.
6462
6463 (c-simple-decl-matchers, c-basic-matchers-after):
6464 Move `c-font-lock-labels' so that it only is used on decoration level 2
6465 since `c-font-lock-declarations' handles it otherwise.
6466
6467 (c-complex-decl-matchers): Remove the simplistic recognition of
6468 access labels.
6469
6470 (c-decl-prefix-re): Remove the kludges that was necessary to cope
6471 with labels earlier.
6472
6473 (c-decl-start-re): New language variable to make
6474 `c-font-lock-declarations' stop for the special protection labels
6475 in Objective-C that start with `@'.
6476
6477 (c-label-key): Remove since it's no longer used.
6478
6479 (c-recognize-colon-labels, c-label-prefix-re): New language
6480 constants to support recognition of generic colon-terminated labels.
6481
6482 (c-type-decl-end-used): `c-decl-end' is now used whenever there
6483 are colon terminated labels.
6484
6485 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6486 first argument starts with a special brace list.
6487
6488 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
6489 (c-font-lock-declarations): Break out the declaration and cast
6490 recognition from `c-font-lock-declarations' to a new function, so
6491 that it can be used in the indentation engine.
6492
6493 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
6494 up to the start of the literal. Fixed bug with the point on the
6495 wrong side of the search limit that could happen when the start
6496 position is inside a literal.
6497
6498 * progmodes/cc-engine.el (c-parse-state)
6499 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6500 so that it's kept a little bit back to increase the hit rate.
6501
6502 (c-parse-state): Change the macro handling and fixed some
6503 glitches. Macro context is checked more often than necessary now,
6504 but otoh less garbage conses are generated.
6505
6506 * progmodes/cc-engine.el (c-parse-state)
6507 (c-invalidate-state-cache): Cache the last position where
6508 `c-state-cache' applies. This can speed up refontification quite
6509 a bit in blocks where there are many non-brace parens before the point.
6510
6511 (c-state-cache-end): New variable for this.
6512
6513 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6514 cache variable.
6515
6516 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6517 get close initial continue positions when the start position is
6518 inside a literal or macro. Do not call the callback for spots
6519 before the start position (which can happen e.g. for `c-decl-end'
6520 spots inside comments). Optimize better in special cases when the
6521 region is a single line inside a literal or macro (typically when
6522 the current line is refontified).
6523
6524 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6525 to `c-add-stmt-syntax' - there's no need to explicitly whack off
6526 entries from the paren state.
6527
6528 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6529 special case for "else if" clauses.
6530
6531 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6532 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6533
6534 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6535 New language variable to recognize the gcc extension with statement
6536 blocks inside expressions.
6537
6538 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6539 it somewhat more comprehensible. The argument AT-BLOCK-START is
6540 no longer used and hence removed.
6541
6542 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6543 to `c-add-stmt-syntax'.
6544
6545 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6546 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6547 This fixes bogus label recognition.
6548
6549 * progmodes/cc-engine.el (c-add-type, c-check-type)
6550 (c-forward-name, c-forward-type): Improve storage of template
6551 types in `c-found-types' so that they can be recognized better.
6552
6553 (c-syntactic-content): Add option to skip past nested parens.
6554
6555 * progmodes/cc-engine.el (c-forward-name):
6556 Set `c-last-identifier-range' all the time. It's less work that way.
6557 Handle that there might not be an identifier to store in
6558 `c-last-identifier-range'.
6559
6560 (c-forward-type): Handle that `c-last-identifier-range' might be
6561 nil from `c-forward-name'.
6562
6563 * progmodes/cc-defs.el (c-safe-scan-lists)
6564 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6565
6566 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6567 to work even if the form fails.
6568
6569 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6570 down in a large file in one go.
6571
6572 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6573
6574 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6575 function which is like `c-lineup-math' but returns nil instead of
6576 `c-basic-offset' when it doesn't match.
6577
6578 (c-lineup-math): Change to use `c-lineup-assignments'.
6579
6580 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6581
6582 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6583 c-beginning-of-statement. New subfunctions
6584 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6585
6586 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6587
6588 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6589 hardcoded char classes whereever possible. Changed a couple of
6590 places to use skip by syntax instead of skip by char class.
6591
6592 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6593 Fix a bug in the regexp that caused extreme backtracking.
6594
6595 * progmodes/cc-langs.el (c-block-comment-starter)
6596 (c-block-comment-ender): New language constants to specify in a
6597 single place how block comments look.
6598
6599 (c-comment-start-regexp, c-block-comment-start-regexp)
6600 (comment-start, comment-end, comment-start-skip)
6601 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6602 (c-syntactic-ws, c-nonempty-syntactic-ws)
6603 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6604 `c-line-comment-starter', `c-block-comment-starter' and
6605 `c-block-comment-ender'.
6606
6607 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6608 New language constants to break up things a bit.
6609
6610 (c-simple-ws): New language constant for simple whitespace.
6611
6612 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6613
6614 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6615 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6616 newlines. Allow and ignore nil elements in the list.
6617
6618 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6619
6620 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6621 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6622
6623 * progmodes/cc-cmds.el: Tidy up the comments in
6624 c-beginning-of-statement and subfunctions.
6625
6626 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6627 more flexible c-put-char-property and c-clear-char-properties.
6628 Add the author's email address.
6629
6630 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6631
6632 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6633 closing "*/" of a block comment.
6634
6635 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6636 subfunctions) so that it works at BOB and EOB.
6637
6638 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6639 c-beginning-of-statement, including new variable
6640 c-block-comment-start-regexp.
6641
6642 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6643
6644 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6645 symbols from `*-font-lock-extra-types' so that there's no need to
6646 use `regexp-opt' on those lists.
6647
6648 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6649 `c-type-modifier-kwds' is empty.
6650
6651 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6652 there are several strings on the same line.
6653
6654 * progmodes/cc-engine.el (c-literal-limits): Remove the
6655 compatibility function for older emacsen. `c-literal-limits-fast'
6656 has now taken the place of this function.
6657
6658 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6659 with older emacsen: We now require `pps-extended-state'.
6660
6661 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6662
6663 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6664 which obviates the need to hack sentence-end. This now handles
6665 escaped newlines in strings correctly. Correct minor bugs in
6666 c-move-over-sentence and in c-beginning-of-statement.
6667
6668 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6669 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6670 that movement over macros and code are rigorously separated from
6671 eachother. Correct a few incidental bugs.
6672
6673 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6674 Improve its doc-string. Improve the handling of certain specific cases.
6675
6676 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6677
6678 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6679 (c-guess-basic-syntax): Change the way class-level labels are
6680 recognized; they can now contain essentially any symbols.
6681
6682 (c-opt-extra-label-key): New language variable to cope with the
6683 special protection label syntax in Objective-C.
6684
6685 (c-opt-access-key): Remove; this is now handled better by
6686 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6687
6688 (c-complex-decl-matchers): Update to handle that
6689 `c-opt-access-key' no longer exists.
6690
6691 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6692 improved label recognition in `c-beginning-of-statement-1'.
6693
6694 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6695 Recognize bitfields better.
6696
6697 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6698 Remove some cruft and fixed a bug that could cause it to go to a
6699 position further down.
6700
6701 * progmodes/cc-langs.el, cc-engine.el
6702 (c-beginning-of-statement-1): Improve detection of labels in
6703 declaration contexts.
6704
6705 (c-beginning-of-decl-1): Use it.
6706
6707 (c-nonlabel-token-key): New language constant and variable needed
6708 by `c-beginning-of-statement-1'.
6709
6710 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6711 manifested itself due to the correction in `c-forward-sexp'.
6712
6713 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6714 Make these behave as documented when used at the buffer limits.
6715
6716 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6717 (c-type-decl-end-used): Made this a language variable.
6718
6719 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6720 correctly when `combine-after-change-calls' is used together with
6721 temporary narrowings.
6722
6723 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6724 Report labels correctly when the start point is immediately after the
6725 colon.
6726
6727 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6728 Remove since it isn't used anymore.
6729
6730 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6731 bracket arglists such as template parens in C++.
6732
6733 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6734 in the last check-in. Some optimization.
6735
6736 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6737 where it could stop at the same level in a preceding sexp when
6738 PAREN-LEVEL is set.
6739
6740 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6741 text property lookup only when it's needed.
6742
6743 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6744 Change the policy for paren marked angle brackets to be more
6745 persistent; once marked they remain marked even when they're found
6746 to be unbalanced in the searched region. This should keep the
6747 paren syntax around even when individual lines are refontified in
6748 multiline template arglists.
6749
6750 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6751 to control markup so that incorrect angle bracket arglists aren't
6752 marked in contexts where the correct value for
6753 `c-disallow-comma-in-<>-arglists' isn't known.
6754
6755 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6756 argument has become `c-parse-and-markup-<>-arglists'.
6757
6758 (c-remove-<>-arglist-properties): Remove - no longer used.
6759
6760 (c-after-change-check-<>-operators): New function used on
6761 `after-change-functions' to avoid that "<" and ">" characters that
6762 are part of longer operators have paren syntax.
6763
6764 (c-<>-multichar-token-regexp): New language variable used by
6765 `c-after-change-check-<>-operators'.
6766
6767 (c-after-change): Call `c-after-change-check-<>-operators'.
6768
6769 (c-font-lock-<>-arglists): Use the context properties set by
6770 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6771 correctly to avoid doing invalid markup.
6772
6773 (c-font-lock-declarations): Remove code that undoes the invalid
6774 markup done by `c-font-lock-<>-arglists'.
6775
6776 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6777 after `c-font-lock-declarations'.
6778
6779 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6780 Add paren-level feature.
6781
6782 (c-guess-basic-syntax): Improve the anchor position for
6783 `template-args-cont' in nested template arglists. There's still
6784 much to be desired in this area, though.
6785
6786 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6787
6788 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6789 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6790
6791 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6792
6793 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6794 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6795
6796 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6797 it doesn't work no longer are supported.
6798
6799 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6800 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6801 requires support for the syntax-table' text property, which rules
6802 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6803 cruft associated with those versions.
6804
6805 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6806 for the `syntax-table' text property, which rules out Emacs 19 and
6807 XEmacs < 21.4. Removed various compatibility cruft associated
6808 with those versions.
6809
6810 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6811 support for the `syntax-table' text property.
6812
6813 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6814 variable and use an extra quoted face name instead. All the
6815 emacsen flavors handle that correctly.
6816
6817 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6818 (c-font-lock-declarators, c-font-lock-declarations)
6819 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6820 property to mark the items in in declarator lists to handle
6821 refontification inside multiline declarations better.
6822
6823 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6824 construct like "a * b = c;" as a declaration.
6825
6826 2005-12-08 Kim F. Storm <storm@cua.dk>
6827
6828 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6829 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6830 select either meta, hyper, or super modifier for rectangle commands.
6831 (cua--rectangle-modifier-key): New defvar.
6832 (cua--M/H-key): Use it. Remove special case for `space'.
6833 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6834 on X, to meta otherwise. Always bind C-return to toggle
6835 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6836
6837 * emulation/cua-rect.el (cua-help-for-rectangle):
6838 Use cua--rectangle-modifier-key. Handle super modifier too.
6839 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6840 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6841
6842 * ido.el: Move Acknowledgements and History after Commentary.
6843 Minor changes to Commentary.
6844
6845 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6846 keymap if cua--prefix-override-timer is `shift'.
6847 (cua--shift-control-prefix): New function; emulate "type prefix
6848 key twice" functionality to handle shifted prefix key override.
6849 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6850 New commands.
6851 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6852
6853 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6854
6855 * textmodes/org.el (org-insert-heading): Try to do items before
6856 headings.
6857 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6858 (org-insert-item): New function.
6859 (org-renumber-ordered-list): Don't skip to higher level lists.
6860
6861 2005-12-08 Juri Linkov <juri@jurta.org>
6862
6863 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6864
6865 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6866
6867 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6868
6869 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6870 the constructed function name fun-1.
6871
6872 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6873 because such links don't lead to parent documentation.
6874
6875 2005-12-08 Kenichi Handa <handa@m17n.org>
6876
6877 * descr-text.el (describe-char): Use *Help-2* buffer if the
6878 current buffer is *Help*. Call describe-text-properties while
6879 setting the original buffer.
6880
6881 2005-12-07 Bill Wohler <wohler@newt.com>
6882
6883 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6884 and causes problems with non-MH users (such as Gnus users).
6885
6886 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6887
6888 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6889 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6890 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6891 command "info sources". Move calls to GDB command "list".
6892 (gdb-find-file-hook): Just use gdb-source-file-list.
6893 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6894 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6895 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6896 (gdb-data-list-register-values-handler): Use correct trigger name.
6897
6898 2005-12-07 Kim F. Storm <storm@cua.dk>
6899
6900 * ido.el (ido-completion-map): Rename from ido-mode-map.
6901 (ido-common-completion-map, ido-file-completion-map)
6902 (ido-file-dir-completion-map, ido-buffer-completion-map):
6903 Rename from ido-mode-....-map.
6904 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6905 (ido-setup-completion-map): Rename from ido-define-mode-map.
6906 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6907 to ido-completion-map.
6908
6909 2005-12-07 Kenichi Handa <handa@m17n.org>
6910
6911 * international/mule-cmds.el
6912 (set-display-table-and-terminal-coding-system): If the coding
6913 system specified in `unibyte-display' property is different from
6914 the arg coding-system, don't setup standard-display-table.
6915
6916 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6917
6918 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6919 that comments end at \n, regardless of selective-display.
6920
6921 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6922
6923 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6924 (gdb-version): New variables.
6925 (gdb-source-file-list, gdb-register-names)
6926 (gdb-changed-registers): New variables for use with GDB 6.4+.
6927 (gdb-ann3): Replace with...
6928 (gdb-init-1, gdb-init-2): ...two new functions.
6929 (gdba, gdb-prompt): Call gdb-init-1.
6930 (gdb-get-version): New function. Call gdb-init-2 from here.
6931 (gud-watch): Make it work with mouse events too.
6932 (gdb-post-prompt): Don't add to queue until GDB version is known.
6933 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6934 (gdb-locals-mode): Use gdb-version.
6935 (gdb-memory-format-map, gdb-memory-unit-map)
6936 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6937 (gdb-locals-font-lock-keywords-1)
6938 (gdb-locals-font-lock-keywords-2): New variables.
6939 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6940 (gdb-set-gud-minor-mode-existing-buffers-1)
6941 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6942 (gdb-var-update-1, gdb-var-update-handler-1)
6943 (gdb-data-list-register-values-handler)
6944 (gdb-data-list-register-values-custom)
6945 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6946 (gdb-stack-list-locals-handler, gdb-get-register-names):
6947 New functions for use with GDB 6.4+.
6948 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6949 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6950 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6951 (gdb-stack-list-locals-regexp)
6952 (gdb-data-list-register-names-regexp): New regexps for use with
6953 GDB 6.4+.
6954
6955 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6956
6957 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6958
6959 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6960
6961 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6962 prompts work for AUTH PLAIN. Also reported by Steve Allan
6963 <seallan@verizon.net>.
6964
6965 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6966
6967 * frame.el (set-frame-parameter): Add doc string.
6968
6969 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6970
6971 * textmodes/org.el (org-occur-highlights): New variable.
6972 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6973 (org-highlight-sparse-tree-matches): New option.
6974 (org-do-occur): New function.
6975 (org-get-heading): Make it work also at beginning of line.
6976 (org-category-table): New variable.
6977 (org-get-category-table, org-get-category)
6978 (org-camel-to-words, org-link-search): New functions.
6979 (org-select-this-todo-keyword): New variable.
6980 (org-todo-list): New command.
6981 (org-shiftright, org-shiftleft): New commands.
6982 (org-agenda-todo): Add prefix argument.
6983 (org-show-hierarchy-above): New option.
6984 (org-show-todo-tree): Numerical prefix creates tree for specific
6985 TODO keyword.
6986 (org-outline-level): New function, to assign a level to plain
6987 lists items.
6988 (org-cycle-include-plain-lists): New option.
6989 (org-mode): Use `org-outline-level' as value of `outline-level'.
6990 (org-cycle): Temporarily switch `outline-regexp' if
6991 `org-cycle-include-plain-lists' is non-nil.
6992 (org-start-icalendar-file): Fix format bug.
6993 (org-agenda-get-day-entries): Create category table.
6994 (org-agenda-get-todos, org-agenda-get-timestamps)
6995 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6996 (org-agenda-get-blocks): Use `org-get-category'.
6997 (org-context-in-file-links): Rename from
6998 `org-line-numbers-in-file-links'.
6999
7000 2005-12-06 Romain Francoise <romain@orebokech.com>
7001
7002 * window.el (balance-windows): Delete extraneous third arg in call
7003 to `enlarge-window'.
7004
7005 2005-12-06 Kenichi Handa <handa@m17n.org>
7006
7007 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
7008
7009 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
7010
7011 * progmodes/gdb-ui.el (gdb-var-create-handler)
7012 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
7013 (gdb-var-list-children-handler, gdb-var-update-handler):
7014 Current buffer is already gdb-partial-output-buffer, don't
7015 make it current again.
7016
7017 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
7018
7019 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
7020 (list-buffers-noselect): Use it.
7021
7022 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
7023
7024 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
7025 (mail-yank-ignored-headers): Use regexp-opt.
7026 (mail-mode-map): Move initialization into declaration.
7027 (mail-sent-via): Remove unused shadowed var `to-line'.
7028 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
7029 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
7030 (mail-do-fcc): Use dolist and push.
7031 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
7032 (mail-yank-ignored-headers): Don't autoload.
7033
7034 2005-12-05 Kenichi Handa <handa@m17n.org>
7035
7036 * international/mule-cmds.el (set-language-info-internal): New fun.
7037 (set-language-info): Call set-language-info-internal to update
7038 language-info-alist. If LANG-ENV is the current one, call
7039 set-language-environment to make INFO effective now.
7040 (set-language-info-alist): Likewise.
7041 (locale-language-names): With locale "en", use English
7042 lang. env. but set the default codings to iso-8859-1.
7043
7044 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
7045
7046 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
7047 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
7048 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
7049 for plain strings.
7050 (gdb-frames-mode): Remove redundant call to font-lock-mode.
7051 (gdb-all-registers): Rename from toggle-gdb-all-registers.
7052 Create registers buffer if necessary. Echo new state in minibuffer.
7053 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
7054
7055 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
7056
7057 * info.el (Info-fontify-node): Match external links using
7058 non-directory part of filename.
7059
7060 2005-12-04 Juri Linkov <juri@jurta.org>
7061
7062 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
7063 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
7064 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
7065 because there is no customization option for it.
7066
7067 * font-lock.el (lisp-font-lock-keywords-1):
7068 Add define-global-minor-mode.
7069
7070 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
7071
7072 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
7073 properties on the constructed variable names.
7074
7075 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7076 Put `definition-name' properties on the constructed function names
7077 next-sym and prev-sym.
7078
7079 * emacs-lisp/find-func.el (find-function-regexp):
7080 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
7081 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
7082 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
7083 and easy-menu-define.
7084
7085 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
7086 easy-mmode-define-global-mode and define-global-minor-mode.
7087 (lisp-imenu-generic-expression): Add define-global-minor-mode.
7088
7089 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
7090 instead of easy-mmode-define-global-mode.
7091
7092 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
7093 Use define-minor-mode instead of easy-mmode-define-minor-mode.
7094
7095 * cus-edit.el (customize-group, customize-group-other-window):
7096 Filter out autoloaded options from the group completion list by
7097 using heuristics that autoloaded groups don't have `custom-autoload'
7098 property on their symbols (they have only `custom-loads').
7099
7100 * simple.el (completion-setup-function): Put completions-common-part
7101 face on complete completion string too (i.e. completion string
7102 without completions-first-difference face).
7103
7104 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
7105
7106 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7107
7108 * view.el (view-mode): Doc fix.
7109
7110 * disp-table.el (standard-display-european): Add to the warning
7111 message a reference to the doc string.
7112
7113 * play/yow.el (apropos-zippy): Call print-help-return-message,
7114 similar to other Help and Apropos commands.
7115
7116 * help.el (print-help-return-message): If pop-up-frames is
7117 non-nil, set up help-return-method to delete the help window and,
7118 possibly, its frame as well, and don't display message about
7119 scrolling the help window. Doc fix.
7120 (help-return-method): Doc fix.
7121
7122 2005-12-03 Martin Rudalics <rudalics@gmx.at>
7123
7124 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
7125 whereby names of length one or names starting with a
7126 symbol-constituent character would not be returned.
7127
7128 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7129
7130 * subr.el (atomic-change-group): Add edebug and indentation spec.
7131
7132 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7133
7134 * completion.el (save-completions-file-name): Fix typo in last change.
7135
7136 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7137
7138 * info.el: Move back/forward history to the beginning of the tool bar.
7139
7140 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
7141
7142 * allout.el (eval-when-compile): Remove unnecessary load of cl.
7143 Add fset of allout-real-isearch-abort during compile to fix
7144 byte-compilation warnings.
7145 (allout-mode-p): Move definition of this macro above all uses, or
7146 byte compilation in barren emacs (eg, during emacs build) will
7147 lack the definition.
7148 (allout-mode): Move this variable above any uses, or byte
7149 compilation will fail.
7150 (allout-resolve-xref): Remove use of personal file-reference function.
7151 (allout-toggle-current-subtree-encryption): Do the current (ie,
7152 visible containing) topic, rather than nearest around point. Doc fix.
7153 (allout-toggle-subtree-encryption): New function, workhorse that
7154 works on nearest topic containing point.
7155 (allout-encrypt-string): Signal requirement for newer version of pgg.
7156 (allout-resumptions): Doc fix.
7157
7158 2005-12-02 Eli Zaretskii <eliz@gnu.org>
7159
7160 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
7161
7162 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
7163
7164 * textmodes/flyspell.el (flyspell-external-point-words):
7165 Consider a misspelling as found in the string search if: (a) misspelling
7166 and found string lengths match, or (b) misspelling is found as
7167 element in a boundary-chars separated longer string, or (c)
7168 ispell-program-name is really ispell and misspelling is found as
7169 part of a TeX string. After successful match move beginning of
7170 search region to end of match. Warn about not found misspellings
7171 once the process is done.
7172 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
7173
7174 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
7175
7176 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
7177 tool bar (removed inadvertently).
7178
7179 2005-12-02 Juri Linkov <juri@jurta.org>
7180
7181 * log-view.el (log-view-diff): Clarify doc string.
7182
7183 2005-12-01 Bill Wohler <wohler@newt.com>
7184
7185 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
7186 triggers lm-verify errors.
7187
7188 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
7189
7190 * simple.el (transient-mark-mode, line-number-mode)
7191 (column-number-mode, size-indication-mode): Remove `:require nil'.
7192
7193 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
7194
7195 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
7196 in the margin also.
7197 (gdb-breakpoints-mode-map): Use D instead of d for
7198 gdb-delete-breakpoint.
7199 (gdb-get-frame-number): Require a number to match on.
7200 (gdb-threads-mode-map): Add follow-link binding.
7201
7202 2005-11-30 Jason Rumney <jasonr@gnu.org>
7203
7204 * isearch.el (isearch-mode-map): Avoid exiting search on
7205 language-change event.
7206
7207 2005-11-30 Romain Francoise <romain@orebokech.com>
7208
7209 * speedbar.el (speedbar-default-position): New defcustom.
7210 (speedbar-frame-reposition-smartly): Use it.
7211
7212 * dframe.el (dframe-reposition-frame-emacs): Fix position
7213 computation for `left' location.
7214 Update copyright year.
7215
7216 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
7217
7218 * help.el (help-map): Move initialization into declaration.
7219
7220 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
7221
7222 * help-fns.el (help-argument-name): Don't autoload.
7223 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
7224 to be re-loaded when customizing the `help' group.
7225
7226 2005-11-30 John Paul Wallington <jpw@gnu.org>
7227
7228 * help-fns.el (describe-function-1): Fill arglist output.
7229
7230 2005-11-30 Kim F. Storm <storm@cua.dk>
7231
7232 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
7233 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
7234 after revert-buffer (or anything else which kills all local variables).
7235
7236 * apropos.el (apropos-parse-pattern): Doc fix.
7237 Set apropos-regexp directly, rather than expecting callers to do so.
7238 (apropos-command, apropos, apropos-value, apropos-documentation):
7239 Simplify calls to apropos-parse-pattern.
7240
7241 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
7242
7243 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7244 (hi-lock-face-phrase-buffer): Use hi-yellow face.
7245 (hi-lock-write-interactive-patterns): Use comment-region.
7246
7247 * longlines.el (longlines-mode): Add mail-setup-hook.
7248
7249 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
7250
7251 * simple.el (sendmail-user-agent-compose, next-line):
7252 Conditionally use hard-newline.
7253
7254 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7255
7256 * international/latexenc.el (latex-inputenc-coding-alist):
7257 Reword doc string.
7258
7259 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
7260
7261 * help.el (describe-key-briefly, describe-key): Recognize default
7262 bindings.
7263
7264 2005-11-29 Romain Francoise <romain@orebokech.com>
7265
7266 * view.el (view-inhibit-help-message): New defcustom.
7267 (view-mode-enter): Use it.
7268
7269 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
7270
7271 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
7272 Preserve user position.
7273
7274 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
7275
7276 * font-lock.el: Throw error if facemenu is not loaded to prevent
7277 accidental change of loading order in loadup.el. (Suggested by RMS.)
7278
7279 * loadup.el: Add comment explaining why facemenu must be loaded
7280 before font-lock.
7281
7282 2005-11-28 Jay Belanger <belanger@truman.edu>
7283
7284 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
7285 (calc-dispatch-map): Add more keys for `calc-same-interface'.
7286
7287 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
7288
7289 * calc/calc-embed.el (calc-do-embedded): Update help message.
7290
7291 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
7292
7293 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7294
7295 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
7296
7297 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
7298 called-interactively-p.
7299 (elp-profilable-p): Rename from elp-not-profilable-p.
7300 Invert result and take into account macros and autoloaded functions.
7301 (elp-instrument-function): Update call.
7302 (elp-instrument-package): Update call. Add completion.
7303 (elp-pack-number): Use match-string.
7304 (elp-results-jump-to-definition-by-mouse): Merge into
7305 elp-results-jump-to-definition and then remove.
7306 (elp-output-insert-symname): Make help echo text single-line.
7307
7308 * replace.el (query-replace-map): Move initialization into declaration.
7309 (occur-engine): Use with-current-buffer.
7310 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
7311 (occur-mode-mouse-goto): Replace with an alias.
7312
7313 2005-11-28 Juri Linkov <juri@jurta.org>
7314
7315 * simple.el (quoted-insert): Let-bind input-method-function to nil.
7316
7317 * term/w32-win.el: Bind [S-tab] to [backtab].
7318
7319 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
7320 `Info-find-file' to t.
7321
7322 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
7323 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
7324 and same-window-regexps.
7325 (occur-next-error): Don't move point for arg 0.
7326
7327 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
7328
7329 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
7330
7331 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7332
7333 * log-edit.el (log-edit-changelog-use-first): New var.
7334 (log-edit-changelog-ours-p): Use it.
7335 (log-edit-insert-changelog): Set it with new arg `use-first'.
7336 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
7337 (log-edit-hook): Add them to the list of suggested options.
7338
7339 * textmodes/flyspell.el (flyspell-last-buffer): New var.
7340 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
7341 redundant work.
7342 (flyspell-mode-on): Use add-hook for after-change-functions.
7343 (flyspell-mode-off): Use remove-hook for after-change-functions.
7344 (flyspell-changes): Make it buffer-local.
7345 (flyspell-after-change-function): Make it non-interactive. Use push.
7346 (flyspell-post-command-hook): Check input-pending-p while processing
7347 the potentially long list of buffer changes.
7348
7349 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7350
7351 * buff-menu.el (list-buffers-noselect): Display the selected
7352 frame's buffer list, not the global one.
7353
7354 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7355
7356 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
7357 that (list last-input-event) works as in interactive spec.
7358
7359 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7360
7361 * loadup.el ("facemenu"): Load facemenu before font-lock, because
7362 `facemenu-keymap' needs to be defined when font-lock is loaded.
7363 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
7364
7365 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7366
7367 * completion.el: Remove useless leading * in defcustom docstrings.
7368 (save-completions-file-name): Use ~/.emacs.d if available.
7369 (completion-standard-syntax-table): Rename from
7370 cmpl-standard-syntax-table and fold initialization into declaration,
7371 thus removing cmpl-make-standard-completion-syntax-table.
7372 (completion-lisp-syntax-table, completion-c-syntax-table)
7373 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
7374 (cmpl-saved-syntax, cmpl-saved-point): Remove.
7375 (symbol-under-point, symbol-before-point)
7376 (symbol-under-or-before-point, symbol-before-point-for-complete)
7377 (add-completions-from-c-buffer): Use with-syntax-table.
7378 (make-completion): Don't return a list of completion entries.
7379 Update callers.
7380 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
7381 (completion-initialize): Rename from initialize-completions.
7382 (completion-find-file-hook): Rename from cmpl-find-file-hook.
7383 (kill-emacs-save-completions): Collect stats here.
7384 (save-completions-to-file, load-completions-from-file):
7385 Use with-current-buffer.
7386 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
7387 into a function. Move all calls to toplevel.
7388 (completion-lisp-mode-hook): New fun.
7389 (completion-c-mode-hook, completion-setup-fortran-mode):
7390 Set the syntax-table here. Use local-set-key.
7391 (completion-saved-bindings): New var.
7392 (dynamic-completion-mode): Make it into a proper minor mode.
7393 (load-completions-from-file): Remove unused var `num-uses'.
7394
7395 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
7396 constructor if it is explicitly overridden.
7397
7398 * complete.el (PC-completion-as-file-name-predicate):
7399 Use minibuffer-completing-file-name.
7400 (partial-completion-mode): Use find-file-not-found-functions.
7401 (PC-lisp-complete-symbol): Use with-syntax-table.
7402 (PC-look-for-include-file): Remove dead setq.
7403 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
7404 (PC-complete): Use with-current-buffer.
7405
7406 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
7407 escape single quotes.
7408
7409 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7410
7411 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
7412 of `if' whose condition always returned nil. Doc fix.
7413
7414 * buff-menu.el (Buffer-menu-revert-function): Make the selected
7415 window's buffer the current buffer around the call to
7416 `list-buffers-noselect'. This is necessary to mark that buffer
7417 with a `.' in the Buffer Menu when called from Lisp, for instance
7418 by Auto Revert Mode.
7419
7420 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7421
7422 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
7423 attaching to it.
7424 (gdb-pre-prompt): Make sure gdb-error is reset.
7425
7426 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
7427 with a child process, detect it.
7428 (gud-speedbar-buttons): Match regexp more carefully.
7429
7430 2005-11-27 Richard M. Stallman <rms@gnu.org>
7431
7432 * mouse.el (mouse-drag-move-window-bottom):
7433 Use adjust-window-trailing-edge.
7434
7435 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7436
7437 * simple.el (blink-matching-open): Ignore
7438 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
7439 (blink-matching-paren-on-screen): Update docstring.
7440
7441 * paren.el (show-paren-mode): No longer change
7442 `blink-matching-paren-on-screen'.
7443
7444 2005-11-27 John Paul Wallington <jpw@pobox.com>
7445
7446 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7447 (gdb-threads-select, gdb-edit-register-value):
7448 Use `posn-set-point' instead of `mouse-set-point' because the
7449 latter is not fbound when configured without X.
7450
7451 2005-11-27 Kim F. Storm <storm@cua.dk>
7452
7453 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
7454 existing face when partially highlighting a TAB in a rectangle.
7455
7456 2005-11-26 Kim F. Storm <storm@cua.dk>
7457
7458 * ido.el (ido-mode-map): Doc fix.
7459 (ido-mode-common-map, ido-mode-file-map)
7460 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
7461 (ido-define-mode-map): Rewrite. Select one of the new maps as
7462 parent for ido-mode-map instead of building from scratch.
7463 (ido-init-mode-maps): New defun to initialize new maps.
7464 (ido-mode): Call it.
7465 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
7466 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
7467
7468 2005-11-26 John Paul Wallington <jpw@pobox.com>
7469
7470 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
7471 `mouse-set-point' because the latter is not fbound when configured
7472 without X.
7473
7474 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
7475
7476 * files.el (file-relative-name): Doc fix.
7477
7478 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7479
7480 * progmodes/octave-inf.el (inferior-octave-startup): Force a
7481 non-empty string for secondary prompt PS2.
7482
7483 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7484
7485 * progmodes/compile.el (compilation-setup): Fix last change.
7486
7487 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
7488
7489 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7490 (gdb-mouse-toggle-breakpoint-margin)
7491 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
7492 Add gdb-server-prefix to keep out of command history.
7493 (gdb-edit-register-value): New function.
7494 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
7495 (gdb-info-registers-custom): Use above map.
7496
7497 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7498
7499 * custom.el (enable-theme): Signal error if argument is not a
7500 theme. Don't recalculate a face if it's not loaded yet.
7501
7502 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7503 the `user' theme is in effect.
7504
7505 * info.el (Info-on-current-buffer): Record actual filename in
7506 Info-current-file, instead of t, or a fake filename if a non-file
7507 buffer. Make autoload.
7508 (Info-find-node, Info-revert-find-node): No need to check for
7509 Info-current-file nil.
7510 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7511 Info-current-file is now never `t'.
7512 (Info-fontify-node): Many simplifications due to Info-current-file
7513 always being valid. Use Info-find-file to find node filename.
7514
7515 2005-11-25 David Kastrup <dak@gnu.org>
7516
7517 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7518 new character, then delete" in order to preserve markers.
7519
7520 2005-11-25 David Ponce <david@dponce.com>
7521
7522 * recentf.el (recentf-arrange-by-rule): Handle a special
7523 `auto-mode-alist'-like "strip suffix" rule.
7524 (recentf-build-mode-rules): Handle second level auto-mode entries.
7525
7526 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7527
7528 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7529 window modes.
7530
7531 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7532 jde-javadoc-checker-report-mode.
7533
7534 * ediff-wind (ediff-make-wide-display): Slight simplification.
7535
7536 * ediff.el (ediff-date): Change the date of last update.
7537
7538 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7539
7540 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7541 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7542 (hi-lock-mode): New global minor mode.
7543 (turn-on-hi-lock-if-enabled): New function.
7544 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7545 Change arguments to regexp and face instead of a font-lock pattern.
7546 Directly set face property, instead of refontifying.
7547 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7548 (hi-lock-find-patterns): Use line-number-at-pos.
7549
7550 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7551 arguments for hi-lock-set-pattern.
7552 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7553 Call font-lock-fontify-buffer.
7554 (hi-lock-find-file-hook, hi-lock-current-line)
7555 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7556
7557 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7558 turned off.
7559
7560 * progmodes/compile.el (compilation-setup): Don't fiddle with
7561 font-lock-defaults.
7562
7563 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7564
7565 * progmodes/gdb-ui.el (gdb-var-create-handler)
7566 (gdb-var-list-children-handler): Find values for all variable
7567 objects. gud-speedbar-buttons decides whether to display them.
7568
7569 2005-11-24 Romain Francoise <romain@orebokech.com>
7570
7571 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7572 buffer name with a space.
7573
7574 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7575
7576 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7577 `org-export-local-list-max-depth'. Change default value to 3.
7578 (org-auto-renumber-ordered-lists)
7579 (org-plain-list-ordered-item-terminator): New options.
7580 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7581 (org-get-indentation, org-get-string-indentation)
7582 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7583 New functions.
7584 (org-move-item-down, org-move-item-up): New commands.
7585 (org-export-as-html): New classes for CSS support. Bug fix in
7586 regular expression detecting fixed-width regions. Respect
7587 `org-local-list-ordered-item-terminator'.
7588 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7589 also a list item.
7590 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7591 New item moving functions.
7592
7593 2005-11-24 Juri Linkov <juri@jurta.org>
7594
7595 * isearch.el (isearch-repeat): With empty search ring set
7596 `isearch-error' to the error string instead of signaling error
7597 with the function `error'.
7598
7599 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7600
7601 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7602
7603 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7604
7605 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7606 and variable.
7607 (gdb-var-create-handler, gdb-var-list-children-handler):
7608 Don't match on "char **...".
7609 (gdb-var-update-handler): Find values for all variable objects.
7610 (gdb-info-frames-custom): Identify frames by leading "#".
7611
7612 * progmodes/gud.el (gud-speedbar-menu-items): Add
7613 gdb-speedbar-auto-raise as radio button.
7614 (gud-speedbar-buttons): Raise speedbar if requested.
7615 Don't match on "char **...".
7616 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7617 Make it editable.
7618
7619 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7620
7621 * info.el (Info-fontify-node): Handle the case where
7622 Info-current-file is t.
7623
7624 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7625
7626 * simple.el (blink-matching-open): Fix off-by-one in last change.
7627
7628 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7629
7630 * term/mac-win.el: Don't change default directory.
7631
7632 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7633
7634 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7635 buffers correctly. (It used to throw an error in such buffers.)
7636 Make it ask for confirmation in group buffers and other Custom
7637 buffers containing more than one customization item.
7638
7639 2005-11-22 John Paul Wallington <jpw@gnu.org>
7640
7641 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7642 property on mail and url overlays.
7643 (goto-address-at-point): Use `posn-set-point' instead of
7644 `mouse-set-point' because the latter is not fbound when configured
7645 without X.
7646
7647 2005-11-22 Lars Hansen <larsh@soem.dk>
7648
7649 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7650 (ls-lisp-classify, ls-lisp-format): Delete call to
7651 ls-lisp-parse-symlink.
7652 (ls-lisp-handle-switches): Handle symlinks to directories as
7653 directories when ls-lisp-dirs-first in non-nil.
7654
7655 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7656
7657 * startup.el (command-line): Make sure that loaddefs.el is handled
7658 correctly in load-history.
7659
7660 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7661
7662 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7663 (gdb-struct-string, gdb-array-string): New constants.
7664 (gdb-info-locals-handler): Use them.
7665 (gdb-reset): Reset gdb-var-list to nil.
7666
7667 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7668
7669 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7670 in patterns.
7671
7672 2005-11-21 Juri Linkov <juri@jurta.org>
7673
7674 * custom.el (defcustom): Update link types in docstring.
7675
7676 2005-11-20 Martin Rudalics <rudalics@gmx.at>
7677
7678 * custom.el (defgroup): Add doc-string-elt info.
7679
7680 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7681
7682 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7683
7684 * newcomment.el (comment-enter-backward): Fix last fix.
7685
7686 * simple.el (blink-matching-open):
7687 * paren.el (show-paren-function): Allow new paren-class info.
7688
7689 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7690
7691 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7692 handled automagically.
7693
7694 2005-11-20 Andreas Schwab <schwab@suse.de>
7695
7696 * descr-text.el (describe-char): When copying overlays put them
7697 over the full char description instead of just the first character
7698 of it.
7699
7700 2005-11-20 Juri Linkov <juri@jurta.org>
7701
7702 * simple.el (what-cursor-position):
7703 * descr-text.el (describe-char): Use Lisp-readable syntax
7704 for octal and hex. Reorder decimal, octal and hex values.
7705 Remove excess whitespace in the output. Use `=' in `column='
7706 like in `point=' and `Hscroll='.
7707
7708 * international/mule-cmds.el (encoded-string-description):
7709 Use Lisp-readable syntax for hex.
7710
7711 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7712
7713 * newcomment.el (comment-enter-backward): Handle the case where the
7714 comment is closed by EOB.
7715
7716 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7717
7718 * longlines.el (longlines-before-revert-hook)
7719 (longlines-after-revert-hook): New functions.
7720 (longlines-mode): Turn off longlines temporarily when reverting.
7721 Add a message-setup-hook.
7722 (longlines-decode-buffer): New function.
7723 (longlines-wrap-line): Preserve marker positions.
7724
7725 2005-11-19 Andreas Schwab <schwab@suse.de>
7726
7727 * emacs-lisp/shadow.el: Handle compressed files.
7728
7729 2005-11-19 Romain Francoise <romain@orebokech.com>
7730
7731 * net/browse-url.el (browse-url-default-browser): Signal an error
7732 if no usable browser can be found, rather than try to load w3.
7733
7734 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7735
7736 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7737 replacing existing properties.
7738 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7739 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7740 tty specs.
7741 (rcirc-server-prefix, rcirc-server): New faces.
7742 (rcirc-url-regexp): Generate with rx macro.
7743 (rcirc-last-server-message-time): New variable.
7744 (rcirc-filter): Record time of last message.
7745 (rcirc-keepalive): Kill processes that did not send a message
7746 since the last ping.
7747 (rcirc-mode): Give rcirc-topic a local binding here.
7748
7749 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7750
7751 * subr.el (read-passwd): Fontify the prompt as we do with other
7752 prompts.
7753
7754 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7755
7756 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7757 binding buffer-read-only to nil.
7758
7759 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7760
7761 * complete.el (partial-completion-mode):
7762 Mention completion-auto-help in the doc string.
7763
7764 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7765 more Lisp-ish way.
7766
7767 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7768
7769 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7770 digits, not 8, to avoid misalignment for files larger than 100MB.
7771
7772 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7773
7774 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7775 Mention "keyboard shortcuts" in the help text.
7776
7777 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7778
7779 * startup.el (fancy-splash-default-action): Discard only
7780 mouse-down and succeeding mouse-up events in the splash screen
7781 window so that drag-n-drop event can be processed.
7782
7783 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7784
7785 * longlines.el (longlines-mode): Add hacks for mail-mode and
7786 message-mode.
7787
7788 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7789
7790 * textmodes/org.el (org-table-sort-lines): New command.
7791 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7792 (org-add-file): Command removed, use `org-agenda-file-to-front'
7793 instead.
7794 (org-export-icalendar): Use `org-icalendar-combined-name'.
7795 (org-cycle-agenda-files, org-agenda-file-to-end)
7796 (org-agenda-file-to-front): New commands.
7797 (org-table-tab-jumps-over-hlines, org-export-html-style):
7798 New options.
7799 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7800 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7801 New functions.
7802 (org-fill-paragraph): Call `org-table-align' in tables.
7803 (org-mode): Call `org-set-autofill-regexps'.
7804 (org-export-as-html): Support for local handformatted lists.
7805 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7806 (org-export-local-list-max-depth): New option.
7807 (org-html-expand): Use `org-html-protect'.
7808
7809 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7810
7811 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7812 to "p".
7813 (gdb): Move definition of gud-pp to...
7814
7815 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7816 speedbar.
7817 (gdb-find-watch-expression): New function.
7818
7819 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7820
7821 * faces.el (face-attribute, set-face-attribute): Mention existence
7822 of `:ignore-defface' setting in docstring.
7823
7824 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7825
7826 * simple.el (completion-setup-function): Fix last change.
7827
7828 2005-11-17 John Paul Wallington <jpw@pobox.com>
7829
7830 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7831 Use `posn-set-point' instead of `mouse-set-point' because the
7832 latter is not fbound when configured without X.
7833
7834 * comint.el (comint-insert-input): Likewise.
7835
7836 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7837
7838 * simple.el (hard-newline): New variable.
7839 (sendmail-user-agent-compose, next-line): Use it.
7840
7841 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7842 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7843 (mail-mail-reply-to, mail-mail-followup-to)
7844 (mail-position-on-field, mail-signature, mail-yank-original)
7845 (mail-attach-file): Likewise.
7846
7847 * mail/mailheader.el (mail-header-format)
7848 (mail-header-format-function): Likewise.
7849
7850 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7851
7852 2005-11-17 Juri Linkov <juri@jurta.org>
7853
7854 * font-lock.el (font-lock-faces): Rename this defgroup from
7855 `font-lock-highlighting-faces'.
7856 (font-lock-comment-face, font-lock-comment-delimiter-face)
7857 (font-lock-string-face, font-lock-doc-face)
7858 (font-lock-keyword-face, font-lock-builtin-face)
7859 (font-lock-function-name-face, font-lock-variable-name-face)
7860 (font-lock-type-face, font-lock-constant-face)
7861 (font-lock-warning-face, font-lock-negation-char-face)
7862 (font-lock-preprocessor-face)
7863 (font-lock-regexp-grouping-backslash)
7864 (font-lock-regexp-grouping-construct): Rename :group from
7865 `font-lock-highlighting-faces' to `font-lock-faces'.
7866
7867 * cus-edit.el (lisp, c, tex):
7868 * progmodes/ada-mode.el (ada):
7869 * progmodes/asm-mode.el (asm):
7870 * progmodes/cperl-mode.el (cperl-faces):
7871 * progmodes/cpp.el (cpp):
7872 * progmodes/dcl-mode.el (dcl):
7873 * progmodes/f90.el (f90):
7874 * progmodes/fortran.el (fortran):
7875 * progmodes/icon.el (icon):
7876 * progmodes/idlwave.el (idlwave-misc):
7877 * progmodes/m4-mode.el (m4):
7878 * progmodes/make-mode.el (makefile):
7879 * progmodes/meta-mode.el (meta-font):
7880 * progmodes/modula2.el (modula2):
7881 * progmodes/octave-mod.el (octave):
7882 * progmodes/pascal.el (pascal):
7883 * progmodes/perl-mode.el (perl):
7884 * progmodes/prolog.el (prolog):
7885 * progmodes/ps-mode.el (PostScript-edit):
7886 * progmodes/scheme.el (scheme):
7887 * progmodes/sh-script.el (sh-script):
7888 * progmodes/simula.el (simula):
7889 * progmodes/tcl.el (tcl):
7890 * textmodes/nroff-mode.el (nroff):
7891 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7892 * textmodes/sgml-mode.el (sgml):
7893 * textmodes/texinfo.el (texinfo):
7894 Add :link (custom-group-link font-lock-faces) to defgroup.
7895
7896 * hi-lock.el (hi-lock): Rename this defgroup from
7897 `hi-lock-interactive-text-highlighting'. Change parent group from
7898 `faces' to `font-lock'. Add link to the manual.
7899 (hi-lock-mode, hi-lock-file-patterns-range)
7900 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7901 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7902 (hi-lock-faces): Add :group `faces'.
7903
7904 * cus-edit.el (custom-variable-prompt): Clarify the code.
7905
7906 * faces.el (face-read-string): Set the default value arg of
7907 completing-read.
7908
7909 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7910
7911 * rfn-eshadow.el (file-name-shadow-properties)
7912 (file-name-shadow-tty-properties, file-name-shadow-mode):
7913 Remove autoloads, because the file is now preloaded.
7914
7915 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7916
7917 * printing.el (easy-menu-intern): Don't define.
7918 (pr-get-symbol): Use easy-menu-intern only if defined.
7919
7920 * simple.el (blink-matching-open): Simplify a bit.
7921 (completion-setup-function): Fix the case of partial-completion-mode
7922 when the minibuffer's contents start with "-".
7923 Obey completion-base-size-function even when
7924 minibuffer-completing-file-name is non-nil.
7925
7926 2005-11-16 Richard M. Stallman <rms@gnu.org>
7927
7928 * net/eudcb-ph.el (eudc-ph-open-session):
7929 Use set-process-query-on-exit-flag.
7930
7931 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7932
7933 * international/ucs-tables.el (ucs-set-table-for-input):
7934 Use make-local-variable, not make-variable-buffer-local.
7935
7936 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7937 Improve warning message text.
7938
7939 * savehist.el (savehist-save-hook): Add :group.
7940
7941 * menu-bar.el (menu-bar-help-menu):
7942 Rename Find Extra Packages to External Packages.
7943
7944 * cus-edit.el (Custom-reset-standard): Verify that
7945 :custom-standard-value prop exists before calling it.
7946
7947 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7948
7949 2005-11-16 Martin Rudalics <rudalics@gmx.at>
7950
7951 * wid-edit.el (color): Enclose %t in %{...%}.
7952
7953 * cus-edit.el (face): Enclose %t in %{...%}.
7954
7955 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7956
7957 * savehist.el (savehist-mode-hook): Re-add the var.
7958 (savehist-mode): Use it.
7959
7960 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7961
7962 * textmodes/flyspell.el: Fix commenting convention.
7963 Remove unnecessary leading * in custom docstrings.
7964 (flyspell-emacs): Remove unused var.
7965 (flyspell-delete-region-overlays): Use remove-overlays.
7966 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7967 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7968 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7969 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7970 (make-flyspell-overlay): Don't locally reuse a global name.
7971 (flyspell-highlight-incorrect-region)
7972 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7973 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7974 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7975 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7976 Wrap calls to accept-process-output inside with-local-quit since it's
7977 often called from a post-command-hook.
7978 (flyspell-correct-word, flyspell-auto-correct-word):
7979 Use ispell-send-string.
7980 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7981
7982 * calendar/diary-lib.el (diary-list-entries): Also hide the
7983 terminating newline.
7984
7985 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7986
7987 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7988 window-system, to allow fonts on tty.
7989
7990 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7991
7992 * progmodes/gud.el (gud-speedbar-item-info): New function.
7993 (gud-install-speedbar-variables): Use it to display data type
7994 of watch expression as a tooltip in speedbar.
7995
7996 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7997
7998 * font-core.el (global-font-lock-mode): Add :version keyword,
7999 because default was changed.
8000
8001 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
8002
8003 * startup.el (command-line): Use `custom-reevaluate-setting' for
8004 `file-name-shadow-mode'.
8005
8006 * loadup.el: Preload rfn-eshadow.
8007
8008 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
8009 Add :version keyword.
8010 (file-name-shadow-properties, file-name-shadow-tty-properties)
8011 (file-name-shadow): Add :version keyword.
8012
8013 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
8014 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
8015 in the custom-group property of the symbol frames and the fringe
8016 group got no link to its parent group frames.
8017 Doc fix.
8018
8019 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
8020
8021 * progmodes/gud.el (gud-stop-subjob): New function.
8022 (gud-menu-map, gud-tool-bar-map): Use it.
8023
8024 2005-11-16 Kim F. Storm <storm@cua.dk>
8025
8026 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
8027 than kill it.
8028 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
8029 to a more useful/logical place.
8030
8031 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
8032
8033 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
8034 go buttons complementary.
8035
8036 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
8037
8038 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
8039 (rfn-eshadow-sifn-equal): New function.
8040 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
8041
8042 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
8043
8044 * viper-utils.el (viper-non-word-characters-reformed-vi):
8045 Quote `-' in string.
8046
8047 * viper.el (viper-emacs-state-mode-list): Ensure that
8048 rcirc-mode buffers come up in Emacs state.
8049
8050 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
8051 operation.
8052
8053 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
8054
8055 * term.el (term-termcap-format): Fix typos.
8056 (term-down): Fix the negative argument case.
8057
8058 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
8059
8060 * progmodes/gdb-ui.el: Remove face-alias left over from change on
8061 2005-08-15.
8062 (gdb-ann3): New command gud-go.
8063 (menu): Accomodate gdb-mi.el.
8064 (gdb-assembler-custom): Make buffer of selected window current
8065 so that set-window-point works.
8066
8067 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
8068 buttons and include new ones.
8069
8070 2005-11-16 Kim F. Storm <storm@cua.dk>
8071
8072 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
8073 (gud-menu-map): Use it.
8074
8075 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
8076
8077 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
8078 that works correctly for Custom and that does not override a user
8079 who disables it.
8080
8081 * help-mode.el (help-make-xrefs, help-xref-on-pp)
8082 (help-xref-interned, help-follow): Make hyperlinks for variables
8083 that are unbound, but have a non-nil variable-documentation property.
8084
8085 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
8086 mode hook. (It conflicted with defcustoms for some mode hooks.)
8087 Use the `variable-documentation' property to give the mode hook a
8088 docstring and expand that docstring.
8089
8090 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
8091
8092 * savehist.el (savehist-mode): Don't bother with
8093 `custom-set-minor-mode'.
8094 (savehist-coding-system): Check XEmacs version.
8095 (history-length): Declare also at run time.
8096 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
8097 Don't set the customize state.
8098 (savehist-minibuffer-hook): Special case for when
8099 minibuffer-history-variable is equal to t.
8100
8101 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
8102
8103 * files.el (write-file): Refresh VC status.
8104
8105 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
8106 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
8107 than fundamental-mode to see if the mode was set.
8108
8109 2005-11-14 Romain Francoise <romain@orebokech.com>
8110
8111 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
8112 dummy function in `eval-when-compile' to avoid compiler warning.
8113 Require `man' at compile time.
8114
8115 2005-11-14 Jay Belanger <belanger@truman.edu>
8116
8117 * calc-alg.el (calcFunc-write-out-power): Rename it to
8118 calcFunc-powerexpand.
8119 (math-write-out-power): Rename it to math-powerexpand; have it
8120 handle negative exponents.
8121 (calc-writeoutpower): Rename it to calc-powerexpand.
8122
8123 * calc-ext.el: Change calcFunc-writeoutpower and
8124 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
8125 autoloads.
8126 Add calcFunc-ldiv to autoloads.
8127
8128 * calc-arith.el (calcFunc-ldiv): New function.
8129
8130 * calc.el (calc-left-divide): New function.
8131
8132 2005-11-14 Juri Linkov <juri@jurta.org>
8133
8134 * cus-edit.el (custom-variable-prompt): Set the default value arg
8135 of completing-read.
8136
8137 * cus-dep.el (custom-make-dependencies): Reverse the list of
8138 found dependencies.
8139
8140 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
8141
8142 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
8143 Highlighting" entry, it is on by default now.
8144 (menu-bar-options-save): Do not save global-font-lock-mode.
8145
8146 2005-11-13 Richard M. Stallman <rms@gnu.org>
8147
8148 * textmodes/flyspell.el (flyspell-large-region):
8149 Call flyspell-accept-buffer-local-defs.
8150
8151 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
8152
8153 * textmodes/flyspell.el (flyspell-notify-misspell):
8154 Fix misspelling of "Misspelling".
8155 (flyspell-process-localwords): New function.
8156 (flyspell-large-region): Call flyspell-process-localwords and
8157 flyspell-delete-region-overlays.
8158 (flyspell-delete-region-overlays): New function.
8159 (flyspell-delete-all-overlays): Call that.
8160
8161 2005-11-13 Richard M. Stallman <rms@gnu.org>
8162
8163 * help.el (help-for-help-internal): Improve doc of C-h a.
8164 (describe-key): Improve prompt; doc fix.
8165
8166 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8167
8168 * vc-svn.el (vc-svn-registered): Catch all errors.
8169
8170 * cus-dep.el (custom-make-dependencies): Typo.
8171
8172 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
8173
8174 * net/tramp-util.el (top): Fix compilation warning.
8175
8176 2005-11-13 Kim F. Storm <storm@cua.dk>
8177
8178 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
8179
8180 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
8181
8182 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
8183 (gud-speedbar-buttons): Match on "const char *" too.
8184
8185 * progmodes/gdb-ui.el (gdb-var-create-handler)
8186 (gdb-var-list-children-handler): Match on "const char *" too.
8187 (gdb-var-evaluate-expression-handler): Match on empty string.
8188 (gdb-var-update-handler): Only call
8189 gdb-var-evaluate-expression-handler when required.
8190
8191 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
8192
8193 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
8194 selected window. This still doesn't work for speedbar.
8195 (gud-speedbar-buttons): Handle string expressions properly.
8196
8197 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
8198 (gdb-var-create-handler): Handle string expressions properly.
8199 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
8200 Handle string expressions properly. Move "type" field into regexp.
8201
8202 2005-11-12 Karl Fogel <kfogel@red-bean.com>
8203
8204 * bookmark.el (bookmark-maybe-message): New function to reduce
8205 code duplication: invokes `message' iff baud-rate is high enough.
8206 (bookmark-write-file): Use above instead of an inline conditional.
8207 (bookmark-load): Same.
8208
8209 2005-11-12 Karl Fogel <kfogel@red-bean.com>
8210
8211 * bookmark.el (bookmark-write-file): Don't visit the destination
8212 file, just write the data to it using write-region. This is
8213 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
8214 change to avoid visiting the file in the first place.
8215
8216 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
8217
8218 * hi-lock.el (hi-lock-mode): Set the default value of
8219 font-lock-defaults.
8220
8221 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
8222
8223 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
8224 arg to `file-attributes'.
8225 (find-lisp-format): The UID and GID can now be strings.
8226
8227 2005-11-12 Kim F. Storm <storm@cua.dk>
8228
8229 * help.el (help-map): Bind C-h d to apropos-documentation.
8230
8231 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
8232 when point is at end-of-buffer.
8233
8234 * apropos.el (apropos-match-face): Doc fix.
8235 (apropos-sort-by-scores): Add new choice `verbose'.
8236 (apropos-documentation-sort-by-scores): New defcustom.
8237 (apropos-pattern): Now contains the pattern entered by the user.
8238 (apropos-pattern-quoted): New defvar.
8239 (apropos-regexp): New defvar, containing the regexp corresponding
8240 to apropos-pattern.
8241 (apropos-all-words-regexp): Rename from apropos-all-regexp.
8242 (apropos-read-pattern): New defun. Use it to read pattern arg in
8243 interactive calls; returns list of words for a word list, and
8244 string for a regexp.
8245 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
8246 parses a list of words or regexp as returned by apropos-read-pattern.
8247 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
8248 (apropos-score-doc): Return a very high score if the string
8249 entered by the user matches literally.
8250 (apropos-variable): Doc fix. Use apropos-read-pattern.
8251 (apropos-command): Doc fix. Use apropos-read-pattern and
8252 apropos-parse-pattern. Call apropos-print with nosubst=t.
8253 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
8254 apropos-parse-pattern.
8255 (apropos-documentation): Doc fix. Use apropos-read-pattern and
8256 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
8257 apropos-documentation-sort-by-scores. Call apropos-print with
8258 nosubst=t.
8259 (apropos-documentation-internal): Pass doc string through
8260 substitute-key-definition before adding text properties.
8261 Highlight substring matching literal user input if possible.
8262 (apropos-documentation-check-doc-file): Remove locals beg and end.
8263 Fix calculation of score (as added twice). Pass doc string through
8264 substitute-key-definition before adding text properties.
8265 (apropos-documentation-check-elc-file): Pass doc string through
8266 substitute-key-definition before adding text properties.
8267 Highlight substring matching literal user input if possible.
8268 (apropos-print): Add new arg NOSUBST; if set, command and variable
8269 doc strings have already been passed through substitute-key-definition.
8270 Add code to handle apropos-accumulator items without score element
8271 for backwards compatibility (e.g. with woman package).
8272 Only show scores if apropos-sort-by-scores is `verbose'.
8273
8274 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8275
8276 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
8277 Add jka-compr-load-suffixes to load-suffixes.
8278
8279 * jka-compr.el: Require jka-cmpr-hook.
8280 (jka-compr-info-compress-message, jka-compr-info-compress-program)
8281 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
8282 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
8283 (jka-compr-info-can-append, jka-compr-info-strip-extension)
8284 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
8285 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
8286 (jka-compr-uninstall): Remove entries from
8287 jka-compr-added-to-file-coding-system-alist after they are used.
8288 (jka-compr-error): Remove unused var `curbuf'.
8289 (jka-compr-file-local-copy): Remove unused var `notfound'.
8290
8291 2005-11-10 Romain Francoise <romain@orebokech.com>
8292
8293 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
8294
8295 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
8296
8297 * progmodes/gud.el (gud-menu-map): Move parentheses.
8298 (gdb): New command gud-pv.
8299
8300 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8301
8302 * tar-mode.el: Remove spurious or unnecessary leading stars
8303 in docstrings.
8304 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
8305 (tar-parse-octal-integer-safe): Use mapc.
8306 (tar-header-block-summarize): Remove unused var `ck'.
8307 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
8308 cleared before. Obey default-enable-multibyte-characters.
8309 Use mapconcat. Simplify setting of tar-header-offset.
8310 (tar-mode-map): Move initialization inside delcaration.
8311 (tar-flag-deleted): Use `abs'.
8312 (tar-expunge-internal): Remove unused var `line'.
8313 (tar-expunge-internal): Don't hardcode point-min==1.
8314 (tar-expunge): Widen while doing set-buffer-multibyte.
8315 (tar-rename-entry): Use file-name-coding-system.
8316 (tar-alter-one-field): Don't hardcode point-min==1.
8317 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
8318 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
8319
8320 2005-11-10 Masatake YAMATO <jet@gyve.org>
8321
8322 * add-log.el (add-log-current-defun): Handle class::method
8323 notation of c++. Fix incorrect comment.
8324
8325 2005-11-10 Alan Mackenzie <acm@muc.de>
8326
8327 * help-fns.el (describe-variable): Make C-h v work when a variable
8328 has variable documentation yet is unbound.
8329
8330 2005-11-10 Masatake YAMATO <jet@gyve.org>
8331
8332 * man.el (Man-highlight-references): Set an empty
8333 string to `Man-arguments' if it is nil.
8334 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
8335
8336 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8337
8338 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
8339 commenting conventions.
8340
8341 * cus-dep.el (custom-make-dependencies): Simplify.
8342 Better follow the commenting conventions.
8343
8344 2005-11-09 Richard M. Stallman <rms@gnu.org>
8345
8346 * apropos.el (apropos-pattern): Rename from apropos-regexp.
8347 (apropos-orig-pattern): Rename from apropos-orig-regexp.
8348 All uses changed.
8349 (apropos-rewrite-regexp): Doc fix.
8350 (apropos-variable, apropos-command, apropos, apropos-value):
8351 Change prompt; carry through the argument renaming.
8352
8353 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
8354
8355 * find-lisp.el: Require dired.
8356 (find-lisp-find-dired-internal): Do not call
8357 `abbreviate-file-name' on DIR.
8358
8359 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
8360
8361 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
8362
8363 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
8364
8365 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
8366 when using the speedbar.
8367 (gdb): New command gud-pp.
8368 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
8369
8370 2005-11-09 Juri Linkov <juri@jurta.org>
8371
8372 * replace.el (occur-excluded-properties): New defcustom.
8373 (occur-1, occur-engine, occur-accumulate-lines): Use it.
8374
8375 2005-11-08 Jay Belanger <belanger@truman.edu>
8376
8377 * calc/calc-units.el (math-convert-units): Replace any composite
8378 unit by its definition.
8379
8380 2005-11-08 Lars Hansen <larsh@soem.dk>
8381
8382 * emacs-lisp/autoload.el (update-directory-autoloads):
8383 Add obsolete function alias.
8384
8385 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8386
8387 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8388 comment-indent-function.
8389 (lisp-comment-indent): Replace by an alias for comment-indent-default.
8390
8391 * reveal.el (reveal-post-command): Rework the handling of
8392 reveal-open-spots, so as to be more reliable. There were several
8393 tricky corner cases where an open spot might be lost, or where
8394 a closed spot might end up on the list of open spots.
8395 Only reveal text that's ellipsised.
8396
8397 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
8398
8399 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
8400
8401 2005-11-07 John Paul Wallington <jpw@gnu.org>
8402
8403 * ibuffer.el (ibuffer): Search iconified frames too when
8404 getting Ibuffer buffer's window.
8405
8406 2005-11-06 Richard M. Stallman <rms@gnu.org>
8407
8408 * progmodes/compile.el (compilation-internal-error-properties):
8409 save-excursion around the computation of MARKER.
8410
8411 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
8412
8413 * textmodes/flyspell.el (flyspell-external-point-words):
8414 flyspell-get-word returns a list, not just a string.
8415
8416 2005-11-06 John Paul Wallington <jpw@pobox.com>
8417
8418 * ibuffer.el (ibuffer): Search all visible frames when getting
8419 Ibuffer buffer's window.
8420
8421 2005-11-07 Masatake YAMATO <jet@gyve.org>
8422
8423 * man.el (Man-reference-regexp): Accept spaces between
8424 `Man-name-regexp' and `Man-section-regexp'.
8425 (Man-apropos-regexp): New variable.
8426 (Man-abstract-xref-man-page): Use value for `Man-target-string'
8427 if available.
8428 (Man-highlight-references, Man-highlight-references0):
8429 Handle the case when `Man-arguments' includes "-k".
8430 (Man-highlight-references0): Rename the argument `TARGET-POS' to
8431 `TARGET'. `TARGET' can be a number, function or nil.
8432
8433 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
8434
8435 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
8436 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
8437 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
8438 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
8439 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
8440 (gdb-send-item): Use buffer-local-value and simplify.
8441
8442 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
8443
8444 * startup.el (command-line): Use `custom-reevaluate-setting' for
8445 `global-font-lock-mode'.
8446
8447 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
8448 by default, except in batch mode or when the -D option is given.
8449
8450 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
8451 specified keyword args on to `define-minor-mode'. Update docstring.
8452
8453 2005-11-05 Romain Francoise <romain@orebokech.com>
8454
8455 * replace.el (occur-engine): Add marker at end of line, too.
8456
8457 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8458
8459 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8460 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8461 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8462 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8463 argument to all these routines, so the passphrase can be managed
8464 externally and passed in to the system.
8465 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8466 pgg-add-passphrase-to-cache function.
8467
8468 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8469 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8470 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8471 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8472 argument to all these routines, so the passphrase can be managed
8473 externally and passed in to the system.
8474 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8475 function.
8476
8477 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8478
8479 * font-lock.el: Don't deal with font-lock-face-attributes here,
8480 move the code ...
8481
8482 * startup.el (command-line): ... here. Use face-spec-set instead
8483 of custom-declare-face.
8484
8485 * faces.el (face-spec-set): Reset the face if spec is not nil.
8486
8487 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8488
8489 * newcomment.el (comment-region-internal): Box more tightly in the
8490 common case where there's no TAB in the boxed text.
8491
8492 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8493
8494 * info.el (info-tool-bar-map): Use images prev-node, next-node and
8495 up-node.
8496
8497 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8498
8499 * newsticker.el: Commentary updated. Code formatting changed.
8500 (newsticker-version): Change to "1.9".
8501 (newsticker, newsticker-feed): Doc fix.
8502 (newsticker-url-list): Doc fix. Add option "Weekly".
8503 (newsticker-retrieval-interval): Add option "Weekly".
8504 (newsticker-headline-processing): Doc fix.
8505 (newsticker-auto-mark-filter): Remove.
8506 (newsticker-auto-mark-filter-list): New.
8507 (newsticker-layout, newsticker-sort-method): Doc fix.
8508 (newsticker-hide-old-items-in-newsticker-buffer)
8509 (newsticker-heading-format, newsticker-item-format)
8510 (newsticker-desc-format): Doc fix.
8511 (newsticker-show-all-rss-elements): Remove.
8512 (newsticker-show-all-news-elements): New.
8513 (newsticker-faces, newsticker-ticker): Doc fix.
8514 (remove-from-invisibility-spec): Code formatting.
8515 (newsticker--process-ids): New.
8516 (newsticker-mode): Doc fix.
8517 (newsticker-mode): Change mode-line-format.
8518 (newsticker-start): Remove debug output.
8519 (newsticker-start-ticker): Doc fix. Add autoload cookie.
8520 (newsticker-w3m-show-inline-images): Code formatting.
8521 (newsticker-next-item): Call `force-mode-line-update'.
8522 (newsticker-previous-item): Call `force-mode-line-update'.
8523 (newsticker-next-feed): Call `force-mode-line-update'.
8524 (newsticker-previous-feed): Call `force-mode-line-update'.
8525 (newsticker-mark-all-items-at-point-as-read): Code formatting.
8526 (newsticker-show-old-items): Do not show descs.
8527 (newsticker-hide-entry): Hide too much.
8528 (newsticker-hide-entry, newsticker-show-entry)
8529 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8530 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8531 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8532 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8533 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8534 (newsticker-get-news): Call `force-mode-line-update'.
8535 Collect process ids.
8536 (newsticker--sentinel): Change coding system handling.
8537 Move image retrieval to new functions newsticker--get-logo-url-*.
8538 Move feed parsing to new functions newsticker--parse-*.
8539 Update list of process ids.
8540 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8541 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8542 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8543 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8544 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8545 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8546 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8547 (newsticker--decode-coding-string): Remove.
8548 (newsticker--decode-numeric-entities): Check input. Format code.
8549 (newsticker--remove-whitespace): Check input.
8550 (newsticker--do-forget-preformatted): Doc fix.
8551 (newsticker--decode-rfc822-date): Allow for missing time.
8552 (newsticker--update-process-ids): New.
8553 (newsticker--image-sentinel): Change comment.
8554 (newsticker--image-read): Change error message.
8555 (newsticker--imenu-goto): Doc fix. Show headline title.
8556 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8557 (newsticker--buffer-do-insert-text): Clean whitespace in
8558 html-rendered headline title. Code formatting.
8559 Call `newsticker--buffer-print-extra-elements'.
8560 (newsticker--buffer-print-extra-element): Remove.
8561 (newsticker--buffer-print-extra-elements): New.
8562 (newsticker--buffer-do-print-extra-element): New.
8563 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8564 large sizes.
8565 (newsticker--run-auto-mark-filter)
8566 (newsticker--do-run-auto-mark-filter):
8567 Use `newsticker-auto-mark-filter-list'.
8568
8569 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8570
8571 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8572 (rcirc-print): Force redisplay before running hooks. Do long
8573 buffer truncation after making new text read-only. Deal with nil
8574 text when decoding strings. If TARGET is nil, use either the
8575 currently selected buffer, if it is an rcirc buffer and of the
8576 same process or the process buffer.
8577 (rcirc-mode): Remove header-line. Recompute short buffer names.
8578 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8579 (rcirc-short-buffer-name): Add variable.
8580 (rcirc-kill-buffer-hook): Recompute short buffer names.
8581 Remove nick from private channel.
8582 (rcirc-send-input): Send command text to current-buffer.
8583 Don't clear overlay arrow here.
8584 (rcirc-short-buffer-name): Return a short buffer name.
8585 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8586 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8587 buffer-name abbreviations.
8588 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8589 Do not touch nick-table when killing a parted channel.
8590 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8591 Clear arrow from current buffer if it is now hidden.
8592 (rcirc-current-buffer): Add variable.
8593 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8594 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8595 Remove -face from names.
8596 (rcirc-update-activity-string): Print "DND" when globally ignoring
8597 activity.
8598 (rcirc-ignore-buffer-activity-flag): Rename from
8599 rcirc-ignore-channel-activity.
8600 (rcirc-ignore-all-activity-flag): Doc fix.
8601 (rcirc-channels): Remove variable.
8602 (rcirc-kill-buffer-hook):
8603 (rcirc-get-buffer-create): Add nick to private channel.
8604 (rcirc-multiline-edit-submit): Remove tabs.
8605 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8606 folded.
8607 (rcirc-remove-nick-channel): Bug fix.
8608 (rcirc-toggle-ignore-buffer-activity): Rename from
8609 rcirc-toggle-ignore-channel-activity.
8610 (rcirc-record-activity): Add buffers to the front of the list.
8611 (rcirc-update-activity): Remove killed buffers from list.
8612 (rcirc-process-server-response-1): Remove last argument if it is
8613 null before calling handler.
8614 (rcirc): Add "rcirc" defcustom prefix.
8615 (rcirc-prompt): Simplify default prompt.
8616 Use custom-initialize-default.
8617 (rcirc-private-chats): Remove variable.
8618 (rcirc-prompt): Change initialization.
8619 (rcirc-version): Remove function.
8620 (rcirc-id-string): Add constant.
8621 (rcirc-last-buffer): Remove variable.
8622 (rcirc-buffer-alist): Add variable.
8623 (rcirc-connect): Update variable setup.
8624 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8625 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8626 default.
8627 (rcirc-handler-generic): Trigger activity.
8628 (rcirc-send-message): Create the buffor of the target.
8629 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8630 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8631 (rcirc-multiline-edit-cancel): Remove function.
8632 (rcirc-set-last-buffer): Remove function.
8633 (rcirc-get-any-buffer): Add function.
8634 (rcirc-join-channels): Don't print /join text.
8635 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8636 messages.
8637 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8638 (rcirc-handler-NOTICE): Recognize CTCP responses.
8639 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8640 constructing TOPIC string for buffers we are not JOINed.
8641 (rcirc-handler-CTCP-response): Add handler.
8642 (rcirc-multiline-edit-submit): Restore the window-configuration
8643 before adjusting point.
8644 (rcirc): Add customization group.
8645 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8646 (rcirc-user-full-name, rcirc-startup-channels-alist)
8647 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8648 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8649 (rcirc-input-ring-size, rcirc-read-only-flag)
8650 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8651 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8652 Change defvar to defcustom.
8653 (rcirc-update-prompt): Add optional ALL arg, which will update
8654 prompts in all rcirc buffers. Regexp quote replacement text.
8655 (rcirc-fill-column): Accept frame-width as a value.
8656 (rcirc-set-changed): Add function.
8657 (rcirc-next-active-buffer): Write more meaningful messages.
8658 (rcirc-faces): Add customization group.
8659 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8660 (rcirc-nick-in-message-face, rcirc-prompt-face)
8661 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8662 (with-rcirc-process-buffer): Move before first usage.
8663 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8664 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8665 (rcirc-debug): Rename from `rcirc-log'.
8666 (rcirc-format-response-string): Do not print `-' chars for a
8667 NOTICE with no sender. Simplify output of server responses.
8668
8669 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8670
8671 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8672 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8673 Make urls mouse and RET clickable.
8674
8675 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8676
8677 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8678
8679 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8680
8681 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8682 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8683 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8684 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8685 argument to all these routines, so the passphrase can be managed
8686 externally and passed in to the system.
8687 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8688 pgg-add-passphrase-to-cache function.
8689
8690 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8691 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8692 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8693 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8694 argument to all these routines, so the passphrase can be managed
8695 externally and passed in to the system.
8696 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8697 function.
8698
8699 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8700
8701 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8702 from goto-address-url-regexp.
8703
8704 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8705
8706 * textmodes/org.el (org-read-date, org-goto-calendar)
8707 (org-recenter-calendar, org-agenda-goto-calendar):
8708 Temporarily clear `calendar-move-hook'.
8709
8710 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8711
8712 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8713 merging.
8714
8715 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8716 have merge clashes.
8717
8718 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8719
8720 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8721 Undo previous change.
8722
8723 * startup.el (command-line): Use `custom-reevaluate-setting' for
8724 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8725 tty-register-default-colors on Mac.
8726
8727 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8728
8729 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8730 (gdb-buffer-type): Make it automatically buffer local...
8731 (gdb-get-create-buffer): ...and set it accordingly.
8732 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8733 actually work.
8734
8735 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8736
8737 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8738 not red.
8739
8740 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8741
8742 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8743 case GUD buffer is not visible.
8744 (gdb-goto-breakpoint): Try to force display in source buffer.
8745 (gdb-frame-gdb-buffer): Copy other similar functions.
8746 (gdb-restore-windows): Don't display source if not asked for.
8747 (gdb-assembler-buffer-name): Don't capitalise.
8748
8749 2005-11-03 Richard M. Stallman <rms@gnu.org>
8750
8751 * wid-edit.el (key-sequence): New widget type.
8752
8753 * simple.el (set-mark-command-repeat-pop): New variable.
8754 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8755 if set-mark-command-repeat-pop is true.
8756
8757 * info.el (Info-fontify-node): Don't display extra "see" if there
8758 already is one here.
8759
8760 * mouse.el: Fix special handling of DEL after dragging a region:
8761 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8762 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8763
8764 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8765
8766 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8767 not to assume it pertains to an affix.
8768
8769 * textmodes/flyspell.el (flyspell-post-command-hook):
8770 Bind deactivate-mark to prevent deactivation.
8771
8772 2005-11-03 Lars Hansen <larsh@soem.dk>
8773
8774 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8775 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8776 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8777
8778 2005-11-03 Romain Francoise <romain@orebokech.com>
8779
8780 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8781 Update copyright years.
8782
8783 2005-11-03 Sam Steingold <sds@gnu.org>
8784
8785 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8786 Use system-type instead of window-system because window-system is not
8787 correctly defined during loadup.
8788
8789 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8790
8791 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8792 (xml-parse-tag): Join strings separated by a comment properly.
8793
8794 2005-11-02 Andreas Schwab <schwab@suse.de>
8795
8796 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8797
8798 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8799
8800 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8801 (byte-optimize-pure-func): Quote the eval'd value.
8802
8803 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8804 Rename from perl-font-lock-syntactic-face-function.
8805 Change the calling convention so it can be used as a font-lock MATCHER.
8806 Do the parse-partial-sexp loop outselves.
8807 (perl-font-lock-syntactic-keywords): Use it.
8808 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8809
8810 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8811
8812 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8813 disassembly buffer too.
8814 (gdb-exited): Remove overlay arrows when execution has finished.
8815 (gdb-info-frames-custom, gdb-info-threads-custom)
8816 (gdb-info-registers-custom): Don't add inappropriate text
8817 properties if inferior is not active.
8818
8819 2005-11-02 Glenn Morris <rgm@gnu.org>
8820
8821 * progmodes/fortran.el (fortran-blink-match):
8822 Use `blink-matching-delay'.
8823
8824 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8825
8826 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8827
8828 2005-11-02 Lars Hansen <larsh@soem.dk>
8829
8830 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8831 "Permission denied".
8832
8833 2005-11-01 Richard M. Stallman <rms@gnu.org>
8834
8835 * textmodes/flyspell.el (flyspell-external-point-words):
8836 Pass nil to flyspell-get-word.
8837
8838 2005-11-02 Kim F. Storm <storm@cua.dk>
8839
8840 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8841 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8842
8843 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8844
8845 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8846 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8847 (calendar-mouse-print-dates): Add optional `event' argument.
8848 Update interactive-spec.
8849 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8850 Use `calendar-event-to-date' instead of `event'.
8851
8852 2005-11-02 Masatake YAMATO <jet@gyve.org>
8853
8854 * progmodes/ld-script.el (ld-script-builtins):
8855 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8856 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8857 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8858
8859 2005-11-01 Romain Francoise <romain@orebokech.com>
8860
8861 * vc-sccs.el: Update copyright year.
8862 * ezimage.el: Likewise.
8863
8864 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8865
8866 * info.el (Info-fontify-node): Use `string-width' for fontifying
8867 underlined titles.
8868
8869 2005-11-01 Juri Linkov <juri@jurta.org>
8870
8871 * info.el (Info-fontify-node): Downcase node header keywords Node,
8872 Prev, Next, Up before comparison.
8873 (Info-history): Insert absolute directory name, and put invisible
8874 property on it.
8875
8876 2005-11-01 Juri Linkov <juri@jurta.org>
8877
8878 * info.el (Info-file-supports-index-cookies): New variable.
8879 (Info-find-node-2): Check makeinfo version for index cookie support.
8880 (Info-index-nodes): Search for nodes with index cookies only when
8881 Info-file-supports-index-cookies is t. Otherwise, search nodes
8882 with "Index" in the node name.
8883 (Info-index-node): Search index cookie in the current node only when
8884 Info-file-supports-index-cookies is t. Otherwise, check the word
8885 "Index" in the node name.
8886 (Info-find-emacs-command-nodes): Remove code that searches nodes
8887 with "Index" node name in the top menu.
8888
8889 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8890
8891 * progmodes/scheme.el (scheme-mode-variables): Use the default
8892 comment-indent-function.
8893
8894 * faces.el (face-attribute): Handle the case where a face inherits from
8895 a non-existent face.
8896
8897 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8898 for octal and hexa output, and merge the char into the paren.
8899 (kill-new): Use push.
8900 (copy-to-buffer): Use with-current-buffer.
8901 (completion-setup-function): Move code in loop to remove redundancy.
8902 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8903 those inherited from minibuffer-local-completion-map.
8904
8905 * savehist.el (savehist-mode) <defcustom>:
8906 Use custom-set-minor-mode if available.
8907 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8908 and emit a message if applicable.
8909
8910 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8911
8912 * savehist.el: Sync up to version 19.
8913 (savehist-mode): New minor mode.
8914 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8915 (savehist-length): Remove (use history-length instead).
8916 (savehist-file-modes): Rename from savehist-modes.
8917 (savehist-save-hook, savehist-loaded): New vars.
8918 (savehist-load): Use savehist-mode. Try to smooth up transition from
8919 old format to new format.
8920 (savehist-install): Allow savehist-autosave-interval to be nil.
8921 (savehist-save): Run the new hook. Be more careful to only trim the
8922 history variables.
8923 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8924 (savehist-printable): Print into a buffer rather than char-by-char.
8925
8926 2005-11-01 John Wiegley <johnw@newartisans.com>
8927
8928 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8929 toggle-ignore keybinding (C-a). The author said it had been
8930 disabled much earlier due to a possible incompatibility, but after
8931 many months of usage I have encountered no problems (and it is a
8932 rather useful option, especially for switching to " *temp*").
8933
8934 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8935 support for OS/X's AddressBook, by calling out to the open source
8936 program "contacts" (installable through Fink).
8937
8938 * net/eudc.el (eudc-expand-inline): If the
8939 `eudc-multiple-match-handling-method' is set to `all', delete the
8940 query string before inserting the query result.
8941
8942 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8943 flag, to prevent Eshell from using the system ls when
8944 `eshell-ls-insert-directory' is in used.
8945 (eshell-ls-insert-directory): Disable font-lock in directory
8946 buffer so that Eshell's own fontification is seen. This broke
8947 recently due to changes in font-lock, so this goes back to version
8948 21 behavior.
8949
8950 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8951
8952 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8953 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8954 (gdb-many-windows): Doc fix.
8955
8956 2005-10-31 Romain Francoise <romain@orebokech.com>
8957
8958 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8959
8960 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8961
8962 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8963 that global-font-lock-mode can be enabled by default.
8964
8965 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8966 (font-lock-add-keywords, font-lock-remove-keywords)
8967 (font-lock-fontify-buffer): Remove autoload cookies.
8968
8969 * jit-lock.el (jit-lock-register): Likewise.
8970
8971 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8972
8973 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8974
8975 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8976 intact if there is no gud-comint-buffer.
8977
8978 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8979
8980 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8981 old prompt comint-prompt-read-only is t and GDB commands are
8982 issued from tool bar etc.
8983
8984 2005-10-31 Masatake YAMATO <jet@gyve.org>
8985
8986 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8987
8988 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8989
8990 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8991 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8992
8993 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8994
8995 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8996 starting at beginning of line. Fontification is messed up when
8997 `open-paren-in-column-0-is-defun-start' set to t.
8998 Reported by John Paul Wallington <jpw@pobox.com>.
8999
9000 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
9001
9002 * comint.el (comint-send-input): Call `comint-update-fence' when
9003 `comint-process-echoes' and `comint-prompt-read-only' are both
9004 non-nil, to avoid leftover read-only newline.
9005
9006 2005-10-30 Richard M. Stallman <rms@gnu.org>
9007
9008 * textmodes/flyspell.el (flyspell-external-point-words):
9009 Detect when WORD can't be checked properly because
9010 flyspell-get-word finds just part of it, and move on.
9011
9012 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
9013 boundarychar for Polish.
9014 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
9015 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
9016
9017 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
9018
9019 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
9020 (gdb-registers-font-lock-keywords): Delete.
9021 (gdb-registers-mode): Don't fontify.
9022 (gdb-info-registers-custom): Use text properties instead as, in
9023 future, changed register values will use font-lock-warning-face.
9024 (gdb-local-font-lock-keywords): Rename to...
9025 (gdb-locals-font-lock-keywords): ...for consistency.
9026
9027 2005-10-30 Andre Spiegel <spiegel@gnu.org>
9028
9029 * vc.el (vc-switch-backend): Better error message if the buffer is
9030 not visiting a file under version control.
9031
9032 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
9033
9034 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
9035
9036 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
9037 ~/.emacs.d/.emacs.
9038
9039 2005-10-29 Richard M. Stallman <rms@gnu.org>
9040
9041 * replace.el (occur-mode-mouse-goto): Always go to other window.
9042 (occur-mode-goto-occurrence): Always switch in same window.
9043
9044 * simple.el (undo): Display message at end, not at start.
9045
9046 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
9047 New arg REUSE-CELL.
9048 (cancel-timer-internal): New function.
9049 (timer-event-handler): Use cancel-timer-internal,
9050 and pass the cell it returns to timer-activate...
9051
9052 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
9053 (jit-lock-deferred-fontify, jit-lock-context-fontify)
9054 (jit-lock-after-change): Test memory-full.
9055
9056 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
9057
9058 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9059 part of the decoded armor to find the key-identifier.
9060 (pgg-gpg-lookup-key-owner): New function to return the
9061 human-readable identifier of a key owner.
9062 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
9063 key itself.
9064 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9065 the key value) if we have a key and can match it against a secret
9066 key. Also, added a note pointing out fact that the prompt only
9067 indicates the first matching key.
9068
9069 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
9070 pgg-decrypt-region.
9071 (pgg-pending-timers): A new hash for tracking the passphrase cache
9072 timers, so that new ones supercede old ones.
9073 (pgg-add-passphrase-to-cache): Rename from
9074 `pgg-add-passphrase-cache' to reduce confusion (all callers
9075 changed). Modified to cancel old timers when new ones are added.
9076 (pgg-remove-passphrase-from-cache): Rename from
9077 `pgg-remove-passphrase-cache' to reduce confusion (all callers
9078 changed). Modified to cancel old timers when their keys are
9079 removed from the cache.
9080 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
9081 XEmacs, an indirection to delete-itimer.
9082 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
9083 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
9084 users can only check cache without risk of prompting. Correct bug in
9085 notruncate behavior.
9086 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
9087 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
9088 Add informative docstrings.
9089 (pgg-decrypt): Convey provided passphrase in subordinate call to
9090 pgg-decrypt-region.
9091
9092 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9093 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9094 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9095 `passphrase' argument, so the passphrase can be managed externally
9096 and then passed in to the system.
9097
9098 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9099 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
9100 so the passphrase cache can be used reliably with identifiers
9101 besides a pgp packet's key id.
9102
9103 * pgg-gpg.el (pgg-pgp-encrypt-region)
9104 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9105 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9106 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9107 argument to all these routines, so the passphrase can be managed
9108 externally and passed in to the system.
9109
9110 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9111 `notruncate' argument, so the passphrase cache can be used
9112 reliably with identifiers besides a pgp packet's key id.
9113
9114 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
9115
9116 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9117 symmetric encryption.
9118 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9119 encrypted session key.
9120 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9121 message ask for the passphrase in a proper way.
9122
9123 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9124 New user commands for symmetric encryption.
9125
9126 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
9127
9128 * textmodes/conf-mode.el (conf-assignment-sign)
9129 (conf-assignment-regexp): Fix docstrings.
9130 (conf-mode-initialize): New function.
9131 (conf-mode): Remove optional args. Use delay-mode-hooks to
9132 recognize recursive calls.
9133 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
9134 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
9135 (conf-xdefaults-mode): Use define-derived-mode and
9136 conf-mode-initialize.
9137
9138 2005-10-29 Romain Francoise <romain@orebokech.com>
9139
9140 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
9141
9142 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
9143
9144 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9145 part of the decoded armor to find the key-identifier.
9146 (pgg-gpg-lookup-key-owner): New function to return the
9147 human-readable identifier of a key owner.
9148 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
9149 key itself.
9150 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9151 the key value) if we have a key and can match it against a secret
9152 key. Also, added a note pointing out fact that the prompt only
9153 indicates the first matching key.
9154
9155 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
9156 pgg-decrypt-region.
9157 (pgg-pending-timers): A new hash for tracking the passphrase cache
9158 timers, so that new ones supercede old ones.
9159 (pgg-add-passphrase-to-cache): Rename from
9160 `pgg-add-passphrase-cache' to reduce confusion (all callers
9161 changed). Modified to cancel old timers when new ones are added.
9162 (pgg-remove-passphrase-from-cache): Rename from
9163 `pgg-remove-passphrase-cache' to reduce confusion (all callers
9164 changed). Modified to cancel old timers when their keys are
9165 removed from the cache.
9166 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
9167 XEmacs, an indirection to delete-itimer.
9168 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
9169 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
9170 users can only check cache without risk of prompting. Correct bug in
9171 notruncate behavior.
9172 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
9173 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
9174 Add informative docstrings.
9175 (pgg-decrypt): Convey provided passphrase in subordinate call to
9176 pgg-decrypt-region.
9177
9178 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
9179
9180 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9181 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9182 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9183 `passphrase' argument, so the passphrase can be managed externally
9184 and then passed in to the system.
9185
9186 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9187 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
9188 so the passphrase cache can be used reliably with identifiers
9189 besides a pgp packet's key id.
9190
9191 * pgg-gpg.el (pgg-pgp-encrypt-region)
9192 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9193 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9194 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9195 argument to all these routines, so the passphrase can be managed
9196 externally and passed in to the system.
9197
9198 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9199 `notruncate' argument, so the passphrase cache can be used
9200 reliably with identifiers besides a pgp packet's key id.
9201
9202 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
9203
9204 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9205 symmetric encryption.
9206 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9207 encrypted session key.
9208 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9209 message ask for the passphrase in a proper way.
9210
9211 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9212 New user commands for symmetric encryption.
9213
9214 2005-10-28 Bill Wohler <wohler@newt.com>
9215
9216 * help-mode.el (help-url): New button type. Calls browse-url.
9217 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
9218 Similar to Info nodes: URL `url'.
9219 (help-make-xrefs): Create help-url buttons for
9220 help-xref-url-regexp matches.
9221
9222 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
9223
9224 * tool-bar.el (tool-bar-add-item-from-menu)
9225 (tool-bar-local-item-from-menu): Fix doc strings.
9226
9227 2005-10-28 Romain Francoise <romain@orebokech.com>
9228
9229 * ldefs-boot.el: Update.
9230
9231 * subr.el (locate-library): Move from help-fns.el.
9232 * help-fns.el (locate-library): Move to subr.el.
9233
9234 2005-10-28 Richard M. Stallman <rms@gnu.org>
9235
9236 * net/tramp.el (tramp-completion-mode): defvar moved up.
9237
9238 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
9239
9240 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
9241
9242 * files.el (find-file-noselect): Use %d to format large file size.
9243
9244 * bindings.el (mode-line-format): Add %e.
9245
9246 * loadup.el ("facemenu"): Load unconditionally.
9247 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
9248 ("x-dnd"): Load, when appropriate.
9249
9250 * startup.el (command-line): Call before-init-hook earlier.
9251 Warn about some bad characters in -u user name.
9252
9253 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
9254 (flyspell-external-point-words): Error if misspelled word is not found.
9255 Set flyspell-large-region-beg at end of word.
9256
9257 2005-10-28 Andreas Schwab <schwab@suse.de>
9258
9259 * view.el (View-revert-buffer-scroll-page-forward):
9260 Use view-page-size-default.
9261
9262 2005-10-28 Juri Linkov <juri@jurta.org>
9263
9264 * international/quail.el (quail-get-current-str): Translate last
9265 raw character for deterministic input methods.
9266
9267 2005-10-27 Jay Belanger <belanger@truman.edu>
9268
9269 * calc/calc-ext.el: Add functions to autoloads.
9270 (math-identity-matrix-p, math-ident-row-p): New functions.
9271
9272 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
9273 multiplication by an identity matrix; don't turn multiplication by
9274 an inverse matrix into division.
9275 (math-div-symbol-fancy): Replace division by matrices with
9276 multiplication by inverse.
9277
9278 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
9279
9280 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
9281 (calc-writeoutpower): New functions.
9282
9283 2005-10-27 Romain Francoise <romain@orebokech.com>
9284
9285 * replace.el (occur-engine): Include colon in mouse-face highlight.
9286
9287 * dired-x.el: Change Maintainer field.
9288
9289 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
9290
9291 * longlines.el (longlines-mode): Bind after-change-functions to
9292 nil during initial decoding and final encoding.
9293
9294 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
9295
9296 * term.el (term-emulate-terminal, term-handle-colors-array)
9297 (term-handle-ansi-escape): Specify the terminfo capabilities
9298 implemented.
9299
9300 2005-10-26 Richard M. Stallman <rms@gnu.org>
9301
9302 * info.el (Info-fontify-node): Fix detection of sentence-break
9303 before *Note.
9304
9305 2005-10-26 Romain Francoise <romain@orebokech.com>
9306
9307 * smerge-mode.el: Add `tools' to file keywords.
9308
9309 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
9310
9311 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
9312 when the fringe is not available.
9313
9314 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
9315 (def-gdb-auto-update-trigger): Simplify construction.
9316 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
9317 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
9318 defined explicitly.
9319 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
9320 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
9321 defined explicitly.
9322 (gdb-info-locals-custom): Remove as it's a no-op.
9323
9324 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
9325
9326 * longlines.el (longlines-mode): Remove narrowing before
9327 performing the initial decoding or final encoding.
9328
9329 2005-10-25 Romain Francoise <romain@orebokech.com>
9330
9331 * emacs-lisp/find-func.el (find-library-name): Also strip
9332 extension if library name ends in .el, to take advantage of
9333 `find-library-suffixes'.
9334
9335 2005-10-25 Richard M. Stallman <rms@gnu.org>
9336
9337 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
9338
9339 2005-10-25 Juri Linkov <juri@jurta.org>
9340
9341 * textmodes/texinfo.el (texinfo-mode): Change charset of one
9342 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
9343
9344 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9345
9346 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
9347 (blackbox-redefine-key): Add argument `map'.
9348
9349 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
9350 regions when moving the jit-lock-context-unfontify-pos boundary.
9351
9352 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9353
9354 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
9355
9356 2005-10-25 Masatake YAMATO <jet@gyve.org>
9357
9358 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
9359
9360 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9361
9362 * play/blackbox.el (blackbox-redefine-key): New function.
9363 (blackbox-mode-map): Use it to remap existing bindings for cursor
9364 motion instead of binding literal keys.
9365
9366 2005-10-25 Glenn Morris <rgm@gnu.org>
9367
9368 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
9369 diary does not end in a newline. Do not assume a blank line at
9370 the start of the diary file.
9371
9372 2005-10-25 Kenichi Handa <handa@m17n.org>
9373
9374 * international/quail.el (quail-translate-key): If the input
9375 method is deterministic and failed to handle the last key, restart
9376 the key handling loop from an appropriate key.
9377
9378 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
9379
9380 * vc.el (vc-dired-mode): Extend comment for binding of
9381 `directory-listing-before-filename-regexp'.
9382
9383 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9384
9385 * textmodes/texinfo.el (texinfo-mode):
9386 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
9387 not to unnecessarily expose emacs-mule's internal char codes.
9388
9389 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
9390
9391 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
9392 Display hand pointer and help-echo on disabled icon too.
9393 (gdb-mouse-until): New function.
9394 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
9395
9396 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
9397
9398 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
9399 with 2005-10-23 change to doctor.el.
9400
9401 * finder.el (finder-mode-map): Add follow-link binding.
9402
9403 2005-10-25 Kim F. Storm <storm@cua.dk>
9404
9405 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
9406 to gdb-mouse-toggle-breakpoint-fringe.
9407 (gdb-mouse-toggle-breakpoint-margin): Rename from
9408 gdb-mouse-toggle-breakpoint. Fix doc.
9409 (gdb-mouse-toggle-breakpoint-fringe): New defun.
9410 (gdb-put-string): Add optional SPROPS arg. Add props to string.
9411 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
9412 string properties also for fringe breakpoint bitmaps.
9413
9414 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
9415
9416 * textmodes/org.el (org-start-icalendar-file): Fix format form.
9417
9418 2005-10-25 Masatake YAMATO <jet@gyve.org>
9419
9420 * simple.el (completion-common-substring):
9421 Use `completion-common-substring' prior to `completion-base-size'.
9422
9423 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
9424
9425 * savehist.el: Require CL while compiling.
9426 (savehist-history-variables): Remove.
9427 (savehist-save-minibuffer-history, savehist-additional-variables)
9428 (savehist-minibuffer-history-variables): New vars.
9429 (savehist-save): Use them.
9430 (savehist-uninstall, savehist-minibuffer-hook): New funs.
9431 (savehist-install): New fun, extracted from savehist-load.
9432 (savehist-load): Use them.
9433
9434 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9435
9436 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
9437 a dummy doc-string-elt property.
9438 (defalias, defvaralias, define-category): Add a docstring property.
9439
9440 * image.el (defimage):
9441 * widget.el (define-widget):
9442 * custom.el (defface, defcustom): Add `doc-string' declaration.
9443
9444 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
9445 (defadvice): Add `doc-string' declaration.
9446
9447 * emacs-lisp/byte-run.el (macro-declaration-function):
9448 Handle `doc-string' declarations.
9449 (define-obsolete-function-alias, define-obsolete-variable-alias):
9450 Add `doc-string' declaration.
9451
9452 2005-10-24 Kenichi Handa <handa@m17n.org>
9453
9454 * international/utf-7.el (utf-7): Add autoload cookie.
9455
9456 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
9457
9458 2005-10-24 Eli Zaretskii <eliz@gnu.org>
9459
9460 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
9461 list of directories passed to batch-update-autoloads. Add "." to
9462 the list of the echoed directories.
9463
9464 * pgg-def.el:
9465 * pgg-gpg.el:
9466 * pgg-parse.el:
9467 * pgg-pgp.el:
9468 * pgg-pgp5.el:
9469 * pgg.el: Moved here from the gnus subdirectory.
9470
9471 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
9472
9473 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
9474 in case comint-prompt-read-only is set to t.
9475
9476 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
9477 in case comint-prompt-read-only is set to t.
9478
9479 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
9480
9481 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
9482 Now a string.
9483 (icalendar-import-format): Handle CLASS, STATUS, URL.
9484 Rename `subject' to `summary'.
9485 (icalendar-import-format-summary): Rename from
9486 `icalendar-import-format-subject'.
9487 (icalendar-import-format-url, icalendar-import-format-status)
9488 (icalendar-import-format-class): New variables.
9489 (icalendar--rris): Take variable argument list.
9490 (icalendar--datestring-to-isodate): Remove unnecessary
9491 calendar-style check when converting dates with explicit month names.
9492 (icalendar-export-region): Change return type of conversion
9493 subroutines. Bury current buffer unless error occurred.
9494 (icalendar--convert-to-ical)
9495 (icalendar--parse-summary-and-rest): New functions.
9496 (icalendar--convert-ordinary-to-ical)
9497 (icalendar--convert-weekly-to-ical)
9498 (icalendar--convert-yearly-to-ical)
9499 (icalendar--convert-block-to-ical)
9500 (icalendar--convert-cyclic-to-ical)
9501 (icalendar--convert-anniversary-to-ical): Change return type.
9502 Strip trailing blanks from subject.
9503 (icalendar--convert-sexp-to-ical): Change return type.
9504 Strip trailing blanks from subject. Handle simple sexp
9505 entries as generated by icalendar.el.
9506 (icalendar--convert-float-to-ical)
9507 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9508 (icalendar-import-file): Doc fix.
9509 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9510 Correct call to icalendar--rris.
9511 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
9512 `summary'.
9513 (icalendar--add-diary-entry): Rename `subject' to `summary'.
9514
9515 2005-10-24 Romain Francoise <romain@orebokech.com>
9516
9517 * server.el (server-sentinel): Set query-on-exit flag to nil on
9518 new client processes (it isn't inherited from the server process).
9519
9520 * replace.el (occur-engine): Rearrange text properties.
9521
9522 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9523
9524 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9525 case-fold-search is nil.
9526 (debug-help-follow): Use help-xref-interned directly.
9527
9528 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9529
9530 * thumbs.el (thumbs-image-type): Add .pbm.
9531
9532 2005-10-23 Richard M. Stallman <rms@gnu.org>
9533
9534 * faces.el (inhibit-face-set-after-frame-default): New variable.
9535 (set-face-attribute): Bind it.
9536 (face-set-after-frame-default): Test it.
9537
9538 * help-fns.el (describe-simplify-lib-file-name): New function.
9539 (describe-function-1, describe-variable): Use it.
9540
9541 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9542
9543 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9544 Eliminate nil as possible value.
9545 (tooltip-hide-delay): Reduce internal-border-width.
9546
9547 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9548 (menu-bar-file-menu) <new-file>: Likewise.
9549
9550 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9551
9552 * international/mule.el (load-with-code-conversion):
9553 Pass full file name to `eval-buffer' unless preloading.
9554
9555 * textmodes/flyspell.el (flyspell-large-region):
9556 Call ispell-check-version.
9557
9558 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9559 Fix the make-variable-buffer-local call that was supposed
9560 to be for this variable.
9561 (ispell-aspell-supports-utf8): Doc fix.
9562 (ispell-find-aspell-dictionaries): Preserve elements of
9563 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9564 (ispell-aspell-find-dictionary): Return nil on error.
9565
9566 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9567 (doctor-symptoms): Likewise.
9568
9569 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9570
9571 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9572
9573 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9574 (custom-raised-buttons): Add :set spec.
9575 (custom-button-unraised, custom-button-pressed-unraised):
9576 New faces, so that custom-raised-buttons actually does something.
9577 (custom-mode): Use custom-button and custom-button-pressed.
9578
9579 * wid-edit.el (widget-specify-button): Don't ignore
9580 widget-mouse-face on graphic terminals.
9581 (widget-move-and-invoke): Cleanup.
9582
9583 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9584
9585 * whitespace.el (whitespace-cleanup): Doc fix.
9586
9587 2005-10-23 Romain Francoise <romain@orebokech.com>
9588
9589 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9590 `eval-after-load' to avoid evaluating their result.
9591
9592 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9593
9594 * files.el (directory-listing-before-filename-regexp):
9595 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9596
9597 * dired.el (dired-move-to-filename-regexp): Remove.
9598 All occurences replaced by `directory-listing-before-filename-regexp'.
9599
9600 * dired-x.el, locate.el, vc.el:
9601 Replace `dired-move-to-filename-regexp' by
9602 `directory-listing-before-filename-regexp'. In vc.el it is
9603 overwritten locally; maybe this can be handled in files.el too.
9604
9605 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9606 replaced by `directory-listing-before-filename-regexp'.
9607
9608 2005-10-23 Andreas Schwab <schwab@suse.de>
9609
9610 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9611 and eval-next-after-load.
9612
9613 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9614
9615 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9616 exist, create it.
9617
9618 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9619
9620 * allout.el: Remove autoloads for mailcrypt and crypt++.
9621 Require pgg, pgg-gpg during compilation.
9622 (allout-version): Increment version number to 2.1, and use a literal
9623 rather than RCS Id.
9624 (allout-default-encryption-scheme): Remove.
9625 (allout-passphrase-verifier-handling)
9626 (allout-passphrase-verifier-string)
9627 (allout-file-passphrase-verifier-string)
9628 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9629 (allout-passphrase-hint-handling): Rename and simplify.
9630 (allout-init): Use `find-file-hook' if available, otherwise
9631 `find-file-hooks'.
9632 (allout-mode): Use `write-file-functions' if available, otherwise
9633 `local-write-file-hooks' and, instead of making auto-save-hook
9634 buffer local, make the write-file-hook activity contingent to
9635 allout-mode.
9636 (allout-mode): Use key-binding substitution in the docstring.
9637 (allout-kill-line): Spell-out kill ring data structure mutation
9638 instead of using byte-compiler-complaint-provoking `pop'.
9639 (allout-insert-listified): Use `insert' rather than `insert-string'
9640 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9641 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9642 (allout-encrypt-string): Totally revamped vis new underlying
9643 encryption facilities.
9644 (allout-mc-activate-passwd): Remove.
9645 (allout-obtain-passphrase): New, more or less replaces
9646 allout-mc-activate-passwd.
9647 (allout-encrypted-key-info): More or less replaces
9648 allout-encrypted-text-type.
9649 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9650 (my-mark-marker): Use `(featurep 'xemacs)'.
9651
9652 2005-10-23 Lars Hansen <larsh@soem.dk>
9653
9654 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9655 (byte-compile-file-form-defmumble, byte-compile-defun)
9656 (byte-compile-defmacro): Use it.
9657 (byte-compile-form): Don't call byte-compile-set-symbol-position
9658 when a byte-compile handler is called.
9659
9660 2005-10-22 Romain Francoise <romain@orebokech.com>
9661
9662 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9663
9664 * subr.el (eval-after-load): Convert library name to an absolute
9665 file name using locate-library, since load-history no longer has
9666 library names in it.
9667
9668 2005-10-22 Richard M. Stallman <rms@gnu.org>
9669
9670 * files.el (make-temp-file): Move from subr.el.
9671 * subr.el (make-temp-file): Move to files.el.
9672
9673 * window.el (get-buffer-window-list): Move from subr.el.
9674 * subr.el (get-buffer-window-list): Move to window.el.
9675
9676 * image.el (image-load-path): Use eval-at-startup to initialize.
9677
9678 * subr.el (eval-at-startup): New macro.
9679
9680 * subr.el: Much rearrangement of functions and division
9681 into pages. No code changes.
9682
9683 2005-10-22 Kenichi Handa <handa@m17n.org>
9684
9685 * tar-mode.el (tar-extract): Be sure to call
9686 find-operation-coding-system if set-auto-coding doesn't find a
9687 coding system.
9688
9689 2005-10-22 Kim F. Storm <storm@cua.dk>
9690
9691 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9692 Change users.
9693 (image-type-file-name-regexps): New defconst.
9694 (image-type-from-data): Simplify loop.
9695 (image-type-from-buffer): New defun.
9696 (image-type-from-file-header): Use it instead of image-type-from-data.
9697 Use image-search-load-path instead of only looking in data-directory.
9698 (image-type-from-file-name): New defun.
9699 (image-search-load-path): Change `pathname' to `filename'.
9700 Make PATH arg optional, default to image-load-path.
9701
9702 2005-10-21 Richard M. Stallman <rms@gnu.org>
9703
9704 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9705
9706 * textmodes/paragraphs.el (sentence-end-base): New variable.
9707 (sentence-end): Use sentence-end-base.
9708
9709 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9710
9711 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9712 property independently from the font-lock-multiline variable.
9713
9714 2005-10-21 Richard M. Stallman <rms@gnu.org>
9715
9716 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9717
9718 * startup.el (command-line): Convert library names
9719 in `load-history' to absolute file names.
9720
9721 * subr.el (symbol-file): Doc fix.
9722
9723 * loadhist.el (file-loadhist-lookup): Call locate-library
9724 instead of find-library-name. Don't try converting
9725 abs file names to library names, since load-history no longer
9726 has library names in it.
9727 (file-dependents, file-provides, file-requires): Doc fixes.
9728
9729 2005-10-21 Juri Linkov <juri@jurta.org>
9730
9731 * progmodes/etags.el (tags-table-mode): New function.
9732 (tags-verify-table): Replace initialize-new-tags-table with
9733 tags-table-mode.
9734
9735 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9736 default value.
9737 (desktop-modes-not-to-save): Add tags-table-mode to the
9738 default value.
9739
9740 * info.el (Info-index-next): Add total number of index
9741 alternatives to the message.
9742
9743 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9744 backward only space (instead of space and period) before looking
9745 at sentence end.
9746
9747 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9748 Add the old variable value as 4th default-value arg of read-string.
9749
9750 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9751
9752 * cus-face.el (custom-declare-face): Make face from X resources
9753 also on Mac.
9754
9755 * disp-table.el (standard-display-g1, standard-display-graphic):
9756 Refuse to use string glyphs also on Mac.
9757 (standard-display-european): Don't set terminal coding system also
9758 on Mac.
9759
9760 * frame.el (display-screens): Use x-display-screens also on Mac.
9761
9762 2005-10-21 Romain Francoise <romain@orebokech.com>
9763
9764 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9765
9766 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9767
9768 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9769 and $? into sexps.
9770
9771 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9772 warning face on open-paren-in-column-0.
9773
9774 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9775 boundary case. Fix typo.
9776 Suggested by Martin Rudalics <rudalics@gmx.at>.
9777
9778 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9779
9780 * textmodes/org.el (org-combined-agenda-icalendar-file)
9781 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9782 (org-export-icalendar-this-file)
9783 (org-export-icalendar-all-agenda-files)
9784 (org-export-icalendar-combine-agenda-files): New commands.
9785 (org-export-icalendar, org-print-icalendar-entries)
9786 (org-start-icalendar-file, org-finish-icalendar-file)
9787 (org-ical-ts-to-string): New functions.
9788 (org-read-date, org-goto-calendar)
9789 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9790 call to `calendar'.
9791 (orgtbl-setup): Remove the :keys arguments from the menu description.
9792 (org-after-save-iCalendar-file-hook): New variable.
9793
9794 2005-10-21 Kenichi Handa <handa@m17n.org>
9795
9796 * language/vietnamese.el (tcvn-5712): Make it an alias of
9797 vietnamese-tcvn coding-system.
9798
9799 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9800
9801 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9802 group id is given.
9803
9804 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9805
9806 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9807 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9808 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9809 whose line is either continued or ends with a comment.
9810
9811 2005-10-20 Romain Francoise <romain@orebokech.com>
9812
9813 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9814
9815 * replace.el (occur-engine): Add follow-link property.
9816
9817 * font-core.el (font-lock-mode): Doc fix.
9818
9819 2005-10-20 Richard M. Stallman <rms@gnu.org>
9820
9821 * net/rcirc.el: New file.
9822
9823 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9824
9825 * term.el (term-term-name): Initialize to "eterm-color".
9826
9827 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9828
9829 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9830 for encryption functionality.
9831 Move allout customization subgroup from `editing' to `outlines' group.
9832 Fix commentary keywords to legitimate ones.
9833 Update author info (using my current email address, obscurified).
9834 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9835 (allout-encrypted-topic-p, allout-encrypted-text-type)
9836 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9837 (allout-situate-encryption-key-verifier)
9838 (allout-get-encryption-key-verifier, allout-verify-key)
9839 (allout-next-topic-pending-encryption)
9840 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9841 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9842 (outline-key-verifier-handling, outline-key-hint-handling)
9843 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9844 (allout-file-key-verifier-string, allout-encryption-scheme)
9845 (allout-key-verifier-string, allout-key-hint-string)
9846 (allout-after-save-decrypt): New variables.
9847 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9848 (allout-after-saves-handler): New hook functions.
9849 (allout-post-command-business): Do allout-after-save-decrypt.
9850 (allout-enable-file-variable-adjustment): Custom var to enable
9851 mechanism for adding and adjusting settings of Emacs file variables.
9852 (allout-adjust-file-variable, allout-file-vars-section-data):
9853 New functions, implement the mechanism.
9854 (outlineify-sticky): Use the file vars mechanism.
9855 (allout-inhibit-protection, allout-during-write-cue)
9856 (allout-override-protect, allout-before-change-protect): Remove.
9857 (allout-flag-region, allout-open-topic): Adjust read-only text.
9858 (allout-open-line-not-read-only): Add to facilitate read-only
9859 text based protection.
9860 (allout-kill-line): Revise to adjust read-only text, clue the
9861 user about the inhibition.
9862 (allout-unprotected): Use unwind-protect.
9863 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9864 topic deeper than the offspring depth of the previous topic -
9865 avoiding confusing "containment discontinuities".
9866 (allout-reindent-bodies): Fix retention of body relative hanging
9867 indent during promotion of collapsed bodies.
9868 (allout-open-topic): Make it easy to open new topic with same
9869 bullet as current topic - topic creation functions provided with
9870 any universal argument provokes now prompt for bullet, defaulting
9871 to the bullet of the previous topic.
9872 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9873 Plain bullet alternates `.' period and `,' comma only. All other
9874 bullets are relegated to special status (but customizable).
9875 (allout-end-of-entry): Rename from allout-end-of-current-entry
9876 since it actually operates w.r.t. most immediately containing
9877 entry, visible or not.
9878 (allout-hide-current-entry, allout-show-current-entry): Use the
9879 revised version.
9880 (allout-old-expose-topic): Solidify deprecation.
9881 (allout-end-of-subtree): Add so we can span concealed as well
9882 as visible topics.
9883 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9884 (allout-end-of-current-heading): Tweak to just respect the first line.
9885 (allout-get-body-text): Add.
9886 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9887 when invoked interactively.
9888 (allout-up-current-level): Use `interactive-p'.
9889 (allout-mode, allout-init): Miscellaneous docstring and
9890 operational refinements, as well as hookups of new encryption stuff.
9891 (allout-beginning-of-current-entry): Now works as advertised.
9892 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9893 (allout-isearch-rectification): Refine condition for isearching.
9894 (allout-isearch-abort, allout-enwrap-isearch)
9895 (allout-flag-region, my-region-active-p): Relocate some macros.
9896 (allout-title): Fallback title is (buffer-name), not
9897 non-existing (current-buffer-name).
9898 (subst-char-in-string): Define if absent (for some XEmacs versions).
9899
9900 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9901
9902 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9903 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9904 (mail-citation-prefix-regexp, mail-signature-file)
9905 (mail-default-headers, mail-bury-selects-summary)
9906 (mail-send-nonascii): Add autoload cookies.
9907
9908 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9909
9910 * frame.el (blink-cursor-mode): Add `mac' to the list of
9911 window-system's that support blinking cursor.
9912
9913 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9914
9915 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9916
9917 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9918
9919 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9920 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9921 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9922
9923 2005-10-20 Kim F. Storm <storm@cua.dk>
9924
9925 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9926 (ido-set-current-directory): Don't add / after final @.
9927 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9928 Explicitly handle ange-ftp completion oddities.
9929 (ido-make-file-list): Don't rotate list at tramp root to avoid
9930 triggering tramp file handler for expand-file-name via get-file-buffer.
9931
9932 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9933
9934 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9935
9936 2005-10-19 Jay Belanger <belanger@truman.edu>
9937
9938 * calc/calc-units.el (math-standard-units): Add units, adjust
9939 symbols and update values.
9940 (math-unit-prefixes): Add more prefixes.
9941
9942 2005-10-19 Romain Francoise <romain@orebokech.com>
9943
9944 * bookmark.el (bookmark-menu-heading): New face.
9945 (bookmark-bmenu-list): Use it.
9946 Don't fiddle with `baud-rate' at top-level.
9947
9948 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9949
9950 * image.el (create-image, find-image): Mention max-image-size in
9951 docstring.
9952
9953 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9954
9955 * savehist.el (savehist-load): Revert to checking XEmacs.
9956
9957 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9958 Various docstring and line-width fixups.
9959 (conf-mode): Use cond.
9960 Set font-lock-defaults. Don't set comment-use-syntax.
9961
9962 2005-10-18 David Ponce <david@dponce.com>
9963
9964 * tree-widget.el (tree-widget-button-click): New function.
9965 (tree-widget-button-keymap): Use it.
9966
9967 2005-10-18 Romain Francoise <romain@orebokech.com>
9968
9969 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9970 (bookmark-bmenu-hide-filenames): Add follow-link property.
9971 Improve help-echo text.
9972
9973 * ffap.el (find-file-at-point): Doc fix.
9974
9975 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9976
9977 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9978
9979 2005-10-18 Masatake YAMATO <jet@gyve.org>
9980
9981 Install to the CVS repository what I forgot to install in my
9982 2005-10-16 changes.
9983
9984 * progmodes/python.el (python-complete-symbol): Pass the common
9985 prefix substring of completion to `display-completion-list'.
9986
9987 * textmodes/org.el (org-complete): Ditto.
9988
9989 2005-10-18 Masatake YAMATO <jet@gyve.org>
9990
9991 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9992
9993 * woman.el (WoMan-xref-man-page): New button type derived
9994 from `Man-abstract-xref-man-page'.
9995 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9996
9997 * man.el (Man-abstract-xref-man-page): New button type.
9998 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9999 (Man-highlight-references): Add new optional argument `xref-man-type'.
10000
10001 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
10002
10003 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
10004
10005 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
10006
10007 * cus-edit.el (Custom-move-and-invoke): Delete.
10008 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
10009
10010 * wid-edit.el (widget-move-and-invoke): New function, from
10011 Custom-move-and-invoke.
10012
10013 2005-10-17 Bill Wohler <wohler@newt.com>
10014
10015 Move all remaining images from lisp/toolbar to etc/images, move
10016 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
10017 the low resolution images in their own directory (low-color).
10018
10019 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
10020 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
10021 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
10022 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
10023 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
10024 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
10025 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
10026
10027 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
10028 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
10029 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
10030 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
10031 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
10032 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
10033 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
10034 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
10035 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
10036 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
10037 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
10038 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
10039 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
10040 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
10041 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
10042
10043 To conform with convention, replace the underscore (_) in the
10044 following image names with dash (-) or (/) as appropriate.
10045
10046 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
10047 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
10048 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
10049 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
10050 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
10051 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
10052 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
10053 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
10054 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
10055 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
10056 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
10057 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
10058 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
10059 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
10060 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
10061
10062 * info.el (info-tool-bar-map): Replace underscores in image names
10063 with dashes.
10064
10065 * makefile.w32-in (WINS): Remove toolbar.
10066
10067 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
10068
10069 * tool-bar.el: Move to lisp from toolbar. Now that
10070 toolbar is empty, it should be deleted when folks run "cvs up -P".
10071
10072 2005-10-18 Jay Belanger <belanger@truman.edu>
10073
10074 * calc/calc-store.el (calc-store-into): Get the proper variable name
10075 to display in message.
10076
10077 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
10078
10079 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
10080 expressions display in speedbar for all buffers when debugging.
10081 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
10082
10083 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
10084 (speedbar-insert-button, speedbar-make-button):
10085 Use add-text-properties.
10086 (speedbar-update-localized-contents)
10087 (speedbar-update-directory-contents)
10088 (speedbar-update-special-contents): Use dolist.
10089 (speedbar-buffer-easymenu-definition): Add a menu separator.
10090
10091 2005-10-17 Jason Rumney <jasonr@gnu.org>
10092
10093 * makefile.w32-in: Use $(lisp) consistently.
10094 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
10095 for shell specific generation of mh-autoloads.
10096
10097 2005-10-17 Richard M. Stallman <rms@gnu.org>
10098
10099 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
10100
10101 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10102
10103 * jit-lock.el (jit-lock-fontify-now):
10104 Move jit-lock-context-unfontify-pos to avoid wasted work.
10105
10106 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
10107
10108 * net/tramp.el (tramp-completion-mode): New defvar. Used in
10109 `tramp-completion-mode' for checking if we are in completion mode.
10110 (tramp-completion-handle-file-name-all-completions): Reorder code
10111 in order to complete for file names only in case there are no
10112 method/user/host completions. This is necessary for cooperation
10113 with ido. Reported by Kim F. Storm <storm@cua.dk>.
10114
10115 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
10116
10117 * longlines.el (longlines-search-forward)
10118 (longlines-search-backward): Match any number of spaces.
10119
10120 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
10121
10122 * diff-mode.el (diff-mode): Doc fix.
10123
10124 2005-10-16 David Reitter <david.reitter@gmail.com>
10125
10126 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
10127 as default on darwin and windows systems.
10128
10129 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
10130
10131 * arc-mode.el (archive-zip-extract): Doc fix.
10132
10133 2005-10-16 Romain Francoise <romain@orebokech.com>
10134
10135 * mouse.el (mouse-1-click-follows-link): Doc fix.
10136
10137 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10138
10139 * savehist.el: Don't require CL at runtime.
10140 (savehist-xemacs): Remove.
10141 (savehist-coding-system): Use utf-8 if present, regardless of religion.
10142 (savehist-no-conversion): Use (featurep 'xemacs).
10143 (savehist-load): Check existence of start-itimer rather than XEmacs.
10144 Use an idle timer.
10145 (savehist-process-for-saving): Replace use of CL funs `subseq' and
10146 `delete-if-not'.
10147
10148 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
10149
10150 * savehist.el: Newer version.
10151 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
10152 (savehist-last-checksum, savehist-no-conversion): New vars.
10153 (savehist-autosave, savehist-process-for-saving, savehist-printable):
10154 New functions.
10155 (savehist-load, savehist-save): Use them.
10156 (savehist-delimit): Remove.
10157
10158 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10159
10160 * progmodes/compile.el (compilation-goto-locus): Display the
10161 compilation buffer first and the source buffer second, in case they're
10162 in overlapping frames. Don't raise the compilation frame if it was the
10163 selected window upon entry. Pass the `other-window' arg to
10164 pop-to-buffer.
10165
10166 * info.el (Info-fontify-node): Use dolist.
10167 Change add-text-properties to put-text-property.
10168
10169 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10170
10171 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
10172 bound of search.
10173
10174 2005-10-16 Masatake YAMATO <jet@gyve.org>
10175
10176 * dabbrev.el (dabbrev-completion): Pass the common
10177 prefix substring of completion to `display-completion-list'.
10178
10179 * filecache.el (file-cache-minibuffer-complete)
10180 (file-cache-complete): Ditto.
10181
10182 * tempo.el (tempo-display-completions): Ditto.
10183
10184 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
10185
10186 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
10187
10188 * eshell/em-hist.el (eshell-list-history): Ditto.
10189
10190 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
10191
10192 * mail/mailalias.el (mail-complete): Ditto.
10193
10194 * progmodes/etags.el (complete-tag): Ditto.
10195
10196 * progmodes/make-mode.el (makefile-complete): Ditto.
10197
10198 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
10199
10200 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
10201
10202 * progmodes/pascal.el (pascal-complete-word)
10203 (pascal-show-completions): Ditto.
10204
10205 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
10206
10207 * simple.el (completion-common-substring): New variable.
10208 (completion-setup-function): Use `completion-common-substring'
10209 to put faces.
10210
10211 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10212
10213 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
10214 (x-get-selection, mac-select-convert-to-string): Convert from/to
10215 UTF-16 clipboard data as in native byte order, no BOM.
10216
10217 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
10218
10219 * progmodes/gud.el (gud-tool-bar-map): Rename the images
10220 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
10221 (gud-sentinel): Use speedbar-frame to check for speedbar.
10222
10223 2005-10-15 Richard M. Stallman <rms@gnu.org>
10224
10225 * savehist.el: New file.
10226
10227 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
10228
10229 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
10230 Fix bug in \bf fontification.
10231
10232 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
10233
10234 * pcvs.el (cvs-edit-log-files): New var.
10235 (cvs-mode-edit-log): New arg `file'.
10236 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
10237 Instead force the use of the original file and nothing else.
10238 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
10239 the cvs-minor-wrap-function is set.
10240 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
10241
10242 2005-10-14 Bill Wohler <wohler@newt.com>
10243
10244 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
10245 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
10246 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
10247 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
10248 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
10249 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
10250 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
10251 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
10252 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
10253 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
10254 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
10255 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
10256 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
10257 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
10258 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
10259
10260 * progmodes/gud.el (gud-tool-bar-map): Rename the images
10261 appropriately (for example, gud-break to gud/break).
10262
10263 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
10264
10265 * longlines.el (longlinges-search-function)
10266 (longlines-search-forward, longlines-search-backward): New functions.
10267 (longlines-mode): Set isearch-search-fun-function to
10268 longlinges-search-function.
10269
10270 * mouse.el (mouse-drag-region-1): Handle the case where a
10271 double-click event is bound to an arbitrary function.
10272
10273 2005-10-14 David Ponce <david@dponce.com>
10274
10275 * recentf.el (recentf-track-opened-file)
10276 (recentf-track-closed-file, recentf-update-menu)
10277 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
10278 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
10279 mouse-1-click-follows-link.
10280
10281 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10282
10283 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
10284 Gnome file-manager.png. Suggested by
10285 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
10286
10287 * toolbar/README: Add diropen.xpm.
10288
10289 2005-10-13 Bill Wohler <wohler@newt.com>
10290
10291 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
10292 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
10293
10294 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10295
10296 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10297 Don't waste the byte-compiler's time on constant data.
10298
10299 2005-10-13 Kenichi Handa <handa@m17n.org>
10300
10301 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
10302 byte with `escape-glyph' face.
10303
10304 * international/fontset.el (ccl-encode-unicode-font):
10305 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
10306 Handle the case that ucs-mule-to-mule-unicode translates a character to
10307 ASCII (usually for IPA characters).
10308
10309 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10310
10311 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
10312 Don't hide the underline of titles if font-lock-mode is disabled.
10313
10314 2005-10-12 Bill Wohler <wohler@newt.com>
10315
10316 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
10317 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10318 files in MH-E-SRC have been updated.
10319 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
10320
10321 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10322
10323 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
10324 (mixal-mode-syntax-table): Add \n as end-comment.
10325 (mixal-operation-codes-alist): Immediately initialize to full value.
10326 (mixal-add-operation-code): Remove.
10327 (mixal-describe-operation-code): Make the arg non-optional.
10328 Use the interactive spec instead.
10329 Use mixal-operation-codes-alist rather than mixal-operation-codes.
10330 (mixal-font-lock-keywords): Don't highlight comments here any more.
10331 (mixal-font-lock-syntactic-keywords): New var.
10332 (mixal-mode): Use it. Fix comment-start-skip.
10333
10334 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10335
10336 * startup.el (command-line-x-option-alist): -nb => -nbi
10337
10338 2005-10-12 Kim F. Storm <storm@cua.dk>
10339
10340 * startup.el (fancy-splash-default-action): Discard mouse click in
10341 the splash screen window, as it has no sensible meaning in the
10342 next window to be selected. Fixes error reported by Jan D.
10343
10344 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10345
10346 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
10347
10348 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10349
10350 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
10351 Try to fix up minor layout issues like indentation, line break, etc...
10352 (mixal-mode-syntax-table): Don't try to specify comment syntax,
10353 because it doesn't work.
10354 (mixal-operation-codes): Add some more codes.
10355 (mixal-font-lock-keywords): Process comments here.
10356 (mixal-mode): mixasm no longer needs -g option.
10357
10358 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
10359
10360 * progmodes/sh-script.el (sh-tmp-file):
10361 Use mktemp -t. Finish support for es and rc shells.
10362
10363 2005-10-11 Jay Belanger <belanger@truman.edu>
10364
10365 * calc/calcalg2.el (calc-integral): With an argument, compute the
10366 definite integral.
10367
10368 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
10369
10370 * mouse.el (mouse-drag-region-1): Don't try to catch a
10371 double-click when doing follow-link (it's overridden anyway).
10372
10373 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
10374
10375 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
10376 (autoload-print-form-outbuf): Add docstring.
10377
10378 2005-10-11 Juri Linkov <juri@jurta.org>
10379
10380 * info.el (Info-mode-menu): Delete menu item "Edit".
10381 (Info-mode): Delete description of Info-edit from docstring,
10382 and rearrange descriptions of Info commands in the order
10383 they are documented in the Info manual.
10384
10385 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10386
10387 * calendar/appt.el (appt-check): Use diary-selective-display var.
10388
10389 2005-10-10 Richard M. Stallman <rms@gnu.org>
10390
10391 * net/newsticker.el (newsticker-start, newsticker-show-news):
10392 Add autoload cookies.
10393
10394 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
10395
10396 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
10397
10398 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
10399
10400 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
10401
10402 2005-10-10 Jay Belanger <belanger@truman.edu>
10403
10404 * calc/calc-arith.el (math-check-known-scalarp)
10405 (math-check-known-matrixp): Check the values of arguments that are
10406 variables.
10407 (math-check-known-square-matrixp): New function.
10408 (math-known-square-matrixp): Use math-check-known-square-matrixp.
10409 (math-super-types): Add sqmatrix type.
10410
10411 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
10412 mode name `square' to `sqmatrix'.
10413
10414 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
10415 mode name `square' to `sqmatrix'.
10416
10417 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10418
10419 * progmodes/etags.el (select-tags-table-mode): Don't use
10420 selective-display.
10421 (tags-select-tags-table): Pass `button' to the action function.
10422 (select-tags-table): Place the side-info on button properties rather
10423 than in hidden text. Abbreviate file names.
10424 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
10425 (select-tags-table-select): Add `button' argument.
10426 Get side-info from the button property rather than from hidden text.
10427
10428 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
10429
10430 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
10431 (gud-speedbar-buttons): Preserve point if possible.
10432 (gud-sentinel): Restore previous speedbar display type.
10433
10434 * progmodes/gdb-ui.el (gdba): Improve diagram.
10435 (def-gdb-auto-update-handler, gdb-info-locals-handler)
10436 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
10437 Call get-buffer-window once.
10438
10439 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10440
10441 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
10442 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
10443 (pascal-indent-command): Remove unused var `ind'.
10444 (pascal-indent-case): Remove unused var `oldpos'.
10445 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
10446 since it's now used as a proper minor mode map.
10447 (pascal-outline): Rename to pascal-outline-mode.
10448 (pascal-outline-mode): Use define-minor-mode.
10449 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
10450 selective-display.
10451
10452 2005-10-10 Andreas Schwab <schwab@suse.de>
10453
10454 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
10455 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
10456
10457 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
10458 outside source directory.
10459
10460 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
10461
10462 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
10463 C-x' as a prefix.
10464 (orgtbl-mode-map): Full keymap instead of sparse, because all
10465 `self-insert-command' keys are redefined in this map.
10466 (org-export-as-html): Specify charset for HTML file, by taking it
10467 from the coding system.
10468
10469 2005-10-10 Kenichi Handa <handa@m17n.org>
10470
10471 * textmodes/flyspell.el (flyspell-check-word-p):
10472 If unread-command-events is non-empty, don't call sit-for.
10473
10474 2005-10-09 Richard M. Stallman <rms@gnu.org>
10475
10476 * font-lock.el (font-lock-syntactic-keywords)
10477 (font-lock-keywords): Doc fixes.
10478
10479 * textmodes/flyspell.el (flyspell-external-point-words):
10480 Simplify logic, and don't try to check for consecutive appearances
10481 of one incorrect word.
10482
10483 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
10484
10485 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10486 separator.
10487
10488 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
10489 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
10490 (gud-expansion-speedbar-buttons): New function.
10491 (gud-speedbar-buttons): Check for gud-comint-buffer.
10492
10493 2005-10-09 Bill Wohler <wohler@newt.com>
10494
10495 * Makefile.in (updates): Add mh-loaddefs dependency.
10496
10497 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
10498
10499 * speedbar.el (speedbar-file-key-map): Fix typo.
10500
10501 2005-10-09 Daniel Brockman <daniel@brockman.se>
10502
10503 * cus-start.el (line-spacing): Add custom spec.
10504
10505 2005-10-09 Romain Francoise <romain@orebokech.com>
10506
10507 * textmodes/ispell.el (ispell-check-version): Fix last change.
10508
10509 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10510
10511 * term/x-win.el: Remove -i, --icon-type from comment.
10512
10513 * startup.el (command-line-x-option-alist): Remove options -i,
10514 -itype, --icon-type, added -nb, --no-bitmap-icon
10515
10516 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
10517
10518 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10519 instead of :active.
10520
10521 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
10522
10523 * textmodes/ispell.el (ispell-check-version):
10524 Ignore hyphen, and all that follows, in aspell's version text.
10525
10526 2005-10-08 Jay Belanger <belanger@truman.edu>
10527
10528 * calc/calc-arith.el (math-known-square-matrixp): New function.
10529 (math-pow-fancy): Check for matrices before distributing exponent
10530 across products.
10531
10532 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10533 fullscreen keypad. Suggested by Luc Teirlinck.
10534 (calc-keypad-show-input): Add space for formatting.
10535
10536 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10537 Add square matrix option.
10538
10539 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10540 of checking calc-matrix-mode when deciding how to expand.
10541
10542 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10543
10544 2005-10-08 Lars Hansen <larsh@soem.dk>
10545
10546 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10547 Add error handling.
10548 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10549
10550 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10551
10552 Sync with Tramp 2.0.51.
10553
10554 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10555 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10556 Insert special handling for `last-coding-system-used', again
10557 it still seems to be necessary (unlike stated before).
10558 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10559 (tramp-password-prompt-regexp): There might be other words before
10560 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10561 (tramp-chunksize): Improve docstring.
10562 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10563 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10564 Christian Joergensen <bugs@razor.dk>.
10565
10566 2005-10-07 Glenn Morris <rgm@gnu.org>
10567
10568 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10569 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10570 precision'.
10571
10572 2005-10-07 Romain Francoise <romain@orebokech.com>
10573
10574 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10575 (ibuffer-do-shell-command-pipe-replace)
10576 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10577 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10578 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10579 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10580 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10581 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10582 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10583 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10584 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10585 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10586 Autoload file sans suffix.
10587
10588 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10589
10590 2005-10-07 David Ponce <david@dponce.com>
10591
10592 * recentf.el (recentf-menu-open-all-flag): New option.
10593 (recentf-digit-shortcut-command-name): New function.
10594 (recentf--shortcuts-keymap): New variable.
10595 (recentf-menu-shortcuts): New variable.
10596 (recentf-make-menu-items): Initialize it. Replace the "More..."
10597 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10598 (recentf-menu-value-shortcut): New function.
10599 (recentf-make-menu-item): Use it. No more in-lined.
10600 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10601 (recentf-open-most-recent-file): Rename from
10602 `recentf-open-file-with-key'. Don't depend on key binding.
10603 (recentf-mode-map): New variable.
10604 (recentf-mode): Use it.
10605
10606 2005-10-06 Bill Wohler <wohler@newt.com>
10607
10608 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10609
10610 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10611 (MH-E-SRC): New. Used by mh-autoloads.
10612 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10613 files in MH-E-SRC have been updated.
10614 (compile, recompile, bootstrap): Depend on mh-autoloads.
10615
10616 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10617
10618 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10619 gud-break and gud-remove icons when the fringe is not available.
10620
10621 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10622 Typo.
10623
10624 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10625
10626 * play/zone.el (zone): Wrap body with save-window-excursion.
10627
10628 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10629
10630 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10631 Use the new `list-only' arg to diary-list-entries.
10632
10633 * calendar/diary-lib.el: Use overlays rather than selective-display.
10634 (diary-selective-display): New var.
10635 (diary-header-line-format): Use it.
10636 (diary-list-entries): Add argument `list-only'.
10637 Put the buffer in diary-mode. Don't add \^M at beg and end.
10638 Replace \^M by invisible overlays.
10639 (diary-unhide-everything): Replace \^M by invisible overlays.
10640 (print-diary-entries): Look for overlays rather than \^M.
10641 Add a space to the temp buffer name.
10642 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10643 Put the buffer in diary-mode.
10644 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10645 (diary-anniversary): Make the year arg optional.
10646 (diary-time-regexp): New const.
10647 (diary-font-lock-keywords): Use it to accept a few more time formats.
10648
10649 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10650
10651 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10652
10653 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10654 Fix bug introduced 2005-07-03: Use (car (last ...))
10655 to faithfully reproduce replaced artist-last.
10656 (artist-set-arrow-points-for-poly): Likewise.
10657 Suggested by Johan Bockg\e,Ae\e(Brd.
10658
10659 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10660
10661 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10662 * wid-edit.el (widget):
10663 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10664 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10665
10666 2005-10-06 Kenichi Handa <handa@m17n.org>
10667
10668 * international/mule-cmds.el (set-language-environment):
10669 Fix setting up of case-table for unibyte mode.
10670
10671 * simple.el (what-cursor-position): If the character is displayed
10672 by some `display' text property, show that. Don't use
10673 single-key-description for eight-bit characters in multibyte mode.
10674
10675 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10676
10677 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10678 (gdb-ann3): Set it.
10679 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10680 (gdb-info-frames-custom): Use inverse-video for first five
10681 characters of selected frame only.
10682 (gdb-get-frame-number): Select frame even when point is on frame
10683 number.
10684
10685 2005-10-06 Masatake YAMATO <jet@gyve.org>
10686
10687 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10688 Put `font-lock-function-name-face'.
10689 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10690 and `font-lock-variable-name-face'
10691 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10692 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10693 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10694 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10695 (gdb-local-font-lock-keywords): New font lock keywords definition.
10696 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10697 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10698 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10699
10700 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10701
10702 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10703 (ediff-merge-region-is-non-clash-to-skip): Previously called
10704 ediff-merge-region-is-non-clash.
10705
10706 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10707 Use insert-buffer-substring.
10708
10709 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10710 selecting files to patch. Also bug fixes.
10711
10712 * ediff-util.el (ediff-setup): Bug fix.
10713 (ediff-next-difference): Never skip clashes that differ in white
10714 space only.
10715
10716 * ediff-wind.el (ediff-setup-control-frame)
10717 (ediff-destroy-control-frame): Check the menubar feature.
10718
10719 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10720 (viper-refresh-mode-line): Use make-local-variable to localize
10721 some vars instead of make-variable-buffer-local. Suggested by
10722 Stefan Monnier.
10723
10724 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10725 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10726 Use make-local-variable instead of make-variable-buffer-local.
10727 Suggested by Stefan Monnier.
10728
10729 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10730 (viper-comint-mode-hook): Use make-local-variable on
10731 require-final-newline.
10732 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10733
10734 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10735
10736 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10737 also the second char of a comment-start sequence.
10738 (scheme-sexp-comment-syntax-table): New var.
10739 (lambda, define): Set their scheme-doc-string-elt property.
10740 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10741 Use lisp-font-lock-syntactic-face-function now that it properly
10742 handles |...| symbols.
10743 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10744 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10745
10746 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10747 bit from # to |.
10748 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10749
10750 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10751 (lisp-doc-string-elt-property): New var.
10752 (lisp-font-lock-syntactic-face-function): Use it.
10753 Rewrite to recognize docstrings even for forms not at toplevel.
10754
10755 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10756 annotation on the | part of #| rather than on the # part.
10757 (scheme-font-lock-syntactic-face-function): New function, to
10758 distinguish strings from |...| symbols.
10759 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10760 syntax-table so that #|...|# is properly highlighted.
10761
10762 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10763 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10764
10765 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10766
10767 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10768 and C-e.
10769
10770 * emacs-lisp/eldoc.el: Move comments into docstrings.
10771 (eldoc-message-commands): Initialize in its declaration.
10772 Add move-beginning-of-line and move-end-of-line.
10773 (eldoc-add-command, eldoc-add-command-completions)
10774 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10775
10776 * outline.el (outline-mark-subtree): Activate the mark.
10777
10778 * calendar/appt.el (appt-time-regexp): New var.
10779 (appt-add, appt-make-list): Use it.
10780 (appt-convert-time): Clean up.
10781
10782 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10783 Don't set any syntax-table property here.
10784 (tex-font-lock-verb): New function. Do it here.
10785 (tex-font-lock-syntactic-keywords): Use it.
10786
10787 2005-10-04 Richard M. Stallman <rms@gnu.org>
10788
10789 * wid-edit.el (widget-file-complete): Get the widget start point
10790 the right way. Default directory to `/' if file has none.
10791
10792 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10793
10794 * textmodes/flyspell.el (flyspell-mode-on):
10795 Call ispell-maybe-find-aspell-dictionaries.
10796
10797 * textmodes/ispell.el (ispell-word, ispell-region):
10798 Call ispell-maybe-find-aspell-dictionaries.
10799 (ispell-accept-buffer-local-defs):
10800 Don't call ispell-maybe-find-aspell-dictionaries
10801
10802 2005-10-04 Richard M. Stallman <rms@gnu.org>
10803
10804 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10805
10806 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10807
10808 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10809 instead of `fboundp' in order to allow for anonymous functions.
10810
10811 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10812
10813 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10814 case the user clicks on the link while another window is selected.
10815 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10816
10817 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10818 functionality.
10819 (dframe-help-echo): Save point in case mouse tracking is off.
10820
10821 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10822
10823 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10824
10825 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10826
10827 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10828 not change the global value of those vars.
10829
10830 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10831 make-local-variable which we do not need any more.
10832
10833 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10834
10835 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10836 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10837 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10838 (speedbar-path-line): Define obsolete aliases.
10839 (speedbar-line-directory): Doc fix.
10840
10841 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10842 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10843 instead of speedbar-line-path.
10844
10845 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10846
10847 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10848 to nil if dropping on a window. Handle dropping on a minibuffer window
10849 like dropping on a non-window part of Emacs.
10850
10851 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10852
10853 * net/ange-ftp.el: Use with-current-buffer.
10854 (ange-ftp-insert-directory): Do not follow symlinks any more.
10855
10856 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10857 Remove interactive spec.
10858
10859 2005-10-03 Kim F. Storm <storm@cua.dk>
10860
10861 * ido.el (ido-mode): Use custom-initialize-set.
10862
10863 2005-10-02 Richard M. Stallman <rms@gnu.org>
10864
10865 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10866 Use insert-buffer-substring.
10867
10868 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10869 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10870
10871 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10872
10873 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10874 in last change.
10875 (ange-ftp-insert-directory): Fix up the search for the case where
10876 `file' is absolute.
10877
10878 2005-10-02 Romain Francoise <romain@orebokech.com>
10879
10880 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10881
10882 2005-10-02 Andreas Schwab <schwab@suse.de>
10883
10884 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10885 directory component in the session info.
10886
10887 2005-10-01 Richard M. Stallman <rms@gnu.org>
10888
10889 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10890
10891 * simple.el (next-error-internal): New function.
10892
10893 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10894 (compilation-start): Pass new arg to compilation-buffer-name.
10895 (compile-goto-error): Use next-error-internal.
10896
10897 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10898
10899 * speedbar.el: Remove RCS tag.
10900 (speedbar-check-read-only): Handle non-existent files.
10901
10902 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10903
10904 * info.el (Info-speedbar-hierarchy-buttons)
10905 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10906
10907 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10908
10909 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10910 Do not match newline.
10911 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10912 (bibtex-summary): Remove unnecessary save-excursion.
10913 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10914
10915 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10916
10917 * term/mac-win.el: Add charset info for "iso10646-1".
10918 Modify default fontset to use ATSUI-compatible fonts for some charsets
10919 if available.
10920
10921 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10922
10923 * speedbar.el: Re-apply arch tag.
10924 (speedbar-version): Rename to version 1.0. Suggested by Eric
10925 M. Ludlam.
10926 Reapply two changes from Emacs CVS' version of speedbar lost
10927 during the merge:
10928 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10929 (speedbar-frame-parameters): Improve customize type.
10930
10931 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10932
10933 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10934 (ange-ftp-file-directory-p): Fix the symlink case.
10935 (ange-ftp-insert-directory): When listing a single file, get a list of
10936 the parent buffer and extract the relevant line. Inspired from a patch
10937 by Katsumi Yamaoka <yamaoka@jpl.org>.
10938 (ange-ftp-file-name-sans-versions): Simplify.
10939
10940 2005-09-30 Bill Wohler <wohler@newt.com>
10941
10942 Move MH-E image files from toolbar and mail directories into
10943 etc/images.
10944
10945 * mail/reply2.*: Move to etc/images/mail/reply*.
10946
10947 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10948 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10949 etc/images.
10950
10951 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10952 * toolbar/reply*: Move to etc/images/mail.
10953
10954 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10955
10956 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10957
10958 * speedbar.el: New version 1.0pre3.
10959
10960 Frame management code (including timer, and mouse click specifics)
10961 moved to dframe.el:
10962 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10963 (speedbar-timer): Removed. Use dframe-timer.
10964 (speedbar-close-frame): Removed. Use dframe-close-frame.
10965 (speedbar-activity-change-focus-flag): Removed. Use
10966 dframe-activity-change-focus-flag.
10967 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10968 dframe-update-speed.
10969
10970 (speedbar-current-frame): New macro. Use this instead of the
10971 variable speedbar-frame.
10972
10973 (speedbar-use-images, speedbar-expand-image-button-alist)
10974 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10975
10976 (speedbar-find-image-on-load-path): Removed. Replaced by
10977 defezimage in ezimage.el.
10978 (speedbar-expand-image-button-alist): Removed. Replaced by
10979 ezimage-expand-image-button-alist in ezimage.el.
10980
10981 (speedbar-ignored-directory-regexp)
10982 (speedbar-add-ignored-directory-regexp)
10983 (speedbar-ignored-directory-expressions)
10984 (speedbar-line-directory, speedbar-buffers-line-directory)
10985 (speedbar-directory-line, speedbar-buffers-line-directory):
10986 Renamed, replacing `path' with `directory'.
10987
10988 (speedbar-create-directory, speedbar-expand-line-descendants)
10989 (speedbar-toggle-line-expansion)
10990 (speedbar-contract-line-descendants): New commands.
10991
10992 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10993 (speedbar-use-tool-tips-flag): New options.
10994
10995 (speedbar-check-read-only, speedbar-require-version)
10996 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10997 (speedbar-handle-delete-frame, speedbar-try-completion)
10998 (speedbar-update-localized-contents): New functions.
10999
11000 (speedbar-incompatible-version, speedbar-ro-to-do-point)
11001 (speedbar-object-read-only-indicator): New variables.
11002
11003 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
11004 New hooks.
11005
11006 (speedbar-separator-face): New face.
11007
11008 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
11009 (speedbar-ignored-modes): Add fundamental-mode.
11010 (speedbar-directory-unshown-regexp): Add . directories.
11011
11012 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
11013 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
11014 `]' for full expand/close.
11015 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
11016
11017 (speedbar-check-vc): Support hidden files.
11018 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
11019 (speedbar-this-file-in-vc): Use vc-state if available. If VC
11020 state is nil, it is not checked out.
11021
11022 (speedbar-line-text, speedbar-line-token): Support expand buttons
11023 with no text.
11024 (speedbar-refresh): Universal argument acts as power-click.
11025 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
11026 that buffer to get variable values.
11027
11028 And many other bugfixes.
11029
11030 * dframe.el, ezimage.el, sb-image.el: New files.
11031
11032 * sb-*.xpm: Remove files. New image files installed into
11033 etc/images/ezimage.
11034
11035 2005-09-30 Kenichi Handa <handa@m17n.org>
11036
11037 * ps-mule.el (ps-mule-show-warning): If a character is in
11038 ps-print-translation-table, don't treat it as non-printable.
11039
11040 2005-09-30 David Ponce <david@dponce.com>
11041
11042 * tree-widget.el (tree-widget-themes-load-path): New variable.
11043 (tree-widget-themes-directory): Doc fix.
11044 (tree-widget-image-formats) [Emacs]: Doc fix.
11045 (tree-widget--locate-sub-directory): New function.
11046 (tree-widget-themes-directory): Use it.
11047
11048 * recentf.el (recentf-filename-handlers): Rename from
11049 `recentf-filename-handler'. Allow a list of functions.
11050 (recentf-menu-items-for-commands): Fix :help strings.
11051 (recentf-apply-filename-handlers): New function.
11052 (recentf-expand-file-name): Use it.
11053 (recentf-cleanup): Remove duplicates too.
11054
11055 2005-09-29 Juri Linkov <juri@jurta.org>
11056
11057 * faces.el: Rearrange face definitions to be in the same order as
11058 their face descriptions in "(emacs)Standard Faces".
11059
11060 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
11061
11062 * tooltip.el (tooltip): Add group `basic-faces'.
11063
11064 * buff-menu.el (Buffer-menu-buffer): Remove group
11065 `font-lock-highlighting-faces'.
11066
11067 * progmodes/compile.el (compilation-error, compilation-warning)
11068 (compilation-info, compilation-line-number, compilation-column-number):
11069 Change group from `font-lock-highlighting-faces' to `compilation'.
11070
11071 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
11072 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
11073 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
11074 (vhdl-font-lock-reserved-words-face)
11075 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
11076 `font-lock-highlighting-faces'.
11077
11078 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
11079
11080 2005-09-28 Kim F. Storm <storm@cua.dk>
11081
11082 * emulation/cua-base.el: Set CUA move property on additional commands:
11083 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
11084 forward-sexp, backward-sexp, forward-list, backward-list.
11085
11086 2005-09-28 Romain Francoise <romain@orebokech.com>
11087
11088 * comint.el (comint-show-output): Really set point at the
11089 beginning of the output when not using `comint-use-prompt-regexp'.
11090
11091 2005-09-27 Jay Belanger <belanger@truman.edu>
11092
11093 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
11094 in TeX mode.
11095
11096 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
11097
11098 * textmodes/org.el (org-table-sum): Fix format string.
11099
11100 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
11101 Quote face names.
11102
11103 2005-09-26 Romain Francoise <romain@orebokech.com>
11104
11105 * isearch.el (isearch-forward-regexp): Close doc string.
11106
11107 2005-09-25 Richard M. Stallman <rms@gnu.org>
11108
11109 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
11110
11111 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
11112
11113 * progmodes/compile.el (compilation-error-properties):
11114 When getting the file from the previous error message,
11115 correctly decode the new data format.
11116
11117 * progmodes/cc-cmds.el (c-electric-paren):
11118 Call old-blink-paren only for close-paren.
11119
11120 2005-09-24 Andreas Schwab <schwab@suse.de>
11121
11122 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
11123 condition.
11124
11125 2005-09-25 Romain Francoise <romain@orebokech.com>
11126
11127 * dired-aux.el (dired-copy-file-recursive):
11128 * dired.el (dired-delete-file):
11129 * ediff-mult.el (ediff-dir-diff-copy-file):
11130 * ediff-util.el (ediff-test-save-region):
11131 * forms.el (forms-mode):
11132 * ido.el (ido-file-internal, ido-delete-file-at-head):
11133 * log-edit.el (log-edit-done):
11134 * ses.el (ses-yank-resize):
11135 * play/gomoku.el (gomoku-human-plays, gomoku)
11136 (gomoku-human-resigns, gomoku-prompt-for-other-game)
11137 (gomoku-offer-a-draw):
11138 * play/landmark.el (lm-human-resigns, lm):
11139 * net/eudcb-ldap.el (eudc-ldap-check-base):
11140 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
11141 * progmodes/ebrowse.el (ebrowse-find-pattern):
11142 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
11143 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
11144 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
11145
11146 * vc.el (vc-delete-file):
11147 * play/gomoku.el (gomoku-terminate-game, gomoku)
11148 (gomoku-prompt-for-move, gomoku-human-takes-back):
11149 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
11150 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
11151
11152 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
11153
11154 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
11155 color rxvt terminals by using the code xterm.el used to use before
11156 2005-04-09 in order to match the colors used by rxvt.
11157
11158 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11159
11160 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
11161 colors rxvt-unicode terminals by using the same code as xterm.el.
11162
11163 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11164
11165 * textmodes/tex-mode.el (tex-font-lock-append-prop)
11166 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
11167 new symbol used for the tex-verbatim face.
11168
11169 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
11170
11171 * woman.el (woman-file-name):
11172 * wid-edit.el (widget-file-prompt-value)
11173 (widget-coding-system-prompt-value):
11174 * w32-fns.el (set-w32-system-coding-system):
11175 * vc.el (vc-version-diff, vc-annotate):
11176 * textmodes/reftex-auc.el (reftex-arg-cite)
11177 (reftex-arg-index-tag):
11178 * textmodes/refer.el (refer-get-bib-files):
11179 * textmodes/artist.el (artist-figlet-choose-font):
11180 * terminal.el (terminal-emulator):
11181 * replace.el (occur-read-primary-args):
11182 * rect.el (string-rectangle, string-insert-rectangle):
11183 * ps-print.el (ps-print-preprint):
11184 * progmodes/pascal.el (pascal-goto-defun):
11185 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
11186 * progmodes/compile.el (compilation-find-file):
11187 * printing.el (pr-interactive-n-up):
11188 * play/animate.el (animate-birthday-present):
11189 * net/rcompile.el (remote-compile):
11190 * man.el (man, Man-goto-section, Man-follow-manual-reference):
11191 * mail/rmailsum.el (rmail-summary-search-backward)
11192 (rmail-summary-search):
11193 * mail/rmailout.el (rmail-output-read-rmail-file-name)
11194 (rmail-output-read-file-name):
11195 * mail/rmail.el (rmail-search, rmail-search-backwards):
11196 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
11197 * locate.el (locate):
11198 * international/quail.el (quail-show-keyboard-layout):
11199 * international/mule.el (set-buffer-file-coding-system)
11200 (revert-buffer-with-coding-system, set-file-name-coding-system)
11201 (set-terminal-coding-system, set-keyboard-coding-system)
11202 (set-next-selection-coding-system):
11203 * international/mule-diag.el (describe-coding-system)
11204 (describe-font, describe-fontset):
11205 * international/mule-cmds.el (universal-coding-system-argument)
11206 (search-unencodable-char, describe-input-method)
11207 (set-language-environment, describe-language-environment):
11208 * international/codepage.el (codepage-setup):
11209 * international/code-pages.el (codepage-setup):
11210 * info.el (Info-search, Info-follow-reference)
11211 (Info-search-backward):
11212 * emacs-lisp/advice.el (ad-read-advised-function)
11213 (ad-read-advice-class, ad-clear-cache, ad-activate)
11214 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
11215 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
11216 (ad-read-regexp):
11217 * ediff-util.el (ediff-toggle-regexp-match):
11218 * ediff-ptch.el (ediff-prompt-for-patch-file):
11219 * dired-aux.el (dired-diff):
11220 * diff.el (diff):
11221 * cus-edit.el (custom-variable-prompt):
11222 * calendar/timeclock.el (timeclock-ask-for-project):
11223 * calc/calcalg3.el (calc-get-fit-variables):
11224 * calc/calc-store.el (calc-edit-variable)
11225 (calc-permanent-variable):
11226 * vc-mcvs.el (vc-mcvs-register):
11227 * shadowfile.el (shadow-define-literal-group):
11228 * woman.el (woman-file-name):
11229 * vc.el (vc-version-diff, vc-merge):
11230 * textmodes/reftex-index.el (reftex-index-complete-tag):
11231 * format.el (format-decode-buffer, format-decode-region):
11232 * emulation/viper-cmd.el (viper-read-string-with-history):
11233 * emacs-lisp/debug.el (cancel-debug-on-entry):
11234 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11235 * ediff.el (ediff-merge-revisions)
11236 (ediff-merge-revisions-with-ancestor, ediff-revision):
11237 * completion.el (interactive-completion-string-reader):
11238 * calc/calc-prog.el (calc-user-define-formula):
11239 Follow convention for reading with the minibuffer.
11240
11241 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
11242
11243 * progmodes/python.el (python-describe-symbol): Add globals() and
11244 locals() to the arguments of emacs.ehelp.
11245
11246 2005-09-24 Magnus Henoch <mange@freemail.hu>
11247
11248 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
11249 New function, code extracted from ispell-valid-dictionary-list.
11250 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
11251 Call it.
11252
11253 2005-09-24 Eli Zaretskii <eliz@gnu.org>
11254
11255 * subr.el (version-regexp-alist): Extend valid syntax for version
11256 strings: allow any of the characters -,_,+ to separate the
11257 alpha/beta/rc part from the version part. Doc fix.
11258 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
11259
11260 2005-09-23 David Reitter <david.reitter@gmail.com>
11261
11262 * mail/mailclient.el: New file.
11263
11264 2005-09-23 Richard M. Stallman <rms@gnu.org>
11265
11266 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
11267 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
11268 Doc fixes.
11269
11270 * progmodes/cc-mode.el (c-font-lock-init):
11271 Specify font-lock-lines-before.
11272
11273 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11274
11275 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
11276 whole conflict.
11277
11278 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
11279
11280 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
11281 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
11282 of `remap' feature when available. Additional key bindings for
11283 better tty support.
11284 (org-mode-restart, org-force-self-insert): New commands.
11285 (org-time-stamp-inactive): New command.
11286 (org-remap): New function.
11287 (org-table-auto-blank-field, org-level-color-stars-only): New options.
11288 (org-enable-fixed-width-editor): Move to `org-structure'
11289 customization group.
11290 (org-self-insert-command, orgtbl-self-insert-command): Modify to
11291 blank field after field motion commands.
11292
11293 2005-09-23 Kenichi Handa <handa@m17n.org>
11294
11295 * international/mule-cmds.el (set-language-environment):
11296 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
11297 have to call utf-translate-cjk-load-tables.
11298
11299 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11300
11301 * mouse.el (mouse-move-drag-overlay): Fix last change.
11302
11303 2005-09-22 David Ponce <david@dponce.com>
11304
11305 * tree-widget.el (tree-widget-value-create): Fix previous change.
11306
11307 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11308
11309 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
11310
11311 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11312
11313 * mouse.el (mouse-move-drag-overlay): New function.
11314 (mouse-drag-region-1): Use it.
11315 Try to simplify a bit the state handling. Handle clicks on links
11316 inside intangible areas.
11317 (mouse-save-then-kill): Minor simplification.
11318 (mouse-secondary-overlay): Make it always non-nil instead of
11319 recreating it each time.
11320 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
11321 (mouse-kill-secondary, mouse-secondary-save-then-kill):
11322 Simplify accordingly.
11323
11324 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11325
11326 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
11327
11328 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
11329
11330 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
11331 (ediff-file-name-sans-prefix): Treat nil as an empty string.
11332 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
11333 to patch.
11334
11335 * ediff-util.el: Use insert-buffer-substring.
11336
11337 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
11338
11339 * emulation/viper-cmd.el (viper-change-state): Don't move over the
11340 field boundaries in the minibuffer.
11341 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
11342 (viper-minibuffer-post-command-hook): New hook.
11343 (viper-line): Don't move cursor at bolp.
11344
11345 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
11346
11347 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
11348 avoid compiler warnings.
11349
11350 * emulation/viper-macs.el (ex-map): Better messages.
11351
11352 * emulation/viper-utils.el (viper-beginning-of-field): New function.
11353
11354 * emulation/viper.el: Replace make-variable-buffer-local with
11355 viper-make-variable-buffer-local everywhere, to avoid warnings.
11356
11357 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11358
11359 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
11360 Delete unused var `old-selected-window'.
11361 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
11362 (mouse-drag-secondary): Delete unused var `start-frame'.
11363
11364 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11365
11366 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
11367
11368 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11369
11370 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
11371 Re-indent within 80 columns. Use inhibit-read-only.
11372
11373 2005-09-19 Romain Francoise <romain@orebokech.com>
11374
11375 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
11376
11377 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11378
11379 * font-lock.el (font-lock-default-fontify-region): Don't add a line
11380 unconditionally, since the after-change-function already did it.
11381
11382 2005-09-19 Miles Bader <miles@gnu.org>
11383
11384 * net/newsticker.el: Get rid of CVS keyword.
11385
11386 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
11387
11388 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
11389 The prompt is formatted later.
11390
11391 2005-09-19 David Ponce <david@dponce.com>
11392
11393 * tree-widget.el (tree-widget-value-create): Save the converted
11394 tree :node widget.
11395
11396 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
11397
11398 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
11399 variable `message'.
11400
11401 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
11402
11403 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
11404 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
11405 <slawomir.nowaczyk.847@student.lu.se>.
11406
11407 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
11408
11409 * image.el (image-load-path): Use symbol `data-directory' instead
11410 of its value, for backward compatibility with packages that bind
11411 it during `find-image'. Suggested by Katsumi Yamaoka.
11412 (image-search-load-path): Handle symbols whose values are strings.
11413
11414 2005-09-18 Romain Francoise <romain@orebokech.com>
11415
11416 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
11417 with-current-buffer form in save-excursion.
11418
11419 2005-09-18 D Goel <deego@gnufans.org>
11420
11421 * apropos.el (apropos-command): Fix `message' call: first arg
11422 should be a format spec. In this and all other cases that appear
11423 below and elsewhere in the source code, I made a change only when
11424 two conditions were satisfied: [1] I can think of a possibility
11425 that the arguments would cause an error, for example, the code in
11426 question relies on external variables such as filenames. [2] I
11427 was sure that the arg to `message' could not have been nil in the code.
11428
11429 * textmodes/tildify.el (tildify-region): Ditto.
11430
11431 * textmodes/reftex-index.el (reftex-index-change-entry)
11432 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
11433 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
11434 * textmodes/org.el (org-complete, org-deadline, org-schedule)
11435 (org-priority, org-table-sum):
11436 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
11437 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
11438 (flyspell-word, flyspell-display-next-corrections):
11439 * textmodes/bibtex.el (bibtex-print-help-message):
11440 * textmodes/artist.el (artist-key-set-point-poly):
11441 * term/mac-win.el (mac-services-insert-text):
11442 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
11443 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
11444 (vhdl-port-paste-testbench, vhdl-compose-new-component)
11445 (vhdl-compose-configuration):
11446 * progmodes/sh-script.el (sh-blink, sh-show-indent)
11447 (sh-set-indent, sh-learn-line-indent):
11448 * progmodes/ps-mode.el (ps-mode-target-column):
11449 * progmodes/idlwave.el (idlwave-make-tags)
11450 (idlwave-scan-library-catalogs):
11451 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
11452 * progmodes/gud.el (gud-jdb-analyze-source):
11453 * progmodes/flymake.el (flymake-log):
11454 * progmodes/ebnf2ps.el (ebnf-generate-region):
11455 * progmodes/cmacexp.el (c-macro-expansion):
11456 * progmodes/ada-xref.el (ada-treat-cmd-string):
11457 * progmodes/ada-mode.el (ada-create-case-exception-substring)
11458 (ada-justified-indent-current, ada-batch-reformat):
11459 * play/zone.el (zone):
11460 * play/landmark.el (lm-move):
11461 * play/decipher.el (decipher-show-alphabet):
11462 * net/newsticker.el (newsticker--display-jump)
11463 (newsticker--display-scroll):
11464 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
11465 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
11466 * mail/feedmail.el (feedmail-dump-message-to-queue):
11467 * eshell/esh-proc.el (eshell-remove-process-entry):
11468 * emulation/ws-mode.el (ws-last-error):
11469 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
11470 (viper-record-kbd-macro):
11471 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
11472 * emacs-lisp/lisp-mnt.el (lm-report-bug):
11473 * emacs-lisp/find-func.el (find-function-noselect):
11474 * calendar/timeclock.el (timeclock-status-string)
11475 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
11476 (timeclock-when-to-leave-string):
11477 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
11478 * calc/calc-units.el (calc-enter-units-table):
11479 * calc/calc-mode.el (calc-mode-record-mode):
11480 * woman.el (woman-mini-help):
11481 * wdired.el (wdired-change-to-wdired-mode):
11482 * vc.el (vc-retrieve-snapshot):
11483 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
11484 * startup.el (display-startup-echo-area-message):
11485 * simple.el (set-goal-column):
11486 * ses.el (ses-command-hook, ses-recalculate-cell):
11487 * server.el (server-process-filter):
11488 * printing.el (pr-interface-txt-print, pr-interface-printify)
11489 (pr-interface-ps):
11490 * pcvs.el (cvs-help):
11491 * log-edit.el (log-edit, log-edit-mode-help):
11492 * iswitchb.el (iswitchb-possible-new-buffer):
11493 * isearch.el (isearch-edit-string):
11494 * image-mode.el (image-mode, image-minor-mode):
11495 * ibuf-macs.el (define-ibuffer-filter):
11496 * hi-lock.el (hi-lock-find-patterns):
11497 * files.el (toggle-read-only):
11498 * ediff-util.el (ediff-copy-diff)
11499 (ediff-write-merge-buffer-and-maybe-kill):
11500 * echistory.el (Electric-history-undefined):
11501 * dnd.el (dnd-insert-text):
11502 * dired-aux.el (dired-query):
11503 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11504 * bookmark.el (bookmark-bmenu-locate):
11505 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11506 Fix `message' calls to ensure first arg is a format string.
11507 The change was made only when these two conditions were satisfied:
11508 [1] when there is a possibility that the arguments would cause an error
11509 for example, if the code in question relies on external variables
11510 such as filenames, and
11511 [2] if the arg to `message' could not have been nil in the code.
11512
11513 * pcomplete.el (pcomplete--help): Fix `message' format spec.
11514 Not having a %s would be weird, though not technically wrong.
11515
11516 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11517
11518 * term/mac-win.el (mac-add-charset-info): Doc fix.
11519
11520 2005-09-17 Romain Francoise <romain@orebokech.com>
11521
11522 * shell.el (shell-resync-dirs): Handle echoing processes more
11523 reliably. Don't insert resync command if `comint-process-echoes'
11524 is non-nil.
11525
11526 2005-09-17 Magnus Henoch <mange@freemail.hu>
11527
11528 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11529 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11530 aspell versions >= 0.60.
11531 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11532 only if ispell-aspell-supports-utf8 is non-nil.
11533
11534 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11535
11536 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11537 buffer-local value to lisp-indent-function.
11538
11539 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11540
11541 * progmodes/glasses.el (glasses-make-readable): If
11542 glasses-separator differs from underscore, put appropriate
11543 overlays over underscore characters.
11544 (glasses-convert-to-unreadable): If glasses-separator differs from
11545 underscore, try to convert glasses-separator characters to
11546 underscores.
11547
11548 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11549
11550 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11551 Use with-syntax-table and dolist.
11552
11553 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11554
11555 * textmodes/reftex-auc.el:
11556 * textmodes/reftex-cite.el:
11557 * textmodes/reftex-dcr.el:
11558 * textmodes/reftex-global.el:
11559 * textmodes/reftex-parse.el:
11560 * textmodes/reftex-ref.el:
11561 * textmodes/reftex-sel.el:
11562 * textmodes/reftex-toc.el:
11563 * textmodes/reftex-vars.el:
11564 * textmodes/reftex.el: Small changes to remove compiler warnings.
11565
11566 * textmodes/reftex-index.el: Likewise.
11567 (reftex-query-index-phrase): More efficient use of markers.
11568
11569 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11570
11571 * image.el (image-load-path): New variable.
11572 (image-search-load-path): New function.
11573 (find-image): Search for images in `image-load-path'.
11574
11575 2005-09-15 Richard M. Stallman <rms@gnu.org>
11576
11577 * follow.el: Change Maintainer field.
11578
11579 2005-09-15 David Ponce <david@dponce.com>
11580
11581 * recentf.el (recentf-save-file-modes): New option.
11582 (recentf-save-list): Use it.
11583
11584 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11585
11586 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11587 (mode-line-mule-info, mode-line-modified): Move bindings from
11588 mouse-3 to mouse-1.
11589
11590 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11591
11592 * simple.el (sendmail-user-agent-compose): Revert last change.
11593
11594 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11595
11596 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11597 Use with-current-buffer.
11598 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11599 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11600 (ange-ftp-insert-directory): Remove unused var `short'.
11601 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11602
11603 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11604 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11605
11606 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11607 (check-calendar-holidays, diary-list-entries): Autoload.
11608 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11609 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11610
11611 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11612 which mistakenly removed a call to display-buffer.
11613
11614 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11615
11616 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11617
11618 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11619
11620 * progmodes/hideshow.el
11621 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11622 (hs-allow-nesting): New user var.
11623 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11624 (hs-hide-block-at-point): When nesting allowed,
11625 if there is already an overlay in place, delete it.
11626 (hs-safety-is-job-n): Delete func; remove call sites.
11627 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11628 (hs-overlay-at): New func.
11629 (hs-already-hidden-p, hs-show-block): Use it.
11630 (hs-hide-all): Don't pre-clean if nesting allowed.
11631 (hs-show-all): Temporarily disallow
11632 nesting around call to `hs-discard-overlays'.
11633
11634 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11635
11636 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11637 Delete unused local var.
11638
11639 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11640
11641 * help-fns.el (describe-categories): "?\ " -> "?\s".
11642 (help-do-arg-highlight): Recognize also ARG-n, as in
11643 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11644
11645 * international/codepage.el (dos-unsupported-char-glyph):
11646 * net/newsticker.el (tool-bar-map, w3-mode-map)
11647 (w3m-minor-mode-map):
11648 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11649 (ent-alist):
11650 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11651
11652 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11653
11654 * custom.el (custom-push-theme): Handle the case where a symbol is
11655 bound but face properties have not yet been assigned.
11656
11657 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11658 Fix behavior if noerase is `t' and there is no mail buffer.
11659
11660 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11661 if `continue' is nil, rather than signal an error.
11662
11663 2005-09-12 Richard M. Stallman <rms@gnu.org>
11664
11665 * font-lock.el (font-lock-keywords): Add autoload.
11666
11667 * help-fns.el (describe-variable): Rearrange to put source link
11668 in a predictable place.
11669
11670 * net/newsticker.el: New file.
11671
11672 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11673
11674 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11675 (calendar-basic-setup): Use the new nil arg.
11676 (number-of-diary-entries): Move to diary-lib.el.
11677
11678 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11679 (diary-list-entries): Use with-syntax-table and dolist.
11680 Rename from list-diary-entries.
11681 Use number-of-diary-entries if `number' is nil.
11682 (diary, diary-view-entries): Use this new name and new nil arg value.
11683 (number-of-diary-entries): Move from calendar.el.
11684 (diary-unhide-everything): New function.
11685 (include-other-diary-files, fancy-diary-display)
11686 (diary-show-all-entries, make-diary-entry): Use it.
11687 (diary-mail-entries): Use buffer-string.
11688 (mark-diary-entries): Fix long standing paren typo.
11689 (diary-sexp-entry): Use count-lines.
11690 (make-diary-entry): Avoid `previous-line'.
11691 (diary-mode-map): New var.
11692 (diary-mode): Redraw cal after saving. Setup header-line.
11693 (fancy-diary-display-mode): Use local-set-key.
11694
11695 * startup.el (command-line): Try calling various terminal-init-foo-bar
11696 functions by stripping hyphenated suffixes from $TERM.
11697
11698 * files.el (normal-mode): Check boundness of font-lock-keywords.
11699
11700 2005-09-12 Richard M. Stallman <rms@gnu.org>
11701
11702 * progmodes/compile.el: Don't decide a file's directory
11703 until the user actually tries to go there.
11704 (compilation-next-error-function):
11705 Pass compilation-find-file the directory from the file-struct.
11706 (compilation-internal-error-properties): Separate local FILE-STRUCT
11707 from FILE. Doc the args better. Rename arg FMT to FMTS.
11708 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11709 Expand it, and if nil, use default-directory.
11710 (compilation-get-file-structure): Don't mix specified directory
11711 with default directory. Put specified directory into
11712 file-struct. Don't make the file name absolute.
11713
11714 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11715 (compile-command): Add autoload.
11716 (compilation-disable-input): Add autoload.
11717
11718 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11719
11720 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11721 strings of the variables it can override.
11722 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11723 %Q and %q, for fully-qualified domain name and unqualified host name.
11724
11725 2005-09-11 Kim F. Storm <storm@cua.dk>
11726
11727 * emacs-lisp/authors.el (authors-aliases): Update list.
11728 (authors-fixed-entries): Update mldrag.el entry.
11729
11730 2005-09-10 Alan Mackenzie <acm@muc.de>
11731
11732 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11733 from the region narrowed to.
11734
11735 2005-09-10 Magnus Henoch <mange@freemail.hu>
11736
11737 * textmodes/ispell.el (ispell-check-version): Signal an error if
11738 aspell version is less than 0.60.
11739
11740 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11741
11742 * progmodes/octave-inf.el (inferior-octave-startup):
11743 Resync current dir at the end.
11744
11745 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11746
11747 * woman.el (woman-topic-at-point-default):
11748 Rename to woman-use-topic-at-point-default.
11749 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11750 (woman-file-name): Reflect renames above. Automatically use the
11751 word at point as topic if woman-use-topic-at-point is non-nil.
11752 Otherwise offer it as default but don't insert it in the
11753 minibuffer. Also use `test-completion' instead of `assoc' as
11754 suggested by Stefan Monnier.
11755
11756 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11757
11758 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11759 the attempt to do it over Tramp. This is not yet supported.
11760
11761 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11762
11763 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11764 (menu-bar-non-minibuffer-window-p): New functions.
11765 ("Split Window", "Save As..."): Use them.
11766 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11767 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11768 Use menu-bar-menu-frame-live-and-visible-p.
11769 ("Save Buffer", "Insert File", "Open Directory...")
11770 ("Open File...", "Visit New File..."):
11771 Use menu-bar-non-minibuffer-window-p.
11772 (kill-this-buffer-enabled-p, dired <menu-enable>):
11773 Use menu-bar-non-minibuffer-window-p.
11774
11775 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11776
11777 * cus-start.el (all): Don't complain about fringe-related
11778 built-ins if fringes are not supported. Ditto about
11779 selection-related built-ins. Fix the test for GTK-related built-ins.
11780
11781 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11782 ("Postscript Print Buffer", "Print Region", "Save As...")
11783 ("Save", "Insert File...", "Open Directory...")
11784 ("Open File...", "Visit New File..."")
11785 ("Truncate Long Lines in this Buffer"): Don't look at
11786 menu-updating-frame if this display does not support multiple frames.
11787
11788 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11789
11790 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11791
11792 2005-09-09 Emilio Lopes <eclig@gmx.net>
11793
11794 * woman.el: Format- and whitespace-related changes.
11795
11796 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11797
11798 * woman.el: Fix my email address.
11799
11800 2005-09-08 Richard M. Stallman <rms@gnu.org>
11801
11802 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11803 (sh-mode): Locally set skeleton-pair-default-alist.
11804
11805 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11806
11807 * progmodes/flymake.el: Require `compile' unconditionally.
11808
11809 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11810
11811 * woman.el (woman-file-name): Provide a default, not initial input.
11812
11813 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11814
11815 * font-lock.el (font-lock-support-mode): Doc fix.
11816
11817 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11818
11819 2005-09-08 Richard M. Stallman <rms@gnu.org>
11820
11821 * simple.el (blink-matching-open): Get rid of text props from
11822 the string shown in echo area. Don't permanently set point.
11823 Some rearrangements.
11824
11825 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11826
11827 * recentf.el (recentf-filename-handler): Add custom choice
11828 `abbreviate-file-name'.
11829
11830 * msb.el (msb--very-many-menus): Fix typo.
11831
11832 * disp-table.el (standard-display-european): Don't set
11833 enable-multibyte-characters to nil.
11834
11835 2005-09-08 David Ponce <david@dponce.com>
11836
11837 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11838 (recentf-expand-file-name): Doc fix.
11839 (recentf-dialog-mode-map): Define digit shortcuts.
11840 (recentf--files-with-key): New variable.
11841 (recentf-show-digit-shortcut-filter): New function.
11842 (recentf-open-files-items): New function.
11843 (recentf-open-files): Use it.
11844 (recentf-open-file-with-key): New command.
11845
11846 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11847
11848 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11849 Suggested by Kim F. Storm.
11850 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11851 (Buffer-menu-make-sort-button): Use global keymap.
11852
11853 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11854
11855 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11856 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11857 necessary any longer with the remapped command.
11858 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11859 formatting time only.
11860
11861 * net/tramp.el (tramp-action-password)
11862 (tramp-multi-action-password): Compile the password prompt from
11863 `method', `user' and `host'. Sometimes it isn't obvious which
11864 password to enter, for example with remote files offered by
11865 recentf.el, or with multiple steps. Suggested by Robert Marshall
11866 <robert@chezmarshall.freeserve.co.uk>.
11867
11868 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11869
11870 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11871 Fix regexp for when "s///" is at the beginning of line.
11872
11873 2005-09-07 Jay Belanger <belanger@truman.edu>
11874
11875 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11876 when in matrix mode.
11877
11878 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11879
11880 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11881 non-anonymous functions.
11882
11883 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11884
11885 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11886 when using a header line. Otherwise, use mouse-1-click-follows-link.
11887
11888 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11889 can't be moved; don't signal an error.
11890
11891 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11892
11893 * cus-theme.el (custom-theme-write-faces): Save the current face
11894 spec, not the defface spec.
11895
11896 * custom.el (custom-known-themes): Clarify meaning of "standard".
11897 (custom-push-theme): Save old values in the standard theme.
11898 (disable-theme): Correct typo.
11899 (custom-face-theme-value) Deleted unused function.
11900 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11901
11902 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11903
11904 * progmodes/compile.el (compilation-goto-locus): Take into account
11905 iconified frames when determining whether the buffer is
11906 already visible.
11907 Don't reset window height if the window already existed.
11908
11909 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11910
11911 * custom.el (load-theme): Rename from require-theme.
11912 Add interactive spec.
11913 (enable-theme): Rename from custom-enable-theme.
11914 Add interactive spec.
11915 (disable-theme): Rename from custom-disable-theme.
11916 Add interactive spec.
11917 (custom-make-theme-feature): Doc fix.
11918 (custom-theme-directory): Doc fix.
11919 (provide-theme): Call enable-theme.
11920
11921 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11922
11923 * obsolete/lazy-lock.el (lazy-lock-mode):
11924 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11925 font-lock-mode if it's off. Print a warning instead.
11926
11927 * progmodes/compile.el (compilation-start): Ignore errors if the
11928 process died before we get to send-eof.
11929
11930 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11931 Undo last change. Enclosing the result in quotes broke things on Unix
11932 since tex-send-command passes it through shell-quote-argument.
11933 (tex-send-command): Pass `file' through convert-standard-filename
11934 when possible.
11935 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11936 info in a transcript.
11937
11938 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11939
11940 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11941 fix compilation warning. Reorder the key definitions to group
11942 together keys emitted by the current version of xterm.
11943
11944 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11945 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11946 Reorder predicates to correct min-color usage.
11947
11948 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11949
11950 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11951 Kill local variables when longlines-mode is turned off.
11952
11953 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11954
11955 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11956
11957 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11958
11959 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11960
11961 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11962 (font-lock-lines-before): Change default to being inactive.
11963 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11964 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11965
11966 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11967
11968 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11969 Deactivate temporarily advice if active (not needed for Emacs 22,
11970 but for backwards compatibility).
11971 (tramp-exists-file-name-handler): Rewrite. First implementation
11972 was too simple.
11973 (tramp-advice-make-auto-save-file-name):
11974 Call `tramp-handle-make-auto-save-file-name' (again, just for
11975 backwards compatibility).
11976
11977 2005-08-31 Reto Zimmermann <reto@gnu.org>
11978
11979 * progmodes/vhdl-mode.el
11980 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11981 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11982 (vhdl-set-default-project): New function (easier setting of default).
11983 (vhdl-port-copy): Handle extended identifiers for generics.
11984 (vhdl-compiler-alist): Better description for error message regexp.
11985 (vhdl-make): Query for target, use previous as default.
11986 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11987 (vhdl-font-lock-keywords-2): Fix fontification for record
11988 el. assign.
11989 (vhdl-speedbar-make-subpack-line): Add package body link.
11990 (vhdl-generate-makefile-1): Not include itself as dependency.
11991 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11992 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11993 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11994 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11995 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11996 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11997 (vhdl-import-project): Add string argument for `error'.
11998 (vhdl-compose-configuration)
11999 (vhdl-compose-configuration-architecture): Add configuration
12000 declaration generation.
12001 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
12002 (vhdl-trailer-re): Add "record" keyword (better indentation).
12003 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
12004 "[^ \t-\"]+".
12005 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
12006 (vhdl-testbench-entity-file-name)
12007 (vhdl-testbench-architecture-file-name): Allow separate
12008 customization of testbench file names.
12009 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
12010 (vhdl-get-visible-signals): Allow newline within alias declaration.
12011 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
12012 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
12013 (member-ignore-case): Alias for missing function in XEmacs.
12014 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
12015 (vhdl-update-sensitivity-list): Ignore case on read signals.
12016 (vhdl-replace-string): Adjust case only for file names.
12017 (vhdl-update-sensitivity-list): Fix search for read signals.
12018 (vhdl-update-sensitivity-list): Exclude formal parameters.
12019 (vhdl-get-visible-signals): Include aliases of signals.
12020 (vhdl-get-visible-signals): Fix signal name searching.
12021 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
12022 (vhdl-fixup-whitespace-region): Fix for character
12023 literals (e.g. `:').
12024
12025 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
12026
12027 * ansi-color.el (comint-last-output-start):
12028 * bs.el (font-lock-verbose):
12029 * diff-mode.el (add-log-buffer-file-name-function):
12030 * dired-x.el (vm-folder-directory):
12031 * faces.el (help-xref-stack-item):
12032 * files.el (font-lock-keywords):
12033 * find-lisp.el (dired-buffers, dired-subdir-alist):
12034 * ido.el (cua-inhibit-cua-keys):
12035 * log-view.el (cvs-minor-wrap-function):
12036 * outline.el (font-lock-warning-face):
12037 * simple.el (compilation-current-error):
12038 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
12039 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
12040 * tooltip.el (comint-prompt-regexp):
12041 * w32-fns.el (explicit-shell-file-name):
12042 * term/mac-win.el (mac-charset-info-alist)
12043 (mac-services-selection, mac-system-script-code):
12044 * term/tty-colors.el (msdos-color-values):
12045 * term/w32-win.el (xlfd-regexp-registry-subnum):
12046 * term/x-win.el (x-keysym-table, x-selection-timeout)
12047 (x-session-id, x-session-previous-id):
12048 * textmodes/ispell.el (mail-yank-prefix):
12049 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
12050 * textmodes/org.el (calc-embedded-close-formula)
12051 (calc-embedded-open-formula)
12052 (font-lock-unfontify-region-function):
12053 * textmodes/reftex-global.el (isearch-next-buffer-function)
12054 (TeX-master):
12055 * textmodes/reftex.el (font-lock-keywords):
12056 * textmodes/tex-mode.el (font-lock-comment-face)
12057 (font-lock-doc-face):
12058 * textmodes/texinfo.el (outline-heading-alist):
12059 Add defvars.
12060
12061 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
12062 (artist-spray-chars, artist-mode-init, artist-replace-string)
12063 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
12064 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
12065 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
12066
12067 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
12068 (conf-align-assignments): "?\ " -> "?\s".
12069
12070 * textmodes/reftex-index.el (TeX-master): Add defvar.
12071 (reftex-index-phrases-marker): Move up defvar.
12072
12073 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
12074 (reftex-toc-include-labels-indicator)
12075 (reftex-toc-include-index-indicator)
12076 (reftex-toc-max-level-indicator): Move up declarations.
12077
12078 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
12079 of args to `tramp-run-real-handler', even if it's empty in this case.
12080
12081 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12082
12083 * dired.el (dired-move-to-filename-regexp): Add date format for
12084 Mac OS X 10.3 in East Asian locales.
12085
12086 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
12087
12088 * files.el (make-auto-save-file-name): Add file name handler call
12089 if applicable.
12090
12091 * net/tramp.el (tramp-file-name-handler-alist)
12092 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
12093 (tramp-handle-make-auto-save-file-name): Rename from
12094 `tramp-make-auto-save-file-name'.
12095 (tramp-exists-file-name-handler): New defun.
12096 (tramp-advice-make-auto-save-file-name): Make defadvice only when
12097 `make-auto-save-file-name' is not a magic file name operation.
12098
12099 2005-08-30 Richard M. Stallman <rms@gnu.org>
12100
12101 * files.el (risky-local-variable-p):
12102 Match `-predicates' and `-commands.
12103
12104 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
12105 (custom-save-all): Visit the file if necessary;
12106 kill the buffer if we created it.
12107 (custom-save-delete): Don't visit file or kill buffer here.
12108
12109 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
12110
12111 * textmodes/org.el (org-special-keyword): New face.
12112 (org-table-copy-down, org-table-eval-formula)
12113 (org-table-recalculate, org-init-section-numbers):
12114 Use `string-to-number' instead of `string-to-int'.
12115 (org-get-location): Use `insert-buffer-substring' instead of
12116 `insert-buffer'.
12117 (org-modify-diary-entry-string): New function.
12118 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
12119 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
12120 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
12121 active region.
12122 (org-export-as-html): Handle QUOTE keyword.
12123 (org-quote-string): New option.
12124 (org-bookmark-jump-unhide): New function, used for
12125 `bookmark-after-jump-hook'.
12126 (org-diary-default-entry): Apply only when not called through
12127 `org-agenda'.
12128
12129 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
12130
12131 * net/eudc.el (mode-popup-menu):
12132 * play/handwrite.el (ps-printer-name, ps-lpr-command):
12133 * progmodes/ada-mode.el (compile-auto-highlight)
12134 (skeleton-further-elements):
12135 * progmodes/autoconf.el (font-lock-syntactic-keywords):
12136 * progmodes/cmacexp.el (msdos-shells):
12137 * progmodes/compile.el (font-lock-extra-managed-props)
12138 (font-lock-keywords, font-lock-maximum-size)
12139 (font-lock-support-mode):
12140 * progmodes/grep.el (font-lock-lines-before):
12141 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
12142 * progmodes/mixal-mode.el (compile-command):
12143 * progmodes/perl-mode.el (font-lock-comment-face)
12144 (font-lock-doc-face, font-lock-string-face):
12145 * progmodes/prolog.el (comint-prompt-regexp):
12146 * progmodes/sh-script.el (font-lock-comment-face)
12147 (font-lock-set-defaults, font-lock-string-face):
12148 * progmodes/sql.el (font-lock-keyword-face)
12149 (font-lock-set-defaults, font-lock-string-face):
12150 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
12151 (itimer-version, lazy-lock-defer-contextually)
12152 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
12153 Add defvars.
12154
12155 * progmodes/cperl-mode.el (cperl-electric-lbrace)
12156 (cperl-electric-keyword, cperl-electric-pod)
12157 (cperl-electric-backspace, cperl-forward-re)
12158 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
12159 (vc-rcs-header, vc-sccs-header): Add defvars.
12160
12161 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
12162 (font-lock-syntactic-keywords, gud-find-expr-function):
12163 Add defvars.
12164
12165 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
12166 (gdb-frame-parameters): Declare before use.
12167
12168 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
12169 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
12170 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
12171 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
12172
12173 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
12174 (idlwave-help-with-source): Use `insert-buffer-substring', not
12175 `insert-buffer'.
12176
12177 2005-08-29 Juri Linkov <juri@jurta.org>
12178
12179 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
12180 Put outline-back-to-heading function call inside save-excursion.
12181
12182 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
12183
12184 * man.el (Man-init-defvars, Man-translate-references)
12185 (Man-support-local-filenames, Man-highlight-references):
12186 * progmodes/sql.el (sql-interactive-mode):
12187 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
12188
12189 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
12190 (compilation-mode-font-lock-keywords): Add defvars.
12191 (checkdoc-interactive-loop): "?\ " -> "?\s".
12192
12193 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
12194 (font-lock-doc-face, font-lock-string-face)
12195 (font-lock-keywords-case-fold-search): Add defvars.
12196 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
12197
12198 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
12199 Don't pass X and Y (they are ignored anyway).
12200 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
12201 (mouse-delete-window): Make arguments optional.
12202
12203 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
12204 (caesar-translate-table, minor-modes, news-buffer-save)
12205 (news-group-name, news-minor-modes): Add defvars.
12206
12207 * emacs-lisp/lselect.el (mouse-highlight-priority)
12208 (x-lost-selection-functions, zmacs-regions):
12209 * emacs-lisp/pp.el (font-lock-verbose):
12210 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
12211 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
12212 (ses-mode-map):
12213 * emacs-lisp/tcover-unsafep.el (safe-functions):
12214 * international/mule-cmds.el (mac-system-coding-system)
12215 (mac-system-locale):
12216 * language/ethio-util.el (rmail-current-message)
12217 (rmail-message-vector):
12218 * language/thai-util.el (thai-auto-composition-mode):
12219 * mail/metamail.el (rmail-current-message, rmail-message-vector):
12220 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
12221 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
12222 (vm-primary-inbox, vm-spool-files):
12223 * mail/rmail.el (deleted-head, font-lock-fontified)
12224 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
12225 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
12226 (total-messages):
12227 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
12228 (rmail-summary-mode-map):
12229 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
12230 (rmail-last-label, rmail-last-multi-labels)
12231 (rmail-summary-vector, rmail-total-messages):
12232 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
12233 * mail/rmailsum.el (msgnum):
12234 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
12235 (rmail-current-message):
12236 * obsolete/fast-lock.el (font-lock-face-list):
12237 * obsolete/rnewspost.el (mail-reply-buffer):
12238 * obsolete/scribe.el (compile-command):
12239 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
12240
12241 2005-08-28 John Paul Wallington <jpw@gnu.org>
12242
12243 * ibuf-ext.el (ibuffer-auto-update-changed):
12244 Use `frame-or-buffer-changed-p' to check whether we need to update.
12245 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
12246 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
12247 as a `frame-or-buffer-changed-p' state vector instead.
12248
12249 2005-08-27 Romain Francoise <romain@orebokech.com>
12250
12251 * textmodes/makeinfo.el (makeinfo-compile):
12252 Use `compilation-start'. Set `next-error-function' according to
12253 `disable-errors'.
12254 (makeinfo-next-error): New function.
12255 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
12256 (makeinfo-buffer): Likewise.
12257
12258 * progmodes/compile.el (compilation-start): Add autoload cookie.
12259
12260 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
12261 * textmodes/sgml-mode.el: Likewise.
12262 * progmodes/python.el: Likewise.
12263
12264 2005-08-27 Eli Zaretskii <eliz@gnu.org>
12265
12266 * simple.el (blink-matching-paren-distance): Document the meaning
12267 of nil value, and allow to customize to nil.
12268
12269 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
12270 command.com, not command.exe.
12271
12272 2005-08-26 John Wiegley <johnw@newartisans.com>
12273
12274 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
12275 code around a bit so that an extraneous nil argument is not added
12276 to a command when no args are given.
12277
12278 * eshell/esh-arg.el (eshell-parse-double-quote): If a
12279 double-quoted argument resolves to nil, return it as an empty
12280 string rather than as nil. This made it impossible to pass "" to
12281 a shell script as a null string argument.
12282
12283 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
12284
12285 * outline.el (outline-invent-heading): New fun.
12286 (outline-promote, outline-demote): Use it.
12287 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
12288 (outline-end-of-subtree): Remove unused var `opoint'.
12289
12290 2005-08-26 David Reitter <david.reitter@gmail.com>
12291
12292 * menu-bar.el (truncate-lines, write-file, print-buffer)
12293 (ps-print-buffer-faces, ps-print-buffer, split-window):
12294 Disable menu items when the frame they refer to is invisible, or when
12295 they refer to a buffer and the minibuffer is selected.
12296
12297 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
12298
12299 * progmodes/flymake.el (flymake-highlight-err-lines):
12300 Use save-excursion around flymake-highlight-line to preserve point.
12301
12302 2005-08-26 Eli Zaretskii <eliz@gnu.org>
12303
12304 * progmodes/octave-mod.el: Change Author and Maintainer address.
12305 (octave-maintainer-address): Change Kurt's email address.
12306 * progmodes/octave-inf.el: Change Author and Maintainer address.
12307 * progmodes/octave-hlp.el: Change Author and Maintainer address.
12308
12309 2005-08-26 Kim F. Storm <storm@cua.dk>
12310
12311 * subr.el (version-list-<, version-list-<=, version-list-=):
12312 Rename from integer-list-*.
12313 (version-list-not-zero): Likewise. Fix while loop.
12314 (version=): Use version-list-= instead of string-equal.
12315
12316 2005-08-26 Richard M. Stallman <rms@gnu.org>
12317
12318 * outline.el (outline-promote): Try shortening the heading.
12319 As last resort, read the heading to use.
12320 (outline-demote): As last resort, read the heading to use.
12321
12322 2005-08-26 Romain Francoise <romain@orebokech.com>
12323
12324 * progmodes/compile.el (compilation-start): Doc fix.
12325
12326 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
12327 (antlr-font-lock-additional-keywords): Fix reference to
12328 `antlr-font-lock-literal-regexp' erroneously changed during the
12329 mass face rename.
12330 (antlr-run-tool): Use `compilation-start'.
12331
12332 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
12333 instead of the obsolete `compile-internal'.
12334
12335 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
12336
12337 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
12338 (number, original-date):
12339 * calendar/cal-china.el (date):
12340 * calendar/cal-coptic.el (date):
12341 * calendar/cal-french.el (date):
12342 * calendar/cal-hebrew.el (date, entry, number, original-date):
12343 * calendar/cal-islam.el (date, number, original-date):
12344 * calendar/cal-iso.el (date):
12345 * calendar/cal-julian.el (date):
12346 * calendar/cal-mayan.el (date):
12347 * calendar/cal-menu.el (date, event):
12348 * calendar/cal-persia.el (date):
12349 * calendar/lunar.el (date):
12350 * calendar/solar.el (date): Add defvars.
12351
12352 * emerge.el:
12353 * ibuffer.el:
12354 * info-xref.el:
12355 * obsolete/bg-mouse.el:
12356 * obsolete/sun-curs.el:
12357 * obsolete/swedish.el: Move the `defvar's to the top level.
12358
12359 * smerge-mode.el (smerge-refined-change): Add :group.
12360
12361 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
12362
12363 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
12364 (smerge-keep-n): Remove props.
12365 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
12366 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
12367 now that it's done in smerge-keep-n.
12368 (smerge-refined-change): New face.
12369 (smerge-refine-chopup-region, smerge-refine-highlight-change)
12370 (smerge-refine): New funs.
12371 (smerge-basic-map): Bind smerge-refine.
12372
12373 2005-08-25 Juri Linkov <juri@jurta.org>
12374
12375 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
12376 compilation-process-setup-function and compilation-disable-input
12377 in grep-mode instead of let-bindings in grep.
12378
12379 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
12380 Delete "Automatic File De/compression" (auto-compression-mode).
12381
12382 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
12383
12384 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
12385 Silence warning about non-existent variable.
12386
12387 2005-08-25 Richard M. Stallman <rms@gnu.org>
12388
12389 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
12390 Rename "Describe Key" to "Describe Key or Mouse Operation".
12391
12392 * mail/mailalias.el (build-mail-aliases): Delete comments
12393 from the contents before processing them.
12394
12395 * isearch.el (isearch-edit-string): Erase the Search prompt
12396 if user enters an empty string and there is no default.
12397
12398 * comint.el (comint-file-name-prefix): Add autoload.
12399
12400 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
12401
12402 * subr.el (play-sound): Rearrange to avoid warning.
12403
12404 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
12405
12406 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
12407 New hook.
12408 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
12409
12410 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12411
12412 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
12413
12414 * custom.el (custom-theme-set-variables): Sort minor modes last.
12415
12416 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12417
12418 * subr.el (version-separator, version-regexp-alist): New vars used by
12419 version comparison funs.
12420 (integer-list-<, integer-list-=, integer-list-<=)
12421 (integer-list-not-zero): New funs for integer list comparison.
12422 (version-to-list, version=, version<, version<=): New funs for version
12423 comparison.
12424
12425 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
12426
12427 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
12428 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
12429 time to silence the byte-compiler.
12430
12431 * ibuffer.el (ibuffer-compile-make-eliding-form)
12432 (ibuffer-check-formats): Use `with-no-warnings' to hide references
12433 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
12434 so it's silly to get warnings for it).
12435 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
12436 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
12437 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
12438 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
12439 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
12440 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
12441 Defvar at compile time.
12442 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
12443 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
12444 Declare them before use.
12445
12446 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
12447 (info-xref-good, info-xref-bad): Defvar at compile time.
12448
12449 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
12450 Use `let*' instead of `let'.
12451
12452 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
12453 (*mouse-y*, menu, char): Defvar at compile time.
12454 (sc::menu): Declare it before use.
12455 (sc::pack-one-line): Use `let', not `let*'.
12456
12457 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
12458 (mail-send-hook): Defvar at compile time.
12459
12460 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
12461 Defvar at compile time.
12462
12463 * term/sun-mouse.el (current-global-mousemap)
12464 (current-local-mousemap): Declare them before use.
12465
12466 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
12467
12468 * bookmark.el (bookmark-after-jump-hook): New hook.
12469 (bookmark-jump): Run `bookmark-after-jump-hook'.
12470
12471 2005-08-23 Juri Linkov <juri@jurta.org>
12472
12473 * faces.el (minibuffer-prompt): Doc fix.
12474
12475 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
12476
12477 * progmodes/xscheme.el: Trivial changes to silence warnings.
12478 (xscheme-previous-mode, xscheme-previous-process-state):
12479 Add defvars.
12480 (xscheme-last-input-end, xscheme-process-command-line)
12481 (xscheme-process-name, xscheme-buffer-name)
12482 (xscheme-expressions-ring-max, xscheme-expressions-ring)
12483 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
12484 (xscheme-control-g-synchronization-p)
12485 (xscheme-control-g-disabled-p, xscheme-string-receiver)
12486 (default-xscheme-runlight, xscheme-runlight)
12487 (xscheme-runlight-string, xscheme-process-filter-state)
12488 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
12489 Move to beginning of file.
12490 (scheme-interaction-mode-commands-alist)
12491 (scheme-interaction-mode-map, scheme-debugger-mode-map):
12492 Declare them before use. Note: the initialization code for the variables
12493 has not been moved because it uses functions that reference the variables.
12494 (xscheme-control-g-message-string, xscheme-process-filter-alist)
12495 (xscheme-prompt-for-expression-map): Declare them before use.
12496 (scheme-debugger-mode-commands): "?\ " -> "?\s".
12497
12498 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12499
12500 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12501
12502 2005-08-22 Juri Linkov <juri@jurta.org>
12503
12504 * faces.el (set-face-underline): Delete this duplicate function
12505 and make an obsolete alias to set-face-underline-p.
12506 (set-face-underline-p): Use docstring of set-face-underline.
12507 (describe-face): Create hyperlink to parent face.
12508
12509 * info.el (Info-insert-dir): Use save-excursion around
12510 insert-buffer-substring.
12511 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12512 (Info-escape-percent): Delete function.
12513 (Info-fontify-node): Replace Info-escape-percent by
12514 replace-regexp-in-string with REP arg set to lambda that
12515 duplicates `%' and preserves text properties.
12516
12517 * progmodes/compile.el (compilation-disable-input): Doc fix.
12518 (define-compilation-mode): Doc fix and refill.
12519 (kill-compilation): Use `mode-name' in the error message.
12520 (compilation-find-file): Use `compilation-error' in the
12521 read-file-name's prompt.
12522
12523 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12524
12525 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12526 (smerge-auto-leave): Make undo re-enable the mode.
12527 (debug-ignored-errors): Add the user-error of impossible resolution.
12528 (smerge-resolve): Move things around a bit, in preparation for later.
12529 (smerge-diff): Don't fail if the buffer has no associated file.
12530 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12531 (smerge-conflict-overlay): New function.
12532 (smerge-match-conflict): Don't add text properties here.
12533 (smerge-find-conflict): Instead, add an overlay here.
12534 Also check for the case where we're inside a conflict already, so as to
12535 obviate the need for font-lock-multiline, which is unbearably slow with
12536 large conflicts and ciomplex font-lock patterns.
12537 (smerge-remove-props): Remove overlay rather than text-properties.
12538 (smerge-mode): Don't set font-lock-multiline.
12539 Remove overlays when turned off.
12540
12541 2005-08-21 Kim F. Storm <storm@cua.dk>
12542
12543 * ido.el (ido-ignore-item-p): Use save-match-data.
12544 Bind case-fold-search to ido-case-fold locally.
12545
12546 2005-08-20 Richard M. Stallman <rms@gnu.org>
12547
12548 * files.el (normal-mode): If font lock is on, turn it off and on.
12549
12550 * subr.el (replace-regexp-in-string): Doc fix.
12551
12552 * startup.el (command-line-1): Don't suppress startup screen
12553 due to existing processes.
12554
12555 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12556
12557 * progmodes/compile.el (compilation-disable-input): Default to nil.
12558
12559 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12560
12561 * progmodes/compile.el (compilation-disable-input): New defcustom.
12562 (compilation-start): If compilation-disable-input is non-nil, send
12563 EOF to the compilation process.
12564
12565 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12566
12567 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12568 Run the argument of tex-shell-cd-command through
12569 convert-standard-filename, to get the correct style of slashes on
12570 Windows, and enclose the result in quotes, in case the file name
12571 includes whitespace or other special characters.
12572
12573 2005-08-19 Andreas Schwab <schwab@suse.de>
12574
12575 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12576 process.
12577
12578 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12579
12580 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12581
12582 2005-08-18 Kim F. Storm <storm@cua.dk>
12583
12584 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12585
12586 2005-08-18 Richard M. Stallman <rms@gnu.org>
12587
12588 * scroll-lock.el: New file.
12589
12590 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12591
12592 * dired.el (dired-move-to-end-of-filename):
12593 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12594
12595 2005-08-18 Kim F. Storm <storm@cua.dk>
12596
12597 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12598 rather than toggle mode when custom value is nil.
12599 (ido-everywhere): Fix defun doc string.
12600
12601 2005-08-17 Richard M. Stallman <rms@gnu.org>
12602
12603 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12604 as tag instead of "Inviolable".
12605
12606 2005-08-17 Kim F. Storm <storm@cua.dk>
12607
12608 * windmove.el (windmove-coordinates-of-position): Remove.
12609 (windmove-coordinates-of-window-position): Remove.
12610 (windmove-reference-loc): Use posn-at-point instead.
12611
12612 * subr.el (insert-for-yank-1): Doc fix.
12613
12614 * ido.el (ido-enter-matching-directory): Rename from
12615 ido-enter-single-matching-directory. Change `slash' choice to
12616 `only'. Add `first' choice.
12617 (ido-exhibit): Adapt to above changes.
12618
12619 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12620
12621 * Makefile.in: Expand comment about building loaddefs.el.
12622
12623 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12624
12625 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12626 Comment use of defadvice.
12627
12628 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12629
12630 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12631
12632 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12633 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12634 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12635 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12636 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12637 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12638 for backward compatibility for faces that did not appear in the
12639 previous Emacs release.
12640
12641 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12642
12643 2005-08-15 Kim F. Storm <storm@cua.dk>
12644
12645 * emulation/cua-base.el (cua-delete-region): Return t if
12646 deleted region was non-empty.
12647 (cua-replace-region): Inhibit overwrite-mode for
12648 self-insert-command if replaced region was non-empty.
12649 (cua--explicit-region-start, cua--status-string): Make them
12650 buffer-local at top-level...
12651 (cua-mode): ...rather than when mode is enabled.
12652
12653 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12654
12655 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12656 Set t for Emacs 21, 22, and so on.
12657
12658 2005-08-15 David Ponce <david@dponce.com>
12659
12660 * tree-widget.el: Update Commentary header.
12661 (tree-widget-theme): Doc fix.
12662 (tree-widget-space-width): New option.
12663 (tree-widget-image-properties): Look up in the default theme too.
12664 (tree-widget--cursors): Only for images with arrow pointer shape.
12665 (tree-widget-lookup-image): Pointer shape is hand by default.
12666 (tree-widget-icon): Rename generic icon widget from
12667 `tree-widget-control'.
12668 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12669 derive from `tree-widget-icon'.
12670 (tree-widget-handle): Improve default look and feel of the text
12671 representation.
12672 (tree-widget): Rename :*-control properties to :*-icon properties.
12673 Add :action and :help-echo properties.
12674 (tree-widget-after-toggle-functions): Move.
12675 (tree-widget-close-node, tree-widget-open-node): Remove.
12676 (tree-widget-before-create-icon-functions): New hook.
12677 (tree-widget-value-create): Update to allow customization of icons
12678 and nodes at run-time via that new hook.
12679 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12680 (tree-widget-icon-action, tree-widget-icon-help-echo)
12681 (tree-widget-action, tree-widget-help-echo): New functions.
12682
12683 2005-08-15 Kim F. Storm <storm@cua.dk>
12684
12685 * ido.el (ido-buffer-internal): Use with-no-warnings.
12686 (ido-make-merged-file-list): Use while-no-input.
12687
12688 2005-08-15 Richard M. Stallman <rms@gnu.org>
12689
12690 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12691 (flyspell-large-region): Fix doc and custom type.
12692
12693 2005-08-14 Richard M. Stallman <rms@gnu.org>
12694
12695 * files.el (interpreter-mode-alist): Doc fix.
12696
12697 * mail/rmail.el (rmail-nonignored-headers): New variable.
12698 (rmail-clear-headers): Use it.
12699 (rmail-reply): Better handling of mail-followup-to header.
12700
12701 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12702 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12703 don't try to refer to executable-font-lock-keywords.
12704 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12705 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12706 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12707 (sh-mode): Set comment-start-skip, local-abbrev-table,
12708 imenu-case-fold-search.
12709 (sh-set-shell): Don't set them here.
12710 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12711 Don't cache the results in the original alist; don't ever modify
12712 that alist.
12713
12714 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12715
12716 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12717 empty.
12718
12719 2005-08-15 Andreas Schwab <schwab@suse.de>
12720
12721 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12722
12723 * dired.el, info.el, mail/rmail.el: Revert last change.
12724
12725 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12726
12727 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12728 modification in `eval-after-load' form.
12729 * info.el: Likewise.
12730 * mail/rmail.el: Likewise.
12731
12732 2005-08-14 Juri Linkov <juri@jurta.org>
12733
12734 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12735 Remove highlighting of "Compilation started". Highlight only
12736 the word "finished" in "Compilation finished". Add highlighting
12737 of "interrupt", "killed", "terminated" and the exit code.
12738 (compilation-start): Add newline after header. Use exactly the
12739 same time stamp format as the finishing message.
12740 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12741
12742 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12743 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12744 Add highlighting of "interrupt", "killed", "terminated".
12745
12746 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12747 enabled and the current command is self-insert-command, call it
12748 explicitly with overwrite-mode bound to nil, to not allow it
12749 to delete the character after the selected region.
12750
12751 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12752
12753 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12754 move-end-of-line, end-of-line, and beginning-of-line to the list
12755 of commands after which the echo area is updated.
12756
12757 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12758
12759 * cus-edit.el (custom-save-all, custom-save-delete):
12760 Bind recentf-exclude to exclude custom-file.
12761
12762 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12763
12764 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12765 to go to the bottom of the mail message. Added to
12766 `rmail-summary-mode-map' with key "/".
12767 (rmail-summary-show-message): New (internal) function for use by
12768 both `rmail-summary-beginning/end-of-message'.
12769 (rmail-summary-beginning-of-message): Change to use
12770 rmail-summary-show-message.
12771
12772 * mail/rmail.el (rmail-end-of-message): New command to go to the
12773 end of the current message. Added to `rmail-mode-map' with key "/".
12774 (rmail-beginning-of-message): Fix to work as documented.
12775 (rmail-mode): Change documentation.
12776
12777 * progmodes/compile.el (compilation-start): Add the line
12778 "Compilation started" with compilation start time.
12779 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12780
12781 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12782
12783 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12784 of menu items.
12785
12786 2005-08-11 Richard M. Stallman <rms@gnu.org>
12787
12788 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12789
12790 * battery.el (battery-status-function): Don't use ignore-errors.
12791
12792 2005-08-11 Lute Kamstra <lute@gnu.org>
12793
12794 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12795 define-obsolete-variable-alias.
12796
12797 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12798
12799 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12800 (ange-ftp-send-cmd): Revert last change, and expand
12801 the comment explaining the problem.
12802
12803 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12804
12805 * ldefs-boot.el: Update.
12806
12807 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12808 item to "Time, Load and Mail". Change help echo text.
12809
12810 * time.el (display-time-use-mail-icon, display-time-format)
12811 (display-time-string-forms): Shorten first line of docstrings.
12812
12813 2005-08-10 Lars Hansen <larsh@soem.dk>
12814
12815 * desktop.el (desktop-buffer-mode-handlers):
12816 Make non-customizable. Add autoload cookie. Change initial value to
12817 nil; add elements in respective modules instead. Fix doc string.
12818 (desktop-load-file): New function.
12819 (desktop-minor-mode-handlers): New autoloaded variable.
12820 (desktop-create-buffer): Call minor mode handlers.
12821 Use desktop-load-file to load major and minor mode modules prior to
12822 checking for a handler.
12823 (desktop-save): Don't add nil to desktop-minor-modes for minor
12824 modes with nil function in desktop-minor-mode-table. Don't delete
12825 desktop file before rewriting it.
12826 (desktop-locals-to-save): Add autoload cookie. Don't make
12827 automatically buffer-local. Add variables column-number-mode,
12828 size-indication-mode, indent-tabs-mode,
12829 indicate-buffer-boundaries, indicate-empty-lines and
12830 show-trailing-whitespace.
12831 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12832 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12833 (desktop-clear-preserve-buffers-regexp): Delete.
12834 (desktop-clear-preserve-buffers): Update initial value and docstring.
12835 (desktop-save-buffer): Fix doc string.
12836
12837 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12838 (hilit-chg-desktop-restore): New function.
12839 (highlight-changes-mode): Add highlight-changes-mode to
12840 desktop-locals-to-save.
12841
12842 * dired.el: Add handler to desktop-buffer-mode-handlers.
12843 (dired-restore-desktop-buffer): Remove autoload cookie.
12844 (dired-mode): Add autoload cookie.
12845
12846 * info.el: Add handler to desktop-buffer-mode-handlers.
12847 (Info-restore-desktop-buffer): Remove autoload cookie.
12848 (Info-mode): Add autoload cookie.
12849
12850 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12851 (mh-restore-desktop-buffer): Remove autoload cookie.
12852 (mh-folder-mode): Add autoload cookie.
12853
12854 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12855 (rmail-restore-desktop-buffer): Remove autoload cookie.
12856
12857 2005-08-11 Masatake YAMATO <jet@gyve.org>
12858
12859 * hexl.el (hexl-address-region):
12860 (hexl-ascii-region, hexl-font-lock-keywords):
12861 (hexl-highlight-line-range): Use the term "region"
12862 instead of "area" for consistency with the other symbols
12863 defined in hexl.el.
12864
12865 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12866
12867 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12868 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12869 out by Juri Linkov). Add `display-battery-mode'.
12870
12871 2005-08-09 Juri Linkov <juri@jurta.org>
12872
12873 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12874 Remove `-text' from face variable names.
12875 (compilation-error-file-name, compilation-warning-file-name)
12876 (compilation-info-file-name): Delete faces.
12877 (compilation-line-number, compilation-column-number):
12878 Remove face underlining.
12879 (compilation-message-face): Set to `underline' value by default.
12880 (compilation-error-face, compilation-warning-face)
12881 (compilation-info-face): Remove `-file-name' from face names.
12882 (compilation-error-text-face, compilation-warning-text-face)
12883 (compilation-info-text-face): Delete face variables.
12884 (compilation-text-face): Delete function.
12885
12886 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12887 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12888 (grep-error-face): Set to `compilation-error' instead of
12889 `compilation-error-face' (which is redefined to `grep-hit-face' in
12890 grep buffers).
12891 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12892 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12893
12894 * dired-aux.el (dired-do-query-replace-regexp):
12895 Use `query-replace-read-args'.
12896
12897 * replace.el (query-replace-read-from, query-replace-read-to)
12898 (query-replace-read-args): Rename arg `string' to `prompt'.
12899
12900 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12901
12902 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12903
12904 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12905 uploading files.
12906 (ange-ftp-canonize-filename): Handle file names beginning with ~
12907 correctly.
12908
12909 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12910
12911 * textmodes/fill.el (canonically-space-region)
12912 (fill-context-prefix, fill-french-nobreak-p)
12913 (fill-delete-newlines, fill-comment-paragraph)
12914 (justify-current-line): "?\ " -> "?\s".
12915
12916 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12917
12918 * textmodes/fill.el (fill-nonuniform-paragraphs):
12919 Improve argument/docstring consistency.
12920
12921 2005-08-09 Richard M. Stallman <rms@gnu.org>
12922
12923 * textmodes/ispell.el (ispell-word): More fboundp checks.
12924
12925 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12926 (find-file-noselect-1): Call it here, only if RAWFILE.
12927 (normal-mode): Always set some major mode.
12928 (save-some-buffers-action-alist): Change some explanation strings.
12929 (file-name-non-special): In the `quote' method, use unwind-protect.
12930
12931 2005-08-09 Magnus Henoch <mange@freemail.hu>
12932
12933 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12934 (ispell-have-aspell-dictionaries): New variable.
12935 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12936 (ispell-get-aspell-config-value): New function.
12937 (ispell-aspell-find-dictionary): New function.
12938 (ispell-aspell-add-aliases): New function.
12939 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12940 appropriate. Don't look for ispell dictionaries if we use aspell.
12941 (ispell-menu-map): Don't build a submenu of dictionaries.
12942
12943 2005-08-09 Richard M. Stallman <rms@gnu.org>
12944
12945 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12946 (sql-read-passwd): Use read-passwd.
12947
12948 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12949 (idlwave-toolbar-is-possible): Add defvars.
12950
12951 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12952 Avoid warnings.
12953
12954 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12955 (idlwave-system-class-info, idlwave-executive-commands-alist):
12956 Use defvar.
12957
12958 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12959
12960 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12961 Avoid warnings.
12962
12963 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12964 and content-type: headers.
12965
12966 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12967
12968 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12969 and rename some of them to be more self-explanatory.
12970
12971 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12972
12973 * startup.el (command-line-1): Implement -scriptload.
12974
12975 * replace.el (occur-engine): Initial *Occur* output not undoable.
12976
12977 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12978 and improve help strings.
12979
12980 * isearch.el (isearch-repeat): When changing direction,
12981 mark search successful.
12982
12983 * ediff-init.el: Use (featurep 'xemacs).
12984
12985 * comint.el (send-invisible): Identify buffer, if not selected.
12986
12987 * align.el: Delete autoload for c-guess-basic-syntax.
12988
12989 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12990
12991 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12992 Improve argument/docstring consistency. Doc fixes.
12993 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12994 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12995 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12996 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12997 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12998 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12999 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
13000 Defvar at compile time.
13001
13002 2005-08-09 Juri Linkov <juri@jurta.org>
13003
13004 * info.el: Replace `info' with upper-case `Info' where appropriate.
13005 (info-title-1, info-title-2, info-title-3, info-title-4)
13006 (info-menu-header): Move up face definitions.
13007 (info-menu-star): Rename from `info-menu-5'.
13008 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
13009 (Info-fontify-visited-nodes): Fix docstring.
13010 (Info-hide-note-references): Fix docstring.
13011 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
13012 menu items in the same way as on cross-references.
13013 (info-apropos): Fix sorting order and formatting to be like in the
13014 stand-alone Info browser. Display error messages for 1 sec.
13015 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
13016 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
13017 from the menu bar.
13018 (Info-insert-dir): Restore point after calling
13019 `insert-buffer-substring'.
13020
13021 2005-08-08 Richard M. Stallman <rms@gnu.org>
13022
13023 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
13024 (recompute-lucid-menubar): Add defvars.
13025
13026 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
13027
13028 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
13029
13030 * net/net-utils.el (run-dig): Rename from `dig'.
13031
13032 * play/gametree.el (gametree-mode): Use make-local-variable,
13033 not make-variable-buffer-local.
13034
13035 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
13036
13037 * ansi-color.el (ansi-color-make-extent)
13038 (ansi-color-set-extent-face): Use fboundp, not functionp.
13039
13040 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
13041 not make-variable-buffer-local.
13042
13043 * bookmark.el (Info-current-file): Add defvar.
13044 (bookmark-jump-noselect): Use with-no-warnings.
13045
13046 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
13047
13048 * ebuff-menu.el (Helper-return-blurb): Add defvar.
13049
13050 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
13051
13052 * find-file.el (ada-procedure-start-regexp)
13053 (ada-package-start-regexp): Add defvars.
13054
13055 * info.el (Info-insert-dir): Use insert-buffer-substring.
13056
13057 * xml.el (xml-att-def-re): Add defvar.
13058
13059 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
13060 calling convention.
13061
13062 * subr.el (while-no-input): Return t if there is input.
13063
13064 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
13065
13066 * cus-start.el (all): Add `overflow-newline-into-fringe'.
13067
13068 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
13069
13070 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
13071 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
13072
13073 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
13074
13075 * cmuscheme.el (scheme-start-file): Replace reference to
13076 `user-emacs-directory' by "~/.emacs.d/".
13077
13078 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
13079
13080 * info.el (Info-dir-remove-duplicates): Avoid case folding
13081 in loop; instead, keep downcased strings for comparison.
13082 Suggested by Helmut Eller.
13083
13084 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
13085
13086 Sync with Tramp 2.0.50.
13087
13088 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
13089 XEmacs case; not necessary anymore.
13090 (tramp-user-regexp): Allow "@" as part of user name.
13091 (tramp-handle-set-visited-file-modtime)
13092 (tramp-handle-insert-file-contents)
13093 (tramp-handle-write-region): No special handling for
13094 `last-coding-system-used, because this is done in
13095 `tramp-accept-process-output' now.
13096 (tramp-accept-process-output): New defun.
13097 (tramp-process-one-action, tramp-process-one-multi-action)
13098 (tramp-wait-for-regexp, tramp-wait-for-output)
13099 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
13100 Howells <dhowells@redhat.com>.
13101 (clear-visited-file-modtime): Defadvice removed. The check for
13102 unset buffer's modtime does not need to be based on
13103 `tramp-buffer-file-attributes'. Suggested by RMS.
13104 (tramp-message): Insert "\n" if not being at beginning of line.
13105 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
13106 sequence with same logic.
13107 (tramp-completion-handle-expand-file-name): Discard call of
13108 `tramp-drop-volume-letter'. It is not necessary, and there have
13109 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
13110 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
13111 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
13112 should always be visible.
13113 (tramp-handle-insert-directory, tramp-setup-complete)
13114 (tramp-set-process-query-on-exit-flag)
13115 (tramp-append-tramp-buffers): Pacify byte-compiler.
13116 (tramp-bug): Delete non-existing variables from list.
13117 Apply `tramp-load-report-modules' as pre-hook.
13118 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
13119 `shell-prompt-pattern' because of non-7bit characters.
13120 Reported by Sebastian Luque <sluque@mun.ca>.
13121 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
13122 (tramp-match-string-list): Remove function.
13123 (tramp-wait-for-regexp): Remove call of that function.
13124 Suggested by Kim F. Storm <storm@cua.dk>.
13125 (tramp-set-auto-save-file-modes): Use octal integer code #o600
13126 instead of octal character code ?\600. The latter resulted in a
13127 syntax error with XEmacs.
13128
13129 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
13130 XEmacs case; not necessary anymore.
13131 (tramp-smb-handle-write-region): No special handling for
13132 `last-coding-system-used, because this is done in
13133 `tramp-accept-process-output' now.
13134 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
13135
13136 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
13137
13138 * wid-edit.el (widget-choice-value-create):
13139 Unconditionally respect user choice. Set :explicit-choice back to nil
13140 when no longer needed.
13141 (widget-choice-action): Unconditionally respect user choice.
13142 Eliminate :explicit-choice-value.
13143
13144 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
13145
13146 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
13147 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
13148 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
13149 running new function `toggle-indicate-empty-lines'.
13150 Rename "Customize" item to "Customize fringe".
13151 Rename "Indicators" item to "Buffer boundaries" and change help echo.
13152 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
13153 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
13154 Delete "Empty lines only" item.
13155 (menu-bar-showhide-fringe-ind-customize): New function.
13156 (menu-bar-showhide-fringe-ind-mixed)
13157 (menu-bar-showhide-fringe-ind-box)
13158 (menu-bar-showhide-fringe-ind-right)
13159 (menu-bar-showhide-fringe-ind-left)
13160 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
13161 instead of `fringe-indicators'.
13162
13163 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
13164
13165 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
13166 Change the date of last update.
13167
13168 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
13169
13170 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
13171 (viper-exec-yank, viper-put-back): Don't display modification msg
13172 if in the minibuffer.
13173
13174 * viper-init.el (viper-replace-overlay-cursor-color)
13175 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
13176 Make variables frame local.
13177
13178 * viper-util.el (viper-append-filter-alist): Use append instead of
13179 nconc.
13180
13181 * viper.el (viper-vi-state-mode-list)
13182 (viper-emacs-state-mode-list): Move help-mode and
13183 completion-list-mode from the first list to the second.
13184 (viper-mode): Docstring.
13185 (viper-go-away, viper-non-hook-settings): Don't localize
13186 minor-mode-alist in newer Emacsen. Add advice to
13187 set-cursor-color. Don't bind "\C-c\\".
13188
13189 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
13190
13191 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
13192 (scheme-macro-expand-command): New user options.
13193 (scheme-trace-procedure, scheme-expand-current-form): New commands.
13194 (scheme-form-at-point, scheme-start-file)
13195 (scheme-interactively-start-process): New functions.
13196 (scheme-get-process): New function, extracted from `scheme-proc'.
13197 (run-scheme): Call `scheme-start-file' to get start file, and pass
13198 it to `make-comint'.
13199 (switch-to-scheme, scheme-proc):
13200 Call `scheme-interactively-start-process' if no Scheme buffer/process
13201 is available.
13202
13203 2005-08-06 Juri Linkov <juri@jurta.org>
13204
13205 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13206 Use `compilation-text-face', `compilation-info-text-face' and
13207 `compilation-error-text-face' instead of `font-lock-keyword-face'.
13208 (compilation-error): New face.
13209 (compilation-error-file-name): Inherit from
13210 `compilation-error' instead of `font-lock-warning-face'.
13211 (compilation-warning-file-name): Inherit from
13212 `compilation-warning' instead of `font-lock-warning-face'.
13213 (compilation-info, compilation-error-file-name)
13214 (compilation-warning-file-name, compilation-info-file-name)
13215 (compilation-line-number, compilation-column-number): Doc fix.
13216 (compilation-error-text-face, compilation-warning-text-face)
13217 (compilation-info-text-face): New face variables.
13218 (compilation-line-face, compilation-column-face)
13219 (compilation-enter-directory-face)
13220 (compilation-leave-directory-face): Doc fix.
13221 (compilation-text-face): New function.
13222
13223 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
13224 instead of 1 to display binary file names as info file links.
13225 (grep-error-face): Use `compilation-error-face' instead of
13226 `font-lock-keyword-face'.
13227 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
13228 and `compilation-warning-text-face' instead of
13229 `font-lock-keyword-face'. Use `compilation-error-text-face'
13230 instead of `grep-error-face'.
13231
13232 2005-08-05 Kenichi Handa <handa@m17n.org>
13233
13234 * international/code-pages.el: Add autoload cookies for all coding
13235 systems.
13236
13237 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
13238
13239 * cus-start.el (all): Put undo.c where it alphabetically belongs.
13240
13241 2005-08-04 Juri Linkov <juri@jurta.org>
13242
13243 * progmodes/compile.el (compilation-mode-map):
13244 * progmodes/grep.el (grep-mode-map):
13245 Bind TAB to `compilation-next-error' and [backtab] to
13246 `compilation-previous-error'.
13247
13248 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
13249 matching line numbers, column numbers and their ranges with regexp
13250 matching only line numbers.
13251 (grep-context-face): New face variable.
13252 (grep-mode-font-lock-keywords): Use it.
13253
13254 * faces.el (read-face-name): Delete duplicate faces.
13255
13256 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
13257
13258 * thumbs.el (thumbs-find-image): Don't make variables
13259 automatically buffer local.
13260 (thumbs-current-tmp-filename, thumbs-current-image-filename)
13261 (thumbs-image-num): Make automatically buffer local.
13262 (thumbs-show-thumbs-list): Use `make-local-variable', not
13263 `make-variable-buffer-local'.
13264 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
13265
13266 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
13267 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
13268 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
13269 (bother, bye, canyou, chatlst, continue, deathlst, describe)
13270 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
13271 (feelings-about, foullst, found, hello, history, howareyoulst)
13272 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
13273 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
13274 (neglst, obj, object, owner, please, problems, qlist)
13275 (random-adjective, relation, remlst, repetitive-shortness)
13276 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
13277 (shortlst, something, sportslst, stallmanlst, states, subj)
13278 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
13279 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
13280 Defvar at compile time.
13281
13282 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
13283 not `make-variable-buffer-local'.
13284
13285 2005-08-02 Kim F. Storm <storm@cua.dk>
13286
13287 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
13288 rectangle overlay in selected window.
13289
13290 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
13291
13292 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
13293 instead of display group. Make `indicate-buffer-boundaries'
13294 customizable through Custom.
13295
13296 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
13297
13298 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
13299 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
13300 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
13301 (gdb-put-string): Fix typos in docstrings.
13302
13303 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
13304
13305 Update copyright notices of files in progmodes directory for
13306 release of Emacs 22.1.
13307
13308 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
13309
13310 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
13311 Don't barf if the GUD buffer has been killed.
13312
13313 2005-08-01 Kim F. Storm <storm@cua.dk>
13314
13315 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
13316
13317 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
13318
13319 * simple.el (next-error-follow-minor-mode):
13320 make-variable-buffer-local -> make-local-variable.
13321
13322 * emacs-lisp/cl-extra.el: Require CL also when compiling.
13323
13324 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
13325 (byte-compile-form-make-variable-buffer-local): New functions to warn
13326 about misuses of make-variable-buffer-local where make-local-variable
13327 was meant.
13328
13329 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
13330
13331 * bs.el (bs-attributes-list): Doc fix.
13332 (bs): Update url-link.
13333
13334 * desktop.el (desktop-save-buffer): Fix typos in docstring.
13335 (desktop-load-default): Simplify.
13336
13337 * ibuffer.el (ibuffer-columnize-and-insert-list)
13338 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
13339 (ibuffer-unmark-all, ibuffer-toggle-marks)
13340 (ibuffer-unmark-forward, ibuffer-unmark-backward)
13341 (ibuffer-compile-make-format-form, ibuffer-format-column)
13342 (ibuffer-current-buffers-with-marks)
13343 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
13344 (ibuffer): Doc fix.
13345 (ibuffer-mode): Fix typo in docstring.
13346 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
13347 with `define-obsolete-variable-alias'.
13348 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
13349
13350 2005-07-29 Kenichi Handa <handa@m17n.org>
13351
13352 * international/mule-cmds.el (select-message-coding-system):
13353 Be sure to use LF for end-of-line. If no coding system is decided,
13354 return iso-8859-1-unix.
13355
13356 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
13357
13358 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
13359 (ange-ftp-pending-error-line): New vars.
13360 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
13361 to handle the non-fatal no-route-to-host messages.
13362 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
13363
13364 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
13365
13366 * isearch.el (isearch-mode-map, isearch-other-meta-char)
13367 (isearch-quote-char, isearch-printing-char)
13368 (isearch-text-char-description): "?\ " -> "?\s".
13369 (isearch-lazy-highlight-cleanup)
13370 (isearch-lazy-highlight-initial-delay)
13371 (isearch-lazy-highlight-interval)
13372 (isearch-lazy-highlight-max-at-a-time)
13373 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
13374 Declare with define-obsolete-*-alias macros.
13375 (isearch-forward): Fix typo in docstring.
13376 (search-invisible, search-ring-yank-pointer)
13377 (regexp-search-ring-yank-pointer): Doc fixes.
13378
13379 * recentf.el (recentf-menu-append-commands-p): Declare with
13380 `define-obsolete-variable-alias'.
13381 (recentf-max-saved-items, recentf-menu-filter)
13382 (recentf-arrange-by-rule-subfilter): Doc fixes.
13383 (recentf-menu-append-commands-flag)
13384 (recentf-initialize-file-name-history, recentf-expand-file-name)
13385 (recentf-clear-data): Fix typos in docstrings.
13386
13387 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
13388
13389 * progmodes/gdb-ui.el: Smarten comments.
13390 (gdb-info-breakpoints-custom): Use nowarn when finding file.
13391
13392 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13393
13394 * term/apollo.el (terminal-init-apollo): New function containing
13395 all former top level forms in the file.
13396 * term/bobcat.el (terminal-init-bobcat):
13397 * term/cygwin.el (terminal-init-cygwin):
13398 * term/iris-ansi.el (terminal-init-iris-ansi):
13399 * term/linux.el (terminal-init-linux):
13400 * term/news.el (terminal-init-news):
13401 * term/rxvt.el (terminal-init-rxvt):
13402 * term/sun.el (terminal-init-sun):
13403 * term/tvi970.el (terminal-init-tvi970):
13404 * term/vt100.el (terminal-init-vt100):
13405 * term/vt102.el (terminal-init-vt102):
13406 * term/vt125.el (terminal-init-vt125):
13407 * term/vt200.el (terminal-init-vt200):
13408 * term/vt201.el (terminal-init-vt201):
13409 * term/vt220.el (terminal-init-vt220):
13410 * term/vt240.el (terminal-init-vt240):
13411 * term/vt300.el (terminal-init-vt300):
13412 * term/vt320.el (terminal-init-vt320):
13413 * term/vt400.el (terminal-init-vt400):
13414 * term/vt420.el (terminal-init-vt420):
13415 * term/wyse50.el (terminal-init-wyse50):
13416 * term/xterm.el (terminal-init-xterm): Likewise.
13417
13418 * term/README: Describe the terminal-init-* functionality.
13419
13420 * startup.el (command-line): After loading the terminal initialization
13421 file call the corresponding terminal initialization function.
13422
13423 2005-07-27 Kenichi Handa <handa@m17n.org>
13424
13425 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
13426 negative.
13427
13428 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
13429 (ps-mule-composition-prologue): Fix for the case that
13430 RelativeCompose is false.
13431
13432 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13433
13434 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
13435
13436 * descr-text.el (describe-char): Handle the case where the list of
13437 chars is displayed in a separate frame.
13438 Be a bit more discriminating when looking for the char.
13439
13440 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
13441
13442 * bookmark.el (bookmark-automatically-show-annotations)
13443 (bookmark-read-annotation-text-func): Doc fixes.
13444 (bookmark-save): Improve argument/docstring consistency.
13445 (bookmark-get-bookmark, bookmark-get-bookmark-record)
13446 (bookmark-alist-from-buffer)
13447 (bookmark-upgrade-file-format-from-0)
13448 (bookmark-grok-file-format-version)
13449 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
13450 (bookmark-read-annotation-mode)
13451 (bookmark-insert-current-bookmark, bookmark-jump)
13452 (bookmark-exit-hook): Fix typos in docstrings.
13453 (bookmark-exit-hooks): Define as obsolete alias.
13454 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
13455 not `bookmark-exit-hooks'. Fix docstring.
13456 (bookmark-bmenu-select): "?\ " -> "?\s".
13457
13458 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
13459
13460 * startup.el (command-line): Fix typo.
13461
13462 2005-07-24 Richard M. Stallman <rms@gnu.org>
13463
13464 * tooltip.el (tooltip-mode): Test emacs-basic-display,
13465 not emacs-quick-startup.
13466
13467 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
13468
13469 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13470 (reb-next-match, reb-show-subexp): Use `with-selected-window'
13471 instead of `reb-with-current-window'.
13472 (reb-prev-match): Likewise. Also, don't move left if the search
13473 was unsuccessful.
13474 (reb-initialize-buffer): New function.
13475 (re-builder, reb-change-syntax): Use it.
13476
13477 * man.el (Man-goto-page): Make second argument NOERROR optional.
13478
13479 2005-07-23 Richard M. Stallman <rms@gnu.org>
13480
13481 * man.el (Man-bgproc-sentinel): Check here for failure to find
13482 any man page in the output, and report the error here.
13483 (Man-arguments): Make it permanent local.
13484 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
13485 (Man-mode): Pass t for NOERROR.
13486
13487 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
13488 (grep-mode-font-lock-keywords):
13489 Don't use compilation-...-face for messages that are not file names.
13490
13491 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13492 Don't use compilation-...-face for messages that are not file names.
13493
13494 2005-07-22 Juri Linkov <juri@jurta.org>
13495
13496 * startup.el (normal-splash-screen): Update menu name.
13497
13498 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13499
13500 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13501
13502 * term/xterm.el: Load term/rxvt if the terminal is actually an
13503 rxvt terminal.
13504 (xterm-rxvt-set-background-mode): Remove, not used anymore.
13505
13506 * term/rxvt.el (function-key-map): Use substitute-key-definition
13507 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
13508
13509 * term/cygwin.el: New file.
13510
13511 2005-07-22 Kim F. Storm <storm@cua.dk>
13512
13513 * image-file.el (insert-image-file, image-file-yank-handler):
13514 Fix last change to maintain a (unique) yank-handler on yanked images.
13515
13516 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
13517
13518 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13519 of the file size (as in "177B" for 177 bytes). This happens with
13520 "ls -lh" on FreeBSD.
13521
13522 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
13523
13524 * hilit-chg.el (highlight-changes-global-initial-state)
13525 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13526 (hilit-chg-fixup, highlight-changes-mode):
13527 Fix typos in docstrings.
13528 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13529 Doc fixes.
13530
13531 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13532
13533 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13534 mode function using `eval-after-load'.
13535
13536 2005-07-21 Kim F. Storm <storm@cua.dk>
13537
13538 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13539 included when reporting an emacs crash, and tell about the DEBUG file.
13540
13541 * image-file.el (insert-image-file): Add yank-handler.
13542 (image-file-yank-handler): Yank handler to make unique copies of
13543 images when they are yanked into a buffer next to each other.
13544
13545 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13546
13547 * comint.el (comint-use-prompt-regexp, comint-send-input)
13548 (comint-source-default, comint-extract-string)
13549 (comint-get-source, comint-word, comint-completion)
13550 (comint-source, comint-prompt-read-only, comint-update-fence):
13551 Fix typos in docstrings.
13552 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13553 Declare with define-obsolete-*-alias macros.
13554 (comint-previous-matching-input-from-input)
13555 (comint-next-matching-input-from-input)
13556 (comint-previous-matching-input, comint-next-matching-input)
13557 (comint-forward-matching-input):
13558 Improve argument/docstring consistency.
13559
13560 * desktop.el (desktop-clear-preserve-buffers-regexp):
13561 Also preserve the *server* buffer.
13562
13563 * simple.el (clone-indirect-buffer): Doc fix.
13564 (fixup-whitespace, just-one-space)
13565 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13566 (next-error, next-error-highlight)
13567 (next-error-highlight-no-select, next-error-last-buffer)
13568 (next-error-buffer-p, next-error-find-buffer, next-error)
13569 (previous-error, next-error-no-select, previous-error-no-select)
13570 (open-line, split-line, minibuffer-prompt-width, kill-new)
13571 (binary-overwrite-mode): Fix typos in docstrings.
13572 (set-fill-column): Fix typo in message.
13573
13574 * skeleton.el (skeleton-proxy-new): Doc fix.
13575
13576 * strokes.el (strokes-load-hook): Doc fix.
13577 (strokes-grid-resolution, strokes-get-grid-position)
13578 (strokes-renormalize-to-grid, strokes-read-stroke)
13579 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13580 (strokes-global-map): Fix typos in docstrings.
13581 (strokes-help): Doc fix. Fix help message and pass it through
13582 `substitute-command-keys'.
13583
13584 * tempo.el (tempo-insert-prompt, tempo-interactive)
13585 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13586 (tempo-insert-string-functions, tempo-local-tags)
13587 (tempo-define-template, tempo-insert-template)
13588 (tempo-insert-prompt-compat, tempo-is-user-element)
13589 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13590 Fix typos in docstrings.
13591
13592 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13593 (vcursor-key-bindings, vcursor-use-vcursor-map)
13594 (vcursor-find-window, vcursor-scroll-down)
13595 (vcursor-disable, vcursor-beginning-of-buffer)
13596 (vcursor-end-of-buffer): Fix typos in docstrings.
13597 (vcursor-relative-move, vcursor-get-char-count):
13598 Improve argument/docstring consistency.
13599
13600 * version.el: "?\ " -> "?\s".
13601
13602 * wid-edit.el (widget-default-create, widget-after-change)
13603 (widget-default-format-handler, widget-checklist-add-item)
13604 (widget-radio-add-item, widget-choose, widget-specify-secret)
13605 (widget-field-value-create, widget-field-value-get)
13606 (widget-editable-list-format-handler)
13607 (widget-editable-list-entry-create, widget-group-value-create)
13608 (widget-documentation-link-add)
13609 (widget-documentation-string-value-create): "?\ " -> "?\s".
13610 (widget-convert-text): Doc fix.
13611 (widget-narrow-to-field, widget-field-find)
13612 (widget-url-link-action, widget-emacs-library-link-action)
13613 (widget-color-notify): Fix typos in docstrings.
13614
13615 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13616 (x-select-text, set-w32-system-coding-system)
13617 (w32-add-charset-info): Fix typos in docstrings.
13618
13619 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13620 (cua-enable-cua-keys, cua-use-hyper-key)
13621 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13622 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13623
13624 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13625
13626 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13627 `defalias' instead of faking it.
13628
13629 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13630 (eshell-ls-missing, eshell-ls-dired-initial-args)
13631 (eshell-ls-use-in-dired): Fix typos in docstrings.
13632
13633 2005-07-20 Kim F. Storm <storm@cua.dk>
13634
13635 * emulation/cua-base.el (cua-mode): Improve doc string.
13636
13637 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13638
13639 * abbrev.el (expand-region-abbrevs): Doc fix.
13640 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13641 Improve argument/docstring consistency.
13642
13643 * arc-mode.el (archive-get-descr, archive-alternate-display):
13644 Doc fixes.
13645 (archive-l-e): Improve argument/docstring consistency.
13646 (archive-tmpdir, archive-unixdate, archive-unixtime)
13647 (archive-chmod-entry): Fix typos in docstrings.
13648 (archive-unflag, archive-unflag-backwards)
13649 (archive-unmark-all-files): "?\ " -> "?\s".
13650
13651 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13652 (Buffer-menu-not-modified, Buffer-menu-execute)
13653 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13654 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13655
13656 * composite.el (compose-string, encode-composition-rule)
13657 (compose-last-chars): Fix typos in docstrings.
13658
13659 * desktop.el (desktop-enable, desktop-basefilename):
13660 Declare with `define-obsolete-variable-alias'.
13661 (desktop-internal-v2s): Don't quote keywords.
13662 (desktop-clear): "?\ " -> "?\s".
13663
13664 * dired.el (dired-align-file, dired-flag-backup-files)
13665 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13666 (dired-listing-switches, dired-ls-F-marks-symlinks)
13667 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13668 (dired-directory, dired-faces, dired, dired-revert)
13669 (dired-mode, dired-summary, dired-view-file)
13670 (dired-copy-filename-as-kill, dired-delete-file)
13671 (dired-no-confirm, dired-unmark-all-marks)
13672 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13673 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13674 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13675 Fix typos in message strings.
13676
13677 * dired-x.el (virtual-dired): Declare with `defalias'.
13678 (dired-mark-unmarked-files, dired-local-variables-file)
13679 (dired-omit-here-always): Doc fix.
13680 (dired-omit-mode, dired-find-subdir)
13681 (dired-enable-local-variables, dired-clean-up-buffers-too)
13682 (dired-extra-startup, dired-mark-extension, dired-jump)
13683 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13684 (dired-smart-shell-command, dired-guess-shell-alist-user)
13685 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13686 (dired-x-bind-find-file, dired-x-submit-report):
13687 Fix typos in docstrings.
13688 (dired-mark-unmarked-files): "?\ " -> "?\s".
13689
13690 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13691
13692 * faces.el (describe-face): "?\ " -> "?\s".
13693 (read-all-face-attributes, read-face-font, modify-face)
13694 (face-attr-construct, italic): Fix typos in docstrings.
13695 (frame-update-face-colors): Declare with
13696 `define-obsolete-function-alias'.
13697
13698 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13699 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13700 (magic-mode-alist, buffer-file-numbers-unique)
13701 (write-file-functions, get-free-disk-space):
13702 Fix typos in docstrings.
13703 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13704 (write-contents-hooks, write-file-hooks):
13705 Declare with `define-obsolete-variable-alias'.
13706
13707 * forms-d2.el (arch-rj): Fix typo in docstrings.
13708 (arch-tocol): Likewise. "?\ " -> "?\s".
13709
13710 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13711 Fix typo in docstring.
13712 (set-screen-width, set-screen-height): Delete redundant info in
13713 doctrings.
13714 (new-frame, screen-height, screen-width): Declare with
13715 `define-obsolete-function-alias'.
13716 (delete-frame-hook, blink-cursor): Declare with
13717 `define-obsolete-variable-alias'.
13718
13719 * paths.el (prune-directory-list): Fix typos in docstring.
13720
13721 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13722 (cvs-prefix-get): Fix typos in docstrings.
13723
13724 * ps-print.el (ps-extend-face-list, ps-extend-face)
13725 (ps-print-background-image): Fix typos in docstrings.
13726 (ps-default-fg, ps-default-bg): Doc fixes.
13727
13728 * s-region.el (s-region-bind): Doc fix.
13729 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13730
13731 * textmodes/org.el (org-table-formula-substitute-names)
13732 (org-table-get-vertical-vector): Doc fixes.
13733 (org-table-recalculate): Remove unused argument to `message'.
13734
13735 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13736
13737 * textmodes/org.el (org-table-column-names)
13738 (org-table-column-name-regexp)
13739 (org-table-named-field-locations): New variables.
13740 (org-archive-subtree): Protect `this-command' when calling
13741 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13742 the kill buffer.
13743 (org-complete): Remove fixed-formula completion.
13744 (org-edit-formulas-map): New variable.
13745 (org-table-edit-formulas): New command.
13746 (org-finish-edit-formulas, org-abort-edit-formulas)
13747 (org-show-variable, org-table-get-vertical-vector): New functions.
13748 (org-table-maybe-eval-formula): Handle `:=' fields.
13749 (org-table-get-stored-formulas, org-table-store-formulas)
13750 (org-table-get-formula, org-table-modify-formulas)
13751 (org-table-replace-in-formulas): Handle named field formulas.
13752 (org-table-get-specials): Store locations of named fields.
13753
13754 2005-07-19 Juri Linkov <juri@jurta.org>
13755
13756 * progmodes/grep.el (grep-regexp-alist)
13757 (grep-mode-font-lock-keywords, grep-process-setup):
13758 Use default GNU grep match color "01;31m" instead of "01;41m".
13759 (grep-regexp-alist, grep-mode-font-lock-keywords):
13760 Use `\\[[0-9]*m' instead of `\\[00m'.
13761 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13762 sgr_start where its handling is more important. Use the real
13763 length of sgr_start instead of constant 8.
13764 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13765 specially. Delete all remaining escape sequences.
13766 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13767 (grep-regexp-alist): Make hyperlink only for binary file name
13768 instead of the whole line.
13769 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13770 (grep-mode): Add autoload.
13771
13772 * emacs-lisp/find-func.el (find-function-regexp):
13773 Add `define-compilation-mode'.
13774
13775 2005-07-19 Juri Linkov <juri@jurta.org>
13776
13777 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13778 (compare-windows-sync-string-size, compare-windows-recenter)
13779 (compare-windows-highlight, compare-windows): Add version 22.1.
13780 (compare-windows) <defface>: Inherit from lazy-highlight instead
13781 of duplicating its default value.
13782
13783 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13784 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13785
13786 * descr-text.el (describe-char): Create link buttons for `charset'
13787 and `code point'. Add the current input method name with a link
13788 button to `to input' field. Print face names of display table
13789 characters in `The display table entry is displayed by' section
13790 instead of printing face-id in the `display' field.
13791 Guess hardcoded faces and create a link button for them.
13792 Skip empty fields when calculating max-width.
13793 Treat `widget-create' specially while inserting strings from the
13794 collected field list.
13795 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13796
13797 * diff-mode.el (diff-file-header): Change foreground color from
13798 yellow to green on light backgrounds.
13799 (diff-context): Inherit from `shadow' only for color/grayscale
13800 with more than 88 colors.
13801 (diff-indicator-removed, diff-indicator-added)
13802 (diff-indicator-changed): New faces.
13803 (diff-font-lock-keywords): Use new faces. Regroup rules.
13804 Add "^---$" for `normal' diff format. Fontify `#' lines with
13805 font-lock-comment-delimiter-face and font-lock-comment-face.
13806 Add `#' to ^[^...] in the rule for `diff-context-face'.
13807
13808 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13809 a button-like box. Inherit from `highlight' on low colors.
13810 (shadow): Use shades of gray only for color/grayscale with
13811 more than 88 colors. Use green for light backgrounds with
13812 8 colors, and yellow for dark backgrounds with 8 colors.
13813
13814 * font-lock.el (font-lock-regexp-grouping-backslash):
13815 Don't inherit from escape-glyph (use bold for all cases).
13816
13817 * info.el (info-xref-visited): Use light foreground color `violet'
13818 for dark backgrounds instead of dark color `magenta3'.
13819 (info-title-1): Use `yellow' color for dark backgrounds.
13820
13821 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13822 too-light magenta2.
13823
13824 * replace.el (match): Use slightly more light RoyalBlue3 instead
13825 of dark RoyalBlue4.
13826
13827 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13828
13829 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13830
13831 * novice.el (disabled-command-hook): Declare it with
13832 `define-obsolete-variable-alias'.
13833
13834 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13835 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13836 (desktop-load-default): Add release to obsolescence info.
13837 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13838 (desktop-append-buffer-args, desktop-read):
13839 Fix typos in docstrings.
13840 (desktop-kill): Fix typo in message.
13841 (desktop-save): Doc fix.
13842
13843 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13844
13845 * viper-cmd.el (viper-escape-to-state): Bug fix.
13846 (viper-envelop-ESC-key): Change the definition of fast
13847 keysequence so it'll work with keyboard macros.
13848
13849 * ediff.el (ediff-patch-buffer): Change the docstring.
13850
13851 2005-07-19 Kenichi Handa <handa@m17n.org>
13852
13853 * international/mule-cmds.el (select-safe-coding-system): Try to
13854 use an auto-coding (if any) before anything else. If the found
13855 auto-coding is invalid, show a warning message.
13856
13857 * international/mule.el (find-auto-coding): New function created
13858 by modifying the body of set-auto-coding.
13859 (set-auto-coding): Use find-auto-coding to find a coding.
13860
13861 2005-07-18 Richard M. Stallman <rms@gnu.org>
13862
13863 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13864 not isearch-mode-end-hook-error.
13865 (allout-before-change-protect): Fix error message.
13866
13867 2005-07-18 Juri Linkov <juri@jurta.org>
13868
13869 * allout.el (allout-mode):
13870 * calculator.el (calculator-copy):
13871 * custom.el (custom-known-themes):
13872 * dired.el (dired-desktop-buffer-misc-data)
13873 (dired-restore-desktop-buffer):
13874 * dired-x.el (dired-omit-marker-char):
13875 * files.el (basic-save-buffer):
13876 * font-core.el (font-lock-mode):
13877 * calendar/calendar.el (calendar-goto-hebrew-date)
13878 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13879 (calendar-goto-persian-date):
13880 * language/ethio-util.el (ethio-sera-to-fidel-region):
13881 * textmodes/picture.el (picture-mode):
13882 Delete duplicate duplicate words.
13883
13884 2005-07-18 Juri Linkov <juri@jurta.org>
13885
13886 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13887 chars * ? } |.
13888 (isearch-fallback): Don't call `isearch-process-search-char'.
13889 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13890 (isearch-process-search-char): Call `isearch-fallback' for regexp
13891 chars * ? } |.
13892 (isearch-return-char): Make obsolete with `make-obsolete' instead
13893 of simply documenting it as obsolete in the docstring.
13894 (isearch-fallback): Refill docstring.
13895
13896 * international/isearch-x.el
13897 (isearch-process-search-multibyte-characters): Remove unneeded
13898 `concat'. Add intermediate values to `junk-hist' instead of
13899 `minibuffer-history'. Test the length of `str'.
13900
13901 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13902
13903 * allout.el (allout-resolve-xref): Fix typos in error strings.
13904 (allout-before-change-protect): Remove unneeded `concat'.
13905
13906 * array.el (array-mode, array-reconfigure-rows)
13907 (untabify-backward): Fix typos in docstrings.
13908 (array-reconfigure-rows): Use `insert-buffer-substring', not
13909 `insert-buffer'.
13910
13911 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13912 * progmodes/ada-mode.el (ada-make-body):
13913 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13914
13915 * dired.el (dired-log):
13916 * tar-mode.el (tar-subfile-save-buffer):
13917 * play/zone.el (zone-pgm-stress-destress):
13918 Use `insert-buffer-substring', not `insert-buffer'.
13919
13920 2005-07-17 Simon Josefsson <jas@extundo.com>
13921
13922 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13923
13924 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13925
13926 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13927 Add plain auth method.
13928 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13929
13930 2005-07-17 Kim F. Storm <storm@cua.dk>
13931
13932 * ido.el (dired-other-window): Add ido property.
13933
13934 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13935
13936 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13937 Fix typo in docstring.
13938 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13939 `insert-file-literally'.
13940
13941 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13942 info and delete redundant message. Doc fix.
13943 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13944 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13945
13946 2005-07-16 Richard M. Stallman <rms@gnu.org>
13947
13948 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13949 (byte-compile-and): Use byte-compile-and-recursion.
13950 (byte-compile-or-recursion): New function.
13951 (byte-compile-or): Use that.
13952 (byte-compile-if): Guard the else-clause too.
13953 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13954
13955 * isearch.el (isearch-mode-end-hook-quit): New variable.
13956 (isearch-done): Bind it.
13957 (isearch-mode-end-hook): Doc fix.
13958
13959 * allout.el (allout-isearch-did-quit): Variable deleted.
13960 (allout-real-isearch-abort): Function name no longer used.
13961 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13962 (allout-isearch-rectification): isearch-mode always exists.
13963 Don't set allout-isearch-did-quit.
13964 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13965 allout-isearch-did-quit.
13966 (allout-enwrap-isearch): Just add the hook.
13967 (allout-isearch-abort): Function deleted.
13968 (allout-pre-command-business): Avoid warning.
13969
13970 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13971 Correctly avoid warnings.
13972 (pascal-outline): Likewise.
13973
13974 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13975
13976 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13977
13978 * play/tetris.el (tetris-mode): Avoid warning.
13979
13980 * play/snake.el (snake-mode): Avoid warning.
13981
13982 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13983 (gamegrid-set-display-table): Avoid warning.
13984 (gamegrid-set-timer): Likewise.
13985 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13986 (gamegrid-add-score-with-update-game-score-1): Take FILE
13987 as argument.
13988 (gamegrid-add-score-with-update-game-score): Pass that argument.
13989 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13990
13991 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13992
13993 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13994 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13995
13996 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13997 and insert-file.
13998
13999 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
14000 (sc-ask): Avoid warnings.
14001
14002 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
14003 (eshell-hist-initialize): Use that var the natural way.
14004
14005 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
14006
14007 * emacs-lisp/re-builder.el (reb-cook-regexp):
14008 Avoid warning calling lre-compile-string.
14009 (reb-color-display-p): Avoid warning.
14010
14011 * calculator.el (calculator-last-input): Guard uses
14012 of event-key and key-press-event-p.
14013 (event-key, key-press-event-p): Delete definitions.
14014
14015 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
14016 (find-gc-source-directory, find-gc-subrs-callers)
14017 (find-gc-noreturn-list, find-gc-source-files)
14018 (find-gc-subrs-called): Vars renamed and defvar'd.
14019
14020 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
14021 (checkdoc-overlay-put, checkdoc-delete-overlay)
14022 (checkdoc-overlay-start, checkdoc-overlay-end)
14023 (checkdoc-mode-line-update, checkdoc-char=):
14024 Define such that compiler knows they are defined.
14025 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
14026 (checkdoc-read-event): Delete. Use read-event directly.
14027
14028 * whitespace.el (whitespace-make-overlay)
14029 (whitespace-overlay-put, whitespace-delete-overlay)
14030 (whitespace-overlay-start, whitespace-overlay-end):
14031 Define such that compiler knows they are defined.
14032 (whitespace): Move conditional inside.
14033
14034 * tempo.el (tempo-insert-template): Suppress warning.
14035
14036 * ediff-diff.el (longlines-mode): Add defvar.
14037
14038 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
14039
14040 * server.el: Bind "C-x #" in a way that works even if C-x is
14041 redefined to a command key, not a prefix key.
14042
14043 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
14044
14045 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
14046 cl-make-type-test till execution time.
14047
14048 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
14049
14050 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
14051 arg ARG and use it.
14052
14053 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
14054
14055 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
14056
14057 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
14058
14059 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
14060 a defcustom with two :set or :type keywords.
14061
14062 2005-07-15 Richard M. Stallman <rms@gnu.org>
14063
14064 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14065 Don't give ^M comment-end syntax.
14066
14067 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
14068
14069 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
14070 Don't consider gdbmi (gdb-mi.el has its own update functions).
14071 (gdb-var-delete): Make it work for gdbmi as well.
14072 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
14073
14074 * progmodes/gud.el (etags, sdb): Only require etags when needed.
14075 (gud-speedbar-menu-items): Correct logic for enabling items.
14076
14077 2005-07-15 Kim F. Storm <storm@cua.dk>
14078
14079 * ido.el: Fix commentary.
14080 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
14081 Use with-no-warnings around ffap-guesser.
14082 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
14083 Let bind minibuffer-completing-file-name to t.
14084
14085 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
14086
14087 * startup.el (site-run-file, keyboard-type): Doc fixes.
14088 (command-line): Check for "--basic-display" argument; also for
14089 "--quick", not "--bare-bones" (which was renamed).
14090 (fancy-splash-text): Add missing item "Getting New Versions".
14091 (normal-splash-screen): Fix typos and improve consistency with
14092 `fancy-splash-text'. Update copyright year.
14093
14094 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
14095 valid binding for `help-char'.
14096
14097 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
14098
14099 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
14100
14101 * term.el (term-mode): Disable cua-mode for term buffers.
14102
14103 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
14104
14105 * add-log.el (add-log-mailing-address, change-log-merge):
14106 Doc fixes.
14107 (change-log-get-method-definition): Fix typo in docstring.
14108
14109 2005-07-14 Kim F. Storm <storm@cua.dk>
14110
14111 * emulation/cua-base.el:
14112 (cua--pre-command-handler-1, cua--pre-command-handler)
14113 (cua--post-command-handler-1, cua--post-command-handler):
14114 Split in two. Check (buffer local) value of cua-mode.
14115 (cua-selection-mode): New command.
14116
14117 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
14118
14119 * custom.el (custom-initialize-safe-set)
14120 (custom-initialize-safe-default): Doc fixes.
14121
14122 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
14123 and simplify :init-value again.
14124
14125 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
14126 and simplify :init-value again. Delete autoload.
14127
14128 * startup.el (command-line): Use `custom-reevaluate-setting' again
14129 for tooltip-mode.
14130
14131 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
14132 a defcustom with two :initialize keywords.
14133
14134 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
14135
14136 * allout.el (my-mark-marker, allout-isearch-prior-pos)
14137 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
14138 (allout-post-command-business, allout-flag-region)
14139 (isearch-reenable-font-lock, allout-yank)
14140 (allout-insert-latex-header, allout-insert-latex-trailer)
14141 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
14142 (allout-latex-verb-quote): Fix typos in docstrings.
14143 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
14144 (allout-unprotected, allout-prefix-data):
14145 Improve argument/docstring consistency.
14146 (allout-chart-subtree): Fix argument spec.
14147 (allout-open-topic): Rename `use_sib_bullet' argument to
14148 `use-sib-bullet'. Doc fix.
14149
14150 * whitespace.el (whitespace-check-buffer-leading)
14151 (whitespace-check-buffer-trailing)
14152 (whitespace-check-buffer-indent)
14153 (whitespace-check-buffer-spacetab)
14154 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
14155 (whitespace-check-leading-whitespace)
14156 (whitespace-check-trailing-whitespace)
14157 (whitespace-check-spacetab-whitespace)
14158 (whitespace-check-indent-whitespace)
14159 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
14160 (whitespace-modes): Fix typos in docstrings.
14161 (defgroup, defcustom): Doc fixes.
14162
14163 * winner.el (winner-mode, winner-boring-buffers)
14164 (winner-pending-undo-ring): Doc fixes.
14165 (winner-ring): Remove unneeded `progn'.
14166 (winner-equal): `defsubst' it.
14167 (winner-redo): Fix message.
14168
14169 2005-07-13 Kim F. Storm <storm@cua.dk>
14170
14171 * simple.el (line-move-1): Always use vertical-motion to
14172 do the last (or only) line move to ensure some movement.
14173 Undo 2005-06-23 change--don't check for overlays.
14174
14175 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14176
14177 * term/mac-win.el (ccl-encode-mac-roman-font)
14178 (ccl-encode-mac-centraleurroman-font)
14179 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
14180 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
14181 Change charset-id boundary of dimension to ?\xef.
14182 (mac-char-fontspec-list): New constant.
14183 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
14184 argument. Nil uses itself as family in font-spec. Previous
14185 behavior for nil is now provided by non-nil non-string argument.
14186 All callers changed. Add font-specs for Mac fonts to
14187 "fontset-default" unless iso8859-1 fonts are installed.
14188
14189 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
14190
14191 * progmodes/sh-script.el (sh-get-indent-info): Only indent
14192 a continuation line if the \ is preceded by SPC or TAB.
14193 (sh-get-indent-info): Simplify.
14194 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
14195 Use with-current-buffer.
14196
14197 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
14198 when the matched text is empty.
14199
14200 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
14201
14202 * startup.el (command-line): Revert to previous handling of
14203 tooltip-mode. Explain in comment why the complexity is needed.
14204
14205 * tooltip.el (tooltip-mode): Revert to previous implementation of
14206 its defcustom.
14207
14208 * frame.el (blink-cursor-mode): Revert to previous implementation
14209 of its defcustom. Update comment.
14210
14211 2005-07-12 Lars Hansen <larsh@soem.dk>
14212
14213 * desktop.el: Update e-mail address.
14214
14215 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14216
14217 * term/mac-win.el (mac-services-mail-selection)
14218 (mac-services-mail-to): New functions.
14219 (mac-application-menu-map): Bind them.
14220
14221 2005-07-12 wulei <milton@wulei.net> (tiny change)
14222
14223 * progmodes/gdb-ui.el: Add note about buffering with Windows.
14224
14225 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
14226
14227 * custom.el (custom-reevaluate-setting): Doc fix.
14228
14229 2005-07-11 Jay Belanger <belanger@truman.edu>
14230
14231 * calc/calc.el (calc-embedded-announce-formula-alist)
14232 (calc-embedded-open-close-plain-alist)
14233 (calc-embedded-open-close-mode-alist): Add checks for additional
14234 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
14235
14236 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
14237
14238 * custom.el (custom-enable-theme): Don't add theme to
14239 `custom-enabled-themes' with `push' because there is no
14240 setf-method for `delq'.
14241
14242 2005-07-11 Richard M. Stallman <rms@gnu.org>
14243
14244 * custom.el (custom-declare-variable): Doc fix.
14245
14246 * dired-aux.el (dired-compare-directories): Remove "." and ".."
14247 from the alists.
14248
14249 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
14250 Do nothing if edebug-active.
14251
14252 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
14253 (edebug-display): Do it here instead.
14254
14255 2005-07-10 Richard M. Stallman <rms@gnu.org>
14256
14257 * cus-face.el (custom-theme-set-faces): Make it work.
14258 (custom-reset-faces): Doc fix.
14259 (custom-theme-reset-internal-face, custom-theme-face-value):
14260 Functions deleted.
14261
14262 * custom.el (custom-push-theme): Maintain list of the settings
14263 of a given theme in its theme-settings property.
14264 Maintain position of old settings in the theme-value
14265 or theme-face property.
14266 (custom-enabled-themes): New variable.
14267 (custom-theme-enabled-p): New function.
14268 (provide-theme): Update custom-enabled-themes.
14269 Disable and reenable the `user' theme.
14270 (require-theme): Doc fix.
14271 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
14272 (custom-theme-value, custom-theme-variable-value): Likewise.
14273 (custom-theme-reset-internal): Likewise.
14274 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
14275 (custom-enable-theme, custom-disable-theme): New functions.
14276 (custom-variable-theme-value, custom-face-theme-value): Likewise.
14277 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
14278 (custom-theme-reset-variables): Simplify.
14279 (deftheme, custom-declare-theme, custom-make-theme-feature):
14280 Definitions moved.
14281
14282 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
14283
14284 * longlines.el (longlines-show-region)
14285 (longlines-unshow-hard-newlines): Recognize hard newlines by
14286 non-nil hard property, instead of t.
14287
14288 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
14289
14290 * viper-cmd.el (viper--key-maps): New variable.
14291 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
14292 emulation-mode-map-alists.
14293 (viper-envelop-ESC-key): Use viper-subseq.
14294 (viper-search-forward/backward/next): Disable debug-on-error.
14295
14296 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14297 (viper-ESC-key): New defcustoms.
14298
14299 * viper-macs.el (ex-map-read-args): Use viper-subseq.
14300
14301 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
14302 (viper-subseq): Copy of subseq from cl.el.
14303
14304 * viper.el (viper-go-away, viper-set-hooks): Use
14305 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
14306
14307 * viper-mous.el (viper-current-frame-saved): Use defvar.
14308
14309 * viper-init.el: Get rid of -face in face names.
14310
14311 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
14312 Make it work with longlines mode
14313
14314 * ediff-mult.el (ediff-meta-mode-hook): New variable.
14315
14316 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
14317
14318 * ediff-init.el: Get rid of -face in face names.
14319
14320 2005-07-10 Richard M. Stallman <rms@gnu.org>
14321
14322 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
14323 and with-timeout-unsuspend.
14324
14325 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
14326 and with-timeout-unsuspend.
14327
14328 * emacs-lisp/timer.el (with-timeout-timers): New variable.
14329 (with-timeout): Bind that variable to record timers.
14330 (with-timeout-suspend, with-timeout-unsuspend): New functions.
14331
14332 * emacs-lisp/debug.el (debug-help-follow): New function.
14333 (debugger-mode-map): Use that instead of help-follow.
14334 (debugger-setup-buffer): Use eval-buffer-list
14335 to handle eval-buffer frames.
14336
14337 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
14338
14339 * timezone.el (timezone-parse-date): Change first regexp
14340 so it will not mistakenly match dates with no time zone.
14341
14342 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
14343
14344 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
14345
14346 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
14347
14348 * custom.el (custom-initialize-safe-set)
14349 (custom-initialize-safe-default): New functions.
14350
14351 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
14352 and simplify :init-value.
14353
14354 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
14355 and simplify :init-value. Delete obsolete comment.
14356
14357 * startup.el (command-line): Use `custom-reevaluate-setting' to
14358 handle `tooltip-mode'. Delete obsolete comment.
14359
14360 * files.el (set-visited-file-name): Avoid calling
14361 `file-name-nondirectory' with a nil argument.
14362
14363 2005-07-09 Richard M. Stallman <rms@gnu.org>
14364
14365 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
14366 was called with nil for the buffer, handle the read position right.
14367 Handle read position for eval-region, too.
14368
14369 2005-07-09 Juri Linkov <juri@jurta.org>
14370
14371 * fringe.el (fringe-mode): Add period in docstring.
14372 (fringe-query-style): Build prompt depending on `all-frames' arg.
14373
14374 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
14375 to not create links to unrelated functions in the Help buffer.
14376
14377 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
14378 Doc fix.
14379
14380 * simple.el (next-error-hook): New variable.
14381 (next-error): Use it. Doc fix.
14382
14383 * textmodes/ispell.el (ispell-command-loop): Add current
14384 dictionary name and program name to mode-line-format.
14385 (ispell-region, ispell-process-line): Add current dictionary name
14386 and program name to messages.
14387
14388 2005-07-08 Jay Belanger <belanger@truman.edu>
14389
14390 * calc/calc.el (calc-embedded-announce-formula-alist)
14391 (calc-embedded-open-close-formula-alist)
14392 (calc-embedded-open-close-word-alist)
14393 (calc-embedded-open-close-plain-alist)
14394 (calc-embedded-open-close-new-formula-alist)
14395 (calc-embedded-open-close-mode-alist)
14396 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
14397 (calc-embedded-mode-hook): New variables.
14398
14399 * calc/calc-embed.el (calc-embedded-firsttime)
14400 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
14401 New variables.
14402 (calc-do-embedded): Use calc-embedded-firsttime,
14403 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
14404 determine whether or not to run hooks.
14405 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
14406 calc-embedded-firsttime-formula appropriately.
14407 Set calc-embedded delimiter variables according to mode.
14408
14409 2005-07-08 Richard M. Stallman <rms@gnu.org>
14410
14411 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
14412 Check for "emacs", etc., as entire symbol, not just as word.
14413 (checkdoc-file-comments-engine): Use regexp-quote on FN.
14414
14415 * files.el (set-visited-file-name): Report the error
14416 for "empty filename" earlier.
14417 (kill-some-buffers): Ignore buffers already dead.
14418
14419 * fringe.el (fringe-mode): Doc fix.
14420
14421 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14422 Check for (featurep 'xemacs) and turn off warnings in what it guards.
14423 Use unwind-protect to ensure byte-compile-unresolved-functions
14424 is updated.
14425
14426 * whitespace.el (whitespace-buffer-leading-cleanup):
14427 Simplify w/ skip-chars-forward.
14428 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
14429
14430 * mail/rmail.el (rmail-only-expunge): Fix paren error.
14431 Unconditionally try to leave point at the same old place.
14432
14433 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
14434
14435 * comint.el (comint-postoutput-scroll-to-bottom)
14436 (comint-show-maximum-output): Take scroll-margin into consideration.
14437
14438 2005-07-08 Kim F. Storm <storm@cua.dk>
14439
14440 * ido.el (ido-use-filename-at-point): New choice `guess'.
14441 (ido-file-internal): Try ffap-guesser if selected.
14442
14443 * ido.el (ido-before-fallback-functions): New hook.
14444 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
14445 (ido-read-file-name): Run it.
14446
14447 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
14448
14449 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
14450 strings rather than a list of symbols to the completion function.
14451
14452 2005-07-07 Jay Belanger <belanger@truman.edu>
14453
14454 * calc/calc-units.el (math-apply-units): Change the places in
14455 which units are simplified.
14456
14457 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
14458
14459 * cus-edit.el (customize-option, customize-option-other-window):
14460 Make them handle aliases.
14461
14462 * custom.el (custom-variable-p): Make it recursively follow
14463 aliases. Mention that in the docstring.
14464
14465 2005-07-07 Richard M. Stallman <rms@gnu.org>
14466
14467 * cus-start.el (exec-path): Use `directory' instead of `file'.
14468 Fix tag for nil.
14469
14470 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14471
14472 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
14473 when called non-interactively. Doc fix.
14474
14475 2005-07-07 Lute Kamstra <lute@gnu.org>
14476
14477 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
14478 new address as well.
14479
14480 2005-07-07 Kenichi Handa <handa@m17n.org>
14481
14482 * international/mule.el (make-coding-system):
14483 Describe `ascii-incompatible' property in the docstring.
14484 (set-file-name-coding-system): Signal an error if coding-system is
14485 ascii-incompatible.
14486 (set-keyboard-coding-system): Likewise.
14487
14488 * international/mule-cmds.el (set-default-coding-systems):
14489 Don't set default-file-name-coding-system and
14490 default-keyboard-coding-system if coding-system is ASCII-incompatible.
14491
14492 * international/utf-16.el: Declare that all UTF-16-based coding
14493 systems are ASCII-incompatible.
14494
14495 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
14496
14497 * progmodes/gud.el: Require font-lock for displaying errors.
14498 Used by gdb-ui.el.
14499
14500 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14501
14502 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14503 values for the pattern lists which are `read'able but not
14504 `append'able (like symbols).
14505
14506 2005-07-06 Richard M. Stallman <rms@gnu.org>
14507
14508 * progmodes/flymake.el (flymake-float-time): Instead of
14509 with-no-warnings, test for xemacs.
14510 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14511 to avoid warning.
14512
14513 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
14514
14515 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14516
14517 2005-07-05 Lute Kamstra <lute@gnu.org>
14518
14519 * battery.el: Add support for Darwin (with much debugging help
14520 from Samuel Lauber <sam124@operamail.com>).
14521 (battery-status-function, battery-echo-area-format)
14522 (battery-mode-line-format): Add support for pmset on Darwin.
14523 (battery-load-low, battery-load-critical): New user options.
14524 (battery-pmset): New function.
14525
14526 2005-07-05 Lute Kamstra <lute@gnu.org>
14527
14528 Update FSF's address in GPL notices.
14529
14530 * textmodes/page-ext.el: Update FSF's address.
14531
14532 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14533
14534 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14535 filling from using prefix when filling a single-line docstring.
14536
14537 * progmodes/flymake.el: Remove useless eval-when-compile.
14538
14539 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14540
14541 2005-07-04 Richard M. Stallman <rms@gnu.org>
14542
14543 * textmodes/org.el (org-file-apps-defaults-gnu):
14544 Rename from org-file-apps-defaults-linux.
14545 (org-default-apps): Don't test system-type for `linux'.
14546 (org-file-apps): Doc fix.
14547
14548 2005-07-04 David Ponce <david@dponce.com>
14549
14550 * tree-widget.el: Improve header Commentary section.
14551 (tree-widget) [defgroup]
14552 (tree-widget-image-enable, tree-widget-themes-directory)
14553 (tree-widget-theme, tree-widget-image-properties-emacs)
14554 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14555 (tree-widget-image-formats, tree-widget-control)
14556 (tree-widget-empty-control, tree-widget-leaf-control
14557 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14558 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14559 (tree-widget-keep, tree-widget-after-toggle-functions)
14560 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14561 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14562 :help-echo message.
14563 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14564 (tree-widget-image-properties): Doc fix. Clearer implementation.
14565 (tree-widget--cursors): New constant.
14566 (tree-widget-lookup-image): New function split from
14567 `tree-widget-find-image'. Clearer implementation.
14568 (tree-widget-find-image): Use it.
14569 (tree-widget-button-keymap): Use `set-keymap-parent'.
14570 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14571 Define the sub-widgets here.
14572 (tree-widget-node): Check that :node is not a tree-widget.
14573 (tree-widget-get-super, tree-widget-open-control)
14574 (tree-widget-close-control, tree-widget-empty-control)
14575 (tree-widget-leaf-control, tree-widget-guide)
14576 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14577 (tree-widget-no-handle, tree-widget-value-delete)
14578 (tree-widget-map): Remove.
14579 (tree-widget-children-value-save): Doc fix. Simplified.
14580 (tree-widget-value-create): Update according to previous changes.
14581
14582 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14583
14584 * textmodes/org.el: Leading space replaced by TABS.
14585 (org-recalc-marks, org-table-rotate-recalc-marks)
14586 (org-table-get-specials): Treat "^" and "_" marks.
14587 (org-table-justify-field-maybe): Optional argument NEW.
14588 (org-table-eval-formula): Parsing of the format simplified.
14589 New modes C,I. Honor the %= parameter in the current table.
14590 Avoid unnecessary re-align by using the NEW argument to
14591 `org-table-justify-field-maybe'.
14592 (org-calc-default-modes): Default for date-format mimicks org-mode.
14593 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14594
14595 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14596
14597 * cus-face.el (custom-theme-set-faces): Make it handle face
14598 aliases whose alias declarations are pre- or autoloaded.
14599
14600 2005-07-04 Juri Linkov <juri@jurta.org>
14601
14602 * faces.el (read-face-name): Put the code for getting a face name
14603 from the buffer before adding the faces from the `face' property.
14604 Use `completing-read-multiple' instead of `completing-read'.
14605 Require `crm'. Add default value and post-process the returned
14606 list of faces.
14607
14608 * emacs-lisp/crm.el (crm-find-current-element)
14609 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14610
14611 * emacs-lisp/lisp-mode.el (eval-defun-1):
14612 * emacs-lisp/edebug.el (edebug-eval-defun):
14613 Remove unnecessary quotes.
14614
14615 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14616
14617 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14618 (prolog-indent-level): Fix typo in docstring.
14619
14620 * info.el (Info-history, Info-history-forward)
14621 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14622
14623 * add-log.el (add-change-log-entry):
14624 * comint.el (comint-dynamic-list-input-ring)
14625 (comint-dynamic-list-completions):
14626 * dabbrev.el (dabbrev-expand):
14627 * delim-col.el (delimit-columns-rectangle-line):
14628 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14629 (diff-unified->context):
14630 * ediff-init.el (ediff-abbrev-jobname):
14631 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14632 (ediff-replace-session-activity-marker-in-meta-buffer):
14633 * info.el (Info-summary):
14634 * lpr.el (printify-region):
14635 * printing.el (pr-create-interface):
14636 * ps-print.el (ps-print-quote):
14637 * ses.el (ses-column-widths, ses-print-cell)
14638 (ses-adjust-print-width, ses-center):
14639 * shell.el (shell-file-name-quote-list):
14640 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14641 (strokes-fill-current-buffer-with-whitespace)
14642 (strokes-xpm-for-stroke, strokes-list-strokes)
14643 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14644 * term.el (term-dynamic-list-input-ring)
14645 (term-dynamic-list-completions):
14646 * calc/calc.el (math-format-stack-value):
14647 * emacs-lisp/edebug.el (edebug-display-freq-count):
14648 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14649 (delphi-new-comment-line):
14650 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14651 * progmodes/executable.el (executable-set-magic):
14652 * progmodes/python.el (inferior-python-mode):
14653 * progmodes/scheme.el (scheme-mode-syntax-table):
14654 * progmodes/sh-script.el (sh-maybe-here-document):
14655 * progmodes/sql.el (sql-copy-column):
14656 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14657 * textmodes/bibtex.el (bibtex-mode):
14658 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14659 (sgml-auto-attributes):
14660 * textmodes/table.el (table-insert, table-shorten-cell)
14661 (table--generate-source-scan-lines, table-delete-row)
14662 (*table--cell-delete-char, table--spacify-frame)
14663 (table--horizontally-shift-above-and-below)
14664 (table--cell-insert-char, table--cell-blank-str)
14665 (table--fill-region-strictly):
14666 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14667 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14668
14669 * add-log.el (change-log):
14670 * apropos.el (apropos):
14671 * comint.el (comint-completion, comint-source):
14672 * dabbrev.el (dabbrev):
14673 * delim-col.el (columns):
14674 * diff-mode.el (diff-mode):
14675 * ediff.el (ediff):
14676 * ediff-diff.el (ediff-diff):
14677 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14678 * ediff-mult.el (ediff-mult):
14679 * ediff-ptch.el (ediff-ptch):
14680 * ediff-wind.el (ediff-window):
14681 * facemenu.el (facemenu):
14682 * indent.el (indent):
14683 * info.el (info):
14684 * jka-cmpr-hook.el (compression, jka-compr):
14685 * lpr.el (lpr):
14686 * outline.el (outlines):
14687 * pcmpl-cvs.el (pcmpl-cvs):
14688 * pcmpl-rpm.el (pcmpl-rpm):
14689 * printing.el (printing):
14690 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14691 (ps-print-vertical, ps-print-headers, ps-print-font)
14692 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14693 (ps-print-background, ps-print-printer, ps-print-page)
14694 (ps-print-miscellany):
14695 * ses.el (ses):
14696 * shell.el (shell, shell-directories, shell-faces):
14697 * startup.el (initialization):
14698 * strokes.el (strokes):
14699 * term.el (term):
14700 * uniquify.el (uniquify):
14701 * w32-vars.el (w32):
14702 * calc/calc.el (calc):
14703 * emacs-lisp/bytecomp.el (bytecomp):
14704 * emacs-lisp/cl-indent.el (lisp-indent):
14705 * emacs-lisp/edebug.el (edebug):
14706 * emacs-lisp/elp.el (elp):
14707 * emacs-lisp/testcover.el (testcover):
14708 * emacs-lisp/trace.el (trace):
14709 * emulation/viper-ex.el (viper-ex):
14710 * emulation/viper-mous.el (viper-mouse):
14711 * mail/mailalias.el (mailalias):
14712 * mail/supercite.el (supercite, supercite-frames)
14713 (supercite-attr, supercite-cite, supercite-hooks):
14714 * net/rcompile.el (remote-compile):
14715 * net/rlogin.el (rlogin):
14716 * obsolete/ooutline.el (outlines):
14717 * progmodes/delphi.el (delphi):
14718 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14719 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14720 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14721 (ebnf-optimization):
14722 * progmodes/etags.el (etags):
14723 * progmodes/executable.el (executable):
14724 * progmodes/idlwave.el (idlwave):
14725 * progmodes/pascal.el (pascal):
14726 * progmodes/prolog.el (prolog):
14727 * progmodes/python.el (python):
14728 * progmodes/scheme.el (scheme):
14729 * progmodes/sh-script.el (sh, sh-script):
14730 * progmodes/sql.el (SQL):
14731 * progmodes/tcl.el (tcl):
14732 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14733 * textmodes/enriched.el (enriched):
14734 * textmodes/makeinfo.el (makeinfo):
14735 * textmodes/sgml-mode.el (sgml):
14736 * textmodes/table.el (table-hooks):
14737 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14738 * textmodes/texinfo.el (texinfo):
14739 * textmodes/two-column.el (two-column):
14740 Finish `defgroup' description with period.
14741
14742 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14743 * eshell/esh-var.el (eshell-var):
14744 * progmodes/vhdl-mode.el (vhdl-testbench):
14745 * textmodes/org.el (org): Fix typos in docstrings.
14746
14747 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14748 consistency.
14749
14750 * progmodes/flymake.el (flymake-find-file): Remove.
14751 (flymake-float-time): Use `with-no-warnings'.
14752 (flymake-check-start-time, flymake-check-was-interrupted)
14753 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14754 (flymake-new-err-info): `defvar' at compile time.
14755
14756 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14757
14758 * replace.el (occur-hook): Doc fix.
14759 (occur-1): Don't call `occur-hook' if there are no matches.
14760
14761 2005-07-03 Richard M. Stallman <rms@gnu.org>
14762
14763 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14764 global-map, save the same map.
14765 (global-map): Don't alter it at top level.
14766 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14767 Then alter it here instead.
14768 (tpu-edt-off): Set global-map to the saved one.
14769
14770 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14771 All references simplified.
14772 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14773 (zmacs-regions): Add defvar.
14774 (repeat-complex-command-map): Everything about that deleted.
14775
14776 * textmodes/artist.el (artist-key-is-drawing)
14777 (artist-key-endpoint1, artist-key-poly-point-list)
14778 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14779 (artist-key-compl-table, artist-rb-save-data)
14780 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14781 Don't put them in eval-when-compile.
14782 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14783
14784 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14785 Use with-no-warnings.
14786
14787 * net/browse-url.el (dos-windows-version): Add defvar.
14788
14789 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14790
14791 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14792 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14793 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14794 Add defvar.
14795 (rmail-summary-beginning-of-message): Use with-no-warnings.
14796 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14797
14798 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14799 Use with-no-warnings.
14800
14801 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14802 (c-mark-function): Add point-moving-unit property.
14803 (vi-goto-line): Use with-no-warnings.
14804
14805 * emulation/edt.el (edt-last-copied-word): Add defvar.
14806 (zmacs-region-stays): Likewise.
14807 (edt-mark-section-wisely): Use c-mark-function for C.
14808 Use makr-defun for Fortran.
14809 (time-string): defvar deleted.
14810 (edt-display-the-time): Don't set time-string.
14811
14812 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14813
14814 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14815 Don't warn when name is not constant
14816 or for defining the group `emacs'.
14817
14818 * tooltip.el (gud-tooltip-mode): Add defvar.
14819
14820 * startup.el (default-frame-background-mode): Add defvar.
14821
14822 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14823
14824 * info.el (tool-bar-map): Add defvar.
14825
14826 * dired.el (dnd-protocol-alist): Add defvar.
14827
14828 * dired-aux.el (dired-query): Display question with answer, when
14829 the user answers.
14830
14831 * custom.el (custom-add-option): Doc fix.
14832
14833 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14834
14835 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14836
14837 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14838 bogus name from the last change.
14839
14840 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14841
14842 * custom.el (custom-declare-variable): Fix typos in comment.
14843 (custom-known-themes): Doc fix.
14844 (custom-theme-directory): New defcustom.
14845 (require-theme): Make it check `custom-theme-directory'.
14846
14847 * cus-theme.el (custom-new-theme-mode): New function.
14848 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14849 (custom-theme-description): Add compiler defvars.
14850 (customize-create-theme): Add doc to the "*New Custom Theme*"
14851 buffer. Use `custom-new-theme-mode'.
14852 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14853 and save it to the `custom-theme-directory'. Make this the
14854 default directory of the buffer.
14855
14856 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14857
14858 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14859 Fix unbalanced parentheses.
14860
14861 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14862
14863 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14864 into flymake-mode and delegate to flymake-mode.
14865
14866 * find-file.el (ff-which-function-are-we-in): Clean up.
14867
14868 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14869
14870 * replace.el (occur-rename-buffer): Fix docstring.
14871
14872 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14873 (edt-last-copied-word, edt-learn-macro-count)
14874 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14875 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14876 (time-string, zmacs-region-stays):
14877 * emulation/edt-mapper.el (edt-save-function-key-map)
14878 (EDT-key-name): `defvar' to silence the byte-compiler.
14879
14880 2005-07-02 Martin Rudalics <rudalics@gmx.at>
14881
14882 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14883 font-lock-regexp-backslash. Doc fix.
14884 (font-lock-regexp-backslash-grouping-construct): Rename from
14885 font-lock-regexp-backslash-construct. Doc fix.
14886 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14887 grouping constructs.
14888
14889 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14890
14891 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14892 updating all the prerequisites.
14893
14894 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14895
14896 * textmodes/org.el (org-agenda-start-on-weekday)
14897 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14898 (org-agenda-use-time-grid, org-archive-location)
14899 (org-allow-space-in-links, org-usenet-links-prefer-google)
14900 (org-enable-table-editor, org-export-default-language)
14901 (org-export-html-show-new-buffer, org-fill-paragraph)
14902 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14903 (org-goto-quit, org-occur, org-eval-in-calendar)
14904 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14905 (org-agenda-diary-entry, org-remember-help)
14906 (org-table-convert-region, org-at-table-p)
14907 (org-table-move-row-down, org-table-move-row-up)
14908 (org-table-copy-region, org-table-toggle-vline-visibility)
14909 (org-table-get-stored-formulas, org-table-get-specials)
14910 (org-recalc-commands, org-table-eval-formula)
14911 (org-table-formula-substitute-names, orgtbl-make-binding)
14912 (org-format-org-table-html, org-format-table-table-html)
14913 (org-format-table-table-html-using-table-generate-source)
14914 (org-customize): Fix typos in docstrings.
14915 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14916 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14917 (org-back-to-heading): Doc fixes.
14918 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14919 (org-agenda-change-all-lines, org-get-header):
14920 Improve argument/docstring consistency.
14921 (orgtbl-error): Fix error message.
14922
14923 * progmodes/flymake.el (flymake-find-possible-master-files)
14924 (flymake-master-file-compare, flymake-get-line-err-count)
14925 (flymake-highlight-line, flymake-gui-warnings-enabled):
14926 Fix typos in docstrings.
14927 (flymake-parse-line, flymake-get-project-include-dirs-function)
14928 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14929 Doc fixes.
14930 (flymake-get-project-include-dirs-function)
14931 (flymake-make-err-menu-data):
14932 Improve argument/docstring consistency.
14933
14934 2005-07-01 Lute Kamstra <lute@gnu.org>
14935
14936 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14937 Catch errors with ignore-errors. Use temporary buffer.
14938 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14939
14940 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14941 background color faces.
14942 (facemenu-set-foreground, facemenu-set-background):
14943 Use facemenu-set-face-from-menu.
14944 (facemenu-set-face-from-menu): Treat face names that start with
14945 "fg:" or "bg:" as special.
14946 (facemenu-add-new-color): Don't create faces. Simplify.
14947
14948 2005-06-30 Richard M. Stallman <rms@gnu.org>
14949
14950 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14951 (crm-find-current-element): Likewise.
14952
14953 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14954
14955 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14956
14957 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14958
14959 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14960 (archive-mouse-extract): Make it an obsolete alias.
14961 (archive-mode-map): Don't use archive-mouse-extract any more.
14962 (archive-mode, archive-extract): write-contents-hooks ->
14963 write-contents-functions.
14964 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14965 first arg.
14966 (archive-rename-entry): Update the call.
14967 (archive-zip-summarize): Remove unused var `method'.
14968 (archive-lzh-summarize): Remove unused var `creator'.
14969
14970 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14971 dedicated frame upon exit.
14972
14973 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14974 (archive-zip-extract, archive-zip-expunge)
14975 (archive-zip-update, archive-zip-update-case): Use executable-find.
14976 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14977 Use restore-buffer-modified-p.
14978 (archive-extract, archive-add-new-member, archive-write-file-member):
14979 Use with-current-buffer.
14980 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14981
14982 2005-06-30 Andreas Schwab <schwab@suse.de>
14983
14984 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14985
14986 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14987
14988 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14989
14990 2005-06-30 Juri Linkov <juri@jurta.org>
14991
14992 * faces.el (vertical-border): Inherit from mode-line-inactive
14993 only on tty.
14994
14995 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14996
14997 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14998 example, -NLINES in the `occur' docstring).
14999
15000 * replace.el (occur-1): When no matches are found, do not set the
15001 `buffer-read-only' and modified flags for the occur buffer,
15002 because it is deleted.
15003
15004 * emulation/cua-base.el (cua-check-pending-input)
15005 (cua-repeat-replace-region, cua-mode, cua-debug)
15006 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
15007 Fix typos in docstrings.
15008
15009 * emulation/cua-gmrk.el (cua-toggle-global-mark)
15010 (cua-cut-region-to-global-mark)
15011 (cua--cut-rectangle-to-global-mark):
15012 Remove period from end of messages.
15013
15014 * emulation/cua-rect.el (cua-do-rectangle-padding):
15015 Remove period from end of messages.
15016 (cua--rectangle-seq-format): Fix typo in docstring.
15017 (cua-sequence-rectangle, cua-fill-char-rectangle):
15018 Improve argument/docstring consistency.
15019
15020 2005-06-29 Juri Linkov <juri@jurta.org>
15021
15022 * faces.el (default-frame-background-mode): New internal variable.
15023 (frame-set-background-mode): Use it.
15024
15025 * startup.el (normal-top-level): Set default-frame-background-mode
15026 instead of frame-background-mode. Before setting it, test for its
15027 nil value. Remove tests for frame-background-mode and frame
15028 parameter `reverse'. Add test for "unspecified-fg".
15029
15030 * term/xterm.el (xterm-rxvt-set-background-mode):
15031 * term/rxvt.el (rxvt-set-background-mode):
15032 Set default-frame-background-mode instead of frame-background-mode.
15033
15034 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
15035
15036 * simple.el (set-variable): Warn about obsolete user variables.
15037
15038 * imenu.el (imenu--completion-buffer):
15039 * mouse.el (mouse-buffer-menu-alist):
15040 * msb.el (msb-invisible-buffer-p):
15041 * calendar/diary-lib.el (diary-header-line-format):
15042 * emacs-lisp/pp.el (pp-buffer):
15043 * progmodes/cperl-mode.el (cperl-do-auto-fill):
15044 * textmodes/picture.el (picture-replace-match):
15045 Change space constants followed by a sexp to "?\s ".
15046
15047 * play/decipher.el (decipher-loop-with-breaks):
15048 * textmodes/texinfo.el (texinfo-insert-@item): Change space
15049 constants "protected" from end of line by a comment to "?\s".
15050
15051 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
15052
15053 * font-lock.el (save-buffer-state): Use `declare'.
15054
15055 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
15056 reset the syntax-table to cperl-mode-syntax-table.
15057 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
15058 "foo_print_bar" is not matched as a reserved keyword.
15059
15060 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
15061
15062 * textmodes/org.el (orgtbl-setup): New function, for delayed
15063 setup for the orgtbl commands.
15064 (org-calc-default-modes): New option.
15065 (orgtbl-make-binding): Use `defun' to get better help display.
15066 (org-diary): Call `org-compile-prefix-format'.
15067 (org-table-formula-substitute-names): New function.
15068 (org-agenda-day-view, org-agenda-week-view): New commands.
15069 (org-agenda-toggle-week-view): Command removed.
15070 (org-tbl-menu): Split off from org-org-menu.
15071 (org-mode): Move removal of outline-mode menus to here.
15072 (org-table-formula-debug): New option.
15073 (org-table-insert-row): Keep first field if just "#" or "*".
15074 (org-mode): Paragraph regexps fixed.
15075 (org-table-recalculate-regexp): New constant.
15076 (org-table-justify-field-maybe): Avoid replace if not necessary.
15077 (org-copy-special, org-cut-special): Use `call-interactively'.
15078 (org-table-copy-region): Take region from `interactive' call.
15079 (org-trim): Return string even if no match.
15080 (org-formula): New face.
15081 (org-set-font-lock-defaults): No longer highlight "FIXME".
15082 But highlight formula-related fields in table.
15083 (org-table-p): Use regexp, not fontification.
15084 (org-table-align): Handle white space at end of line.
15085 (org-table-formula-evaluate-inline): New option.
15086 (org-mode): Auto-wrapping in comment lines turned off.
15087 (org-table-copy-down): Evaluate only in copied field, not in
15088 destination.
15089 (org-table-current-formula): Variable removed.
15090 (org-table-store-formulas, org-table-get-stored-formulas)
15091 (org-table-modify-formulas, org-table-replace-in-formulas)
15092 (org-table-maybe-eval-formula): New functions.
15093 (org-table-get-formula): Modify to use stored formulas.
15094 (org-table-insert-column, org-table-delete-column)
15095 (org-table-move-column): Call `org-table-modify-formulas'.
15096 (org-complete): Add completion for keyword formulas.
15097 (orgtbl-mode): Pull orgtbl-mode-map to start of
15098 minor-mode-map-alist.
15099
15100 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
15101
15102 * progmodes/python.el (python-check): Require `compile' before
15103 modifying its variables.
15104
15105 * newcomment.el (comment-indent-default): Don't get fooled by an early
15106 end of buffer.
15107
15108 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15109
15110 * ps-print.el (ps-print-version): Fix version number.
15111
15112 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
15113
15114 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
15115
15116 2005-06-28 Richard M. Stallman <rms@gnu.org>
15117
15118 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
15119 (flyspell-local-mouse-map): Declaration deleted.
15120 (flyspell-mouse-map): Bind only mouse-2.
15121 (flyspell-mode-map): Don't test flyspell-use-local-map.
15122 (flyspell-overlay-keymap-property-name): Var deleted.
15123 (flyspell-mode-on): Don't make local bindings for
15124 flyspell-mouse-map and flyspell-mode-map.
15125 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
15126
15127 * textmodes/ispell.el (ispell-word): Do not ignore short words.
15128
15129 * progmodes/compile.el (compilation-next-error-function):
15130 Don't switch buffers; operate on the current buffer.
15131
15132 * progmodes/compile.el (compilation-error-file-name)
15133 (compilation-warning-file-name, compilation-info-file-name)
15134 (compilation-line-number, compilation-column-number): New faces.
15135 (compilation-error-face, compilation-warning-face)
15136 (compilation-info-face, compilation-line-face)
15137 (compilation-column-face): Use them.
15138
15139 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
15140
15141 * comint.el (comint-password-prompt-regexp): Accept ", try again".
15142
15143 * bindings.el (global-map): Bind insertchar and its variants.
15144
15145 2005-06-27 Richard M. Stallman <rms@gnu.org>
15146
15147 * textmodes/artist.el (artist-text-overwrite)
15148 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
15149
15150 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15151
15152 * ps-print.el: It was not working the page selection for printing.
15153 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
15154 (ps-print-version): New version 6.6.7.
15155 (ps-end-sheet): New fun.
15156 (ps-header-sheet, ps-end-job): Call it.
15157
15158 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
15159
15160 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
15161
15162 2005-06-27 Lute Kamstra <lute@gnu.org>
15163
15164 * facemenu.el (facemenu-unlisted-faces): Add foreground and
15165 background color faces.
15166 (facemenu-get-face): Delete function.
15167 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
15168 (facemenu-add-new-color): Make second argument mandatory.
15169 Create the appropriate face and return it. Simplify.
15170 (facemenu-set-foreground, facemenu-set-background): Don't check if
15171 color is defined. Use return value of facemenu-add-new-color.
15172
15173 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
15174
15175 * progmodes/gud.el (gud-filter): Add missing argument to
15176 with-selected-window.
15177
15178 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
15179
15180 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
15181 a :require to the defcustom.
15182
15183 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
15184 defcustoms corresponding to minor modes.
15185
15186 2005-06-26 David Ponce <david@dponce.com>
15187
15188 * recentf.el: Require tree-widget instead of wid-edit.
15189 (recentf-filename-handler): Fix widget :type.
15190 (recentf-cancel-dialog, recentf-open-more-files)
15191 (recentf-open-files-action): Doc fix.
15192 (recentf-dialog-goto-first): New function.
15193 (recentf-dialog-mode-map): Set parent keymap first.
15194 (recentf-dialog-mode): Define with define-derived-mode.
15195 Don't display continuation lines in dialogs.
15196 (recentf-edit-list): Rename from recentf-edit-selected-items.
15197 (recentf-edit-list-select): Rename from recentf-edit-list-action.
15198 Simplify.
15199 (recentf-edit-list-validate): New function.
15200 (recentf-edit-list): Update accordingly.
15201 (recentf-open-files-item-shift): Remove.
15202 (recentf-open-files-item): Convert menu elements into tree and
15203 link widgets. Don't create the widgets.
15204 (recentf-open-files): Update accordingly.
15205 (recentf-save-list): Untabify.
15206
15207 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
15208
15209 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
15210 (keep-lines): Add INTERACTIVE arg. Never delete lines only
15211 partially contained in the active region. Do not take active
15212 region into account when called from Lisp, unless INTERACTIVE arg
15213 is non-nil. Use `forward-line' instead of `beginning-of-line' to
15214 avoid trouble with fields. Make marker point nowhere when no
15215 longer used. Always return nil. Doc fix.
15216 (flush-lines): Add INTERACTIVE arg. Do not take active region
15217 into account when called from Lisp, unless INTERACTIVE arg is
15218 non-nil. Use `forward-line' instead of `beginning-of-line' to
15219 avoid trouble with fields. Make marker point nowhere when no
15220 longer used. Always return nil. Doc fix.
15221 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
15222 interchangeable. Do not take active region into account when
15223 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
15224 message in echo area when called from Lisp, unless INTERACTIVE arg
15225 is non-nil. Avoid saying "1 occurrences". Do not use markers.
15226 Return the number of matches. Doc fix.
15227 (occur): Doc fix.
15228 (perform-replace): Make comment follow double space convention for
15229 the sake of `outline-minor-mode'.
15230
15231 * faces.el (facep): Doc fix.
15232
15233 2005-06-25 Richard M. Stallman <rms@gnu.org>
15234
15235 * facemenu.el (facemenu-enable-faces-p): New function.
15236 (facemenu-background-menu, facemenu-foreground-menu)
15237 (facemenu-face-menu): Add menu-enable property.
15238
15239 * jka-compr.el (jka-compr-insert-file-contents):
15240 Special handling if cannot find the uncompression program.
15241
15242 * cus-face.el (custom-face-attributes): Add autoload.
15243
15244 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15245 Bind comment-indent-function locally.
15246
15247 * window.el (save-selected-window): Use save-current-buffer.
15248
15249 * subr.el (with-selected-window): Use save-current-buffer.
15250
15251 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
15252 and with-current-buffer.
15253
15254 2005-06-24 Richard M. Stallman <rms@gnu.org>
15255
15256 * simple.el (line-move-1): Fix previous change.
15257
15258 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
15259
15260 * replace.el (occur-1): Set `buffer-read-only' and the
15261 buffer-modified flag before running `occur-hook' to protect
15262 against unintentional buffer switches that can lead to data loss.
15263
15264 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
15265
15266 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
15267 (gud-gdb-marker-filter): Use font-lock-warning-face for any
15268 initial error.
15269
15270 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
15271 after fresh input.
15272 (gdb-var-create-handler): Put name of expression in quotes.
15273
15274 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
15275
15276 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
15277 elements of RING in order, and without bogus nil elements.
15278
15279 2005-06-23 Richard M. Stallman <rms@gnu.org>
15280
15281 * simple.el (set-variable): Args renamed; doc fix.
15282 (line-move-1): When there are overlays around, use vertical-motion.
15283
15284 * faces.el (escape-glyph): Use brown against light background.
15285 (nobreak-space): Rename from no-break-space.
15286 Fix previous change.
15287
15288 * dired-aux.el (dired-do-copy): Fix arg prompt.
15289
15290 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
15291
15292 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
15293
15294 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
15295 rather than "Distributor".
15296
15297 2005-06-23 Lute Kamstra <lute@gnu.org>
15298
15299 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
15300 (debug-on-entry): Use it. New interactive declaration that uses
15301 function-called-at-point.
15302
15303 2005-06-23 Kim F. Storm <storm@cua.dk>
15304
15305 * subr.el (save-match-data): Add comment about using evaporate arg
15306 to set-match-data.
15307
15308 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
15309
15310 * cus-edit.el (customize-face)
15311 (customize-face-other-window): Handle face aliases.
15312
15313 * faces.el (face-documentation, set-face-attribute)
15314 (face-spec-set): Handle face aliases.
15315
15316 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
15317
15318 * help-mode.el (help-make-xrefs): If a symbol representing a face
15319 name is not followed by the word "face", it could still be a
15320 function or variable name, so don't bypass other checks.
15321
15322 2005-06-22 Juri Linkov <juri@jurta.org>
15323
15324 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
15325 Replace aliased functions with calls where second arg `inherit' is t.
15326
15327 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
15328
15329 * progmodes/gdb-ui.el (gdb-error): New variable.
15330 (gdb-error): New function.
15331 (gdb-annotation-rules): Act on error-begin and error annotations.
15332 (gdb-concat-output): Use font-lock-warning-face for errors.
15333
15334 2005-06-22 Miles Bader <miles@gnu.org>
15335
15336 * bindings.el (propertized-buffer-identification): Use renamed
15337 `Buffer-menu-buffer' face.
15338
15339 * faces.el (vertical-border): Rename from `vertical-divider'.
15340 (escape-glyph): Change dark-background color back to `cyan'.
15341
15342 2005-06-21 Juri Linkov <juri@jurta.org>
15343
15344 * faces.el (face-user-default-spec): Try getting `customized-face'
15345 prior to `saved-face'.
15346 (frame-background-mode): Refill docstring.
15347
15348 * emacs-lisp/lisp-mode.el (eval-defun-1):
15349 * emacs-lisp/edebug.el (edebug-eval-defun):
15350 Set `saved-face' temporarily to nil before calling form.
15351 Set `customized-face' to the new spec after that.
15352
15353 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15354
15355 * subr.el (1value, lambda, key-substitution-in-progress):
15356 Doc fixes.
15357
15358 * autoinsert.el (auto-insert-alist):
15359 * ses.el (ses-call-printer):
15360 * subr.el (noreturn):
15361 * emacs-lisp/lisp.el (check-parens):
15362 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
15363 * net/browse-url.el (browse-url-mosaic):
15364 * progmodes/cc-defs.el (c-safe-scan-lists):
15365 * progmodes/ebnf-abn.el (ebnf-abn-lex):
15366 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
15367 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
15368 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
15369 * progmodes/ebnf-iso.el (ebnf-iso-lex):
15370 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
15371
15372 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
15373
15374 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
15375
15376 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
15377
15378 * calendar/appt.el (appt-make-list): Activate the package, if
15379 not already active (for backwards compatibility).
15380
15381 2005-06-20 Kim F. Storm <storm@cua.dk>
15382
15383 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
15384
15385 2005-06-20 Miles Bader <miles@gnu.org>
15386
15387 * faces.el (vertical-divider): New face.
15388
15389 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
15390
15391 * simple.el (kill-whole-line): Doc fix.
15392 (next-error-buffer-p, next-error-find-buffer)
15393 (clone-indirect-buffer): Fix typos in docstrings.
15394 (comment-line-break-function): Doc fix: don't say variable
15395 is automatically buffer-local (it isn't).
15396
15397 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
15398
15399 * net/tramp-ftp.el (top):
15400 * net/tramp-smb.el (top):
15401 * net/tramp-util.el (top):
15402 * net/tramp-uu.el (top):
15403 * net/tramp-vc.el (top):
15404 * net/tramp.el (top): Revert copyright years back to original
15405 ones. Tramp has a life outside GNU Emacs.
15406
15407 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
15408
15409 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
15410
15411 2005-06-18 Juri Linkov <juri@jurta.org>
15412
15413 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
15414 end of first regexp to limit the match to the position between
15415 line number and source line with same separator character as used
15416 between file name and line number. In the second regexp limit
15417 mouse-face area to file name and line number by adding new group
15418 for them and referring it in HYPERLINK arg.
15419 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
15420 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
15421 previous line where grep markers may be already removed.
15422
15423 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
15424
15425 * progmodes/ps-mode.el: Update version and maintainer's email address.
15426
15427 2005-06-18 Steve Youngs <steve@xemacs.org>
15428
15429 * net/browse-url.el (browse-url-browser-function)
15430 (browse-url-default-browser): Add firefox.
15431 (browse-url-firefox-program, browse-url-firefox-arguments)
15432 (browse-url-firefox-startup-arguments)
15433 (browse-url-firefox-new-window-is-tab): New defcustoms.
15434 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
15435
15436 2005-06-17 Richard M. Stallman <rms@gnu.org>
15437
15438 * startup.el (command-line): Warn if specified user name has
15439 no home directory.
15440
15441 * term.el (term-get-old-input, term-input-filter, term-input-sender)
15442 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
15443
15444 * longlines.el (longlines-mode, longlines-show-hard-newlines):
15445 Doc fixes.
15446
15447 * faces.el (underline): Try bold if terminal doesn't support underline.
15448
15449 * mail/sendmail.el (mail-setup-with-from): New variable.
15450 (mail-insert-from-field): New function.
15451 (sendmail-send-it): Call it.
15452 (mail-setup): Optionally call it here.
15453
15454 * term/linux.el: Call tty-no-underline.
15455
15456 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
15457
15458 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
15459
15460 2005-06-17 Miles Bader <miles@gnu.org>
15461
15462 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
15463 (ediff-current-diff-C, ediff-current-diff-Ancestor)
15464 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
15465 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
15466 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
15467 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
15468 Remove "-face" suffix from face names.
15469 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15470 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15471 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15472 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15473 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15474 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15475 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15476 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15477 New backward-compatibility aliases for renamed faces.
15478 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15479 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15480 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15481 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15482 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15483 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15484 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15485 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15486 Use renamed ediff faces.
15487
15488 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
15489 Remove "-face" suffix from face names.
15490 (eshell-test-ok-face, eshell-test-failed-face):
15491 New backward-compatibility aliases for renamed faces.
15492 (eshell-run-test): Use renamed eshell-test faces.
15493
15494 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
15495 face name.
15496 (eshell-prompt-face): New backward-compatibility alias for renamed
15497 face.
15498 (eshell-emit-prompt): Use renamed eshell-prompt face.
15499
15500 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15501 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15502 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15503 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15504 Remove "-face" suffix from face names.
15505 (eshell-ls-directory-face, eshell-ls-symlink-face)
15506 (eshell-ls-executable-face, eshell-ls-readonly-face)
15507 (eshell-ls-unreadable-face, eshell-ls-special-face)
15508 (eshell-ls-missing-face, eshell-ls-archive-face)
15509 (eshell-ls-backup-face, eshell-ls-product-face)
15510 (eshell-ls-clutter-face):
15511 New backward-compatibility aliases for renamed faces.
15512 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15513
15514 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15515 Remove "-face" suffix from face name.
15516 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15517 instead of literal face.
15518
15519 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
15520
15521 * emacs-lisp/warnings.el (display-warning, lwarn)
15522 (warning-minimum-log-level): Doc fixes.
15523 (warning-minimum-level, warning-minimum-log-level):
15524 Add :debug to :type choices.
15525
15526 * progmodes/ada-mode.el (ada-format-paramlist)
15527 (ada-get-indent-case, ada-check-matching-start)
15528 (ada-check-defun-name, ada-goto-matching-decl-start)
15529 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15530 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15531 (ada-make-subprogram-body): Follow error conventions.
15532 (ada-case-exception-file, ada-indent-comment-as-code)
15533 (ada-indent-handle-comment-special, ada-indent-renames)
15534 (ada-indent-return, ada-search-directories-internal)
15535 (ada-tab-policy, ada-case-exception-substring)
15536 (ada-other-file-alist, ada-matching-start-re)
15537 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15538 (ada-imenu-generic-expression, ada-compile-goto-error)
15539 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15540 (ada-popup-menu, ada-add-extensions, ada-mode)
15541 (ada-region-selected, ada-create-case-exception)
15542 (ada-create-case-exception-substring, ada-after-keyword-p)
15543 (ada-activate-keys-for-case, ada-adjust-case-region)
15544 (ada-adjust-case-buffer, ada-format-paramlist)
15545 (ada-scan-paramlist, ada-insert-paramlist)
15546 (ada-indent-newline-indent)
15547 (ada-indent-newline-indent-conditional)
15548 (ada-justified-indent-current, ada-goto-previous-word)
15549 (ada-indent-current, ada-get-indent-open-paren)
15550 (ada-get-indent-paramlist, ada-get-indent-end)
15551 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15552 (ada-get-indent-block-start, ada-get-indent-subprog)
15553 (ada-get-indent-noindent, ada-get-indent-label)
15554 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15555 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15556 (ada-goto-stmt-end, ada-goto-next-word)
15557 (ada-check-matching-start, ada-check-defun-name)
15558 (ada-goto-matching-decl-start, ada-goto-matching-start)
15559 (ada-goto-matching-end, ada-search-ignore-string-comment)
15560 (ada-in-decl-p, ada-looking-at-semi-or)
15561 (ada-looking-at-semi-private, ada-in-paramlist-p)
15562 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15563 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15564 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15565 (ada-previous-package, ada-create-menu)
15566 (ada-fill-comment-paragraph-justify)
15567 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15568 (ada-other-file-name, ada-last-which-function-line)
15569 (ada-last-which-function-subprog, ada-which-function)
15570 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15571 (ada-gen-treat-proc, ada-check-emacs-version)
15572 (ada-continuation-indent, ada-align-region-separate):
15573 Fix typos in docstrings.
15574 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15575
15576 2005-06-16 Lute Kamstra <lute@gnu.org>
15577
15578 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15579 conditionally.
15580
15581 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15582
15583 * comint.el (comint-replace-by-expanded-filename)
15584 (comint-prompt-regexp, comint-delimiter-argument-list)
15585 (comint-preinput-scroll-to-bottom):
15586 * info.el (Info-hide-cookies-node):
15587 * ls-lisp.el (ls-lisp-classify):
15588 * find-file.el (ff-search-directories, ff-special-constructs)
15589 (ff-find-other-file):
15590 * font-lock.el (font-lock-keywords):
15591 * shell.el (shell-prompt-pattern)
15592 (shell-dynamic-complete-functions, shell-mode)
15593 (shell-delimiter-argument-list):
15594 * term.el (term-replace-by-expanded-filename)
15595 (term-prompt-regexp, term-delimiter-argument-list):
15596 * woman.el (woman-ignore, woman0-if):
15597 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15598 * emacs-lisp/elint.el (elint-init-env):
15599 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15600 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15601 * language/ethio-util.el (ethio-tilde-escape)
15602 (ethio-use-three-dot-question):
15603 * net/zone-mode.el (zone-mode-load-time-setup):
15604 * progmodes/cc-align.el (c-lineup-argcont):
15605 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15606 * progmodes/cperl-mode.el (cperl-set-style-back):
15607 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15608 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15609 Fix spellings in docstrings.
15610
15611 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15612 * progmodes/modula2.el (m2-for): Fix spellings.
15613
15614 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15615
15616 * simple.el (undo-more): Don't use `format' on `error' arguments.
15617 Improve argument/docstring consistency.
15618 (pending-undo-list): Doc fix.
15619
15620 * smerge-mode.el (smerge-ensure-match):
15621 * emulation/vip.el (vip-ex):
15622 * net/zone-mode.el (zone-mode-update-serial):
15623 * progmodes/idlwave.el (idlwave-complete):
15624 * progmodes/vhdl-mode.el (vhdl-visit-file)
15625 (vhdl-compose-wire-components):
15626 Don't use `format' on `error' arguments.
15627
15628 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15629 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15630 (tooltip-help-tips): Fix typos in docstrings.
15631
15632 2005-06-16 David Ponce <david@dponce.com>
15633
15634 * tree-widget.el (tree-widget-value-create): Simplify last change.
15635
15636 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15637
15638 * ido.el (ido-incomplete-regexp): New variable.
15639 (ido-set-matches-1): Handle invalid-regexp error and set
15640 ido-incomplete-regexp.
15641 (ido-incomplete-regexp): New face.
15642 (ido-completions): Use it.
15643 (ido-complete, ido-exit-minibuffer, ido-completions):
15644 Handle incomplete regexps.
15645 (ido-completions): Add check for complete match when entering a regexp.
15646
15647 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15648
15649 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15650
15651 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15652
15653 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15654 by field delimiters.
15655
15656 2005-06-15 David Ponce <david@dponce.com>
15657
15658 * tree-widget.el: eval-and-compile inlined functions so they will
15659 be available at run-time too.
15660 (tree-widget-super-format-handler)
15661 (tree-widget-format-handler): Remove.
15662 (tree-widget-value-create): Handle the :indent property.
15663
15664 2005-06-15 Miles Bader <miles@gnu.org>
15665
15666 * progmodes/which-func.el (which-func): Only inherit
15667 `font-lock-function-name-face' when that makes sense against the
15668 default mode-line face, otherwise set the face color explicitly.
15669
15670 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15671 faces instead of (non-existent) variables.
15672
15673 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15674
15675 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15676 (iswitchb-get-matched-buffers): Likewise. Simplify.
15677
15678 2005-06-14 Miles Bader <miles@gnu.org>
15679
15680 * progmodes/ld-script.el (ld-script-location-counter):
15681 Remove "-face" suffix from face name.
15682 (ld-script-location-counter-face):
15683 New backward-compatibility alias for renamed face.
15684 (ld-script-location-counter-face): Use renamed face.
15685
15686 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15687 (cperl-hash): Remove "-face" suffix from face names.
15688 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15689 New backward-compatibility aliases for renamed faces.
15690 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15691 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15692
15693 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15694 name.
15695 (which-func-face): New backward-compatibility alias for renamed face.
15696 (which-func-format): Use renamed which-func face.
15697
15698 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15699 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15700 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15701 names.
15702 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15703 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15704 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15705 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15706 (vhdl-speedbar-architecture-selected)
15707 (vhdl-speedbar-configuration-selected)
15708 (vhdl-speedbar-package-selected)
15709 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15710 names.
15711 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15712 Use renamed faces.
15713 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15714 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15715 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15716 Use renamed faces.
15717 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15718 names.
15719 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15720 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15721 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15722 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15723 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15724 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15725
15726 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15727 face name.
15728 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15729 (sh-heredoc-face): Use renamed sh-heredoc face.
15730
15731 * progmodes/idlw-help.el (idlwave-help-link):
15732 Remove "-face" suffix from face name.
15733 (idlwave-help-link-face):
15734 New backward-compatibility alias for renamed face.
15735 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15736
15737 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15738 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15739 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15740 New backward-compatibility aliases for renamed faces.
15741 (idlwave-shell-disabled-breakpoint-face)
15742 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15743
15744 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15745 Remove "-face" suffix from face names.
15746 (flymake-errline-face, flymake-warnline-face):
15747 New backward-compatibility aliases for renamed faces.
15748 (flymake-highlight-line): Use renamed flymake faces.
15749
15750 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15751 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15752 (ebrowse-member-class, ebrowse-progress):
15753 Remove "-face" suffix from face names.
15754 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15755 (ebrowse-file-name-face, ebrowse-default-face)
15756 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15757 (ebrowse-progress-face):
15758 New backward-compatibility aliases for renamed faces.
15759 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15760 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15761 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15762 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15763
15764 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15765 antlr-syntax)
15766 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15767 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15768 names.
15769 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15770 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15771 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15772 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15773 backward-compatibility aliases for renamed faces.
15774 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15775 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15776 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15777 remove "font-lock-". Use renamed antlr-mode faces.
15778 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15779 literal face-names with face variable references.
15780
15781 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15782 face name.
15783 (Buffer-menu-buffer-face): New backward-compatibility alias for
15784 renamed face.
15785 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15786
15787 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15788
15789 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15790 Eliminate "-face" suffix.
15791 (makefile-targets): Inherit from font-lock-function-name-face and
15792 eliminate "-face" suffix.
15793 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15794 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15795 actions, instead of prepending, to make it less visible.
15796 (makefile-previous-dependency, makefile-match-dependency):
15797 Don't match a target on a continuation line.
15798
15799 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15800
15801 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15802
15803 * progmodes/gdb-ui.el (menu): Re-order menu items.
15804 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15805
15806 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15807 Define in tooltip.el.
15808 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15809 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15810 gud-tooltip-echo-area.
15811
15812 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15813 backward compatibility and make obsolete.
15814 (tooltip-help-tips): Use tooltip-use-echo-area.
15815 (tooltip-show-help-function): Rename to...
15816 (tooltip-show-help): ...this, because it is a function.
15817 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15818
15819 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15820
15821 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15822 (edebug-print-length, edebug-print-level, edebug-print-circle)
15823 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15824 (edebug-eval-print-last-sexp): Doc fixes.
15825
15826 2005-06-14 Kim F. Storm <storm@cua.dk>
15827
15828 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15829 as the coverage buffer/file/both may change.
15830
15831 2005-06-14 Lute Kamstra <lute@gnu.org>
15832
15833 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15834 and run-mode-hooks. Simplify.
15835
15836 * mail/rmailedit.el (rmail-edit-mode):
15837 * progmodes/octave-inf.el (inferior-octave-mode):
15838 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15839
15840 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15841 and run-mode-hooks.
15842 (recentf-edit-list, recentf-open-files): Don't call
15843 kill-all-local-variables directly.
15844
15845 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15846
15847 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15848
15849 * emacs-lisp/byte-run.el (make-obsolete)
15850 (define-obsolete-function-alias): Rename arguments FUNCTION and
15851 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15852 (make-obsolete-variable, define-obsolete-variable-alias):
15853 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15854 respectively.
15855
15856 * isearchb.el (isearchb-activate):
15857 * pcvs.el (cvs-mode):
15858 * ses.el (ses-load):
15859 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15860 * net/tramp.el (tramp-find-file-exists-command)
15861 (tramp-find-shell):
15862 * progmodes/ada-mode.el (ada-create-case-exception)
15863 (ada-create-case-exception-substring, ada-make-subprogram-body):
15864 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15865 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15866 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15867 * textmodes/org.el (org-promote, org-evaluate-time-range)
15868 (org-agenda-next-date-line, org-agenda-previous-date-line)
15869 (org-agenda-error, org-open-at-point, org-table-move-row)
15870 (org-format-table-table-html-using-table-generate-source)
15871 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15872 * textmodes/reftex.el (reftex-access-scan-info):
15873 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15874 (reftex-toc-promote-prepare): Follow error conventions.
15875
15876 * diff-mode.el (diff-mode): Fix typo in docstring.
15877
15878 * forms.el (forms--intuit-from-file): Fix reference to
15879 `forms-number-of-fields' in error message.
15880 (forms-print): Fix quoting in error message.
15881
15882 * forms.el (forms-mode):
15883 * emulation/vi.el (vi-goto-insert-state):
15884 * progmodes/flymake.el (flymake-new-err-info)
15885 (flymake-start-syntax-check-for-current-buffer)
15886 (flymake-simple-cleanup):
15887 * eshell/esh-var.el (eshell/export):
15888 * progmodes/gud.el (xdb):
15889 * textmodes/flyspell.el (flyspell-incorrect-hook)
15890 (flyspell-maybe-correct-transposition)
15891 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15892
15893 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15894
15895 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15896 minibuffer prompt.
15897
15898 2005-06-13 Kim F. Storm <storm@cua.dk>
15899
15900 * subr.el (add-to-ordered-list): New defun.
15901
15902 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15903 add cua--keymap-alist to emulation-mode-map-alists.
15904
15905 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15906
15907 * subr.el (complete-in-turn): New macro.
15908 (dynamic-completion-table, lazy-completion-table): Add debug info.
15909
15910 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15911 in preference to face aliases.
15912
15913 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15914 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15915 Remove unused vars `start' and `firstline'.
15916 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15917 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15918
15919 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15920
15921 * cus-start.el (all): Don't complain about missing GTK-related
15922 variables, unless either `gtk' is boundp or this isn't a
15923 `windows-nt' build.
15924
15925 2005-06-13 Lute Kamstra <lute@gnu.org>
15926
15927 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15928 run-mode-hooks.
15929
15930 * ediff-mult.el (ediff-meta-mode):
15931 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15932
15933 * ledit.el (ledit-mode): Use delay-mode-hooks.
15934
15935 * woman.el (woman-mode-line-format): Delete constant.
15936 (woman-mode-map): Initialize it properly.
15937 (woman-mode): Set mode-class property to special.
15938 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15939 Set major-mode and mode-name. Don't set mode-line-format directly.
15940 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15941
15942 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15943 string argument obsolete.
15944
15945 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15946
15947 * textmodes/org.el (org-CUA-compatible): New option.
15948 (org-disputed-keys): New variable.
15949 (org-key): New function.
15950 (orgtbl-make-binding): Add docstring to the created function.
15951 (org-mode): Set paragraph start/separate regexps.
15952 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15953 (org-archive-location, org-archive-mark-done)
15954 (org-archive-stamp-time): New options.
15955 (org-archive-subtree): New command.
15956 (org-fill-paragraph): New function.
15957 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15958 (org-fake-empty-table-line): Function removed.
15959 (org-format-org-table-html): Do not create empty table lines at
15960 separator lines. Improved table header treatment.
15961 (org-link-format): New option.
15962 (org-make-link): New function.
15963 (org-insert-link, org-store-link): Use org-make-link.
15964 (org-open-file): Quote file name for shell command, to allow
15965 spaces in file names.
15966 (org-link-regexp): Fix bug with mailto link.
15967 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15968 New constants.
15969 (org-export-as-html): Deal with the optional angles around a link.
15970 Better treatment of file: links.
15971 (org-open-at-point): Replace @{ and @} with < and >.
15972 (org-run-mode-hooks): Function removed.
15973 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15974
15975 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15976
15977 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15978 MI command -data-list-register-values.
15979 (gdb-post-prompt): Indent properly.
15980
15981 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15982
15983 * hilit-chg.el (highlight-changes-colors): Rename from
15984 `highlight-changes-colours'.
15985 (highlight-changes-colours): Keep as obsolete alias.
15986 (highlight-changes-face-list): Doc fix.
15987 (hilit-chg-make-list): Use `highlight-changes-colors'.
15988
15989 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15990
15991 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15992 defun-prompt-regexp.
15993
15994 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15995
15996 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15997 and cygwin.
15998
15999 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
16000 Don't use an old loaddefs.el, as in Makefile.in.
16001
16002 2005-06-12 Lute Kamstra <lute@gnu.org>
16003
16004 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
16005
16006 * man.el (Man-mode-map): Initialize it properly.
16007 (Man-mode): Set mode-class property to special.
16008
16009 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
16010
16011 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
16012
16013 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
16014 A newline is needed in the docstring there.
16015
16016 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
16017 Doc fixes.
16018
16019 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16020
16021 * printing.el: Doc fix. The menubar is no more changed when printing
16022 is loaded, it only changes when pr-menu-bind or pr-update-menus is
16023 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
16024 (pr-version): New version number (6.8.4).
16025 (pr-menu-bind): New command.
16026 (pr-update-menus): Docstring and code fix.
16027 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
16028 Docstring fix.
16029 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
16030 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
16031
16032 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
16033
16034 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
16035 "Returns" to "return", document useful return values, etc.
16036
16037 2005-06-11 Alan Mackenzie <acm@muc.de>
16038
16039 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
16040 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
16041 (adaptive-file-function): Minor amendment to doc-string.
16042
16043 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16044
16045 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
16046 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
16047 Fix :type--it is `integer', not `string'.
16048
16049 * faces.el (modeline-highlight): Rename from (the erroneous)
16050 `modeline-higilight'.
16051
16052 2005-06-11 Lute Kamstra <lute@gnu.org>
16053
16054 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
16055 lisp-interaction-mode-map but make it the parent.
16056 (edebug-eval-mode): Use define-derived-mode.
16057
16058 2005-06-11 Andreas Schwab <schwab@suse.de>
16059
16060 * bindings.el: Add binding of `ESC functionkey' for every
16061 `M-functionkey'.
16062 * hexl.el (hexl-mode-map): Likewise.
16063
16064 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
16065
16066 * progmodes/compile.el (compilation-error-regexp-alist-alist)
16067 [msft]: update regexp for newer msft compilers.
16068
16069 2005-06-10 Mark A. Hershberger <mah@everybody.org>
16070
16071 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
16072 ATTLIST portions of included DTDs.
16073 (xml-parse-dtd): Eliminate use of inefficient match-data.
16074
16075 2005-06-10 Miles Bader <miles@gnu.org>
16076
16077 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
16078 (mpuz-text): Remove "-face" suffix from face names.
16079 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
16080 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
16081 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
16082
16083 * play/gomoku.el (gomoku-O, gomoku-X):
16084 Remove "-face" suffix from face names.
16085 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
16086 New backward-compatibility aliases for renamed faces.
16087 (gomoku-font-lock-keywords): Use renamed gomoku faces.
16088
16089 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16090
16091 * thumbs.el: Fixes for changes of 2005-06-09.
16092 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
16093 as a directory.
16094 (thumbs-thumbname): Remove directory separator from format string;
16095 `thumbs-thumbsdir' now returns a valid directory name.
16096 (thumbs-temp-dir): New defsubst.
16097 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
16098 Use it.
16099
16100 * cus-edit.el (minibuffer):
16101 * files.el (make-backup-file-name-function):
16102 * filesets.el (filesets-external-viewers):
16103 * hilit-chg.el (highlight-changes-colours)
16104 (highlight-changes-face-list, highlight-changes-rotate-faces):
16105 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
16106 * kmacro.el (kmacro-call-macro):
16107 * log-edit.el (log-edit-changelog-full-paragraphs):
16108 * mouse.el (mouse-1-click-follows-link):
16109 * skeleton.el (skeleton-autowrap):
16110 * subr.el (insert-for-yank-1):
16111 * tempo.el (tempo-insert-region):
16112 * terminal.el (terminal-emulator):
16113 * time.el (display-time-mail-face):
16114 * vc.el (vc-annotate):
16115 * vcursor.el (vcursor-copy-line):
16116 * woman.el (woman-bold-headings, woman-ignore)
16117 (woman-default-faces, woman-monochrome-faces):
16118 * calendar/todo-mode.el (todo-insert-threshold):
16119 * emulation/pc-select.el (pc-select-selection-keys-only)
16120 (pc-selection-mode):
16121 * emulation/vip.el (vip-find-char-forward):
16122 * emulation/viper-cmd.el (viper-find-char-forward):
16123 * international/mule-cmds.el
16124 (select-safe-coding-system-accept-default-p)
16125 (input-method-exit-on-invalid-key):
16126 * international/mule-diag.el (describe-coding-system):
16127 * international/ucs-tables.el (unify-8859-on-encoding-mode):
16128 * net/browse-url.el (browse-url-xterm-program):
16129 * obsolete/lazy-lock.el (lazy-lock-mode):
16130 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
16131 (cperl-mode):
16132 * progmodes/cpp.el (cpp-face-light-name-list)
16133 (cpp-face-dark-name-list):
16134 * progmodes/delphi.el (delphi-newline-always-indents):
16135 Fix spellings in docstrings.
16136
16137 * ido.el (ido-mode, ido-file-extensions-order)
16138 (ido-default-file-method, ido-default-buffer-method)
16139 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
16140 (ido-decorations, ido-read-file-name-as-directory-commands)
16141 (ido-read-file-name-non-ido, ido-work-directory-list)
16142 (ido-ignore-item-temp-list, ido-current-directory)
16143 (ido-magic-forward-char, ido-enter-find-file)
16144 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
16145 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
16146
16147 2005-06-10 Lute Kamstra <lute@gnu.org>
16148
16149 * play/dunnet.el (dun-mode): Use define-derived-mode.
16150 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
16151 obsolete alias.
16152
16153 * play/doctor.el (doctor-mode-map): Remove defvar.
16154 (doctor-mode): Use define-derived-mode.
16155
16156 * mail/mspools.el (mspools-mode):
16157 * net/eudc-hotlist.el (eudc-hotlist-mode):
16158 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
16159
16160 2005-06-10 Miles Bader <miles@gnu.org>
16161
16162 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
16163 Remove "-face" suffix from face names.
16164 (flyspell-incorrect-face, flyspell-duplicate-face):
16165 New backward-compatibility aliases for renamed faces.
16166 (flyspell-mode-on, make-flyspell-overlay)
16167 (flyspell-highlight-incorrect-region)
16168 (flyspell-highlight-duplicate-region)
16169 (flyspell-display-next-corrections)
16170 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
16171
16172 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
16173 from face name.
16174 (texinfo-heading-face): New backward-compatibility alias for
16175 renamed face.
16176 (texinfo-heading-face): Use renamed texinfo-heading face.
16177
16178 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
16179 suffix from face names.
16180 (tex-math-face, tex-verbatim-face):
16181 New backward-compatibility aliases for renamed faces.
16182 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
16183 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
16184 literal face name.
16185
16186 * textmodes/table.el (table-cell): Remove "-face" suffix from face
16187 name.
16188 (table-cell-face): New backward-compatibility alias for renamed face.
16189 (table--put-cell-face-property, table--update-cell-face):
16190 Use renamed table-cell face.
16191
16192 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
16193 from face name.
16194 (sgml-namespace-face): New backward-compatibility alias for
16195 renamed face.
16196 (sgml-namespace-face): Use renamed sgml-namespace face.
16197
16198 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
16199 (org-level-4, org-level-5, org-level-6, org-level-7)
16200 (org-level-8, org-warning, org-headline-done)
16201 (org-deadline-announce, org-scheduled-today)
16202 (org-scheduled-previously, org-link, org-done, org-table)
16203 (org-time-grid): Remove "-face" suffix from face names.
16204 (org-level-1-face, org-level-2-face, org-level-3-face)
16205 (org-level-4-face, org-level-5-face, org-level-6-face)
16206 (org-level-7-face, org-level-8-face, org-warning-face)
16207 (org-headline-done-face, org-deadline-announce-face)
16208 (org-scheduled-today-face, org-scheduled-previously-face)
16209 (org-link-face, org-done-face, org-table-face)
16210 (org-time-grid-face):
16211 New backward-compatibility aliases for renamed faces.
16212 (org-level-faces, org-set-font-lock-defaults, org-timeline)
16213 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
16214 (org-agenda-get-timestamps, org-agenda-get-scheduled)
16215 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
16216
16217 * emulation/viper-init.el (viper-search, viper-replace-overlay)
16218 (viper-minibuffer-emacs, viper-minibuffer-insert)
16219 (viper-minibuffer-vi): Remove "-face" suffix from face names.
16220 (viper-search-face, viper-replace-overlay-face)
16221 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
16222 (viper-minibuffer-vi-face):
16223 New backward-compatibility aliases for renamed faces.
16224 (viper-search-face, viper-replace-overlay-face)
16225 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
16226 (viper-minibuffer-vi-face): Use renamed viper faces.
16227
16228 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
16229 Remove "-face" suffix from face names.
16230 (testcover-nohits-face, testcover-1value-face):
16231 New backward-compatibility aliases for renamed faces.
16232 (testcover-mark): Use renamed testcover faces.
16233
16234 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
16235 face name.
16236 (diary-button-face): New backward-compatibility alias for renamed face.
16237 (diary-entry): Use renamed diary-button face.
16238
16239 * calendar/calendar.el (diary, calendar-today, holiday)
16240 (mark-visible-calendar-date): Remove "-face" suffix from face names.
16241 (diary-face, calendar-today-face, holiday-face):
16242 New backward-compatibility aliases for renamed faces.
16243 (eval-after-load "facemenu", diary-entry-marker)
16244 (calendar-today-marker, calendar-holiday-marker, diary-face):
16245 Use renamed calendar faces.
16246
16247 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
16248 (compare-windows-face): New backward-compatibility alias for
16249 renamed face.
16250 (compare-windows-highlight): Use renamed compare-windows face.
16251
16252 * strokes.el (strokes-char): Remove "-face" suffix from face name.
16253 (strokes-char-face): New backward-compatibility alias for renamed face.
16254 (strokes-encode-buffer): Use renamed strokes-char face.
16255
16256 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
16257 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
16258 Remove "-face" suffix from face names.
16259 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
16260 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
16261 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
16262 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
16263 Use renamed pcvs faces.
16264 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
16265 * pcvs-defs.el (cvs-mode-map): Likewise.
16266 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
16267
16268 * info.el (info-title-1, info-title-2, info-title-3)
16269 (info-title-4): Remove "-face" suffix from and downcase face names.
16270 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16271 (Info-title-4-face):
16272 New backward-compatibility aliases for renamed faces.
16273 (Info-fontify-node): Use renamed info faces.
16274
16275 * hilit-chg.el (highlight-changes, highlight-changes-delete):
16276 Remove "-face" suffix from face names.
16277 (highlight-changes-face, highlight-changes-delete-face):
16278 New backward-compatibility aliases for renamed faces.
16279 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
16280 (hilit-chg-make-list): Use renamed highlight-changes faces.
16281
16282 * generic-x.el (show-tabs-tab, show-tabs-space):
16283 Remove "-face" suffix from face names.
16284 (show-tabs-tab-face, show-tabs-space-face):
16285 New backward-compatibility aliases for renamed faces.
16286 (show-tabs-generic-mode-font-lock-defaults-1)
16287 (show-tabs-generic-mode-font-lock-defaults-2):
16288 Use renamed show-tabs faces.
16289
16290 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
16291 (smerge-markers): Remove "-face" suffix from face names.
16292 (smerge-mine-face, smerge-other-face, smerge-base-face)
16293 (smerge-markers-face):
16294 New backward-compatibility aliases for renamed faces.
16295 (smerge-mine-face, smerge-other-face, smerge-base-face)
16296 (smerge-markers-face): Use renamed smerge faces.
16297
16298 * log-view.el (log-view-file, log-view-message): Remove "-face"
16299 suffix from face names.
16300 (log-view-file-face, log-view-message-face):
16301 New backward-compatibility aliases for renamed faces.
16302 (log-view-file-face, log-view-message-face): Use renamed log-view
16303 faces.
16304
16305 * paren.el (show-paren-match, show-paren-mismatch):
16306 Remove "-face" suffix from face names.
16307 (show-paren-match-face, show-paren-mismatch-face):
16308 New backward-compatibility aliases for renamed faces.
16309 (show-paren-function): Use renamed show-paren faces.
16310
16311 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
16312 (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): Remove "-face"
16316 suffix from face names.
16317 (ruler-mode-default-face, ruler-mode-pad-face)
16318 (ruler-mode-margins-face, ruler-mode-fringes-face)
16319 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
16320 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
16321 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
16322 New backward-compatibility aliases for renamed faces.
16323 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
16324 (ruler-mode-column-number, ruler-mode-fill-column)
16325 (ruler-mode-comment-column, ruler-mode-goal-column)
16326 (ruler-mode-tab-stop, ruler-mode-current-column)
16327 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
16328 faces.
16329
16330 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
16331 face name.
16332 (whitespace-highlight-the-space): Use renamed face.
16333 (whitespace-highlight-face): New backward-compatibility alias for
16334 renamed face.
16335
16336 * woman.el (woman-italic, woman-bold, woman-unknown)
16337 (woman-addition, woman-symbol-face):
16338 Remove "-face" suffix from face names.
16339 (woman-italic-face, woman-bold-face, woman-unknown-face)
16340 (woman-addition-face):
16341 New backward-compatibility aliases for renamed faces.
16342 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
16343 (woman-decode-region, woman-replace-match)
16344 (woman-display-extended-fonts, woman-special-characters)
16345 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
16346 Use renamed woman faces.
16347
16348 * longlines.el (longlines-visible-face): Face removed.
16349
16350 * diff-mode.el (diff-header, diff-file-header, diff-index)
16351 (diff-hunk-header, diff-removed, diff-added, diff-changed)
16352 (diff-function, diff-context, diff-nonexistent): Remove "-face"
16353 suffix from face names.
16354 (diff-header-face, diff-file-header-face, diff-index-face)
16355 (diff-hunk-header-face, diff-removed-face, diff-added-face)
16356 (diff-changed-face, diff-function-face, diff-context-face)
16357 (diff-nonexistent-face): New backward-compatibility aliases for
16358 renamed faces.
16359 (diff-header-face, diff-file-header-face)
16360 (diff-index, diff-index-face, diff-hunk-header)
16361 (diff-hunk-header-face, diff-removed, diff-removed-face)
16362 (diff-added, diff-added-face, diff-changed-face, diff-function)
16363 (diff-function-face, diff-context-face, diff-nonexistent)
16364 (diff-nonexistent-face): Use renamed diff-mode faces.
16365
16366 * progmodes/compile.el (compilation-warning-face)
16367 (compilation-info-face): Remove "-face" suffix from face names.
16368 (compilation-warning-face, compilation-info-face):
16369 New backward-compatibility aliases for renamed faces.
16370 (compilation-warning-face, compilation-info-face):
16371 Use renamed compilation faces.
16372
16373 * add-log.el (change-log-date, change-log-name)
16374 (change-log-email, change-log-file, change-log-list)
16375 (change-log-conditionals, change-log-function)
16376 (change-log-acknowledgement): Remove "-face" suffix from face names.
16377 (change-log-date-face, change-log-name-face)
16378 (change-log-email-face, change-log-file-face)
16379 (change-log-list-face, change-log-conditionals-face)
16380 (change-log-function-face, change-log-acknowledgement-face):
16381 New backward-compatibility aliases for renamed faces.
16382 (change-log-font-lock-keywords): Use renamed change-log faces.
16383
16384 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
16385 (custom-set, custom-changed, custom-saved, custom-button)
16386 (custom-button-pressed, custom-documentation, custom-state)
16387 (custom-comment, custom-comment-tag, custom-variable-tag)
16388 (custom-variable-button, custom-face-tag, custom-group-tag-1)
16389 (custom-group-tag): Remove "-face" suffix from face names.
16390 (custom-magic-alist, custom-magic-value-create)
16391 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
16392 (custom-invalid-face, custom-rogue-face, custom-modified-face)
16393 (custom-set-face, custom-changed-face, custom-saved-face)
16394 (custom-button-face, custom-button-pressed-face)
16395 (custom-documentation-face, custom-state-face)
16396 (custom-comment-face, custom-comment-tag-face)
16397 (custom-variable-tag-face, custom-variable-button-face)
16398 (custom-face-tag-face, custom-group-tag-face-1)
16399 (custom-group-tag-face):
16400 New backward-compatibility aliases for renamed faces.
16401
16402 * wid-edit.el (widget-documentation, widget-button)
16403 (widget-field, widget-single-line-field, widget-inactive)
16404 (widget-button-pressed): "-face" suffix removed from face names.
16405 (widget-documentation-face, widget-button-face)
16406 (widget-field-face, widget-single-line-field-face)
16407 (widget-inactive-face, widget-button-pressed-face):
16408 New backward-compatibility aliases for renamed faces.
16409 (widget-documentation-face, widget-button-face)
16410 (widget-button-pressed-face, widget-specify-field)
16411 (widget-specify-inactive): Use renamed widget faces.
16412
16413 2005-06-10 Kenichi Handa <handa@m17n.org>
16414
16415 * term/x-win.el (x-clipboard-yank): Remove condition-case
16416 wrapping.
16417
16418 2005-06-11 Kenichi Handa <handa@m17n.org>
16419
16420 * add-log.el (change-log-font-lock-keywords): Make the regexp for
16421 date lines stricter.
16422
16423 2005-06-10 Zhang Wei <id.brep@gmail.com>
16424
16425 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
16426 of x-get-selection.
16427
16428 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16429
16430 * comint.el (comint-mode, comint-snapshot-last-prompt):
16431 * frame.el (frame-current-scroll-bars):
16432 * term.el (term-mode, term-check-proc, term-input-sender)
16433 (term-simple-send, term-extract-string, term-word)
16434 (term-match-partial-filename):
16435 * window.el (window-current-scroll-bars):
16436 * emulation/cua-base.el (cua-normal-cursor-color)
16437 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
16438 (cua-global-mark-cursor-color):
16439 * mail/undigest.el (rmail-forward-separator-regex):
16440 Fix typos in docstrings.
16441
16442 * comint.el (comint-check-proc, make-comint-in-buffer)
16443 (comint-source-default): Doc fixes.
16444
16445 * term.el (term-send-string): Improve argument/docstring consistency.
16446
16447 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
16448
16449 * comint.el (comint-send-input): Bind `inhibit-read-only' around
16450 call to `delete-region'.
16451 (comint-mode-hook): Do not enable Font Lock by default.
16452
16453 2005-06-09 Lute Kamstra <lute@gnu.org>
16454
16455 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
16456 could be void.
16457
16458 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
16459
16460 * emacs-lisp/debug.el (debugger-will-be-back): New var.
16461 (debug): Use it.
16462 (debugger-step-through, debugger-continue, debugger-jump)
16463 (debugger-return-value): Set it when needed.
16464 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
16465 Use inhibit-read-only.
16466
16467 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
16468
16469 * window.el (shrink-window-if-larger-than-buffer)
16470 (window-size-fixed): Fix typo in docstring.
16471
16472 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
16473 thumbnails directory on loading.
16474 (thumbs-conversion-program): Use `eq' to check the system type,
16475 not `equal'.
16476 (thumbs-temp-dir): Initialize to `temporary-file-directory',
16477 not "/tmp". Fix docstring.
16478 (thumbs-thumbsdir): New function to return the thumbnails
16479 directory, creating it if needed.
16480 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
16481 (thumbs-temp-file): Delete variable and make it into a function.
16482 (thumbs-resize-image, thumbs-modify-image): Use it.
16483 (thumbs-kill-buffer): Simplify.
16484 (thumbs-gensym): Defalias or duplicate CL `gensym'.
16485 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
16486 docstrings.
16487
16488 2005-06-09 Kim F. Storm <storm@cua.dk>
16489
16490 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
16491 set-match-data to free markers in match-data.
16492
16493 * replace.el (replace-match-data): Pass RESEAT arg `t' to
16494 match-data to unchain markers in match-data.
16495
16496 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
16497
16498 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16499 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
16500 unnecessary now.
16501
16502 2005-06-08 Richard M. Stallman <rms@gnu.org>
16503
16504 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16505 give the variable a doc string that doesn't say don't set it directly.
16506
16507 * textmodes/ispell.el (ispell-check-version):
16508 Use match-string-no-properties.
16509 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16510 (ispell-buffer-local-words): Likewise.
16511
16512 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16513 except on terminals with enough colors to really display it.
16514 (makefile-dependency-regex): Delete spurious `bb'.
16515
16516 * faces.el (escape-glyph): Use blue once again in last case.
16517 (no-break-space): Redefine so that it isn't invisible on a tty.
16518
16519 2005-06-08 Kim F. Storm <storm@cua.dk>
16520
16521 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16522 also when reading directory name.
16523
16524 2005-06-08 Lute Kamstra <lute@gnu.org>
16525
16526 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16527 (flyspell-mode-line-string): Remove autoload cookie.
16528 (flyspell-mode): Remove defvar.
16529
16530 2005-06-07 Lute Kamstra <lute@gnu.org>
16531
16532 * textmodes/org.el (org-run-mode-hooks): New function.
16533 (org-agenda-mode): Use it.
16534
16535 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16536
16537 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16538
16539 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16540
16541 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16542
16543 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16544
16545 * font-lock.el (font-lock-add-keywords): Doc fix.
16546
16547 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16548
16549 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16550 (tex-compile-default): In the absence of any history, use the order in
16551 tex-compile-alist to choose the preferred command.
16552 (tex-compile-commands): Reorder a bit.
16553
16554 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16555 (flyspell-incorrect-face, flyspell-duplicate-face):
16556 Use (X)Emacs-agnostic code.
16557 (flyspell-mode-map): Don't overwrite at each load. Remove code
16558 redundant with the subsequent add-minor-mode. Merge Emacs and
16559 XEmacs code.
16560 (flyspell-word): Minor simplification.
16561 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16562 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16563 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16564 Merge the corresponding Emacs code.
16565 (flyspell-correct-word, flyspell-xemacs-popup):
16566 Use flyspell-do-correct.
16567
16568 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16569 a dedicated window.
16570
16571 * international/latexenc.el (latexenc-find-file-coding-system):
16572 Undo part of last patch, to turn off a compiler warning.
16573
16574 2005-06-06 Juri Linkov <juri@jurta.org>
16575
16576 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16577 Rename `tmm-inactive-face' to `tmm-inactive'.
16578
16579 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16580
16581 * iswitchb.el: Rename faces.
16582
16583 2005-06-06 Kim F. Storm <storm@cua.dk>
16584
16585 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16586 (cua-global-mark): Remove -face suffix from face names.
16587
16588 * emulation/cua-gmrk.el (cua--init-global-mark):
16589 Remove cua-global-mark face setup.
16590
16591 2005-06-06 Richard M. Stallman <rms@gnu.org>
16592
16593 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16594 just like other allowed characters.
16595 (makefile-match-dependency): Exclude leading and training whitespace
16596 from the range of regexp subexp 1.
16597 (makefile-macroassign-regex): Don't try to match the body,
16598 just the name of the macro being defined.
16599
16600 * info.el (Info-read-node-name-2): New function.
16601 (Info-read-node-name-1): Use that.
16602 Add a completion-base-size-function property.
16603
16604 * simple.el (completion-setup-function): Look for
16605 completion-base-size-function property of minibuffer-completion-table.
16606
16607 * files.el (locate-file-completion): Doc fix.
16608
16609 * printing.el: Don't call pr-update-menus; user must do that.
16610
16611 * emacs-lisp/debug.el (debugger-window): New variable.
16612 (debug): Use debugger-window if it is set and still alive.
16613 Record debugger-window for next entry.
16614
16615 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16616
16617 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16618
16619 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16620 (hack-one-local-variable, hack-local-variables)
16621 (hack-local-variables-prop-line): Pass that arg.
16622
16623 2005-06-06 Kim F. Storm <storm@cua.dk>
16624
16625 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16626 (ido-indicator): Remove -face suffix from face names.
16627
16628 2005-06-06 Juri Linkov <juri@jurta.org>
16629
16630 * font-lock.el (font-lock-regexp-backslash)
16631 (font-lock-regexp-backslash-construct): New faces.
16632 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16633 after `('. Add `while-no-input' to control structures.
16634
16635 * faces.el (no-break-space, shadow): New faces.
16636 (escape-glyph): Use less loud colors pink2 and red4.
16637
16638 * diff-mode.el (diff-context-face)
16639 * dired.el (dired-ignored)
16640 * rfn-eshadow.el (file-name-shadow)
16641 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16642
16643 * info.el (Info-title-1-face): Use green instead of yellow because
16644 bold yellow is not readable on light backgrounds.
16645
16646 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16647 before selecting the desired mode to not spend time fontifying
16648 old contents.
16649
16650 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16651
16652 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16653 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16654
16655 * ps-print.el (ps-default-fg, ps-default-bg):
16656 Fix typos in docstrings.
16657
16658 * isearchb.el (isearchb): Don't pass a spurious second argument to
16659 `iswitchb-completions'.
16660
16661 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16662
16663 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16664 to preserve point.
16665 (gdb-find-file-hook): Add doc string.
16666
16667 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16668 C dereferenced pointer expression.
16669 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16670
16671 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16672
16673 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16674 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16675 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16676 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16677 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16678 Make background transparent.
16679
16680 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16681
16682 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16683 (font-lock-remove-keywords): Doc fix.
16684 (font-lock-mode-major-mode): Compiler defvar.
16685 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16686
16687 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16688 (font-lock-mode): Update `font-lock-mode-major-mode'.
16689 (font-lock-set-defaults): Compiler defvar.
16690 (font-lock-default-function): Take `font-lock-mode-major-mode'
16691 into account.
16692
16693 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16694 keep track of which major mode it enabled the minor mode for.
16695 Use find-file-hook again. Update docstring.
16696
16697 * simple.el (eval-expression-print-level)
16698 (eval-expression-print-length, eval-expression-debug-on-error):
16699 Doc fixes.
16700
16701 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16702
16703 * iswitchb.el (iswitchb-single-match-face)
16704 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16705 (iswitchb-invalid-regexp-face): New faces.
16706 (iswitchb-completions): Use them.
16707 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16708 now marked as an obsolete alias.
16709 (iswitchb-read-buffer): Remove check for bound font variables.
16710 (iswitchb-invalid-regexp): New free variable.
16711 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16712 set iswitchb-invalid-regexp.
16713 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16714 invalid regexps.
16715 (iswitchb-completions): Add check for complete match when entering
16716 a regexp.
16717 (iswitchb-completions): Remove require-match argument.
16718 (iswitchb-exhibit): Fix caller.
16719 (iswitchb-common-match-inserted): New variable.
16720 (iswitchb-complete, iswitchb-completion-help): Use it.
16721
16722 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16723
16724 * url-http.el (url-http-chunked-encoding-after-change-function):
16725 Use `url-http-debug' instead of `message'.
16726
16727 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16728
16729 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16730 callback argument.
16731
16732 2005-06-04 Kim F. Storm <storm@cua.dk>
16733
16734 * simple.el (line-move): Only call sit-for when moving backwards.
16735
16736 * ido.el (ido-make-merged-file-list-1): New defun split from
16737 ido-make-merged-file-list.
16738 (ido-make-merged-file-list): Bind throw-on-input around call to
16739 ido-make-merged-file-list-1. Return input-pending-p if
16740 interrupted by more input available.
16741 (ido-read-internal): Handle input-pending-p return value from
16742 ido-make-merged-file-list.
16743
16744 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16745
16746 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16747 compatibility code.
16748
16749 * international/latexenc.el (latexenc-find-file-coding-system):
16750 Don't inherit the EOL part of the coding-system from the
16751 tex-main buffer. Fit within 80 columns.
16752
16753 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16754
16755 * tmm.el (tmm-inactive-face): New face.
16756 (tmm-remove-inactive-mouse-face): New function.
16757 (tmm-prompt, tmm-add-one-shortcut)
16758 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16759 but not selectable.
16760
16761 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16762
16763 * faces.el (face-equal): Improve argument/docstring consistency.
16764
16765 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16766
16767 * progmodes/make-mode.el (makefile-targets-face)
16768 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16769 (makefile-bsdmake-dependency-regex)
16770 (makefile-makepp-rule-action-regex)
16771 (makefile-bsdmake-rule-action-regex): New constants.
16772 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16773
16774 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16775 Allow (...) within `...' for makepp messages.
16776
16777 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16778
16779 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16780
16781 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16782 "." files are deleted from all file lists before comparison.
16783
16784 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16785 (viper-ESC-key): Made them customizable.
16786
16787 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16788
16789 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16790
16791 * autorevert.el (auto-revert-buffers): Use save-match-data.
16792
16793 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16794
16795 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16796 menu items with a nil command binding.
16797
16798 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16799
16800 * emacs-lisp/cl-macs.el (defsetf):
16801 Improve argument/docstring consistency.
16802
16803 * faces.el (list-faces-display): Improve the formatting by
16804 computing the maximum length required for any face-name (reworked
16805 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16806 (internal-find-face): Remove redundant info in docstring.
16807
16808 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16809
16810 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16811 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16812 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16813 (gdb-assembler-custom): Improve regexps.
16814 (def-gdb-auto-update-handler): Use window point to preserve point.
16815
16816 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16817
16818 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16819
16820 2005-05-31 Jay Belanger <belanger@truman.edu>
16821
16822 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16823 to calc-embedded.
16824 (calc-embedded-make-info): Have plain prefix argument select
16825 entire line.
16826
16827 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16828
16829 * faces.el (list-faces-display): Signal error if passed a regexp
16830 that matches no face name.
16831
16832 * simple.el (filter-buffer-substring): Fix typo in docstring.
16833
16834 2005-05-31 Richard M. Stallman <rms@gnu.org>
16835
16836 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16837 (vhdl-emacs-21): Doc fix.
16838 (vhdl-mode): Unconditionally set comment-padding.
16839 (vhdl-fixup-whitespace-region): Insert spaces only where
16840 there are none.
16841 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16842
16843 2005-05-30 John Wiegley <johnw@newartisans.com>
16844
16845 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16846 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16847 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16848 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16849 `string-to-number'.
16850
16851 2005-05-30 Jay Belanger <belanger@truman.edu>
16852
16853 * calc/calc.el (calc-bug-address): Fix docstring.
16854 (calc-window-hook, calc-trail-window-hook): New variables.
16855 (calc-trail-display): Restore use of calc-trail-window-hook.
16856 (calc): Restore use of calc-window-hook.
16857
16858 2005-05-31 Masatake YAMATO <jet@gyve.org>
16859
16860 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16861
16862 * help-fns.el (help-C-file-name): Add autoload mark for
16863 `find-function-noselect'.
16864
16865 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16866
16867 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16868 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16869
16870 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16871
16872 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16873 included diary buffer if it was not already being visited.
16874 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16875
16876 * calendar/icalendar.el (top-level): Do not require appt.
16877
16878 * mail/supercite.el (sc-select-attribution): Only use a list
16879 element from sc-attrib-selection-list if it returns a string.
16880 Reported by Davide G. M. Salvetti <salve@debian.org>.
16881
16882 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16883
16884 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16885 includes a hash value to improve its uniqueness, and has a ".jpg"
16886 extension. Also, it is now a valid filename on all systems.
16887 (thumbs-make-thumb): Use `let', not `let*'.
16888 (thumbs-show-thumbs-list): Check for JPEG availability.
16889
16890 2005-05-30 Richard M. Stallman <rms@gnu.org>
16891
16892 * filesets.el (filesets-menu-ensure-use-cached):
16893 Prevent warning when emacs-version>= is undefined.
16894
16895 * printing.el (pr-interactive-n-up): Use string-to-number.
16896
16897 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16898
16899 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16900 Warn only when name to be defined is quoted.
16901
16902 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16903
16904 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16905 Make regexp more robust.
16906 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16907 Force regeneration of disassembly.
16908
16909 2005-05-29 Jay Belanger <belanger@truman.edu>
16910
16911 * calc/calc.el (calc-user-invocation): Check if
16912 calc-invocation-macro is non-nil.
16913
16914 2005-05-29 Juri Linkov <juri@jurta.org>
16915
16916 * add-log.el (change-log-font-lock-keywords):
16917 Add `+' to e-mail regexp to accept mail address with keywords.
16918
16919 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16920
16921 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16922
16923 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16924
16925 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16926
16927 2005-05-29 Richard M. Stallman <rms@gnu.org>
16928
16929 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16930 Undo the change that moves to end of the current word.
16931
16932 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16933
16934 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16935 Throw error when count <= 0 to ensure input is a number.
16936 (gdb-read-memory-custom): Pick up address from buffer.
16937 (gdb-memory-mode): Allow user to increment and decrement
16938 memory address from header line.
16939
16940 2005-05-29 Richard M. Stallman <rms@gnu.org>
16941
16942 * flyspell.el (flyspell-version): Function deleted.
16943 (flyspell-auto-correct-previous-hook): Doc fix.
16944
16945 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16946 Do nothing if memory is full.
16947
16948 * font-lock.el (font-lock-fontify-syntactically-region):
16949 Pass t for GREEDY to looking-back.
16950
16951 * saveplace.el (save-place-alist-to-file): Write the file
16952 using write-region.
16953
16954 * subr.el (looking-back): New argument GREEDY.
16955
16956 * progmodes/compile.el (compilation-start): Set the mode
16957 before inserting the initial text.
16958
16959 * progmodes/which-func.el (which-func-update-1): Turn the mode
16960 off in case of error by setting which-func-mode.
16961
16962 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16963
16964 * flyspell.el (flyspell-auto-correct-previous-word):
16965 Narrow down to what's on the screen, and recenter overlays
16966 at the end of the next word.
16967
16968 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16969
16970 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16971 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16972 (flyspell-abbrev-p): Default to nil.
16973 (flyspell-use-global-abbrev-table-p): Doc fix.
16974 (flyspell-large-region): Allow nil as value.
16975 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16976
16977 (mail-mode-flyspell-verify): More robust handling
16978 of `mail-header-separator'. More efficient signature detection.
16979 Allow for regexp metacharacters in message-header-separator.
16980 Adding `To' not to be checked in mail-mode-flyspell-verify.
16981
16982 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16983 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16984 Bind flyspell-auto-correct-binding.
16985 Bind C-. and C-, .
16986 (flyspell-mode-map): Likewise.
16987 (flyspell-mode): Doc fix.
16988 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16989 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16990 (flyspell-word-cache-result): New var, always local.
16991 (flyspell-check-pre-word-p): Doc fix.
16992 (flyspell-check-changed-word-p): Handle spc like newline.
16993 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16994 (flyspell-word-search-backward, flyspell-word-search-forward):
16995 New functions.
16996 (flyspell-word): Return t if nothing to check.
16997 When parsing TeX code, check for after } or \.
16998 Use flyspell-word-search-backward to find previous word.
16999 Return nil if duplicated word.
17000 For word already checked, return same value as last time.
17001 Set flyspell-word-cache-result after checking.
17002 Don't clobber the return value.
17003 (flyspell-get-word): Major rewrite.
17004 (flyspell-external-point-words): New locals pword, pcount.
17005 Fix size used in progress message.
17006 Find the proper corresponding word in flyspell-large-region-buffer.
17007 (flyspell-region): Check for flyspell-large-region = nil.
17008 (flyspell-highlight-incorrect-region): Clean up overlays in region.
17009 (flyspell-auto-correct-word): Check that WORD is a cons.
17010 (flyspell-correct-word): Likewise.
17011
17012 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
17013
17014 * progmodes/make-mode.el (makefile-rule-action-regex)
17015 (makefile-macroassign-regex, makefile-makepp-mode)
17016 (makefile-bsdmake-mode): Continuation lines may be empty.
17017 Reported by Joshua Varner.
17018 (makefile-makepp-font-lock-keywords): Add $(stem).
17019
17020 2005-05-28 Karl Berry <karl@gnu.org>
17021
17022 * textmodes/tex-mode.el: Now that tex-send-command calls
17023 shell-quote-argument (2005-03-31 change), remove all calls to
17024 shell-quote-argument; they all end up invoking tex-send-command.
17025 The double quoting loses on filenames with non-safe characters,
17026 such as "@". Reported by Frederik Fouvry.
17027
17028 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
17029
17030 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
17031 about preserving point.
17032
17033 2005-05-27 Jay Belanger <belanger@truman.edu>
17034
17035 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
17036 Info-goto-node.
17037
17038 * calc/calc-embed.el (calc-embed-arg): New variable.
17039 (calc-do-embedded-activate, calc-embedded-activate-formula)
17040 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
17041 variable by new variable.
17042 (calc-embedded-make-info): Replace undeclared variable by new
17043 variable. When selecting region with positive prefix
17044 argument, use end of previous line instead of beginning of line.
17045
17046 * calc/calc-aent.el (calc-arg-values): Declare it.
17047
17048 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
17049 Declare them.
17050
17051 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
17052
17053 * calc/calc.el (calc-alg-map): Declare it.
17054
17055 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
17056
17057 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
17058
17059 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
17060 (gdb-registers-buffer, toggle-gdb-all-registers):
17061 Toggle display of floating point registers.
17062 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
17063
17064 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
17065 (toggle-gud-tooltip-dereference):
17066 Rename from gud-toggle-tooltip-dereference.
17067
17068 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
17069
17070 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
17071
17072 2005-05-27 Jay Belanger <belanger@truman.edu>
17073
17074 * calc/calc-prog.el (calc-kbd-report): Remove.
17075 (calc-kbd-query): Rewrite.
17076
17077 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
17078
17079 * image.el (image-library-alist): Move to image.c.
17080 (image-type-available-p): Doc fix.
17081
17082 2005-05-27 Lute Kamstra <lute@gnu.org>
17083
17084 * calc/calc.el (calc):
17085 * outline.el (outline-1, outline-2, outline-3, outline-4)
17086 (outline-5, outline-6, outline-7, outline-8):
17087 * textmodes/dns-mode.el (dns-mode):
17088 * textmodes/sgml-mode.el (sgml-namespace-face):
17089 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
17090 (tex-verbatim-face, tex-use-reftex):
17091 * textmodes/texinfo.el (texinfo-heading-face):
17092 Specify customization group.
17093
17094 * longlines.el: Don't require easy-mmode.
17095 (longlines-visible-face): Specify customization group.
17096
17097 2005-05-27 Kenichi Handa <handa@m17n.org>
17098
17099 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
17100 encoding table of windows-1251.
17101
17102 * international/ucs-tables.el (ucs-set-table-for-input):
17103 If translation-table-for-input of a coding system is a symbol, get
17104 its translation-table property.
17105
17106 * international/code-pages.el: Don't register a coding system into
17107 non-iso-charset-alist more than once.
17108 (cp-make-coding-system): Likewise.
17109
17110 2005-05-26 John Wiegley <johnw@newartisans.com>
17111
17112 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
17113 `eshell-resume-eval' is wrapped in a list, it indicates that the
17114 command was run asynchronously. In that case, unwrap the value
17115 before checking the delimiter value.
17116
17117 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
17118 character before a space at the end of a line is \, assume the space
17119 is part of the last argument rather than a final argument separator.
17120
17121 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
17122 is in use, and the target is `t' or `nil' (which are the most common
17123 values), don't assume that the symbol target is a buffer.
17124
17125 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
17126
17127 * calendar/calendar.el (calendar-mode-line-format):
17128 Use mode-line-highlight as mouse-face.
17129
17130 * time.el (display-time-string-forms, display-time-update):
17131 Use mode-line-highlight as mouse-face.
17132
17133 2005-05-26 Jay Belanger <belanger@truman.edu>
17134
17135 * calc/calc.el (calc-language-alist): Remove extra defvar.
17136
17137 2005-05-26 Lute Kamstra <lute@gnu.org>
17138
17139 * arc-mode.el (archive-mode):
17140 * bookmark.el (bookmark-read-annotation-mode)
17141 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
17142 * bs.el (bs-mode):
17143 * calc/calc-yank.el (calc-edit-mode):
17144 * calc/calc.el (calc-mode, calc-trail-mode):
17145 * calculator.el (calculator-mode):
17146 * chistory.el (command-history-mode):
17147 * comint.el:
17148 * cus-edit.el (custom-mode):
17149 * descr-text.el (describe-text-mode):
17150 * ebuff-menu.el (Electric-buffer-menu-mode):
17151 * ediff-util.el (ediff-mode):
17152 * emacs-lisp/re-builder.el (reb-mode):
17153 * emulation/vi.el (vi-mode-setup):
17154 * emulation/ws-mode.el (wordstar-mode):
17155 * eshell/esh-mode.el (eshell-mode):
17156 * forms.el (forms-mode):
17157 * help-mode.el (help-mode):
17158 * hexl.el (hexl-mode):
17159 * ibuffer.el (ibuffer-mode):
17160 * ielm.el (inferior-emacs-lisp-mode):
17161 * info.el (Info-mode, Info-edit-mode):
17162 * international/swedish.el:
17163 * ledit.el (ledit-from-lisp-mode):
17164 * locate.el (locate-mode):
17165 * mail/rmail.el (rmail-mode):
17166 * mail/rmailedit.el (rmail-edit-mode):
17167 * mail/rmailsum.el (rmail-summary-mode):
17168 * mail/supercite.el (sc-electric-mode):
17169 * net/eudc.el (eudc-mode):
17170 * net/quickurl.el (quickurl-list-mode):
17171 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
17172 * obsolete/ooutline.el (outline-mode):
17173 * obsolete/options.el (Edit-options-mode):
17174 * obsolete/rnews.el (news-mode):
17175 * obsolete/rnewspost.el (news-reply-mode):
17176 * play/5x5.el (5x5-mode):
17177 * play/decipher.el (decipher-mode, decipher-stats-mode):
17178 * play/gomoku.el (gomoku-mode):
17179 * play/snake.el (snake-mode):
17180 * play/solitaire.el (solitaire-mode):
17181 * play/tetris.el (tetris-mode):
17182 * progmodes/ada-mode.el (ada-mode):
17183 * progmodes/antlr-mode.el (antlr-mode):
17184 * progmodes/autoconf.el (autoconf-mode):
17185 * progmodes/dcl-mode.el (dcl-mode):
17186 * progmodes/delphi.el (delphi-mode):
17187 * progmodes/ebrowse.el (ebrowse-tree-mode)
17188 (ebrowse-electric-list-mode, ebrowse-member-mode)
17189 (ebrowse-electric-position-mode):
17190 * progmodes/f90.el (f90-mode):
17191 * progmodes/fortran.el (fortran-mode):
17192 * progmodes/icon.el (icon-mode):
17193 * progmodes/idlw-help.el (idlwave-help-mode):
17194 * progmodes/idlw-shell.el (idlwave-shell-mode):
17195 * progmodes/idlwave.el (idlwave-mode):
17196 * progmodes/inf-lisp.el (inferior-lisp-mode):
17197 * progmodes/m4-mode.el (m4-mode):
17198 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
17199 * progmodes/modula2.el (modula-2-mode):
17200 * progmodes/octave-inf.el (inferior-octave-mode):
17201 * progmodes/octave-mod.el (octave-mode):
17202 * progmodes/pascal.el (pascal-mode):
17203 * progmodes/sh-script.el (sh-mode):
17204 * progmodes/sql.el (sql-mode, sql-interactive-mode):
17205 * progmodes/vhdl-mode.el (vhdl-mode):
17206 * progmodes/xscheme.el (scheme-interaction-mode):
17207 * replace.el (occur-mode):
17208 * ses.el (ses-mode):
17209 * simple.el (completion-list-mode):
17210 * skeleton.el:
17211 * speedbar.el (speedbar-mode):
17212 * term.el (term-mode):
17213 * terminal.el (terminal-edit-mode):
17214 * textmodes/reftex-index.el (reftex-index-mode)
17215 (reftex-index-phrases-mode):
17216 * textmodes/reftex-sel.el (reftex-select-label-mode)
17217 (reftex-select-bib-mode):
17218 * textmodes/reftex-toc.el (reftex-toc-mode):
17219 * wdired.el (wdired-change-to-wdired-mode):
17220 * wid-browse.el (widget-browse-mode):
17221 Use run-mode-hooks.
17222
17223 * array.el (array-mode):
17224 * calendar/todo-mode.el (todo-mode):
17225 * man.el (Man-mode):
17226 * play/landmark.el (lm-mode):
17227 * play/mpuz.el (mpuz-mode):
17228 Use kill-all-local-variables and run-mode-hooks.
17229
17230 * subr.el (delay-mode-hooks): Specify indentation.
17231
17232 2005-05-26 Mark A. Hershberger <mah@everybody.org>
17233
17234 * xml.el (xml-substitute-special): Don't die for undefined xml
17235 entities.
17236
17237 2005-05-26 Jay Belanger <belanger@truman.edu>
17238
17239 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
17240 of nil.
17241
17242 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
17243
17244 * progmodes/gdb-ui.el (gdb-frame-address):
17245 Rename from gdb-current-address.
17246 (gdb-previous-frame-address): Rename from gdb-previous-address.
17247 (gdb-selected-frame): Rename from gdb-current-frame.
17248 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
17249 (gdb-frame-number): Rename from gdb-current-stack-level.
17250 (gdb-ann3): Match new mode-name for disassembly buffer.
17251 Extend initialization of variables.
17252 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
17253 (gdb-memory-mode): Use mouse-face in header line.
17254 (gdb-assembler-buffer-name): Call it disassembly and give frame
17255 in mode line.
17256 (gdb-source-spec-regexp, gdb-assembler-custom)
17257 (gdb-invalidate-assembler, gdb-frame-handler):
17258 Make robust to leading zeroes in address format.
17259
17260 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
17261
17262 * textmodes/org.el (org-mode): Use `define-derived-mode' to
17263 define `org-mode'.
17264 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
17265
17266 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
17267
17268 * log-edit.el (log-edit-changelog-entries): Distinguish between
17269 filenames like xfns.c and fns.c.
17270
17271 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
17272
17273 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
17274 point after reverting.
17275 (Buffer-menu-make-sort-button): Handle the case where
17276 `Buffer-menu-use-header-line' is nil.
17277
17278 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
17279
17280 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
17281 New funcs. In minibuffer-local-completion-map bind `]', `/'
17282 and `:' to them.
17283
17284 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
17285
17286 * startup.el (normal-top-level): Allow modification of load-path while
17287 we're iterating over it.
17288
17289 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
17290
17291 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
17292 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
17293 (thumbs-resize-interactive, thumbs-insert-image)
17294 (thumbs-insert-thumb, thumbs-dired-show-marked)
17295 (thumbs-find-image-at-point, thumbs-delete-images)
17296 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
17297 (thumbs-increment-image-size, thumbs-decrement-image-size):
17298 Fix typos in docstrings.
17299
17300 2005-05-24 Andre Spiegel <spiegel@gnu.org>
17301
17302 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
17303 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
17304 (cperl-mode): Use them.
17305
17306 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
17307
17308 * window.el (quit-window, shrink-window-if-larger-than-buffer):
17309 Doc fixes.
17310
17311 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
17312
17313 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
17314 Bind C-d to gdb-inferior-io-eof.
17315
17316 * dired.el (dired-dnd-popup-notice): Use message-box.
17317
17318 2005-05-23 Masatake YAMATO <jet@gyve.org>
17319
17320 * bindings.el (mode-line-major-mode-keymap):
17321 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
17322
17323 * faces.el (mode-line-highlight): New face.
17324
17325 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
17326 as mouse-face.
17327
17328 * bindings.el (top-level, help-echo, mode-line-modified)
17329 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
17330 as mouse-face.
17331
17332 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
17333
17334 * progmodes/cc-engine.el (c-guess-basic-syntax):
17335 Remove spurious call to `zerop'.
17336
17337 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
17338
17339 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
17340
17341 CC Mode update to 5.30.10:
17342
17343 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
17344 could go past the limit in decoration level 2, thereby causing
17345 errors during interactive fontification.
17346
17347 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
17348 the file is evaluated interactively.
17349
17350 * cc-engine.el (c-guess-basic-syntax): Handle operator
17351 declarations somewhat better in C++.
17352
17353 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
17354 make use of `run-mode-hooks' which has been added in Emacs 21.1.
17355 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
17356 (awk-mode): Use it.
17357 (make-local-hook): Suppress warning about obsoleteness.
17358
17359 * cc-engine.el, cc-align.el, cc-cmds.el
17360 (c-append-backslashes-forward, c-delete-backslashes-forward)
17361 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
17362 Compensate for return value from `forward-line' when it has moved
17363 but not to a different line due to eob.
17364
17365 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
17366 `objc-method-intro' and `objc-method-args-cont'.
17367
17368 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
17369
17370 CC Mode update to 5.30.10:
17371
17372 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
17373 in the copyright statement. Incidentally, change "along with GNU
17374 Emacs" to "along with this program" where it occurs.
17375
17376 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
17377 so that it is interactive, hence can be found by M-x awk-mode
17378 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
17379 <gmorris+emacs@ast.cam.ac.uk>.
17380
17381 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
17382 Mode's regexps.
17383
17384 2005-05-23 Kevin Ryde <user42@zip.com.au>
17385
17386 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
17387 c-parse-state, to avoid a lisp error (on bad code).
17388
17389 2005-05-23 Lute Kamstra <lute@gnu.org>
17390
17391 * subr.el (font-lock-defaults): Remove defvar as it's already
17392 defined in font-core.el.
17393
17394 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
17395
17396 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
17397
17398 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
17399 more general and work when GDB variable "print pretty" is on,
17400 as with Emacs, for example.
17401
17402 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
17403
17404 * font-core.el: Update comment.
17405
17406 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17407 Use `after-change-major-mode-hook' instead of `find-file-hook'.
17408
17409 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
17410
17411 2005-05-22 Eli Zaretskii <eliz@gnu.org>
17412
17413 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
17414 and `yank-handler' in the doc strings.
17415
17416 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17417
17418 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
17419
17420 2005-05-22 Richard M. Stallman <rms@gnu.org>
17421
17422 * help.el (describe-key): Move print-help-return-message call
17423 out of conditional.
17424
17425 * progmodes/etags.el (list-tags): Use with-no-warnings.
17426
17427 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
17428 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
17429 (starttls-extra-args, starttls-extra-arguments): Add defvars.
17430
17431 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
17432
17433 * language/viet-util.el (viet-viscii-nonascii-translation-table):
17434 Add defvar.
17435
17436 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
17437 Use defvar, not defconst.
17438
17439 * hexl.el (hexl-follow-line): Use with-no-warnings.
17440
17441 * emulation/tpu-extras.el: Use write-file-functions instead of
17442 write-file-hooks.
17443
17444 * dired.el (dired-font-lock-keywords): Fontify files with junk
17445 extensions even if marked by -F.
17446
17447 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
17448
17449 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
17450 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
17451 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
17452 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
17453 (concatenate, list-length, get*, getf, cl-remprop):
17454 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
17455 (etypecase, progv, lexical-let, lexical-let*)
17456 (multiple-value-bind, multiple-value-setq, shiftf):
17457 Improve argument/docstring consistency.
17458
17459 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
17460
17461 2005-05-22 Andre Spiegel <spiegel@gnu.org>
17462
17463 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
17464 doesn't exist.
17465
17466 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
17467 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
17468
17469 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
17470
17471 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
17472 already deleted variables: auto-fill-hook, blink-paren-hook,
17473 lisp-indent-hook, inhibit-local-variables, unread-command-event,
17474 suspend-hooks, comment-indent-hook, meta-flag,
17475 before-change-function, after-change-function,
17476 font-lock-doc-string-face.
17477
17478 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
17479
17480 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17481
17482 2005-05-21 Eli Zaretskii <eliz@gnu.org>
17483
17484 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
17485 rmail-dont-reply-to.
17486
17487 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17488
17489 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
17490 literal blank when splitting new-header-values.
17491
17492 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
17493
17494 * calendar/cal-menu.el (cal-menu-update): Add separator as a
17495 string so that tmm doesn't create a completion entry for it.
17496
17497 * textmodes/table.el (table-disable-menu): Ditto.
17498
17499 2005-05-21 Richard M. Stallman <rms@gnu.org>
17500
17501 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17502
17503 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17504
17505 * net/rcompile.el (remote-compile): Use compilation-start.
17506
17507 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17508
17509 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
17510
17511 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17512 Default to makefile-bsdmake-mode on BSD systems.
17513
17514 * imenu.el (imenu-generic-expression, imenu--generic-function'):
17515 REGEXP may also be a search function now. The part of doc-string
17516 for describing the structure was 95% identical to that of
17517 `imenu--generic-function'. Unify it there.
17518
17519 * progmodes/make-mode.el (makefile-imenu-generic-expression):
17520 Use function to find dependencies, because regexp alone is so complex,
17521 it easily goes into an endless loop.
17522 (makefile-makepp-mode): Also add submenu for Perl functions
17523 defined in the makefile.
17524 (makefile-bsdmake-mode): Special imenu-generic-expression no
17525 longer needed, due to function call.
17526 (makefile-match-dependency): Take BOUND into account when checking
17527 if we're through.
17528
17529 2005-05-20 Jay Belanger <belanger@truman.edu>
17530
17531 * calc/calc-units.el (calc-invalidate-units-table):
17532 Use inhibit-read-only.
17533 (math-build-units-table-buffer): Use view-mode.
17534
17535 2005-05-20 David Kastrup <dak@gnu.org>
17536
17537 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17538 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17539
17540 2005-05-20 Lute Kamstra <lute@gnu.org>
17541
17542 * diff-mode.el (diff-header-face, diff-file-header-face)
17543 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17544 (diff-added-face, diff-changed-face, diff-function-face)
17545 (diff-context-face, diff-nonexistent-face): Put them in the
17546 diff-mode customization group.
17547
17548 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17549
17550 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17551
17552 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17553
17554 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17555 Minor regexp-optimization.
17556
17557 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17558
17559 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17560 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17561 (org-agenda-add-time-grid-maybe): New function.
17562 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17563 (org-table-create): `dotimes' instead of `mapcar'.
17564 (org-xor): Simplify implementation.
17565 (org-agenda): `inhibit-redisplay' turned on.
17566 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17567 a consistent line after a state change.
17568 (org-agenda-remove-times-when-in-prefix): New option.
17569 (org-prefix-has-time): New variable.
17570 (org-parse-time-string): Optional argument NODEFAULT.
17571 (org-format-agenda-item): Parse items for time-of-day
17572 specifications and move these into the prefix if possible.
17573 (org-agenda-priority): Get current heading, not previous heading
17574 during agenda remote editing.
17575
17576 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17577
17578 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17579 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17580 (remove-duplicates, delete-duplicates, substitute)
17581 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17582 (nsubstitute-if-not, find, find-if, find-if-not, position)
17583 (position-if, position-if-not, count, count-if, count-if-not)
17584 (mismatch, search, sort*, stable-sort, merge, member*)
17585 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17586 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17587 (intersection, nintersection, set-difference, nset-difference)
17588 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17589 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17590 (nsublis, tree-equal): Improve argument/docstring consistency.
17591
17592 * subr.el (send-string, send-region): Remove obsolescence declaration.
17593 (window-dot, set-window-dot, read-input, show-buffer)
17594 (eval-current-buffer, string-to-int):
17595 Add release number to obsolescence declarations.
17596
17597 2005-05-19 Kim F. Storm <storm@cua.dk>
17598
17599 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17600 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17601
17602 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17603
17604 * faces.el (list-faces-display): Make back button respect optional
17605 regexp arg.
17606
17607 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17608
17609 * calculator.el (calculator-radix-grouping-mode)
17610 (calculator-radix-grouping-digits, calculator-displayer)
17611 (calculator-radix-grouping-separator, calculator-copy-displayer):
17612 * dabbrev.el (dabbrev-search-these-buffers-only):
17613 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17614 (diff-advance-after-apply-hunk, diff-mode-hook)
17615 (diff-minor-mode-prefix):
17616 * imenu.el (imenu-use-popup-menu):
17617 * jit-lock.el (jit-lock-context-time):
17618 * newcomment.el (comment-fill-column, comment-column)
17619 (comment-style, comment-padding, comment-multi-line)
17620 (comment-empty-lines, comment-auto-fill-only-comments):
17621 * reveal.el (reveal-around-mark):
17622 * uniquify.el (uniquify-buffer-name-style)
17623 (uniquify-after-kill-buffer-p)
17624 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17625 (uniquify-min-dir-content, uniquify-separator)
17626 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17627 * w32-vars.el (w32-fixed-font-alist):
17628 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17629 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17630 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17631 * progmodes/perl-mode.el (perl-indent-level)
17632 (perl-continued-statement-offset, perl-continued-brace-offset)
17633 (perl-brace-offset, perl-brace-imaginary-offset)
17634 (perl-label-offset, perl-indent-continued-arguments)
17635 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17636 * progmodes/tcl.el (tcl-indent-level)
17637 (tcl-continued-indent-level, tcl-auto-newline)
17638 (tcl-tab-always-indent, tcl-electric-hash-style)
17639 (tcl-help-directory-list, tcl-use-smart-word-finder)
17640 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17641 (inferior-tcl-source-command):
17642 * textmodes/fill.el (enable-kinsoku):
17643 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17644 * textmodes/table.el (table-yank-handler):
17645 Specify missing group (and type, if simple) in defcustom.
17646
17647 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17648
17649 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17650
17651 2005-05-19 Richard M. Stallman <rms@gnu.org>
17652
17653 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17654
17655 * subr.el (event-basic-type): Don't get an error.
17656 (left-fringe-p): Function deleted.
17657
17658 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17659 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17660
17661 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17662 in recursive copy.
17663
17664 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17665
17666 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17667
17668 * emacs-lisp/bytecomp.el
17669 (byte-compile-file-form-custom-declare-variable):
17670 Call byte-compile-nogroup-warn if appropriate.
17671
17672 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17673 (compilation-set-window): Don't call left-fringe-p; do it directly.
17674
17675 2005-05-19 Jay Belanger <belanger@truman.edu>
17676
17677 * calc/calc-graph.el (calc-graph-format-data): Make sure
17678 var-PlotRejects is bound before trying to check its value.
17679
17680 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17681
17682 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17683 definition of this variable from reftex-global.el to reftex.el,
17684 because it is needed in the menu.
17685
17686 2005-05-19 Lute Kamstra <lute@gnu.org>
17687
17688 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17689 years are fixed. Don't insert a space after a dash.
17690
17691 2005-05-19 Kim F. Storm <storm@cua.dk>
17692
17693 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17694
17695 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17696
17697 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17698 strings, because (eq ... ?\\) is fairly frequent.
17699
17700 * progmodes/make-mode.el (makefile-add-this-line-targets):
17701 Simplify and integrate into `makefile-pickup-targets'.
17702 (makefile-add-this-line-macro): Simplify and integrate into
17703 `makefile-pickup-macros.
17704 (makefile-pickup-filenames-as-targets): Simplify.
17705 (makefile-previous-dependency, makefile-match-dependency):
17706 Don't stumble over `::'.
17707
17708 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17709
17710 * subr.el (post-command-idle-hook, post-command-idle-delay):
17711 Remove obsoletion of post-command-idle-hook and
17712 post-command-idle-delay.
17713
17714 * faces.el (list-faces-display): Provide button when describe-face
17715 is called to take user back to the list of faces.
17716
17717 * help-fns.el (describe-variable): Remove hyperlinks in a
17718 variable's value as these are quite frequently inappropriate.
17719
17720 * follow.el (follow-submit-feedback, follow-mode):
17721 Remove references to post-command-idle-hook.
17722
17723 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17724
17725 * progmodes/make-mode.el (makefile-previous-dependency)
17726 (makefile-match-dependency): Check for := (and in bsd mode also
17727 !=) to give a better result, even when font-lock is not on.
17728
17729 2005-05-18 Jay Belanger <belanger@truman.edu>
17730
17731 * calc/calc-help.el (calc-s-prefix-help):
17732 Add `calc-copy-special-constant' to help string.
17733
17734 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17735
17736 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17737
17738 2005-05-18 Jay Belanger <belanger@truman.edu>
17739
17740 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17741 in linear factors are in proper order.
17742
17743 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17744
17745 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17746 Support for jurabib.
17747
17748 * textmodes/reftex.el (featurep): Define aliases for overlay
17749 commands, for XEmacs compatibility, and use these aliases in
17750 overlay initializations.
17751 (reftex-highlight): Use `reftex-move-overlay'.
17752 (reftex-unhighlight): Use `reftex-delete-overlay'.
17753 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17754 (reftex-access-search-path): Use `reftex-uniquify' instead of
17755 `reftex-uniq'
17756
17757 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17758 `before-string' property modification enables for Emacs as well.
17759 (reftex-select-item): Use `reftex-delete-overlay'.
17760 (reftex-select-mark): Use `reftex-make-overlay' and
17761 `reftex-overlay-put'.
17762 (reftex-select-unmark): Use `reftex-delete-overlay' and
17763 `reftex-overlay-put'.
17764
17765 2005-05-18 Lute Kamstra <lute@gnu.org>
17766
17767 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17768
17769 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17770
17771 * add-log.el (add-change-log-entry):
17772 * array.el (array-make-template, array-reconfigure-rows)
17773 (array-init-max-row, array-init-max-column)
17774 (array-init-columns-per-line, array-init-field-width):
17775 * replace.el (replace-match-maybe-edit, perform-replace):
17776 * textmodes/spell.el (spell-region):
17777 Replace `read-input' by `read-string'.
17778
17779 * forms.el (forms-mode):
17780 * finder.el (finder-compile-keywords):
17781 * shadowfile.el (shadow-read-files):
17782 Replace `eval-current-buffer' by `eval-buffer'.
17783
17784 * terminal.el (te-pass-through):
17785 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17786 (ange-ftp-raw-send-cmd):
17787 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17788 (send-process-next-char, telnet-initial-filter, telnet):
17789 Replace `send-string' by `process-send-string'.
17790
17791 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17792 (prolog-consult-region): Replace `send-string' by
17793 `process-send-string'; replace `send-region' by `process-send-region'.
17794
17795 * progmodes/delphi.el (delphi-log-msg):
17796 Replace `set-window-dot' by `set-window-point'.
17797
17798 * subr.el (window-dot, set-window-dot, read-input, send-string)
17799 (send-region, show-buffer, eval-current-buffer):
17800 Make really obsolete, as the comment says.
17801
17802 2005-05-17 Kim F. Storm <storm@cua.dk>
17803
17804 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17805 (cua--init-keymaps): Bind C-return instead of S-return to set
17806 rectangle mark.
17807
17808 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17809 instead of S-return to toggle/clear rectangle mark.
17810
17811 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17812
17813 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17814 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17815 Also fontify plain strings assigned to variables, mostly so that a
17816 colon has a face and is thus not taken as a dependency separator.
17817 (makefile-previous-dependency): Inline the new matcher, because it
17818 is too complex to work in both directions.
17819 (makefile-match-dependency): Eliminate `backward' arg (see above).
17820 Completely reimplemented so as to not sometimes go into an endless
17821 loop. It should also be more efficient, because first it only
17822 searches for `:', instead of applying the very complex regexp.
17823 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17824 to be fontified in one piece can be too long for JIT.
17825 Makefiles are never *that* big.
17826
17827 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17828
17829 * dired.el (dired-mode): Simplify.
17830
17831 2005-05-17 Lute Kamstra <lute@gnu.org>
17832
17833 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17834 defcustom for the mode hook variable.
17835
17836 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17837 Emacs Lisp Reference Manual.
17838
17839 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17840
17841 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17842 (evenp, list*):
17843 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17844 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17845
17846 * net/tramp-smb.el (tramp-smb-open-connection):
17847 Pass `tramp-chunksize' as fifth (required) argument.
17848
17849 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17850
17851 * font-lock.el (lisp-font-lock-keywords-1):
17852 Set `font-lock-negation-char-face' for [^...] char group.
17853 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17854
17855 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17856 a var, and refine it to mask one more level of nested vars.
17857 (makefile-rule-action-regex): Turn it into a var, and refine it so
17858 it recognizes backslashed continuation lines as belonging to the
17859 same command.
17860 (makefile-macroassign-regex): Refine it so it recognizes
17861 backslashed continuation lines as belonging to the same command.
17862 (makefile-var-use-regex): Don't look at the next char, because it
17863 might be the same one to be skipped by the initial [^$], leading
17864 to an overlooked variable use.
17865 (makefile-make-font-lock-keywords): Remove two parameters, which
17866 are now variables that some of the modes set locally.
17867 Handle dependency and rule action matching through functions, because
17868 regexps alone match too often. Dependency matching now comes
17869 last, so it can check, whether a colon already matched something else.
17870 (makefile-mode): Inform that font-lock improves makefile parsing
17871 capabilities.
17872 (makefile-match-dependency, makefile-match-action): New functions.
17873
17874 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17875
17876 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17877
17878 * align.el (align-regexp):
17879 * ansi-color.el (ansi-color-get-face):
17880 * array.el (array-reconfigure-rows, array-init-max-row)
17881 (array-init-max-column, array-init-columns-per-line)
17882 (array-init-field-width):
17883 * dired-aux.el (dired-trample-file-versions):
17884 * dired-x.el (dired-mark-sexp):
17885 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17886 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17887 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17888 * faces.el (face-read-integer):
17889 * files.el (backup-extract-version, insert-directory):
17890 * hexl.el (hexl-insert-decimal-char):
17891 * server.el (server-process-filter):
17892 * shell.el (shell-extract-num):
17893 * startup.el (command-line-1):
17894 * term.el (term-command-hook):
17895 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17896 (time-stamp-do-number):
17897 * time.el (display-time-update):
17898 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17899 (timezone-fix-time):
17900 * vms-patch.el (vms-suspend-resume-hook):
17901 * calendar/appt.el (appt-convert-time):
17902 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17903 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17904 * calendar/cal-islam.el (mark-islamic-diary-entries):
17905 * calendar/calendar.el (calendar-cursor-to-date)
17906 (calendar-star-date):
17907 * calendar/diary-lib.el (diary-attrtype-convert)
17908 (mark-diary-entries, diary-entry-time):
17909 * calendar/solar.el (solar-get-number):
17910 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17911 * emacs-lisp/re-builder.el (reb-display-subexp):
17912 * emulation/edt.el (edt-set-scroll-margins):
17913 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17914 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17915 (vip-get-ex-count):
17916 * emulation/viper-ex.el (viper-get-ex-token)
17917 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17918 * international/fontset.el (fontset-plain-name):
17919 * mail/feedmail.el (feedmail-look-at-queue-directory):
17920 * mail/mailalias.el (mail-get-names):
17921 * mail/rmail.el (rmail-convert-to-babyl-format):
17922 * mail/rmailsum.el (rmail-make-basic-summary-line)
17923 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17924 (rmail-summary-goto-msg):
17925 * mail/smtpmail.el (smtpmail-read-response):
17926 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17927 (ange-ftp-vms-add-file-entry):
17928 * play/gametree.el (gametree-looking-at-ply)
17929 (gametree-current-branch-score):
17930 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17931 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17932 * progmodes/cperl-mode.el (condition-case):
17933 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17934 (ebrowse-set-member-buffer-column-width)
17935 (ebrowse-select-1st-to-9nth):
17936 * progmodes/etags.el (etags-snarf-tag):
17937 * progmodes/flymake.el (flymake-parse-line):
17938 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17939 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17940 (idlwave-shell-menu-def):
17941 * progmodes/ps-mode.el (ps-run-goto-error):
17942 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17943 (vhdl-speedbar-contract-level):
17944 * term/mac-win.el (x-handle-numeric-switch):
17945 * term/sun-mouse.el (sun-get-frame-data):
17946 * term/w32-win.el (x-handle-numeric-switch):
17947 * term/x-win.el (x-handle-numeric-switch):
17948 * textmodes/ispell.el (ispell-parse-output):
17949 * textmodes/nroff-mode.el (nroff-outline-level):
17950 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17951 (reftex-bib-sort-year-reverse, reftex-format-citation):
17952 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17953 (reftex-section-number):
17954 * textmodes/texinfmt.el (texinfo-paragraphindent):
17955 Replace `string-to-int' by `string-to-number'.
17956
17957 * international/latexenc.el: Add page marker to force the "Local
17958 Variables:" string out of the last page.
17959
17960 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17961
17962 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17963 tooltip-change-major-mode.
17964 (gud-tooltip-print-command): Remove case where gud-minor-mode
17965 is gdb ("--fullname").
17966 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17967 explain to user.
17968
17969 2005-05-16 Jay Belanger <belanger@truman.edu>
17970
17971 * calc/calc-store.el (calc-copy-special-constant): New function.
17972
17973 * calc/calc-ext.el (calc-init-extensions): Add binding for
17974 `calc-copy-special-constant'.
17975
17976 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17977 for the `calc-copy-special-constant' command.
17978
17979 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17980
17981 * subr.el (left-fringe-p): New function.
17982
17983 * progmodes/compile.el (compilation-setup): Set local value of
17984 overlay-arrow-string to "" always.
17985 (compilation-set-window): Left fringe then don't scroll.
17986 No left fringe then no arrow and scroll message to top.
17987 (compilation-context-lines): Adjust doc string accordingly.
17988
17989 2005-05-16 Kim F. Storm <storm@cua.dk>
17990
17991 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17992 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17993 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17994 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17995 (ido-read-file-name): Handle commands with ido property value
17996 equal to find-file as reading a file name, to allow C-d to enter dired.
17997 (ibuffer-find-file): Add ido property with value find-file.
17998
17999 2005-05-15 Kim F. Storm <storm@cua.dk>
18000
18001 * subr.el (open-network-stream-nowait): Remove.
18002 (open-network-stream-server): Remove.
18003
18004 2005-05-15 Richard M. Stallman <rms@gnu.org>
18005
18006 * faces.el (describe-face): Output a definition link button.
18007
18008 * help-mode.el (help-face-def): New button type.
18009
18010 * emacs-lisp/copyright.el (copyright-fix-years):
18011 Match properly if the first year is 2-digit.
18012 Don't mess up the whitespace after the years by filling.
18013
18014 * dired-aux.el (dired-mark-confirm):
18015 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
18016
18017 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
18018 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
18019 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
18020
18021 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18022 Set font-lock-comment-start-skip.
18023
18024 * font-lock.el (font-lock-comment-start-skip): New variable.
18025 (font-lock-comment-end-skip): New variable.
18026 (font-lock-fontify-syntactically-region): Use them if non-nil.
18027
18028 2005-05-15 Jay Belanger <belanger@truman.edu>
18029
18030 * calc/calc-store.el (calc-store-value): Return a string rather
18031 than display it as a message.
18032 Use calc-var-name for variable name.
18033 (calc-store-into): Add the result of calc-store-value to message.
18034 (calc-copy-variable): Add a message.
18035 (calc-store-exchange): Improve error messages.
18036 (calc-store-binary, calc-store-map): Don't reset the values of
18037 special constants.
18038
18039 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
18040
18041 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
18042 manual to docstring.
18043
18044 * files.el (hack-local-variables-confirm): Add STRING argument.
18045 Make the function handle non file visiting buffers correctly.
18046 (hack-local-variables-prop-line, hack-local-variables)
18047 (hack-one-local-variable): Use STRING arg of
18048 `hack-local-variables-confirm'.
18049
18050 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
18051
18052 Sync with Tramp 2.0.49.
18053
18054 * net/tramp.el (tramp-handle-dired-call-process)
18055 (tramp-handle-insert-directory):`insert-buffer' cannot be used
18056 because the contents of the Tramp buffer is changed before
18057 insertion (`expand-file' and alike).
18058 (tramp-handle-insert-directory): If `localname' has an empty
18059 nondirectory name, it must not be quoted.
18060 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
18061 variable `tramp-chunksize'. Change callees.
18062 (tramp-open-connection-setup-interactive-shell): Check remote host
18063 for buggy `send-process-string' implementation.
18064 Set `tramp-chunksize' if found. Reported by Michael Kifer
18065 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
18066 (tramp-handle-shell-command): `insert-buffer' cannot be used
18067 because the contents of the Tramp buffer is changed before
18068 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
18069 <frederic.bothamy@free.fr>.
18070 (tramp-set-auto-save): Actions should be done for Tramp file name
18071 handler only. Ange-FTP has its own auto-save mechanism.
18072 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
18073 (tramp-set-auto-save-file-modes): Set file modes of
18074 `buffer-auto-save-file-name' to ?\600 as fallback solution.
18075 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
18076 (tramp-bug): Remove obsolete variable.
18077 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
18078 for presence of `mml-mode'. Make it running for older Emacsen as well.
18079
18080 2005-05-14 John Paul Wallington <jpw@pobox.com>
18081
18082 * ibuf-ext.el (define-ibuffer-filter filename):
18083 If `dired-directory' is a list, use its car.
18084
18085 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
18086
18087 * ibuffer.el (define-ibuffer-column filename):
18088 If `dired-directory' is a list, use its car.
18089
18090 2005-05-14 Richard M. Stallman <rms@gnu.org>
18091
18092 * subr.el (symbol-file): Doc fix.
18093
18094 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
18095 (byte-compile-form): Call byte-compile-nogroup-warn.
18096 (byte-compile-warning-types): Doc fix.
18097
18098 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
18099
18100 * progmodes/cc-engine.el (c-literal-faces):
18101 Add font-lock-comment-delimiter-face.
18102
18103 * net/net-utils.el (dig): Use with-no-warnings.
18104
18105 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
18106 (sc-recite-frame-alist, sc-default-cite-frame)
18107 (sc-default-uncite-frame, sc-default-recite-frame)
18108 (sc-attrib-selection-list, sc-rewrite-header-list):
18109 Mark as risky-local-variable.
18110
18111 * international/ogonek.el (ogonek-jak, ogonek-how):
18112 Don't use beginning-of-buffer.
18113
18114 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
18115
18116 * calendar/solar.el (solar-data-list): Move definition up.
18117
18118 * dnd.el (dnd-protocol-alist): Add autoload.
18119
18120 * progmodes/sh-script.el: Many doc usage fixes.
18121 (sh-indent-after-do): Change default to match common styles.
18122
18123 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
18124
18125 * files.el (interpreter-mode-alist)
18126 (auto-mode-interpreter-regexp): Doc fixes.
18127
18128 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
18129
18130 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
18131
18132 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
18133
18134 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18135
18136 * dired.el (dired-mode): make-variable-buffer-local =>
18137 make-local-variable.
18138
18139 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18140
18141 * term/mac-win.el (mac-select-convert-to-string): Try coding
18142 systems in mac-script-code-coding-systems if specified one cannot
18143 encode string for `com.apple.traditional-mac-plain-text'.
18144
18145 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
18146
18147 * progmodes/make-mode.el (makefile-targets-face)
18148 (makefile-shell-face, makefile-makepp-perl-face): New faces.
18149 (makefile-dependency-regex): Fix it to not make the colon in
18150 $(var:a=b) special.
18151 (makefile-rule-action-regex): New regexp for highlighting embedded
18152 Shell strings.
18153 (makefile-macroassign-regex): Handle != for highlighting as
18154 embedded Shell strings.
18155 (makefile-var-use-regex): New const.
18156 (makefile-statements, makefile-automake-statements)
18157 (makefile-gmake-statements, makefile-makepp-statements)
18158 (makefile-bsdmake-statements): New consts.
18159 (makefile-make-font-lock-keywords): New function.
18160 (makefile-automake-font-lock-keywords)
18161 (makefile-gmake-font-lock-keywords)
18162 (makefile-makepp-font-lock-keywords)
18163 (makefile-bsdmake-font-lock-keywords): New consts.
18164 (makefile-mode-map): Add switchers between the various submodes.
18165 (makefile-mode): Document the availability of the variants.
18166 (makefile-automake-mode, makefile-gmake-mode)
18167 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
18168
18169 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
18170 new variants of makefile-mode.
18171
18172 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18173
18174 * font-lock.el (font-lock-comment-delimiter-face): Fix up
18175 the inheritance.
18176
18177 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
18178
18179 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
18180 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
18181
18182 * files.el (normal-mode): Extend the scope of the
18183 `enable-local-variables' binding to include the `set-auto-mode' call.
18184 (magic-mode-alist): Doc fix.
18185
18186 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18187
18188 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
18189 font-lock-comment-face rather than copying its setting.
18190
18191 2005-05-12 Andreas Schwab <schwab@suse.de>
18192
18193 * eshell/esh-mode.el (eshell-send-input): Doc fix.
18194
18195 2005-05-12 Lute Kamstra <lute@gnu.org>
18196
18197 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
18198 defcustom for the mode hook variable. Delete the last argument.
18199 * generic-x.el: Fix callers of define-generic-mode.
18200 (generic-x-modes): Delete group.
18201 (show-tabs-tab-face, show-tabs-space-face): Put them in the
18202 generic-x customization group.
18203
18204 2005-05-12 Kim F. Storm <storm@cua.dk>
18205
18206 * font-lock.el (font-lock-negation-char-face): Default to "off".
18207
18208 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
18209 font-lock-negation-char-face to ! in !=.
18210
18211 2005-05-12 Masatake YAMATO <jet@gyve.org>
18212
18213 * add-log.el (find-change-log): Fix typos in the docstring
18214 of function.
18215
18216 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18217
18218 * international/latexenc.el (latexenc-find-file-coding-system):
18219 Avoid `re-search-forward' when looking for input encoding because
18220 of speed and safety. Better regular expressions for recognizing
18221 input encoding. Limit a search for TeX-master/tex-main-file to
18222 the local variable section.
18223
18224 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
18225
18226 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
18227 syntax of $ to "'" (quote).
18228
18229 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
18230
18231 * dnd.el (dnd-protocol-alist): Improve custom type.
18232
18233 * dired.el (dired-dnd-protocol-alist): New variable.
18234 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
18235 `dired-mode-hook' to the end.
18236
18237 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
18238
18239 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
18240 comment-end if comment-start-skip is not set.
18241 Obey the font-lock-comment-delimiter-face variables.
18242
18243 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
18244
18245 * files.el (executable-find): Move from executable.el. Use
18246 locate-file.
18247 * progmodes/executable.el (executable-find): Move to files.el.
18248
18249 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
18250 when trying to ensure forward progress.
18251
18252 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
18253
18254 * mouse-sel.el (mouse-sel-follow-link-p): New function.
18255 (mouse-select, mouse-select-internal, mouse-extend-internal):
18256 Use it to implement mouse-1-click-follows-link functionality.
18257
18258 2005-05-11 Richard M. Stallman <rms@gnu.org>
18259
18260 * font-lock.el (font-lock-fontify-syntactically-region):
18261 Use font-lock-comment-delimiter-face for comment delimiters.
18262
18263 2005-05-10 Jay Belanger <belanger@truman.edu>
18264
18265 * calc/calc-help.el (calc-m-prefix-help): Add mention of
18266 preserving embedded modes.
18267
18268 2005-05-10 Richard M. Stallman <rms@gnu.org>
18269
18270 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
18271
18272 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
18273 Move from ada-stmt.el.
18274 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
18275
18276 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
18277 Move to ada-mode.el.
18278 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
18279
18280 * cus-edit.el (custom-file): Call file-chase-links.
18281
18282 * files.el (read-directory-name): Fix previous change.
18283 (hack-local-variables-confirm): New function.
18284 (hack-local-variables-prop-line, hack-local-variables)
18285 (hack-one-local-variable): Use it.
18286
18287 2005-05-10 Lute Kamstra <lute@gnu.org>
18288
18289 * font-lock.el (font-lock-keywords-alist)
18290 (font-lock-removed-keywords-alist): Clarify docstrings.
18291
18292 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
18293
18294 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
18295 (gdb-source-info): Check for preprocessor info.
18296 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
18297 a macro for a function.
18298 (gdb-info-breakpoints-custom): Try to find file again if not already
18299 found (user might have used GDB dir command).
18300 (gdb-get-location): Update gdb-location-alist correctly for change
18301 to gdb-info-breakpoints-custom.
18302
18303 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
18304 (gud-tooltip-print-command): Add gdbmi case.
18305 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
18306 preprocessor info.
18307
18308 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
18309
18310 * startup.el (fancy-splash-insert): Fix typo in doc string.
18311
18312 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
18313
18314 * obsolete/float.el (string-to-float):
18315 * obsolete/hilit19.el (hilit-add-pattern):
18316 * obsolete/rnews.el (news-parse-range, news-select-message)
18317 (news-get-pruned-list-of-files): Replace `string-to-int' by
18318 `string-to-number'.
18319
18320 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
18321 `find-file-not-found-hooks'; use `add-hook'.
18322 (uncompress-while-visiting): Set `write-file-functions', not
18323 `write-file-hooks'; use `add-hook'.
18324
18325 2005-05-09 Kim F. Storm <storm@cua.dk>
18326
18327 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
18328 (cua-paste): Handle clipboard action.
18329 (cua--init-keymaps): Remap clipboard-kill-region and
18330 clipboard-kill-ring-save.
18331
18332 2005-05-08 Eli Zaretskii <eliz@gnu.org>
18333
18334 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18335 Improve commentary.
18336
18337 * simple.el (next-error-overlay-arrow-position): Revert the change
18338 made on 2005-04-30.
18339
18340 2005-05-07 Jay Belanger <belanger@truman.edu>
18341
18342 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
18343 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
18344 `calc-sel-reselect'.
18345
18346 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
18347 Calc is in embedded mode.
18348
18349 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18350
18351 * progmodes/compile.el (compilation-setup):
18352 Set overlay-arrow-string to an empty string on text terminals.
18353
18354 * textmodes/ispell.el (ispell-program-name): Try looking for
18355 "aspell" along exec-path, and if found, use it as the default
18356 speller program.
18357
18358 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
18359
18360 * international/mule.el (sgml-xml-auto-coding-function):
18361 Recognize encoding='FOO' in single quotes as well as in double quotes.
18362
18363 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18364
18365 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
18366 as well as `interactive', so that defmacro* would recognize
18367 `declare' forms.
18368
18369 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18370
18371 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18372 Explain more about the LIGHTER arg's usage in the doc string.
18373 Add commentary to clarify what the code does. Fix the regexp that
18374 strips whitespace from LIGHTER. Quote LIGHTER before using it,
18375 since it could have characters special to regular expressions.
18376
18377 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18378
18379 * replace.el (occur-1): Bind inhibit-read-only so that
18380 erase-buffer doesn't barf on read-only text properties (likewise
18381 for add-text-properties in occur-engine). Mark buffer as unmodified.
18382 (occur-engine): Don't set buffer-read-only here.
18383
18384 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18385
18386 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
18387 list-buffers-directory. This caused the *cvs-commit* buffer to be
18388 sometimes mistakenly reused as a *cvs* buffer.
18389
18390 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
18391
18392 * tooltip.el: Move code for GUD tooltips into gud.el.
18393 (require): CL no longer needed to compile case.
18394 (tooltip-mode): Do not toggle functions for GUD tooltips.
18395 (tooltip-gud-tips-p): Remove. Replace with minor mode
18396 gud-tooltip-mode in gud.el.
18397 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
18398 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
18399 tooltip-gud prefix with gud-tooltip and obsolete.
18400 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
18401 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
18402 (tooltip-mouse-motion): Mouse movement functions/variable.
18403 Rename in gud.el by adding gud prefix.
18404 (tooltip-gud-original-filter, tooltip-gud-dereference)
18405 (tooltip-gud-event, tooltip-toggle-gud-tips)
18406 (tooltip-gud-process-output, tooltip-gud-print-command)
18407 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
18408 gud.el by replacing tooltip-gud prefix with gud-tooltip.
18409 (gdb-tooltip-print): Move to gdb-ui.el.
18410
18411 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
18412 (require): CL needed to compile case.
18413 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
18414 tooltip-gud-tips-p. Make it a minor-mode.
18415 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
18416 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
18417 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
18418 (gud-tooltip-change-major-mode)
18419 (gud-tooltip-activate-mouse-motions-if-enabled)
18420 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
18421 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
18422 (gud-tooltip-original-filter, gud-tooltip-dereference)
18423 (gud-tooltip-event, tooltip-toggle-gud-tips)
18424 (gud-tooltip-process-output, gud-tooltip-print-command)
18425 (gud-tooltip-tips): Move from tooltip.el.
18426
18427 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
18428 (gdb-cpp-define-alist-flags): Doc fix.
18429 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
18430 gud-tooltip-mode is t.
18431
18432 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18433
18434 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
18435 evaporate if their text is deleted.
18436 (goto-address-at-point): Make it work as a mouse binding as well.
18437 (goto-address-at-mouse): Obsolete it. Update users.
18438
18439 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
18440
18441 * calendar/appt.el (top-level): No longer activate on load.
18442
18443 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
18444
18445 * calendar/cal-bahai.el (mark-bahai-diary-entries):
18446 * net/webjump.el (webjump):
18447 * progmodes/idlw-help.el (idlwave-do-context-help1)
18448 (idlwave-highlight-linked-completions):
18449 * textmodes/po.el (po-find-file-coding-system-guts):
18450 Replace `assoc-ignore-case' by `assoc-string'.
18451
18452 2005-05-06 Eli Zaretskii <eliz@gnu.org>
18453
18454 * files.el (locate-file): Doc fix.
18455
18456 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
18457 Remove the redundant test for ms-dos.
18458
18459 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
18460 look for the preprocessor with exec-suffixes. If not found in
18461 standard places, look in exec-path. Remove most of the tests that
18462 used system-type.
18463
18464 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
18465
18466 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
18467
18468 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
18469 file-name clash with jka-compr.el on 8+3 filesystems.
18470
18471 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18472
18473 * term/mac-win.el: Don't define or bind scroll bar functions if
18474 x-toolkit-scroll-bars is t.
18475 (x-select-text, x-get-selection-value): Clear
18476 x-last-selected-text-clipboard if x-select-enable-clipboard is
18477 nil.
18478 (PRIMARY): Put mac-scrap-name property.
18479 (mac-select-convert-to-file-url): New function.
18480 (public.file-url): New selection target type. Add to
18481 selection-converter-alist.
18482 (x-get-selection, x-selection-value): Handle it.
18483 (x-cut-buffer-or-selection-value): New alias.
18484
18485 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18486
18487 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
18488 entry to avoid calling bibtex-find-entry with arg global
18489 being t. Remove arg key.
18490 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
18491 (bibtex-copy-summary-as-kill): Change accordingly.
18492
18493 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18494
18495 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
18496 (org-agenda-date-later): Use with-current-buffer.
18497
18498 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
18499
18500 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18501 (define-obsolete-variable-alias): Doc Fixes.
18502
18503 2005-05-06 Kim F. Storm <storm@cua.dk>
18504
18505 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
18506 vertical-motion when selective-display is active.
18507
18508 * ido.el (ido-setup-hook): New hook.
18509 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18510 (ido-input-stack): New var.
18511 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
18512 ido-next-work-file binding to M-O.
18513 Bind M-f to ido-wide-find-file-or-pop-dir.
18514 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18515 (ido-read-internal): Run ido-setup-hook.
18516 Catch quit in read-file-name and read-string to cancel edit.
18517 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18518 Automatically pop-all when completing a directory name (RET).
18519 (ido-file-internal): Add with-no-warnings around ffap and dired code.
18520 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18521 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18522 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18523 New functions for M-b/M-f to move among the directory components.
18524 (ido-make-merged-file-list): Catch quit to cancel merge.
18525 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18526 (ido-completion-help): No warnings for ido-completion-buffer-full.
18527
18528 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18529
18530 * font-lock.el (font-lock-negation-char-face): New face and variable.
18531 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18532 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18533 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18534 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18535
18536 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18537
18538 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18539 Fix typo in docstring.
18540
18541 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18542 (ebrowse-print-statistics-line)
18543 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18544
18545 * term/w32-win.el (image-library-alist): Add additional name for
18546 Xpm library.
18547
18548 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18549
18550 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18551 use gcc instead of cpp.
18552
18553 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18554 (gdb-create-define-alist): Use it.
18555 (gdb-cpp-define-alist-program): Update for MS-DOS.
18556
18557 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18558
18559 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18560
18561 2005-05-04 Richard M. Stallman <rms@gnu.org>
18562
18563 * help.el (describe-key): No error when UNTRANSLATED is nil.
18564
18565 * simple.el (line-move-1): Fix previous change to signal errors
18566 appropriately.
18567
18568 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18569
18570 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18571 (icalendar-duration-correction): Remove.
18572 (icalendar--get-event-properties): Split result at commas.
18573 (icalendar--decode-isoduration): New optional argument
18574 DURATION-CORRECTION.
18575 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18576 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18577 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18578 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18579 (icalendar--convert-anniversary-to-ical): New functions, extracted
18580 from icalendar-export-region, with bug fixes.
18581 (icalendar-export-region): Use the above functions.
18582 (icalendar-import-buffer): Check before saving diary file.
18583 (icalendar--convert-recurring-to-diary)
18584 (icalendar--convert-non-recurring-all-day-to-diary)
18585 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18586 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18587 (icalendar--convert-ical-to-diary): Use the above functions.
18588
18589 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18590
18591 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18592 Remove these recent additions.
18593 (c-mode): Restore to before 2005-04-28.
18594
18595 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18596 recent addition.
18597
18598 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18599 (gdb-define-alist): New variables.
18600 (gdb-create-define-alist): New function.
18601 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18602 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18603 with string-to-number.
18604 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18605
18606 * progmodes/gud.el: Replace string-to-int with string-to-number.
18607 (gud-find-file): Handle gdb-define-alist.
18608
18609 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18610
18611 2005-05-02 Jay Belanger <belanger@truman.edu>
18612
18613 * calc/calc-aent.el (math-read-token):
18614 * calc/calc-bin.el (calc-word-size):
18615 * calc/calc-ext.el (calc-read-number-fancy):
18616 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18617 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18618 * calc/calc-frac.el (calc-over-notation):
18619 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18620 (calc-graph-num-points, calc-graph-init):
18621 * calc/calc-prog.el (calc-read-parse-table-part)
18622 (calc-edit-macro-repeats):
18623 * calc/calc-yank.el (calc-do-grab-rectangle):
18624 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18625 Replace `string-to-int' by `string-to-number'.
18626
18627 2005-05-02 Kim F. Storm <storm@cua.dk>
18628
18629 * kmacro.el: Use executing-kbd-macro-index variable.
18630
18631 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18632
18633 * net/rlogin.el (rlogin-parse-words): Delete func.
18634 (rlogin): Use split-string, not rlogin-parse-words.
18635 Also, if there are option-like elements in the parsed args,
18636 take the host to be the first arg immediately following them.
18637 Suggested by Michael Mauger.
18638
18639 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18640
18641 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18642
18643 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18644
18645 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18646 (cc-mode-cpp-program): Rename to cc-define-list-program and
18647 move to cc-vars.el.
18648
18649 * progmodes/cc-vars.el (cc-define-list-program):
18650 Change to "gcc -E -dM -". Make customizable.
18651
18652 2005-05-02 Kim F. Storm <storm@cua.dk>
18653
18654 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18655
18656 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18657
18658 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18659
18660 * international/mule-util.el (truncate-string): Remove alias and
18661 obsolete declaration.
18662
18663 * international/mule-cmds.el (update-iso-coding-systems):
18664 Remove alias and obsolete declaration.
18665
18666 * international/mule.el (coding-system-parent): Remove alias and
18667 obsolete declaration.
18668
18669 * subr.el (define-function, sref): Remove aliases and obsolete
18670 declarations.
18671 (chars-in-region): Remove obsolete declaration.
18672
18673 2005-05-01 Richard M. Stallman <rms@gnu.org>
18674
18675 * info.el (Info-mode): Set widen-automatically to nil, locally.
18676
18677 * simple.el (widen-automatically): New variable.
18678 (pop-global-mark): Obey widen-automatically.
18679
18680 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18681
18682 * term/xterm.el (function-key-map): Call substitute-key-definition
18683 before the keymap size is increased by a lot of define-key calls.
18684
18685 2005-05-01 Richard M. Stallman <rms@gnu.org>
18686
18687 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18688 Rename ARG to ELEMENT. Doc fix.
18689
18690 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18691
18692 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18693 Remove references to allout-exposure/change to allout-new-exposure.
18694
18695 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18696 bytecode symbols.
18697
18698 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18699 (compiled-function-p, focus-frame, unfocus-frame):
18700 Remove aliases and obsolete declarations.
18701 Back out inadvertent changes from previous commit.
18702
18703 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18704
18705 * files.el (require-final-newline): Make Custom tags consistent
18706 with mode-require-final-newline.
18707 (mode-require-final-newline): Doc fix.
18708
18709 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18710
18711 * international/latexenc.el (latexenc-find-file-coding-system):
18712 Fix regular expressions.
18713
18714 2005-05-01 David Kastrup <dak@gnu.org>
18715
18716 * international/latexenc.el (latexenc-find-file-coding-system):
18717 Fix regular expressions.
18718
18719 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18720
18721 * subr.el (string-to-int): Make obsolete.
18722
18723 2005-04-30 Richard M. Stallman <rms@gnu.org>
18724
18725 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18726
18727 * loadup.el: load jka-comp-hook.
18728
18729 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18730 (jka-compr-handler): Add autoload. `put' calls moved
18731 to jka-comp-hook.el.
18732 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18733 (jka-compr-inhibit): Autoload.
18734
18735 * jka-comp-hook.el: New file.
18736 Enable the mode by default.
18737
18738 * files.el (backup-buffer-copy): Use copy-file instead
18739 of write-region, and put back the 'excl.
18740
18741 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18742
18743 * progmodes/flymake.el (flymake-split-string)
18744 (flymake-split-string, flymake-log, flymake-pid-to-names)
18745 (flymake-reg-names, flymake-get-source-buffer-name)
18746 (flymake-unreg-names, flymake-add-line-err-info)
18747 (flymake-add-err-info): Clarify docstrings.
18748 (flymake-popup-menu, flymake-make-emacs-menu)
18749 (flymake-make-xemacs-menu): Add docstrings.
18750 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18751 Set variables directly throughout.
18752
18753 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18754
18755 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18756 exists. Initialize cc-define-alist.
18757 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18758 If there is no file (Macroexpansion) don't create an alist.
18759
18760 2005-04-29 Sam Steingold <sds@gnu.org>
18761
18762 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18763 (cc-create-define-alist): Use it instead of the hard-coded string.
18764
18765 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18766
18767 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18768 for latexenc.
18769
18770 2005-04-29 Lute Kamstra <lute@gnu.org>
18771
18772 * emacs-lisp/generic.el: Improve commentary section.
18773 (define-generic-mode): Improve docstring.
18774
18775 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18776
18777 * textmodes/org.el (many places): Change to quiet the byte compiler.
18778 (org-prefix-format-compiled): New variable.
18779 (org-compile-prefix-format): New function.
18780 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18781 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18782 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18783 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18784 consistency with entries from `org-mode' files.
18785 (org-get-time-of-day): Fix bug with partial matches early in a line.
18786 (org-non-link-chars): New constant.
18787 (org-link-regexp): Respect `org-non-link-chars'.
18788 (org-agenda-day-view): Remove command.
18789 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18790 (org-follow-bbdb-link, org-store-link): Search also company field.
18791 (org-highlight-overlay): New variable.
18792 (org-highlight, org-unhighlight): New functions.
18793 (org-agenda-mode): Add pre-command-hook to remove highlight.
18794 (org-evaluate-time-range): Behavior depends upon whether time stamp
18795 contains a time or not.
18796 (org-show-subtree, org-show-entry): New functions.
18797 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18798
18799 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18800
18801 * comint.el (comint-output-filter-functions): Add autoload cookie.
18802
18803 2005-04-28 Kim F. Storm <storm@cua.dk>
18804
18805 * ido.el (ido-everywhere): Fix last change.
18806
18807 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18808
18809 * international/latexenc.el: New file.
18810 * international/mule-conf.el (file-coding-system-alist): For .tex,
18811 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18812
18813 2005-04-28 Lute Kamstra <lute@gnu.org>
18814
18815 * font-lock.el (font-lock-add-keywords)
18816 (font-lock-remove-keywords): Clarify docstring.
18817 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18818 Don't start docstrings with a `*'.
18819 (font-lock-update-removed-keyword-alist): Give it a docstring.
18820
18821 * generic-x.el: Update commentary section.
18822 Only require font-lock when compiling.
18823 Define all modes conditionally.
18824 Place all generic modes in the generic-x-modes customization group.
18825 (generic-x-modes): New customization group.
18826 (generic-default-modes, generic-mswindows-modes)
18827 (generic-unix-modes, generic-other-modes): New constants.
18828 (generic-define-mswindows-modes, generic-define-unix-modes):
18829 Update docstrings. Make them obsolete.
18830 (generic-extras-enable-list): New default value. Update docstring.
18831 Improve :type. Change :set function.
18832 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18833 Fix docstring.
18834
18835 * emacs-lisp/generic.el (generic-mode-internal):
18836 Simplify font-lock-defaults.
18837 (define-generic-mode): Fix docstring.
18838
18839 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18840
18841 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18842 font-lock-face property to highlight matches.
18843
18844 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18845
18846 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18847 (cc-define-alist): New variable.
18848 (c-mode): Make it local and initialize it.
18849
18850 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18851 (gdb-exited): New function.
18852 (gdb-annotation-rules): Use it.
18853 (gdb-starting): Set gdb-active-process to t.
18854 (gdb-stopping): Amend doc string.
18855 (gdb-reset): Set gdb-active-process to nil.
18856
18857 * tooltip.el (tooltip-gud-tips): Show the associated #define
18858 directives when a C program under GDB is not executing.
18859
18860 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18861
18862 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18863 font-lock-fontify-syntactic-keywords.
18864
18865 * font-lock.el (font-lock-default-fontify-region): Don't force
18866 parse-sexp-lookup-properties to nil.
18867
18868 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18869
18870 * man.el (man-mode-syntax-table): Set up `:' to have
18871 word-constituent syntax.
18872
18873 2005-04-27 Lute Kamstra <lute@gnu.org>
18874
18875 * novice.el (disable-command): Don't add spurious newlines to the
18876 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18877
18878 2005-04-26 Jay Belanger <belanger@truman.edu>
18879
18880 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18881 than one window before deleting window.
18882
18883 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18884
18885 * shell.el (shell-prompt-pattern): Doc fix.
18886 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18887
18888 * comint.el (comint-prompt-regexp, comint-get-old-input)
18889 (comint-use-prompt-regexp)
18890 (comint-use-prompt-regexp-instead-of-fields)
18891 (comint-replace-by-expanded-history, comint-send-input)
18892 (comint-output-filter, comint-get-old-input-default)
18893 (comint-line-beginning-position, comint-bol, comint-show-output)
18894 (comint-backward-matching-input, comint-forward-matching-input)
18895 (comint-next-prompt, comint-previous-prompt):
18896 Rename `comint-use-prompt-regexp-instead-of-fields' to
18897 `comint-use-prompt-regexp'. Keep old name as alias and declare
18898 obsolete.
18899 (comint-use-prompt-regexp): Shorten first line of doc string.
18900
18901 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18902 Set paragraph-separate buffer locally to "\\'".
18903
18904 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18905 Adapt to above name change.
18906
18907 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18908 (smbclient-prompt-regexp): Ditto.
18909
18910 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18911
18912 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18913
18914 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18915 gdb-location-list.
18916 Break lines that are over 80 characters wide.
18917
18918 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18919
18920 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18921 New fun and var, to preserve compatibility.
18922
18923 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18924
18925 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18926
18927 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18928 name to file-newer-than-file-p.
18929
18930 2005-04-26 Richard M. Stallman <rms@gnu.org>
18931
18932 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18933
18934 * progmodes/python.el (python-mode):
18935 Use new name eldoc-documentation-function.
18936
18937 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18938
18939 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18940 (eldoc-documentation-function):
18941 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18942
18943 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18944
18945 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18946
18947 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18948
18949 * term/xterm.el (function-key-map): Fix strings for
18950 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18951 {C,S,A,C-S}-{f1-f12}.
18952
18953 2005-04-26 Kenichi Handa <handa@m17n.org>
18954
18955 * international/mule-cmds.el (select-safe-coding-system):
18956 Fix previous change.
18957
18958 2005-04-26 Lute Kamstra <lute@gnu.org>
18959
18960 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18961
18962 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18963 (font-lock-comment-delimiter-face): Ditto.
18964
18965 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18966
18967 2005-04-25 Jay Belanger <belanger@truman.edu>
18968
18969 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18970 to t while inserting information; use help-mode.
18971
18972 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18973
18974 * term.el (ansi-term-color-vector): Use the xterm colors.
18975 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18976
18977 2005-04-25 Lute Kamstra <lute@gnu.org>
18978
18979 * font-core.el (font-lock-defaults): Fix docstring.
18980
18981 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18982
18983 2005-04-25 Kenichi Handa <handa@m17n.org>
18984
18985 * international/mule-cmds.el (select-safe-coding-system):
18986 Don't check consistency with coding: spec, etc if raw-text or
18987 no-conversion was found to be safe.
18988
18989 2005-04-24 Richard M. Stallman <rms@gnu.org>
18990
18991 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18992 citation markers at start of each line.
18993
18994 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18995 citation markers at start of each line.
18996
18997 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18998
18999 * files.el (mode-require-final-newline): Fix previous change.
19000 (require-final-newline): Fix type label.
19001
19002 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
19003
19004 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
19005 statement in buffer (broken by 2004-11-24 change).
19006
19007 2005-04-24 Kim F. Storm <storm@cua.dk>
19008
19009 * ido.el (ido-everywhere): Save and restore old read-buffer-function
19010 and read-file-name-function values. Don't overwrite existing
19011 non-nil values if ido-mode is enabled without ido-everywhere.
19012
19013 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
19014
19015 * files.el (mode-require-final-newline): Minor doc fix.
19016
19017 2005-04-24 Eli Zaretskii <eliz@gnu.org>
19018
19019 * subr.el (syntax-after): Doc fix.
19020 (syntax-class): If argument is nil, return nil. Mask off upper 16
19021 bits, not 8 bits.
19022
19023 * files.el (mode-require-final-newline): Doc fix.
19024 (backup-buffer-copy): Fix last change.
19025
19026 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19027
19028 * term/mac-win.el: Require select. Set selection-coding-system to
19029 mac-system-coding-system. Call menu-bar-enable-clipboard.
19030 (x-last-selected-text-clipboard, x-last-selected-text-primary)
19031 (x-select-enable-clipboard): New variables.
19032 (x-select-text, x-get-selection, x-selection-value)
19033 (x-get-selection-value, mac-select-convert-to-string)
19034 (mac-services-open-file, mac-services-open-selection)
19035 (mac-services-insert-text): New functions.
19036 (CLIPBOARD, FIND): Put mac-scrap-name property.
19037 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
19038 (public.tiff): Put mac-ostype property.
19039 (selection-converter-alist): Add entries for them.
19040 (mac-application-menu-map): New keymap.
19041 (interprogram-cut-function, interprogram-paste-function): Set to
19042 x-select-text and x-get-selection-value, respectively.
19043 (split-window-keep-point): Set to t.
19044
19045 2005-04-23 Richard M. Stallman <rms@gnu.org>
19046
19047 * files.el (read-directory-name): Always pass non-nil
19048 DEFAULT-FILENAME arg to read-file-name.
19049 (backup-buffer-copy, basic-save-buffer-2): Take care against
19050 writing thru an unexpected existing symlink.
19051 (revert-buffer): In indirect buffer, revert the base buffer.
19052 (magic-mode-alist): Doc fix.
19053 (buffer-stale-function): Doc fix.
19054 (minibuffer-with-setup-hook): Avoid warning.
19055 (mode-require-final-newline): Doc and custom fix.
19056
19057 * follow.el (follow-end-of-buffer): Use with-no-warnings.
19058
19059 * font-lock.el (font-lock-comment-face): On terminals with few colors,
19060 use the default appearance.
19061 (font-lock-comment-delimiter-face): New face, new variable.
19062
19063 * imenu.el (imenu--generic-function): The official position of a
19064 definition is the start of the line that BEG is in.
19065
19066 * midnight.el (midnight-timer): Move defvar up.
19067
19068 * mouse.el (mouse-drag-region-1): Delete some debugging code.
19069
19070 * saveplace.el (save-place-to-alist): Use with-no-warnings.
19071
19072 * startup.el (command-line): Use with-no-warnings.
19073
19074 * window.el (window-size-fixed): New defvar.
19075
19076 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
19077
19078 * mail/rmail.el (rmail-font-lock-keywords):
19079 Use font-lock-comment-delimiter-face.
19080
19081 * mail/sendmail.el (mail-font-lock-keywords):
19082 Use font-lock-comment-delimiter-face.
19083
19084 * progmodes/compile.el (next-error-highlight-timer): New defvar.
19085
19086 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
19087
19088 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19089 Specify t for LAXMATCH when matching directories.
19090 Save match data around compilation-compat-error-properties form.
19091
19092 2005-04-23 David Kastrup <dak@gnu.org>
19093
19094 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
19095 Mention that the autoloaded aliases should be kept for AUCTeX.
19096
19097 2005-04-23 Andreas Schwab <schwab@suse.de>
19098
19099 * isearch.el (isearch-forward): Doc fix.
19100
19101 2005-04-23 Eli Zaretskii <eliz@gnu.org>
19102
19103 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
19104 (jit-lock-stealth-nice): Change default value to 0.5.
19105
19106 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
19107
19108 * abbrev.el (write-abbrev-file): Write table entries in
19109 alphabetical order by table name.
19110
19111 2005-04-22 Kim F. Storm <storm@cua.dk>
19112
19113 * ido.el (ido-read-internal): Fix `list' completion.
19114
19115 2005-04-22 Kenichi Handa <handa@m17n.org>
19116
19117 * recentf.el (recentf-save-file-coding-system): New variable.
19118 (recentf-save-list): Encode the file by
19119 recentf-save-file-coding-system and add coding: tag.
19120
19121 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
19122
19123 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
19124
19125 2005-04-21 Lute Kamstra <lute@gnu.org>
19126
19127 * loadhist.el (unload-feature): Don't remove a function from hooks
19128 if it is about to be restored to an autoload . Remove functions
19129 that will become unbound from auto-mode-alist. Simplify the code.
19130
19131 * subr.el (assq-delete-all): New implementation that is linear,
19132 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
19133 (rassq-delete-all): New function.
19134
19135 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
19136 Add size-indication-mode.
19137
19138 2005-04-21 Kenichi Handa <handa@m17n.org>
19139
19140 * international/mule-cmds.el: Add autoload for widget-value in
19141 eval-when-compile.
19142
19143 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
19144
19145 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
19146 Add tooltip-mode.
19147
19148 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
19149
19150 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
19151
19152 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
19153 (inferior-lisp-filter-regexp, inferior-lisp-program)
19154 (inferior-lisp-load-command, inferior-lisp-prompt)
19155 (inferior-lisp-mode-hook, lisp-source-modes)
19156 (inferior-lisp-load-hook): defvar->defcustom.
19157 (inferior-lisp-program, inferior-lisp-prompt)
19158 (inferior-lisp-load-hook): Doc fixes.
19159 (inferior-lisp-install-letter-bindings): Small change in
19160 introductory comment.
19161
19162 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
19163
19164 * vc.el (vc-annotate-color-map): Change some colors so that text
19165 using them as foreground is readable on both white and black
19166 backgrounds.
19167
19168 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19169
19170 * international/mule-conf.el (translation-table-for-input):
19171 Remove redundant declaration.
19172
19173 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
19174
19175 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
19176
19177 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
19178 (tooltip-toggle-gud-tips): New function.
19179
19180 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19181
19182 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
19183 right angle brackets.
19184
19185 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
19186
19187 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
19188
19189 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
19190
19191 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
19192 Remove. Update callers to use expand-file-name instead.
19193
19194 * subr.el (syntax-class): New function.
19195
19196 * simple.el (blink-matching-open): Use it.
19197
19198 * paren.el (show-paren-function): Use it to recognize parens that are
19199 also used in 2-char comment markers.
19200
19201 2005-04-19 Lute Kamstra <lute@gnu.org>
19202
19203 * loadhist.el (unload-feature): Update for new format of
19204 load-history. Simplify the code.
19205
19206 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19207
19208 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
19209 (mac-add-charset-info): New function. Initialize variable
19210 mac-charset-info-alist using it.
19211 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
19212 for translation.
19213 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
19214 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
19215 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
19216 New CCL programs.
19217
19218 2005-04-19 Kim F. Storm <storm@cua.dk>
19219
19220 * simple.el (next-buffer, prev-buffer, next-error)
19221 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
19222 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
19223
19224 * bindings.el (next-buffer, prev-buffer, next-error)
19225 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
19226 (clone-indirect-buffer-other-window): Move bindings from simple.el.
19227 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
19228 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
19229
19230 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
19231
19232 * isearch.el (isearch-edit-string): Make the search-ring available for
19233 minibuffer history commands.
19234 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
19235 the default history commands now work just as well.
19236 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
19237
19238 2005-04-18 Kim F. Storm <storm@cua.dk>
19239
19240 * emulation/cua-base.el (cua--pre-command-handler): Add more
19241 elaborate check for shift modifier on non-window systems.
19242
19243 2005-04-18 Lars Hansen <larsh@math.ku.dk>
19244
19245 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
19246
19247 2005-04-18 Kim F. Storm <storm@cua.dk>
19248
19249 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
19250 and make it optional. Don't test tooltip-gud-echo-area here.
19251 (tooltip-gud-process-output, gdb-tooltip-print):
19252 Pass tooltip-gud-echo-area to tooltip-show.
19253 (tooltip-help-tips): Remove second optional arg to tooltip-show.
19254
19255 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19256
19257 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
19258 `display-graphic-p' may not be bound yet.
19259
19260 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
19261
19262 * startup.el (command-line): No longer enable Xterm Mouse mode by
19263 default in terminals compatible with xterm.
19264
19265 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
19266
19267 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
19268
19269 * tooltip.el (tooltip-gud-echo-area): Rename from
19270 tooltip-use-echo-area.
19271 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
19272 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
19273 area independently of where help tooltips are displayed.
19274
19275 2005-04-17 David Kastrup <dak@gnu.org>
19276
19277 * cus-theme.el (custom-theme-write-variables): Quote variables
19278 where necessary.
19279
19280 2005-04-17 Richard M. Stallman <rms@gnu.org>
19281
19282 * simple.el (yank-excluded-properties): Add follow-link to value.
19283
19284 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
19285
19286 * startup.el (fancy-splash-max-time): Just 30 seconds.
19287 (fancy-splash-delay): Just 7.
19288 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
19289
19290 * loadhist.el (unload-feature): Update for new format of load-history.
19291 Simplify the code.
19292
19293 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
19294 (rmail-font-lock-keywords): Don't fontify the text of a citation.
19295
19296 * mail/sendmail.el (mail-font-lock-keywords):
19297 Don't fontify subject text.
19298 Don't fontify the text of a citation.
19299
19300 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
19301
19302 * comint.el (comint-output-filter): Run comint-output-filter-functions
19303 with point where the user had it.
19304
19305 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
19306
19307 * international/ucs-tables.el (ucs-set-table-for-input):
19308 Disable when using unify-on-decoding.
19309
19310 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
19311
19312 * emulation/cua-base.el (cua-global-mark-face): Add special case
19313 for displays supporting a high number of colors.
19314
19315 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
19316
19317 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
19318
19319 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
19320
19321 * filesets.el (filesets-add-buffer): If user supplies a name of a
19322 non-existing fileset, create a new fileset.
19323
19324 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
19325
19326 * textmodes/org.el (org-up-heading-all): Fix bug with
19327 `outline-up-heading-all'.
19328
19329 2005-04-16 Andreas Schwab <schwab@suse.de>
19330
19331 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
19332 /etc/permissions.d/* and /etc/aliases.d/*.
19333
19334 2005-04-16 Kenichi Handa <handa@m17n.org>
19335
19336 * international/code-pages.el (cp-make-coding-system):
19337 Set `translation-table-for-input' property value to the symbol
19338 ucs-mule-to-mule-unicode, not to that value.
19339 (pt154): Escape guillemet by `\'.
19340
19341 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
19342
19343 * loadup.el: Load tooltip if x-show-tip is fboundp.
19344
19345 * startup.el (command-line): Add comment.
19346
19347 * tooltip.el (tooltip-mode): Specify correct standard value for
19348 Custom in init-value.
19349
19350 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
19351
19352 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
19353 possible.
19354
19355 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
19356
19357 * textmodes/org.el (org-agenda-date-prompt): Rename from
19358 `org-agenda-date-today'.
19359 (org-evaluate-time-range): Insert at point instead of directly
19360 after time range.
19361 (org-first-headline-recenter, org-subtree-end-visible-p)
19362 (org-optimize-window-after-visibility-change): New functions
19363 (org-agenda-post-command-hook): Don't allow point at end of line,
19364 to make sure it always hits the text properties.
19365 (org-agenda-next-date-line, org-agenda-previous-date-line):
19366 New commands.
19367 (org-set-regexps-and-options): Category may contain white space.
19368 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19369 Improve marker positions.
19370 (org-agenda-new-marker): Argument POS made optional.
19371 (org-agenda-get-timestamps): Deadlines which are done are listed
19372 in org-done-face now.
19373 (org-agenda-get-todos, org-agenda-get-timestamps)
19374 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19375 Set `undone-face' and `done-face' properties.
19376 (org-last-todo-state-is-todo): New variable.
19377 (org-todo): Set `org-last-todo-state-is-todo'.
19378 (org-agenda-todo): Change face according to
19379 `org-last-todo-state-is-todo'. And change other lines referring to
19380 the same entry.
19381 (org-calendar-goto-agenda): New command.
19382 (org-calendar-to-agenda-key): New option.
19383 (org-startup-folded): New allowed value `content'.
19384 (org-set-regexps-and-options): Accept new value `content' for
19385 `org-startup-folded'.
19386 (org-get-current-options): Handle new value `content' for
19387 `org-startup-folded'.
19388 (org-insert-todo-heading): New command.
19389 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
19390 interactively in empty file and option
19391 `org-insert-mode-line-in-empty-file' has been set.
19392 (org-agenda-todo, org-agenda-priority): Modify to use
19393 `org-agenda-change-all-lines'.
19394 (org-warning-face): Change color on dark background
19395
19396 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19397
19398 * international/mule-cmds.el (set-locale-environment): On Mac OS,
19399 use preferences AppleLocale and AppleLanguages, and variable
19400 mac-system-locale for default locale. On Mac OS Classic, use
19401 mac-system-coding-system for default coding systems.
19402
19403 * term/mac-win.el: Don't set file-name-coding-system.
19404 Decode variables system-name, emacs-build-system, user-login-name, and
19405 user-full-name by mac-system-coding-system on Mac OS Classic.
19406 (mac-system-coding-system): New variable.
19407
19408 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
19409
19410 * startup.el (command-line): Handle `xterm-mouse-mode' before
19411 reading init file.
19412
19413 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
19414
19415 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
19416
19417 * progmodes/sh-script.el (sh-here-document-word): Make it a
19418 defcustom. Doc fix.
19419 (sh-add): Bash uses $(( )) for arithmetic.
19420 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
19421 (sh-maybe-here-document): Remove quotes and leading whitespace
19422 from heredoc word when closing. Indent heredoc with tabs if word
19423 starts with "-".
19424
19425 2005-04-13 Richard M. Stallman <rms@gnu.org>
19426
19427 * simple.el (undo): Fix previous change.
19428
19429 * custom.el (defface): Doc fix.
19430
19431 2005-04-13 Lute Kamstra <lute@gnu.org>
19432
19433 * Makefile.in (DONTCOMPILE): Remove list.
19434 (compile, compile-always): Don't use DONTCOMPILE.
19435 (update-authors): Load the library in which batch-update-authors
19436 is defined.
19437 * makefile.w32-in (DONTCOMPILE): Remove list.
19438 (compile, compile-always): Fix comments.
19439 (update-authors): Load the library in which batch-update-authors
19440 is defined.
19441
19442 * generic-x.el (generic-mode-ini-file-find-file-hook):
19443 Rename to ini-generic-mode-find-file-hook.
19444 Keep generic-mode-ini-file-find-file-hook as an alias.
19445 (ini-generic-mode-find-file-hook): Rename from
19446 generic-mode-ini-file-find-file-hook. Fix docstring.
19447 (ini-generic-mode): Docstring change.
19448 (bat-generic-mode-run-as-comint): Silence the byte compiler.
19449
19450 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
19451 called from lisp.
19452
19453 * generic.el: Move to the emacs-lisp subdir.
19454
19455 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
19456
19457 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
19458 and C-S- function and cursor motion keys.
19459
19460 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
19461
19462 * startup.el (command-line): Enable Xterm Mouse mode by default.
19463 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
19464 for Custom. No longer show "Mouse" in mode line when enabled.
19465 Doc fix.
19466
19467 2005-04-12 Kim F. Storm <storm@cua.dk>
19468
19469 * emulation/cua-base.el (cua-rectangle-face)
19470 (cua-rectangle-noselect-face): Define face attributes here.
19471
19472 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
19473
19474 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19475
19476 * startup.el (command-line): Turn off blinking cursor if
19477 cursorBlink in resources is off or false.
19478
19479 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19480
19481 * term/mac-win.el (dnd): Require dnd.
19482 (mac-drag-n-drop): Call dnd-handle-one-url.
19483 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
19484 (kTextEncodingISOLatin2): Remove constants.
19485 (mac-script-code-coding-systems): New constant.
19486 (mac-handle-language-change): New function.
19487 (special-event-map): Bind it to `language-change' event.
19488 (mac-centraleurroman, mac-cyrillic): New coding systems.
19489 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
19490 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
19491 and mac-cyrillic-encoder to encode-mac-centraleurroman and
19492 encode-mac-cyrillic, respectively.
19493
19494 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19495
19496 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19497 Don't set overlay-arrow-string to "=>" as this is done
19498 globally in C now.
19499
19500 2005-04-12 Lute Kamstra <lute@gnu.org>
19501
19502 * generic-x.el (rc-generic-mode, rul-generic-mode):
19503 Fix auto-mode-alist entries.
19504 (etc-fstab-generic-mode): Tweak fontification.
19505
19506 * generic.el (generic-make-keywords-list): Fix docstring.
19507 (generic-mode-internal): Simplify generic-font-lock-keywords.
19508
19509 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19510
19511 * whitespace.el (whitespace-buffer-leading)
19512 (whitespace-buffer-trailing): Revert the incorrect test inversion.
19513 However, fix the highlight area for the leading and
19514 trailing whitespaces to show space.
19515
19516 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19517
19518 * whitespace.el (whitespace-version): Bump to 3.5
19519
19520 (whitespace-buffer-leading, whitespace-buffer-trailing):
19521 Invert sense of the test to highlight the whitespace.
19522
19523 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19524
19525 * progmodes/gud.el (gud-display-line): GUD uses its own
19526 overlay arrow now so don't set overlay-arrow-string.
19527 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19528
19529 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19530
19531 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19532 (term-ansi-current-reverse, term-ansi-current-invisible)
19533 (term-ansi-face-already-done): Change to boolean.
19534 (term-reset-terminal, term-handle-colors-array): Handle the above
19535 vars accordingly.
19536 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19537 (term-emulate-terminal): Use the new name.
19538
19539 * faces.el (secondary-selection): Use yellow1, not yellow.
19540 (trailing-whitespace): Use red1, not red.
19541
19542 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19543
19544 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19545 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19546 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19547
19548 * cus-edit.el (dnd): New group.
19549
19550 * term/w32-win.el (dnd): Require dnd
19551 (w32-drag-n-drop): Call dnd-handle-one-url.
19552
19553 * x-dnd.el: Require dnd.
19554 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19555 Call dnd-handle-one-url.
19556 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19557 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19558 to dnd-insert-text.
19559 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19560 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19561 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19562 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19563
19564 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19565
19566 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19567
19568 * wdired.el: Doc fixes.
19569 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19570 (wdired-use-dired-vertical-movement): Rename from
19571 wdired-always-move-to-filename-beginning.
19572 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19573 (wdired-change-to-wdired-mode): Change mode name.
19574 (wdired-newline): Delete.
19575
19576 2005-04-11 Richard M. Stallman <rms@gnu.org>
19577
19578 * whitespace.el (whitespace-highlight-the-space):
19579 Don't call whitespace-unhighlight-the-space here.
19580
19581 * simple.el (undo): Record t in undo-equiv-table
19582 for the redo record made by an undo-in-region.
19583
19584 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19585
19586 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19587 (gdb-frame-inferior-io-buffer): New Functions to control
19588 display of separate IO buffer.
19589 (menu): Add them to menu-bar.
19590 (gdb-display-buffer): Check for buffer another frame.
19591 Protect GUD buffer.
19592 (gdb-setup-windows): Create IO buffer if not already there.
19593 (gdb-memory-mode): Remove purecopy noops.
19594
19595 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19596
19597 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19598 and pass to self-insert-command.
19599
19600 2005-04-11 Lute Kamstra <lute@gnu.org>
19601
19602 * generic.el: Commentary section cleanup.
19603 (generic): Delete.
19604 (generic-use-find-file-hook, generic-lines-to-scan)
19605 (generic-find-file-regexp, generic-ignore-files-regexp)
19606 (default-generic-mode, generic-mode-find-file-hook)
19607 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19608 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19609 (generic-use-find-file-hook, generic-lines-to-scan)
19610 (generic-find-file-regexp, generic-ignore-files-regexp)
19611 (default-generic-mode, generic-mode-find-file-hook)
19612 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19613
19614 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19615
19616 * bookmark.el (bookmark-write-file): Catch errors writing file.
19617 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19618
19619 2005-04-10 Richard M. Stallman <rms@gnu.org>
19620
19621 * startup.el (fancy-splash-tail): Update copyright year.
19622 (command-line): Split part of -Q into -D.
19623 (emacs-basic-display): New defvar.
19624 (fancy-splash-text): Correct name of menu item.
19625
19626 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19627
19628 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19629 lines in one node.
19630
19631 * comint.el (comint-send-input): New arg ARTIFICIAL.
19632 Callers in this file changed.
19633
19634 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19635
19636 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19637
19638 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19639
19640 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19641 `ldap-search-internal'.
19642
19643 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19644
19645 * files.el (set-auto-mode-1): Use line-end-position.
19646
19647 * international/latin-1.el:
19648 * international/latin-2.el:
19649 * international/latin-3.el:
19650 * international/latin-4.el:
19651 * international/latin-5.el:
19652 * international/latin-8.el:
19653 * international/latin-9.el: Give punctuation syntax to NBSP.
19654
19655 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19656 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19657 Use char-classes to accept non-ascii letters, accepted in some recent
19658 bibtex implementations.
19659
19660 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19661
19662 * custom.el (custom-set-minor-mode): Any non-nil value for the
19663 variable should enable the mode when set through Custom.
19664
19665 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19666
19667 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19668 TAB binding so tab-always-indent is obeyed.
19669 (vhdl-minibuffer-local-map): Move initialization into declaration.
19670 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19671 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19672 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19673 (vhdl-current-line): Use line-beginning-position.
19674 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19675 with-output-to-temp-buffer, so the current position can be recorded.
19676
19677 2005-04-10 Masatake YAMATO <jet@gyve.org>
19678
19679 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19680 Add regexp for gcov.
19681
19682 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19683
19684 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19685 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19686 syntax which Emacs 20 doesn't support.
19687
19688 2005-04-09 Richard M. Stallman <rms@gnu.org>
19689
19690 * help.el (describe-key-briefly, describe-key):
19691 Replace strings as event types with "(any string)".
19692
19693 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19694
19695 * arc-mode.el (archive-mode-map): Move initialization into
19696 the declaration. Override *all* bindings of `undo'.
19697 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19698
19699 2005-04-09 Jay Belanger <belanger@truman.edu>
19700
19701 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19702
19703 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19704
19705 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19706 (xterm-register-default-colors): Update color values computation
19707 to match xterm-200.
19708
19709 2005-04-09 Kenichi Handa <handa@m17n.org>
19710
19711 * international/code-pages.el (iso-latin-7): Fix the map.
19712
19713 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19714
19715 * emacs-lisp/lisp.el (defun-prompt-regexp)
19716 (parens-require-spaces, buffer-end, end-of-defun)
19717 (insert-parentheses): Doc fixes.
19718
19719 2005-04-08 Kim F. Storm <storm@cua.dk>
19720
19721 * comint.el (comint-highlight-prompt): Fix face spec.
19722 * hi-lock.el (hi-green): Likewise.
19723
19724 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19725
19726 * cus-edit.el (custom-modified-face):
19727 * comint.el (comint-highlight-input): Fix previous changes.
19728 * term.el (term-handle-ansi-escape): Add a comment.
19729
19730 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19731
19732 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19733 in the buffer and in whitespace-highlighted-space.
19734 (whitespace-unhighlight-the-space): Simplify.
19735 (whitespace-buffer): Simplify.
19736
19737 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19738
19739 * textmodes/table.el (table-cell-face): Add special case for
19740 displays supporting a high number of colors.
19741 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19742 (vhdl-font-lock-reserved-words-face)
19743 (vhdl-speedbar-architecture-face)
19744 (vhdl-speedbar-instantiation-face)
19745 (vhdl-speedbar-architecture-selected-face)
19746 (vhdl-speedbar-instantiation-selected-face): Likewise.
19747 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19748 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19749 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19750 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19751 (ebrowse-progress-face): Likewise.
19752 * progmodes/compile.el (compilation-info-face): Likewise.
19753 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19754 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19755 * calendar/calendar.el (diary-face): Likewise.
19756 * woman.el (woman-italic-face, woman-bold-face)
19757 (woman-unknown-face): Likewise.
19758 * wid-edit.el (widget-button-pressed-face): Likewise.
19759 * whitespace.el (whitespace-highlight-face): Likewise.
19760 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19761 * pcvs-info.el (cvs-marked-face): Likewise.
19762 * info.el (info-xref): Likewise.
19763 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19764 * hilit-chg.el (highlight-changes-face)
19765 (highlight-changes-delete-face): Likewise.
19766 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19767 (hi-red-b): Likewise.
19768 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19769 * font-lock.el (font-lock-keyword-face)
19770 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19771 * cus-edit.el (custom-invalid-face, custom-modified-face)
19772 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19773 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19774 * comint.el (comint-highlight-prompt): Likewise.
19775
19776 2005-04-08 Lute Kamstra <lute@gnu.org>
19777
19778 * font-lock.el (font-lock-keywords): Docstring fixes.
19779
19780 2005-04-08 Kenichi Handa <handa@m17n.org>
19781
19782 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19783 chars are more than a limit, print " and more..." at the tail.
19784
19785 2005-04-08 Kim F. Storm <storm@cua.dk>
19786
19787 * emacs-lisp/authors.el (authors-aliases): Update list.
19788 (authors-ignored-files): New list.
19789 (authors-fixed-entries): Fix typo.
19790 (authors-renamed-files-alist): Update list.
19791 (authors-add): Check authors-ignored-files.
19792
19793 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19794
19795 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19796 optional, to ensure backward compatibility.
19797
19798 2005-04-08 Stephen Eglen <stephen@gnu.org>
19799
19800 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19801
19802 2005-04-08 Kim F. Storm <storm@cua.dk>
19803
19804 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19805
19806 * mouse.el (mouse-on-link-p): Doc fix.
19807
19808 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19809
19810 * ielm.el (ielm-prompt-read-only): Doc fix.
19811
19812 * comint.el (comint-prompt-read-only): Doc fix.
19813
19814 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19815
19816 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19817 ensure dired always handles wildcards passed to ffap.
19818 (find-file-at-point): Use it.
19819 (ffap-dired-wildcards): Doc fix.
19820
19821 2005-04-07 Juri Linkov <juri@jurta.org>
19822
19823 * simple.el (next-error-overlay-arrow-position): New defvar.
19824 Put "=>" on its property `overlay-arrow-string'. Add it to
19825 `overlay-arrow-variable-list'.
19826
19827 * progmodes/compile.el (compilation-setup):
19828 Set `next-error-overlay-arrow-position' to nil. Also set it to
19829 nil in the local hook `kill-buffer-hook'. Make local variable
19830 `overlay-arrow-string' and set it to "=>".
19831 (compilation-goto-locus): Set BOL position to
19832 `next-error-overlay-arrow-position' instead of
19833 `overlay-arrow-position'.
19834
19835 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19836 locally instead of adding it to the global hook.
19837 (Info-kill-buffer): Move up.
19838
19839 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19840
19841 * term/xterm.el (xterm-standard-colors): Update color values from
19842 xterm-200.
19843
19844 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19845
19846 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19847
19848 * fast-lock.el:
19849 * lazy-lock.el: Move them to the obsolete subdir.
19850
19851 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19852
19853 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19854 (wdired-add-replace-advice): Remove.
19855 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19856
19857 2005-04-06 Kim F. Storm <storm@cua.dk>
19858
19859 * startup.el (command-line): Add --bare-bones alias for -Q.
19860
19861 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19862
19863 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19864 create the startup fontset if a font specification ends with
19865 `mac-roman'.
19866
19867 2005-04-06 Lute Kamstra <lute@gnu.org>
19868
19869 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19870 change.
19871
19872 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19873 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19874
19875 2005-04-05 Lute Kamstra <lute@gnu.org>
19876
19877 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19878 (define-generic-mode): Ditto. Fix debug declaration.
19879
19880 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19881 Put them in the generic-x group.
19882
19883 * calendar/timeclock.el (timeclock): Doc fix.
19884
19885 * generic.el (define-generic-mode): Don't use custom-current-group.
19886 Document default :group value.
19887 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19888 (define-global-minor-mode): Don't use custom-current-group.
19889
19890 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19891
19892 * startup.el (command-line-1): Display startup-echo-area-message
19893 when fancy splash screen is in use.
19894
19895 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19896 (sh-escaped-newline): New face.
19897 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19898 newline, and use sh-escaped-newline face.
19899
19900 * progmodes/tcl.el (tcl-escaped-newline): New face.
19901 (tcl-builtin-list): New variable.
19902 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19903 newlines. Fix keywords subexpression number.
19904
19905 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19906
19907 * textmodes/org.el (org-diary-default-entry): Fix call to
19908 `add-to-diary-entry'.
19909
19910 2005-04-05 Kim F. Storm <storm@cua.dk>
19911
19912 * ediff-init.el: Use (featurep 'xemacs).
19913
19914 2005-04-05 David Ponce <david@dponce.com>
19915
19916 * cus-edit.el (face): Derive from symbol widget. Display sample
19917 of the current face on the fly.
19918 (widget-face-sample-face-get, widget-face-notify): New functions.
19919 (widget-face-value-create): Remove.
19920
19921 * wid-edit.el (widget-field-end): Temporarily remove field
19922 narrowing before to call `get-char-property'.
19923
19924 2005-04-04 Jay Belanger <belanger@truman.edu>
19925
19926 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19927 (math-read-subscripts): New variable.
19928 (math-read-preprocess-string): Process subscripts.
19929
19930 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19931
19932 * comint.el (comint-prompt-read-only): Doc fix.
19933
19934 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19935 `-1'. Doc fix.
19936
19937 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19938
19939 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19940 Change default value to nil.
19941
19942 2005-04-04 Lute Kamstra <lute@gnu.org>
19943
19944 * autorevert.el (auto-revert-mode): Specify :group.
19945 * battery.el (display-battery-mode): Specify :group.
19946 * diff-mode.el (diff-minor-mode): Specify :group.
19947 * font-core.el (font-lock-mode): Specify :group.
19948 * hl-line.el (hl-line-mode): Specify :group.
19949 * iimage.el (iimage): New customization group.
19950 (iimage-mode): Specify :group.
19951 * longlines.el (longlines-mode): Specify :group.
19952 * master.el: Don't require easy-mmode.
19953 (master): New customization group.
19954 (master-mode): Specify :group.
19955 * msb.el (msb-mode): Specify :group.
19956 * reveal.el (reveal-mode): Specify :group.
19957 * simple.el (next-error-follow-minor-mode): Specify :group.
19958 * smerge-mode.el (smerge-mode): Specify :group.
19959 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19960 * emulation/cua-base.el (cua-mode): Specify :group.
19961 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19962 * language/thai-util.el (thai-auto-composition-mode)
19963 (thai-word-mode): Specify :group.
19964 * mail/supercite.el (sc-minor-mode): Specify :group.
19965 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19966 * progmodes/flymake.el (flymake-mode): Specify :group.
19967 * progmodes/glasses.el (glasses-mode): Specify :group.
19968 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19969 * textmodes/enriched.el (enriched-mode): Specify :group.
19970 * textmodes/refill.el (refill-mode): Specify :group.
19971
19972 * add-log.el (change-log-font-lock-keywords): Names in
19973 parenthesized lists can contain spaces.
19974
19975 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19976
19977 * startup.el (fancy-splash-text): Shorten default text of
19978 "Emacs Tutorial" line. Also, if the current language env
19979 indicates an available tutorial file other than TUTORIAL,
19980 extract its title and append it to the line in parentheses.
19981 (fancy-splash-insert): If arg is a thunk, funcall it.
19982
19983 2005-04-04 Jay Belanger <belanger@truman.edu>
19984
19985 * calc.el (calc-language-alist): Add tags to customization type.
19986
19987 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19988
19989 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19990 Doc fix.
19991
19992 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19993
19994 * add-log.el (change-log-font-lock-keywords): The manual
19995 describing a Change Log entry, says: (...) "Aside from these
19996 header lines, every line in the change log starts with a space or
19997 a tab.". The font-lock was not highlighting lines started with
19998 spaces, added support for it.
19999
20000 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20001
20002 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
20003 (bibtex-generate-url-list): Update docstring accordingly. Put the
20004 complex example in the docstring.
20005 (bibtex-font-lock-url): Use pop.
20006
20007 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
20008
20009 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
20010
20011 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
20012
20013 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20014
20015 * filesets.el (filesets-set-default): Doc fix.
20016
20017 2005-04-03 Lute Kamstra <lute@gnu.org>
20018
20019 * generic.el (define-generic-mode): Add argument to specify
20020 keywords for defcustom.
20021 (default-generic-mode): Specify :group.
20022
20023 * generic-x.el: Specify :group for all generic modes.
20024
20025 * desktop.el (desktop-no-desktop-file-hook)
20026 (desktop-after-read-hook): Doc fix.
20027
20028 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
20029
20030 * simple.el (visible-mode): Use explicit :group keyword.
20031 This changes the group of `visible-mode-hook' from paren-blinking
20032 to editing-basics.
20033
20034 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
20035
20036 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
20037 mailbox specifications as well as URLs.
20038 (rmail-insert-inbox-text): Remove unused conditional branches.
20039
20040 2005-04-01 Jay Belanger <belanger@truman.edu>
20041
20042 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
20043 (calc-gnuplot-print-command): Move definitions to calc.el.
20044
20045 * calc/calc-embed.el (calc-embedded-announce-formula)
20046 (calc-embedded-open-formula, calc-embedded-close-formula)
20047 (calc-embedded-open-word, calc-embedded-close-word)
20048 (calc-embedded-open-plain, calc-embedded-close-plain)
20049 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
20050 (calc-embedded-open-mode, calc-embedded-close-mode):
20051 Move definitions to calc.el.
20052
20053 * calc/calc.el (calc-settings-file, calc-language-alist):
20054 Make customizable.
20055 (calc-embedded-announce-formula, calc-embedded-open-formula)
20056 (calc-embedded-close-formula, calc-embedded-open-word)
20057 (calc-embedded-close-word, calc-embedded-open-plain)
20058 (calc-embedded-close-plain, calc-embedded-open-new-formula)
20059 (calc-embedded-close-new-formula, calc-embedded-open-mode)
20060 (calc-embedded-close-mode, calc-gnuplot-name)
20061 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
20062 from other files and make customizable.
20063
20064 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20065
20066 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
20067 Use buffer-live-p.
20068 (cvs-mode-run): Don't call cvs-update-header here.
20069 (cvs-run-process): Call cvs-update-header.
20070 Use process properties for cvs-postprocess and cvs-buffer so that
20071 the sentinel can behave better if the temp buffer is killed.
20072 Use a pipe rather than a tty, to better handle unexpected prompts.
20073 (cvs-sentinel): Rewrite. Call cvs-update-header.
20074
20075 2005-04-01 Andre Spiegel <spiegel@gnu.org>
20076
20077 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
20078 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
20079
20080 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
20081
20082 * generic.el (define-generic-mode): Add indentation rule.
20083
20084 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
20085
20086 * files.el (mode-require-final-newline): Make Custom correctly
20087 report a nil value and allow to set it to nil via Custom.
20088 Doc fix.
20089
20090 2005-04-01 Kenichi Handa <handa@m17n.org>
20091
20092 * international/characters.el: Enable the correct case setting for
20093 dotless-i and dotted-I.
20094
20095 2005-04-01 Kim F. Storm <storm@cua.dk>
20096
20097 * ido.el (ido-file-internal): Fall back to non-ido command if
20098 initial directory is on slow ftp (or tramp) host.
20099
20100 2005-03-31 Richard M. Stallman <rms@gnu.org>
20101
20102 * emacs-lisp/autoload.el (make-autoload):
20103 Handle define-global-minor-mode.
20104
20105 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20106 Rename from easy-mmode-define-global-mode.
20107 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
20108
20109 * progmodes/scheme.el (scheme-mode-syntax-table):
20110 Update syntax of | and # for two-character comment syntax.
20111
20112 2005-03-31 Lute Kamstra <lute@gnu.org>
20113
20114 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
20115 (define-minor-mode): Call custom-current-group at load-time.
20116
20117 * generic.el (define-generic-mode): Add debug declaration.
20118 Add defcustom for the mode hook.
20119 (generic-mode-internal): Use run-mode-hooks.
20120
20121 2005-03-31 Kim F. Storm <storm@cua.dk>
20122
20123 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
20124 (mouse-fixup-help-message): New defun called by show_help_echo
20125 to fixup mouse-2 prefix in help messages when applicable.
20126
20127 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
20128
20129 2005-03-31 Kenichi Handa <handa@m17n.org>
20130
20131 * language/thai-word.el (thai-find-word-ends): Pay attention to
20132 the case that we reach the end of buffer.
20133
20134 * textmodes/fill.el (fill-text-properties-at): New function.
20135 (fill-newline): Use fill-text-properties-at instead of
20136 text-properties-at.
20137
20138 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
20139
20140 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
20141 not comint-quote-filename.
20142
20143 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
20144
20145 * help-fns.el (help-with-tutorial): Revert last change.
20146
20147 2005-03-31 Kim F. Storm <storm@cua.dk>
20148
20149 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
20150
20151 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
20152
20153 * calendar/cal-china.el: Update reference to "Calendrical
20154 Calculations" book; there's a new edition.
20155 * calendar/cal-coptic.el: Likewise.
20156 * calendar/cal-french.el: Likewise.
20157 * calendar/cal-hebrew.el: Likewise.
20158 * calendar/cal-islam.el: Likewise.
20159 * calendar/cal-iso.el: Likewise.
20160 * calendar/cal-julian.el: Likewise.
20161 * calendar/cal-mayan.el: Likewise.
20162 * calendar/cal-persia.el: Likewise.
20163 * calendar/calendar.el: Likewise.
20164 * calendar/holidays.el: Likewise.
20165 * calendar/lunar.el: Likewise.
20166 * calendar/solar.el: Likewise.
20167
20168 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
20169 white space from doc string.
20170
20171 2005-03-30 Jay Belanger <belanger@truman.edu>
20172
20173 * calc/calc-help.el (calc-full-help): Remove email address.
20174
20175 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
20176
20177 * help-fns.el (help-with-tutorial): Delete title line.
20178
20179 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20180
20181 * calendar/cal-x.el (calendar-one-frame-setup)
20182 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
20183 rather than `symbol' for set-window-dedicated-p.
20184
20185 * calendar/appt.el (appt-buffer-name): Make it a constant.
20186 (appt-add): Doc fix.
20187
20188 * filesets.el (filesets-menu-path, filesets-menu-before)
20189 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
20190 (filesets-menu-cache-file): Use directory ~/.emacs.d.
20191 (filesets-add-submenu): Delete and use add-submenu instead.
20192
20193 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
20194
20195 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
20196 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
20197 (org-diary-default-entry): New function.
20198 (org-get-entries-from-diary): Better parsing of diary entries.
20199 (org-agenda-check-no-diary): New function.
20200 ("diary-lib"): Advice to function `add-to-diary-list', to allow
20201 linking to diary entries.
20202 (org-agenda-execute-calendar-command): New function.
20203 (org-agenda): Improve visible section in window.
20204 Use `org-fit-agenda-window'.
20205 (org-fit-agenda-window): New option.
20206 (org-move-subtree-down): Better handling of empty lines
20207 at end of subtree.
20208 (org-cycle): Numeric prefix is interpreted now as show-subtree N
20209 levels up.
20210 (org-fontify-done-headline): New option.
20211 (org-headline-done-face): New face.
20212 (org-set-font-lock-defaults): Use `org-headline-done-face'.
20213 (org-table-copy-down): Rename from `org-table-copy-from-above'.
20214 When current field is non-empty, it is copied to next row.
20215 (org-table-copy-from-above): Fix bug which made it
20216 impossible to copy fields containing only a single non-white character.
20217
20218 2005-03-30 Kim F. Storm <storm@cua.dk>
20219
20220 * kmacro.el (kmacro-end-macro): Isearch may store this command
20221 into the macro -- so ignore it when executing keyboard macro.
20222
20223 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
20224
20225 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
20226
20227 2005-03-29 Kenichi Handa <handa@m17n.org>
20228
20229 * language/thai.el ("Thai"): Set setup-function and exit-function
20230 for Thai language environment.
20231
20232 * language/thai-util.el: Require thai-word.
20233 (thai-word-mode-map): New variable.
20234 (thai-word-mode): New minor mode.
20235 (setup-thai-language-environment-internal): New function.
20236 (exit-thai-language-environment-internal): New function.
20237
20238 * language/thai-word.el (thai-word-table): Declare it by defvar,
20239 use dolist to initialize it.
20240 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
20241 (thai-fill-find-break-point): New functions.
20242
20243 2005-03-29 Richard M. Stallman <rms@gnu.org>
20244
20245 * simple.el (idle-update-delay): Move definition up.
20246 (set-mark): Doc fix.
20247
20248 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
20249
20250 * longlines.el: New file.
20251
20252 * simple.el (buffer-substring-filters): New variable.
20253 (filter-buffer-substring): New function.
20254 (kill-region, copy-region-as-kill): Use it.
20255
20256 * register.el (copy-to-register, append-to-register)
20257 (prepend-to-register): Use filter-buffer-substring.
20258
20259 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
20260
20261 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
20262 (gud-filter-pending-text): Move in front of gdb.
20263 (gud-overlay-arrow-position): New variable.
20264 (gud-sentinel, gud-display-line): Use it in place of
20265 overlay-arrow-position.
20266
20267 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
20268
20269 * progmodes/fortran.el (fortran-if-indent): Doc fix.
20270 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
20271 (fortran-font-lock-keywords-4): New variable.
20272 (fortran-blocks-re, fortran-end-block-re)
20273 (fortran-start-block-re): New constants, for hideshow.
20274 (hs-special-modes-alist): Add a Fortran entry.
20275 (fortran-mode-map): Bind fortran-end-of-block,
20276 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
20277 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
20278 (fortran-looking-at-if-then, fortran-end-of-block)
20279 (fortran-beginning-of-block): New functions, for hideshow.
20280
20281 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
20282 Doc fix. Tweak regexp.
20283 (f90-beginning-of-block): Push mark first.
20284
20285 2005-03-29 Jay Belanger <belanger@truman.edu>
20286
20287 * calc/calc.el: Update copyright date.
20288 (calc-version): Increase to 2.1.
20289 (calc-version-date): Remove.
20290
20291 * calc/calc-help.el: Update copyright date.
20292 (calc-full-help): Remove reference to calc-version-date.
20293 Update copyright date.
20294
20295 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20296
20297 * vc.el (vc-do-command): Use a pipe for async processes, so password
20298 prompts don't show up at places where the user can't reply.
20299
20300 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
20301
20302 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
20303 on the file name we pass to the inferior shell.
20304
20305 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20306
20307 * progmodes/which-func.el (which-function): Be robust in the face of an
20308 imenu--make-index-alist failure.
20309
20310 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20311
20312 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
20313
20314 * progmodes/python.el (python-preoutput-filter): Fix last change.
20315
20316 2005-03-29 Lute Kamstra <lute@gnu.org>
20317
20318 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
20319 functions and compiled macros.
20320 (debug-convert-byte-code): Handle macros too.
20321 (debug-on-entry-1): Don't signal an error when trying to clear a
20322 function that is not set to debug on entry.
20323
20324 2005-03-29 Jay Belanger <belanger@truman.edu>
20325
20326 * calc/calc-lang.el: Add functions to math-function-table
20327 properties of tex and math.
20328
20329 2005-03-29 Kenichi Handa <handa@m17n.org>
20330
20331 * ps-mule.el (ps-mule-plot-string): Translate characters by
20332 ps-print-translation-table.
20333 (ps-mule-begin-job): Call find-charset-region/string with
20334 ps-print-translation-table.
20335 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
20336
20337 * ps-print.el (ps-print-translation-table): New variable.
20338 (ps-plot-region): Translate characters by ps-print-translation-table.
20339
20340 2005-03-29 Juri Linkov <juri@jurta.org>
20341
20342 * simple.el (next-error-highlight-timer): New variable.
20343
20344 * progmodes/compile.el (compilation-goto-locus):
20345 Use `next-error-highlight-timer' instead of `sit-for'.
20346
20347 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20348
20349 * mail/supercite.el (sc-mail-field): Use assoc-string.
20350 (sc-get-address): Simplify regexps.
20351
20352 * files.el (minibuffer-with-setup-hook): New macro.
20353 (find-file-read-args): Use it to avoid let-binding
20354 minibuffer-with-setup-hook (which breaks turning on/off
20355 file-name-shadow-mode while in the prompt).
20356
20357 * complete.el (PC-read-include-file-name-internal):
20358 Use test-completion.
20359
20360 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
20361
20362 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
20363
20364 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20365
20366 * window.el (window-buffer-height): Use count-screen-lines.
20367
20368 * progmodes/python.el (python-preoutput-leftover): New var.
20369 (python-preoutput-filter): Use it.
20370 (python-send-receive): Loop until all the result has been received.
20371
20372 2005-03-28 Juri Linkov <juri@jurta.org>
20373
20374 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
20375
20376 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
20377 "Recover Crashed Session".
20378 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
20379 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
20380 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
20381 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
20382 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
20383 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
20384 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
20385 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
20386
20387 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
20388 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
20389 Ediff Sessions", "Toggle use of separate control buffer frame",
20390 "Use separate frame for Ediff control buffer".
20391
20392 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
20393 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
20394 "Rename Bookmark", "Delete Bookmark".
20395
20396 * info.el (Info-mode-menu): Remove ellipsis from "Index".
20397 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
20398 Add `:active Info-index-alternatives' to "Next Matching Item".
20399
20400 * wdired.el (wdired-change-to-wdired-mode):
20401 Mention `wdired-abort-changes' key in the initial message.
20402
20403 * international/mule.el (auto-coding-alist): Associate non-ascii
20404 image filename extensions with `no-conversion'.
20405
20406 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
20407
20408 * international/iso-acc.el:
20409 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
20410
20411 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
20412
20413 * textmodes/sgml-mode.el (html-mode): Doc update.
20414
20415 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
20416
20417 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
20418
20419 * term.el (term-move-columns): Fix face after extending a line.
20420 (term-insert-spaces): Likewise.
20421 (term-reset-terminal): Fix off by one error.
20422
20423 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20424
20425 * international/mule.el (auto-coding-alist): Add .xpi files.
20426
20427 * files.el (auto-mode-alist): Add .xpi files.
20428
20429 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
20430
20431 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
20432
20433 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20434
20435 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
20436
20437 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20438
20439 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
20440 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
20441
20442 * calendar/cal-move.el (calendar-beginning-of-year): Move the
20443 cursor to Jan 1 when needed.
20444 (calendar-end-of-year): Fix -/+ typo.
20445 Reported by Chong Yidong <cyd@stupidchicken.com>.
20446
20447 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20448
20449 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
20450
20451 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
20452 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
20453
20454 2005-03-25 Richard M. Stallman <rms@gnu.org>
20455
20456 * filesets.el (filesets-init): Add autoload.
20457
20458 * mail/mailalias.el (mail-directory): Doc fix.
20459
20460 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20461
20462 * mail/mailalias.el (mail-directory-process): Do nothing if
20463 mail-directory-process is an atom.
20464 (mail-get-names): Ignore mail-directory-names if it is an atom.
20465 (mail-directory-process defvar): Doc fix.
20466 (mail-names): Doc fix.
20467
20468 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
20469
20470 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
20471
20472 2005-03-26 Kenichi Handa <handa@m17n.org>
20473
20474 * international/mule-util.el (detect-coding-with-priority):
20475 Call update-coding-systems-internal before detect-coding-region.
20476
20477 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
20478
20479 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
20480 (gdb-frames-mode-map): Add follow-link property.
20481
20482 2005-03-25 Jay Belanger <belanger@truman.edu>
20483
20484 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
20485 for variables.
20486
20487 2005-03-25 Juri Linkov <juri@jurta.org>
20488
20489 * image-mode.el: Optimize image filename extension regexps in
20490 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
20491 in `auto-mode-alist'.
20492 (image-mode): Add `image-toggle-display-text' to local hook
20493 `change-major-mode-hook'. Display the image as an image by
20494 default. Set `cursor-type' and `truncate-lines' if the image
20495 is already displayed. Take into account the current mode (image
20496 or text) in message.
20497 (image-minor-mode): New minor mode.
20498 (image-mode-maybe, image-toggle-display-text): New functions.
20499 (image-toggle-display): Use called-interactively-p.
20500 Let-bind `inhibit-read-only' to t.
20501
20502 * image-mode.el (image-minor-mode): Set `cursor-type' and
20503 `truncate-lines' if the image is already displayed. Add turning
20504 image-minor-mode off to `change-major-mode-hook'. Add message.
20505 Call `image-toggle-display-text' after turning image-minor-mode off.
20506
20507 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20508
20509 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20510 Terminal.app, use utf-8.
20511 (set-display-table-and-terminal-coding-system): Add coding-system arg.
20512 (set-locale-environment): Use it.
20513
20514 * term/xterm.el: Undo last change, better done in mule-cmds.el.
20515
20516 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20517
20518 * progmodes/python.el (python-close-block-statement-p)
20519 (python-outdent-p, python-current-defun): Use symbol-end.
20520
20521 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20522
20523 * files.el (save-some-buffers): Doc fix.
20524
20525 2005-03-25 Werner Lemberg <wl@gnu.org>
20526
20527 * complete.el, thumbs.el: Replace `legal' with `valid'.
20528 * calendar/calendar.el: Replace `legal' with `valid'.
20529 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20530 * mail/supercite.el: Replace `legal' with `valid'.
20531 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20532 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20533 Replace `legal' with `valid'.
20534 * textmodes/reftex-vars.el, textmodes/reftex.el:
20535 Replace `legal' with `valid'.
20536
20537 2005-03-25 Werner Lemberg <wl@gnu.org>
20538
20539 * calc/calc-forms.el, calc/calc-sel.el
20540 * midnight.el, vc-cvs.el
20541 * emacs-lisp/cl-macs.el
20542 * emulation/vip.el
20543 * eshell/esh-io.el, eshell/esh-var.el
20544 * mail/supercite.el
20545 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20546 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20547 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20548 * progmodes/sh-script.el, progmodes/xscheme.el
20549 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20550 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20551 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20552 * textmodes/reftex.el, textmodes/org.el:
20553 Replace `illegal' with `invalid'.
20554
20555 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20556
20557 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20558 (flymake-find-buildfile, flymake-find-possible-master-files)
20559 (flymake-check-include, flymake-parse-line): Replace loops over the
20560 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20561
20562 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20563 Substitute file-name-as-directory in the rest of the file.
20564 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20565 (flymake-replace-region): Remove unused arg `buffer'.
20566 (flymake-check-patch-master-file-buffer): Update calls to it.
20567 (flymake-add-err-info): Remove unused var `count'.
20568 (flymake-mode): Use define-minor-mode.
20569
20570 * progmodes/flymake.el: Use with-current-buffer.
20571 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20572 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20573 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20574 Avoid testing for `xemacs'.
20575 (flymake-nop): Move.
20576 (flymake-region-has-flymake-overlays): Return the computed value.
20577 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20578 Remove unused var `endline'.
20579 (flymake-get-line-count): Remove unused function.
20580 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20581
20582 * emulation/vi.el:
20583 * generic.el:
20584 * hilit-chg.el (global-highlight-changes):
20585 * hi-lock.el (hi-lock-mode):
20586 * follow.el: find-file-hooks -> find-file-hook.
20587
20588 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20589
20590 2005-03-24 Juri Linkov <juri@jurta.org>
20591
20592 * dired.el (dired-mode-map): Add menu item "Compare directories"
20593 for dired-compare-directories.
20594
20595 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20596 Doc fix. Replace `read-file-name' with `read-directory-name'.
20597
20598 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20599
20600 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20601
20602 2005-03-24 Jay Belanger <belanger@truman.edu>
20603
20604 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20605 relevant mode settings in calc-embedded-original-modes when modes
20606 are permanently changed.
20607
20608 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20609
20610 * autoinsert.el: find-file-hooks -> find-file-hook.
20611
20612 2005-03-24 Lute Kamstra <lute@gnu.org>
20613
20614 * generic.el (generic-font-lock-defaults): Make it obsolete.
20615 (generic-font-lock-keywords): New variable to replace
20616 generic-font-lock-defaults.
20617 (generic-mode-set-font-lock): Delete it.
20618 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20619 (generic-bracket-support): Add docstring.
20620
20621 * generic-x.el: Rename generic-font-lock-defaults to
20622 generic-font-lock-keywords throughout.
20623 (mailagent-rules-setup-function): Delete it.
20624 (mailagent-rules-generic-mode): Use anonymous function instead.
20625 (show-tabs-generic-mode-font-lock-defaults-1)
20626 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20627 Quote faces.
20628 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20629 not foreground.
20630
20631 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20632 Recognize define-generic-mode.
20633
20634 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20635
20636 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20637 if there's no completion table.
20638
20639 2005-03-23 Miles Bader <miles@gnu.org>
20640
20641 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20642 Remove tty-specific variants, as they're no longer needed.
20643
20644 2005-03-23 Lute Kamstra <lute@gnu.org>
20645
20646 * generic-x.el: Code cleanup: make args constant whenever possible.
20647 (installshield-statement-keyword-list)
20648 (installshield-system-functions-list)
20649 (installshield-system-variables-list, installshield-types-list)
20650 (installshield-funarg-constants-list): Make them constants.
20651
20652 * generic.el (generic-make-keywords-list): Add autoload cookie.
20653
20654 * calendar/time-date.el: Add comment on time value formats.
20655 Don't require parse-time.
20656 (with-decoded-time-value): New macro.
20657 (encode-time-value): New function.
20658 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20659 (days-to-time): Return a valid time value when arg is huge.
20660 (time-since): Use time-subtract.
20661 (time-to-number-of-days): Use time-to-seconds.
20662
20663 2005-03-23 David Ponce <david@dponce.com>
20664
20665 * recentf.el (recentf-keep): New option.
20666 (recentf-menu-action): Default to `find-file'.
20667 (recentf-keep-non-readable-files-flag)
20668 (recentf-keep-non-readable-files-p)
20669 (recentf-file-readable-p, recentf-find-file)
20670 (recentf-cleanup-remote): Remove.
20671 (recentf-include-p): More robust.
20672 (recentf-keep-p): New function.
20673 (recentf-remove-if-non-kept): Rename from
20674 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20675 All callers updated.
20676 (recentf-menu-items-for-commands): Fix help string.
20677 (recentf-track-closed-file): Update. Doc fix.
20678 (recentf-cleanup): Update. Count removed files. Doc fix.
20679
20680 2005-03-23 Kim F. Storm <storm@cua.dk>
20681
20682 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20683 Don't inherit from fringe face (now happens automatically).
20684
20685 2005-03-22 Kim F. Storm <storm@cua.dk>
20686
20687 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20688 position values.
20689
20690 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20691
20692 * menu-bar.el (showhide-date-time): Remove.
20693 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20694 (menu-bar-make-mm-toggle): Simplify.
20695
20696 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20697
20698 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20699 Accept qualified variable and function names.
20700
20701 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20702
20703 * bindings.el (completion-ignored-extensions):
20704 Remove ".lis" for `vax-vms'.
20705
20706 2005-03-22 Andreas Schwab <schwab@suse.de>
20707
20708 * generic-x.el: Revert last change.
20709 * ldefs-boot.el: Update.
20710
20711 2005-03-22 Jay Belanger <belanger@truman.edu>
20712
20713 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20714 (calc-embedded-save-original-modes)
20715 (calc-embedded-restore-original-modes): New functions.
20716 (calc-do-embedded): Save original modes when entering embedded mode
20717 and restore when leaving embedded mode.
20718 (calc-embedded-modes-change): Change the value of
20719 calc-embedded-original-modes to reflect permanent changes.
20720
20721 2005-03-22 Lute Kamstra <lute@gnu.org>
20722
20723 * generic-x.el: Require generic again.
20724
20725 2005-03-22 Miles Bader <miles@gnu.org>
20726
20727 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20728 Tweak details to look good on both ttys and bitmap displays, light
20729 or dark background, etc.
20730
20731 2005-03-21 Kim F. Storm <storm@cua.dk>
20732
20733 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20734 mouse position.
20735
20736 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20737
20738 * icomplete.el: Don't forcibly turn on the mode upon load.
20739 (icomplete-mode): Use define-minor-mode.
20740 (icomplete-eoinput): Default to nil.
20741 (icomplete-minibuffer-setup): Remove autoload.
20742 (icomplete-tidy): Simplify.
20743 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20744 in the initial state or if the user has modified the field.
20745 Fix handling of icomplete-max-delay-chars.
20746 Remove code that handles the oddball case where
20747 minibuffer-completion-table is an integer.
20748 Wrap icomplete-completions in while-no-input in case building
20749 completions takes more time than expected.
20750 (icomplete-completions): Simplify.
20751
20752 2005-03-21 Richard M. Stallman <rms@gnu.org>
20753
20754 * jka-compr.el (jka-compr-really-do-compress):
20755 Make variable buffer-local.
20756
20757 * image-mode.el: Handle .xpm files too.
20758 (image-toggle-display): Preserve modification flag.
20759
20760 * help.el (where-is): Don't mention aliases with no key bindings.
20761
20762 2005-03-21 Lute Kamstra <lute@gnu.org>
20763
20764 * generic.el: Fix commentary section. Don't require cl for
20765 compilation.
20766 (generic-mode-list): Add autoload cookie.
20767 (generic-use-find-file-hook, generic-lines-to-scan)
20768 (generic-find-file-regexp, generic-ignore-files-regexp)
20769 (generic-mode, generic-mode-find-file-hook)
20770 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20771 (define-generic-mode): Make it a defmacro. Fix docstring.
20772 (generic-mode-internal): Code cleanup. Add autoload cookie.
20773 (generic-mode-set-comments): Code cleanup.
20774 * generic-x.el: Don't prevent compilation. Don't require generic.
20775 Follow coding conventions. Minor code cleanup.
20776 (etc-fstab-generic-mode): Add some keywords.
20777 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20778 define-generic-mode like a function declaration.
20779
20780 2005-03-21 Jay Belanger <belanger@truman.edu>
20781
20782 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20783 changing modes.
20784
20785 2005-03-21 Sam Steingold <sds@gnu.org>
20786
20787 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20788
20789 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20790
20791 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20792 Add underscore to "f$ lexicals" regexp.
20793
20794 2005-03-20 Juri Linkov <juri@jurta.org>
20795
20796 * subr.el (progress-reporter-do-update): When `min-value' is equal
20797 to `max-value', set `percentage' to 0 and prevent division by zero.
20798
20799 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20800
20801 Sync with Tramp 2.0.48.
20802
20803 * net/tramp.el (all): Change all addresses to .gnu.org.
20804 (tramp-append-tramp-buffers): New defun.
20805 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20806 Catch `dont-send' signal.
20807 (tramp-set-auto-save-file-modes): Set always permissions, because
20808 there might be an old auto-saved file belonging to another
20809 original file. This could be a security threat. Reported by
20810 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20811 Check for Emacs 21.3.50 removed.
20812
20813 * net/tramp-smb.el (all): Remove debug construct for
20814 `with-parsed-tramp-file-name'.
20815 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20816 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20817 No error message if DIRECTORY or FILENAME doesn't exist.
20818 (tramp-smb-open-connection): Check existence of
20819 `tramp-smb-program'.
20820
20821 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20822
20823 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20824 Properly handle the case where the `m' or `s' command's argument is not
20825 yet terminated.
20826 (perl-indent-new-calculate): New function.
20827 (perl-indent-line): Use it.
20828
20829 2005-03-20 Miles Bader <miles@gnu.org>
20830
20831 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20832 in text-mode too. Change to new face names.
20833 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20834 Add `:weight bold' attribute.
20835 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20836
20837 2005-03-19 Juri Linkov <juri@jurta.org>
20838
20839 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20840
20841 * international/mule.el (auto-coding-alist): Sync with
20842 `auto-mode-alist' by adding upper case archive file extensions
20843 and adding ear/war to jar extension.
20844
20845 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20846
20847 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20848 running, restart it.
20849
20850 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20851
20852 * finder.el (finder-current-item): Throw an error on an empty line.
20853
20854 * man.el (Man-follow-manual-reference): If current-word returns
20855 nil, use "".
20856
20857 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20858
20859 * simple.el (goto-line): Doc fix.
20860
20861 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20862
20863 * files.el (save-buffer): Doc fix.
20864
20865 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20866
20867 * recentf.el (recentf-cleanup-remote): New variable.
20868 (recentf-cleanup): Use it to conditionally check availability of
20869 remote files.
20870
20871 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20872
20873 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20874 function names.
20875
20876 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20877
20878 * language/thai-word.el: New file.
20879
20880 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20881
20882 * files.el (backup-buffer): If the file's directory is not
20883 writable, use copy instead of move to backup the file.
20884
20885 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20886
20887 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20888
20889 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20890
20891 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20892 Use functionp instead of symbolp and fboundp. Reported by Drkm
20893 <darkman_spam@yahoo.fr>.
20894 (ps-print-version): New version 6.6.6.
20895
20896 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20897
20898 * textmodes/table.el (table--line-column-position): New idiom.
20899 (table--row-column-insertion-point-p): New function to test
20900 validity of row and column insertion operation at a location.
20901 (table-global-menu, table-cell-menu): Use above functions for
20902 deterministic test operation.
20903 (table--editable-cell-p): Behave in deterministic fashion.
20904
20905 2005-03-18 Juri Linkov <juri@jurta.org>
20906
20907 * isearch.el (isearch-lazy-highlight-new-loop):
20908 Make arguments beg and end optional.
20909 (isearch-update): Remove optional arguments nil from
20910 isearch-lazy-highlight-new-loop.
20911 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20912 isearch-lazy-highlight-case-fold-search instead of
20913 isearch-case-fold-search, and let-bind isearch-regexp to
20914 isearch-lazy-highlight-regexp.
20915 Use isearch-lazy-highlight-last-string instead of isearch-string.
20916
20917 * replace.el (perform-replace): Remove bindings of global
20918 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20919 Add three new arguments to `replace-highlight'.
20920 (replace-highlight): Add arguments string, regexp, case-fold.
20921 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20922 to allow isearch-lazy-highlight-new-loop to use these values
20923 to set corresponding isearch-lazy-highlight-* internal
20924 variables whose values lazy highlighting will use regardless of
20925 changes to global variables isearch-string, isearch-regexp,
20926 isearch-case-fold-search during lazy highlighting loop.
20927 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20928 to `lazy-highlight-cleanup'.
20929
20930 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20931 (ispell-highlight-face): Set default face to `isearch' when
20932 lazy highlighting is enabled.
20933 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20934 priority to 1. Add lazy highlighting.
20935 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20936 from `isearch-dehighlight'.
20937
20938 2005-03-18 David Ponce <david@dponce.com>
20939
20940 * files.el (hack-local-variables): Do a case-insensitive search
20941 for End.
20942
20943 2005-03-18 Juri Linkov <juri@jurta.org>
20944
20945 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20946 `isearch-lazy-highlight-cleanup', add alias to old name and
20947 declare obsolete. Add release numbers to other obsolete vars.
20948 (isearch-done, isearch-lazy-highlight-new-loop):
20949 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20950 (lazy-highlight-cleanup) <variable>: Doc fix.
20951 (isearch-lazy-highlight-update): Rename obsolete
20952 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20953
20954 2005-03-18 Kenichi Handa <handa@m17n.org>
20955
20956 * language/thai-util.el: Fix categorization of Thai characters in
20957 thai-category-table.
20958 (thai-composition-pattern): Adjust it for the above change.
20959 (thai-self-insert-command, thai-compose-syllable): New functions.
20960 (thai-compose-region): Use thai-compose-syllable.
20961 (thai-compose-string): Likewise.
20962 (thai-composition-function): Likewise.
20963 (thai-auto-composition): New function.
20964 (thai-auto-composition-mode): New minor mode.
20965
20966 * language/thai.el: Fix patterns to be registered in
20967 composition-function-table.
20968
20969 * international/quail.el (quail-input-method): Locally bind
20970 inhibit-modification-hooks to t.
20971
20972 2005-03-17 Richard M. Stallman <rms@gnu.org>
20973
20974 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20975 (perl-mode): Use run-mode-hooks.
20976
20977 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20978 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20979 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20980
20981 * mail/sendmail.el (sendmail-send-it): Reenable the code
20982 to compute resend-to-address and use it.
20983
20984 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20985
20986 * image-mode.el: New file.
20987
20988 * image.el (insert-sliced-image): Add autoload cookie.
20989
20990 * font-lock.el (font-lock-lines-before): New user option.
20991 (font-lock-after-change-function): Obey it.
20992
20993 * bindings.el (esc-map): Make M-g a prefix.
20994 Bind M-g g and M-g M-g to goto-line.
20995
20996 * faces.el (face-id): Doc fix.
20997
20998 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20999
21000 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
21001 (rmail-show-message): Use rmail-unknown-mail-followup-to.
21002 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
21003
21004 * mail/sendmail.el (mail-yank-ignored-headers)
21005 (mail-font-lock-keywords, mail-mode-fill-paragraph):
21006 Add Mail-Followup-To and Mail-Reply-To headers.
21007 (mail-citation-hook): Add autoload cookie.
21008 (mail-mode): Doc fix.
21009 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
21010 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
21011 (mail-mode-fill-paragraph): Handle those headers.
21012 (mail-mailing-lists): New variable.
21013 (mail-mail-reply-to, mail-mail-followup-to): New functions.
21014
21015 2005-03-17 Juri Linkov <juri@jurta.org>
21016
21017 * isearch.el (isearch-fallback): Check for `(car previous)'
21018 before calling `isearch-other-end-state'.
21019
21020 2005-03-17 Kim F. Storm <storm@cua.dk>
21021
21022 * simple.el (move-beginning-of-line): Move to beginning of buffer
21023 line, as well as beginning of screen line.
21024
21025 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
21026
21027 * calendar/diary-lib.el (mark-diary-entries): Use new optional
21028 argument REDRAW rather than calendar-redrawing variable.
21029 * calendar/calendar.el (calendar-redrawing): Delete.
21030 (redraw-calendar): Do not bind calendar-redrawing.
21031
21032 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
21033
21034 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
21035 diary-file buffer.
21036
21037 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
21038
21039 * help.el (describe-mode): Allow a :minor-mode-function property to
21040 specify a different minor mode toggle function than the variable.
21041 * simple.el (auto-fill-function):
21042 * subr.el (add-minor-mode): Use it.
21043
21044 2005-03-16 Kenichi Handa <handa@m17n.org>
21045
21046 * language/ethio-util.el (sera-being-called-by-w3): New variable.
21047 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
21048 (ethio-fidel-to-sera-buffer): Likewise.
21049
21050 2005-03-16 Juri Linkov <juri@jurta.org>
21051
21052 * emacs-lisp/find-func.el (find-function-regexp):
21053 Add defun-emitting macro `menu-bar-make-toggle'.
21054
21055 * isearch.el: Put `isearch-scroll' property to
21056 `split-window-horizontally'.
21057
21058 * info.el: Update error messages for `debug-ignored-errors'.
21059 (Info-isearch-search): Doc fix.
21060 (Info-find-node): Move up code to go into info buffer before
21061 recording the node to the history.
21062 (Info-fontify-node): Fontify titles only if the next line
21063 has two or more `*', `=', `-', `.'.
21064 Display "go to this node" for empty (match-string 3).
21065
21066 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21067
21068 * term/mac-win.el: Add mouse pointer shape constants.
21069
21070 2005-03-15 Kim F. Storm <storm@cua.dk>
21071
21072 * simple.el (move-beginning-of-line): Use vertical-motion.
21073
21074 2005-03-15 Juri Linkov <juri@jurta.org>
21075
21076 * isearch.el (isearch-error): New variable.
21077 (isearch-invalid-regexp, isearch-within-brackets): Remove.
21078 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
21079 (isearch-within-brackets-state): Remove.
21080 (isearch-case-fold-search-state, isearch-pop-fun-state):
21081 Decrease frame index.
21082 (isearch-mode, isearch-top-state, isearch-push-state)
21083 (isearch-edit-string, isearch-abort, isearch-search-and-update)
21084 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
21085 (isearch-search, isearch-lazy-highlight-new-loop):
21086 Replace `isearch-invalid-regexp' with `isearch-error'.
21087 Remove `isearch-within-brackets'.
21088 (isearch-search): Add `search-failed' handler to `condition-case'.
21089 (isearch-lazy-highlight-search): Add `condition-case' to catch
21090 errors and allow `isearch-lazy-highlight-update' to try
21091 highlighting from the beginning of the window.
21092 (isearch-repeat): Move up code to set isearch-wrapped to t
21093 before calling isearch-wrap-function.
21094
21095 * info.el (Info-isearch-initial-node): New internal variable.
21096 (Info-search): Signal an error in isearch mode when search leaves
21097 the initial node. Signal an error when `bound' is non-nil and
21098 nothing was found in the current subfile.
21099 (Info-isearch-search): Remove `condition-case'.
21100 (Info-isearch-wrap): Don't wrap when search failed during leaving
21101 the initial node. If `Info-isearch-search' is nil, wrap around
21102 the current node.
21103 (Info-isearch-start): New fun.
21104 (Info-mode): Add buffer-local hook `Info-isearch-start' to
21105 `isearch-mode-hook'.
21106
21107 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21108
21109 * simple.el (normal-erase-is-backspace): Set default to t if
21110 running on Mac.
21111
21112 * term/mac-win.el (function-key-map): Sync with x-win.el.
21113
21114 2005-03-15 Kenichi Handa <handa@m17n.org>
21115
21116 * international/mule-cmds.el (locale-language-names): Modify the
21117 format of elements and add more entries.
21118 (locale-preferred-coding-systems): Add more entries.
21119 (set-locale-environment): Adjust for the change of
21120 locale-language-names.
21121
21122 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
21123
21124 * pcvs.el (smerge-ediff): Remove bogus autoload.
21125
21126 2005-03-14 Lute Kamstra <lute@gnu.org>
21127
21128 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
21129 Ignore a `*' at the beginning of a line.
21130
21131 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
21132 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
21133 subr.el.
21134 (dont-compile, eval-when-compile, eval-and-compile): Use declare
21135 to specify indentation.
21136
21137 * generic.el (define-generic-mode): Let generic-mode-list be a
21138 list of strings; test membership with equal.
21139
21140 2005-03-14 Kim F. Storm <storm@cua.dk>
21141
21142 * simple.el (next-line, previous-line): Add optional try-vscroll
21143 arg to recognize interactive use. Pass it on to line-move.
21144 (line-move): Don't perform auto-window-vscroll when defining or
21145 executing keyboard macro to ensure consistent behavior.
21146
21147 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
21148
21149 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
21150
21151 2005-03-13 Lute Kamstra <lute@gnu.org>
21152
21153 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
21154 debugger-setup-buffer so that backtrace marks the frames set to
21155 debug-on-exit and we don't have to do it manually. Set an extra
21156 debug-on-exit for macro's.
21157 (debugger-setup-buffer): Don't mark the top frame manually.
21158
21159 2005-03-12 Lute Kamstra <lute@gnu.org>
21160
21161 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
21162 lisp-indent-function throughout.
21163 (with-no-warnings): Set lisp-indent-function property.
21164
21165 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
21166
21167 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
21168 Add entry for backslash.
21169
21170 2005-03-12 Juri Linkov <juri@jurta.org>
21171
21172 * info.el (Info-search): Four fixes for backward search.
21173
21174 2005-03-11 Jay Belanger <belanger@truman.edu>
21175
21176 * calc/calc.el (calc-language-alist): New variable.
21177 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
21178 (calc-embedded-find-modes): Use calc-language-alist instead of
21179 calc-embedded-language-alist.
21180
21181 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21182
21183 * calendar/calendar.el (calendar-redrawing): New internal
21184 variable.
21185 (redraw-calendar): Remove bogus save-excursion from previous
21186 change. Bind calendar-redrawing to t for mark-diary-entries.
21187 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
21188 calendar if that is why we were called.
21189
21190 2005-03-11 Kenichi Handa <handa@m17n.org>
21191
21192 * international/mule.el (make-coding-system): Set property
21193 coding-system-define-form to nil.
21194 (define-coding-system-alias): Likewise.
21195
21196 2005-03-11 Kenichi Handa <handa@m17n.org>
21197
21198 These changes are suggested by Dave Love <fx@gnu.org>.
21199
21200 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
21201 coding: tag.
21202 (adaptive-fill-regexp): Add more bullets.
21203 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
21204 regexps.
21205
21206 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
21207
21208 * help.el (describe-mode): Properly handle non-trivial lighters.
21209 Don't ignore minor modes that are not listed in minor-mode-list.
21210
21211 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
21212 feature ON when the user requests to turn it OFF.
21213
21214 2005-03-10 Lute Kamstra <lute@gnu.org>
21215
21216 * emacs-lisp/debug.el (debug-entry-code): Delete it.
21217 (implement-debug-on-entry): New function to replace debug-entry-code.
21218 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
21219 second argument as the 2005-03-07 change makes it obsolete.
21220 (debug-on-entry, cancel-debug-on-entry): Update call to
21221 debug-on-entry-1.
21222 (debug, debugger-setup-buffer): Comment update.
21223 (debugger-frame-number): Update to work with implement-debug-on-entry.
21224
21225 2005-03-10 Jay Belanger <belanger@truman.edu>
21226
21227 * calc/calc-embed.el (math-ms-args): Declare it.
21228 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
21229 math-ms-args.
21230 (calc-embedded-subst): Use math-multi-subst-rec to substitute
21231 variables.
21232
21233 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
21234
21235 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
21236 Use message-box.
21237
21238 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
21239 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
21240 (tooltip-gud-tips): Simplify.
21241 (tooltip-gud-tips-p): Remove superfluous :set.
21242 (tooltip-gud-modes): Add fortran-mode.
21243 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
21244
21245 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
21246
21247 2005-03-09 Kim F. Storm <storm@cua.dk>
21248
21249 * play/animate.el (animate-place-char): Use forward-line instead
21250 of next-line to improve performance.
21251
21252 2005-03-09 Simon Josefsson <jas@extundo.com>
21253
21254 * net/browse-url.el (browse-url-default-browser): Doc fix.
21255
21256 2005-03-09 Miles Bader <miles@gnu.org>
21257
21258 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
21259 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
21260
21261 2005-03-09 Kenichi Handa <handa@m17n.org>
21262
21263 * international/latin-1.el: Set case and syntax for 255 only if
21264 set-case-syntax-set-multibyte is nil.
21265
21266 * textmodes/ispell.el (ispell-insert-word): New function.
21267 (ispell-word): Use ispell-insert-word to insert a new word.
21268 (ispell-process-line): Likewise.
21269 (ispell-complete-word): Likewise.
21270
21271 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
21272
21273 * calendar/calendar.el (redraw-calendar): Preserve point.
21274 Reported by Matt Hodges <MPHodges@member.fsf.org>.
21275 (calendar-week-start-day): Move after definition of
21276 redraw-calendar. Delete buffer test, since redraw-calendar has
21277 that now.
21278
21279 * calendar/diary-lib.el (mark-diary-entries): Only call
21280 redraw-calendar in the first of any recursive calls.
21281 Reported by Alan Shutko <ats@acm.org>.
21282
21283 2005-03-08 Juri Linkov <juri@jurta.org>
21284
21285 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
21286 (html-horizontal-rule, html-line, html-image, html-checkboxes)
21287 (html-radio-buttons): Add a space before the trailing `/>' where
21288 sgml-xml-mode is non-nil.
21289 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
21290 the subsequent tag of the empty XML tag.
21291 (html-href-anchor): Don't set initial input to "http:".
21292 (html-image): Ask for the image URL and set point inside alt="".
21293 (html-name-anchor): Duplicate the name in the `id' attribute when
21294 sgml-xml-mode is non-nil.
21295 (html-paragraph): Remove \n before <p>.
21296 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
21297 instead of `checked' when sgml-xml-mode is non-nil.
21298
21299 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
21300 Remove 1 space before #RRGGBB to not truncate it on terminal
21301 windows w/o fringes. Remove 1 space between bg and fg examples
21302 to get more space.
21303 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
21304 avoid byte-compile warnings.
21305
21306 * image-file.el (image-file-handler): Put `safe-magic' property to
21307 `image-file-handler'.
21308
21309 * info.el (Info-isearch-search): Emulate word search in
21310 isearching through multiple Info nodes with Info-search.
21311 (Info-isearch-wrap): Allow isearch-word.
21312
21313 2005-03-08 Lute Kamstra <lute@gnu.org>
21314
21315 * emacs-lisp/debug.el (debugger-step-through): Make sure that
21316 stepping into the debugger's code is not possible.
21317 (debugger-jumping-flag): Docstring update.
21318
21319 2005-03-08 Jay Belanger <belanger@truman.edu>
21320
21321 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
21322 embedded mode begins.
21323 (calc-embedded-language-alist): New variable.
21324 (calc-embedded-find-modes): Use calc-embedded-language-alist to
21325 set default language mode.
21326
21327 2005-03-08 Kenichi Handa <handa@m17n.org>
21328
21329 * international/ccl.el (define-ccl-program): Fix docstring about
21330 extra 256 bytes assured for the output buffer.
21331
21332 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21333 Fix BUFFER_MAGNIFICATION to 2.
21334 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21335
21336 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
21337
21338 * align.el (align-rules-list): Added an alignment rule for CSS
21339 declarations (applies to css-mode and html-mode buffers).
21340
21341 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
21342
21343 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
21344
21345 2005-03-07 Kim F. Storm <storm@cua.dk>
21346
21347 * simple.el (move-beginning-of-line): New command.
21348
21349 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
21350
21351 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
21352
21353 * emulation/cua-base.el: Put CUA move property on move-end-of-line
21354 and move-beginning-of-line.
21355
21356 * apropos.el (apropos-print): Omit command from M-x ... RET.
21357
21358 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
21359
21360 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
21361 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
21362
21363 2005-03-06 Richard M. Stallman <rms@gnu.org>
21364
21365 * bindings.el (esc-map): Bind M-g to goto-line.
21366
21367 * facemenu.el (global-map): Bind M-o, not M-g.
21368
21369 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21370
21371 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
21372 "Open Directory" as for "Open File".
21373
21374 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
21375
21376 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
21377 (push-mark-command): Run activate-mark-hook.
21378
21379 2005-03-06 Richard M. Stallman <rms@gnu.org>
21380
21381 * help-mode.el (help-mode-finish): Don't alter the element
21382 in view-return-to-alist if there already is one.
21383
21384 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
21385 make sure the current buffer is the expected one.
21386
21387 * novice.el (disabled-command-function): Output in *Disabled Command*.
21388 Explicitly ignore non-keyboard events, and explicitly handle C-g.
21389
21390 * textmodes/flyspell.el (flyspell-large-region):
21391 Pass args differently for aspell.
21392
21393 * files.el (mode-require-final-newline): Doc fix.
21394
21395 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21396
21397 * progmodes/which-func.el (which-function):
21398 Specify NOERROR when calling imenu--make-index-alist.
21399
21400 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
21401
21402 * simple.el (normal-erase-is-backspace): Define default value.
21403
21404 * custom.el (custom-theme-set-variables): Remove unused var
21405 `immediate'.
21406 (custom-reevaluate-setting): Simple function to handle variables
21407 that are defined before their default value can really be
21408 computed.
21409
21410 * startup.el (command-line): Use it for temporary-file-directory,
21411 small-emporary-file-directory, auto-save-file-name-transforms,
21412 blink-cursor-mode, and normal-erase-is-backspace.
21413
21414 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
21415 progress, even with buggy anchored keywords.
21416
21417 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
21418
21419 * simple.el (goto-line): Remove unbalanced final parenthesis.
21420
21421 2005-03-05 Richard M. Stallman <rms@gnu.org>
21422
21423 * simple.el (goto-line): Use a number at point as the default.
21424 With C-u as arg, switch buffers.
21425
21426 2005-03-05 Juri Linkov <juri@jurta.org>
21427
21428 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
21429 with `no-blinking-cursor'.
21430
21431 * startup.el (no-blinking-cursor): New defvar.
21432 (command-line): Add `--no-blinking-cursor' to longopts.
21433 Set `no-blinking-cursor' to t for command line arguments
21434 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
21435 with `no-blinking-cursor' in the condition for calling
21436 `blink-cursor-mode'.
21437
21438 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
21439
21440 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
21441 (menu-bar-options-save): Add blink-cursor-mode.
21442 (menu-bar-options-menu): Add blink-cursor-mode.
21443
21444 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
21445
21446 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
21447 (icalendar-export-file, icalendar-export-region)
21448 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
21449 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
21450
21451 2005-03-04 Lute Kamstra <lute@gnu.org>
21452
21453 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
21454 (debug-function-list): Ditto.
21455
21456 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
21457
21458 * textmodes/texinfmt.el (texinfo-append-refill):
21459 Redefine the types of line to which @refill
21460 is not appended by replacing a search for `@refill\\|@bye' with
21461 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
21462 itemize@refill' bug and the unfilled long lines bug.
21463 (texinfmt-version): Update number and date.
21464
21465 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21466
21467 * international/code-pages.el (windows-1250, windows-125[2-8])
21468 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
21469
21470 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21471
21472 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
21473 bound yet.
21474
21475 2005-03-02 Romain Francoise <romain@orebokech.com>
21476
21477 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
21478 buffer after removing limits.
21479 (ibuffer-pop-filter): Ditto.
21480 Update copyright.
21481
21482 2005-03-02 Miles Bader <miles@gnu.org>
21483
21484 * button.el (make-text-button): If the user doesn't specify a
21485 type, use the default. Rewrite to use `add-text-properties' and
21486 plist functions.
21487
21488 2005-03-01 Lute Kamstra <lute@gnu.org>
21489
21490 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
21491 (debugger-jumping-flag): New var.
21492 (debug-entry-code): Use it.
21493 (debugger-jump): Use debugger-jumping-flag and add
21494 debugger-reenable to post-command-hook.
21495 (debugger-reenable): Use debugger-jumping-flag and remove itself
21496 from post-command-hook.
21497 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21498 debugger-reenable.
21499
21500 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
21501
21502 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21503 inclusion of "itemize\\|", which may be unnecessary, is certainly
21504 inelegant, and stops refilling in itemize lists when formatting
21505 Japanese Texinfo files to Info.
21506 Update copyright to 2005.
21507
21508 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
21509
21510 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21511 of an error if GDB can't find the source file.
21512
21513 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21514
21515 * calendar/calendar.el (redraw-calendar): Work from any buffer,
21516 not just the calendar.
21517
21518 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21519 first.
21520 (diary-redraw-calendar): New function.
21521 (make-diary-entry): Add diary-redraw-calendar to local
21522 write-contents-functions. Turn off selective display before
21523 inserting in diary.
21524
21525 2005-03-01 Kim F. Storm <storm@cua.dk>
21526
21527 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21528
21529 2005-03-01 Lute Kamstra <lute@gnu.org>
21530
21531 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21532 that debug-entry-code can be safely removed from a function while
21533 this code is being evaluated. Revert the 2005-02-27 change as the
21534 new implementation no longer requires it. Make sure that a
21535 function body containing just a string is not mistaken for a docstring.
21536 (debug): Skip one more frame in case of debug on entry.
21537 (debugger-setup-buffer): Delete one more frame line in case of
21538 debug on entry.
21539 (debugger-frame-number): Update to use the new text introduced by
21540 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21541
21542 2005-02-28 Kim F. Storm <storm@cua.dk>
21543
21544 * double.el (double-translate-key): Call force-window-update after
21545 read-event to avoid crash in redisplay.
21546
21547 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21548
21549 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21550 (debug): Use it. Move the inhibit-trace earlier.
21551 (debug-entry-code): New const.
21552 (debug-on-entry-1): Use it.
21553
21554 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21555
21556 * international/utf-16.el (ccl-encode-mule-utf-16le):
21557 Fix BUFFER_MAGNIFICATION to 2.
21558 (ccl-encode-mule-utf-16be): Likewise.
21559
21560 2005-02-28 Kenichi Handa <handa@m17n.org>
21561
21562 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21563 Fix BUFFER_MAGNIFICATION to 4.
21564 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21565
21566 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21567
21568 * speedbar.el (speedbar-update-flag): Doc fix.
21569 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21570 argument.
21571
21572 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21573
21574 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21575 have a non-nil `invisible' property but are actually visible.
21576
21577 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21578 for perldoc sections.
21579 (perl-outline-regexp, perl-outline-level): New var and function.
21580 (perl-mode): Use them.
21581
21582 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21583
21584 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21585 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21586
21587 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21588
21589 * cus-edit.el: Comment change.
21590 (custom-buffer-create-internal): Slightly reword text at top of
21591 Custom buffers. Mention there that saving an option edits the
21592 init file. Add link to Emacs manual node on `custom-file'.
21593 (custom-magic-alist): Rewrite individual State messages to use
21594 capitalized keywords. Doc fix.
21595
21596 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21597
21598 * calendar/calendar.el (calendar-buffer): Move above
21599 calendar-week-start-day.
21600 (calendar-week-start-day): Doc fix. Add :set function.
21601 (calendar-minimum-window-height): New variable.
21602 (generate-calendar-window): Only resize window if selected-window
21603 is displaying the calendar buffer. Use new variable
21604 calendar-minimum-window-height.
21605 (generate-calendar): Reword error message.
21606 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21607
21608 2005-02-27 Andreas Schwab <schwab@suse.de>
21609
21610 * vc.el (vc-do-command): Don't run command asynchronously when
21611 operating in a remote directory.
21612
21613 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21614 change from sync with Tramp 2.0.47.
21615
21616 2005-02-27 Richard M. Stallman <rms@gnu.org>
21617
21618 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21619
21620 * textmodes/flyspell.el (flyspell-mode-on):
21621 Call ispell-change-dictionary only if necessary.
21622
21623 * emacs-lisp/re-builder.el (regexp-builder): New function.
21624
21625 * register.el (describe-register-1): Explicitly handle
21626 yank-excluded-properties = t.
21627
21628 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21629 (custom-magic-alist): Change the status descriptions again.
21630 (face widget-type): Total rewrite based on `restricted-sexp'
21631 to eliminate the confusing double hiding levels.
21632
21633 * emacs-lisp/debug.el (debug-on-entry-1):
21634 If function body is empty, add nil as body form.
21635
21636 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21637
21638 * emacs-lisp/trace.el (inhibit-trace): New var.
21639 (trace-make-advice): Use it.
21640
21641 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21642
21643 2005-02-26 Kim F. Storm <storm@cua.dk>
21644
21645 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21646 (mouse-on-link-p, mouse-drag-region-1): Use it.
21647
21648 2005-02-25 Lute Kamstra <lute@gnu.org>
21649
21650 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21651
21652 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21653
21654 * frame.el (blink-cursor-mode): Add :group keyword.
21655
21656 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21657
21658 * calendar/icalendar.el (icalendar--decode-isodatetime):
21659 New optional argument DAY-SHIFT.
21660 (icalendar-export-region): Fix coding-system-for-write.
21661 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21662 events by one.
21663
21664 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21665
21666 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21667
21668 2005-02-24 Kim F. Storm <storm@cua.dk>
21669
21670 * international/iso-acc.el (iso-accents-compose): Fix crash
21671 during redisplay. Call force-window-update after read-event
21672 and delete-region to signal that window is not accurate.
21673
21674 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21675
21676 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21677 Remove unused and inexistent var `inhibit-trace'.
21678 (debugger-mode): Use run-mode-hooks.
21679 (debugger-list-functions): Add buttons; setup xref stack.
21680
21681 2005-02-23 Richard M. Stallman <rms@gnu.org>
21682
21683 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21684 appointment says it was explicitly made.
21685 (appt-add): Set the 3rd element.
21686 (appt-make-list): Preserve explicit appointments.
21687
21688 * subr.el (find-tag-default): Catch errors in forward-sexp.
21689
21690 2005-02-23 Juri Linkov <juri@jurta.org>
21691
21692 * info.el (Info-isearch-search): New defcustom.
21693 (Info-isearch-search): Call the default isearch function
21694 when Info-isearch-search is nil.
21695 (Info-isearch-wrap): Use variable Info-isearch-search.
21696
21697 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21698
21699 * cus-edit.el: Comment change.
21700
21701 2005-02-22 Kim F. Storm <storm@cua.dk>
21702
21703 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21704 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21705
21706 2005-02-22 Simon Josefsson <jas@extundo.com>
21707
21708 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21709 New variable.
21710 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21711 Oskarsson" <myrkraverk@users.sourceforget.net>.
21712
21713 2005-02-22 Kim F. Storm <storm@cua.dk>
21714
21715 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21716 check that window of that event is the selected window.
21717 (mouse-drag-region-1): Compare mouse event window to selected
21718 window before setting point.
21719
21720 * tooltip.el (tooltip-show-help-function): Pass event to
21721 mouse-on-link-p so it can check selected window.
21722
21723 2005-02-22 Kenichi Handa <handa@m17n.org>
21724
21725 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21726 (ps-mule-show-warning): New function.
21727 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21728 characters are found.
21729
21730 * ps-print.el (ps-header-footer-string): Return a list of header
21731 and footer strings.
21732
21733 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21734
21735 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21736
21737 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21738
21739 * frame.el (blink-cursor-mode): Use define-minor-mode.
21740
21741 * term/mac-win.el (function-key-map): Use char-names more consistently.
21742 (file-name-coding-system): Only set it for MacOS-9. The other case is
21743 already handled in mule-cmds.el (where it also works when mac-win.el
21744 is not used).
21745
21746 2005-02-21 Kenichi Handa <handa@m17n.org>
21747
21748 * international/mule.el (ctext-pre-write-conversion): Always use
21749 " *code-converting-work*" buffer for work.
21750
21751 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21752
21753 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21754
21755 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21756
21757 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21758
21759 * ses.el (undo-more): Restore defadvice, but only the part that
21760 allows changes outside the restricted area of the buffer.
21761
21762 2005-02-20 Kim F. Storm <storm@cua.dk>
21763
21764 * simple.el (line-move): Add fourth optional arg try-vscroll which
21765 must be set to perform auto-window-vscroll.
21766 When moving backwards and doing auto-window-vscroll, automatically
21767 vscroll to the last part of lines which are taller than the window.
21768 (next-line, previous-line): Set try-vscroll arg on line-move.
21769
21770 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21771
21772 * replace.el (query-replace, query-replace-regexp)
21773 (replace-string, replace-regexp): When operating on region, make
21774 the minibuffer prompt say so.
21775
21776 * isearch.el (isearch-forward): Document isearch-query-replace and
21777 isearch-query-replace-regexp keybindings.
21778
21779 2005-02-19 Jay Belanger <belanger@truman.edu>
21780
21781 * calc/calc-aent.el (math-read-token): Add local variable.
21782
21783 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21784 (calc-edit-top): Move declaration to earlier in file.
21785 (calc-edit-macro-repeats): Add local variables.
21786
21787 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21788 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21789 calcFunc-tanh.
21790 Adjust integration rule for calcFunc-tan.
21791
21792 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21793
21794 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21795 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21796 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21797 (viper-skip-separators): Bug fix.
21798 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21799 particular major mode.
21800 (viper-del-backward-char-in-replace): Don't put deleted char on the
21801 kill ring.
21802
21803 * viper-ex.el (viper-color-display-p): New function.
21804 (viper-has-face-support-p): Use viper-color-display-p.
21805
21806 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21807
21808 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21809
21810 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21811 (viper-file-remote-p): Make equivalent to file-remote-p.
21812
21813 * viper.el (viper-major-mode-modifier-list):
21814 Use viper-gnus-modifier-map.
21815
21816 2005-02-19 David Kastrup <dak@gnu.org>
21817
21818 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21819 quoting.
21820
21821 2005-02-19 Jay Belanger <belanger@truman.edu>
21822
21823 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21824 Remove extra definitions.
21825 (calc-coth): New function.
21826 (calcFunc-cot): Fix `let'.
21827
21828 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21829
21830 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21831 the reasons we use "type pc" in these faces.
21832
21833 * button.el (button): Ditto.
21834
21835 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21836
21837 * replace.el (query-replace-read-from): Set the value of
21838 query-replace-from-history-variable to handle the case of an empty
21839 string entered to accept the suggested default.
21840
21841 * net/tramp.el (tramp-file-name-for-operation):
21842 Use dired-call-process instead of dired-call-process-command.
21843
21844 2005-02-19 Jay Belanger <belanger@truman.edu>
21845
21846 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21847 (math-div-non-trig): New variables.
21848 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21849 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21850 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21851 trig expressions.
21852
21853 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21854
21855 * progmodes/gdb-ui.el (gdb-var-update-handler)
21856 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21857 for watch expressions,
21858 (gdb-var-create-handler): Don't set speedbar-update-flag.
21859 (gdb-post-prompt): Simplify test for speedbar.
21860
21861 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21862
21863 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21864 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21865 we use the syntax table of the correct buffer.
21866 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21867 Felix Gatzemeier.
21868
21869 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21870 (ediff-file-remote-p): Make synonymous with file-remote-p.
21871 In all deffaces ediff-*-face-*, use min-colors.
21872
21873 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21874 ediff-recurse-to-subdirectories.
21875 (ediff-mark-if-equal): Check that the arguments are strings, use
21876 ediff-same-contents (after to Felix Gatzemeier).
21877
21878 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21879 nil.
21880
21881 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21882
21883 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21884
21885 2005-02-18 David Kastrup <dak@gnu.org>
21886
21887 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21888 use `mark-active' when defined.
21889
21890 2005-02-18 Kenichi Handa <handa@m17n.org>
21891
21892 * ps-print.el (ps-font-info-database): New entry
21893 ZapfChancery-MediumItalic with correct font name. Fix font name
21894 of the entry Zapf-Chancery-MediumItalic.
21895
21896 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21897
21898 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21899
21900 2005-02-16 Kim F. Storm <storm@cua.dk>
21901
21902 * ido.el (ido-fallback-command): Pass user input to fallback command.
21903
21904 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21905
21906 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21907 (gdb-find-file-hook): Add server prefix.
21908
21909 2005-02-16 Richard M. Stallman <rms@gnu.org>
21910
21911 * replace.el (perform-replace): Pass new args to replace-highlight.
21912 (replace-highlight): Take region args,
21913 and pass them to isearch-lazy-highlight-new-loop.
21914
21915 * novice.el (disabled-command-hook): Autoload the defalias
21916 and the make-obsolete-variable call.
21917
21918 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21919
21920 * isearch.el (isearch-lazy-highlight-start-limit)
21921 (isearch-lazy-highlight-end-limit): New variables limit
21922 the region for highlighting.
21923 (isearch-lazy-highlight-new-loop): New args BEG and END.
21924 (isearch-lazy-highlight-search): Use the new vars.
21925 (isearch-lazy-highlight-update): Likewise.
21926
21927 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21928
21929 * cus-start.el (all): Use default-boundp.
21930
21931 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21932
21933 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21934
21935 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21936
21937 * autorevert.el (auto-revert-stop-on-user-input)
21938 (auto-revert-verbose): Doc fixes.
21939
21940 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21941
21942 * international/mule-cmds.el (set-locale-environment): Remove call
21943 to set-selection-coding-system on Windows.
21944
21945 2005-02-15 Jay Belanger <belanger@truman.edu>
21946
21947 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21948 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21949 calcFunc-coth.
21950 (math-simplify-sqrt): Add simplifications.
21951
21952 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21953 to list.
21954
21955 * calc/calc-ext.el: Add functions to autoloads.
21956
21957 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21958 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21959 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21960 (math-csc-raw, math-cot-raw): New functions.
21961
21962 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21963
21964 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21965 the variable name in a message.
21966
21967 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21968 calcFunc-csc, calcFunc-cot.
21969
21970 * calc/calcalg2.el: Add derivative and integration rules for
21971 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21972 calcFunc-csch, calcFunc-coth.
21973 (math-do-integral-methods): Add to checks for when to use
21974 substitutions.
21975
21976 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21977
21978 2005-02-15 Lute Kamstra <lute@gnu.org>
21979
21980 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21981 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21982 <monnier@iro.umontreal.ca>
21983 (lisp-outline-level): Improve efficiency. Suggested by David
21984 Kastrup <dak@gnu.org>.
21985
21986 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21987
21988 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21989 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21990 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21991 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21992 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21993
21994 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21995
21996 * cus-start.el (all): Comment change.
21997
21998 2005-02-14 Lute Kamstra <lute@gnu.org>
21999
22000 * cus-start.el (all): Check if symbol is void.
22001
22002 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
22003
22004 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
22005 optional argument to \cite.
22006
22007 2005-02-14 Richard M. Stallman <rms@gnu.org>
22008
22009 * cus-edit.el (custom-buffer-create-internal): Update help message.
22010 (custom-magic-alist): Update help messages.
22011
22012 * cus-start.el (all): Allow a var to specify a standard value.
22013
22014 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
22015
22016 * custom.el (custom-theme-set-variables): Handle variable aliases.
22017
22018 * frame.el (blink-cursor-timer): Doc fix.
22019 (blink-cursor): Make it an alias for `blink-cursor-mode' and
22020 declare obsolete.
22021 (blink-cursor-mode): Define with defcustom and use correct
22022 standard expression in that defcustom.
22023 * startup.el (command-line): Adapt to above changes in frame.el.
22024
22025 2005-02-11 Lute Kamstra <lute@gnu.org>
22026
22027 * apropos.el (apropos-score-doc): Prevent division by zero.
22028
22029 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
22030
22031 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
22032 (icalendar--get-event-property-attributes)
22033 (icalendar--get-event-properties)
22034 (icalendar--datetime-to-diary-date): New functions.
22035 (icalendar--split-value): Doc fix.
22036 (icalendar--datetime-to-noneuropean-date)
22037 (icalendar--datetime-to-european-date): New optional argument
22038 SEPARATOR. Return result as a string instead of a list.
22039 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
22040 (icalendar--convert-string-for-export): Rename arg S to STRING.
22041 (icalendar-export-region): Doc fix. Change name of error buffer.
22042 Save output buffer.
22043 (icalendar-import-file): Add blank at end of prompt.
22044 (icalendar-import-buffer): Doc fix. Do not switch to error
22045 buffer. Indicate status in return value.
22046 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
22047 buffer. Save output buffer. Handle exception from recurrence
22048 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
22049 events. Fix problems with weekly all-day events.
22050
22051 2005-02-10 Richard M. Stallman <rms@gnu.org>
22052
22053 * simple.el (eval-expression-print-format):
22054 Avoid warning about edebug-active.
22055
22056 * help.el (help-for-help-internal): Rename from help-for-help.
22057 (help-for-help): Define with defalias.
22058
22059 * font-core.el (font-lock-default-function): Use with-no-warnings.
22060
22061 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
22062
22063 * custom.el (defface): Doc fix.
22064
22065 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
22066
22067 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
22068 width 0" to prevent word wrapping problems.
22069
22070 2005-02-09 Kim F. Storm <storm@cua.dk>
22071
22072 * ido.el (ido-file-extensions-order): New defcustom.
22073 (ido-file-extension-lessp, ido-file-extension-aux)
22074 (ido-file-extension-order): New advanced file ordering.
22075 (ido-file-lessp): New simple file ordering.
22076 (ido-sort-list): Remove.
22077 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
22078 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
22079
22080 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
22081
22082 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
22083 that some versions of grep produce.
22084 (grep-mode-font-lock-keywords): Likewise.
22085
22086 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
22087
22088 * progmodes/gdb-ui.el (gdb-location-list): New variable.
22089 (gdb-cdir): Delete.
22090 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
22091 (gdb-source-info): Treat case when source file is in another
22092 directory properly.
22093 (gdb-get-location): New function.
22094
22095 2005-02-07 Jay Belanger <belanger@truman.edu>
22096
22097 * calc/calc-prog.el (calc-write-parse-table-part)
22098 (calc-fix-token-name): Fix a check for language type.
22099
22100 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
22101
22102 2005-02-07 Andre Spiegel <spiegel@gnu.org>
22103
22104 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
22105 as directory not writable.
22106
22107 2005-02-07 Kim F. Storm <storm@cua.dk>
22108
22109 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
22110 (cua--standard-movement-commands): Remove list.
22111 Instead, set CUA property value to move for movement commands.
22112 (cua-movement-commands): Remove. Users must set CUA prop instead.
22113 (cua--pre-command-handler): Check CUA property.
22114 (cua--init-keymaps): Don't remap undo commands.
22115 (cua-mode): Don't call cua--rectangle-on-off.
22116
22117 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
22118 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
22119 (cua--rect-undo-set-point): New var.
22120 (cua--rectangle-undo-boundary): Setup undo apply entry.
22121 (cua--rect-undo-handler): New function for rectangle undo.
22122 (cua--rect-start-position, cua--rect-end-position): Add.
22123 (cua--rectangle-post-command): Call cua--rectangle-set-corners
22124 for restored rectangle. Set point if cua--rect-undo-set-point.
22125
22126 2005-02-06 Jay Belanger <belanger@truman.edu>
22127
22128 * calc/calc-lang.el (calc-tex-language): Display more information
22129 in messages.
22130
22131 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
22132 in TeX mode.
22133
22134 2005-02-06 Richard M. Stallman <rms@gnu.org>
22135
22136 * emacs-lisp/lisp.el (buffer-end): Doc fix.
22137
22138 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
22139
22140 * net/ldap.el (ldap-search-internal): Support attributes with
22141 optional descriptions separated by a semi-colon, as in
22142 "userCertificate;binary".
22143
22144 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22145
22146 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
22147 isn't a cons (i.e. the version is 0).
22148
22149 2005-02-05 Eli Zaretskii <eliz@gnu.org>
22150
22151 * help.el (help-for-help): Doc fix.
22152
22153 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
22154
22155 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
22156 GDB-Windows on the menu-bar as this works better.
22157
22158 2005-02-04 Jay Belanger <belanger@truman.edu>
22159
22160 * calc/calc-embed.el (calc-embedded-update): Don't put in
22161 unnecessary newlines. Adjust the end of formula marker.
22162
22163 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
22164 (math-latex-parse-two-args): New function.
22165
22166 2005-02-03 Lute Kamstra <lute@gnu.org>
22167
22168 * help-fns.el (help-with-tutorial): Make sure that users cannot
22169 remove the entire text of the tutorial by means of `undo'.
22170
22171 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
22172
22173 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
22174 in recent changes, where the ispell process was repeatedly
22175 killed & restarted.
22176
22177 * international/mule-cmds.el (set-locale-environment): Set file-name
22178 coding system to utf-8 on Darwin systems.
22179 (set-default-coding-systems): Don't set default-file-name-coding-system
22180 on Darwin systems.
22181
22182 2005-02-03 Richard M. Stallman <rms@gnu.org>
22183
22184 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
22185
22186 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
22187
22188 * faces.el (list-faces-display): Add optional argument.
22189
22190 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
22191
22192 * font-core.el (font-lock-default-function): Handle the rare case where
22193 only font-lock-keywords is set.
22194
22195 2005-02-02 Kenichi Handa <handa@m17n.org>
22196
22197 * international/characters.el: Cancel previous change for
22198 I-WITH-DOT-ABOVE and DOTLESS-i.
22199
22200 * international/latin-5.el: Cancel previous change.
22201
22202 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
22203
22204 * progmodes/gud.el: Correction to syntax in gud-menu-map.
22205
22206 2005-02-02 Kenichi Handa <handa@m17n.org>
22207
22208 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
22209 DOTLESS-i.
22210
22211 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
22212 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
22213
22214 * case-table.el (get-upcase-table): New function.
22215 (copy-case-table): Copy upcaes table too if non-nil.
22216 (set-case-syntax-delims): Maintain upcase table too.
22217 (set-case-syntax-pair): Likewise.
22218 (set-upcase-syntax, set-downcase-syntax): New functions.
22219 (set-case-syntax): Maintain upcase table too.
22220
22221 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
22222
22223 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
22224
22225 * progmodes/gud.el (gud-goto-info): New function.
22226 (gud-tool-bar-map): Use correct icon.
22227
22228 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
22229
22230 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
22231 When delegating, order args in the funcall correctly.
22232
22233 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
22234
22235 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
22236
22237 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
22238
22239 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
22240 buffer not visiting a file.
22241
22242 2005-01-31 Jay Belanger <belanger@truman.edu>
22243
22244 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
22245 bound on the line with the formula.
22246
22247 2005-01-31 Kim F. Storm <storm@cua.dk>
22248
22249 * ses.el (ses-create-cell-variable-range)
22250 (ses-destroy-cell-variable-range, ses-reset-header-string)
22251 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
22252 (ses-insert-row): Fix format of apply undo entries.
22253
22254 2005-01-31 Jay Belanger <belanger@truman.edu>
22255
22256 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
22257 parts.
22258
22259 * calc/calc-embed.el (calc-embedded-open-formula)
22260 (calc-embedded-close-formula): Ignore matrix environments.
22261
22262 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
22263 TeX mode.
22264
22265 * calc/calc-lang.el (math-function-table, math-oper-table)
22266 (math-variable-table): Adjust the LaTeX portions.
22267
22268 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
22269 (math-latex-ignore-words): New constant.
22270
22271 2005-01-31 Richard M. Stallman <rms@gnu.org>
22272
22273 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
22274 (ispell-local-dictionary): Doc fix.
22275 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
22276 Don't reinitialize at run time. Don't defcustom.
22277 All uses changed to append ispell-local-dictionary-alist,
22278 or check it first.
22279 (ispell-current-dictionary): New variable for dictionary in use.
22280 (ispell-dictionary): Now used only for global default.
22281 (ispell-start-process): Set ispell-current-dictionary,
22282 not ispell-dictionary.
22283 (ispell-change-dictionary): Use this only for setting
22284 user preferences.
22285 (ispell-internal-change-dictionary): New function
22286 to change the current dictionary in use.
22287 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
22288 Use ispell-current-dictionary.
22289 Handle ispell-local-dictionary-overridden.
22290 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
22291
22292 2005-01-31 Jay Belanger <belanger@truman.edu>
22293
22294 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
22295
22296 * calc/calc-ext.el: Add calc-latex-language to autoloads.
22297 (calc-mode-map): Add calc-latex-language.
22298
22299 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
22300 (math-latex-print-frac): New functions.
22301 (math-oper-table, math-function-table, math-variable-table)
22302 (math-complex-format, math-input-filter): Add latex properties.
22303 (calc-set-language): Set math-expr-special-function-mapping.
22304
22305 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
22306 (calc-write-parse-table-part): Add LaTeX support.
22307
22308 * calc/calc.el (calc-language): Adjust docstring.
22309 (calc-set-mode-line): Add LaTeX support.
22310 (math-expr-special-function-mapping): New variable.
22311 (math-tex-ignore-words): Add to list.
22312
22313 * calc/calccomp.el (math-compose-expr, math-compose-rows):
22314 Add LaTeX support.
22315 (math-compose-expr): Add support for special functions.
22316
22317 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
22318
22319 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
22320
22321 * progmodes/gdb-ui.el (gdb-memory-address)
22322 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
22323 (gdb-memory-mode-map, gdb-memory-format-keymap)
22324 (gdb-memory-format-menu, gdb-memory-unit-keymap)
22325 (gdb-memory-unit-menu): New variables for a buffer
22326 that lets the user examine program memory.
22327 (gdb-memory-set-address, gdb-memory-set-repeat-count)
22328 (gdb-memory-format-binary, gdb-memory-format-octal)
22329 (gdb-memory-format-unsigned, gdb-memory-format-signed)
22330 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
22331 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
22332 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22333 (gdb-memory-unit-byte, gdb-memory-unit-menu)
22334 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
22335 (gdb-memory-mode, gdb-memory-buffer-name)
22336 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
22337 New functions for above buffer.
22338
22339 2005-01-30 Richard M. Stallman <rms@gnu.org>
22340
22341 * cus-edit.el (custom-bury-buffer): Function deleted.
22342 (custom-buffer-done-function): Option deleted.
22343 (custom-buffer-done-kill): New replacement option.
22344 (Custom-buffer-done): Call quit-window.
22345 (custom-buffer-create-internal): Update for above changes.
22346
22347 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
22348
22349 * simple.el (undo-ask-before-discard): New var.
22350 (undo-outer-limit-truncate): Implement it.
22351 (undo-extra-outer-limit): Doc update.
22352
22353 2005-01-29 Richard M. Stallman <rms@gnu.org>
22354
22355 * ses.el (undo-more): Delete defadvice.
22356 (ses-begin-change): Doc fix.
22357
22358 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
22359 instead of rebinding C-x u and C-_.
22360
22361 * files.el (normal-backup-enable-predicate): Return nil for files
22362 in /tmp, regardless of temporary-file-directory.
22363
22364 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
22365
22366 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
22367 (open-rectangle, delete-whitespace-rectangle-line)
22368 (clear-rectangle-line): If FILL, pass t instead of FILL
22369 for move-to-column's 2nd arg.
22370
22371 * simple.el (undo): Fix the test for continuing a series of undos.
22372 (undo-more): Set pending-undo-list to t when we reach end.
22373 (pending-undo-list): Move up defvar.
22374
22375 * wid-edit.el (widget-button-click):
22376 Shorten the range of the track-mouse binding.
22377
22378 * comint.el (comint-insert-input): Undo previous changes;
22379 use last-input-event in interactive spec.
22380
22381 2005-01-29 Eli Zaretskii <eliz@gnu.org>
22382
22383 * progmodes/compile.el (compilation-start): Bind buffer-read-only
22384 to nil before invoking call-process. Reset buffer's modified flag
22385 after fontifying it in the no-async branch.
22386
22387 * wid-edit.el (widget-specify-button): If mouse pointer shape
22388 cannot be changed, use mouse face instead.
22389
22390 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
22391
22392 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22393 (gdb-goto-breakpoint): Make breakpoint handling work on template
22394 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
22395 (gdb-assembler-custom): Update to recognize breakpoint information
22396 added on 2005-01-19.
22397
22398 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
22399
22400 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
22401 (dsssl-mode): Use define-derived-mode.
22402 (scheme-mode-initialize): Remove.
22403 (scheme-mode): Use run-mode-hooks.
22404
22405 * cus-edit.el (customize-group-other-window)
22406 (custom-buffer-create-other-window): Don't override special-display-*.
22407 (custom-mode-map): Make it dense.
22408
22409 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
22410 sets the default value.
22411
22412 2005-01-28 Eli Zaretskii <eliz@gnu.org>
22413
22414 * descr-text.el: Add more keywords.
22415
22416 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
22417
22418 * speedbar.el: Avoid unnecessary use of locate-library.
22419
22420 * international/mule-cmds.el (standard-display-european-internal):
22421 Don't fiddle with latin-1 non-break space any more since it's now
22422 special cased in the C code.
22423 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
22424
22425 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
22426
22427 * cus-start.el (all): Add `undo-outer-limit'.
22428
22429 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22430
22431 * textmodes/bibtex.el (bibtex-format-entry):
22432 Use `bibtex-empty-field-re' only on the text of fields, not on entire
22433 field lines.
22434 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
22435 not on part of a buffer.
22436
22437 2005-01-25 Lute Kamstra <lute@gnu.org>
22438
22439 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
22440 nonempty field text strings like "{letters\\macro{}more letters}".
22441 Clarify docstring.
22442 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
22443 (bibtex-entry-offset, bibtex-parse-association)
22444 (bibtex-parse-field-name): Fix typos in docstrings.
22445 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
22446
22447 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
22448
22449 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
22450 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
22451 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
22452 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
22453
22454 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
22455 isearch minor mode.
22456
22457 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
22458
22459 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
22460
22461 2005-01-24 Lute Kamstra <lute@gnu.org>
22462
22463 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
22464 CASECHARS and NOT-CASECHARS regular expressions of the
22465 "nederlands" and "nederlands8" dictionaries to prevent a "Range
22466 striding over charsets" error.
22467
22468 2005-01-24 Jay Belanger <belanger@truman.edu>
22469
22470 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
22471 display variable name.
22472
22473 2005-01-24 Kenichi Handa <handa@m17n.org>
22474
22475 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
22476 Fix setting of the element of encoded-kbd-iso2022-invocations.
22477
22478 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
22479
22480 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22481 (gdb-threads-select): Change to also accept mouse events.
22482 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
22483 (gdb-threads-mouse-select): Delete.
22484
22485 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
22486
22487 * files.el (insert-directory): Take care of empty directory,
22488 listed without -a switch.
22489
22490 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
22491
22492 * textmodes/refill.el (refill-post-command-function):
22493 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
22494 to the list of functions that we should be careful not to undo.
22495 (refill-late-fill-paragraph-function): Remove.
22496 (refill-saved-state): New var.
22497 (refill-mode): Use it to save fill-paragraph-function.
22498 Save also the value of auto-fill-function.
22499
22500 * term/w32-win.el: Simplify code.
22501
22502 2005-01-23 Kim F. Storm <storm@cua.dk>
22503
22504 * simple.el (line-move): Adapt to new return value from
22505 pos-visible-in-window-p.
22506
22507 * simple.el (line-move): Fix last change. Check partial
22508 visibility at point rather than at window-start.
22509
22510 2005-01-22 Jason Rumney <jasonr@gnu.org>
22511
22512 * term/w32-win.el (xw-defined-colors): Remove debug-message.
22513
22514 2005-01-22 David Kastrup <dak@gnu.org>
22515
22516 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22517
22518 2005-01-22 Eli Zaretskii <eliz@gnu.org>
22519
22520 * type-break.el (type-break-mode): Add a test for
22521 type-break-file-name being non-nil.
22522
22523 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
22524
22525 * net/eudc.el (top level): Call (message "") via progn, so that
22526 eudc-options-file is loaded.
22527
22528 2005-01-22 Kim F. Storm <storm@cua.dk>
22529
22530 * simple.el (line-move-1): Rename from line-move.
22531 (line-move): New function that adjusts vscroll for partially
22532 visible rows, and calls line-move-1 otherwise.
22533
22534 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22535
22536 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22537 since it's not a complete read-event implementation
22538
22539 2005-01-20 Jay Belanger <belanger@truman.edu>
22540
22541 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22542 for called function.
22543
22544 2005-01-20 Steven Tamm <steventamm@mac.com>
22545
22546 * term/mac-win.el (process-connection-type): Remove.
22547 Controlled now by s/darwin.h:PTY_ITERATION.
22548
22549 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22550
22551 * window.el (handle-select-window): Don't switch window when we're
22552 in the minibuffer.
22553
22554 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22555
22556 * subr.el (dotimes-with-progress-reporter): New macro.
22557
22558 * ses.el (ses-dotimes-msg): Remove macro.
22559 Use `dotimes-with-progress-reporter' instead.
22560
22561 2005-01-19 Steven Tamm <steventamm@mac.com>
22562
22563 * term/mac-win.el (process-connection-type): Use new
22564 operating-system-release variable to use ptys on Darwin 7 (OS X
22565 10.3) when using carbon build.
22566
22567 2005-01-19 Jay Belanger <belanger@truman.edu>
22568
22569 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22570 flags if the last command was a tab or M-tab.
22571
22572 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22573 in formula editing buffer.
22574
22575 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22576
22577 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22578 breakpoint image symbol in margin.
22579
22580 2005-01-19 Jay Belanger <belanger@truman.edu>
22581
22582 * calc/calc-prog.el (calc-execute-kbd-macro):
22583 Ignore calc-keep-arg-flag.
22584
22585 2005-01-19 Kenichi Handa <handa@m17n.org>
22586
22587 * textmodes/ispell.el (ispell-looking-at): New function.
22588 (ispell-process-line): Use ispell-looking-at to compare the ispell
22589 output and the buffer contents.
22590
22591 2005-01-18 Jay Belanger <belanger@truman.edu>
22592
22593 * calc/calc.el (calc-display-raw): Fix docstring.
22594
22595 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22596
22597 * simple.el (blink-matching-open): Strip extra info from syntax.
22598
22599 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22600 funny chars in the end-of-here-doc marker.
22601
22602 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22603
22604 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22605 that enable/disabled state of breakpoints is shown correctly in
22606 fringe and on ttys.
22607 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22608 Add breakpoint information as text properties.
22609 (gdb-mouse-toggle-breakpoint):
22610 Rename to gdb-mouse-set-clear-breakpoint.
22611 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22612 breakpoints in the margin.
22613 (gdb-remove-strings): Simplify.
22614
22615 2005-01-17 Jay Belanger <belanger@truman.edu>
22616
22617 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22618 erasing buffer.
22619
22620 2005-01-17 Richard M. Stallman <rms@gnu.org>
22621
22622 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22623 for calling grep-compute-defaults.
22624
22625 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22626 if buffer is empty.
22627
22628 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22629
22630 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22631
22632 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22633
22634 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22635 non-preloaded variables.
22636
22637 2005-01-17 Steven Tamm <steventamm@mac.com>
22638
22639 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22640 tex-shell cause to force interactivity when using pipes.
22641
22642 2005-01-17 Kim F. Storm <storm@cua.dk>
22643
22644 * simple.el (just-one-space): Make arg optional.
22645
22646 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22647
22648 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22649 posn-at-x-y to t to access left-margin.
22650
22651 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22652
22653 Sync with Tramp 2.0.47.
22654
22655 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22656 catching keep-date problems in cp/scp operations.
22657 (tramp-handle-copy-file): Don't call `set-file-modes'
22658 unconditionally. Specialized functions should know better what is
22659 necessary. This improves performance a little bit, and the
22660 functions could catch errors with `cp -p' and `scp -p'.
22661 (tramp-do-copy-or-rename-file-via-buffer)
22662 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22663 when appropriate.
22664 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22665 Call `set-file-modes' when appropriate.
22666 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22667 Johnsson <isak@hypergene.com>
22668 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22669 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22670 <joakim@verona.se>
22671 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22672 Emacs only.
22673
22674 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22675 `find-file-hooks' and `dired-mode-hook'.
22676 (tramp-minor-mode-map): Respective map. Add remapping for
22677 `compile' and `recompile'.
22678 (tramp-remap-command, tramp-recompile): New defuns.
22679 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22680 in buffer "*Compilation*". Call the commands asynchronously.
22681
22682 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22683 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22684 `shell-command', because it isn't magic in XEmacs. Reported by
22685 Adrian Aichner <adrian@xemacs.org>.
22686
22687 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22688 `substitute-in-file-name.
22689 (tramp-smb-handle-substitute-in-file-name): New defun.
22690 (tramp-smb-advice-PC-do-completion): Delete advice.
22691
22692 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22693
22694 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22695 Fix error in deleting region.
22696
22697 2005-01-15 Richard M. Stallman <rms@gnu.org>
22698
22699 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22700 In non-temp buffer, switch syntax table temporarily.
22701
22702 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22703
22704 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22705
22706 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22707
22708 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22709 (imenu--generic-function): Use START, not BEG, as pos of definition.
22710
22711 * simple.el (just-one-space): Argument specifies number of spaces.
22712
22713 * simple.el (eval-expression-print-format): Avoid warning
22714 about edebug-active.
22715
22716 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22717
22718 * progmodes/sh-script.el: Code copied from make-mode.el
22719 with small changes,
22720 (sh-mode-map): Bind C-c C-\.
22721 (sh-backslash-column, sh-backslash-align): New variables.
22722 (sh-backslash-region, sh-append-backslash): New functions.
22723
22724 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22725
22726 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22727 (rmail-pop-password, rmail-pop-password-required): Move to
22728 rmail-obsolete group.
22729 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22730 All callers updated.
22731 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22732 Take an argument specifying whether it is POP or IMAP mailbox we
22733 are using. All callers updated.
22734 (rmail-pop-password-error): Rename to
22735 rmail-remote-password-error. Added mailutils-specific error message.
22736 (rmail-movemail-search-path)
22737 (rmail-movemail-variant-in-use): New variables.
22738 (rmail-remote-password, rmail-remote-password-required):
22739 New customization variables.
22740 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22741 (rmail-parse-url): New function.
22742 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22743 with GNU mailutils movemail.
22744
22745 2005-01-15 Kevin Ryde <user42@zip.com.au>
22746
22747 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22748 suffix to space, $ or '$, to correctly position point when going
22749 to @table style constants like DBL_MAX.
22750
22751 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22752
22753 * type-break.el (type-break-mode, type-break-file-time)
22754 (type-break-file-keystroke-count, type-break-choose-file):
22755 Don't store data in or load data from the file if type-break-file-name
22756 is nil.
22757 (type-break-file-name): Doc update as per the above.
22758
22759 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22760
22761 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22762 lookup-key might return nil; handle that.
22763
22764 2005-01-15 Alan Mackenzie <acm@muc.de>
22765
22766 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22767 rather than the element found, thus enabling the tree to be setcar'd.
22768
22769 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22770
22771 * textmodes/org.el (org-show-following-heading): New option.
22772 (org-show-hierarchy-above): Use `org-show-following-heading'.
22773 (org-cycle): Documentation fix.
22774
22775 * textmodes/org.el (orgtbl-optimized): New option
22776 (orgtbl-mode): New command, a minor mode.
22777 (orgtbl-mode-map): New variable.
22778 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22779 (orgtbl-error, orgtbl-self-insert-command)
22780 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22781
22782 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22783 a local variable in each org-mode buffer.
22784
22785 * textmodes/org.el (org-set-regexps-and-options): Rename from
22786 `org-set-regexps'. Added checking for STARTUP keyword.
22787 (org-get-current-options): Add STARTUP options.
22788 (org-table-insert-row): Make mode intelligent about when
22789 realignment is needed.
22790 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22791 New commands.
22792 (org-enable-table-editor): New default value `optimized'.
22793 (org-table-blank-field): Support blanking regions if active.
22794
22795 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22796
22797 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22798 if the year is not given.
22799
22800 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22801 Add new escapes %m and %M, fixed bug with %F by adding
22802 save-match-data.
22803 (reftex-reference): Remove ?. from list of spaces.
22804 (reftex-label-info): Add automatic label prefix recognition.
22805
22806 * textmodes/reftex-index.el (reftex-index-next-phrase):
22807 Add slave parameter to call of `reftex-index-this-phrase'.
22808 (reftex-index-this-phrase): New optional argument.
22809 (reftex-index-region-phrases): Add slave parameter to call of
22810 `reftex-index-this-phrase'.
22811 (reftex-display-index): New argument redo.
22812 (reftex-index-rescan): Add `redo' to arguments of
22813 `reftex-display-index'.
22814 (reftex-index-Rescan, reftex-index-revert)
22815 (reftex-index-switch-index-tag): Add `redo' to arguments of
22816 `reftex-display-index'.
22817 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22818 indexing. Fix bug with matching is there is a quote before or
22819 after the word.
22820
22821 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22822 Fix bug when collecting citation keys in lines with comments.
22823 (reftex-citation): Prefix argument no longer rescans the document,
22824 but forces prompting for optional arguments of cite macros.
22825 (reftex-do-citation): Prompting for optional arguments implemented.
22826
22827 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22828 Add optional arguments to most cite commands.
22829 (reftex-cite-cleanup-optional-args): New option
22830 (reftex-cite-prompt-optional-args): New option.
22831 (reftex-trust-label-prefix): New option.
22832
22833 * textmodes/reftex-toc.el (reftex-toc-find-section):
22834 Add push-mark before changing the position in the buffer.
22835
22836 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22837 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22838
22839 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22840
22841 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22842 more carefully.
22843
22844 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22845
22846 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22847 (sgml-mode): Use it.
22848 (sgml-get-context): Better keep track of implicitly closed tags.
22849
22850 2005-01-13 Kenichi Handa <handa@m17n.org>
22851
22852 * textmodes/ispell.el: These changes are to fix misalignment error
22853 caused by equivalent characters of different Emacs charsets.
22854 (ispell-unified-chars-table): New variable.
22855 (ispell-get-decoded-string): New function.
22856 (ispell-get-casechars, ispell-get-not-casechars)
22857 (ispell-get-otherchars): Call ispell-get-decoded-string.
22858
22859 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22860
22861 * custom.el (custom-declare-variable): Just put symbol instead
22862 of (defvar . symbol) in `current-load-list'.
22863
22864 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22865
22866 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22867
22868 2005-01-12 Jay Belanger <belanger@truman.edu>
22869
22870 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22871 to create a Calc summary.
22872
22873 2005-01-12 Kim F. Storm <storm@cua.dk>
22874
22875 * mouse.el (mouse-on-link-p): Change functionality and doc
22876 string to comply with latest description in lisp ref.
22877
22878 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22879
22880 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22881 Enable mouse clicks on mode-line, header-line and margin.
22882 (event-type): Give mouse event symbols an `event-kind' property
22883 with value `mouse-click'.
22884
22885 2005-01-12 Juri Linkov <juri@jurta.org>
22886
22887 * facemenu.el (list-colors-display): Add new arg buffer-name.
22888 Use it. Fix docstring. Replace code for identifying duplicate
22889 colors by the name with call to `list-colors-duplicates' which
22890 identifies duplicate colors by the value unless the color
22891 is one of special Windows colors. Set truncate-lines to t.
22892 Print sorted duplicate color names on each line. Indent to 22
22893 \(the longest color name in rgb.txt) instead of 20. Optimize.
22894 (list-colors-duplicates): New function.
22895 (facemenu-color-name-equal): Delete function.
22896
22897 * facemenu.el (list-colors-print): New function created from code
22898 in list-colors-display. Print #RRGGBB at the window right edge.
22899 (list-colors-display): When temp-buffer-show-function is not
22900 defined, call list-colors-print from temp-buffer-show-hook
22901 to get the right value of window-width in list-colors-print
22902 after the buffer is displayed.
22903
22904 * simple.el (pop-mark): Move deactivate-mark out of conditional
22905 part to deactivate the active mark regardless of the state of the
22906 mark ring.
22907
22908 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22909 variables line in desktop files.
22910
22911 2005-01-12 Juri Linkov <juri@jurta.org>
22912
22913 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22914 Bring together isearch highlight related options.
22915 (lazy-highlight): Replace group `replace' by `matching'.
22916 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22917 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22918 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22919 and declare them obsolete.
22920 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22921 (isearch-faces): Remove defgroup.
22922 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22923 Move isearch highlighting code closer to lazy highlighting code.
22924
22925 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22926 (query-replace-highlight, query-replace-lazy-highlight)
22927 (query-replace): Move definitions to the beginning of the file.
22928
22929 2005-01-11 Juri Linkov <juri@jurta.org>
22930
22931 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22932 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22933 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22934
22935 * info.el (Info-history-forward): New variable.
22936 (Info-select-node): Reset Info-history-forward to nil.
22937 (Info-last): Turn into defalias.
22938 (Info-history-back): Rename from Info-last.
22939 Add current node to Info-history-forward.
22940 (Info-history-forward): New fun.
22941 (Info-mode-map): Replace Info-last by Info-history-back.
22942 Bind Info-history-forward to "r".
22943 (Info-mode-menu): Replace Info-last by Info-history-back.
22944 Fix menu item text. Add menu item for Info-history-forward.
22945 (info-tool-bar-map): Replace Info-last by Info-history-back.
22946 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22947 for Info-history-forward.
22948 (Info-mode): Replace Info-last by Info-history-back in docstring.
22949 Add local variable Info-history-forward.
22950 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22951
22952 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22953
22954 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22955 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22956 Ignore select-window events rather than fiddle with
22957 mouse-autoselect-window.
22958
22959 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22960
22961 * type-break.el (type-break-mode): Fix previous change.
22962
22963 2005-01-10 Jay Belanger <belanger@truman.edu>
22964
22965 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22966 calculator; only reset when point is inside a calculator.
22967 Don't adjust the window height if the window takes up the whole height
22968 of the frame.
22969
22970 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22971
22972 * ebuff-menu.el (Electric-buffer-menu-mode):
22973 Preserve value of buffer-local var header-line-format.
22974
22975 2005-01-09 Jay Belanger <belanger@truman.edu>
22976
22977 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22978 Make sure settings file exists before accessing it.
22979
22980 * calc/calc-embed.el (calc-embedded-subst):
22981 Replace math-multi-subst-rec, which is only supposed to be called
22982 by math-multi-subst, by math-multi-subst.
22983
22984 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22985
22986 * vc.el (vc-allow-async-revert): New user option.
22987 (vc-disable-async-diff): New internal variable.
22988 (vc-revert-buffer): Use them to disable asynchronous diff.
22989
22990 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22991 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22992 asynchronously if vc-disable-async-diff is t.
22993
22994 2005-01-09 Jay Belanger <belanger@truman.edu>
22995
22996 * calc/calc.el (defcalcmodevar): New macro.
22997 (calc-mode-var-list-restore-default-values)
22998 (calc-mode-var-list-restore-saved-values): New functions.
22999 (calc-mode-var-list): Use defcalcmodevar to define it.
23000 (calc-always-load-extensions, calc-line-numbering)
23001 (calc-line-breaking, calc-display-just, calc-display-origin)
23002 (calc-number-radix, calc-leading-zeros, calc-group-digits)
23003 (calc-group-char, calc-point-char, calc-frac-format)
23004 (calc-prefer-frac, calc-hms-format, calc-date-format)
23005 (calc-float-format, calc-full-float-format, calc-complex-format)
23006 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
23007 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
23008 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
23009 (calc-matrix-brackets, calc-language, calc-language-option)
23010 (calc-left-label, calc-right-label, calc-word-size)
23011 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
23012 (calc-display-raw, calc-internal-prec, calc-angle-mode)
23013 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
23014 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
23015 (calc-window-height, calc-display-trail, calc-show-selections)
23016 (calc-use-selections, calc-assoc-selections)
23017 (calc-display-working-message, calc-auto-why, calc-timing)
23018 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
23019 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
23020 (calc-gnuplot-default-device, calc-gnuplot-default-output)
23021 (calc-gnuplot-print-device, calc-gnuplot-print-output)
23022 (calc-gnuplot-geometry, calc-graph-default-resolution)
23023 (calc-graph-default-resolution-3d, calc-invocation-macro)
23024 (calc-show-banner): Use defcalcmodevar to declare them and set
23025 their default values.
23026
23027 * calc/calc-ext.el (calc-reset): Restore saved values of variables
23028 instead of default values (but restore default values if there is
23029 an argument of 0).
23030
23031 2005-01-09 David Kastrup <dak@gnu.org>
23032
23033 * desktop.el (desktop-restore-eager): Fix typo in type.
23034
23035 2005-01-08 Richard M. Stallman <rms@gnu.org>
23036
23037 * cus-edit.el (customize): Delete :link.
23038
23039 2005-01-08 Jay Belanger <belanger@truman.edu>
23040
23041 * calc/calc.el (calc-mode): Remove the extension from the
23042 `calc-settings-file' file name when loading it.
23043
23044 2005-01-08 Kim F. Storm <storm@cua.dk>
23045
23046 * info.el (Info-mode-map, Info-next-link-keymap)
23047 (Info-prev-link-keymap, Info-up-link-keymap):
23048 Map follow-link to mouse-face.
23049 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
23050
23051 2005-01-08 Jay Belanger <belanger@truman.edu>
23052
23053 * calc/calc.el (calc-settings-file): Change default value.
23054 Suggested by cgw in a comment in calc-mode.el.
23055
23056 * calc/calc-mode.el (calc-settings-file-name):
23057 Compare calc-settings-file to user-init-file instead of ~/.emacs.
23058 Replace ~/.emacs in a prompt by calc-settings-file.
23059
23060 2005-01-07 Lars Hansen <larsh@math.ku.dk>
23061
23062 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
23063 (desktop-lazy-idle-delay): New customizable variables.
23064 (desktop-buffer-args-list): New variable.
23065 (desktop-append-buffer-args): New function.
23066 (desktop-save): Call desktop-append-buffer-args for some buffers.
23067 (desktop-lazy-create-buffer): New function.
23068 (desktop-idle-create-buffers): New function.
23069 (desktop-read): Add message about buffers to restore lazily.
23070 (desktop-lazy-abort): New command.
23071 (desktop-clear): Call desktop-lazy-abort.
23072 (desktop-lazy-complete): New command.
23073
23074 2005-01-06 Richard M. Stallman <rms@gnu.org>
23075
23076 * emacs-lisp/find-func.el (find-face-definition):
23077 Rename from find-face.
23078
23079 2005-01-06 Kim F. Storm <storm@cua.dk>
23080
23081 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
23082
23083 * man.el (Man-xref-man-page, Man-xref-header-file)
23084 (Man-xref-normal-file): Add follow-link property.
23085
23086 2005-01-06 Jay Belanger <belanger@truman.edu>
23087
23088 * calc/calc-units.el: Make sure the proper macro definitions are
23089 available when compiling.
23090
23091 2005-01-06 Juri Linkov <juri@jurta.org>
23092
23093 * isearch.el (isearch-lazy-highlight-update):
23094 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
23095
23096 2005-01-06 Miles Bader <miles@gnu.org>
23097
23098 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
23099 (isearch-lazy-highlight-face): Use new name.
23100
23101 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
23102
23103 * uniquify.el (uniquify-rationalize-file-buffer-names):
23104 Re-add an interactive spec.
23105 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
23106 to the same name.
23107
23108 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
23109 (isearch-update, isearch-done): Adjust calls accordingly.
23110
23111 2005-01-05 Richard M. Stallman <rms@gnu.org>
23112
23113 * custom.el (custom-set-variables, custom-theme-set-variables):
23114 Clarify documentation.
23115
23116 * emacs-lisp/find-func.el (find-variable)
23117 (find-variable-other-window, find-variable-other-frame):
23118 Fix the TYPE args to find-function-read and find-function-do-it.
23119 (find-function): Doc fix.
23120 (find-function-at-point): Replace function-at-point alias.
23121
23122 2005-01-04 Richard M. Stallman <rms@gnu.org>
23123
23124 * cus-face.el (custom-declare-face):
23125 Record defface in current-load-list.
23126
23127 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
23128
23129 * emacs-lisp/find-func.el: Doc fixes.
23130 (find-face-regexp): New variable.
23131 (find-function-regexp-alist): New variable.
23132 (find-function-C-source): Third arg is now TYPE.
23133 (find-function-search-for-symbol): Handle general TYPE.
23134 (find-function-read, find-function-do-it): Handle general TYPE.
23135 (find-definition-noselect, find-face): New functions.
23136 (function-at-point): Alias deleted.
23137
23138 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
23139
23140 * battery.el (display-battery-mode): Rename from display-battery.
23141 Handle the case where it gets turned off.
23142
23143 2005-01-04 Richard M. Stallman <rms@gnu.org>
23144
23145 * cus-edit.el (customize): Make :link point to user doc.
23146
23147 * man.el (Man-fontify-manpage): Turn off undo generation.
23148
23149 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
23150
23151 2005-01-04 Andreas Schwab <schwab@suse.de>
23152
23153 * files.el (insert-directory): Only look for error lines in
23154 inserted text. Don't move too far after processing --dired markers.
23155
23156 2005-01-04 Richard M. Stallman <rms@gnu.org>
23157
23158 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
23159 Don't expand if the character is @, period, dash, etc.
23160 (define-mail-abbrev): Quote names that contain problem characters.
23161
23162 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
23163
23164 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
23165
23166 2005-01-03 Richard M. Stallman <rms@gnu.org>
23167
23168 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
23169 (query-replace-highlight, query-replace-lazy-highlight)
23170 (query-replace): Definitions moved up. Doc fix.
23171
23172 2005-01-03 Richard M. Stallman <rms@gnu.org>
23173
23174 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
23175 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
23176 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
23177 (lazy-highlight-face): Rename from isearch-lazy-...
23178 Change all references to them.
23179
23180 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
23181
23182 * cus-edit.el (custom-file): Doc fix for defcustom.
23183 (custom-file): The function no longer sets the variable
23184 `custom-file' to its return value.
23185
23186 * startup.el (command-line): No longer load `custom-file'.
23187
23188 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
23189
23190 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
23191
23192 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
23193 Don't confuse module-prefixed identifiers for labels.
23194 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
23195
23196 2005-01-02 Richard M. Stallman <rms@gnu.org>
23197
23198 * files.el (basic-save-buffer-1): Fix previous change.
23199
23200 * loadhist.el (file-loadhist-lookup): New function.
23201 (file-provides, file-requires): Use it.
23202
23203 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
23204 instead of calculating the right size.
23205
23206 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
23207
23208 * vc-svn.el (vc-svn-diff): Stay local if possible.
23209
23210 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
23211
23212 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
23213
23214 * files.el (hack-local-variables): Fix last change.
23215
23216 2005-01-02 Jay Belanger <belanger@truman.edu>
23217
23218 * calc/calc-yank.el (calc-edit-top): New variable.
23219 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
23220 object. Change header properties.
23221 (calc-edit-finish, calc-edit-finish-stack-object)
23222 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
23223 edited object.
23224 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
23225 for the beginning of the edited object.
23226 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
23227 for the beginning of the edited object.
23228 * calc/calc-prog.el (calc-edit-macro-finish-edit)
23229 (calc-finish-formula-edit, calc-macro-repeats)
23230 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
23231 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
23232 beginning of the edited object.
23233 (calc-user-define-edit): Change the header for editing macros.
23234 Remove unnecessary variable.
23235
23236 2005-01-01 Jay Belanger <belanger@truman.edu>
23237
23238 * calc/calc-yank.el (calc-edit-mode): Change default header.
23239 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
23240 * calc/calc-store.el (calc-edit-variable): Change title to match new
23241 header.
23242 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
23243 mode to match new header.
23244 (calc-user-define-edit): Change titles to include names of commands.
23245 (calc-finish-formula-edit): Adjust to handle new header.
23246 (calc-finish-macro-edit): Remove.
23247 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
23248 (calc-edit-macro-command, calc-edit-macro-command-type)
23249 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
23250 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
23251 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
23252 (calc-edit-macro-finish-edit): New functions.
23253 (calc-user-define-edit): Use new functions to edit named calc macros.
23254
23255 2005-01-01 Stefan <monnier@iro.umontreal.ca>
23256
23257 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
23258
23259 * ses.el (copy-region-as-kill): Deactivate mark.
23260
23261 2005-01-01 Richard M. Stallman <rms@gnu.org>
23262
23263 * replace.el (occur-1): If the output buffer is also an input,
23264 don't kill it, rename it.
23265
23266 * faces.el (set-face-background, set-face-foreground): Doc fix.
23267
23268 * cus-face.el (custom-face-attributes): Fix :help-echo strings
23269 for :foreground and :background.
23270
23271 * dired.el (dired-view-command-alist): Variable deleted.
23272 (dired-view-file, dired-mouse-find-file-other-window):
23273 Delete the code to use it.
23274
23275 2005-01-01 Kim F. Storm <storm@cua.dk>
23276
23277 * image.el (insert-sliced-image): Use t for line-height property.
23278
23279 See ChangeLog.11 for earlier changes.
23280
23281 ;; Local Variables:
23282 ;; coding: iso-2022-7bit
23283 ;; End:
23284
23285 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
23286 Copying and distribution of this file, with or without modification,
23287 are permitted provided the copyright notice and this notice are preserved.
23288
23289 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1