]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(mac-ae-open-documents, mac-drag-n-drop): Use
[gnu-emacs] / lisp / ChangeLog
1 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gud.el (gud-def): Add %c case.
4 (gud-speedbar-buttons): Don'bind case-fold-search unnecessarily.
5 (gud-format-command): Make match case sensitive. Match on %F.
6
7 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
8
9 * help-fns.el (describe-variable): Add info about safe local variables.
10
11 2006-04-29 Richard Stallman <rms@gnu.org>
12
13 * bindings.el (mode-line-format): help-echo doc fixes.
14
15 * net/tramp.el (tramp-file-name-handler-alist): Delete
16 expand-file-name and other operations that can cause spurious loading.
17
18 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
19
20 * files.el (safe-local-variable-p): Remove support for the special
21 value t.
22
23 * textmodes/paragraphs.el (sentence-end-without-space):
24 Fix safety predicate.
25 (sentence-end-double-space, sentence-end-without-period)
26 (paragraph-ignore-fill-prefix):
27 * textmodes/fill.el (colon-double-space):
28 * abbrev.el (abbrev-mode): Tighten the safety predicate.
29
30 * subr.el (booleanp): New fun.
31
32 * textmodes/reftex-vars.el (reftex-guess-label-type):
33 Tighten the safety predicate.
34
35 2006-04-28 Kim F. Storm <storm@cua.dk>
36
37 * progmodes/grep.el (defgroup grep): Doc fix.
38 (grep-auto-highlight): Remove.
39 (grep-template): New defcustom.
40 (grep-find-template): Rename from grep-tree-template.
41 (grep-files-aliases): Rename from grep-tree-files-aliases.
42 Remove "all" alias, add "l" alias.
43 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
44 (grep-find-ignored-directories): New defcustom to replace
45 grep-tree-ignore-CVS-directories, to facilitate ignoring
46 subdirectories for multiple version control systems.
47 (grep-mode-map): Add Recursive grep item to GREP menu.
48 (grep-regexp-history, grep-files-history): New defvars.
49 (grep-probe): New helper function.
50 (grep-compute-defaults): Use it to simplify code.
51 Adapt to name changes.
52 Use `.' as base in grep-find-template rather than <D>.
53 (grep): Remove superfluous highlight-regexp arg. Fix doc.
54 Call grep-compute-defaults unconditionally.
55 (grep-expand-keywords): New defconst.
56 (grep-expand-template): Rename from grep-expand-command-macros.
57 Simplify via grep-expand-keywords. Look at case-fold-search instead
58 of grep-tree-ignore-case to add -i option.
59 Bind case-fold-search to nil while matching keywords.
60 (grep-tree-last-regexp, grep-tree-last-files): Remove.
61 (grep-read-regexp, grep-read-files): New helper functions.
62 (rgrep): Rename from grep-tree. Rework to use proper histories.
63 Adapt to changes in defcustoms and functions above.
64 (lgrep): New command, as grep, but using same interactive api as rgrep.
65
66 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
67
68 * net/tramp.el (tramp-completion-file-name-handler):
69 Disable Tramp's functionality while loading Tramp itself.
70 (tramp-register-file-name-handlers): That's a defsubst now.
71 Code from `tramp-repair-jka-compr' moved here. Apply it via
72 `after-init-hook'.
73 (tramp-repair-jka-compr): Remove.
74
75 2006-04-27 Jay Belanger <belanger@truman.edu>
76
77 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
78 read expression when `math-read-big-expr' doesn't work.
79
80 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
81
82 * startup.el (command-line-1): Display warning when
83 pure-space-overflow is non-nil.
84
85 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
86
87 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
88 risky.
89
90 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
91
92 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
93 Return the URL or nil if none can be generated.
94
95 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
96
97 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
98 byte compiler warnings.
99 (gud-basic-call, gud-find-expr): Let user select an expression
100 for printing. Print expression as well as value in GUD buffer.
101
102 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
103
104 * allout.el: Remove local autoload declaration for
105 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
106 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
107 (allout-plain-bullets-string, allout-distinctive-bullets-string)
108 (allout-use-mode-specific-leader, allout-old-style-prefixes)
109 (allout-stylish-prefixes, allout-numbered-bullet)
110 (allout-file-xref-bullet, allout-presentation-padding)
111 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
112 safe-local-variable with suitable value spec, and add autoload
113 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
114 (move-beginning-of-line, move-end-of-line): Repair so these compat
115 functions now actually resituate the point, when appropriate.
116
117 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
118
119 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
120
121 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
122 (add-log-iso8601-time-string): Fix call to format-time-string.
123
124 2006-04-26 Kim F. Storm <storm@cua.dk>
125
126 * subr.el (posn-string, posn-image, posn-object): Doc fix.
127
128 2006-04-26 Masatake YAMATO <jet@gyve.org>
129
130 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
131 Add support for "//" style comments. Remove `b' flag
132 from ?* in `asm-mode-syntax-table'.
133
134 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
135
136 * follow.el: Use (featurep 'xemacs) everywhere.
137 (follow-mode): Use define-minor-mode.
138 (follow-mode-map): Move initialization into the declaration.
139 Use command remapping.
140 (follow-emacs-version-xemacs-p): Remove.
141 (follow-submit-feedback): Remove.
142
143 * allout.el (allout-layout, allout-passphrase-verifier-string)
144 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
145
146 * textmodes/reftex-vars.el (reftex-vref-is-default)
147 (reftex-fref-is-default, reftex-guess-label-type):
148 Tighten up a bit the safety predicate.
149
150 * textmodes/paragraphs.el (sentence-end-double-space)
151 (sentence-end-without-period, sentence-end-without-space)
152 (page-delimiter, paragraph-ignore-fill-prefix):
153 Tighten up a bit the safety predicate.
154
155 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
156
157 * progmodes/python.el (python-continuation-line-p)
158 (python-beginning-of-statement): syntax-ppss may return
159 a negative depth.
160 (python-mode): Don't forcefully enable font-lock.
161
162 * time-stamp.el (time-stamp-start, time-stamp-end)
163 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
164
165 * add-log.el: Remove spurious * in docstrings.
166 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
167 (add-change-log-entry): Use it here, since it's not specific
168 to iso8601.
169 (add-log-iso8601-time-string): Don't use it here any more.
170 (change-log-indent-text, change-log-indent): Rename from add-log-*.
171
172 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
173
174 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
175
176 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
177 (rcirc-toggle-low-priority): Doc fix.
178 (rcirc-handler-NOTICE): Remove beginning of line anchor in
179 ChanServ regexp.
180 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
181 #emacs.
182 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
183 (rcirc-decode-coding-system): Use utf-8 as the default.
184 (rcirc-multiline-minor-mode): Set the fill-column.
185 (rcirc-format-response-string): Display bright and dim nicks.
186 (rcirc-browse-url): Update interactive spec to fill ARG.
187 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
188 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
189
190 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
191
192 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
193 case for @Article, etc.
194
195 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
196
197 * net/tramp.el (tramp-register-file-name-handlers): New defun.
198 Added with autoload cookie.
199 (tramp-unload-file-name-handlers): Rename from
200 `tramp-unload-file-name-handler-alist'.
201
202 2006-04-23 Romain Francoise <romain@orebokech.com>
203
204 * comint.el (comint-match-partial-filename): Doc fix.
205
206 2006-04-21 Glenn Morris <rgm@gnu.org>
207
208 * calendar/cal-menu.el (calendar-mode-map): Refer to
209 `diary-view-entries' rather than alias `view-diary-entries'.
210 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
211
212 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
213
214 * progmodes/antlr-mode.el (antlr-default):
215 * cus-edit.el (custom-documentation):
216 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
217 in defface.
218
219 2006-04-21 Kim F. Storm <storm@cua.dk>
220
221 * image.el (image-type): New defun split out of create-image.
222 (create-image): Use it.
223
224 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
225
226 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
227 (org-open-at-point): Remove the "...done" message to keep output
228 in the echo area visible.
229 (org-export-as-xoxo): Fix call to `indent-region'.
230
231 2006-04-21 Kevin Ryde <user42@zip.com.au>
232
233 * international/mule.el (keyboard-coding-system): defcustom
234 info-link fixes: "Specify Coding" has been split, keyboard now in
235 "Terminal Coding", and "Single-Byte Character Support" is now
236 "Unibyte Mode".
237
238 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
239
240 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
241 Use font-lock-warning-face for any errors e.g. no stack.
242 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
243
244 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
245
246 * progmodes/sh-script.el (sh-shell): Mark as safe.
247
248 * newcomment.el (comment-start, comment-start-skip)
249 (comment-end-skip, comment-end): Mark as safe.
250
251 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
252
253 * textmodes/org.el (org-deadline-announce): Face removed.
254 (org-level-faces, org-n-levels): Convert to constant.
255 (org-compatible-face): New function.
256 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
257 (org-level-5, org-level-6, org-level-7, org-level-8)
258 (org-special-keyword, org-warning, org-headline-done, org-link)
259 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
260 (org-scheduled-today, org-scheduled-previously, org-time-grid):
261 Face definition revised for better color tty support.
262 (org-bold-re, org-italic-re, org-underline-re): New constants.
263 (org-set-font-lock-defaults): Use the new constants.
264 (org-agenda-highlight-todo): New function.
265 (org-agenda-todo): Fix bug with point at end of line.
266 (org-agenda-change-all-lines, org-finalize-agenda-entries):
267 Fontify TODO keywords.
268 (org-insert-link): Preserve relative path in ../ links.
269 (org-export-as-html): Convert links pointing to .org files into
270 links that will work beteen the exported HTML files.
271 (org-todo-list): Fix bug when arg=0.
272 (org-insert-heading): More fine-tuning.
273
274 2006-04-19 Romain Francoise <romain@orebokech.com>
275
276 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
277 from `rmail-mime-charset-pattern'.
278
279 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
280
281 * progmodes/python.el (python-mode): Fix typo.
282
283 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
284
285 * comint.el (comint-previous-input): Don't clobber input line
286 when moving off either end of the input history ring.
287 (comint-delete-input): New function, used by
288 `comint-previous-input' and others.
289 (comint-previous-matching-input):
290 Use `coming-delete-input'. Save the partial input if leaving the
291 edit line. Goto point-max before deleting input to avoid
292 partial input fragments hanging around.
293 (comint-restore-input): New function, used by `comint-previous-input'.
294
295 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
296
297 * imenu.el (imenu--index-alist): Balance parentheses.
298
299 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
300
301 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
302
303 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
304
305 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
306 file is nil.
307
308 2006-04-18 Richard Stallman <rms@gnu.org>
309
310 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
311
312 * imenu.el (imenu-create-index-function, imenu--index-alist)
313 (imenu--last-menubar-index-alist, imenu--make-index-alist)
314 (imenu-default-create-index-function, imenu--generic-function):
315 Doc fixes.
316
317 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
318
319 * help-mode.el (help-mode): Set view-exit-action to delete window.
320
321 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
322 now works by passing nil as arg.
323
324 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
325
326 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
327 (read-abbrev-file): Provide default when reading filename.
328
329 * files.el (enable-local-variables): Allow :all as value.
330 (hack-local-variables): Implement that value.
331 (safe-local-variable-values, safe-local-eval-forms)
332 (enable-local-variables): Mark as risky.
333 (find-file-visit-truename, kept-old-versions): Mark safe.
334
335 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
336 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
337 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
338
339 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
340
341 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
342 Use forward-line so as to get to BOL even in the presence of fields.
343 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
344 in return.
345 (inferior-tcl): Tell tclsh to work in interactive mode.
346
347 * complete.el (partial-completion-mode):
348 Use 'choose-completion-string-functions to make sure that
349 choose-completion fills the minibuffer properly.
350
351 * complete.el (PC-old-read-file-name-internal): Remove.
352 (PC-read-include-file-name-internal): Remove. Turn it into an advice
353 of read-file-name-internal.
354 (partial-completion-mode): Enable/disable this advice.
355
356 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
357
358 * net/tramp.el (tramp-completion-file-name-handler): Revert change
359 of 2006-04-17.
360
361 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
362
363 * textmodes/org.el (org-insert-heading): Insert heading before
364 current if at beginning of line.
365 (org-todo, org-date): New faces.
366 (org-table-align): Make sure tooltip window contains full text.
367 (org-no-properties): New defsubst.
368 (org-set-font-lock-defaults): Use new faces.
369
370 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
371
372 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
373 for root variables.
374
375 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
376 (gdb-frame-address): Re-use to identify frame for watch expression.
377 (gdb-var-list, gdb-var-create-handler): Add frame address for root
378 variables.
379 (gdb-init-1, gdb-source, gdb-post-prompt)
380 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
381 (gdb-frame-handler): Get gdb-frame-address.
382
383 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
384
385 Sync with Tramp 2.0.53.
386
387 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
388 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
389 (tramp-completion-file-name-handler): Add autoload cookie for
390 adding to `file-name-handler-alist'.
391
392 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
393 the prompt. If it returns earlier (when detecting an error
394 message), the rest of the output will merge accidently with the
395 output of the next command. Reported by M Jared Finder
396 <jared@hpalace.com>.
397
398 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
399 for `process-file', in order to let it work for older Emacsen too.
400
401 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
402
403 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
404 (tex-font-lock-keywords-3): Use it.
405
406 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
407
408 * newcomment.el (comment-add): New function.
409 (comment-region-default, comment-dwim): Use it.
410
411 2006-04-15 Michael Olson <mwolson@gnu.org>
412
413 * emacs-lisp/tq.el: Improve comments.
414 (tq-queue-head-question): New accessor function.
415 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
416 Update for modified queue structure.
417 (tq-queue-add): Accept `question' argument.
418 (tq-queue-pop): If a question is pending, send it.
419 (tq-enqueue): Accept new optional argument `delay-question'.
420 If this is non-nil, and at least one other question is pending a
421 response, queue the question rather than sending it immediately.
422
423 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
424
425 * calendar/appt.el (appt-add): Check whether an appointment is
426 already present in appt-time-msg-list. Simplify code.
427
428 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
429
430 * progmodes/cc-langs.el (c-mode-menu):
431 Don't presume c-subword-mode is bound.
432
433 2006-04-13 Bill Wohler <wohler@newt.com>
434
435 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
436 (customize-package-emacs-version): Use cdr instead of cadr now
437 that alists use dotted pairs.
438
439 * custom.el (defcustom): Fix docstring for :package-version.
440
441 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
442
443 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
444 (tramp-handle-shell-command): Display output buffer only when
445 `tramp-display-shell-command-buffer' is true.
446 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
447
448 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
449
450 * textmodes/org.el (org-set-autofill-regexps): Set only the local
451 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
452
453 2006-04-13 Romain Francoise <romain@orebokech.com>
454
455 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
456 leaving temporary .cvsignore buffers behind.
457
458 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
459
460 * textmodes/org.el (org-set-regexps-and-options)
461 (org-get-current-options): Better names for the startup folding
462 options.
463
464 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
465
466 * vc.el (vc-annotate): Arrange for point to end up at the same
467 line number as in the original, but only when using a new buffer.
468
469 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
470
471 * files.el (hack-one-local-variable-eval-safep):
472 Recognize `edebug-form-spec' for `put', but only if it passes
473 `edebug-basic-spec'. Generalize `put' handling.
474
475 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
476 vetting file-local form specs.
477
478 * allout.el (allout-layout): Autoload its `safe-local-variable'
479 property.
480
481 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
482
483 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
484 (org-agenda-mouse-1-follows-link)
485 (org-mouse-1-follows-link): New options.
486 (org-format-agenda-item): Fix bug if TAGS is nil.
487 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
488
489 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
490
491 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
492 GDB 6.1+ gives full filename for "info sources" so use
493 file-name-nondirectory.
494
495 2006-04-12 Romain Francoise <romain@orebokech.com>
496
497 * subr.el (read-passwd): Bind `message-log-max' to nil.
498
499 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
500
501 * progmodes/perl-mode.el (perl-indent-new-calculate):
502 Recompute parse-start after jumping backward by a whole sexp.
503
504 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
505
506 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
507 window configuration.
508 (vc-annotate-display-select): Select the buffer so that current-buffer
509 (and selected-window) is the output buffer at the end of vc-annotate.
510
511 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
512
513 * vc.el (vc-annotate-color-map): Add custom TTY color map for
514 8-color terminals, to use all of the colors in a sensible order.
515 256-color terminals work well with the standard map.
516 (vc-annotate-lines): Only strip the first color character if it
517 is "#", to allow for terminal-style named colors.
518 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
519 the correct buffer is scrolled.
520
521 2006-04-11 Richard Stallman <rms@gnu.org>
522
523 * emacs-lisp/bytecomp.el (byte-compile-file):
524 Bind enable-local-variables to :safe, and make normal-mode obey it.
525
526 * files.el (enable-local-variables): Allow value :safe.
527 (normal-mode): Doc fix.
528 (hack-local-variables): Implement enable-local-variables = :safe.
529 (hack-local-variables-confirm): Don't prevent quitting.
530
531 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
532
533 * loadhist.el (unload-feature): A bit of sanity check of
534 load-history entries. Cancel timer-vars before unbinding them.
535
536 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
537 quote special chars, and make the trick work on the hex part of the
538 buffer as well.
539 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
540 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
541
542 * startup.el (normal-splash-screen): Fix last change so we don't wait
543 2 minutes if we don't show the splash screen.
544
545 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
546
547 * textmodes/org.el (org-export-plain-list-max-depth)
548 (org-table-spaces-around-separators)
549 (org-radio-targets, org-activate-camels)
550 (org-table-spaces-around-invisible-separators): Options removed.
551 (org-time-stamp-rounding-minutes, org-remember-templates)
552 (org-ellipsis, org-activate-links, org-descriptive-links):
553 New options.
554 (org-remember-apply-template, org-current-time)
555 (org-finish-edit-table-field)
556 (org-link-unescape, org-link-escape)
557 (org-string-width, org-table-clean-line, org-html-do-expand)
558 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
559 (org-read-agenda-file-list): New functions.
560 (org-table-edit-field)
561 (org-table-create-or-convert-from-region): New commands
562 (org-table-toggle-vline-visibility): Command removed.
563 (org-table-convert-region): Made a command.
564 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
565 Replace with the normal org- functions.
566 (org-self-insert-command): Don't trigger realign unnecessarily
567 when blanking a field that is not full.
568 (org-mode): `Set buffer-invisibility-spec' for links.
569 (org-activate-links2): Hide link part and only show descriptive
570 part of the link.
571 (org-insert-link): Modify for new linking system.
572 (org-store-link): Store description separately, for use by
573 `org-insert-link'.
574 (org-table-align): Use `org-string-width'.
575 (defgroup): Completely new group structure for custom variables.
576 (org-agenda-files): Option: Single file name allowed. Function:
577 Optional argument unrestrited means ignore any restricitons.
578 (org-install-agenda-files-menu): Find a buffer in Org-mode before
579 trying to modify the menu. Use generalized access to
580 `org-agenda-files.'
581 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
582 (org-agenda-file-to-front, org-remove-file, org-diary)
583 (org-tags-view, org-export-icalendar-all-agenda-files)
584 (org-export-icalendar-combine-agenda-files): Use generalized
585 access to `org-agenda-files'.
586 (org-remember-handler): Correctly preserve heading if present.
587 (org-table-insert-row, org-table-insert-hline): Deal with
588 invisible characters.
589
590 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
591
592 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
593 (vc-annotate-color-map): New 18 element constant
594 value/saturation, rotating hue colormap, from red->blue.
595 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
596 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
597 (vc-annotate): To avoid killing the required local variables,
598 set them before the end of `with-output-to-temp-buffer', and
599 after first switching to annotate-mode.
600 (vc-annotate-warp-version): Add buffer argument in goto-line to
601 ensure annotation, not source, is scrolled.
602
603 2006-04-10 Bill Wohler <wohler@newt.com>
604
605 * custom.el (defcustom, custom-handle-keyword):
606 Add :package-version keyword.
607 (custom-add-package-version): New function. Sets value of new
608 property 'custom-package-version from :package-version keyword.
609 (defcustom): Create Common Keywords section in docstring.
610 (defface, defgroup): Replace definitions of a select few keywords
611 with a reference to the Common Keywords in defcustom.
612 (defcustom, defface, defgroup): Replace reference to Customization
613 chapter in manual with hyperlink.
614
615 * cus-edit.el (customize-package-emacs-version-alist):
616 New variable.
617 (customize-changed-options): Add check for custom-package-version.
618 (customize-package-emacs-version): New function to look up Emacs
619 version corresponding to the given package version.
620
621 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
622 defun name, in similar fashion to find-variable-regexp.
623
624 2006-04-10 Eli Zaretskii <eliz@gnu.org>
625
626 * international/mule-cmds.el (set-locale-environment): Fix last
627 change for when the locale's preferences don't specify any encoding.
628
629 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
630
631 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
632 so the defined var/fun doesn't need to be quoted.
633
634 2006-04-10 Richard Stallman <rms@gnu.org>
635
636 * finder.el (finder-mode-map): Add n and p bindings.
637
638 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
639
640 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
641 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
642 (gdb-setup-windows): Put something in source window if we can't find
643 the source file.
644 (gdb-frame-handler): Make it work again with just assembly.
645 (gdb-data-list-register-values-handler): Make it work when there is
646 no stack.
647
648 2006-04-09 Richard Stallman <rms@gnu.org>
649
650 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
651 specs while looking for charset.
652
653 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
654
655 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
656 Make them faces.
657 (lm-font-lock-keywords): Update appropriately.
658
659 2006-04-10 Kim F. Storm <storm@cua.dk>
660
661 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
662 it can also replace buffer-substring-no-properties.
663
664 * emulation/cua-base.el (cua-delete-region, cua-paste)
665 (cua-repeat-replace-region): Use filter-buffer-substring.
666
667 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
668 (cua-cut-region-to-global-mark): Likewise.
669
670 * emulation/cua-rect.el (cua--extract-rectangle)
671 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
672
673 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
674
675 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
676 entry-type. Add field delimiters to numerical fields if they are
677 not present.
678
679 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
680
681 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
682 string-const to return value.
683 (bibtex-remove-delimiters): Use it.
684
685 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
686
687 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
688 cl-byte-compile-compiler-macro unless it exists.
689
690 2006-04-08 Eli Zaretskii <eliz@gnu.org>
691
692 * files.el (hack-local-variables-confirm) <offer-save>:
693 Clarify message text. Suggested by Ralf Angeli.
694
695 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
696
697 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
698 (delete-extract-rectangle-line): Use `filter-buffer-substring'
699 instead of `buffer-substring' and `delete-region'. (Most of the
700 code actually copied from `kill-region'.)
701
702 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
703
704 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
705 (rcirc-default-port): Rename from rcirc-port.
706 (rcirc-default-nick): Rename from rcirc-nick.
707 (rcirc-default-user-name): Rename from rcirc-user-name.
708 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
709 (rcirc-low-priority-flag): New variable.
710 (rcirc-decode-coding-system): New defcustom.
711 (rcirc-encode-coding-system): New defcustom.
712 (rcirc-coding-system-alist): New defcustom.
713 (rcirc-multiline-major-mode): New defcustom.
714 (rcirc-nick): New internal variable.
715 (rcirc-process): Remove variable.
716 (rcirc-server-buffer): New variable.
717 (rcirc): Update to use rcirc-default-* variables above.
718 (rcirc-connect): Do not add window-configuration-hook-here.
719 (rcirc-server): New internal variable.
720 (rcirc-connect): Do not send keepalive pings if
721 rcirc-keepalive-seconds is nil.
722 (with-rcirc-server-buffer): New macro.
723 (rcirc-send-string): Encode with rcirc-encode-coding-system.
724 (rcirc-server-name): Rename from rcirc-server.
725 (rcirc-buffer-process): New function.
726 (rcirc-buffer-nick): New function.
727 (rcirc-buffer-target): Remove function.
728 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
729 New commands.
730 (rcirc-mode-map): Change binding of C-c C-l to
731 rcirc-toggle-low-priority.
732 (rcirc-mode): Initialize coding system based on
733 rcirc-coding-system-alist. New change-major-mode-hook to part the
734 channel on a mode change. Make kill-buffer-hook buffer-local.
735 (rcirc-change-major-mode-hook): New function.
736 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
737 (rcirc-last-post-time): New variable.
738 (rcirc-process-message): Store the last time user posted a message
739 to this target.
740 (rcirc-multiline-minor-mode): New mode.
741 (rcirc-multiline-minor-mode-map): New mode map.
742 (rcirc-edit-multiline): Put multiline-edit buffer in
743 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
744 (rcirc-print): Ignore any line starting with an ignored nick.
745 (rcirc-print): Decode using rcirc-decode-coding-system.
746 (rcirc-track-minor-mode): Update global-mode-string when disabling
747 this mode.
748 (minor-mode-alist): Add LowPri indicator.
749 (rcirc-toggle-low-priority): New function.
750 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
751 next lowpriority buffer with activity.
752 (rcirc-record-activity): Sort buffers in rcirc-activity by the
753 last time the user posted a message in to the target.
754 (rcirc-update-activity-string): New formatting for low priority
755 buffers.
756 (rcirc-split-activity): New function.
757 (rcirc-handler-PART, rcirc-handler-KICK)
758 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
759 (rcirc-nick-away-alist): New variable.
760 (rcirc-handler-301): New handler. Away messages are printed once
761 per change.
762
763 2006-04-08 Eli Zaretskii <eliz@gnu.org>
764
765 * info.el (Info-follow-nearest-node): Doc fix.
766
767 * international/mule-cmds.el (set-locale-environment): Make sure
768 the coding-system preferred by the locale's language has the same
769 EOL conversion type as the original buffer-file-coding-system.
770 (locale-language-names): Add a few MS Windows language codes.
771
772 2006-04-07 Richard Stallman <rms@gnu.org>
773
774 * simple.el (eval-expression): Doc fix.
775
776 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
777 (eval-defun): Doc fixes.
778
779 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
780
781 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
782
783 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
784
785 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
786 GDB list command without argument for greater generality.
787
788 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
789
790 * subr.el (string-or-null-p): New function.
791
792 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
793
794 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
795
796 * files.el: Update comment about safe-local-variable declarations.
797
798 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
799
800 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
801 See idlwave.org.
802
803 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
804 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
805
806 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
807 See idlwave.org.
808
809 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
810 version 6.0 (minimal changes). See idlwave.org.
811
812 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
813 6.0 (minimal changes). See idlwave.org.
814
815 * progmodes/idlw-rinfo.el: File obsoleted and removed.
816
817 2006-04-06 Romain Francoise <romain@orebokech.com>
818
819 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
820 symmetric encryption features and a new asynchronous interface to
821 GnuPG. This new version is version 1.4, plus whitespace changes.
822
823 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
824
825 * files.el: Move some `safe-local-variable' declarations to the
826 respective files.
827
828 * textmodes/ispell.el (ispell-check-comments)
829 (ispell-local-dictionary): Mark as safe.
830
831 * abbrev.el (abbrev-mode): Mark as safe.
832
833 * add-log.el (change-log-default-name): Mark as safe.
834
835 * textmodes/reftex-vars.el (reftex-vref-is-default)
836 (reftex-fref-is-default, reftex-level-indent)
837 (reftex-guess-label-type): Mark as safe.
838
839 * textmodes/fill.el (colon-double-space): Mark as safe.
840
841 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
842 (sentence-end-double-space, sentence-end-without-period)
843 (sentence-end-without-space, sentence-end, sentence-end-base)
844 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
845
846 2006-04-06 Kim F. Storm <storm@cua.dk>
847
848 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
849 the :set-after list.
850 (ido-downcase-unc-hosts): New user option. Default on.
851 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
852 when it is set, as regexps are now applied on the fly.
853 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
854 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
855 on the fly, but only when ido-process-ignore-lists is set.
856 Do case insensitive filtering if ido-downcase-unc-hosts is set.
857 Only downcase names if ido-downcase-unc-hosts is set.
858
859 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
860
861 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
862
863 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
864
865 2006-04-05 Kim F. Storm <storm@cua.dk>
866
867 * ido.el (ido-mode): Set after ido-unc-hosts and
868 ido-ignore-unc-host-regexps.
869 (ido-save-history): Save ido-unc-hosts-cache.
870 (ido-load-history): Load ido-unc-hosts-cache.
871 (ido-reread-directory): Refresh unc hosts cache in // dir.
872
873 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
874 to nil while displaying slash screen.
875
876 2006-04-05 Daiki Ueno <ueno@unixuser.org>
877
878 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
879 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
880
881 2006-04-05 Kenichi Handa <handa@m17n.org>
882
883 * international/characters.el: Setup cases of Latin, Greek, and
884 Cyrillic characters in CJK charsets.
885
886 2006-03-29 Daiki Ueno <ueno@unixuser.org>
887
888 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
889 default-enable-multibyte-characters. This reverts the change from
890 revision 6.17 which is no longer necessary because the passphrase
891 is sent separately now. GnuPG messages are unreadable under
892 multibyte locales with default-enable-multibyte-characters set to nil.
893
894 2006-04-04 Andreas Schwab <schwab@suse.de>
895
896 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
897 and `byte-compile-warnings' as `safe-local-variable'.
898
899 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
900
901 * man.el (Man-mode-map): Restore the \r binding.
902 (Man-abstract-xref-man-page): If Man-target-string is a function,
903 call it.
904 (Man-highlight-references): Use Man-default-man-entry to get the
905 target. Deal with xrefs too.
906 (Man-highlight-references0): Don't call the target function.
907
908 * woman.el (WoMan-xref-man-page): Strip the section number, woman
909 cannot deal with it.
910
911 2006-04-04 Daiki Ueno <ueno@unixuser.org>
912
913 * pgg-gpg.el: Clean up process buffers every time gpg processes
914 complete.
915
916 2006-04-04 Kenichi Handa <handa@m17n.org>
917
918 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
919 here.
920 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
921 Temporarily bind inhibit-field-text-motion to t.
922
923 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
924
925 * startup.el (normal-splash-screen): Only set mode-line-format in the
926 splash buffer, so as not to interfere when debugging the code.
927 Ignore errors when switching buffer.
928
929 2006-04-03 Romain Francoise <romain@orebokech.com>
930
931 * dired.el (dired-dnd-protocol-alist): Fix typo.
932
933 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
934
935 * savehist.el (savehist): Add :version.
936 (savehist-ignored-variables): New variable.
937 (savehist-minibuffer-hook): Don't save variables listed in
938 `savehist-ignored-variables'.
939
940 * dired.el (dired-dnd-protocol-alist): Mention that change does
941 only apply to new buffers in doc string.
942
943 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
944
945 * recentf.el (recentf-open-files-item): Include newline in button
946 field, so opening a file will work, when the point is at the end
947 of the file name. Allow, for example, to [i]search a file by
948 extension and just push RET to open it.
949
950 2006-04-03 Daiki Ueno <ueno@unixuser.org>
951
952 * pgg-gpg.el (pgg-gpg-process-filter)
953 (pgg-gpg-wait-for-completion): Check if buffer is alive.
954
955 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
956 lines, temporary fix.
957
958 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
959
960 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
961
962 2006-04-02 Richard Stallman <rms@gnu.org>
963
964 * progmodes/compile.el (compilation-message-face): Make it defcustom.
965
966 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
967
968 * ibuf-macs.el (define-ibuffer-column): Add a new key:
969 header-mouse-map.
970
971 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
972 (ibuffer-mode-header-map): New keymaps.
973 (ibuffer-update-title-and-summary): Enable mouse face highlighting
974 and keybindings for column headers.
975 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
976 property.
977
978 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
979
980 * speedbar.el (speedbar-after-create-hook): Doc fix.
981
982 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
983
984 * shell.el (shell-directory-tracker)
985 (shell-dynamic-complete-command): Doc fixes.
986
987 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
988
989 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
990 terminals.
991
992 2006-04-01 Kim F. Storm <storm@cua.dk>
993
994 * ido.el (ido-unc-hosts-cache): New defvar.
995 (ido-unc-hosts): If value of defcustom is a function, call it to
996 get list of UNC hosts. Add function-item choices to specify
997 ido-unc-hosts-net-view or user function.
998 (ido-ignore-unc-host-regexps): New defcustom.
999 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
1000 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
1001 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
1002
1003 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1004
1005 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
1006 wwidth.
1007
1008 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
1009
1010 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
1011 (ido-max-work-file-list, ido-switch-buffer)
1012 (ido-read-file-name-as-directory-commands):
1013 Fix typos in docstrings.
1014
1015 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1016
1017 * term/mac-win.el (mac-system-coding-system): Define and use after
1018 Mac-specific coding systems are ready.
1019
1020 2006-03-27 Romain Francoise <romain@orebokech.com>
1021
1022 * net/rcirc.el (rcirc-connect): Add autoload cookie.
1023
1024 * ldefs-boot.el: Update.
1025
1026 2006-03-27 Daiki Ueno <ueno@unixuser.org>
1027
1028 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1029 passphrases when it is not needed.
1030 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1031 passphrase stuff from gpg, should only be necessary when you use
1032 gpg with a smartcard.
1033
1034 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
1035
1036 * comint.el (comint-dynamic-list-completions): Allow user to
1037 select *Completions* buffer.
1038
1039 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
1040
1041 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
1042
1043 2006-03-26 Andreas Schwab <schwab@suse.de>
1044
1045 * progmodes/gud.el (gdb): Only complain about multiple debugging
1046 when the gdb process is still running.
1047
1048 2006-03-25 Eli Zaretskii <eliz@gnu.org>
1049
1050 * mail/rmail.el (tool-bar-map): Defvar it.
1051 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
1052 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
1053
1054 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
1055
1056 * help.el (print-help-return-message): Suggest to use
1057 display-buffer instead of switch-to-buffer-other-window to restore
1058 the previous window without selecting it.
1059
1060 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1061
1062 * frame.el (select-frame-by-name): Call x-focus-frame also when
1063 window-system is mac.
1064
1065 * term/mac-win.el: Adjust Courier font specifications in
1066 x-fixed-font-alist.
1067 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
1068 when directly encoding to UTF-16 in native byte order, no BOM.
1069
1070 2006-03-25 Kim F. Storm <storm@cua.dk>
1071
1072 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
1073 (cua--init-keymaps): Use it instead of fixed C-return.
1074 (cua-mode): Set after it.
1075
1076 * emulation/cua-rect.el (cua--init-rectangles):
1077 Use cua-rectangle-mark-key instead of fixed C-return.
1078
1079 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
1080
1081 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
1082 "run" in .gdbinit.
1083 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
1084
1085 2006-03-24 Romain Francoise <romain@orebokech.com>
1086
1087 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
1088 `display-buffer-other-frame'.
1089
1090 2006-03-24 Kim F. Storm <storm@cua.dk>
1091
1092 * apropos.el (apropos-synonyms): Add selection => region.
1093
1094 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1095
1096 * progmodes/gdb-ui.el (gdb-var-create-regexp)
1097 (gdb-var-list-children-regexp, gdb-var-update-regexp)
1098 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
1099 (gdb-data-list-register-values-regexp)
1100 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
1101 Future proof against new fields being added to MI output.
1102 (gdb-send): Don't treat backslashes for program input as
1103 continuations.
1104 (gdb-assembler-handler): Don't use window-start for this handler.
1105 (gdb-frame-handler): Don't change to hollow arrow if overlay
1106 arrow doesn't move to new frame.
1107
1108 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1109
1110 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
1111 prevent compiler warnings.
1112 (gdb-stopped): Check for gud-last-last-frame (case: signal).
1113 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
1114 (gdb-assembler-custom): Use hollow-right-triangle for assembler
1115 buffer too.
1116
1117 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
1118
1119 * pgg-gpg.el (pgg-gpg-update-agent): Check for
1120 make-network-process, so we can use the same code in Gnus v5-10
1121 too and have this file fully synchronized with that release.
1122
1123 2006-03-23 Romain Francoise <romain@orebokech.com>
1124
1125 * ibuf-ext.el (ibuffer-read-filter-group-name):
1126 Use `ibuffer-generate-filter-groups' to make completion list match
1127 the filter groups that are really displayed in the Ibuffer buffer.
1128 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
1129
1130 2006-03-23 Kenichi Handa <handa@m17n.org>
1131
1132 * international/mule-cmds.el (sort-coding-systems): Describe that
1133 the argument is modified in docstring.
1134
1135 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
1136
1137 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1138 (pgg-gpg-update-agent): New function.
1139 (pgg-gpg-use-agent-p): New function.
1140 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1141 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1142 (pgg-gpg-sign-region): Use it.
1143
1144 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
1145
1146 * cus-edit.el (custom-face-set): Call custom-push-theme before
1147 face-spec set so that `changed' theme is correctly saved.
1148 (custom-face-reset-standard): Reset to recalculated face rather
1149 than defface spec.
1150
1151 * custom.el (custom-push-theme): Only save `changed' theme if the
1152 current face does not match the defface specs.
1153
1154 2006-03-21 Simon Josefsson <jas@extundo.com>
1155
1156 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1157 <wilde@sha-bang.de>.
1158 (pgg-gpg-use-agent): New variable.
1159 (pgg-gpg-process-region): Use it.
1160 (pgg-gpg-encrypt-region): Likewise.
1161 (pgg-gpg-encrypt-symmetric-region): Likewise.
1162 (pgg-gpg-decrypt-region): Likewise.
1163 (pgg-gpg-sign-region): Likewise.
1164 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1165
1166 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
1167
1168 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
1169 bracket links.
1170
1171 2006-03-21 Kim F. Storm <storm@cua.dk>
1172
1173 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
1174 fringe-indicator-alist instead of modifying global value.
1175 (gdb-frame-handler): Likewise.
1176
1177 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
1178
1179 * diff-mode.el (diff-function): Make it inherit from diff-header
1180 instead of diff-context.
1181
1182 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
1183 bitmap.
1184 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
1185 change names in macro above for consistency.
1186 (gdb-frame-handler): Use hollow-right-triangle for all selected
1187 frames which except the innermost (where execution has stopped).
1188 (gdb-reset): Reset buffer-local values of overlay-arrow.
1189
1190 2006-03-20 Richard Stallman <rms@gnu.org>
1191
1192 * simple.el (set-mark-command): Doc fix.
1193
1194 * files.el (display-buffer-other-frame): New command.
1195 (ctl-x-4-map): Bind C-x 5 C-o to it.
1196
1197 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1198
1199 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
1200 rather than just defer-time, in case defer-time has been changed but
1201 the timer isn't running yet.
1202 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
1203
1204 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1205
1206 * help-mode.el (help-follow-symbol): New function.
1207 Essentially identical to the old `help-follow', but do not let
1208 `push-button' do the work when on an xref.
1209 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
1210
1211 2006-03-19 Richard Stallman <rms@gnu.org>
1212
1213 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
1214 preceded by the word `program'.
1215 (help-follow-mouse, help-follow): Throw error if not on xref.
1216 Delete no longer used args.
1217
1218 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
1219
1220 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
1221 annotation ensure gud-overlay-arrow-position is redisplayed.
1222
1223 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1224
1225 * textmodes/bibtex.el (bibtex-include-OPTkey)
1226 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
1227 (bibtex-autokey-name-case-convert)
1228 (bibtex-autokey-titleword-case-convert): Make these the aliases
1229 for the following two variables.
1230 (bibtex-autokey-name-case-convert-function)
1231 (bibtex-autokey-titleword-case-convert-function): Make these the
1232 real names.
1233 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
1234 bibtex-font-lock-crossref sublists.
1235 (bibtex-mode): Revert 2005-12-30 change (which made
1236 completion-ignore-case buffer-local).
1237 (bibtex-url): Simplify.
1238
1239 2006-03-19 Kim F. Storm <storm@cua.dk>
1240
1241 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
1242 cursor property value to 2 (to align with C level change).
1243
1244 2006-03-19 Bill Wohler <wohler@newt.com>
1245
1246 * image.el (image-load-path-for-library): Shorten first line in
1247 docstring.
1248
1249 2006-03-18 Richard Stallman <rms@gnu.org>
1250
1251 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
1252
1253 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
1254
1255 * isearch.el (isearch-other-meta-char): Handle user bindings for
1256 shifted control characters.
1257
1258 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
1259
1260 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
1261 part that matches email addresses, file names, etc.
1262
1263 2006-03-18 Eli Zaretskii <eliz@gnu.org>
1264
1265 * term/w32-win.el (mouse-set-font):
1266 Mention w32-list-proportional-fonts in the doc string.
1267
1268 2006-03-18 Kim F. Storm <storm@cua.dk>
1269
1270 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1271 (ido-unc-hosts): New user option to explicitly define list of know
1272 UNC-style hosts for completion.
1273 (ido-cache-unc-host-shares-time): New user option.
1274 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1275 New helper functions for UNC file-name support.
1276 (ido-may-cache-directory): Check for UNC host. Simplify.
1277 (ido-wash-history): Clean out old UNC hosts.
1278 (ido-nonreadable-directory-p): UNC hosts are always readable.
1279 (ido-directory-too-big-p): UNC hosts are never too big.
1280 (ido-set-current-directory): Handle UNC root path.
1281 (ido-file-name-all-completions): Complete UNC host names from
1282 ido-unc-hosts list. Cache UNC host shares.
1283 (ido-make-file-list-1): Don't filter UNC root.
1284 (ido-exhibit): Check for // in root directory, and switch to UNC
1285 mode by setting ido-current-directory to //.
1286
1287 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
1288
1289 * cus-edit.el (customize-changed-options): Mention explicit
1290 version number as default in prompt.
1291
1292 2006-03-17 Bill Wohler <wohler@newt.com>
1293
1294 * image.el (image-load-path-for-library): Minor docstring fix.
1295
1296 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
1297
1298 * textmodes/org.el (org-read-date): Include subgroup 5 into
1299 replacement text.
1300 (org-popup-calendar-for-date-prompt): Fix customization type.
1301
1302 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1303
1304 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1305 (gdb-continuation): New variable.
1306 (gdb-send): Deal with continuation lines.
1307
1308 * progmodes/gud.el (gud-gdb-complete-command)
1309 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1310 expressions.
1311 (gud-tooltip-mode): Use buffer-local value.
1312
1313 2006-03-16 Kim F. Storm <storm@cua.dk>
1314
1315 * ido.el (ido-edit-input): Use selected match, if any.
1316
1317 2006-03-16 Bill Wohler <wohler@newt.com>
1318
1319 * image.el (image-load-path-for-library): Prefer user's images in
1320 image-load-path.
1321
1322 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1323
1324 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1325 when checking for attempt to drag leftmost or rightmost scrollbar.
1326
1327 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1328
1329 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1330 (gdb-force-mode-line-update): New function.
1331 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1332 (gdb-exited): Use them.
1333 (gdb-signal): New function.
1334 (gdb-annotation-rules): Provide a rule for it.
1335
1336 2006-03-16 Kenichi Handa <handa@m17n.org>
1337
1338 * international/mule.el (auto-coding-regexp-alist): Add entries
1339 for Unicode BOM.
1340
1341 * sort.el (sort-build-lists): Temporarily bind
1342 inhibit-field-text-motion to t.
1343
1344 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1345
1346 * locate.el (locate-command, locate-make-command-line)
1347 (locate-fcodes-file, locate-update-command)
1348 (locate-prompt-for-command, locate, locate-with-filter)
1349 (locate-get-file-positions): Doc fixes.
1350 (locate-buffer-name, locate-header-face): Remove leading `*' in
1351 defcustom.
1352 (locate-filter-output): Use `keep-lines' instead of its alias
1353 `delete-non-matching-lines'.
1354 (locate-get-filename, locate-get-dirname): Add introductory comment.
1355 (locate-find-directory-other-window): Give appropriate error
1356 message if used outside main listing.
1357
1358 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1359
1360 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1361 the new extend-region feature.
1362 (font-lock-after-change-function): Update correspondingly.
1363 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1364 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1365
1366 2006-03-15 Bill Wohler <wohler@newt.com>
1367
1368 * image.el (image-load-path-for-library): Fix example by not
1369 recommending that one binds image-load-path. Just defvar it to
1370 placate compiler and only use it if previously defined.
1371
1372 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1373
1374 * textmodes/org.el (org-insert-centered): Use `string-width' to
1375 make underlining work for wide characters.
1376 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1377 TAB to `org-cycle', to make sure that no binding in
1378 `outline-mode-map' can supercede it.
1379
1380 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1381
1382 * allout.el: Increment version to 2.2.1 in file commentary.
1383
1384 (allout-version): Increment to 2.2.1.
1385
1386 (allout-default-layout): New customization variable, used when the
1387 file lacks a specific allout-layout. Uses allout-layout-type for
1388 recursively nested definition.
1389
1390 (allout-layout-type): Widget defining allout layouts, necessary for
1391 self-recursive definition.
1392
1393 (allout-mode): Incorporate allout-default-layout as fallback for
1394 allout-layout.
1395
1396 (allout-layout): Mark as 'safe-local-variable', and refer mention
1397 fallback to `allout-default-layout' in absence of a specified value.
1398 (allout-passphrase-verifier-string)
1399 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1400
1401 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1402
1403 (allout-get-encryption-passphrase-verifier): Use correct name of
1404 passphrase verifier in docstring.
1405
1406 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1407
1408 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1409 elements.
1410 (gdb-find-watch-expression): Make it work for arrays too.
1411 Follow change to gdb-var-list.
1412 (gud-watch): Allow the user to enter variable name with a prexix
1413 arg. Create keybindings.
1414 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1415 (gdb-var-list-children-handler, gdb-var-update-handler)
1416 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1417 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1418 Follow change to gdb-var-list.
1419 (gdb-starting): Don't show the overlay arrows when program is running.
1420
1421 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1422 gdb-var-list.
1423
1424 2006-03-14 Bill Wohler <wohler@newt.com>
1425
1426 * image.el (image-load-path-for-library): Pass value of path
1427 rather than symbol. Always return list of directories.
1428 Guarantee that image directory comes first.
1429
1430 2006-03-14 Alan Mackenzie <acm@muc.de>
1431
1432 * font-core.el (font-lock-extend-region\(-function\)?.):
1433 New function/variable.
1434
1435 * font-lock.el (font-lock-after-change-function):
1436 Call font-lock-extend-region. Obey font-lock-lines-before.
1437 (font-lock-default-fontify-region): Remove reference to
1438 font-lock-lines-before.
1439
1440 * jit-lock.el (jit-lock-after-change):
1441 Call font-lock-extend-region. Obey font-lock-lines-before.
1442
1443 2006-03-14 David Ponce <david@dponce.com>
1444
1445 * tree-widget.el (tree-widget-themes-load-path)
1446 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1447
1448 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1449
1450 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1451 (rcirc-print): Mark the start of text at the end of the prompt.
1452 (rcirc-track-minor-mode): Add autoload cookie.
1453 (rcirc-update-activity-string): Add space to front of mode-line
1454 indicator.
1455
1456 2006-03-13 Miles Bader <miles@gnu.org>
1457
1458 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1459 (rcirc-abbrev-nick): Remove function.
1460 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1461
1462 2006-03-13 David Ponce <david@dponce.com>
1463
1464 * tree-widget.el: Handle themes across all occurrences of the main
1465 themes sub-directory found in tree-widget-themes-load-path.
1466 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1467 (tree-widget--locate-sub-directory): Return all occurrences.
1468 (tree-widget-themes-path): New function.
1469 Replace tree-widget-themes-directory, and return a list of directories.
1470 (tree-widget-set-parent-theme)
1471 (tree-widget-lookup-image): Use it.
1472
1473 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1474
1475 * textmodes/org.el (org-link-search): Avoid self-matching of
1476 links, allow target text to be distributed over several lines.
1477 (org-search-not-link): New function.
1478 (org-set-regexps-and-options, org-get-current-options):
1479 New startup options.
1480 (org-export-as-html): Take odd-level setting from local variable.
1481 (org-fontify-emphasized-text): New option.
1482 (org-set-font-lock-defaults): Include emphasized text.
1483 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1484 (org-font-lock): Customize group renamed from `org-faces'.
1485
1486 2006-03-13 John Paul Wallington <jpw@pobox.com>
1487
1488 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1489 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1490
1491 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1492
1493 * cus-start.el (all): Delete :version keyword for members of the
1494 fringe group, since the entire group is new in 22.1.
1495
1496 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1497
1498 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1499 map if value is hexadecimal (an address).
1500 (gud-watch): Only search roots for existing watch expressions.
1501 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1502 prevent caching problems with speedbar-update-directory-contents.
1503
1504 2006-03-12 Juri Linkov <juri@jurta.org>
1505
1506 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1507 before comparing with `low' and `warn'.
1508
1509 * info.el (Info-dir-remove-duplicates): Move point to the
1510 beginning of the current line after deleting the entries from
1511 redundant heading. Use marker for `limit' and compare it with
1512 point before calling `re-search-forward'.
1513
1514 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1515
1516 * simple.el (yank): Fix typo in docstring.
1517
1518 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1519
1520 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1521 messages, where "D" is the 6th character.
1522
1523 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1524
1525 * simple.el (yank): Fix last change.
1526
1527 2006-03-11 David Ponce <david@dponce.com>
1528
1529 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1530 merging elements from the standard ispell-dictionary-alist.
1531 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1532 alist, and return the new alist.
1533
1534 2006-03-11 Richard Stallman <rms@gnu.org>
1535
1536 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1537
1538 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1539 the way it is implemented is too unclean.
1540
1541 * simple.el (kill-region, yank): Doc fix.
1542
1543 * battery.el (battery-echo-area-format): Doc fix.
1544 (battery-mode-line-format): Likewise.
1545 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1546 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1547
1548 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1549
1550 * progmodes/octave-mod.el (octave-indent-for-comment):
1551 Behave according to do string.
1552
1553 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1554
1555 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1556 Be visible only if major mode is Mail Mode.
1557
1558 * textmodes/flyspell.el (flyspell-external-point-words)
1559 (flyspell-process-localwords): Fix last changes.
1560
1561 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1562
1563 * calendar/holidays.el (list-holidays): Doc fix.
1564
1565 * international/mule.el (auto-coding-alist): Add .odt
1566 (OpenOffice's open document) files.
1567
1568 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1569 document) files. Mention in the doc string the need to sync with
1570 auto-coding-alist.
1571
1572 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1573
1574 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1575 enable-local-variables is set to always query, or there is no
1576 savable variable.
1577
1578 2006-03-10 Bill Wohler <wohler@newt.com>
1579
1580 * image.el (image-load-path-for-library): Merge at least three
1581 functions from Gnus and MH-E into this one function that can now
1582 be shared.
1583
1584 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1585
1586 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1587 gdb-remove-mouse-face and remove help-echo too.
1588 (gdb-enqueue-input): Correct conditional clause.
1589
1590 2006-03-10 Glenn Morris <rgm@gnu.org>
1591
1592 * calendar/calendar.el (calendar-holidays): Doc fix.
1593 * calendar/holidays.el (list-holidays): Doc fix.
1594
1595 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1596
1597 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1598 it gets called in gdb-prompt anyway.
1599 (gdb-use-separate-io-buffer): Only restore window arrangement for
1600 gdb-many-windows.
1601 (gdb-enqueue-input): Make it harder to send GDB input when program
1602 is running.
1603 (gdb-buffer-list): New variable.
1604 (gdb-remove-mouse-face): New function.
1605 (gdb-starting): Use it when GDB input won't get sent.
1606
1607 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1608
1609 * help.el (view-lossage): Remove trailing whitespace before
1610 inserting "\n".
1611
1612 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1613
1614 * files.el (hack-local-variables-confirm):
1615 Set coding-system-for-read to nil before writing to .emacs.
1616
1617 * arc-mode.el (archive-extract): Check if an existing buffer name
1618 comes from a different archive.
1619
1620 * help.el (describe-key-briefly): If KEY is a down event, read and
1621 discard the up event.
1622
1623 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1624
1625 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1626 be edited and use font-lock-warning-face for any changes.
1627
1628 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1629 (gdb-edit-value): Use it to report any errors.
1630
1631 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1632
1633 * help.el (describe-key): Remove leftover test code.
1634
1635 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1636
1637 * textmodes/org.el: Move defvars out of eval-when-compile.
1638 Use buffer-file-name variable.
1639 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1640 arg `file'.
1641 (org-level-faces): Remove startup dependency.
1642 (org-cycle, org-map-tree, org-scan-tags)
1643 (org-remember-handler): Don't call `outline-level' directly.
1644 (org-mhe-search-all-folders): New option.
1645 (org-mhe-get-message-folder-from-index)
1646 (org-mhe-get-message-folder): Fix indexing search.
1647 (org-format-agenda-item): Handle nil TAGS argument.
1648 (org-cleaned-string-for-export, org-activate-target-links)
1649 (org-make-target-link-regexp): Deal with empty radio target list.
1650 (org-tag): New face.
1651 (org-get-level-face): New function.
1652 (org-set-font-lock-defaults): Simplify setup for headlines.
1653 (org-complete): Pass common substring to `display-completion-list'.
1654
1655 2006-03-06 David Ponce <david@dponce.com>
1656
1657 * tree-widget.el: Update Commentary header.
1658 (tree-widget-theme-name): Ignore parent themes.
1659 (tree-widget-set-parent-theme): New function.
1660 (tree-widget-set-theme): Use it.
1661 (tree-widget-set-image-properties): Move definition. Does nothing
1662 if image properties have already been set.
1663 (tree-widget-image-properties): Move definition. Receive an image
1664 name. Set the :pointer property.
1665 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1666 Don't set the :pointer image property.
1667 (tree-widget-convert-widget): New function. Handle :dynargs
1668 compatibility here.
1669 (tree-widget): Use it to :convert-widget. Add the :expander-p
1670 predicate to control when the :expander function is entered.
1671 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1672 (tree-widget-value-create): Handle :expander-p. widget-apply
1673 :expander.
1674 (tree-widget-expander-p): New function. Default value of the
1675 :expander-p property.
1676
1677 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1678
1679 * help.el (describe-key): Properly handle the return value of
1680 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1681 remaps. Handle string and vector `follow-link' values.
1682
1683 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1684
1685 * complete.el (PC-expand-many-files): Try be more careful when parsing
1686 the shell's output.
1687
1688 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1689
1690 * outline.el (hide-sublevels): Provide better interactive default.
1691
1692 2006-03-06 Kenichi Handa <handa@m17n.org>
1693
1694 * international/fontset.el (create-fontset-from-fontset-spec):
1695 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1696
1697 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1698
1699 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1700 backslashes instead of one in regexp.
1701 (gud-tooltip-dereference): Add missing optional argument.
1702
1703 2006-03-04 John Paul Wallington <jpw@pobox.com>
1704
1705 * wdired.el (toplevel): Require `cl' at compile-time.
1706
1707 2006-03-04 Andreas Schwab <schwab@suse.de>
1708
1709 * server.el (server-process-filter): Handle errors during
1710 evaluation of the argument.
1711
1712 2006-03-03 John Paul Wallington <jpw@pobox.com>
1713
1714 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1715 escape parentheses at beginning of line.
1716 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1717 (t-mouse-mode): Remove period from end of error message.
1718
1719 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1720
1721 * textmodes/flyspell.el (flyspell-process-localwords):
1722 Be case-sensitive.
1723
1724 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1725
1726 * cus-edit.el (custom-quote): Remove function, since it has been
1727 moved to custom.el.
1728
1729 * font-lock.el (lisp-font-lock-keywords-2)
1730 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1731 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1732 they have no special meaning.
1733
1734 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1735 indirect buffer gets killed before indirect buffer. Use dolist.
1736
1737 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1738
1739 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1740 value instead of a literal constant (1) on more pauses.
1741
1742 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1743
1744 * textmodes/flyspell.el (flyspell-external-point-words):
1745 Be case-sensitive.
1746
1747 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1748
1749 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1750 with "www".
1751
1752 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1753
1754 * allout.el: Restablish intermediate missing comment header to
1755 preserve outline structure.
1756 (allout-beginning-of-current-entry): Skip invisible text.
1757 (allout-open-topic): Fix opening a topic at end-of-buffer.
1758 (allout-minor-mode): Move nearer to allout-mode function.
1759
1760 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1761
1762 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1763
1764 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1765
1766 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1767 is nil.
1768
1769 * progmodes/gud.el (gud-speedbar-menu-items):
1770 Use buffer-local-value and add missing :visible keyword.
1771
1772 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1773
1774 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1775
1776 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1777 must be `follow-link'.
1778
1779 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1780
1781 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1782 formatting: No nested anchors.
1783 (org-all-targets): Fix bug with XEmacs compatibility.
1784 (org-read-date): Add (require 'parse-time).
1785 (org-set-tags): Fix bug with extra inserted space.
1786 (org-export-html-style): Define a style class for targets.
1787 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1788 (org-hide-leading-stars): New option.
1789 (org-hide): New face.
1790 (org-set-font-lock-defaults): Allow to hide leading stars.
1791 (org-get-legal-level, org-tr-level): New functions.
1792 (org-odd-levels-only): New option.
1793 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1794 (org-demote, org-promote): Deal with double-star levels.
1795 (org-convert-to-odd-levels): New command.
1796
1797 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1798
1799 * speedbar.el (speedbar-update-localized-contents): Try to
1800 preserve window-start.
1801 (speedbar-update-directory-contents): Try to preserve window-start
1802 and window-point.
1803 (speedbar-update-special-contents): Don't move back to start of window.
1804
1805 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1806 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1807 speedbar-timer-fn.
1808 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1809 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1810 instead of gdb-speedbar-timer-fn.
1811
1812 2006-02-28 Jay Belanger <belanger@truman.edu>
1813
1814 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1815 (math-compose-expr): Use latex option when calling
1816 `math-compose-tex-matrix' for latex mode.
1817
1818 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1819
1820 * speedbar.el: Re-instate comments about developing for speedbar
1821 [this is what info and gdb-ui use even if better methods exist now].
1822
1823 * t-mouse.el: New file.
1824 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1825 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1826 (t-mouse-make-event-element): Use posn-at-x-y instead.
1827 (t-mouse-make-event): Deal with Fedora Core 3.
1828 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1829 (t-mouse-mouse-position-function): New function. Use it instead
1830 of advising mouse-position.
1831 (t-mouse-mode): New minor mode.
1832 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1833
1834 2006-02-27 Glenn Morris <rgm@gnu.org>
1835
1836 * calendar/calendar.el (calendar-holidays): Doc fix.
1837
1838 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1839
1840 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1841 Re-introduce the concept of a source window.
1842 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1843 consistency with get-buffer-create.
1844 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1845 (gdb-data-list-register-values-handler)
1846 (gdb-stack-list-locals-handler): Try to preserve window-start as
1847 well as window-point.
1848 (gdb-display-source-buffer): New function (old concept).
1849 (gdb-goto-breakpoint): Use it.
1850
1851 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1852 for gdb-ui/gdb-mi (old concept).
1853
1854 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1855
1856 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1857 binding.
1858
1859 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1860
1861 * textmodes/reftex-sel.el (reftex-select-label-map)
1862 (reftex-select-bib-map): Add `follow-mouse' binding.
1863
1864 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1865
1866 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1867 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1868 Give :set functions to provide automatic updating.
1869 Update docstring. Give compiler defvars early in the file
1870 and move the defcustoms to a later spot where all called functions
1871 are defined.
1872 (jka-compr-file-name-handler-entry): Doc fix.
1873 (jka-compr-compression-info-list--internal)
1874 (jka-compr-mode-alist-additions--internal)
1875 (jka-compr-load-suffixes--internal): New variables.
1876 (jka-compr-install): Set the three above variables.
1877 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1878 (jka-compr-update, jka-compr-set): New functions.
1879 (auto-compression-mode): Doc fix.
1880
1881 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1882 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1883 Use jka-compr-compression-info-list--internal,
1884 jka-compr-mode-alist-additions--internal and
1885 jka-compr-load-suffixes--internal.
1886
1887 * files.el (load-library):
1888 * loadhist.el (file-loadhist-lookup):
1889 * startup.el (command-line):
1890 * subr.el (locate-library):
1891 * emacs-lisp/autoload.el (update-directory-autoloads):
1892 * emacs-lisp/find-func.el (find-library-suffixes):
1893 Use `get-load-suffixes' instead of `load-suffixes'.
1894
1895 * subr.el (locate-library):
1896 * emacs-lisp/find-func.el (find-library-name):
1897 Use `load-file-rep-suffixes' instead of '("").
1898
1899 2006-02-26 Kim F. Storm <storm@cua.dk>
1900
1901 * ido.el (ido-save-history, ido-load-history): Simplify.
1902 Don't use find-file-noselect to avoid interference from other modes.
1903
1904 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1905
1906 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1907 to use the default shell if filename is not available.
1908 Reported by Giorgos Keramidas.
1909
1910 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1911
1912 * progmodes/etags.el (tags-completion-table): Do completion from
1913 all the tables in the current list, as documented in the manual.
1914
1915 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1916
1917 * CC Mode Update to 5.31.3.
1918
1919 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1920
1921 * progmodes/cc-mode.el (c-postprocess-file-styles):
1922 Bind inhibit-read-only to t, around the call to
1923 c-remove-any-local-eval-or-mode-variables, so that it works on a
1924 RO file.
1925
1926 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1927
1928 * progmodes/cc-awk.el: Correct a typo.
1929
1930 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1931
1932 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1933 c-hungry-delete-backwards, at the request of RMS. Leave the old
1934 name as an alias.
1935
1936 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1937
1938 * progmodes/cc-mode.el: Correct a typo.
1939
1940 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1941
1942 * progmodes/cc-defs.el: Update the version number to 5.31.3.
1943
1944 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1945
1946 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1947 brace-else-brace (error due to mbeg, mend being undefined).
1948
1949 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1950
1951 * progmodes/cc-mode.el: File Local variables: Solve the problem
1952 where both `mode' and c-file-offsets are specified: `mode' will
1953 overwrite c-f-o's settings:
1954 (c-remove-any-local-eval-or-mode-variables): New function.
1955 (c-postprocess-file-styles): Call the above new function, within
1956 c-tentative-buffer-change, to splat `mode' and `eval' before the
1957 second hack-local-variables.
1958
1959 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1960
1961 * progmodes/cc-mode.el:
1962 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1963 (c-after-change): Protect the match data with save-match-data.
1964 It was getting corrupted by c-after-change-check-<>-operators.
1965
1966 * cc-defs.el: [Supersedes patch V1.38]:
1967 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1968 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
1969
1970 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1971 with save-match-data. It was being corrupted when Font Lock was
1972 not enabled.
1973
1974 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1975
1976 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1977 Mode and Subword Mode.
1978
1979 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1980 real labels ("case 1:" or "foo:") from non-labels ("public:").
1981 (c-forward-objc-directive): Replace c-forward-token-2 with crude
1982 coding; c-f-t-2 doesn't move over a token at EOB.
1983
1984 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1985
1986 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1987 (c-update-modeline): Concatenate the minor mode indicators
1988 directly onto mode-name, removing c-submode-indicators.
1989 Sometimes, c-s-i got separated from the mode name on the mode line.
1990
1991 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1992 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1993
1994 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1995
1996 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1997 error message when there's an evaluation error to show whether
1998 it's loaded from source or not.
1999 (c-filter-ops): Make it available at runtime too to work when
2000 `c-make-init-lang-vars-fun' needs to evaluate from source.
2001
2002 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
2003
2004 * help.el (help): Revert last part of 2006-02-23 change (deletion
2005 of the `provide' call).
2006
2007 2006-02-23 Juri Linkov <juri@jurta.org>
2008
2009 * compare-w.el (compare-windows-highlight): Add new value
2010 `persistent' and change :type from `boolean' to `choice'.
2011 (compare-windows-overlays1, compare-windows-overlays2):
2012 New internal variables.
2013 (compare-windows-highlight): If compare-windows-highlight is
2014 `persistent', add current overlays to compare-windows-overlays[12]
2015 instead of adding compare-windows-dehighlight to pre-command-hook.
2016 (compare-windows-dehighlight): Delete all overlays from
2017 compare-windows-overlays[12].
2018
2019 * info.el (Info-search): Don't bind search-spaces-regexp to
2020 Info-search-whitespace-regexp in non-regexp isearch mode.
2021
2022 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2023
2024 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
2025
2026 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
2027
2028 * textmodes/org.el (org-xemacs-p)
2029 (org-export-html-show-new-buffer, org-table-may-need-update)
2030 (org-insert-item, org-mhe-get-message-real-folder)
2031 (org-mhe-get-message-folder-from-index)
2032 (org-mhe-get-message-folder, org-mhe-get-message-num)
2033 (org-mhe-get-header, org-make-org-heading-search-string)
2034 (org-make-org-heading-camel, org-table-sort-lines)
2035 (org-format-org-table-html, org-format-table-table-html):
2036 Fix typos in docstrings.
2037
2038 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
2039
2040 * textmodes/org.el (org-cleaned-string-for-export)
2041 (org-solidify-link-text): New function.
2042 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
2043 XEmacs, just to silence the compiler.
2044 (org-export-as-ascii, org-export-as-html-and-open):
2045 Use `org-cleaned-string-for-export' and create internal links.
2046 (org-follow-mhe-link): Require mh-e, use folder.
2047
2048 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2049
2050 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
2051
2052 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
2053 gdb-debug-log-length.
2054 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
2055 it a real ring but...
2056 (gud-gdba-marker-filter): ...make it work like mark-ring.
2057 (gdb-enable-debug): Rename from gdb-enable-debug-log.
2058 (gdb-mouse-jump): New function. Add bindings.
2059
2060 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2061
2062 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
2063 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
2064 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
2065 (gdb-debug-log-length): Customize it's length.
2066 (gud-watch, gdb-var-create-handler): Display function::var format
2067 but don't use to create variable object.
2068 (gdb-var-create-handler): Use message-box in place of message.
2069 (gdb-stopped): Call gdb-exited if signalled.
2070
2071 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
2072
2073 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
2074
2075 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
2076
2077 * textmodes/reftex.el (reftex-locate-file): Search all extensions
2078 if `reftex-try-all-extensions' is set.
2079
2080 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
2081 fail silently when there is no valid argument at point.
2082 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
2083 `fail-silently' argument. From a patch by David Reiter.
2084
2085 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
2086 New commands.
2087 (org-mark-ring): New variable.
2088 (org-mark-ring-length): New option.
2089 (org-open-at-point, org-goto, org-open-file): Push old position
2090 onto the mark ring.
2091 (org-add-hook): New function.
2092 (org-export-table-remove-special-lines): New option.
2093 (org-skip-comments, org-format-org-table-html): Respect new
2094 option `org-export-table-remove-special-lines'.
2095 (org-open-file): Allow special command configuration for
2096 directory link.
2097 (org-file-apps): Fix bugs in customize type, added setting
2098 for directories.
2099 (org-activate-tags, org-format-agenda-item, org-complete)
2100 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
2101 (org-get-tags, org-get-buffer-tags, org-open-at-point)
2102 (org-link-search, org-make-org-heading-search-string)
2103 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
2104 (org-radio-targets, org-file-link-context-use-camel-case)
2105 (org-activate-camels): New options.
2106 (org-update-radio-target-regexp, org-all-targets)
2107 (org-make-target-link-regexp, org-activate-target-links):
2108 New functions.
2109 (org-make-org-heading-search-string): New function.
2110 (org-store-link, org-insert-link): Use new option
2111 `org-file-link-context-use-camel-case'.
2112 (org-activate-camels): Use new option `org-activate-camels'.
2113 (org-link-regexp): Add mhe prefix.
2114 (org-open-at-point, org-store-link): Support for mhe links.
2115 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
2116 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
2117 (org-mhe-get-header, org-follow-mhe-link): New functions.
2118 (org-remove-angle-brackets, org-add-angle-brackets):
2119 New functions.
2120 (org-bracket-link-regexp): New constant.
2121 (org-read-date): Fix bug that was rejecting all typed dates.
2122 (org-link-search): Make hierarchy above visible after a match.
2123 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
2124 (org-store-link): Fix bug with link creation when cursor is in
2125 an empty line.
2126 (org-open-at-point): Fix bug with matching a link.
2127 Fixed buggy argument sequence in call to `org-view-tags'.
2128 (org-compile-prefix-format): Set `org-prefix-has-tag'.
2129 (org-prefix-has-tag): New variable.
2130 (org-format-agenda-item): Remove tags from headline
2131 if appropriate.
2132 (org-agenda-remove-tags-when-in-prefix): New option.
2133
2134 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
2135
2136 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
2137 Fix the regular expressions.
2138
2139 2006-02-21 Richard M. Stallman <rms@gnu.org>
2140
2141 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
2142 if there's no other specific basis.
2143
2144 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
2145 as variables at all.
2146 (unsafep-variable): Rename arg; doc fix.
2147
2148 * abbrevlist.el (list-one-abbrev-table): Add autoload.
2149
2150 * calendar/appt.el (diary-selective-display): Add defvar.
2151
2152 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
2153
2154 * isearch.el (search-whitespace-regexp): Fix custom type.
2155
2156 * help.el (describe-key-briefly): Compute interactive args
2157 in same was as before previous change.
2158
2159 * files.el (enable-local-variables): Doc fix.
2160
2161 2006-02-21 Kim F. Storm <storm@cua.dk>
2162
2163 * fringe.el: Cleanup as file is now pre-loaded.
2164 (fringe-bitmaps): Initialize unconditionally.
2165 (fringe-mode, set-fringe-style): Remove autoload cookies.
2166
2167 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2168
2169 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
2170 `horizontal-bar'.
2171 (fringe-cursor-alist): Use `horizontal-bar'.
2172
2173 2006-02-20 Kim F. Storm <storm@cua.dk>
2174
2175 * fringe.el (fringe-bitmaps): Update to new bitmap names.
2176 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
2177
2178 * loadup.el: Load "fringe" on window systems.
2179
2180 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2181
2182 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
2183 out of scope components.
2184
2185 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
2186 default.
2187
2188 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
2189
2190 * custom.el (customize-mark-to-save, customize-mark-as-set):
2191 Load the symbol first.
2192
2193 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
2194
2195 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
2196 strech spec so it doesn't display as "^J" on the header line
2197 when `Buffer-menu-use-header-line' is t.
2198
2199 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2200
2201 * speedbar.el (speedbar-make-button): Keep text properties
2202 of string arguments if desired.
2203
2204 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
2205 expessions.
2206
2207 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
2208 of speedbar.
2209
2210 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
2211
2212 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
2213 to value of `read-file-name-completion-ignore-case'.
2214
2215 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
2216
2217 * custom.el (customize-mark-as-set): Push to `user' theme.
2218
2219 * cus-edit.el (custom-save-variables): Allow unthemed values.
2220 (customize-set-variable): Push setting to `user' theme.
2221
2222 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2223
2224 * progmodes/gud.el: Don't require font-lock as it's now
2225 automatically loaded.
2226 (gud-speedbar-buttons): Replace gdb-var-changed with
2227 gdb-force-update.
2228
2229 * progmodes/gdb-ui.el (gdb-force-update): Rename from
2230 gdb-var-changed.
2231 (gdb-post-prompt): Use it.
2232 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2233 (gdb-var-update-handler, gdb-var-delete)
2234 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
2235 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
2236 gdb-force-update in gdb-post-prompt.
2237 (gdb-reset): Clear watch expressions from speedbar when quitting.
2238
2239 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2240
2241 * viper-cmd.el (viper-insert-state-post-command-sentinel)
2242 (viper-change-state-to-vi, viper-change-state-to-emacs):
2243 Make aware of cursor coloring in the Emacs state.
2244 (viper-special-read-and-insert-char): Use read-char-exclusive.
2245 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
2246
2247 * viper-init.el (viper-emacs-state-cursor-color): New variable.
2248
2249 * viper-util.el (viper-save-cursor-color)
2250 (viper-get-saved-cursor-color-in-replace-mode)
2251 (viper-get-saved-cursor-color-in-insert-mode)
2252 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
2253 state.
2254 (viper-get-saved-cursor-color-in-emacs-mode): New function.
2255
2256 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
2257 (ediff-ignore-case-option3, ediff-actual-diff-options)
2258 (ediff-actual-diff3-options): New variables to control case sensitivity.
2259 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
2260 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
2261 (ediff-toggle-ignore-case): New function.
2262 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
2263
2264 * ediff-help.el (ediff-long-help-message-narrow2)
2265 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
2266 (ediff-long-help-message-word-mode): Add ignore-case command.
2267 (ediff-help-for-quick-help): Add ignore-case command.
2268
2269 * ediff-merg.el: Move provide to the end.
2270
2271 * ediff-ptch.el: Move provide to the end.
2272
2273 * ediff-wind.el: Move provide to the end.
2274
2275 * ediff-mult.el: Move provide to the end.
2276 (ediff-set-meta-overlay): Enable follow-link.
2277
2278 * ediff.el: Move provide to the end.
2279 Break recursive load cycle in eval-when-compile.
2280 (ediff-patch-buffer): Better heuristics.
2281
2282 * ediff-util.el: Move provide to the end.
2283 Break recursive load cycle in eval-when-compile.
2284 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
2285 defuns.
2286 (ediff-submit-report): Pass the values of ediff-diff3-program,
2287 ediff-diff3-options.
2288
2289 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2290
2291 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2292 the opening bracket of the following bracketing pairs: {}, [], (), <>,
2293 `' (for example, in the docstring of `windmove-default-keybindings').
2294
2295 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2296
2297 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2298 shadow face. Don't provide binding to edit variable when it is
2299 out of scope.
2300
2301 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2302 (gdb-var-update-handler): Detect out of scope variables with pre
2303 GDB 6.4 too.
2304 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2305 Reset status of variable objects to nil in update handlers.
2306 (gdb-var-update-handler-1): Detect when a variable object comes
2307 in scope. setcar on var changes gdb-var-list directly.
2308
2309 2006-02-17 Juri Linkov <juri@jurta.org>
2310
2311 * ffap.el (ffap) <defface>: Add explicit face declaration.
2312 (ffap-highlight): Use face `ffap' directly instead of checking
2313 for its existence.
2314
2315 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2316 `visible-ok' of `other-buffer' to find the right original buffer.
2317
2318 * info.el (Info-search): Skip `Local Variables' node.
2319
2320 2006-02-17 Juri Linkov <juri@jurta.org>
2321
2322 * info.el (Info-find-file): Check for symbols `apropos', `history',
2323 `toc' in the input filename, and return these symbols as is.
2324 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2325 `history', `toc' instead of strings.
2326 (Info-set-mode-line): For non-string Info-current-file use the
2327 symbol's name inside **.
2328 (Info-isearch-push-state): Add quote before Info-current-file and
2329 Info-current-node.
2330 (Info-isearch-pop-state): Use `equal' instead of `string='.
2331 (Info-extract-pointer, Info-following-node-name): Use
2332 `match-string-no-properties' instead of `match-string'.
2333 (Info-up): Check `old-file' for `stringp'.
2334 (Info-history): Use `equal' instead of `string-equal'.
2335 Check `file' for `stringp'.
2336 (Info-history): Use symbol `history' instead of string as first arg
2337 of `Info-find-node'.
2338 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2339 `toc' instead of string.
2340 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2341 instead of `buffer-substring', and `match-string-no-properties'
2342 instead of `match-string'.
2343 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2344 instead of strings.
2345 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2346 Use symbol `apropos' instead of string.
2347 (Info-copy-current-node-name): Check `Info-current-file' for
2348 `stringp' and construct a command with `Info-find-node' from it.
2349 (Info-fontify-node): Use `match-string-no-properties' instead of
2350 `match-string' and check file names for `stringp'.
2351 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2352 `history', `toc' instead of strings.
2353
2354 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2355
2356 * files.el: Rearrange functions and variables in the file local
2357 variables section.
2358
2359 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2360
2361 * files.el: Add truncate-lines, ispell-check-comments and
2362 ispell-local-dictionary as safe local variables.
2363
2364 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2365
2366 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2367 out of scope variables.
2368 (gud-speedbar-buttons): Use unless.
2369
2370 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2371 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2372 (gdb-show-changed-values): Also use for out of scope variables.
2373 (gdb-var-update-handler-1): Note if variable goes out of scope.
2374
2375 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2376
2377 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2378 default to global variable values for unsupplied args.
2379 (rcirc-get-buffer-create): Fix bug with setting the target.
2380 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2381 test for rcirc-always-use-server-buffer-flag here.
2382 (rcirc-response-formats): Add %N, which is a facified nick. %n
2383 uses the default face. Change the ACTION format string. If the
2384 "nick" is the server, don't print anything for that field.
2385 Comment fixes.
2386 (rcirc-target-buffer): Don't test
2387 rcirc-always-use-server-buffer-flag here.
2388 (rcirc-print): Squeeze extra spaces out of the text before message.
2389 (rcirc-put-nick-channel): Strip potential "@" char from nick
2390 before adding them to nick table.
2391 (rcirc-url-regexp): Improve to match address like "foo.com".
2392
2393 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2394
2395 * allout.el (allout-hidden-p): Move this defsubst before
2396 allout-overlay-interior-modification-handler, where it is first
2397 used.
2398
2399 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2400
2401 * allout.el: Use allout invisible-text overlays instead of
2402 selective display for concealed text. Also, lots of general
2403 cleanup, and improved compatibility code.
2404
2405 (allout-version) Incremented, corrected, revised, and refined
2406 module commentary.
2407
2408 (provide 'allout): Moved to the bottom, added a require of overlay.
2409
2410 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2411 `except-current'.
2412 (allout-write-file-hook-handler): Minimize delay.
2413 (count-trailing-whitespace-region): New function so
2414 auto-encryption of current topic can resituate cursor exactly.
2415 PGP/GPG encryption trims trailing whitespace from lines, which
2416 must be accounted for across encryption then decryption.
2417
2418 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2419 just plain "\C-c", to avoid intruding on user's keybinding space.
2420
2421 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2422 parameter, so user request to provide a new password is done.
2423
2424 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2425 Refined mechanism for auto-filling behavior while in allout mode.
2426
2427 (allout-mode): Explicitly specify the mode map in the docstring.
2428 Clarify provision for various write-file hook var names.
2429 Adjusted for invisible-text overlays instead of selective-display.
2430
2431 (allout-depth): Really return 0 if not within any topic. This
2432 rectifies `allout-beginning-of-level' and sequence numbering
2433 errors that occur when cutting and pasting numbered topics.
2434 Changed from a in-line subst to a regular function, as well.
2435
2436 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2437
2438 (allout-end-of-subtree, allout-end-of-subtree)
2439 (allout-end-of-entry, allout-end-of-current-heading)
2440 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2441 (allout-show-children, allout-show-to-offshoot)
2442 (allout-hide-current-entry, allout-show-current-entry): Rectified
2443 handling of trailing blank lines between items.
2444
2445 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2446 (allout-current-depth, allout-unprotected, allout-hidden-p)
2447 (allout-on-current-heading-p, allout-listify-exposed)
2448 (allout-chart-subtree, allout-goto-prefix)
2449 (allout-back-to-current-heading, allout-get-body-text)
2450 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2451 (allout-hide-region-body, allout-toggle-subtree-encryption)
2452 (allout-encrypt-string, allout-encrypted-key-info)
2453 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2454 (allout-file-vars-section-data): Adjusted for use with
2455 invisible-text overlays instead of selective-display.
2456
2457 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2458 Reworked for use with invisible text overlays.
2459
2460 (allout-current-topic-collapsed-p): New function.
2461
2462 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2463 to know when to close the containing topic.
2464
2465 (allout-pre-command-business, allout-post-command-business):
2466 Simplify undo-batching and dynamic isearch exposure.
2467
2468 (allout-set-overlay-category): New for invisible-text overlays.
2469 Sets properties of allout-overlay-category, used by
2470 allout-flag-region to set invisible-text overlay properties.
2471 (allout-get-invisibility-overlay): Get the first qualifying
2472 invisibility overlay, so we can find the extent of it.
2473 (allout-back-to-visible-text): Get to just before the beginnining
2474 of the current invisibility overlay, if any.
2475
2476 (allout-overlay-insert-in-front-handler)
2477 (allout-overlay-interior-modification-handler)
2478 (allout-before-change-handler, allout-isearch-end-handler): New
2479 functions to handle extraordinary actions affecting concealed
2480 text.
2481
2482 (allout-flag-region): Use overlays instead of selective-display
2483 for invisible text - by inheritence from the properties of
2484 allout-overlay-category in mainline Emacs, and applied
2485 property-by-property in XEmacs, some recent versions of which
2486 don't inherit the properties from the category. Provisions to
2487 respond to concealed-text edits simplified drastically.
2488
2489 (allout-isearch-rectification, allout-isearch-was-font-lock)
2490 (allout-isearch-expose, allout-enwrap-isearch)
2491 (allout-isearch-abort, allout-pre-was-isearching)
2492 (allout-isearch-prior-pos, allout-isearch-did-quit)
2493 (allout-isearch-dynamic-expose)
2494 (allout-hide-current-entry-completely): Functions deleted.
2495
2496 (allout-undo-aggregation): Explicit undo aggregation no longer
2497 necessary due to transition away from selective-display.
2498
2499 (set-allout-regexp, allout-up-current-level)
2500 (allout-next-visible-heading, allout-forward-current-level)
2501 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2502 (allout-kill-line, allout-yank-processing, allout-show-children)
2503 (allout-expose-topic, allout-old-expose-topic)
2504 (allout-listify-exposed, allout-insert-latex-header)
2505 (allout-toggle-subtree-encryption, allout-encrypt-string)
2506 (remove-from-invisibility-spec, allout-hide-current-subtree):
2507 Ditched unused variables.
2508
2509 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2510
2511 * textmodes/ispell.el (ispell-change-dictionary): Call
2512 ispell-buffer-local-dict instead of
2513 ispell-accept-buffer-local-defs.
2514 (ispell-local-dictionary-alist): Accept as valid any coding-system
2515 supported by Emacs.
2516 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2517 changed to iso-8859-3.
2518
2519 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2520
2521 * speedbar.el (speedbar-frame-width): Make an inline function
2522 instead of a macro. Use frame-width.
2523 (speedbar-try-completion, speedbar-update-contents)
2524 (speedbar-timer-fn): Use consp.
2525 (speedbar-update-localized-contents): Try to preserve point.
2526
2527 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2528 (menu): Re-order menu items.
2529 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2530 field.
2531 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2532 (gdb-post-prompt): Speed things by not forcing update.
2533
2534 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2535
2536 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2537 press and perform default action if we get a mouse movement event.
2538
2539 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2540
2541 * calendar/icalendar.el (icalendar--get-event-property)
2542 (icalendar--get-event-property-attributes): Fix typos in
2543 docstrings.
2544
2545 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2546 docstring.
2547
2548 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2549
2550 * bs.el (bs-mode): Use `buffer-disable-undo'.
2551 (bs--get-file-name): Simplify.
2552 (bs-show-in-buffer): Mark the buffer as not modified.
2553
2554 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2555
2556 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2557 widget-button-click.
2558
2559 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2560 (custom-mode): Update docstring.
2561
2562 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2563 binding.
2564
2565 * files.el (hack-local-variables-confirm): Allow scrolling if the
2566 file variable list is too long. Kill temp buffer after use.
2567
2568 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2569
2570 * progmodes/gud.el (gdb): Improve doc string.
2571 (gdb-script-font-lock-keywords): Expand allowed character set.
2572
2573 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2574 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2575 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2576 (gdb-separate-io-stop, gdb-separate-io-eof):
2577 Rename from gdb-inferior-* to gdb-separate-*.
2578 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2579
2580 2006-02-14 Jay Belanger <belanger@truman.edu>
2581
2582 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2583 expression is a symbol before checking that it is bound.
2584
2585 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2586 test to see if equation can be solved.
2587
2588 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2589
2590 * wid-edit.el (widget-button-click): Use :pressed-face property
2591 for overlay face, if it exists.
2592
2593 * cus-edit.el (custom-manual, custom-add-see-also)
2594 (custom-add-parent-links, custom-group-link): Add :pressed-face
2595 property to links.
2596
2597 * files.el (hack-local-variables): Remove ignored variables before
2598 checking if any variables need setting.
2599
2600 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2601
2602 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2603
2604 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2605
2606 * help.el (where-is): Fix message for remapped commands.
2607
2608 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2609 Fix typos in docstrings.
2610
2611 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2612
2613 * files.el (safe-local-variable-values): New option.
2614 (hack-local-variables-prop-line): Return a list of variable-value
2615 pairs if MODE-ONLY is non-nil.
2616 (hack-local-variables): Construct list of variable-value pairs,
2617 and apply or reject them in one go. Ask for confirmation if
2618 variables are not known safe.
2619 (hack-local-variables-confirm): Complete rewrite. Support
2620 `safe-local-variable-values'.
2621 (enable-local-variables): Update docstring to reflect new
2622 behavior.
2623 (ignored-local-variables): Ignore ignored-local-variables and
2624 safe-local-variable-values.
2625 (safe-local-variable-p): New function.
2626 (risky-local-variable-p): `safe-local-variable' property check
2627 moved to safe-local-variable-p.
2628 (hack-one-local-variable): Checks moved to hack-local-variables.
2629
2630 (byte-compile-dynamic, c-basic-offset, c-file-style)
2631 (c-indent-level, comment-column, fill-column, fill-prefix)
2632 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2633 (no-update-autoloads, outline-regexp, page-delimiter)
2634 (paragraph-start, paragraph-separate, sentence-end)
2635 (sentence-end-double-space tab-width, version-control):
2636 Add `safe-local-variable' property.
2637
2638 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2639
2640 * icomplete.el, play/landmark.el: Change nonexistent
2641 `outline-layout' file variable to `allout-layout'.
2642
2643 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2644
2645 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2646 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2647 to gud-comint-buffer.
2648 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2649 gdb-ui.el for gdb-mi.el.
2650 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2651 registers buffer to gdb-get-changed-registers.
2652 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2653 deletion of catchpoints (throw and catch).
2654 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2655 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2656 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2657 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2658 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2659
2660 2006-02-13 Jay Belanger <belanger@truman.edu>
2661
2662 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2663 expression is a symbol before checking that it is bound.
2664
2665 2006-02-13 Richard M. Stallman <rms@gnu.org>
2666
2667 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2668 for the minibuffer too, but not if resize-mini-windows will interfere.
2669
2670 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2671 inside `interactive' spec.
2672 (describe-key-briefly-internal, describe-key-internal):
2673 Functions merged back into their callers.
2674
2675 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2676
2677 * info.el (info-xref-visited): Inherit from info-xref too.
2678 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2679 when propertizing Info-current-file and Info-current-node.
2680
2681 2006-02-13 Juri Linkov <juri@jurta.org>
2682
2683 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2684 (tumme-thumb-name): Fix per-directory format.
2685
2686 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2687
2688 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2689
2690 2006-02-12 Miles Bader <miles@gnu.org>
2691
2692 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2693
2694 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2695
2696 * tumme.el: Remove history section. If someone needs the it, it
2697 can always be found in CVS.
2698
2699 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2700
2701 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2702 about the Thumbnail Managing Standard option.
2703
2704 2006-02-12 Richard M. Stallman <rms@gnu.org>
2705
2706 * subr.el (substitute-key-definition): Doc fix.
2707
2708 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2709
2710 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2711
2712 * info.el (Info-mode): Doc fix.
2713
2714 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2715
2716 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2717
2718 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2719 because on Solaris a POSIX compatible "id" is needed. Reported by
2720 Magnus Henoch <mange@freemail.hu>.
2721
2722 2006-02-12 Juri Linkov <juri@jurta.org>
2723
2724 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2725 (tumme) <defgroup>: Change :group to `multimedia'.
2726 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2727 Managing Standard.
2728 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2729 Fix dostring.
2730 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2731 and %y. Fix docstring.
2732 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2733 (tumme-cmd-create-standard-thumbnail-command): New user options.
2734 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2735 is `standard'. Fix docstring.
2736 (tumme-thumb-width, tumme-thumb-height): New user options.
2737 (tumme-external-viewer): Try to find various viewers.
2738 (tumme-get-thumbnail-image): Use `create-image' instead of
2739 constructing the `image' structure.
2740 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2741 `standard'.
2742 (tumme-thumb-name): Add file name generation for standard storage.
2743 Simplify code for other storages.
2744 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2745 Add modification time %m and thumbnail-nq8 %q.
2746 Use `tumme-cmd-create-standard-thumbnail-command' if
2747 tumme-thumbnail-storage is `standard'.
2748 (tumme-dired-insert-marked-thumbs): New autoload command.
2749 (tumme-dired-after-readin-hook): New function.
2750 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2751 `tumme-thumb-size'.
2752 (tumme-display-image): Replace size-x %x and size-y %y with
2753 width %w and height %h.
2754
2755 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2756 `tumme-dired-insert-marked-thumbs'.
2757
2758 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2759
2760 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2761 include path).
2762 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2763 matching tag.
2764
2765 2006-02-12 Miles Bader <miles@gnu.org>
2766
2767 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2768 New variables.
2769 (rcirc-abbrev-nick): New function.
2770 (rcirc-format-response-string): Rewrite to use the formats in
2771 `rcirc-response-formats' and expand escape sequences therein.
2772 A text-property `rcirc-text' is added over the actual response
2773 text to make easy to find inside the returned string.
2774 (rcirc-print): When filling, just look for the `rcirc-text'
2775 text-property to find the appropriate fill prefix, instead of
2776 using hardwired patterns.
2777
2778 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2779
2780 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2781 Managing Standard.
2782
2783 2006-02-11 Kim F. Storm <storm@cua.dk>
2784
2785 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2786 Don't use insert-buffer; do insert-buffer-substring directly.
2787 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2788
2789 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2790
2791 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2792 with inhibit-read-only. Suggested by Stefan Monnier.
2793 (revert-buffer): Let insert-file-contents discard
2794 buffer-undo-list. Simplify code.
2795 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2796
2797 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2798
2799 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2800
2801 * help.el (describe-key-briefly): Now a wrapper for
2802 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2803 to t. Populate yank-menu if empty.
2804 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2805 (describe-key): Now a wrapper for describe-key-internal. Bind
2806 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2807 (describe-key-internal): Renamed from describe-key.
2808
2809 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2810
2811 * progmodes/glasses.el (glasses-separator): Doc fix.
2812 (glasses-original-separator): New defcustom.
2813 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2814
2815 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2816
2817 * mwheel.el (mouse-wheel-up-event): Doc fix.
2818
2819 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2820
2821 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2822 (tumme-dir): New function. Copied from thumbs.el.
2823
2824 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2825
2826 * desktop.el (desktop-outvar): Fix typo.
2827 (desktop-save-buffer-p): Doc fix.
2828
2829 * subr.el (substitute-key-definition): Fix typo.
2830
2831 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2832
2833 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2834 when window-system is mac.
2835
2836 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2837
2838 2006-02-10 Kim F. Storm <storm@cua.dk>
2839
2840 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2841 indirect-function instead of using condition-case.
2842
2843 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2844
2845 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2846 less `colloquial'...
2847
2848 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2849
2850 * tumme.el: Add a couple of todo items.
2851
2852 2006-02-09 Lars Hansen <larsh@soem.dk>
2853
2854 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2855 (highlight-changes-mode): Don't change desktop-locals-to-save.
2856
2857 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2858
2859 * image-mode.el (image-toggle-display): Clear image cache if using
2860 filename.
2861
2862 2006-02-09 Masatake YAMATO <jet@gyve.org>
2863
2864 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2865 a `dired-man' target.
2866
2867 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2868 boundary of symbols.
2869
2870 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2871
2872 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2873
2874 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2875
2876 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2877 `mapcar'; return nil.
2878
2879 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2880
2881 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2882 some other event.
2883
2884 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2885
2886 * net/rcirc.el (rcirc-startup-channels-alist):
2887 Add irc.freenode.net and #emacs as defaults.
2888 (rcirc-ignore-all-activity-flag): Remove variable.
2889 (rcirc-authinfo): New variable.
2890 (rcirc-authinfo-filename): Remove variable.
2891 (rcirc-always-use-server-buffer-flag): New flag.
2892 (rcirc): M-x rcirc will automatically connect without prompting.
2893 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2894 connection in lisp.
2895 (rcirc-process-server-response-1): Remove everything but the nick
2896 portion of the sender so it doesn't need to be done everywhere
2897 else. Update related code.
2898 (global-map): Remove global keybindings.
2899 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2900 (rcirc-send-input): Split into several functions.
2901 (rcirc-process-input-line, rcirc-process-message)
2902 (rcirc-process-command): New functions.
2903 (rcirc-target-buffer): New function to determine where to route
2904 messages.
2905 (rcirc-user-nick): Save match data.
2906 (rcirc-toggle-ignore-buffer-activity)
2907 (rcirc-update-activity-string): Remove global ignore functionality,
2908 which can be done now by toggling rcirc-track-minor-mode.
2909 (rcirc-track-minor-mode-map): New keymap.
2910 (rcirc-track-minor-mode): New minor-mode.
2911 (ignore): Make the ignore output nicer. Always print it when
2912 adding or removing nicks.
2913 (rcirc-url-regexp): Improve.
2914 (rcirc-mangle-text): Remove properties before using text in the
2915 modeline.
2916 (rcirc-authenticate): Authentication data comes from
2917 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2918 (rcirc-server-prefix): Inherit from rcirc-server.
2919
2920 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2921
2922 * Makefile.in (compile): Append "|| true" to the end of the `find'
2923 command, like compile-always does.
2924
2925 2006-02-08 Sam Steingold <sds@gnu.org>
2926
2927 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2928 output from a dead connection.
2929
2930 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2931
2932 * dired.el (dired-mode-map): Add more bindings for tumme.
2933
2934 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2935
2936 * wdired.el (wdired-mode-map): Use remap.
2937 (wdired-get-filename): Massage.
2938 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2939 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2940 `keymap' property rather than `local-map'.
2941
2942 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2943
2944 * tumme.el (tumme-get-thumbnail-image): New utility function.
2945 Suggested by from Chong Yidong.
2946 (tumme-dired-with-window-configuration): Rename from
2947 `tumme-dired'. Add code to save window configuration.
2948 (tumme-restore-window-configuration): New command to restore the
2949 window configuration that `tumme-dired-with-window-configuration'
2950 saves before it changes the window configuration.
2951 (tumme-show-all-from-dir): New command to display thumbnails for
2952 all files in a directory entered by the user, like M-x thumbs.
2953 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2954 have been created.
2955 (tumme-display-thumbnail-original-image): Call `display-buffer'.
2956 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2957 Remove obsolete test function.
2958
2959 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
2960
2961 * vc.el (small-temporary-file-directory): Remove defvar; there's
2962 a defcustom for it in files.el.
2963
2964 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2965 Fix typo in message.
2966 (tumme-gallery-generate): Fix typo in `error' message.
2967 (tumme-display-window-height-correction)
2968 (tumme-display-window-width-correction, tumme-line-up-dynamic)
2969 (tumme-line-up-interactive): Dox fixes.
2970 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2971 (tumme-restore-window-configuration, tumme-format-properties-string)
2972 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2973 Fix typos in docstrings.
2974
2975 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2976
2977 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2978
2979 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
2980
2981 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2982 User should use hook if desired.
2983
2984 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2985 buffer if necessary.
2986 (gdb-delete-frame-or-window): New function.
2987 (gdb-breakpoints-mode-map): Bind "q" to it.
2988
2989 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2990
2991 * textmodes/nroff-mode.el: Clean up name space.
2992 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2993 (nroff-mode): Obey the global setting of nroff-electric-mode.
2994 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2995
2996 * calendar/calendar.el (calendar-increment-month): Typo in last change.
2997
2998 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
2999
3000 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
3001
3002 2006-02-06 Lars Hansen <larsh@soem.dk>
3003
3004 * generic-x.el (etc-fstab-generic-mode): Add file system types
3005 cifs and usbdevfs. Allow special chars in file names.
3006
3007 2006-02-05 Jay Belanger <belanger@truman.edu>
3008
3009 Update copyright notices of the files in lisp/calc.
3010
3011 2006-02-05 Romain Francoise <romain@orebokech.com>
3012
3013 Update copyright notices of all files in the lisp/play directory.
3014
3015 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
3016
3017 * ldefs-boot.el: Regenerate.
3018
3019 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
3020
3021 2006-02-05 Kim F. Storm <storm@cua.dk>
3022
3023 * files.el (magic-mode-regexp-match-limit): New defvar.
3024 (set-auto-mode): Use it to limit magic-mode-alist matching.
3025
3026 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
3027
3028 * simple.el (display-message-or-buffer): Compare the number of
3029 characters to the frame width when determining whether a 1-line
3030 message string will fit in the echo area. Count screen lines
3031 instead of buffer lines when determining whether a multi-line
3032 message will fit in the echo area/minibuffer window.
3033
3034 2006-02-04 Eli Zaretskii <eliz@gnu.org>
3035
3036 * info.el (Info-index, Info-mode): Improve the description of the
3037 `i' command.
3038
3039 * ldefs-boot.el: Regenerate.
3040
3041 2006-02-03 Werner Lemberg <wl@gnu.org>
3042
3043 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
3044 greedy to find the closing bracket in \*[...] and similar
3045 expressions. This is a first rough fix -- many additional
3046 refinements are necessary to make nroff mode really usable with groff.
3047
3048 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
3049
3050 * international/mule-cmds.el (set-locale-environment):
3051 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
3052 libX11.
3053
3054 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
3055
3056 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
3057 archive are created in archive-tmpdir.
3058
3059 2006-02-02 John Paul Wallington <jpw@pobox.com>
3060
3061 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
3062 (ibuffer-fontification-alist): Use it.
3063 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
3064 to "* z" and the Ibuffer Mark menu.
3065
3066 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
3067
3068 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3069
3070 * textmodes/table.el (*table--cell-describe-mode)
3071 (*table--cell-describe-bindings): Undo last change since
3072 print-help-return-message is not obsoleted by anything at all.
3073
3074 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
3075
3076 * emulation/cua-base.el (cua-mode): Doc fix.
3077
3078 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
3079
3080 * dframe.el (dframe-handle-make-frame-visible)
3081 (dframe-handle-iconify-frame, dframe-get-focus)
3082 (dframe-select-attached-frame, dframe-power-click)
3083 (dframe-frame-mode): Fix typos in docstrings.
3084
3085 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
3086 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
3087 Fix typos in docstrings.
3088
3089 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
3090 (hi-lock-face-buffer, hi-lock-font-lock-hook)
3091 (hi-lock-archaic-interface-message-used)
3092 (hi-lock-file-patterns-range): Fix typos in docstrings.
3093
3094 * savehist.el (savehist-loaded, savehist-load, savehist-install)
3095 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
3096
3097 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
3098 Fix typo in docstring.
3099
3100 * net/newsticker.el (newsticker--decode-iso8601-date)
3101 (newsticker--set-customvar, newsticker--buffer-insert-item)
3102 (newsticker--do-run-auto-mark-filter)
3103 (newsticker--parse-generic-feed): Doc fixes.
3104 (newsticker--retrieval-timer-list, newsticker-url-list)
3105 (newsticker-hide-immortal-items-in-echo-area)
3106 (newsticker-hide-obsolete-items-in-echo-area)
3107 (newsticker-new-item-face, newsticker--enclosure)
3108 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
3109 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
3110 (newsticker--parse-generic-feed, newsticker--cache-contains)
3111 (newsticker--stat-num-items, newsticker-download-enclosures):
3112 Fix typos in docstrings.
3113
3114 * net/rcirc.el (rcirc-debug): Doc fix.
3115 (rcirc-fill-column, rcirc-receive-message-hooks)
3116 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
3117 (rcirc-mode, rcirc-generate-new-buffer-name)
3118 (rcirc-startup-channels, rcirc-ignore-update-automatic)
3119 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
3120 Fix typos in docstrings.
3121 (rcirc-print): "?\ " -> "?\s".
3122 (rcirc-cmd-join): Improve argument/docstring consistency.
3123
3124 2006-02-01 Mark A. Hershberger <mah@everybody.org>
3125
3126 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
3127 before narrow-to-region.
3128
3129 2006-02-01 Richard M. Stallman <rms@gnu.org>
3130
3131 * simple.el (move-beginning-of-line): Scan properly for invis change.
3132
3133 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
3134
3135 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
3136
3137 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
3138 change bit only when id-format is 'integer. Reported by Matt
3139 Hodges <M.P.Hodges@rl.ac.uk>.
3140
3141 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
3142
3143 * hilit-chg.el (highlight-changes-initial-state)
3144 (highlight-changes-global-initial-state): Doc fixes.
3145 (highlight-changes-global-modes, global-highlight-changes):
3146 Fix typos in docstrings.
3147
3148 2006-02-01 Kim F. Storm <storm@cua.dk>
3149
3150 * emulation/cua-base.el (cua-mode): Mention that CUA enables
3151 transient-mark-mode in doc string.
3152
3153 2006-01-31 Richard M. Stallman <rms@gnu.org>
3154
3155 * replace.el (multi-occur): Doc fix.
3156 (multi-occur-in-matching-buffers): Rename from
3157 multi-occur-by-filename-regexp. Prefix arg says match
3158 buffer names instead of file names.
3159
3160 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
3161
3162 * bs.el: Allow non-default values of `bs-header-lines-length'.
3163 (bs--running-in-xemacs): Remove (not needed anymore).
3164 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
3165 instead of `shrink-window', thus avoiding having to compute the
3166 height of the window.
3167 (bs--up): Wrap around even when there's no header.
3168 (bs--down): Use `forward-line' instead of `next-line'.
3169
3170 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
3171
3172 * image-mode.el (image-toggle-display): Use file name if possible,
3173 instead of unnecessarily allocating a (possibly huge) lisp string.
3174
3175 2006-01-30 John Paul Wallington <jpw@pobox.com>
3176
3177 * subr.el (toplevel): Define `cl-assertion-failed' condition here
3178 because the `assert' macro signals it at runtime.
3179
3180 * emacs-lisp/cl.el (toplevel): Remove definition of
3181 `cl-assertion-failed' condition.
3182
3183 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
3184
3185 * thumbs.el (thumbs-marked-list): Make buffer-local and
3186 permanent-local.
3187 (thumbs-insert-thumb): Make help-echo non-sticky.
3188 (thumbs-file-alist): Use eolp as check for (non)-image.
3189
3190 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
3191
3192 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
3193 (ediff-before-session-group-setup-hooks)
3194 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
3195 Fix typos in docstrings.
3196
3197 * window.el (bw-dir, bw-eqdir, balance-windows)
3198 (split-window-keep-point): Fix typos in docstrings.
3199
3200 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
3201 (org-quote-string, org-calendar-to-agenda-key)
3202 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
3203 (org-show-following-heading, org-tags-column)
3204 (org-use-tag-inheritance, org, org-allow-space-in-links)
3205 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
3206 (org-enable-table-editor, org-calc-default-modes)
3207 (org-table-allow-automatic-line-recalculation)
3208 (org-export-html-style, org-export-with-fixed-width)
3209 (org-export-with-sub-superscripts, org-special-keyword)
3210 (org-formula, org-time-grid, org-table-may-need-update)
3211 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
3212 (org-goto-quit, org-get-indentation, org-end-of-item)
3213 (org-move-item-down, org-move-item-up)
3214 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
3215 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
3216 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
3217 (org-agenda-log-mode, org-agenda-toggle-diary)
3218 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
3219 (org-agenda-file-to-end, org-agenda-no-heading-message)
3220 (org-agenda-get-closed, org-format-agenda-item)
3221 (org-cmp-priority, org-cmp-category, org-cmp-time)
3222 (org-agenda-change-all-lines, org-agenda-diary-entry)
3223 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
3224 (org-link-search, org-camel-to-words, org-open-file)
3225 (org-remember-handler, org-table-convert-region)
3226 (org-table-move-row-down, org-table-move-row-up)
3227 (org-table-copy-region, org-table-wrap-region)
3228 (org-table-toggle-vline-visibility)
3229 (org-table-get-vertical-vector, org-table-modify-formulas)
3230 (org-table-get-specials, org-recalc-commands)
3231 (org-table-rotate-recalc-marks, org-table-eval-formula)
3232 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
3233 (org-level-color-stars-only, org-insert-heading):
3234 Fix typos in docstrings.
3235 (last-arg): Add defvar.
3236
3237 * makefile.w32-in (WINS): Add erc.
3238 (MH_E_SRC): Update (copied from lisp/Makefile.in).
3239
3240 2006-01-29 Bill Wohler <wohler@newt.com>
3241
3242 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
3243 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
3244 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
3245 (mh-autoloads): Don't use comments on otherwise empty lines.
3246
3247 2006-01-29 Edward O'Connor <ted@oconnor.cx>
3248
3249 * emulation/viper.el (viper-major-mode-modifier-list): Add
3250 insert-state and vi-state entries for erc-mode.
3251 (viper-go-away, viper-set-hooks): Add and remove
3252 viper-comint-mode-hook from erc-mode-hook as appropriate.
3253
3254 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
3255
3256 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
3257
3258 * bs.el (bs--format-aux): Implement `middle' alignment as
3259 described in the docstring for `bs-attributes-list'.
3260 (bs--get-name): Simplify. Don't pad the buffer name.
3261
3262 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
3263
3264 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
3265 English aspell dictionary is installed, use the first entry of
3266 ispell-dictionary-alist-1.
3267
3268 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
3269
3270 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3271 Doc fix.
3272
3273 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
3274
3275 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3276 for `process-file', in order to let it work for older Emacsen too.
3277
3278 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3279
3280 * international/latexenc.el: Add a suitable `coding:' tag.
3281 (latexenc-find-file-coding-system): Undo last change.
3282
3283 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3284
3285 * international/latexenc.el (latexenc-find-file-coding-system):
3286 Make sure latexenc-main-file is a regular file and is readable.
3287
3288 2006-01-27 Andre Spiegel <spiegel@gnu.org>
3289
3290 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3291 Pass FILE to vc-user-login-name.
3292
3293 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3294
3295 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
3296
3297 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3298 there are no more images to display.
3299 (thumbs-mark, thumbs-unmark): Revert change so that they move to
3300 the next image.
3301
3302 2006-01-26 Richard M. Stallman <rms@gnu.org>
3303
3304 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3305
3306 * wid-edit.el (advertised-widget-backward): New alias.
3307 (widget-keymap): Use advertised-widget-backward for S-TAB.
3308
3309 * tumme.el: Correct the keywords.
3310 (tumme-dir-max-size): Use defvar.
3311 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3312
3313 * simple.el (move-beginning-of-line): Take account of fields.
3314 (clone-indirect-buffer-other-window): Take args like
3315 clone-indirect-buffer, and work like it.
3316
3317 * help-fns.el (describe-function): Don't pass `nil' as default.
3318
3319 * files.el (risky-local-variable-p): Follow var aliases.
3320
3321 * subr.el (lazy-completion-table): Doc fix.
3322
3323 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3324 global binding of `line'.
3325
3326 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3327
3328 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3329 Tramp.
3330
3331 * vc.el (vc-default-dired-state-info): Pass FILE to
3332 vc-user-login-name.
3333 (vc-default-update-changelog): Don't use vc-user-login-name, we
3334 don't need it here.
3335
3336 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3337 no longer necessary.
3338
3339 2006-01-25 Kenichi Handa <handa@m17n.org>
3340
3341 * international/mule.el (decode-char): Avoid the overhead of
3342 calling utf-lookup-subst-table-for-decode if
3343 utf-translate-cjk-mode is nil.
3344 (encode-char): Avoid the overhead of calling
3345 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3346 nil.
3347
3348 2006-01-22 Kenichi Handa <handa@m17n.org>
3349
3350 * international/mule.el (make-subsidiary-coding-system): Reset
3351 `coding-system-define-form' property of subsidiaries to nil.
3352 Avoid duplicated entry in coding-system-alist.
3353 (make-coding-system): Avoid duplicated entry in
3354 coding-system-alist.
3355 (define-coding-system-alias): Likewise.
3356
3357 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3358
3359 * completion.el: Minor fixes in introductory comment.
3360 (completion-def-wrapper): Fix alist.
3361
3362 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3363
3364 * thumbs.el (thumbs-new-image-size): New function.
3365 (thumbs-increment-image-size-element)
3366 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3367 (thumbs-decrement-image-size): Delete.
3368 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3369 temp files and use to resize.
3370 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3371 Use increment argument to enlarge/shrink. Preserve point.
3372 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3373 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3374 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3375 (thumbs-mark, thumbs-unmark): Preserve point.
3376 (thumbs-modify-image): Keep old temp files and use to modify.
3377 Cleanup old temp files at load time. Preserve point.
3378 (thumbs-view-image-mode-map): Use new command names.
3379
3380 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3381
3382 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3383
3384 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3385 the nastiest part of the cyclic dependency.
3386 (cal-menu-update): Use dotimes and calendar-increment-month.
3387
3388 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3389 (calendar-week-start-day): Add an :initializer.
3390 (calendar-mode-map): Use suppress-keymap, and command remapping.
3391 (describe-calendar-mode): Setup xref-stack info for the back button.
3392 (calendar-star-date): Insert before delete.
3393 (calendar-set-mode-line): Add file-modified info if applicable.
3394 (calendar-increment-month): New function.
3395
3396 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3397
3398 * font-lock.el (lisp-font-lock-keywords-2):
3399 Recognize "& keywords" only at word boundaries.
3400
3401 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3402
3403 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3404 and permanent-local.
3405 (thumbs-max-image-number): New variable.
3406 (thumbs-do-thumbs-insertion): Use them.
3407 (thumbs-per-line): Change default to 4.
3408 (thumbs-marked-list): Rename from thumbs-markedL.
3409 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3410 (thumbs-rename-images): Use -list instead of L for internal variables.
3411 (thumbs-call-convert): Use call-process instead of shell-command.
3412 (thumbs-insert-thumb): Add filename as help-echo to each image.
3413 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3414 Give dir to thumbs-show-thumbs-list.
3415 (thumbs-show-thumbs-list): Set default-directory to that of images.
3416 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3417 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3418 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3419 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3420
3421 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3422
3423 * ses.el (ses-read-cell): Provide a default value.
3424
3425 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3426
3427 * term/w32-win.el (image-library-alist): Add additional names for
3428 GIF library.
3429
3430 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3431
3432 * international/latexenc.el (latexenc-find-file-coding-system):
3433 Add file-regular-p check.
3434
3435 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3436
3437 * simple.el (clone-buffer): Don't show the new buffer in the same
3438 window.
3439
3440 2006-01-23 Juri Linkov <juri@jurta.org>
3441
3442 * faces.el (link, link-visited): New faces based on default values
3443 of `info-xref' and `info-xref-visited'.
3444
3445 * info.el (info-xref): Inherit from `link'.
3446 (info-xref-visited): Inherit from `link-visited'.
3447
3448 * cus-edit.el (custom-buffer-create-internal): Use widget type
3449 `custom-manual' instead of `info-link' and don't set properties
3450 `button-face' and `mouse-face' explicitly.
3451 (custom-browse-group-tag, custom-browse-variable-tag)
3452 (custom-browse-face-tag): Inherit from widget class
3453 `custom-group-link' instead of `push-button'.
3454 (custom-button-unraised): Inherit from `underline' face.
3455 (custom-link): Inherit from `link' face. Fix doc and group.
3456 (custom-add-parent-links, custom-group-value-create): Don't set
3457 properties `button-face' and `mouse-face' explicitly for
3458 `custom-group-link' widget.
3459 (custom-group-link): Add properties `button-face' and `mouse-face'
3460 to widget definition.
3461 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3462 editable-field's :keymap property.
3463 (custom-mode): Fix docstring: substitute keybindings for
3464 `widget-forward' and `widget-backward' from `widget-keymap',
3465 `widget-complete' from `custom-field-keymap', replace old
3466 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3467
3468 * desktop.el (desktop-load-file): Check for `fboundp' before
3469 calling `symbol-function'.
3470
3471 * simple.el (clone-buffer, clone-indirect-buffer)
3472 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3473 `read-string'. Fix prompts.
3474
3475 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3476
3477 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3478
3479 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3480
3481 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3482
3483 * startup.el (inhibit-splash-screen, initial-scratch-message):
3484 Doc fixes.
3485
3486 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3487
3488 Sync with Tramp 2.0.52.
3489
3490 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3491 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3492 `tramp-unload-tramp' for checklist.
3493
3494 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3495 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3496 (tramp-unload-file-name-handler-alist)
3497 (tramp-unload-tramp): New defuns.
3498 (tramp-advice-PC-expand-many-files): New defadvice.
3499 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3500 removed.
3501 (tramp-handle-expand-file-name): Remove double slash.
3502 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3503 It doesn't matter, because it will be converted later on.
3504 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3505 implementation was just heuristic.
3506 (tramp-post-connection): Set uid and gid properties.
3507 (tramp-convert-file-attributes): Set file's gid change bit.
3508 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3509 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3510 in case of su(do)? methods. The home directory of the local user
3511 will be taken else.
3512 (tramp-open-connection-telnet)
3513 (tramp-open-connection-rsh, tramp-open-connection-su)
3514 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3515 local shell prompt could hurt. Reported by Romain Francoise
3516 <romain@orebokech.com>.
3517 (tramp-let-maybe): Add `edebug-form-spec' property.
3518 (tramp-handle-expand-file-name): Bind `default-directory' locally
3519 to "/" in order to avoid problems with UNC shares or Cygwin
3520 mounts.
3521 (tramp-md5-function): Fix typo in error message.
3522
3523 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3524
3525 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3526 for byte-compiler pacification.
3527
3528 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3529
3530 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3531 ID-FORMAT `string'. This allows us to get rid of
3532 `vc-user-login-name UID'.
3533
3534 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3535
3536 2006-01-22 John Paul Wallington <jpw@pobox.com>
3537
3538 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3539
3540 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3541
3542 * emacs-lisp/find-func.el (find-definition-noselect)
3543 (find-variable-noselect): Search variables in C source code too.
3544 (find-function-C-source, find-function-noselect, find-function)
3545 (find-function-other-frame, find-variable-noselect, find-variable)
3546 (find-variable-other-frame, find-variable-at-point):
3547 Fix docstrings.
3548
3549 2006-01-21 Francesco Potorti` <pot@gnu.org>
3550
3551 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3552
3553 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3554
3555 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3556 Default to disabling the "Save affix" question.
3557
3558 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3559
3560 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3561 the first arg to run-python.
3562
3563 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3564
3565 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3566 is not loaded.
3567
3568 2006-01-20 Jay Belanger <belanger@truman.edu>
3569
3570 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3571 limit is 0.
3572
3573 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3574 the correct variable.
3575
3576 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3577
3578 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3579 link. Fixed buggy argument sequence in call to `org-view-tags'.
3580 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3581 (org-prefix-has-tag): New variable.
3582 (org-format-agenda-item): Remove tags from headline if
3583 appropriate.
3584 (org-agenda-remove-tags-when-in-prefix): New option.
3585 (org-get-tags-at): New function.
3586
3587 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3588
3589 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3590 (thumbs-find-image): Move image name and number from buffer name
3591 to mode name. Set thumbs-buffer. Preserve point so that large
3592 images remain visible.
3593 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3594 order.
3595 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3596 mode name.
3597 (thumbs-next-image, thumbs-previous-image): Make them work.
3598
3599 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3600
3601 * cus-edit.el (custom-buffer-create-internal): State in the text above
3602 the whole buffer buttons that they do not operate on hidden items.
3603 (custom-face-menu): Use `custom-face-save' instead of
3604 `custom-face-save-command'.
3605 (custom-face-save-command): Make it an alias for `custom-face-save'
3606 and declare it obsolete.
3607 (custom-face-save): Doc fix.
3608
3609 * dired.el (dired-no-confirm): Add quote.
3610 (dired-subdir-alist-pre-R): Add quote in
3611 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3612
3613 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3614
3615 * textmodes/table.el (table-mode-indicator): Typo in last change.
3616
3617 2006-01-19 Richard M. Stallman <rms@gnu.org>
3618
3619 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3620 Fixes bug reported in Nov 2005.
3621
3622 * isearch.el (isearch-forward): Doc fix.
3623
3624 * dired.el (dired-move-to-filename-regexp): Define as alias.
3625 (dired-no-confirm): Use defcustom.
3626 (dired-subdir-alist-pre-R): Put defvar at top level.
3627
3628 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3629
3630 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3631 Mark as risky.
3632
3633 * simple.el (set-mark-command): Doc fix.
3634 (clone-indirect-buffer-other-window):
3635 Read arg like clone-indirect-buffer.
3636 (move-beginning-of-line): Skip invisible newlines.
3637
3638 2006-01-19 Masatake YAMATO <jet@gyve.org>
3639
3640 * progmodes/cpp.el (cpp-edit-load): Make the order of
3641 listed conditions in a base C code buffer and its associate
3642 CPP Edit buffer the same.
3643
3644 2006-01-19 Kenichi Handa <handa@m17n.org>
3645
3646 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3647 (rmail-mime-feature): Likewise.
3648 (rmail-require-mime-maybe): Use display-warning to show a warning
3649 message.
3650
3651 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3652 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3653
3654 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3655
3656 * array.el: Move defvars out of eval-when-compile.
3657 (array-make-template): Replace undeclared global var with a local one.
3658 (array-mode): Inline initialization functions.
3659 (array-init-local-variables, array-init-max-row)
3660 (array-init-max-column, array-init-columns-per-line)
3661 (array-init-field-width, array-init-rows-numbered)
3662 (array-init-line-length, array-init-lines-per-row): Remove.
3663
3664 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3665 (doc-mode-map): Define explicitly.
3666 (doctor-txtype): Use mapc.
3667
3668 * textmodes/table.el: Move defvars out of eval-when-compile.
3669 Remove harmful code meant to avoid byte-compiler warnings.
3670 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3671 specification that checks table-fixed-width-mode directly.
3672 (table-recognize-region, table-recognize-cell):
3673 Use restore-buffer-modified-p.
3674 (table-fixed-width-mode): Remove code that refreshes
3675 table-fixed-mode-indicator.
3676 (*table--cell-describe-bindings, *table--cell-describe-mode):
3677 Avoid obsolete name print-help-return-message.
3678 (table--test-cell-list): Don't use replace-regexp from elisp.
3679 (table--point-entered-cell-function, table--point-left-cell-function):
3680 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3681
3682 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3683 that was after the end of file. Use buffer-file-name variable.
3684 (org-timestamp-change): Use with-current-buffer.
3685 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3686 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3687 `file'.
3688
3689 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3690 (fortran-break-line): Remove unused var `opoint'.
3691 (fortran-abbrev-start): Obey help-event-list.
3692
3693 2006-01-18 Jesper Harder <harder@phys.au.dk>
3694
3695 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3696
3697 2006-01-18 Masatake YAMATO <jet@gyve.org>
3698
3699 * progmodes/make-mode.el (makefile-imake-mode): New mode
3700 derived from makefile-mode.
3701 (makefile-imake-mode-syntax-table): New syntax table
3702 derived from makefile-mode-syntax-table.
3703 (makefile-mode): Write about makefile-imake-mode in doc string.
3704 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3705 (makefile-imake-font-lock-keywords): New font lock keywords.
3706
3707 * files.el (auto-mode-alist): Add Imakefile.
3708
3709 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3710
3711 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3712 loading the file rather than when turning on flyspell-mode.
3713
3714 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3715
3716 * cus-edit.el (customize-rogue): Minor doc fix.
3717
3718 2006-01-17 Juri Linkov <juri@jurta.org>
3719
3720 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3721 instead of the file at the mark as default if the file at the mark
3722 is the same as the file at point or if dired-dwim-target-directory
3723 is not the same as the current directory and the mark is not active.
3724
3725 * log-view.el (log-view-minor-wrap): Use the same logic to get
3726 revisions as `log-view-diff'.
3727
3728 * info.el (Info-revert-find-node): Check for Info-current-file
3729 before preserving new-history.
3730
3731 * man.el (Man-heading-regexp): Add `/'.
3732
3733 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3734 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3735
3736 2006-01-16 Juri Linkov <juri@jurta.org>
3737
3738 * faces.el (mode-line-faces): New defgroup.
3739 (mode-line-highlight): Move definition after new defgroup.
3740 (mode-line, mode-line-inactive, mode-line-highlight):
3741 Replace :group `modeline' with `mode-line-faces'.
3742 (mode-line-buffer-id): New face.
3743 (modeline-buffer-id): New face alias.
3744 (vertical-border): Remove :group `modeline'.
3745
3746 * bindings.el (propertized-buffer-identification): Use face
3747 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3748 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3749 (mode-line-buffer-identification-keymap): For mouse-1 replace
3750 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3751 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3752 mouse-3.
3753
3754 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3755 Buffer-menu-buffer. Doc fix.
3756 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3757 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3758 `Buffer-menu-buffer'.
3759
3760 * info.el (Info-mode-line-node-keymap): New defvar.
3761 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3762 Propertize Info-current-node with `mode-line-buffer-id' and
3763 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3764
3765 * time.el (display-time-mail-face): Replace :group `faces' with
3766 `mode-line-faces'.
3767
3768 2006-01-16 Kenichi Handa <handa@m17n.org>
3769
3770 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3771
3772 * language/european.el (cp1252): New alias for windows-1252.
3773
3774 * international/mule.el (autoload-coding-system): Prepare for EOL
3775 variants.
3776
3777 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3778
3779 * term.el (term-raw-map): Add mapping for insert.
3780 (term-send-insert): New.
3781 (term-mode): Make variables local here instead of doing it in
3782 `term-emulate-terminal'.
3783 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3784 Scroll reverse needs to take into account the scroll region.
3785 Saving and restoring the cursor should save the color attributes too.
3786 (term-reset-terminal): Reset the scroll region.
3787 (term-handle-ansi-escape): Cursor up and down should take into
3788 account the scroll region.
3789 (term-set-scroll-region): Rename from `term-scroll-region'.
3790 Move to 0,0 after setting the region.
3791 (term-handle-scroll): Handle scroll up.
3792 (term-down): Fix off by one error.
3793 (term-delete-lines): Do not delete outside the scroll region.
3794 (term-insert-lines): Take into account the scroll region.
3795
3796 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3797
3798 * textmodes/ispell.el (ispell-internal-change-dictionary)
3799 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3800 (start, end): Move declaration outside of eval-when-compile.
3801
3802 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3803 (flyspell-mode-on): Use it.
3804
3805 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3806 ispell-kill-ispell-hook.
3807
3808 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3809
3810 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3811 (Custom-reset-saved): Do not ask for confirmation in single option
3812 buffers.
3813
3814 2006-01-13 Richard M. Stallman <rms@gnu.org>
3815
3816 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3817
3818 2006-01-13 Romain Francoise <romain@orebokech.com>
3819
3820 * add-log.el (add-change-log-entry, change-log-merge):
3821 Conditionally use `hard-newline'.
3822
3823 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
3824
3825 * wid-edit.el (widget-field-end): If the overlay is no longer
3826 associated with a buffer, behave as if the overlay didn't exist.
3827
3828 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3829 Make sure the links use the `custom-link' face.
3830
3831 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3832
3833 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3834 (ld-script-mode): Don't set indent-line-function since we don't
3835 have one.
3836
3837 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3838
3839 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3840 application.
3841 (org-file-apps-defaults-gnu): Use mailcap as the default for
3842 selecting an application on a UNIX system.
3843 (org-agenda-show-tags): New command.
3844 (org-table-insert-hline): Keep cursor in current table line.
3845 (org-table-convert): Offset effect of modifying
3846 `org-table-insert-hline'.
3847 (org-format-agenda-item): New optional argument TAG.
3848 (org-compile-prefix-format): Handle %T format for the tag.
3849 (org-expand-wide-chars): New function.
3850 (org-table-insert-row, org-table-insert-hline):
3851 Use `org-expand-wide-chars'.
3852 (org-open-file): Fix bug in program launch.
3853 (org-get-time-of-day): Fix bug with times before 1am.
3854 (org-agenda-menu): Add tags commands.
3855
3856 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3857
3858 * textmodes/ispell.el (ispell-init-process): Include the used
3859 dictionary in ispell process start message.
3860 (ispell-internal-change-dictionary): When flyspell-mode is active
3861 and dictionary is changed, make sure ispell process is restarted
3862 and flyspell word cache cleared out for the current buffer.
3863 (ispell-change-dictionary): Make sure flyspell word cache is
3864 cleared out in all buffers with active flyspell mode when
3865 dictionary is globally changed.
3866 Call ispell-internal-change-dictionary after dictionary change.
3867
3868 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3869
3870 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3871
3872 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3873 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3874 years. Fix small differences wrt Makefile.in.
3875 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3876 Makefile.in does.
3877
3878 2006-01-12 Bill Wohler <wohler@newt.com>
3879
3880 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3881 mh-search.el.
3882
3883 2006-01-12 Masatake YAMATO <jet@gyve.org>
3884
3885 * progmodes/ld-script.el: Update copyright year.
3886
3887 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3888
3889 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3890 Don't add widget if setting undefined.
3891
3892 2006-01-12 John Paul Wallington <jpw@pobox.com>
3893
3894 * help-fns.el (describe-variable): Remove newlines from void
3895 variable output.
3896
3897 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3898
3899 * wdired.el (wdired-mode-map): Add help echo for
3900 wdired-abort-changes.
3901
3902 * man.el (Man-file-name-regexp): Adjust for a list of files.
3903
3904 2006-01-12 Masatake YAMATO <jet@gyve.org>
3905
3906 * progmodes/ld-script.el (auto-mode-alist): Support
3907 suffix conventions used in netbsd and eCos.
3908
3909 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3910
3911 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3912 (custom-variable-menu, custom-face-menu, custom-group-menu)
3913 (Custom-mode-menu): Change names of menu items. (As discussed on
3914 emacs-devel.)
3915 (custom-face-menu): Add "Undo Edits" item.
3916
3917 * startup.el (init-file-user): defcustom -> defvar.
3918
3919 * tooltip.el (tooltip-mode): Doc fix.
3920
3921 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3922
3923 * reveal.el (reveal-post-command): window-buffer signals an error on
3924 dead windows rather than returning nil.
3925 (reveal-open-new-overlays): An overlay might die while we open others.
3926
3927 2006-01-11 Bill Wohler <wohler@newt.com>
3928
3929 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3930 phrasing in docstring.
3931
3932 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3933 can give some systems gas. Add new file mh-buffers.el.
3934
3935 2006-01-06 Masatake YAMATO <jet@gyve.org>
3936
3937 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3938 C preprocessor forward ported from GNU Emacs 21.2.
3939
3940 * progmodes/asm-mode.el (asm-font-lock-keywords):
3941 Use `cpp-font-lock-keywords'.
3942
3943 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3944
3945 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3946 of $ for "\\.ld[s]?".
3947
3948 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3949
3950 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3951 (tcl-indent-line): Return `noindent' if inside a string.
3952
3953 * progmodes/flymake.el (flymake-split-string): Remove more than one
3954 empty string at beg/end of the result.
3955 (flymake-find-buildfile, flymake-find-possible-master-files):
3956 Use expand-file-name.
3957 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3958 since expand-file-name does it for us. Use directory-file-name.
3959 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3960 (flymake-ler-get-type, flymake-ler-get-text)
3961 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
3962 (flymake-current-line-no): Remove spurious interactive spec.
3963 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3964 (flymake-check-include): Remove arg inc-path merged into inc-name.
3965 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3966 Arg regexp-list replaced by a simple regexp.
3967 (flymake-master-make-header-init, flymake-master-tex-init):
3968 Correspondingly replace regexp-list with a regexp. Fix regexp.
3969
3970 2006-01-10 Simon Josefsson <jas@extundo.com>
3971
3972 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3973 describing AUTH PLAIN fix.
3974
3975 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3976
3977 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3978 (report-emacs-bug): Don't record initial prompt text.
3979 Instead, add text properties to prompting text.
3980 (report-emacs-bug-hook): Delete prompting text.
3981
3982 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3983
3984 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3985 `dirs'. Adjust callers.
3986
3987 2006-01-09 John Paul Wallington <jpw@gnu.org>
3988
3989 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3990
3991 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3992
3993 * reveal.el (reveal-open-new-overlays): New extracted fun.
3994 (reveal-close-old-overlays): Idem. Check overlays's liveness before
3995 using them. Simplify the code.
3996 (reveal-post-command): Use them. Fix up obsolete windows in
3997 reveal-open-spots.
3998
3999 * progmodes/flymake.el: Use `require' rather than autoload for
4000 XEmacs's overlays.
4001 (flymake-get-common-file-prefix, flymake-build-relative-filename):
4002 Delete. Use file-relative-name instead.
4003 (flymake-get-syntax-check-program-args, flymake-perl-init):
4004 Simplify the resulting code.
4005
4006 * log-view.el (log-view-file-re, log-view-message-re): Add support
4007 for DaRCS output.
4008
4009 2006-01-09 Alex Schroeder <alex@gnu.org>
4010
4011 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
4012 identifiers sometimes added in square brackets at the beginning of
4013 subject lines.
4014
4015 2006-01-07 Richard M. Stallman <rms@gnu.org>
4016
4017 * cus-edit.el (Custom-set, Custom-save): Doc fix.
4018 (Custom-reset-current, Custom-reset-saved): Change question text.
4019 (Custom-reset-standard): Likewise.
4020 (custom-variable-reset-saved): Doc fix.
4021
4022 2006-01-07 Eli Zaretskii <eliz@gnu.org>
4023
4024 * startup.el (init-file-user): Doc fix.
4025
4026 2006-01-07 Alex Schroeder <alex@gnu.org>
4027
4028 * mail/rmail.el (rmail-current-subject): New function.
4029 (rmail-current-subject-regexp): New function.
4030 (rmail-next-same-subject): Use it.
4031
4032 * mail/rmailsum.el (rmail-summary-by-topic):
4033 Use rmail-current-subject and rmail-current-subject-regexp.
4034 (rmail-summary-next-same-subject): Ditto.
4035
4036 * net/rcirc.el (rcirc-send-input): No longer check whether the
4037 process is open, since not all commands need an open process.
4038 (rcirc-send-string): Check whether the process is open before
4039 sending anything.
4040 (rcirc-ignore-list): New option.
4041 (rcirc-ignore-list-automatic): New variable.
4042 (rcirc-print): Take rcirc-ignore-list into account.
4043 (rcirc-cmd-ignore): New command.
4044 (rcirc-ignore-update-automatic): New function.
4045 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
4046 list if ignored nicks.
4047 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
4048
4049 2006-01-06 David Reitter <david.reitter@gmail.com>
4050
4051 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
4052 reflect the address to which the report will be sent.
4053
4054 2006-01-06 Eli Zaretskii <eliz@gnu.org>
4055
4056 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
4057 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
4058
4059 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
4060
4061 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
4062
4063 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
4064 the doc string: "functoin" => "function".
4065 * ldefs-boot.el: Likewise.
4066
4067 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
4068 message text: "Duplicat" => "Duplicate".
4069
4070 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
4071
4072 * files.el (basic-save-buffer-2): If backing-up failed, reset
4073 buffer-backed-up to nil.
4074
4075 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
4076
4077 * progmodes/gud.el (gdb-script-skip-to-head)
4078 (gdb-script-calculate-indentation): Indent for breakpoint command
4079 lists also.
4080
4081 2006-01-05 Bill Wohler <wohler@newt.com>
4082
4083 * Makefile.in (compile-always): Add mh-autoloads dependency.
4084 (bootstrap): Remove mh-autoloads dependency, as compile dependency
4085 provides it.
4086 (updates): Remove mh-autoloads dependency, since it probably has
4087 already run recently (via recompile).
4088
4089 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
4090
4091 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
4092 argument `force' to disable the flyspell-last-buffer optimization.
4093 (flyspell-mode-on): Use it.
4094
4095 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
4096 flymake-simple-cleanup.
4097 (flymake-allowed-file-name-masks): Use this new default.
4098 All the functions are now called in the right buffer rather than
4099 passing the buffer as argument.
4100 (flymake-process-sentinel): Switch to buffer before calling cleanup.
4101 (flymake-parse-err-lines): Remove redundant buffer arg.
4102 (flymake-get-program-dir): Comment out unused function.
4103 (flymake-start-syntax-check, flymake-start-syntax-check-process):
4104 Remove redundant buffer argument.
4105 (flymake-get-real-file-name, flymake-simple-java-cleanup)
4106 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
4107
4108 2006-01-05 Richard M. Stallman <rms@gnu.org>
4109
4110 * info.el (Info-find-node): Don't record previous node if have none.
4111 (info): Go to directory only if history is empty.
4112
4113 * simple.el (mark): Doc fix.
4114
4115 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4116
4117 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
4118 already of desired type.
4119 (mac-ae-list): Coerce parameter to "list" type.
4120 (mac-dispatch-apple-event): Replace cadr part of event with a
4121 dummy position so that event-start returns it.
4122
4123 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
4124
4125 * textmodes/org.el (org-end-of-subtree): New function.
4126 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
4127 Use `org-end-of-subtree'.
4128 (org-agenda, org-agenda-convert-date): Protect calls to
4129 `fit-window-to-buffer'.
4130 (org-tags-view): Force matching of sublevels when doing a
4131 todo-only search. Define the correct redo command, including the
4132 arguments.
4133 (org-agenda-redo): Display message.
4134 (org-check-for-org-mode): New function.
4135 (org-agenda-type): New variable.
4136 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
4137 Set `org-agenda-type'.
4138 (org-agenda-check-type): New function.
4139 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4140 (org-agenda-week-view, org-agenda-day-view)
4141 (org-agenda-next-date-line, org-agenda-previous-date-line)
4142 (org-agenda-log-mode, org-agenda-toggle-diary)
4143 (org-agenda-toggle-time-grid, org-agenda-date-later)
4144 (org-agenda-date-prompt, org-agenda-diary-entry)
4145 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
4146 (org-agenda-convert-date, org-agenda-menu):
4147 Use `org-agenda-check-type'.
4148 (org-make-overlay, org-delete-overlay)
4149 (org-detatch-overlay, org-move-overlay, org-overlay-put):
4150 New compatibility functions.
4151 (org-calendar-select-mouse): New command.
4152
4153 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
4154
4155 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
4156 (Custom-reset-standard): Fix y-or-n-p messages.
4157 (custom-link): New face for links.
4158 (custom-buffer-create-internal, custom-manual): Use it.
4159 (custom-face-save): Push to theme-face before setting face spec.
4160
4161 * wid-edit.el (widget-default-mouse-face-get): New function.
4162 (widget-specify-button): Handle mouse-face like button-face.
4163
4164 * custom.el (load-theme): Clear old theme settings if reloading.
4165
4166 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
4167
4168 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
4169 "Erase Customization" button back to same position it occupies in
4170 the individual State menus.
4171
4172 2006-01-04 Kim F. Storm <storm@cua.dk>
4173
4174 * wid-edit.el (key-sequence): Rework widget to read key binding
4175 using `kbd' syntax. Use C-q to insert literal key, event, or code.
4176 (widget-key-sequence-default-value): Default value for empty sequence.
4177 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
4178 (widget-key-sequence-read-event): New command for C-q.
4179 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
4180 (widget-key-sequence-value-to-external): New functions.
4181
4182 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4183
4184 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
4185 Use expand-file-name.
4186 (flymake-delete-temp-directory): Use expand-file-name,
4187 file-name-directory, and directory-file-name.
4188 (flymake-strrchr): Delete.
4189 (flymake-start-syntax-check): Don't pass the redundant buffer argument
4190 to the init-f function.
4191 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
4192 (flymake-init-find-buildfile-dir)
4193 (flymake-init-create-temp-source-and-master-buffer-copy)
4194 (flymake-simple-make-init-impl, flymake-simple-make-init)
4195 (flymake-master-make-init, flymake-master-make-header-init)
4196 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
4197 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
4198 (flymake-xml-init): Remove corresponding redundant buffer argument.
4199 (flymake-allowed-file-name-masks): Remove last elems that are equal to
4200 the default anyway. Clean up regexps.
4201
4202 * progmodes/flymake.el (flymake-temp-source-file-name)
4203 (flymake-master-file-name, flymake-temp-master-file-name)
4204 (flymake-base-dir): New buffer-local vars.
4205 (flymake-buffer-data, flymake-get-buffer-value)
4206 (flymake-set-buffer-value): Replace those hash-tables by the new
4207 buffer-local vars. Update callers.
4208
4209 * progmodes/flymake.el (flymake-check-start-time)
4210 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
4211 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
4212 Move definition, so we can remove redundant earlier declaration.
4213 (flymake-replace-regexp-in-string, flymake-split-string)
4214 (flymake-get-temp-dir): Use defalias.
4215 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
4216 (flymake-xemacs-window-edges): Remove unused function.
4217 (flymake-get-point-pixel-pos): Move.
4218 (flymake-pid-to-names, flymake-reg-names)
4219 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
4220 Replace by a simple list flymake-processes and by process-buffer.
4221 Update callers. Other than simplify the code, it uses buffers rather
4222 than buffer-names so it doesn't get confused by uniquify.
4223 (flymake-buffer-data): The global value should just be nil.
4224
4225 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
4226 Optimize the body of a defalias like any other code.
4227
4228 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
4229 Make sure we've setup font-lock's vars. It may influence which
4230 function we then call.
4231 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
4232 here since it's too late anyway.
4233
4234 2006-01-03 Romain Francoise <romain@orebokech.com>
4235
4236 * startup.el (fancy-splash-tail, normal-splash-screen):
4237 Update copyright year.
4238
4239 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
4240
4241 * mouse.el (mouse-drag-track): Rename, from
4242 `mouse-drag-region-1'. Includes optional argument required to
4243 enable post-drag event processing (e.g. delete region keys).
4244 Can be used without this argument to track a mouse region and operate
4245 on it as soon as the drag completes.
4246 (mouse-drag-region): Use `mouse-drag-track'.
4247
4248 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4249
4250 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
4251 Move to `custom-buffer' group.
4252
4253 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4254 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
4255 (custom-theme-insert-face-marker, custom-theme-variable-menu)
4256 (custom-theme-face-menu): New variables.
4257 (custom-theme-add-variable, custom-theme-variable-action)
4258 (custom-variable-reset-theme, custom-theme-delete-variable)
4259 (custom-face-reset-theme, custom-theme-face-action)
4260 (custom-theme-delete-face, custom-theme-merge-theme)
4261 (custom-theme-add-face, custom-theme-visit-theme): New functions.
4262
4263 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
4264
4265 * custom.el: Move Custom Themes commentary to start of theme code.
4266 (custom-known-themes): Rename `standard' theme to `changed'.
4267 (custom-push-theme): Caller no longer specifies what theme to use
4268 when doing `reset'---the setting is simply removed from the theme.
4269 Delete MODE from `theme-value' and `theme-settings' properties.
4270 (custom-declare-theme): Ignore &rest args since we don't use them.
4271
4272 (custom-loaded-themes): Delete variable.
4273 (custom-theme-load-themes, custom-theme-loaded-p)
4274 (custom-theme-value): Delete functions.
4275
4276 (custom-declare-theme): Signal error on invalid theme names.
4277 (provide-theme): custom-loaded-themes was deleted.
4278 (load-theme): Load the file unconditionally.
4279 (enable-theme): Call `load-theme' if theme is undefined.
4280 (custom-enabled-themes): Only update value for successful loads.
4281 (disable-theme): Complete from enabled themes when interactive.
4282 (custom-variable-theme-value): Calculate theme value directly.
4283
4284 (custom-theme-reset-variables, custom-reset-variables): Mark as
4285 XEmacs compatibility functions. We don't actually use these.
4286
4287 * cus-edit.el (custom-variable-state-set):
4288 Use custom-variable-theme-value instead of custom-theme-value.
4289 (custom-face-state-set): Rename `standard' theme to `changed'.
4290 (custom-save-variables, custom-save-faces): Delete unneeded
4291 references to custom-reset-variables.
4292 (custom-save-resets): Delete function.
4293 (custom-save-variables, custom-save-faces): MODE argument deleted.
4294 (custom-save-variables, custom-save-faces): Ignore theme values.
4295
4296 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4297 compatibility function.
4298
4299 2006-01-01 Richard M. Stallman <rms@gnu.org>
4300
4301 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4302 (Custom-reset-current, Custom-reset-saved): Likewise.
4303 (Custom-reset-standard): Show message if aborted.
4304 (custom-mode): Doc fix, describing those commands.
4305
4306 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4307 put on event-kind property.
4308
4309 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4310
4311 * custom.el (provide-theme): Ban `user' theme name.
4312 (custom-enabling-themes): New variable.
4313 (enable-theme): Don't enable user if custom-enabling-themes is t.
4314 (custom-enabled-themes): Make it a defcustom.
4315 (custom-theme-recalc-face): No-op if face is undefined.
4316
4317 * cus-edit.el (custom-button-mouse): New variable.
4318 (custom-button-mouse): New face.
4319 (custom-raised-buttons, custom-mode): Use it.
4320
4321 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4322
4323 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4324
4325 * progmodes/gud.el (gud-display-line): Support hl-line in the
4326 source buffer.
4327
4328 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4329
4330 * mouse.el (mouse-drag-window-above): Verify that the found window
4331 overlaps with the given window in the horizontal dimension.
4332
4333 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4334
4335 * Makefile.in (cvs-update): New target.
4336
4337 * makefile.w32-in (cvs-update): Ditto.
4338
4339 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4340
4341 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4342 (custom-new-theme-mode-map): New variable.
4343
4344 2005-12-30 Richard M. Stallman <rms@gnu.org>
4345
4346 * custom.el (custom-load-themes): Function deleted.
4347
4348 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4349 (custom-save-variables): Don't delete or add custom-load-themes call.
4350
4351 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4352
4353 * cus-start.el: Add `visible-cursor'.
4354
4355 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4356 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4357 (flymake-process-filter): Switch to buffer before calling it instead.
4358 (flymake-post-syntax-check, flymake-highlight-err-lines)
4359 (flymake-delete-own-overlays, flymake-parse-err-lines)
4360 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4361 (flymake-count-lines, flymake-parse-residual):
4362 Remove constant buffer argument.
4363 (flymake-start-syntax-check-for-current-buffer): Remove.
4364 Update callers to use flymake-start-syntax-check instead.
4365 (flymake-display-err-menu-for-current-line):
4366 Remove unused var `mouse-pos'.
4367 (flymake-restore-formatting): Comment out unused function.
4368 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4369 argument, use current-buffer instead. Update callers.
4370
4371 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4372
4373 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4374 buffer-local because choose-completion-delete-max-match requires
4375 that we set completion-ignore-case (i.e., binding via let is not
4376 sufficient).
4377 (bibtex-complete): Always set completion-ignore-case and
4378 choose-completion-string-functions. The latter is needed because
4379 choose-completion-string-functions keeps its value if we quit the
4380 *Completions* buffer without requesting a completion.
4381
4382 2005-12-30 Andreas Schwab <schwab@suse.de>
4383
4384 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4385
4386 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4387
4388 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4389
4390 2005-12-30 Juri Linkov <juri@jurta.org>
4391
4392 * locate.el (locate-fcodes-file, locate-header-face)
4393 * progmodes/delphi.el (delphi-other-face)
4394 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4395
4396 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4397 group `paren-showing-faces'.
4398
4399 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4400 (goto-address): Fix docstring.
4401
4402 * net/webjump.el (webjump-sample-sites): Update URLs.
4403
4404 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4405
4406 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4407
4408 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4409
4410 * font-lock.el (font-lock-compile-keywords): Signal an error when
4411 font-lock-set-defaults hasn't been called.
4412
4413 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4414
4415 * subr.el (noreturn, 1value): Doc fixes.
4416
4417 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4418
4419 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4420 that assoc-string returns nil.
4421
4422 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4423
4424 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4425 (bibtex-entry-type-str, bibtex-empty-field-re)
4426 (bibtex-search-backward-string, bibtex-preamble-prefix)
4427 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4428 (bibtex-any-valid-entry-type): New variable.
4429 (bibtex-parse-field-name): Simplify.
4430 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4431 (bibtex-preamble-prefix): Include left delimiter.
4432 (bibtex-search-forward-field, bibtex-search-backward-field):
4433 Allow unbounded search past entry boundaries (required by bibtex-pop).
4434 (bibtex-text-in-field-bounds): Use push.
4435 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4436 (bibtex-parse-preamble, bibtex-valid-entry)
4437 (bibtex-beginning-first-field): New functions.
4438 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4439 (bibtex-map-entries): Fix docstring.
4440 (bibtex-flash-head): New arg prompt. Simplify.
4441 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4442 (bibtex-insert-kill): Simplify. Always insert text past the
4443 current field or entry.
4444 (bibtex-format-entry): Use bibtex-parse-field.
4445 (bibtex-pop): Use bibtex-beginning-of-entry and
4446 bibtex-end-of-entry to initiate the search. Insert empty field if
4447 we found ourselves.
4448 (bibtex-print-help-message): New args field and comma.
4449 Handle entry keys.
4450 (bibtex-make-field): Use bibtex-beginning-of-entry.
4451 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4452 invalid entry.
4453 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4454 Handle preambles. Simplify code for thorough test.
4455 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4456 New arg comma. Handle entry heads.
4457 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4458 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4459 New arg comma.
4460 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4461 (bibtex-fill-field): Simplify.
4462 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4463 bibtex-parse-field.
4464 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4465 (bibtex-complete): Use bibtex-parse-preamble.
4466
4467 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4468
4469 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4470 Display name of expression instead of convenience variable.
4471 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4472
4473 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4474 toggle-gud-tooltip-dereference.
4475 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4476 (gud-tooltip-tips): ...here when dereferencing.
4477
4478 2005-12-28 Bill Wohler <wohler@newt.com>
4479
4480 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4481
4482 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4483
4484 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4485 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4486 (vc-annotate-display-autoscale): Adjust call.
4487 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4488 Fix interactive spec.
4489 (vc-annotate-time-span): Remove.
4490 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4491 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4492 (vc-annotate-display-select): Use new name.
4493
4494 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4495 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4496 Correct the construction of span entries. Simplify.
4497 (vc-annotate-display-select): Fix the nil case.
4498 (vc-annotate): Remove obsolete (and now broken) code.
4499 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4500 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4501
4502 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4503
4504 * subr.el (lazy-completion-table): Correct typo in docstring.
4505
4506 * startup.el (command-line): Use `custom-reevaluate-setting' for
4507 `send-mail-function'.
4508
4509 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4510
4511 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4512
4513 * mail/smtpmail.el (smtpmail-try-auth-methods):
4514 Send credentials together with "AUTH PLAIN" command.
4515
4516 2005-12-27 Richard M. Stallman <rms@gnu.org>
4517
4518 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4519 mouse-2, go back to previously selected window, so it's selected
4520 when mouse-2 command runs.
4521
4522 2005-12-27 Juri Linkov <juri@jurta.org>
4523
4524 * descr-text.el (describe-text-sexp): Use square brackets for
4525 button [Show] to distinguish it from the property value `show'.
4526 (describe-property-list): Use `insert-text-button' with
4527 `help-face' type instead of putting face in quotes, because button
4528 is not created automatically for a list of faces.
4529 (describe-text-properties-1): Put button-type value in quotes to
4530 distinguish from plain text "button".
4531 (describe-char): Display code point values in hex. Don't use
4532 `symbol-name' for `current-input-method' because it is a string.
4533 Use `insert-text-button' with `help-face' type instead of putting
4534 hardcoded face in quotes, because button is not created automatically.
4535
4536 2005-12-27 Richard M. Stallman <rms@gnu.org>
4537
4538 * progmodes/glasses.el (glasses-face): More specific custom type.
4539
4540 * files.el (set-visited-file-name): Doc fix.
4541
4542 * textmodes/flyspell.el (flyspell-external-point-words):
4543 Use local var buffer-scan-pos to advance scan for next misspelling.
4544 Advance it only after we find the misspelling.
4545
4546 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4547
4548 * textmodes/flyspell.el (flyspell-external-point-words):
4549 New criteria for finding the misspelling in the buffer.
4550
4551 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4552
4553 * help-mode.el (help-insert-string): Set help-xref-stack-item
4554 rather than call help-setup-xref.
4555
4556 * descr-text.el (describe-char): Revert previous changes for
4557 optional buffer argument.
4558
4559 2005-12-27 Juri Linkov <juri@jurta.org>
4560
4561 * help-mode.el (help-insert-string): New function. Save buffer
4562 contents in cases where it is impossible to recompute the old contents.
4563
4564 * descr-text.el (describe-char): Set help-xref-stack-item
4565 explicitly after buffer has been generated.
4566
4567 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4568
4569 * cus-start.el (all): Add x-gtk-show-hidden-files.
4570
4571 2005-12-26 Richard M. Stallman <rms@gnu.org>
4572
4573 * replace.el (perform-replace): Calculate match-again
4574 before skipping read-only matches.
4575
4576 * paren.el (paren-showing-faces): New group.
4577 (show-paren-match, show-paren-mismatch): Move to that group.
4578
4579 * button.el (button): Put into group `basic-faces'.
4580
4581 * progmodes/make-mode.el: Remove faces from group `faces'.
4582
4583 * apropos.el (apropos, apropos-value): Doc fix.
4584 (apropos-documentation): Doc fix.
4585
4586 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4587
4588 * subr.el (lazy-completion-table): Remove argument `args'.
4589
4590 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4591 Don't use the `args' argument of lazy-completion-table.
4592
4593 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4594
4595 * descr-text.el (describe-char): Add optional argument for buffer.
4596 Set buffer appropriately. Call help-setup-xref.
4597 Suggested by Stefan Monnier.
4598
4599 2005-12-26 Juri Linkov <juri@jurta.org>
4600
4601 * descr-text.el: Require `help-fns' at runtime. Don't require
4602 `button' for byte compilation.
4603 (describe-text-widget): Add `help-echo' for first button.
4604 Use `help-info' for second.
4605 (describe-property-list): Use `help-argument-name' instead of `italic'.
4606 (describe-text-category): Add prompt to interactive spec.
4607 Call `help-setup-xref'.
4608 (describe-char): Use `help-character-set'. Add `help-echo' for
4609 code point. Use `help-input-method'. Remove superfluous insert.
4610
4611 2005-12-25 Richard M. Stallman <rms@gnu.org>
4612
4613 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4614 at point, in case of narrowing.
4615
4616 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4617
4618 * locate.el (locate-header-face): Allow nil in type.
4619
4620 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4621
4622 2005-12-25 Romain Francoise <romain@orebokech.com>
4623
4624 * battery.el (battery-linux-proc-acpi): Also try
4625 `/proc/acpi/thermal_zone/THM0/temperature'.
4626
4627 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4628
4629 * custom.el (custom-push-theme): Fix docstring.
4630
4631 * cus-edit.el (custom-variable-set, custom-variable-save)
4632 (custom-variable-save): Custom-quote widget values.
4633 (customize-save-variable): Fix custom-push-theme call.
4634
4635 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4636
4637 * w32-fns.el (w32-batch-update-autoloads): New function.
4638
4639 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4640 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4641 from the command line.
4642
4643 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4644
4645 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4646 reset means to remove setting from theme entirely. Don't keep
4647 expanding theme-settings list; delete old entries if necessary.
4648
4649 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4650 customization" button one line up.
4651 (custom-themed): New face.
4652 (custom-magic-alist): New value, THEMED, for theme settings.
4653 (custom-variable-state-set, custom-face-state-set):
4654 Check theme-value instead of saved-value.
4655 (custom-variable-reset-standard, custom-face-reset-standard):
4656 Remove theme setting entirely. Recalculate new values.
4657 (custom-variable-set, custom-variable-set)
4658 (custom-variable-reset-saved, custom-variable-reset-backup)
4659 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4660 (custom-variable-save): Fix typos.
4661
4662 2005-12-23 Juri Linkov <juri@jurta.org>
4663
4664 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4665 Add autoload cookies.
4666 (edebug-outside-d-c-i-n-s-w): New variable.
4667 (edebug-display, edebug-outside-excursion): Use it to save the
4668 original value of default-cursor-in-non-selected-windows.
4669 Set default-cursor-in-non-selected-windows to t while Edebug
4670 is active.
4671 (edebug-mode, edebug-eval-mode): Doc fix.
4672
4673 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4674 with `buffer-substring-no-properties' to remove common substring
4675 highlighting.
4676
4677 * info.el (info-other-window, info): Rename function argument
4678 `file' to `file-or-node'.
4679 (Info-complete-menu-item): Use local variable `complete-nodes' to
4680 keep the global value of `Info-complete-nodes' unchanged for
4681 subsequent completions.
4682 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4683
4684 * simple.el (get-next-valid-buffer, last-buffer)
4685 (next-error-buffer-p, next-error-find-buffer)
4686 (minibuffer-history-sexp-flag): Doc fix.
4687
4688 * savehist.el (savehist-mode-hook): Add `:group'.
4689
4690 * log-view.el: Call autoload for vc-find-version.
4691 (log-view-current-file): Adjust subgroup numbers.
4692 (log-view-current-tag): Add `length'.
4693
4694 2005-12-23 Richard M. Stallman <rms@gnu.org>
4695
4696 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4697
4698 2005-12-23 Juri Linkov <juri@jurta.org>
4699
4700 * hi-lock.el (hi-lock-archaic-interface-message-used)
4701 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4702 (hi-lock-mode): Display "Hi" in the mode line only when
4703 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4704 (hi-lock-write-interactive-patterns):
4705 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4706 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4707 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4708 font-lock-add-keywords to t.
4709
4710 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4711
4712 * hi-lock.el (hi-lock-highlight-range): New variable.
4713 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4714 only if font-lock-fontified is non-nil. Remove overlays.
4715 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4716 font-lock-fontified is non-nil, otherwise use overlays (instead of
4717 text properties).
4718 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4719 New variables.
4720 (hi-lock-string-serialize) New function.
4721
4722 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4723
4724 * menu-bar.el (menu-find-file-existing): New function.
4725 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4726
4727 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4728
4729 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4730
4731 * vc.el: Remove unnecessary leading * in docstrings.
4732 (vc-annotate-mode-map): Move initialization into declaration.
4733 (vc-static-header-alist): Nitpick on the regexp.
4734 (vc-default-init-version): New fun.
4735 (vc-register): Use it.
4736 (vc-insert-headers): Use dolist.
4737 (vc-annotate-get-backend): Remove unused function.
4738 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4739 (vc-annotate-mode): Remove corresponding call.
4740 (vc-annotate-car-last-cons): Simplify.
4741 (vc-annotate-buffers): Remove var.
4742 (vc-annotate-backend): Make it buffer-local.
4743 (vc-annotate): Move the interaction to the interactive spec.
4744 Add a `buf' argument.
4745 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4746 killing&creating a vc-annotate buffer, which is very disruptive when
4747 the buffers are shown in dedicated frames.
4748
4749 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4750
4751 * descr-text.el: Add FSF as maintainer.
4752 (describe-text-mode, describe-text-mode-map)
4753 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4754 help-mode.
4755 (describe-text-widget, describe-text-sexp)
4756 (describe-property-list, describe-text-category)
4757 (describe-text-properties, describe-text-properties-1)
4758 (describe-char): Use help buttons instead of widgets.
4759 (describe-char-unicodedata-file): Make URL link in doc string.
4760
4761 2005-12-22 Richard M. Stallman <rms@gnu.org>
4762
4763 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4764 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4765 Don't include buttons that write a file when there's no file.
4766 (custom-variable-menu, custom-face-menu, custom-group-menu):
4767 Don't include commands that write a file when there's no file.
4768 (customize-browse): Reword the top-of-buffer help intro.
4769 (custom-buffer-create-internal): Fix previous change.
4770 (customize-changed-options-previous-release): Prev release is 21.1.
4771 (customize-changed-options): Doc fix.
4772 (customize-changed): New alias.
4773 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4774 Say "standard values".
4775 (Custom-reset-standard): Doc fix.
4776 (custom-face-reset-standard): Doc fix.
4777
4778 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4779
4780 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4781 even if font-lock-mode is non-nil since it may be t without having
4782 turned on font-lock-mode-internal.
4783 (font-lock-choose-keywords): Minor optimization.
4784 (font-lock-add-keywords, font-lock-remove-keywords)
4785 (font-lock-set-defaults): Don't call make-local-variable on a variable
4786 that we know to already be local.
4787
4788 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4789
4790 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4791 messages if in the minibuffer.
4792
4793 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4794
4795 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4796 (tex-mode-flyspell-verify, flyspell-get-word)
4797 (flyspell-external-point-words): Don't use point-min/max uselessly.
4798
4799 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4800 by Kevin Rodgers. Instead, just hide the completions buffer if we
4801 don't need to show it.
4802
4803 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4804
4805 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4806
4807 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4808
4809 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4810 delete-windows-on with an inexistent buffer.
4811
4812 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4813
4814 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4815 Delete defcustom variable :tag names.
4816
4817 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4818
4819 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4820 (log-view-font-lock-keywords): Ajust subgroup numbers.
4821 (log-view-current-tag): Don't hard code the number of subgroups.
4822
4823 2005-12-20 Juri Linkov <juri@jurta.org>
4824
4825 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4826 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4827
4828 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4829 (menu-bar-non-minibuffer-window-p): Instead of checking
4830 display-multi-frame-p, use selected-frame when menu-updating-frame
4831 is nil.
4832
4833 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
4834
4835 * align.el (align-rules-list): Use [ \t] instead of \s-
4836 for column separators in text mode.
4837
4838 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4839
4840 * help-mode.el (help-customize-variable, help-customize-face):
4841 Don't pop help-xref-stack as help-follow no longer pushes
4842 anything on to it.
4843
4844 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4845
4846 * textmodes/org.el (org-agenda-custom-commands): New option.
4847 (org-agenda): Offer custom commands on splash screen.
4848 (org-make-tags-matcher): Parser for Boolean logic added.
4849 (org-agenda-set-tags): New command.
4850 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4851 (org-set-tags): Efficiency improvements.
4852 (org-auto-align-tags): New option.
4853 (org-todo, org-demote, org-promote): Realign tags.
4854 (org-tags-completion-function): Use also "&" and "|" as separators.
4855 (org-org-menu): Agenda commands simplified.
4856
4857 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4858
4859 * cus-edit.el (customize-apropos, customize-apropos-options):
4860 Docstring changes.
4861
4862 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4863
4864 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4865
4866 * longlines.el (longlines-mode): Wrap while widened.
4867 (longlines-decode-region, longlines-encode-region): Compute max
4868 just once.
4869
4870 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4871
4872 * cus-edit.el (mac): New group.
4873
4874 * cus-start.el (all): Add user options in macterm.c. Add test for
4875 Mac-related built-ins. Fix test for GTK-related built-ins.
4876
4877 * term/mac-win.el (mac-handle-language-change)
4878 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4879 (mac-services-open-selection, mac-services-mail-selection)
4880 (mac-services-mail-to, mac-services-insert-text)
4881 (mac-dispatch-apple-event): Add docstrings.
4882 (x-get-selection, mac-select-convert-to-string): Select coding
4883 system from `utf-16be' and `utf-16le' using `byteorder'.
4884
4885 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4886
4887 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4888 a "list" (lambda ...) rather than a real completion list.
4889
4890 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4891 lexical-let when encountering ((lambda (...) ...) ...).
4892
4893 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4894
4895 * progmodes/sh-script.el (sh-mode):
4896 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4897 * textmodes/picture.el (picture-mode): Update docstrings.
4898
4899 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4900
4901 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4902 commands enclosed in $(ARGQUOTE)s should not be split between two
4903 lines, as that will break with GNU Make >3.80, when sh.exe is used
4904 and arg quoting is with '..'.
4905 (autoloads): Don't break the quoted --eval expression between
4906 several lines.
4907
4908 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4909
4910 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4911 Capture error from printing circular structures.
4912
4913 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
4914
4915 * wid-edit.el (widget-checkbox-action): Clear undo info.
4916
4917 2005-12-16 Bill Wohler <wohler@newt.com>
4918
4919 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4920 bar, not menubar in comment.
4921
4922 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4923
4924 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4925 After-change-functions should not clobber the match data.
4926
4927 2005-12-16 Juri Linkov <juri@jurta.org>
4928
4929 * simple.el (choose-completion): Use `buffer-substring-no-properties'
4930 instead of `buffer-substring'.
4931 (completion-common-substring): Doc fix.
4932 (completion-setup-function): Use minibuffer-completion-contents
4933 instead of minibuffer-contents. Don't set common-string-length
4934 initially. Remove special handling of partial-completion-mode.
4935 Move computation of completion-base-size into one cond.
4936 Call completion-base-size-function in mainbuf. In computation of
4937 completion-base-size for file name completion don't move point to
4938 the end of the minibuffer. Move computation of common-string-length
4939 into one cond. Start putting faces only when common-string-length>=0.
4940 Add condition to put completions-common-part when
4941 common-string-length>0.
4942
4943 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4944 place point at the first different character in the minibuffer
4945 even if this position is at the beginning of the minibuffer.
4946
4947 * info.el (Info-read-node-name-1): In completion-base-size-function's
4948 lambda return 1 if common-substring or minibuffer-completion-contents
4949 starts with (, and 0 otherwise.
4950
4951 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4952 Use `crm-current-element' for second arg of `display-completion-list'.
4953
4954 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
4955
4956 * files.el (set-auto-mode): Look for an interpreter specified on
4957 the first line also if search for mode specification succeeded,
4958 but the mode is not known.
4959
4960 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
4961
4962 * textmodes/org.el (org-tags-match-list-sublevels): New option.
4963 (org-open-at-point): Implement tag searches as links.
4964 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4965 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4966 (org-tags-sparse-tree, org-tags-view, org-set-tags)
4967 (org-agenda-dispatch): New commands.
4968 (org-use-tag-inheritance, org-tags-column): New options.
4969 (org-tab-follows-link, org-return-follows-link): New options.
4970 (org-tags): New customize group.
4971 (org-start-icalendar-file): Get local time zone.
4972 (org-tags-completion-function): New function.
4973 (org-set-font-lock-defaults): Make sure links will also be
4974 highlighted inside headlines.
4975
4976 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
4977
4978 * term.el (term-emulate-terminal):
4979 Let term-handle-ansi-terminal-messages override what Bash says about
4980 its current directory.
4981
4982 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4983
4984 * bindings.el (last-buffer): Move to simple.el.
4985 * simple.el (last-buffer): Move here.
4986 (get-next-valid-buffer): New function.
4987 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4988 (prev-buffer): Ditto. Rename to `previous-buffer'.
4989
4990 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4991 * bindings.el (global-map): Ditto.
4992
4993 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
4994
4995 * cus-edit.el: Introductory comment change.
4996 (custom-magic-alist): Change message string for the `rogue' state.
4997
4998 2005-12-15 Richard M. Stallman <rms@gnu.org>
4999
5000 * tooltip.el: Delete defcustom variable :tag names.
5001
5002 * complete.el (partial-completion-mode): Doc fix.
5003
5004 * textmodes/flyspell.el (flyspell-external-point-words):
5005 Use save-excursion to ensure we don't move backward in the
5006 search loop, not even one character.
5007 (flyspell-delete-all-overlays): Use remove-overlays directly.
5008
5009 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
5010 (ispell-start-process): Set that variable.
5011 Clear ispell-buffer-local-name.
5012 (ispell-internal-change-dictionary):
5013 Set ispell-current-dictionary after killing process.
5014 (ispell-buffer-local-dict):
5015 Don't set spell-personal-dictionary after killing process.
5016 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
5017 (ispell-tex-skip-alists, ispell-html-skip-alists)
5018 (ispell-skip-region-alist): Mark as risky.
5019
5020 * net/newsticker.el (newsticker--retrieval-timer-list)
5021 (newsticker--display-timer, newsticker-running-p)
5022 (newsticker-ticker-running-p): Definitions moved up.
5023
5024 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
5025
5026 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
5027
5028 2005-12-15 David Ponce <david@dponce.com>
5029
5030 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
5031 (recentf-edit-list, recentf-open-files): Signal an error when
5032 there is no recent file.
5033
5034 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
5035
5036 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
5037 read-only except for texinfo-format-region evaluation.
5038
5039 2005-12-14 Richard M. Stallman <rms@gnu.org>
5040
5041 * vc.el (vc-default-previous-version, vc-default-next-version)
5042 (vc-do-command): Doc fixes.
5043
5044 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5045
5046 * textmodes/bibtex.el (bibtex-expand-strings)
5047 (bibtex-autokey-expand-string, bibtex-name-part)
5048 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
5049 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
5050 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
5051 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
5052 (bibtex-entry-postfix, bibtex-known-entry-type-re)
5053 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
5054 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
5055 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
5056 (bibtex-beginning-of-last-entry): Remove.
5057 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
5058 message if comma is missing but buffer is read-only.
5059 (bibtex-parse-field-text): Handle whitespaces at the end of field
5060 text. Return 3-element list with beginning and end of field text
5061 and end of field.
5062 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
5063 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
5064 (bibtex-search-forward-field, bibtex-search-backward-field):
5065 Search always delimited by limits of entry. Use more efficient
5066 search algorithms.
5067 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
5068 bibtex-end-of-name-in-field.
5069 (bibtex-text-in-field-bounds): Handle BibTeX strings when
5070 extracting the content of a field.
5071 (bibtex-text-in-field): Use search limits.
5072 (bibtex-parse-string-prefix): Handle empty string keys based on
5073 bibtex-string-empty-key.
5074 (bibtex-parse-string): Fix docstring.
5075 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
5076 (bibtex-preamble-prefix, bibtex-strings): New functions.
5077 (bibtex-skip-to-valid-entry): Include preceding whitespace in
5078 BibTeX entries (consistent with other BibTeX functions).
5079 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
5080 (bibtex-search-entry): Fix docstring. Simplify.
5081 (bibtex-flash-head, bibtex-complete-string-cleanup)
5082 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
5083 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
5084 (bibtex-parse-entry): New optional arg content.
5085 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
5086 Use bibtex-text-in-field-bounds.
5087 (bibtex-print-help-message): Handle BibTeX strings and preambles.
5088 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
5089 bibtex-parse-string-postfix.
5090 (bibtex-find-text-internal): New function.
5091 (bibtex-remove-delimiters): Use it.
5092 (bibtex-find-text): Use it. New optional arg help.
5093 (bibtex-complete): Handle BibTeX string and preamble entries.
5094 (bibtex-Preamble): Fix order of closing delimiters.
5095
5096 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
5097
5098 * vc.el (vc-default-revert): New fun.
5099
5100 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
5101
5102 2005-12-14 Romain Francoise <romain@orebokech.com>
5103
5104 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
5105 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
5106 (font-lock-remove-keywords): Likewise.
5107
5108 2005-12-14 Juri Linkov <juri@jurta.org>
5109
5110 * log-view.el (log-view-diff): Doc fix.
5111
5112 * isearch.el (isearch-query-replace): Use (mark) instead of
5113 isearch-opoint if mark is active in transient-mark-mode.
5114
5115 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5116
5117 * isearch.el (isearch-query-replace): Check for isearch-other-end.
5118
5119 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
5120
5121 * progmodes/cpp.el (cpp-face): New widget.
5122 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
5123
5124 2005-12-14 Juri Linkov <juri@jurta.org>
5125
5126 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
5127 around `erase-buffer' and `insert'.
5128
5129 * descr-text.el (describe-text-properties): Replace buffer name
5130 "*Help-2*" with "*Help*<2>".
5131 (describe-char): Add functions print-help-return-message,
5132 toggle-read-only. Use help-setup-xref with nil to not store
5133 describe-char in help-xref-stack. Use help-make-xrefs to
5134 make [back] button.
5135
5136 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
5137
5138 * wdired.el (wdired-old-point): New internal variable.
5139 (wdired-change-to-wdired-mode): Set it buffer-locally.
5140 (wdired-abort-changes): Restore point after aborting changes.
5141
5142 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5143
5144 * vc.el (vc-do-command): Add a new value t for okstatus.
5145
5146 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
5147 frame in case of errors.
5148
5149 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5150
5151 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
5152 so it comes after "On the Left" in the menu.
5153
5154 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
5155
5156 * cus-edit.el (customize-apropos, customize-apropos-options)
5157 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
5158
5159 2005-12-12 Bill Wohler <wohler@newt.com>
5160
5161 * vc-svn.el (vc-svn-registered): Fix problem of visiting
5162 non-writable Subversion-controlled files by saving window
5163 configuration before calling vc-do-command. vc-do-command calls
5164 pop-to-buffer on error which is unexpected during registration.
5165
5166 2005-12-12 Jay Belanger <belanger@truman.edu>
5167
5168 * calc/README: Update the summary of changes.
5169
5170 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5171
5172 * descr-text.el (describe-char): Rework last fix to solve the problem
5173 is the same way it's solved for everything else in that function
5174 (i.e. by extracting the info before setting up the *Help* buffer).
5175
5176 2005-12-12 Kim F. Storm <storm@cua.dk>
5177
5178 * subr.el (version-regexp-alist): Allow space as separator before
5179 non-numeric part, e.g. "1.0 alpha".
5180 (version-to-list): Interpret .X.Y version as 0.X.Y version.
5181
5182 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
5183
5184 * textmodes/org.el (org-agenda, org-timeline, org-todo):
5185 Implement Logging and the keep-modes setting.
5186 (org-get-category): Make sure a string is returned.
5187 (org-log-done): New function.
5188 (org-log-done, org-closed-string): New options.
5189
5190 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5191
5192 * tooltip.el (tooltip-y-offset): Change default to 20.
5193
5194 2005-12-12 Richard M. Stallman <rms@gnu.org>
5195
5196 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
5197
5198 * frame.el (display-hourglass): Doc fix.
5199
5200 * help.el (help-for-help-internal): Simplify entry for `a'.
5201
5202 * info.el (Info-on-current-buffer): Doc fix.
5203 (info-insert-file-contents): Don't test (featurep 'jka-compr).
5204
5205 * startup.el (inhibit-splash-screen): Make this the real name.
5206 (inhibit-startup-message): Make this the alias.
5207 (command-line): Find only simple.el, and use its directory
5208 to fill in other preloaded files' names.
5209 (command-line): Deactivate the mark if deactivate-mark is set.
5210
5211 * international/mule.el (load-with-code-conversion):
5212 Bind deactivate-mark.
5213
5214 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
5215
5216 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
5217
5218 * cus-edit.el (customize-apropos): Avoid listing an option more
5219 than once under different aliases. No longer list user options
5220 that are not defined with defcustom (unless a prefix arg is given).
5221 Doc fix.
5222 (customize-apropos-options): Doc fix.
5223
5224 2005-12-11 Juri Linkov <juri@jurta.org>
5225
5226 * frame.el (set-background-color, set-foreground-color)
5227 (set-cursor-color, set-mouse-color, set-border-color):
5228 Add explicit prompts to read colors by `facemenu-read-color'.
5229 (show-trailing-whitespace, blink-cursor-delay)
5230 (blink-cursor-interval, display-hourglass, hourglass-delay):
5231 Remove tags.
5232 (display-hourglass, hourglass-delay): Doc fix.
5233 (cursor-in-non-selected-windows): Capitalize words in tag.
5234
5235 * faces.el (frame-background-mode): Replace `choice-item' keywords
5236 with `const' to not make [default] button. Change default value tag
5237 from `default' to `automatic'. Doc fix.
5238 (trailing-whitespace) <defface>: Change group `whitespace' to
5239 `whitespace-faces'.
5240
5241 2005-12-11 Richard M. Stallman <rms@gnu.org>
5242
5243 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
5244
5245 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5246
5247 * term/mac-win.el: Create keymap for mac-apple-event-map.
5248
5249 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
5250
5251 * tooltip.el (tooltip-mode): Move to start of file so that it
5252 appears at top of customize buffer.
5253
5254 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5255 Add the gud groupname.
5256 (gud-tooltip-mode): Add the tooltip groupname.
5257 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
5258 avoid conflict with tooltip-use-echo-area.
5259
5260 2005-12-10 Romain Francoise <romain@orebokech.com>
5261
5262 * help.el (help-for-help-internal): Add `r' in doc string.
5263
5264 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5265
5266 * align.el (align-regexp, align-highlight-rule):
5267 Use region-beginning and region-end instead of point and mark, so that
5268 repetition (with `repeat-complex-command') recomputes the region
5269 bounds.
5270
5271 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
5272
5273 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5274 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5275 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5276 (balance-windows): Rewrite using the above new functions.
5277
5278 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5279
5280 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5281 react if global-hi-lock-mode seems intended.
5282 (global-hi-lock-mode) Renamed from hi-lock-mode.
5283 (hi-lock-archaic-interface-message-used)
5284 (hi-lock-archaic-interface-deduce): New variables.
5285 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5286 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5287 (hi-lock-find-patterns, hi-lock-font-lock-hook):
5288 Replace hi-lock-buffer-mode with hi-lock-mode.
5289
5290 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
5291
5292 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5293 completion list, even after a partial completion has been
5294 inserted in the current buffer. If there are more than 1
5295 completion, redisplay the *Completions* buffer; if the
5296 completion is unique, delete the *Completions* window.
5297
5298 2005-12-10 Eli Zaretskii <eliz@gnu.org>
5299
5300 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5301 strings and long subject lines that were broken into multiple
5302 lines at arbitrary places. Handle subjects that have "Re: " in
5303 the middle.
5304
5305 2005-12-10 John W. Eaton <jwe@octave.org>
5306
5307 * emacs/octave-mod.el (octave-electric-space): Don't indent
5308 comments or strings if octave-auto-indent is nil.
5309
5310 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5311
5312 * term/mac-win.el: Require url when compiling.
5313 Call mac-process-deferred-apple-events after loading init files.
5314 (mac-apple-event-map): New defvar. Define event handlers in it.
5315 (core-event, internet-event): New Apple event class symbols.
5316 (open-application, reopen-application, open-documents)
5317 (print-documents, open-contents, quit-application)
5318 (application-died, show-preferences, autosave-now, get-url):
5319 New Apple event ID symbols.
5320 (about): New HICommand ID symbol.
5321 (mac-event-spec, mac-event-ae): New macros.
5322 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5323 (mac-ae-selection-range, mac-ae-text-for-search)
5324 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5325 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5326 and Services menu events are now defined in mac-apple-event-map.
5327 (mac-drag-n-drop): Remove selection range handling.
5328
5329 2005-12-10 Kenichi Handa <handa@m17n.org>
5330
5331 * simple.el (zap-to-char):
5332 * isearch.el (isearch-process-search-char): Translate CHAR by
5333 translation-table-for-input.
5334
5335 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5336
5337 * foldout.el (foldout-exit-fold): Properly hide subtree.
5338
5339 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5340
5341 * files.el (save-buffer):
5342 * international/ucs-tables.el (ucs-set-table-for-input):
5343 * mail/mail-extr.el (mail-extract-address-components):
5344 * mail/sendmail.el (mail-mode): Reformat doc string.
5345
5346 2005-12-09 Juri Linkov <juri@jurta.org>
5347
5348 * isearch.el (isearch-highlight): Change main overlay priority
5349 from 1 to 1001. Simplify.
5350 (isearch-lazy-highlight-update): Change lazy overlay priority
5351 from 0 to 1000.
5352
5353 * replace.el (replace-highlight): Change overlay priority from
5354 1 to 1001.
5355
5356 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5357 Change overlay priority from 1 to 1001. Reuse existing overlay.
5358
5359 * compare-w.el (compare-windows-highlight): Change overlay
5360 priority from 1 to 1000.
5361
5362 * menu-bar.el (menu-bar-edit-menu): Add listp around
5363 pending-undo-list to disable menu item "undo" when pending
5364 undo list is empty.
5365
5366 * locate.el (locate): Disable undo in *Locate* buffer.
5367
5368 2005-12-09 Kim F. Storm <storm@cua.dk>
5369
5370 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5371
5372 2005-12-09 David Ponce <david@dponce.com>
5373
5374 * recentf.el: Improvement of the menu code.
5375 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5376 instead of menu hook.
5377 (recentf-show-menu, recentf-hide-menu): New functions.
5378 (recentf-menu-customization-changed, recentf-mode): Use them.
5379 (recentf-menu-action, recentf-max-menu-items)
5380 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5381 (recentf-arrange-by-rule-others)
5382 (recentf-arrange-by-rules-min-items)
5383 (recentf-arrange-by-rule-subfilter) : Don't use
5384 `recentf-menu-customization-changed'.
5385 (recentf-arrange-rules): Likewise. Accept functions to compute
5386 sub-menu titles.
5387 (recentf-menu-filter): Likewise. Doc fix.
5388 (recentf-menu-value-shortcut): Doc fix.
5389 (recentf-dump-variable): Quote atom value.
5390 (recentf-make-menu-items): Update to use it as a menu filter.
5391 (recentf-match-rule): New function.
5392 (recentf-arrange-by-rule): Use it.
5393 (recentf-indirect-mode-rule): New function.
5394 (recentf-build-mode-rules): Use it.
5395 (recentf-dir-rule): New function.
5396 (recentf-arrange-by-dir): Use it.
5397 (recentf-filter-changer-current): Rename from
5398 `recentf-filter-changer-state'. All references updated.
5399 (recentf-filter-changer-alist): Update filter names.
5400 (recentf-filter-changer-select): New function.
5401 (recentf-filter-changer): Use it. Make a sub-menu from filters
5402 available in `recentf-filter-changer-alist'.
5403 (recentf-data-cache, recentf-clear-data)
5404 (recentf-update-menu): Remove. All references updated.
5405 (recentf-match-rule-p, recentf-build-dir-rules)
5406 (recentf-filter-changer-goto-next)
5407 (recentf-filter-changer-get-current)
5408 (recentf-filter-changer-get-next): Remove.
5409
5410 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5411
5412 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5413 buffer "Reset" button to "Reset to Current" for consistency with
5414 the State buttons.
5415
5416 2005-12-08 John Paul Wallington <jpw@pobox.com>
5417
5418 * ibuf-ext.el (define-ibuffer-filter filename):
5419 If `dired-directory' is a list then really use its car.
5420
5421 2005-12-08 Kim F. Storm <storm@cua.dk>
5422
5423 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5424 Fix indention of text on right side of replaced rectangle.
5425
5426 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5427
5428 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5429 No need to check gud-comint-buffer is bound.
5430 (gdb): Prevent multiple debugging when first session uses gdba.
5431
5432 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5433
5434 CC Mode update to 5.31.
5435
5436 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5437 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5438 We might do this function properly in the future).
5439
5440 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5441 New macros c-sentence-end and c-default-value-sentence end, to cope
5442 with Emacs 22's new function `sentence-end'.
5443
5444 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5445
5446 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5447 compat issue using `c-put-overlay' and `c-delete-overlay'.
5448
5449 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5450 New compat macros to handle overlays/extents.
5451
5452 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5453
5454 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5455 (for GNU Emacs 20.4)
5456
5457 * progmodes/cc-defs.el:
5458 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5459
5460 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5461 highlighting mechanism so it will work in XEmacs too.
5462
5463 * progmodes/cc-defs.el: Insert c-int-to-char.
5464
5465 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5466 call to the new macro c-int-to-char. This solves XEmacs's
5467 regarding characters as different from integers.
5468
5469 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5470
5471 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5472 New internal helper.
5473
5474 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5475 construct to make the indirect face lookup work in XEmacs.
5476
5477 (c-cpp-matchers): Append the negation char face to the existing
5478 fontification, so that the cpp face doesn't disappear.
5479 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5480 and strings.
5481
5482 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5483 to map to `font-lock-negation-char-face' in emacsen where it exists.
5484
5485 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5486
5487 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5488
5489 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5490 Rename "c-subword-move-mode" as "c-subword-mode".
5491
5492 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5493 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5494
5495 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5496
5497 * progmodes/cc-mode.el: Added autoload directive for
5498 `c-subword-move-mode' for use in older emacsen.
5499
5500 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5501
5502 * progmodes/cc-mode.el:
5503 (i) Insert a binding for C-c C-backspace into
5504 c-bind-special-erase-keys which works in TTYs.
5505 (ii) Make sure that when file styles are used, any explicitly
5506 given style variables take priority over those in the style.
5507 Do this by calling `hack-local-variables' a second time.
5508
5509 * progmodes/cc-vars.el: Add language specific customization
5510 widgets for AWK to c-doc-comment-style, c-require-final-newline
5511 and c-default-style. Add a defcustom for awk-mode-hook.
5512 Give c-syntactic-element and c-syntactic-context doc-strings by
5513 directly setting their `variable-documentation' propery.
5514 This allows Emacs 22.1 to read these with C-h v.
5515
5516 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5517
5518 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5519
5520 * progmodes/cc-fonts.el, cc-vars.el
5521 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5522 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5523 Masatake YAMATO.
5524
5525 (c-doc-comment-style): Made GtkDoc default in C mode.
5526
5527 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5528 and C-c C-<delete>.
5529
5530 (c-bind-special-erase-keys): New function for use on
5531 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5532
5533 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5534 <delete> key behavior in XEmacs according to `delete-forward-p'.
5535 C.f. `c-electric-delete'.
5536
5537 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5538
5539 * progmodes/cc-mode.el: Give c-hungry-backspace and
5540 c-hungry-delete-forward permanent key bindings.
5541
5542 * progmodes/cc-cmds.el (c-electric-semi&comma):
5543 Bind c-syntactic-context for calls to "criteria functions", for
5544 consistency with other calls to user functions.
5545
5546 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5547 `current-prefix-arg', since this might be the prefix arg to a
5548 command which calls c-indent-command as a function. Change the
5549 interactive spec from "p" to "P".
5550
5551 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5552 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5553 was difficult to understand.
5554
5555 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5556
5557 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5558 first char of an identifier.
5559
5560 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5561 +" syntax in C++.
5562
5563 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5564
5565 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5566 auto-fill doesn't split a c-comment's last word from a hanging
5567 "*/" when a space is typed between them after fill-column.
5568
5569 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5570
5571 * progmodes/cc-styles.el (c-set-style)
5572 (c-setup-paragraph-variables): Abort the command if we're not in a
5573 CC Mode buffer.
5574
5575 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5576 with blank comment-prefix, and a blank line as the comment's
5577 second line.
5578
5579 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5580
5581 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5582 Incorporate the patterns added in the Emacs development branch
5583 for the new Emacs 22 face `font-lock-negation-char-face'.
5584
5585 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5586 of "red" since it stands out better in xterms and DOS terminals.
5587
5588 * progmodes/cc-engine.el (c-literal-faces):
5589 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5590
5591 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5592
5593 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5594 forcibly enable c-electric-flag.
5595
5596 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5597 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5598 after the comment-prefix of a C-style comment will close that comment.
5599
5600 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5601
5602 * progmodes/cc-fonts.el (c-basic-matchers-before)
5603 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5604 in Pike.
5605
5606 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5607 digraphs.
5608
5609 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5610 (c-cpp-message-directives, c-cpp-include-directives)
5611 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5612 (c-cpp-expr-directives): Introduce new language constants to
5613 control cpp syntax in a cleaner way.
5614
5615 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5616
5617 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5618
5619 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5620 (c-multiline-string-start-char): New language constants and
5621 variables to specify how newlines in string literals work.
5622
5623 (c-font-lock-invalid-string): Use them.
5624
5625 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5626 unbalanced close brace is entered. Optimization by avoiding going
5627 back over arbitrarily large blocks. Removed hints that this
5628 function only would be relevant/useful in AWK.
5629
5630 (c-electric-brace): Indent syntactically after the cleanups since
5631 lineup functions might do it differently then.
5632
5633 * progmodes/cc-engine.el, cc-langs.el
5634 (c-opt-op-identifier-prefix): New language constant and variable.
5635
5636 (c-just-after-func-arglist-p, c-after-special-operator-id)
5637 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5638
5639 * progmodes/cc-align.el, cc-engine.el
5640 (c-after-special-operator-id): New helper to handle C++ operator
5641 identifiers.
5642
5643 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5644 (c-guess-basic-syntax): Handle C++ operator identifiers in
5645 declarations.
5646
5647 * progmodes/cc-langs.el (c-assignment-operators): Add the
5648 trigraph version of ^= too.
5649
5650 * progmodes/cc-langs.el (c-assignment-operators): Add the
5651 trigraph version of |= in C++.
5652
5653 * progmodes/cc-fonts.el (c-font-lock-declarators):
5654 Handle `c-decl-hangon-kwds' after the identifier name.
5655
5656 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5657 whether an arglist is "nonempty", ignore a comment after the open
5658 paren if it isn't followed by a non-comment token on the same line.
5659
5660 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5661 Enable heuristics below the point to cope with classes inside special
5662 brace lists in Pike.
5663
5664 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5665
5666 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5667
5668 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5669
5670 * progmodes/cc-guess.el (cc-guess-install): New function to
5671 install an already guessed style in another buffer.
5672
5673 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5674 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5675 anyway if the change always is undone.
5676
5677 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5678
5679 Implement togglable electricity:
5680
5681 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5682 saying when it should be used.
5683
5684 * progmodes/cc-engine.el: Add the new buffer-local variable,
5685 c-electric-flag.
5686
5687 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5688 c-toggle-auto-newline.
5689
5690 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5691 c-toggle-auto-newline. Remove the binding for
5692 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5693 c-toggle-electric-state.
5694
5695 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5696
5697 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5698 c-\(forward\|backward\)-subword.
5699 (c-update-modeline): Add the new modeline flag `l' for
5700 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5701 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5702 Make the old name an alias of the new name.
5703 (c-toggle-electric-state): New function.
5704 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5705 Adapt these functions to do electric things only when
5706 c-electric-flag is non-nil.
5707 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5708 new functions from c-electric-brace.
5709 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5710 mode, so that the tentative extra newline doesn't change the
5711 syntax of the following brace.
5712 (c-electric-brace): Restructure by extracting the above functions.
5713 Tidy up the coding somewhat.
5714 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5715 restructure a bit.
5716
5717 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5718
5719 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5720 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5721
5722 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5723 (c-submode-indicators): Change name from `c-auto-hungry-string'
5724 since it's now used to track another submode.
5725
5726 (c-update-modeline): Convert to function and extended to check
5727 `c-subword-move-mode'.
5728
5729 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5730 Convert to compat aliases for `c-forward-subword' and
5731 `c-backward-subword'.
5732
5733 * progmodes/cc-subword.el: New functions and minor mode to handle
5734 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5735
5736 (c-forward-subword, c-backward-subword, c-mark-subword)
5737 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5738 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5739 Functions corresponding to the standard word handling functions.
5740
5741 (c-subword-move-mode): Minor mode that replaces all the standard
5742 word handling functions with their subword equivalences.
5743
5744 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5745
5746 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5747 entry for one-liner-defun.
5748
5749 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5750 name in its def-edebug-spec.
5751
5752 * progmodes/cc-cmds.el (c-electric-brace): Make the
5753 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5754 compacts space before a comment, if this will make things fit on
5755 one line.
5756
5757 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5758
5759 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5760
5761 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5762 clean-up one-liner-defun.
5763
5764 * progmodes/cc-styles.el: Add the new "awk" style.
5765
5766 * progmodes/cc-vars.el: Add description of one-liner-defun to
5767 c-cleanup-list's doc-string. New user options,
5768 c-max-one-liner-length. In c-default-style, set the default style
5769 for AWK to "awk".
5770
5771 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5772
5773 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5774 macros inside labels.
5775
5776 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5777 `c-at-statement-start-p' and `c-at-expression-start-p'.
5778
5779 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5780 error if the mark isn't set.
5781
5782 * progmodes/cc-engine.el (c-guess-continued-construct)
5783 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5784 accurately detect functions inside functions.
5785
5786 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5787 like `c-at-statement-start-p' that additionally recognizes commas
5788 and expression parentheses as delimiters.
5789
5790 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5791 to avoid heuristics that doesn't work for unclosed blocks.
5792 (c-at-statement-start-p): New function.
5793
5794 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5795 Objective-C directives, e.g. directives spanning lines should work
5796 reasonably well now.
5797
5798 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5799
5800 (c-forward-objc-directive): New function to move over any ObjC
5801 directive.
5802
5803 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5804 (c-basic-matchers-before): Use it.
5805
5806 (c-font-lock-objc-iip-decl): Remove.
5807
5808 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5809 in the template arglist recognition.
5810
5811 * progmodes/cc-styles.el (c-style-alist): Fix several
5812 inconsistencies in the Whitesmith style.
5813
5814 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5815 New lineup function to get lines after Whitesmith style blocks
5816 correctly indented.
5817
5818 (c-lineup-whitesmith-in-block): Back out the compensation for
5819 opening parens since it's done using `add' lists in the style
5820 definition instead. Don't use the anchor position since it varies
5821 too much between the syntactic symbols. :P
5822
5823 * progmodes/cc-vars.el (c-valid-offset): Update.
5824
5825 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5826 lists where the offsets are combined according to several
5827 different methods: `first', `min', `max', and `add'.
5828 Report offset evaluation errors with `c-benign-error' so that some kind
5829 of reindentation still is done.
5830
5831 * progmodes/cc-engine.el (c-guess-basic-syntax):
5832 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5833 `arglist-close'.
5834
5835 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5836 situations for `arglist-cont-nonempty' and `arglist-close'.
5837
5838 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5839
5840 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5841 cc-bytecomp-boundp' in a number of places.
5842
5843 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5844 macro related issue.
5845
5846 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5847
5848 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5849 list is now [asdf], a char class [:alpha:].
5850 Include code for char classes.
5851 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5852 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5853
5854 Remove (nearly all of) the cruft associated with AWK Mode's former
5855 concept of "virtual semicolons":
5856
5857 Adapt c-beginning-of-statement, c-end-of-statement (together with
5858 subfunctions) to use the new notion of "virtual semicolon" in
5859 place of the old awkward special handling for AWK. There remains
5860 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5861 * progmodes/cc-cmds.el:
5862 (c-ascertain-adjacent-literal): In the backwards direction, now
5863 recognises AWK regexp delimiters as string delimiters.
5864 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5865 check more rigorously for "end of macro".
5866 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5867 virtual semicolons;
5868 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5869 out the code for forward movement into ...
5870 (c-end-of-statement): Now contains the code for forward movement,
5871 adapted for virtual semicolons.
5872
5873 * progmodes/cc-engine.el:
5874 (c-ws*-string-limit-regexp): New regexp.
5875 (c-forward-single-comment, c-backward-single-comment): Comment out
5876 the (now redundant) "special" AWK stuff.
5877
5878 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5879 c-string-par-start, c-string-par-separate to be more like Text
5880 Mode than Fundamental Mode.
5881
5882 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5883
5884 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5885 to the fontified region so that fontification doesn't occur
5886 outside it (could happen e.g. when fontifying a line with an
5887 unfinished declaration).
5888
5889 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5890
5891 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5892 start of the file. ^L now separate sections of the file.
5893 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5894 (c-awk-one-line-possibly-open-string-re)
5895 (c-awk-regexp-one-line-possibly-open-char-class-re)
5896 (c-awk-one-line-possibly-open-regexp-re)
5897 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5898 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5899
5900 Amend the concept of "virtual semicolons" (in the indentation
5901 engine) for languages like AWK, such that they are now
5902 conceptually attached to end of the last token of a statement, not
5903 the end of the line. (In AWK Mode, however, the pertinent text
5904 property is still physically set on the EOL.) Remove the specific
5905 tests for awk-mode, thus facilitating the introduction of other
5906 language modes where EOLs can end statements.
5907 (Note: The funtionality in cc-cmds.el, specifically
5908 c-beginning/end-of-statement has yet to be amended.)
5909
5910 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5911 New macros.
5912
5913 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5914 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5915 c-vsemi-status-unknown-p-fn (in a new page).
5916
5917 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5918 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5919 numerous awkward forms like
5920 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5921 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5922 variable before-ws-ip, the place just after char-before-ip appears.
5923
5924 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5925 a comment.
5926
5927 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5928
5929 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5930 `c-tentative-buffer-changes'.
5931
5932 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5933 convert to macro to choose between Emacs and XEmacs at compile time.
5934
5935 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5936
5937 (c-tentative-buffer-changes): New macro to handle temporary buffer
5938 changes in a convenient way.
5939
5940 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5941 for `c-tentative-buffer-changes'.
5942
5943 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5944 the checks for paren sexps between the point and the keyword, to
5945 avoid some false alarms.
5946
5947 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5948 Fixed a situation where an error could be thrown for unbalanced
5949 parens. Changed to make use of c-keyword-member' to avoid some
5950 repeated regexp matches.
5951
5952 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5953 These language variable are no longer necessary.
5954
5955 (c-block-stmt-kwds): New language constant used by
5956 c-looking-at-inexpr-block'.
5957
5958 (c-guess-basic-syntax): Remove an optional check that looked at
5959 the existence of the now removed language variables.
5960
5961 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5962 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5963 object instantiation expressions as declarations in some contexts.
5964 This bug only affected languages where the declarator can't be
5965 enclosed in parentheses.
5966
5967 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5968 insert newlines before and after substatement braces.
5969
5970 * progmodes/cc-engine.el: Improved the heuristics for recognizing
5971 function declaration headers and the handling of C++ style member
5972 init lists.
5973
5974 (c-just-after-func-arglist-p): Rewritten to use
5975 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
5976
5977 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5978
5979 (c-guess-basic-syntax): Adapt case 5B for the new
5980 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
5981 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5982 covers all cases now).
5983
5984 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5985
5986 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5987
5988 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5989 c-string-par-start/separate c-sentence-end-with-esc-eol,
5990 initialised in c-setup-paragraph-variables, used in string
5991 scanning subroutines of c-beginning-of-statement.
5992
5993 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5994 which precedes the newly inserted `{'.
5995
5996 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5997
5998 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5999 function for declaration level blocks. It should now cope with
6000 templates better and also be a lot more comprehensible.
6001
6002 (c-looking-at-decl-block): The new function.
6003
6004 (c-search-uplist-for-classkey): The old one. It's now a wrapper
6005 for compatibility.
6006
6007 (c-add-class-syntax, c-guess-continued-construct)
6008 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
6009
6010 (c-decl-block-key): Change to tell apart ambiguous and
6011 unambiguous keywords. Pike specials are now handled directly in
6012 the code instead.
6013
6014 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
6015 New language constants and variables to make the backward skip in
6016 `c-looking-at-decl-block' as tight as possible.
6017
6018 (c-nonsymbol-token-char-list): New language constant.
6019
6020 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
6021 find balanced template arglists backwards.
6022
6023 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
6024 making char classes for `c-syntactic-skip-backward'.
6025
6026 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
6027 16D - can't be a class-close at that point.
6028
6029 * progmodes/cc-engine.el (c-guess-basic-syntax)
6030 (c-add-class-syntax): Don't narrow out the enclosing declaration
6031 level. This makes everything a lot easier, and it was actually
6032 only four small places that needed it to work. Some places that
6033 previously did `widen' are removed now, which has the effect that
6034 `c-guess-basic-syntax' never will look at things outside the
6035 current narrowment now. The anchor position for `topmost-intro'
6036 is affected by this, but it was so bogus it was basically useless
6037 before, and now it's equally bogus but in a slightly different way.
6038
6039 (c-narrow-out-enclosing-class): Gone.
6040
6041 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
6042 the narrowed region.
6043
6044 (c-least-enclosing-brace): Remove silly optional argument.
6045
6046 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
6047 the point could be left directly after an open paren when finding
6048 the beginning of the first decl in the block.
6049
6050 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
6051 Specify which submatch to use.
6052
6053 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
6054
6055 (c-decl-start-re): No longer any need for special treatment of
6056 ObjC due to the above.
6057
6058 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
6059 presumably follows C in that regard.
6060
6061 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
6062 New language constants to specify operator tokens inside
6063 identifiers in a more high level way.
6064
6065 (c-opt-identifier-prefix-key): New internal language constant.
6066
6067 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
6068 (c-identifier-start, c-identifier-key): Now completely calculated
6069 from other constants.
6070
6071 (c-identifier-last-sym-match): Decommission since it's no longer used.
6072
6073 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
6074
6075 * progmodes/cc-engine.el (c-forward-name): Remove the
6076 optimization when c-identifier-key is equal to c-symbol-key since
6077 it doesn't work in byte compiled files. Don't record empty
6078 regions as identifiers.
6079
6080 * progmodes/cc-langs.el (c-filter-ops): New helper function to
6081 simplify access to `c-operators' and its likes.
6082
6083 (c-operator-list, c-all-op-syntax-tokens)
6084 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
6085 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
6086 (c-primary-expr-regexp, c-cast-parens): Use it.
6087
6088 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
6089 an explicit language in functions.
6090
6091 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
6092 variant of adornment.
6093
6094 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
6095 variable.
6096
6097 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
6098 the Pike value.
6099
6100 * progmodes/cc-engine.el (c-on-identifier)
6101 (c-simple-skip-symbol-backward): Small fix for handling "-"
6102 correctly in `skip-chars-backward'. Affected the operator lfun
6103 syntax in Pike.
6104
6105 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
6106 diagnostic message about precompiled language vars not being used.
6107
6108 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
6109 "__attribute__" is followed by a parenthesis.
6110
6111 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
6112 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
6113 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
6114
6115 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
6116 Internal cleanups to properly detect the declared identifiers in
6117 various declarations.
6118
6119 (c-decl-start-kwds): New language constant to recognize
6120 declarations that can start anywhere. Used for class declarations
6121 in Pike.
6122
6123 (c-specifier-key, c-not-decl-init-keywords)
6124 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
6125 (c-find-decl-spots): Implement `c-decl-start-kwds'.
6126
6127 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
6128 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
6129 handling of the compiler specific extension keywords into a new
6130 language constant `c-decl-hangon-kwds' that defines keyword
6131 clauses to be ignored in declarations.
6132
6133 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
6134 past unrecognized tokens when handling `c-colon-type-list-kwds'.
6135 Necessary to stop at the declared identifier in e.g. IDL valuetype
6136 declarations.
6137
6138 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
6139 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
6140 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
6141 (c-forward-decl-or-cast-1): Recognize the declared identifier in
6142 class and enum declarations as such and not as part of the type.
6143
6144 (c-forward-decl-or-cast-1, c-forward-label): Relax the
6145 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
6146
6147 (c-forward-decl-or-cast-1): Don't disregard sure signs of
6148 declarations when there's some syntax error later on.
6149
6150 (c-complex-decl-matchers): Did away with a reference to
6151 `c-specifier-key'.
6152
6153 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
6154 value - this variable is always dynamically bound.
6155
6156 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
6157 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
6158 * cc-cmds.el, cc-defs.el: Change the policy for marking up
6159 functions that might do hidden buffer changes: All such internal
6160 functions are now marked instead of those that don't.
6161
6162 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
6163 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
6164 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
6165 (c-literal-type): Allow these functions to make hidden buffer changes,
6166 so that they are free to use text property caching later on.
6167
6168 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
6169 (c-electric-brace, c-electric-slash, c-electric-star)
6170 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
6171 (c-electric-paren, c-electric-continued-statement, c-indent-command)
6172 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
6173 (c-context-line-break): Add `c-save-buffer-state' calls to comply
6174 with the changed semantics of the functions above.
6175
6176 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
6177 when macros occur in obscure places. Optimized the sexp movement
6178 a bit.
6179
6180 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6181
6182 Enhancements for c-beginning-of-statement to work in AWK Mode:
6183
6184 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
6185 (completed statement) with `}' (statement completed by closing
6186 brace or semicolon) and `$' (statement completed by EOL).
6187
6188 (c-awk-virtual-semicolon-ends-prev-line-p)
6189 (c-awk-virtual-semicolon-ends-line-p)
6190 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
6191 (c-awk-at-statement-end-p): New functions.
6192
6193 * progmodes/cc-cmds.el: Simplify the structure of functions
6194 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
6195 two functions and c-beginning-of-statement to handle AWK Mode.
6196
6197 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
6198 c-backward-single-comment for AWK mode. Attempt to clarify their
6199 doc-strings.
6200
6201 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
6202
6203 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6204
6205 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
6206 label handling. Labels are now recognized in a uniform and more
6207 robust way, regardless of context. Text properties are put on all
6208 labels to recognize the following declarations better.
6209 Multiword labels are handled both in indentation and fontification for
6210 the benefit of language extensions like Qt. For consistency, keywords
6211 in labels are now fontified with the label face instead.
6212 That also applies to "case" and "default".
6213
6214 (c-beginning-of-statement-1): Fix some bugs in the label
6215 handling. Disregard `c-nonlabel-token-key' in labels that begin
6216 with `c-label-kwds'.
6217
6218 (c-find-decl-spots): Support that the callback adds more
6219 `c-decl-end' spots to find.
6220
6221 (c-forward-decl-or-cast-1): Don't treat a list of plain
6222 identifiers followed by a colon as a declaration.
6223
6224 (c-forward-label): New function to recognize labels.
6225
6226 (c-guess-basic-syntax): Replace uses of `c-label-key' with
6227 `c-forward-label'. Moved the label recognition cases (14 and 15)
6228 earlier since they aren't so context sensitive now. Handle labels
6229 on the top level gracefully. Moved access label recognition to
6230 the generic label case (CASE 15) - removed CASE 5E.
6231
6232 (c-font-lock-declarations): Add recognition of labels in the
6233 same round since we need to handle labels in parallell with other
6234 declarations to recognize both accurately. It should also improve
6235 speed.
6236
6237 (c-simple-decl-matchers, c-basic-matchers-after):
6238 Move `c-font-lock-labels' so that it only is used on decoration level 2
6239 since `c-font-lock-declarations' handles it otherwise.
6240
6241 (c-complex-decl-matchers): Remove the simplistic recognition of
6242 access labels.
6243
6244 (c-decl-prefix-re): Remove the kludges that was necessary to cope
6245 with labels earlier.
6246
6247 (c-decl-start-re): New language variable to make
6248 `c-font-lock-declarations' stop for the special protection labels
6249 in Objective-C that start with `@'.
6250
6251 (c-label-key): Remove since it's no longer used.
6252
6253 (c-recognize-colon-labels, c-label-prefix-re): New language
6254 constants to support recognition of generic colon-terminated labels.
6255
6256 (c-type-decl-end-used): `c-decl-end' is now used whenever there
6257 are colon terminated labels.
6258
6259 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6260 first argument starts with a special brace list.
6261
6262 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
6263 (c-font-lock-declarations): Break out the declaration and cast
6264 recognition from `c-font-lock-declarations' to a new function, so
6265 that it can be used in the indentation engine.
6266
6267 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
6268 up to the start of the literal. Fixed bug with the point on the
6269 wrong side of the search limit that could happen when the start
6270 position is inside a literal.
6271
6272 * progmodes/cc-engine.el (c-parse-state)
6273 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6274 so that it's kept a little bit back to increase the hit rate.
6275
6276 (c-parse-state): Change the macro handling and fixed some
6277 glitches. Macro context is checked more often than necessary now,
6278 but otoh less garbage conses are generated.
6279
6280 * progmodes/cc-engine.el (c-parse-state)
6281 (c-invalidate-state-cache): Cache the last position where
6282 `c-state-cache' applies. This can speed up refontification quite
6283 a bit in blocks where there are many non-brace parens before the point.
6284
6285 (c-state-cache-end): New variable for this.
6286
6287 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6288 cache variable.
6289
6290 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6291 get close initial continue positions when the start position is
6292 inside a literal or macro. Do not call the callback for spots
6293 before the start position (which can happen e.g. for `c-decl-end'
6294 spots inside comments). Optimize better in special cases when the
6295 region is a single line inside a literal or macro (typically when
6296 the current line is refontified).
6297
6298 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6299 to `c-add-stmt-syntax' - there's no need to explicitly whack off
6300 entries from the paren state.
6301
6302 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6303 special case for "else if" clauses.
6304
6305 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6306 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6307
6308 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6309 New language variable to recognize the gcc extension with statement
6310 blocks inside expressions.
6311
6312 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6313 it somewhat more comprehensible. The argument AT-BLOCK-START is
6314 no longer used and hence removed.
6315
6316 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6317 to `c-add-stmt-syntax'.
6318
6319 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6320 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6321 This fixes bogus label recognition.
6322
6323 * progmodes/cc-engine.el (c-add-type, c-check-type)
6324 (c-forward-name, c-forward-type): Improve storage of template
6325 types in `c-found-types' so that they can be recognized better.
6326
6327 (c-syntactic-content): Add option to skip past nested parens.
6328
6329 * progmodes/cc-engine.el (c-forward-name):
6330 Set `c-last-identifier-range' all the time. It's less work that way.
6331 Handle that there might not be an identifier to store in
6332 `c-last-identifier-range'.
6333
6334 (c-forward-type): Handle that `c-last-identifier-range' might be
6335 nil from `c-forward-name'.
6336
6337 * progmodes/cc-defs.el (c-safe-scan-lists)
6338 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6339
6340 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6341 to work even if the form fails.
6342
6343 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6344 down in a large file in one go.
6345
6346 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6347
6348 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6349 function which is like `c-lineup-math' but returns nil instead of
6350 `c-basic-offset' when it doesn't match.
6351
6352 (c-lineup-math): Change to use `c-lineup-assignments'.
6353
6354 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6355
6356 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6357 c-beginning-of-statement. New subfunctions
6358 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6359
6360 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6361
6362 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6363 hardcoded char classes whereever possible. Changed a couple of
6364 places to use skip by syntax instead of skip by char class.
6365
6366 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6367 Fix a bug in the regexp that caused extreme backtracking.
6368
6369 * progmodes/cc-langs.el (c-block-comment-starter)
6370 (c-block-comment-ender): New language constants to specify in a
6371 single place how block comments look.
6372
6373 (c-comment-start-regexp, c-block-comment-start-regexp)
6374 (comment-start, comment-end, comment-start-skip)
6375 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6376 (c-syntactic-ws, c-nonempty-syntactic-ws)
6377 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6378 `c-line-comment-starter', `c-block-comment-starter' and
6379 `c-block-comment-ender'.
6380
6381 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6382 New language constants to break up things a bit.
6383
6384 (c-simple-ws): New language constant for simple whitespace.
6385
6386 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6387
6388 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6389 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6390 newlines. Allow and ignore nil elements in the list.
6391
6392 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6393
6394 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6395 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6396
6397 * progmodes/cc-cmds.el: Tidy up the comments in
6398 c-beginning-of-statement and subfunctions.
6399
6400 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6401 more flexible c-put-char-property and c-clear-char-properties.
6402 Add the author's email address.
6403
6404 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6405
6406 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6407 closing "*/" of a block comment.
6408
6409 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6410 subfunctions) so that it works at BOB and EOB.
6411
6412 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6413 c-beginning-of-statement, including new variable
6414 c-block-comment-start-regexp.
6415
6416 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6417
6418 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6419 symbols from `*-font-lock-extra-types' so that there's no need to
6420 use `regexp-opt' on those lists.
6421
6422 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6423 `c-type-modifier-kwds' is empty.
6424
6425 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6426 there are several strings on the same line.
6427
6428 * progmodes/cc-engine.el (c-literal-limits): Remove the
6429 compatibility function for older emacsen. `c-literal-limits-fast'
6430 has now taken the place of this function.
6431
6432 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6433 with older emacsen: We now require `pps-extended-state'.
6434
6435 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6436
6437 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6438 which obviates the need to hack sentence-end. This now handles
6439 escaped newlines in strings correctly. Correct minor bugs in
6440 c-move-over-sentence and in c-beginning-of-statement.
6441
6442 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6443 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6444 that movement over macros and code are rigorously separated from
6445 eachother. Correct a few incidental bugs.
6446
6447 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6448 Improve its doc-string. Improve the handling of certain specific cases.
6449
6450 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6451
6452 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6453 (c-guess-basic-syntax): Change the way class-level labels are
6454 recognized; they can now contain essentially any symbols.
6455
6456 (c-opt-extra-label-key): New language variable to cope with the
6457 special protection label syntax in Objective-C.
6458
6459 (c-opt-access-key): Remove; this is now handled better by
6460 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6461
6462 (c-complex-decl-matchers): Update to handle that
6463 `c-opt-access-key' no longer exists.
6464
6465 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6466 improved label recognition in `c-beginning-of-statement-1'.
6467
6468 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6469 Recognize bitfields better.
6470
6471 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6472 Remove some cruft and fixed a bug that could cause it to go to a
6473 position further down.
6474
6475 * progmodes/cc-langs.el, cc-engine.el
6476 (c-beginning-of-statement-1): Improve detection of labels in
6477 declaration contexts.
6478
6479 (c-beginning-of-decl-1): Use it.
6480
6481 (c-nonlabel-token-key): New language constant and variable needed
6482 by `c-beginning-of-statement-1'.
6483
6484 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6485 manifested itself due to the correction in `c-forward-sexp'.
6486
6487 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6488 Make these behave as documented when used at the buffer limits.
6489
6490 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6491 (c-type-decl-end-used): Made this a language variable.
6492
6493 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6494 correctly when `combine-after-change-calls' is used together with
6495 temporary narrowings.
6496
6497 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6498 Report labels correctly when the start point is immediately after the
6499 colon.
6500
6501 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6502 Remove since it isn't used anymore.
6503
6504 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6505 bracket arglists such as template parens in C++.
6506
6507 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6508 in the last check-in. Some optimization.
6509
6510 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6511 where it could stop at the same level in a preceding sexp when
6512 PAREN-LEVEL is set.
6513
6514 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6515 text property lookup only when it's needed.
6516
6517 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6518 Change the policy for paren marked angle brackets to be more
6519 persistent; once marked they remain marked even when they're found
6520 to be unbalanced in the searched region. This should keep the
6521 paren syntax around even when individual lines are refontified in
6522 multiline template arglists.
6523
6524 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6525 to control markup so that incorrect angle bracket arglists aren't
6526 marked in contexts where the correct value for
6527 `c-disallow-comma-in-<>-arglists' isn't known.
6528
6529 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6530 argument has become `c-parse-and-markup-<>-arglists'.
6531
6532 (c-remove-<>-arglist-properties): Remove - no longer used.
6533
6534 (c-after-change-check-<>-operators): New function used on
6535 `after-change-functions' to avoid that "<" and ">" characters that
6536 are part of longer operators have paren syntax.
6537
6538 (c-<>-multichar-token-regexp): New language variable used by
6539 `c-after-change-check-<>-operators'.
6540
6541 (c-after-change): Call `c-after-change-check-<>-operators'.
6542
6543 (c-font-lock-<>-arglists): Use the context properties set by
6544 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6545 correctly to avoid doing invalid markup.
6546
6547 (c-font-lock-declarations): Remove code that undoes the invalid
6548 markup done by `c-font-lock-<>-arglists'.
6549
6550 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6551 after `c-font-lock-declarations'.
6552
6553 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6554 Add paren-level feature.
6555
6556 (c-guess-basic-syntax): Improve the anchor position for
6557 `template-args-cont' in nested template arglists. There's still
6558 much to be desired in this area, though.
6559
6560 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6561
6562 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6563 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6564
6565 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6566
6567 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6568 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6569
6570 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6571 it doesn't work no longer are supported.
6572
6573 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6574 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6575 requires support for the syntax-table' text property, which rules
6576 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6577 cruft associated with those versions.
6578
6579 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6580 for the `syntax-table' text property, which rules out Emacs 19 and
6581 XEmacs < 21.4. Removed various compatibility cruft associated
6582 with those versions.
6583
6584 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6585 support for the `syntax-table' text property.
6586
6587 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6588 variable and use an extra quoted face name instead. All the
6589 emacsen flavors handle that correctly.
6590
6591 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6592 (c-font-lock-declarators, c-font-lock-declarations)
6593 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6594 property to mark the items in in declarator lists to handle
6595 refontification inside multiline declarations better.
6596
6597 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6598 construct like "a * b = c;" as a declaration.
6599
6600 2005-12-08 Kim F. Storm <storm@cua.dk>
6601
6602 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6603 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6604 select either meta, hyper, or super modifier for rectangle commands.
6605 (cua--rectangle-modifier-key): New defvar.
6606 (cua--M/H-key): Use it. Remove special case for `space'.
6607 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6608 on X, to meta otherwise. Always bind C-return to toggle
6609 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6610
6611 * emulation/cua-rect.el (cua-help-for-rectangle):
6612 Use cua--rectangle-modifier-key. Handle super modifier too.
6613 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6614 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6615
6616 * ido.el: Move Acknowledgements and History after Commentary.
6617 Minor changes to Commentary.
6618
6619 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6620 keymap if cua--prefix-override-timer is `shift'.
6621 (cua--shift-control-prefix): New function; emulate "type prefix
6622 key twice" functionality to handle shifted prefix key override.
6623 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6624 New commands.
6625 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6626
6627 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6628
6629 * textmodes/org.el (org-insert-heading): Try to do items before
6630 headings.
6631 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6632 (org-insert-item): New function.
6633 (org-renumber-ordered-list): Don't skip to higher level lists.
6634
6635 2005-12-08 Juri Linkov <juri@jurta.org>
6636
6637 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6638
6639 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6640
6641 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6642
6643 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6644 the constructed function name fun-1.
6645
6646 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6647 because such links don't lead to parent documentation.
6648
6649 2005-12-08 Kenichi Handa <handa@m17n.org>
6650
6651 * descr-text.el (describe-char): Use *Help-2* buffer if the
6652 current buffer is *Help*. Call describe-text-properties while
6653 setting the original buffer.
6654
6655 2005-12-07 Bill Wohler <wohler@newt.com>
6656
6657 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6658 and causes problems with non-MH users (such as Gnus users).
6659
6660 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6661
6662 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6663 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6664 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6665 command "info sources". Move calls to GDB command "list".
6666 (gdb-find-file-hook): Just use gdb-source-file-list.
6667 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6668 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6669 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6670 (gdb-data-list-register-values-handler): Use correct trigger name.
6671
6672 2005-12-07 Kim F. Storm <storm@cua.dk>
6673
6674 * ido.el (ido-completion-map): Rename from ido-mode-map.
6675 (ido-common-completion-map, ido-file-completion-map)
6676 (ido-file-dir-completion-map, ido-buffer-completion-map):
6677 Rename from ido-mode-....-map.
6678 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6679 (ido-setup-completion-map): Rename from ido-define-mode-map.
6680 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6681 to ido-completion-map.
6682
6683 2005-12-07 Kenichi Handa <handa@m17n.org>
6684
6685 * international/mule-cmds.el
6686 (set-display-table-and-terminal-coding-system): If the coding
6687 system specified in `unibyte-display' property is different from
6688 the arg coding-system, don't setup standard-display-table.
6689
6690 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6691
6692 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6693 that comments end at \n, regardless of selective-display.
6694
6695 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6696
6697 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6698 (gdb-version): New variables.
6699 (gdb-source-file-list, gdb-register-names)
6700 (gdb-changed-registers): New variables for use with GDB 6.4+.
6701 (gdb-ann3): Replace with...
6702 (gdb-init-1, gdb-init-2): ...two new functions.
6703 (gdba, gdb-prompt): Call gdb-init-1.
6704 (gdb-get-version): New function. Call gdb-init-2 from here.
6705 (gud-watch): Make it work with mouse events too.
6706 (gdb-post-prompt): Don't add to queue until GDB version is known.
6707 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6708 (gdb-locals-mode): Use gdb-version.
6709 (gdb-memory-format-map, gdb-memory-unit-map)
6710 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6711 (gdb-locals-font-lock-keywords-1)
6712 (gdb-locals-font-lock-keywords-2): New variables.
6713 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6714 (gdb-set-gud-minor-mode-existing-buffers-1)
6715 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6716 (gdb-var-update-1, gdb-var-update-handler-1)
6717 (gdb-data-list-register-values-handler)
6718 (gdb-data-list-register-values-custom)
6719 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6720 (gdb-stack-list-locals-handler, gdb-get-register-names):
6721 New functions for use with GDB 6.4+.
6722 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6723 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6724 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6725 (gdb-stack-list-locals-regexp)
6726 (gdb-data-list-register-names-regexp): New regexps for use with
6727 GDB 6.4+.
6728
6729 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6730
6731 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6732
6733 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6734
6735 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6736 prompts work for AUTH PLAIN. Also reported by Steve Allan
6737 <seallan@verizon.net>.
6738
6739 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6740
6741 * frame.el (set-frame-parameter): Add doc string.
6742
6743 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6744
6745 * textmodes/org.el (org-occur-highlights): New variable.
6746 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6747 (org-highlight-sparse-tree-matches): New option.
6748 (org-do-occur): New function.
6749 (org-get-heading): Make it work also at beginning of line.
6750 (org-category-table): New variable.
6751 (org-get-category-table, org-get-category)
6752 (org-camel-to-words, org-link-search): New functions.
6753 (org-select-this-todo-keyword): New variable.
6754 (org-todo-list): New command.
6755 (org-shiftright, org-shiftleft): New commands.
6756 (org-agenda-todo): Add prefix argument.
6757 (org-show-hierarchy-above): New option.
6758 (org-show-todo-tree): Numerical prefix creates tree for specific
6759 TODO keyword.
6760 (org-outline-level): New function, to assign a level to plain
6761 lists items.
6762 (org-cycle-include-plain-lists): New option.
6763 (org-mode): Use `org-outline-level' as value of `outline-level'.
6764 (org-cycle): Temporarily switch `outline-regexp' if
6765 `org-cycle-include-plain-lists' is non-nil.
6766 (org-start-icalendar-file): Fix format bug.
6767 (org-agenda-get-day-entries): Create category table.
6768 (org-agenda-get-todos, org-agenda-get-timestamps)
6769 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6770 (org-agenda-get-blocks): Use `org-get-category'.
6771 (org-context-in-file-links): Rename from
6772 `org-line-numbers-in-file-links'.
6773
6774 2005-12-06 Romain Francoise <romain@orebokech.com>
6775
6776 * window.el (balance-windows): Delete extraneous third arg in call
6777 to `enlarge-window'.
6778
6779 2005-12-06 Kenichi Handa <handa@m17n.org>
6780
6781 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6782
6783 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6784
6785 * progmodes/gdb-ui.el (gdb-var-create-handler)
6786 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6787 (gdb-var-list-children-handler, gdb-var-update-handler):
6788 Current buffer is already gdb-partial-output-buffer, don't
6789 make it current again.
6790
6791 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6792
6793 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6794 (list-buffers-noselect): Use it.
6795
6796 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6797
6798 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6799 (mail-yank-ignored-headers): Use regexp-opt.
6800 (mail-mode-map): Move initialization into declaration.
6801 (mail-sent-via): Remove unused shadowed var `to-line'.
6802 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6803 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6804 (mail-do-fcc): Use dolist and push.
6805 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6806 (mail-yank-ignored-headers): Don't autoload.
6807
6808 2005-12-05 Kenichi Handa <handa@m17n.org>
6809
6810 * international/mule-cmds.el (set-language-info-internal): New fun.
6811 (set-language-info): Call set-language-info-internal to update
6812 language-info-alist. If LANG-ENV is the current one, call
6813 set-language-environment to make INFO effective now.
6814 (set-language-info-alist): Likewise.
6815 (locale-language-names): With locale "en", use English
6816 lang. env. but set the default codings to iso-8859-1.
6817
6818 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6819
6820 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6821 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6822 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6823 for plain strings.
6824 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6825 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6826 Create registers buffer if necessary. Echo new state in minibuffer.
6827 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6828
6829 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6830
6831 * info.el (Info-fontify-node): Match external links using
6832 non-directory part of filename.
6833
6834 2005-12-04 Juri Linkov <juri@jurta.org>
6835
6836 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6837 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6838 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6839 because there is no customization option for it.
6840
6841 * font-lock.el (lisp-font-lock-keywords-1):
6842 Add define-global-minor-mode.
6843
6844 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6845
6846 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6847 properties on the constructed variable names.
6848
6849 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6850 Put `definition-name' properties on the constructed function names
6851 next-sym and prev-sym.
6852
6853 * emacs-lisp/find-func.el (find-function-regexp):
6854 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6855 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6856 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6857 and easy-menu-define.
6858
6859 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6860 easy-mmode-define-global-mode and define-global-minor-mode.
6861 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6862
6863 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6864 instead of easy-mmode-define-global-mode.
6865
6866 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6867 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6868
6869 * cus-edit.el (customize-group, customize-group-other-window):
6870 Filter out autoloaded options from the group completion list by
6871 using heuristics that autoloaded groups don't have `custom-autoload'
6872 property on their symbols (they have only `custom-loads').
6873
6874 * simple.el (completion-setup-function): Put completions-common-part
6875 face on complete completion string too (i.e. completion string
6876 without completions-first-difference face).
6877
6878 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6879
6880 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6881
6882 * view.el (view-mode): Doc fix.
6883
6884 * disp-table.el (standard-display-european): Add to the warning
6885 message a reference to the doc string.
6886
6887 * play/yow.el (apropos-zippy): Call print-help-return-message,
6888 similar to other Help and Apropos commands.
6889
6890 * help.el (print-help-return-message): If pop-up-frames is
6891 non-nil, set up help-return-method to delete the help window and,
6892 possibly, its frame as well, and don't display message about
6893 scrolling the help window. Doc fix.
6894 (help-return-method): Doc fix.
6895
6896 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
6897
6898 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6899 whereby names of length one or names starting with a
6900 symbol-constituent character would not be returned.
6901
6902 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6903
6904 * subr.el (atomic-change-group): Add edebug and indentation spec.
6905
6906 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6907
6908 * completion.el (save-completions-file-name): Fix typo in last change.
6909
6910 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6911
6912 * info.el: Move back/forward history to the beginning of the tool bar.
6913
6914 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6915
6916 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6917 Add fset of allout-real-isearch-abort during compile to fix
6918 byte-compilation warnings.
6919 (allout-mode-p): Move definition of this macro above all uses, or
6920 byte compilation in barren emacs (eg, during emacs build) will
6921 lack the definition.
6922 (allout-mode): Move this variable above any uses, or byte
6923 compilation will fail.
6924 (allout-resolve-xref): Remove use of personal file-reference function.
6925 (allout-toggle-current-subtree-encryption): Do the current (ie,
6926 visible containing) topic, rather than nearest around point. Doc fix.
6927 (allout-toggle-subtree-encryption): New function, workhorse that
6928 works on nearest topic containing point.
6929 (allout-encrypt-string): Signal requirement for newer version of pgg.
6930 (allout-resumptions): Doc fix.
6931
6932 2005-12-02 Eli Zaretskii <eliz@gnu.org>
6933
6934 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6935
6936 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
6937
6938 * textmodes/flyspell.el (flyspell-external-point-words):
6939 Consider a misspelling as found in the string search if: (a) misspelling
6940 and found string lengths match, or (b) misspelling is found as
6941 element in a boundary-chars separated longer string, or (c)
6942 ispell-program-name is really ispell and misspelling is found as
6943 part of a TeX string. After successful match move beginning of
6944 search region to end of match. Warn about not found misspellings
6945 once the process is done.
6946 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6947
6948 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
6949
6950 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6951 tool bar (removed inadvertently).
6952
6953 2005-12-02 Juri Linkov <juri@jurta.org>
6954
6955 * log-view.el (log-view-diff): Clarify doc string.
6956
6957 2005-12-01 Bill Wohler <wohler@newt.com>
6958
6959 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6960 triggers lm-verify errors.
6961
6962 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
6963
6964 * simple.el (transient-mark-mode, line-number-mode)
6965 (column-number-mode, size-indication-mode): Remove `:require nil'.
6966
6967 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6968
6969 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6970 in the margin also.
6971 (gdb-breakpoints-mode-map): Use D instead of d for
6972 gdb-delete-breakpoint.
6973 (gdb-get-frame-number): Require a number to match on.
6974 (gdb-threads-mode-map): Add follow-link binding.
6975
6976 2005-11-30 Jason Rumney <jasonr@gnu.org>
6977
6978 * isearch.el (isearch-mode-map): Avoid exiting search on
6979 language-change event.
6980
6981 2005-11-30 Romain Francoise <romain@orebokech.com>
6982
6983 * speedbar.el (speedbar-default-position): New defcustom.
6984 (speedbar-frame-reposition-smartly): Use it.
6985
6986 * dframe.el (dframe-reposition-frame-emacs): Fix position
6987 computation for `left' location.
6988 Update copyright year.
6989
6990 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6991
6992 * help.el (help-map): Move initialization into declaration.
6993
6994 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6995
6996 * help-fns.el (help-argument-name): Don't autoload.
6997 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6998 to be re-loaded when customizing the `help' group.
6999
7000 2005-11-30 John Paul Wallington <jpw@gnu.org>
7001
7002 * help-fns.el (describe-function-1): Fill arglist output.
7003
7004 2005-11-30 Kim F. Storm <storm@cua.dk>
7005
7006 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
7007 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
7008 after revert-buffer (or anything else which kills all local variables).
7009
7010 * apropos.el (apropos-parse-pattern): Doc fix.
7011 Set apropos-regexp directly, rather than expecting callers to do so.
7012 (apropos-command, apropos, apropos-value, apropos-documentation):
7013 Simplify calls to apropos-parse-pattern.
7014
7015 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
7016
7017 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7018 (hi-lock-face-phrase-buffer): Use hi-yellow face.
7019 (hi-lock-write-interactive-patterns): Use comment-region.
7020
7021 * longlines.el (longlines-mode): Add mail-setup-hook.
7022
7023 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
7024
7025 * simple.el (sendmail-user-agent-compose, next-line):
7026 Conditionally use hard-newline.
7027
7028 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7029
7030 * international/latexenc.el (latex-inputenc-coding-alist):
7031 Reword doc string.
7032
7033 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
7034
7035 * help.el (describe-key-briefly, describe-key): Recognize default
7036 bindings.
7037
7038 2005-11-29 Romain Francoise <romain@orebokech.com>
7039
7040 * view.el (view-inhibit-help-message): New defcustom.
7041 (view-mode-enter): Use it.
7042
7043 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
7044
7045 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
7046 Preserve user position.
7047
7048 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
7049
7050 * font-lock.el: Throw error if facemenu is not loaded to prevent
7051 accidental change of loading order in loadup.el. (Suggested by RMS.)
7052
7053 * loadup.el: Add comment explaining why facemenu must be loaded
7054 before font-lock.
7055
7056 2005-11-28 Jay Belanger <belanger@truman.edu>
7057
7058 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
7059 (calc-dispatch-map): Add more keys for `calc-same-interface'.
7060
7061 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
7062
7063 * calc/calc-embed.el (calc-do-embedded): Update help message.
7064
7065 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
7066
7067 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7068
7069 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
7070
7071 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
7072 called-interactively-p.
7073 (elp-profilable-p): Rename from elp-not-profilable-p.
7074 Invert result and take into account macros and autoloaded functions.
7075 (elp-instrument-function): Update call.
7076 (elp-instrument-package): Update call. Add completion.
7077 (elp-pack-number): Use match-string.
7078 (elp-results-jump-to-definition-by-mouse): Merge into
7079 elp-results-jump-to-definition and then remove.
7080 (elp-output-insert-symname): Make help echo text single-line.
7081
7082 * replace.el (query-replace-map): Move initialization into declaration.
7083 (occur-engine): Use with-current-buffer.
7084 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
7085 (occur-mode-mouse-goto): Replace with an alias.
7086
7087 2005-11-28 Juri Linkov <juri@jurta.org>
7088
7089 * simple.el (quoted-insert): Let-bind input-method-function to nil.
7090
7091 * term/w32-win.el: Bind [S-tab] to [backtab].
7092
7093 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
7094 `Info-find-file' to t.
7095
7096 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
7097 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
7098 and same-window-regexps.
7099 (occur-next-error): Don't move point for arg 0.
7100
7101 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
7102
7103 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
7104
7105 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7106
7107 * log-edit.el (log-edit-changelog-use-first): New var.
7108 (log-edit-changelog-ours-p): Use it.
7109 (log-edit-insert-changelog): Set it with new arg `use-first'.
7110 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
7111 (log-edit-hook): Add them to the list of suggested options.
7112
7113 * textmodes/flyspell.el (flyspell-last-buffer): New var.
7114 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
7115 redundant work.
7116 (flyspell-mode-on): Use add-hook for after-change-functions.
7117 (flyspell-mode-off): Use remove-hook for after-change-functions.
7118 (flyspell-changes): Make it buffer-local.
7119 (flyspell-after-change-function): Make it non-interactive. Use push.
7120 (flyspell-post-command-hook): Check input-pending-p while processing
7121 the potentially long list of buffer changes.
7122
7123 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7124
7125 * buff-menu.el (list-buffers-noselect): Display the selected
7126 frame's buffer list, not the global one.
7127
7128 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7129
7130 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
7131 that (list last-input-event) works as in interactive spec.
7132
7133 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7134
7135 * loadup.el ("facemenu"): Load facemenu before font-lock, because
7136 `facemenu-keymap' needs to be defined when font-lock is loaded.
7137 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
7138
7139 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7140
7141 * completion.el: Remove useless leading * in defcustom docstrings.
7142 (save-completions-file-name): Use ~/.emacs.d if available.
7143 (completion-standard-syntax-table): Rename from
7144 cmpl-standard-syntax-table and fold initialization into declaration,
7145 thus removing cmpl-make-standard-completion-syntax-table.
7146 (completion-lisp-syntax-table, completion-c-syntax-table)
7147 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
7148 (cmpl-saved-syntax, cmpl-saved-point): Remove.
7149 (symbol-under-point, symbol-before-point)
7150 (symbol-under-or-before-point, symbol-before-point-for-complete)
7151 (add-completions-from-c-buffer): Use with-syntax-table.
7152 (make-completion): Don't return a list of completion entries.
7153 Update callers.
7154 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
7155 (completion-initialize): Rename from initialize-completions.
7156 (completion-find-file-hook): Rename from cmpl-find-file-hook.
7157 (kill-emacs-save-completions): Collect stats here.
7158 (save-completions-to-file, load-completions-from-file):
7159 Use with-current-buffer.
7160 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
7161 into a function. Move all calls to toplevel.
7162 (completion-lisp-mode-hook): New fun.
7163 (completion-c-mode-hook, completion-setup-fortran-mode):
7164 Set the syntax-table here. Use local-set-key.
7165 (completion-saved-bindings): New var.
7166 (dynamic-completion-mode): Make it into a proper minor mode.
7167 (load-completions-from-file): Remove unused var `num-uses'.
7168
7169 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
7170 constructor if it is explicitly overridden.
7171
7172 * complete.el (PC-completion-as-file-name-predicate):
7173 Use minibuffer-completing-file-name.
7174 (partial-completion-mode): Use find-file-not-found-functions.
7175 (PC-lisp-complete-symbol): Use with-syntax-table.
7176 (PC-look-for-include-file): Remove dead setq.
7177 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
7178 (PC-complete): Use with-current-buffer.
7179
7180 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
7181 escape single quotes.
7182
7183 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7184
7185 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
7186 of `if' whose condition always returned nil. Doc fix.
7187
7188 * buff-menu.el (Buffer-menu-revert-function): Make the selected
7189 window's buffer the current buffer around the call to
7190 `list-buffers-noselect'. This is necessary to mark that buffer
7191 with a `.' in the Buffer Menu when called from Lisp, for instance
7192 by Auto Revert Mode.
7193
7194 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7195
7196 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
7197 attaching to it.
7198 (gdb-pre-prompt): Make sure gdb-error is reset.
7199
7200 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
7201 with a child process, detect it.
7202 (gud-speedbar-buttons): Match regexp more carefully.
7203
7204 2005-11-27 Richard M. Stallman <rms@gnu.org>
7205
7206 * mouse.el (mouse-drag-move-window-bottom):
7207 Use adjust-window-trailing-edge.
7208
7209 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7210
7211 * simple.el (blink-matching-open): Ignore
7212 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
7213 (blink-matching-paren-on-screen): Update docstring.
7214
7215 * paren.el (show-paren-mode): No longer change
7216 `blink-matching-paren-on-screen'.
7217
7218 2005-11-27 John Paul Wallington <jpw@pobox.com>
7219
7220 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7221 (gdb-threads-select, gdb-edit-register-value):
7222 Use `posn-set-point' instead of `mouse-set-point' because the
7223 latter is not fbound when configured without X.
7224
7225 2005-11-27 Kim F. Storm <storm@cua.dk>
7226
7227 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
7228 existing face when partially highlighting a TAB in a rectangle.
7229
7230 2005-11-26 Kim F. Storm <storm@cua.dk>
7231
7232 * ido.el (ido-mode-map): Doc fix.
7233 (ido-mode-common-map, ido-mode-file-map)
7234 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
7235 (ido-define-mode-map): Rewrite. Select one of the new maps as
7236 parent for ido-mode-map instead of building from scratch.
7237 (ido-init-mode-maps): New defun to initialize new maps.
7238 (ido-mode): Call it.
7239 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
7240 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
7241
7242 2005-11-26 John Paul Wallington <jpw@pobox.com>
7243
7244 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
7245 `mouse-set-point' because the latter is not fbound when configured
7246 without X.
7247
7248 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
7249
7250 * files.el (file-relative-name): Doc fix.
7251
7252 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7253
7254 * progmodes/octave-inf.el (inferior-octave-startup): Force a
7255 non-empty string for secondary prompt PS2.
7256
7257 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7258
7259 * progmodes/compile.el (compilation-setup): Fix last change.
7260
7261 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
7262
7263 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7264 (gdb-mouse-toggle-breakpoint-margin)
7265 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
7266 Add gdb-server-prefix to keep out of command history.
7267 (gdb-edit-register-value): New function.
7268 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
7269 (gdb-info-registers-custom): Use above map.
7270
7271 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7272
7273 * custom.el (enable-theme): Signal error if argument is not a
7274 theme. Don't recalculate a face if it's not loaded yet.
7275
7276 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7277 the `user' theme is in effect.
7278
7279 * info.el (Info-on-current-buffer): Record actual filename in
7280 Info-current-file, instead of t, or a fake filename if a non-file
7281 buffer. Make autoload.
7282 (Info-find-node, Info-revert-find-node): No need to check for
7283 Info-current-file nil.
7284 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7285 Info-current-file is now never `t'.
7286 (Info-fontify-node): Many simplifications due to Info-current-file
7287 always being valid. Use Info-find-file to find node filename.
7288
7289 2005-11-25 David Kastrup <dak@gnu.org>
7290
7291 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7292 new character, then delete" in order to preserve markers.
7293
7294 2005-11-25 David Ponce <david@dponce.com>
7295
7296 * recentf.el (recentf-arrange-by-rule): Handle a special
7297 `auto-mode-alist'-like "strip suffix" rule.
7298 (recentf-build-mode-rules): Handle second level auto-mode entries.
7299
7300 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7301
7302 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7303 window modes.
7304
7305 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7306 jde-javadoc-checker-report-mode.
7307
7308 * ediff-wind (ediff-make-wide-display): Slight simplification.
7309
7310 * ediff.el (ediff-date): Change the date of last update.
7311
7312 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7313
7314 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7315 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7316 (hi-lock-mode): New global minor mode.
7317 (turn-on-hi-lock-if-enabled): New function.
7318 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7319 Change arguments to regexp and face instead of a font-lock pattern.
7320 Directly set face property, instead of refontifying.
7321 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7322 (hi-lock-find-patterns): Use line-number-at-pos.
7323
7324 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7325 arguments for hi-lock-set-pattern.
7326 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7327 Call font-lock-fontify-buffer.
7328 (hi-lock-find-file-hook, hi-lock-current-line)
7329 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7330
7331 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7332 turned off.
7333
7334 * progmodes/compile.el (compilation-setup): Don't fiddle with
7335 font-lock-defaults.
7336
7337 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7338
7339 * progmodes/gdb-ui.el (gdb-var-create-handler)
7340 (gdb-var-list-children-handler): Find values for all variable
7341 objects. gud-speedbar-buttons decides whether to display them.
7342
7343 2005-11-24 Romain Francoise <romain@orebokech.com>
7344
7345 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7346 buffer name with a space.
7347
7348 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7349
7350 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7351 `org-export-local-list-max-depth'. Change default value to 3.
7352 (org-auto-renumber-ordered-lists)
7353 (org-plain-list-ordered-item-terminator): New options.
7354 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7355 (org-get-indentation, org-get-string-indentation)
7356 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7357 New functions.
7358 (org-move-item-down, org-move-item-up): New commands.
7359 (org-export-as-html): New classes for CSS support. Bug fix in
7360 regular expression detecting fixed-width regions. Respect
7361 `org-local-list-ordered-item-terminator'.
7362 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7363 also a list item.
7364 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7365 New item moving functions.
7366
7367 2005-11-24 Juri Linkov <juri@jurta.org>
7368
7369 * isearch.el (isearch-repeat): With empty search ring set
7370 `isearch-error' to the error string instead of signaling error
7371 with the function `error'.
7372
7373 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7374
7375 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7376
7377 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7378
7379 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7380 and variable.
7381 (gdb-var-create-handler, gdb-var-list-children-handler):
7382 Don't match on "char **...".
7383 (gdb-var-update-handler): Find values for all variable objects.
7384 (gdb-info-frames-custom): Identify frames by leading "#".
7385
7386 * progmodes/gud.el (gud-speedbar-menu-items): Add
7387 gdb-speedbar-auto-raise as radio button.
7388 (gud-speedbar-buttons): Raise speedbar if requested.
7389 Don't match on "char **...".
7390 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7391 Make it editable.
7392
7393 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7394
7395 * info.el (Info-fontify-node): Handle the case where
7396 Info-current-file is t.
7397
7398 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7399
7400 * simple.el (blink-matching-open): Fix off-by-one in last change.
7401
7402 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7403
7404 * term/mac-win.el: Don't change default directory.
7405
7406 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7407
7408 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7409 buffers correctly. (It used to throw an error in such buffers.)
7410 Make it ask for confirmation in group buffers and other Custom
7411 buffers containing more than one customization item.
7412
7413 2005-11-22 John Paul Wallington <jpw@gnu.org>
7414
7415 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7416 property on mail and url overlays.
7417 (goto-address-at-point): Use `posn-set-point' instead of
7418 `mouse-set-point' because the latter is not fbound when configured
7419 without X.
7420
7421 2005-11-22 Lars Hansen <larsh@soem.dk>
7422
7423 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7424 (ls-lisp-classify, ls-lisp-format): Delete call to
7425 ls-lisp-parse-symlink.
7426 (ls-lisp-handle-switches): Handle symlinks to directories as
7427 directories when ls-lisp-dirs-first in non-nil.
7428
7429 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7430
7431 * startup.el (command-line): Make sure that loaddefs.el is handled
7432 correctly in load-history.
7433
7434 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7435
7436 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7437 (gdb-struct-string, gdb-array-string): New constants.
7438 (gdb-info-locals-handler): Use them.
7439 (gdb-reset): Reset gdb-var-list to nil.
7440
7441 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7442
7443 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7444 in patterns.
7445
7446 2005-11-21 Juri Linkov <juri@jurta.org>
7447
7448 * custom.el (defcustom): Update link types in docstring.
7449
7450 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
7451
7452 * custom.el (defgroup): Add doc-string-elt info.
7453
7454 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7455
7456 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7457
7458 * newcomment.el (comment-enter-backward): Fix last fix.
7459
7460 * simple.el (blink-matching-open):
7461 * paren.el (show-paren-function): Allow new paren-class info.
7462
7463 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7464
7465 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7466 handled automagically.
7467
7468 2005-11-20 Andreas Schwab <schwab@suse.de>
7469
7470 * descr-text.el (describe-char): When copying overlays put them
7471 over the full char description instead of just the first character
7472 of it.
7473
7474 2005-11-20 Juri Linkov <juri@jurta.org>
7475
7476 * simple.el (what-cursor-position):
7477 * descr-text.el (describe-char): Use Lisp-readable syntax
7478 for octal and hex. Reorder decimal, octal and hex values.
7479 Remove excess whitespace in the output. Use `=' in `column='
7480 like in `point=' and `Hscroll='.
7481
7482 * international/mule-cmds.el (encoded-string-description):
7483 Use Lisp-readable syntax for hex.
7484
7485 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7486
7487 * newcomment.el (comment-enter-backward): Handle the case where the
7488 comment is closed by EOB.
7489
7490 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7491
7492 * longlines.el (longlines-before-revert-hook)
7493 (longlines-after-revert-hook): New functions.
7494 (longlines-mode): Turn off longlines temporarily when reverting.
7495 Add a message-setup-hook.
7496 (longlines-decode-buffer): New function.
7497 (longlines-wrap-line): Preserve marker positions.
7498
7499 2005-11-19 Andreas Schwab <schwab@suse.de>
7500
7501 * emacs-lisp/shadow.el: Handle compressed files.
7502
7503 2005-11-19 Romain Francoise <romain@orebokech.com>
7504
7505 * net/browse-url.el (browse-url-default-browser): Signal an error
7506 if no usable browser can be found, rather than try to load w3.
7507
7508 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7509
7510 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7511 replacing existing properties.
7512 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7513 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7514 tty specs.
7515 (rcirc-server-prefix, rcirc-server): New faces.
7516 (rcirc-url-regexp): Generate with rx macro.
7517 (rcirc-last-server-message-time): New variable.
7518 (rcirc-filter): Record time of last message.
7519 (rcirc-keepalive): Kill processes that did not send a message
7520 since the last ping.
7521 (rcirc-mode): Give rcirc-topic a local binding here.
7522
7523 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7524
7525 * subr.el (read-passwd): Fontify the prompt as we do with other
7526 prompts.
7527
7528 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7529
7530 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7531 binding buffer-read-only to nil.
7532
7533 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7534
7535 * complete.el (partial-completion-mode):
7536 Mention completion-auto-help in the doc string.
7537
7538 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7539 more Lisp-ish way.
7540
7541 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7542
7543 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7544 digits, not 8, to avoid misalignment for files larger than 100MB.
7545
7546 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7547
7548 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7549 Mention "keyboard shortcuts" in the help text.
7550
7551 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7552
7553 * startup.el (fancy-splash-default-action): Discard only
7554 mouse-down and succeeding mouse-up events in the splash screen
7555 window so that drag-n-drop event can be processed.
7556
7557 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7558
7559 * longlines.el (longlines-mode): Add hacks for mail-mode and
7560 message-mode.
7561
7562 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7563
7564 * textmodes/org.el (org-table-sort-lines): New command.
7565 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7566 (org-add-file): Command removed, use `org-agenda-file-to-front'
7567 instead.
7568 (org-export-icalendar): Use `org-icalendar-combined-name'.
7569 (org-cycle-agenda-files, org-agenda-file-to-end)
7570 (org-agenda-file-to-front): New commands.
7571 (org-table-tab-jumps-over-hlines, org-export-html-style):
7572 New options.
7573 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7574 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7575 New functions.
7576 (org-fill-paragraph): Call `org-table-align' in tables.
7577 (org-mode): Call `org-set-autofill-regexps'.
7578 (org-export-as-html): Support for local handformatted lists.
7579 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7580 (org-export-local-list-max-depth): New option.
7581 (org-html-expand): Use `org-html-protect'.
7582
7583 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7584
7585 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7586 to "p".
7587 (gdb): Move definition of gud-pp to...
7588
7589 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7590 speedbar.
7591 (gdb-find-watch-expression): New function.
7592
7593 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7594
7595 * faces.el (face-attribute, set-face-attribute): Mention existence
7596 of `:ignore-defface' setting in docstring.
7597
7598 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7599
7600 * simple.el (completion-setup-function): Fix last change.
7601
7602 2005-11-17 John Paul Wallington <jpw@pobox.com>
7603
7604 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7605 Use `posn-set-point' instead of `mouse-set-point' because the
7606 latter is not fbound when configured without X.
7607
7608 * comint.el (comint-insert-input): Likewise.
7609
7610 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7611
7612 * simple.el (hard-newline): New variable.
7613 (sendmail-user-agent-compose, next-line): Use it.
7614
7615 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7616 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7617 (mail-mail-reply-to, mail-mail-followup-to)
7618 (mail-position-on-field, mail-signature, mail-yank-original)
7619 (mail-attach-file): Likewise.
7620
7621 * mail/mailheader.el (mail-header-format)
7622 (mail-header-format-function): Likewise.
7623
7624 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7625
7626 2005-11-17 Juri Linkov <juri@jurta.org>
7627
7628 * font-lock.el (font-lock-faces): Rename this defgroup from
7629 `font-lock-highlighting-faces'.
7630 (font-lock-comment-face, font-lock-comment-delimiter-face)
7631 (font-lock-string-face, font-lock-doc-face)
7632 (font-lock-keyword-face, font-lock-builtin-face)
7633 (font-lock-function-name-face, font-lock-variable-name-face)
7634 (font-lock-type-face, font-lock-constant-face)
7635 (font-lock-warning-face, font-lock-negation-char-face)
7636 (font-lock-preprocessor-face)
7637 (font-lock-regexp-grouping-backslash)
7638 (font-lock-regexp-grouping-construct): Rename :group from
7639 `font-lock-highlighting-faces' to `font-lock-faces'.
7640
7641 * cus-edit.el (lisp, c, tex):
7642 * progmodes/ada-mode.el (ada):
7643 * progmodes/asm-mode.el (asm):
7644 * progmodes/cperl-mode.el (cperl-faces):
7645 * progmodes/cpp.el (cpp):
7646 * progmodes/dcl-mode.el (dcl):
7647 * progmodes/f90.el (f90):
7648 * progmodes/fortran.el (fortran):
7649 * progmodes/icon.el (icon):
7650 * progmodes/idlwave.el (idlwave-misc):
7651 * progmodes/m4-mode.el (m4):
7652 * progmodes/make-mode.el (makefile):
7653 * progmodes/meta-mode.el (meta-font):
7654 * progmodes/modula2.el (modula2):
7655 * progmodes/octave-mod.el (octave):
7656 * progmodes/pascal.el (pascal):
7657 * progmodes/perl-mode.el (perl):
7658 * progmodes/prolog.el (prolog):
7659 * progmodes/ps-mode.el (PostScript-edit):
7660 * progmodes/scheme.el (scheme):
7661 * progmodes/sh-script.el (sh-script):
7662 * progmodes/simula.el (simula):
7663 * progmodes/tcl.el (tcl):
7664 * textmodes/nroff-mode.el (nroff):
7665 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7666 * textmodes/sgml-mode.el (sgml):
7667 * textmodes/texinfo.el (texinfo):
7668 Add :link (custom-group-link font-lock-faces) to defgroup.
7669
7670 * hi-lock.el (hi-lock): Rename this defgroup from
7671 `hi-lock-interactive-text-highlighting'. Change parent group from
7672 `faces' to `font-lock'. Add link to the manual.
7673 (hi-lock-mode, hi-lock-file-patterns-range)
7674 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7675 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7676 (hi-lock-faces): Add :group `faces'.
7677
7678 * cus-edit.el (custom-variable-prompt): Clarify the code.
7679
7680 * faces.el (face-read-string): Set the default value arg of
7681 completing-read.
7682
7683 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7684
7685 * rfn-eshadow.el (file-name-shadow-properties)
7686 (file-name-shadow-tty-properties, file-name-shadow-mode):
7687 Remove autoloads, because the file is now preloaded.
7688
7689 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7690
7691 * printing.el (easy-menu-intern): Don't define.
7692 (pr-get-symbol): Use easy-menu-intern only if defined.
7693
7694 * simple.el (blink-matching-open): Simplify a bit.
7695 (completion-setup-function): Fix the case of partial-completion-mode
7696 when the minibuffer's contents start with "-".
7697 Obey completion-base-size-function even when
7698 minibuffer-completing-file-name is non-nil.
7699
7700 2005-11-16 Richard M. Stallman <rms@gnu.org>
7701
7702 * net/eudcb-ph.el (eudc-ph-open-session):
7703 Use set-process-query-on-exit-flag.
7704
7705 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7706
7707 * international/ucs-tables.el (ucs-set-table-for-input):
7708 Use make-local-variable, not make-variable-buffer-local.
7709
7710 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7711 Improve warning message text.
7712
7713 * savehist.el (savehist-save-hook): Add :group.
7714
7715 * menu-bar.el (menu-bar-help-menu):
7716 Rename Find Extra Packages to External Packages.
7717
7718 * cus-edit.el (Custom-reset-standard): Verify that
7719 :custom-standard-value prop exists before calling it.
7720
7721 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7722
7723 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
7724
7725 * wid-edit.el (color): Enclose %t in %{...%}.
7726
7727 * cus-edit.el (face): Enclose %t in %{...%}.
7728
7729 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7730
7731 * savehist.el (savehist-mode-hook): Re-add the var.
7732 (savehist-mode): Use it.
7733
7734 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7735
7736 * textmodes/flyspell.el: Fix commenting convention.
7737 Remove unnecessary leading * in custom docstrings.
7738 (flyspell-emacs): Remove unused var.
7739 (flyspell-delete-region-overlays): Use remove-overlays.
7740 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7741 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7742 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7743 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7744 (make-flyspell-overlay): Don't locally reuse a global name.
7745 (flyspell-highlight-incorrect-region)
7746 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7747 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7748 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7749 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7750 Wrap calls to accept-process-output inside with-local-quit since it's
7751 often called from a post-command-hook.
7752 (flyspell-correct-word, flyspell-auto-correct-word):
7753 Use ispell-send-string.
7754 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7755
7756 * calendar/diary-lib.el (diary-list-entries): Also hide the
7757 terminating newline.
7758
7759 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7760
7761 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7762 window-system, to allow fonts on tty.
7763
7764 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7765
7766 * progmodes/gud.el (gud-speedbar-item-info): New function.
7767 (gud-install-speedbar-variables): Use it to display data type
7768 of watch expression as a tooltip in speedbar.
7769
7770 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7771
7772 * font-core.el (global-font-lock-mode): Add :version keyword,
7773 because default was changed.
7774
7775 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7776
7777 * startup.el (command-line): Use `custom-reevaluate-setting' for
7778 `file-name-shadow-mode'.
7779
7780 * loadup.el: Preload rfn-eshadow.
7781
7782 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7783 Add :version keyword.
7784 (file-name-shadow-properties, file-name-shadow-tty-properties)
7785 (file-name-shadow): Add :version keyword.
7786
7787 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7788 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7789 in the custom-group property of the symbol frames and the fringe
7790 group got no link to its parent group frames.
7791 Doc fix.
7792
7793 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7794
7795 * progmodes/gud.el (gud-stop-subjob): New function.
7796 (gud-menu-map, gud-tool-bar-map): Use it.
7797
7798 2005-11-16 Kim F. Storm <storm@cua.dk>
7799
7800 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7801 than kill it.
7802 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7803 to a more useful/logical place.
7804
7805 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7806
7807 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7808 go buttons complementary.
7809
7810 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7811
7812 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7813 (rfn-eshadow-sifn-equal): New function.
7814 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7815
7816 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7817
7818 * viper-utils.el (viper-non-word-characters-reformed-vi):
7819 Quote `-' in string.
7820
7821 * viper.el (viper-emacs-state-mode-list): Ensure that
7822 rcirc-mode buffers come up in Emacs state.
7823
7824 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7825 operation.
7826
7827 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7828
7829 * term.el (term-termcap-format): Fix typos.
7830 (term-down): Fix the negative argument case.
7831
7832 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7833
7834 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7835 2005-08-15.
7836 (gdb-ann3): New command gud-go.
7837 (menu): Accomodate gdb-mi.el.
7838 (gdb-assembler-custom): Make buffer of selected window current
7839 so that set-window-point works.
7840
7841 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7842 buttons and include new ones.
7843
7844 2005-11-16 Kim F. Storm <storm@cua.dk>
7845
7846 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7847 (gud-menu-map): Use it.
7848
7849 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7850
7851 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7852 that works correctly for Custom and that does not override a user
7853 who disables it.
7854
7855 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7856 (help-xref-interned, help-follow): Make hyperlinks for variables
7857 that are unbound, but have a non-nil variable-documentation property.
7858
7859 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7860 mode hook. (It conflicted with defcustoms for some mode hooks.)
7861 Use the `variable-documentation' property to give the mode hook a
7862 docstring and expand that docstring.
7863
7864 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7865
7866 * savehist.el (savehist-mode): Don't bother with
7867 `custom-set-minor-mode'.
7868 (savehist-coding-system): Check XEmacs version.
7869 (history-length): Declare also at run time.
7870 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7871 Don't set the customize state.
7872 (savehist-minibuffer-hook): Special case for when
7873 minibuffer-history-variable is equal to t.
7874
7875 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7876
7877 * files.el (write-file): Refresh VC status.
7878
7879 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7880 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7881 than fundamental-mode to see if the mode was set.
7882
7883 2005-11-14 Romain Francoise <romain@orebokech.com>
7884
7885 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7886 dummy function in `eval-when-compile' to avoid compiler warning.
7887 Require `man' at compile time.
7888
7889 2005-11-14 Jay Belanger <belanger@truman.edu>
7890
7891 * calc-alg.el (calcFunc-write-out-power): Rename it to
7892 calcFunc-powerexpand.
7893 (math-write-out-power): Rename it to math-powerexpand; have it
7894 handle negative exponents.
7895 (calc-writeoutpower): Rename it to calc-powerexpand.
7896
7897 * calc-ext.el: Change calcFunc-writeoutpower and
7898 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7899 autoloads.
7900 Add calcFunc-ldiv to autoloads.
7901
7902 * calc-arith.el (calcFunc-ldiv): New function.
7903
7904 * calc.el (calc-left-divide): New function.
7905
7906 2005-11-14 Juri Linkov <juri@jurta.org>
7907
7908 * cus-edit.el (custom-variable-prompt): Set the default value arg
7909 of completing-read.
7910
7911 * cus-dep.el (custom-make-dependencies): Reverse the list of
7912 found dependencies.
7913
7914 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7915
7916 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7917 Highlighting" entry, it is on by default now.
7918 (menu-bar-options-save): Do not save global-font-lock-mode.
7919
7920 2005-11-13 Richard M. Stallman <rms@gnu.org>
7921
7922 * textmodes/flyspell.el (flyspell-large-region):
7923 Call flyspell-accept-buffer-local-defs.
7924
7925 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
7926
7927 * textmodes/flyspell.el (flyspell-notify-misspell):
7928 Fix misspelling of "Misspelling".
7929 (flyspell-process-localwords): New function.
7930 (flyspell-large-region): Call flyspell-process-localwords and
7931 flyspell-delete-region-overlays.
7932 (flyspell-delete-region-overlays): New function.
7933 (flyspell-delete-all-overlays): Call that.
7934
7935 2005-11-13 Richard M. Stallman <rms@gnu.org>
7936
7937 * help.el (help-for-help-internal): Improve doc of C-h a.
7938 (describe-key): Improve prompt; doc fix.
7939
7940 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7941
7942 * vc-svn.el (vc-svn-registered): Catch all errors.
7943
7944 * cus-dep.el (custom-make-dependencies): Typo.
7945
7946 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
7947
7948 * net/tramp-util.el (top): Fix compilation warning.
7949
7950 2005-11-13 Kim F. Storm <storm@cua.dk>
7951
7952 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
7953
7954 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7955
7956 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7957 (gud-speedbar-buttons): Match on "const char *" too.
7958
7959 * progmodes/gdb-ui.el (gdb-var-create-handler)
7960 (gdb-var-list-children-handler): Match on "const char *" too.
7961 (gdb-var-evaluate-expression-handler): Match on empty string.
7962 (gdb-var-update-handler): Only call
7963 gdb-var-evaluate-expression-handler when required.
7964
7965 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7966
7967 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7968 selected window. This still doesn't work for speedbar.
7969 (gud-speedbar-buttons): Handle string expressions properly.
7970
7971 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7972 (gdb-var-create-handler): Handle string expressions properly.
7973 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7974 Handle string expressions properly. Move "type" field into regexp.
7975
7976 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7977
7978 * bookmark.el (bookmark-maybe-message): New function to reduce
7979 code duplication: invokes `message' iff baud-rate is high enough.
7980 (bookmark-write-file): Use above instead of an inline conditional.
7981 (bookmark-load): Same.
7982
7983 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7984
7985 * bookmark.el (bookmark-write-file): Don't visit the destination
7986 file, just write the data to it using write-region. This is
7987 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7988 change to avoid visiting the file in the first place.
7989
7990 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
7991
7992 * hi-lock.el (hi-lock-mode): Set the default value of
7993 font-lock-defaults.
7994
7995 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
7996
7997 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7998 arg to `file-attributes'.
7999 (find-lisp-format): The UID and GID can now be strings.
8000
8001 2005-11-12 Kim F. Storm <storm@cua.dk>
8002
8003 * help.el (help-map): Bind C-h d to apropos-documentation.
8004
8005 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
8006 when point is at end-of-buffer.
8007
8008 * apropos.el (apropos-match-face): Doc fix.
8009 (apropos-sort-by-scores): Add new choice `verbose'.
8010 (apropos-documentation-sort-by-scores): New defcustom.
8011 (apropos-pattern): Now contains the pattern entered by the user.
8012 (apropos-pattern-quoted): New defvar.
8013 (apropos-regexp): New defvar, containing the regexp corresponding
8014 to apropos-pattern.
8015 (apropos-all-words-regexp): Rename from apropos-all-regexp.
8016 (apropos-read-pattern): New defun. Use it to read pattern arg in
8017 interactive calls; returns list of words for a word list, and
8018 string for a regexp.
8019 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
8020 parses a list of words or regexp as returned by apropos-read-pattern.
8021 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
8022 (apropos-score-doc): Return a very high score if the string
8023 entered by the user matches literally.
8024 (apropos-variable): Doc fix. Use apropos-read-pattern.
8025 (apropos-command): Doc fix. Use apropos-read-pattern and
8026 apropos-parse-pattern. Call apropos-print with nosubst=t.
8027 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
8028 apropos-parse-pattern.
8029 (apropos-documentation): Doc fix. Use apropos-read-pattern and
8030 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
8031 apropos-documentation-sort-by-scores. Call apropos-print with
8032 nosubst=t.
8033 (apropos-documentation-internal): Pass doc string through
8034 substitute-key-definition before adding text properties.
8035 Highlight substring matching literal user input if possible.
8036 (apropos-documentation-check-doc-file): Remove locals beg and end.
8037 Fix calculation of score (as added twice). Pass doc string through
8038 substitute-key-definition before adding text properties.
8039 (apropos-documentation-check-elc-file): Pass doc string through
8040 substitute-key-definition before adding text properties.
8041 Highlight substring matching literal user input if possible.
8042 (apropos-print): Add new arg NOSUBST; if set, command and variable
8043 doc strings have already been passed through substitute-key-definition.
8044 Add code to handle apropos-accumulator items without score element
8045 for backwards compatibility (e.g. with woman package).
8046 Only show scores if apropos-sort-by-scores is `verbose'.
8047
8048 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8049
8050 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
8051 Add jka-compr-load-suffixes to load-suffixes.
8052
8053 * jka-compr.el: Require jka-cmpr-hook.
8054 (jka-compr-info-compress-message, jka-compr-info-compress-program)
8055 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
8056 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
8057 (jka-compr-info-can-append, jka-compr-info-strip-extension)
8058 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
8059 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
8060 (jka-compr-uninstall): Remove entries from
8061 jka-compr-added-to-file-coding-system-alist after they are used.
8062 (jka-compr-error): Remove unused var `curbuf'.
8063 (jka-compr-file-local-copy): Remove unused var `notfound'.
8064
8065 2005-11-10 Romain Francoise <romain@orebokech.com>
8066
8067 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
8068
8069 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
8070
8071 * progmodes/gud.el (gud-menu-map): Move parentheses.
8072 (gdb): New command gud-pv.
8073
8074 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8075
8076 * tar-mode.el: Remove spurious or unnecessary leading stars
8077 in docstrings.
8078 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
8079 (tar-parse-octal-integer-safe): Use mapc.
8080 (tar-header-block-summarize): Remove unused var `ck'.
8081 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
8082 cleared before. Obey default-enable-multibyte-characters.
8083 Use mapconcat. Simplify setting of tar-header-offset.
8084 (tar-mode-map): Move initialization inside delcaration.
8085 (tar-flag-deleted): Use `abs'.
8086 (tar-expunge-internal): Remove unused var `line'.
8087 (tar-expunge-internal): Don't hardcode point-min==1.
8088 (tar-expunge): Widen while doing set-buffer-multibyte.
8089 (tar-rename-entry): Use file-name-coding-system.
8090 (tar-alter-one-field): Don't hardcode point-min==1.
8091 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
8092 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
8093
8094 2005-11-10 Masatake YAMATO <jet@gyve.org>
8095
8096 * add-log.el (add-log-current-defun): Handle class::method
8097 notation of c++. Fix incorrect comment.
8098
8099 2005-11-10 Alan Mackenzie <acm@muc.de>
8100
8101 * help-fns.el (describe-variable): Make C-h v work when a variable
8102 has variable documentation yet is unbound.
8103
8104 2005-11-10 Masatake YAMATO <jet@gyve.org>
8105
8106 * man.el (Man-highlight-references): Set an empty
8107 string to `Man-arguments' if it is nil.
8108 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
8109
8110 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8111
8112 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
8113 commenting conventions.
8114
8115 * cus-dep.el (custom-make-dependencies): Simplify.
8116 Better follow the commenting conventions.
8117
8118 2005-11-09 Richard M. Stallman <rms@gnu.org>
8119
8120 * apropos.el (apropos-pattern): Rename from apropos-regexp.
8121 (apropos-orig-pattern): Rename from apropos-orig-regexp.
8122 All uses changed.
8123 (apropos-rewrite-regexp): Doc fix.
8124 (apropos-variable, apropos-command, apropos, apropos-value):
8125 Change prompt; carry through the argument renaming.
8126
8127 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
8128
8129 * find-lisp.el: Require dired.
8130 (find-lisp-find-dired-internal): Do not call
8131 `abbreviate-file-name' on DIR.
8132
8133 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
8134
8135 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
8136
8137 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
8138
8139 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
8140 when using the speedbar.
8141 (gdb): New command gud-pp.
8142 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
8143
8144 2005-11-09 Juri Linkov <juri@jurta.org>
8145
8146 * replace.el (occur-excluded-properties): New defcustom.
8147 (occur-1, occur-engine, occur-accumulate-lines): Use it.
8148
8149 2005-11-08 Jay Belanger <belanger@truman.edu>
8150
8151 * calc/calc-units.el (math-convert-units): Replace any composite
8152 unit by its definition.
8153
8154 2005-11-08 Lars Hansen <larsh@soem.dk>
8155
8156 * emacs-lisp/autoload.el (update-directory-autoloads):
8157 Add obsolete function alias.
8158
8159 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8160
8161 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8162 comment-indent-function.
8163 (lisp-comment-indent): Replace by an alias for comment-indent-default.
8164
8165 * reveal.el (reveal-post-command): Rework the handling of
8166 reveal-open-spots, so as to be more reliable. There were several
8167 tricky corner cases where an open spot might be lost, or where
8168 a closed spot might end up on the list of open spots.
8169 Only reveal text that's ellipsised.
8170
8171 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
8172
8173 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
8174
8175 2005-11-07 John Paul Wallington <jpw@gnu.org>
8176
8177 * ibuffer.el (ibuffer): Search iconified frames too when
8178 getting Ibuffer buffer's window.
8179
8180 2005-11-06 Richard M. Stallman <rms@gnu.org>
8181
8182 * progmodes/compile.el (compilation-internal-error-properties):
8183 save-excursion around the computation of MARKER.
8184
8185 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
8186
8187 * textmodes/flyspell.el (flyspell-external-point-words):
8188 flyspell-get-word returns a list, not just a string.
8189
8190 2005-11-06 John Paul Wallington <jpw@pobox.com>
8191
8192 * ibuffer.el (ibuffer): Search all visible frames when getting
8193 Ibuffer buffer's window.
8194
8195 2005-11-07 Masatake YAMATO <jet@gyve.org>
8196
8197 * man.el (Man-reference-regexp): Accept spaces between
8198 `Man-name-regexp' and `Man-section-regexp'.
8199 (Man-apropos-regexp): New variable.
8200 (Man-abstract-xref-man-page): Use value for `Man-target-string'
8201 if available.
8202 (Man-highlight-references, Man-highlight-references0):
8203 Handle the case when `Man-arguments' includes "-k".
8204 (Man-highlight-references0): Rename the argument `TARGET-POS' to
8205 `TARGET'. `TARGET' can be a number, function or nil.
8206
8207 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
8208
8209 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
8210 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
8211 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
8212 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
8213 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
8214 (gdb-send-item): Use buffer-local-value and simplify.
8215
8216 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
8217
8218 * startup.el (command-line): Use `custom-reevaluate-setting' for
8219 `global-font-lock-mode'.
8220
8221 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
8222 by default, except in batch mode or when the -D option is given.
8223
8224 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
8225 specified keyword args on to `define-minor-mode'. Update docstring.
8226
8227 2005-11-05 Romain Francoise <romain@orebokech.com>
8228
8229 * replace.el (occur-engine): Add marker at end of line, too.
8230
8231 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8232
8233 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8234 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8235 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8236 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8237 argument to all these routines, so the passphrase can be managed
8238 externally and passed in to the system.
8239 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8240 pgg-add-passphrase-to-cache function.
8241
8242 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8243 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8244 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8245 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8246 argument to all these routines, so the passphrase can be managed
8247 externally and passed in to the system.
8248 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8249 function.
8250
8251 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8252
8253 * font-lock.el: Don't deal with font-lock-face-attributes here,
8254 move the code ...
8255
8256 * startup.el (command-line): ... here. Use face-spec-set instead
8257 of custom-declare-face.
8258
8259 * faces.el (face-spec-set): Reset the face if spec is not nil.
8260
8261 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8262
8263 * newcomment.el (comment-region-internal): Box more tightly in the
8264 common case where there's no TAB in the boxed text.
8265
8266 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8267
8268 * info.el (info-tool-bar-map): Use images prev-node, next-node and
8269 up-node.
8270
8271 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8272
8273 * newsticker.el: Commentary updated. Code formatting changed.
8274 (newsticker-version): Change to "1.9".
8275 (newsticker, newsticker-feed): Doc fix.
8276 (newsticker-url-list): Doc fix. Add option "Weekly".
8277 (newsticker-retrieval-interval): Add option "Weekly".
8278 (newsticker-headline-processing): Doc fix.
8279 (newsticker-auto-mark-filter): Remove.
8280 (newsticker-auto-mark-filter-list): New.
8281 (newsticker-layout, newsticker-sort-method): Doc fix.
8282 (newsticker-hide-old-items-in-newsticker-buffer)
8283 (newsticker-heading-format, newsticker-item-format)
8284 (newsticker-desc-format): Doc fix.
8285 (newsticker-show-all-rss-elements): Remove.
8286 (newsticker-show-all-news-elements): New.
8287 (newsticker-faces, newsticker-ticker): Doc fix.
8288 (remove-from-invisibility-spec): Code formatting.
8289 (newsticker--process-ids): New.
8290 (newsticker-mode): Doc fix.
8291 (newsticker-mode): Change mode-line-format.
8292 (newsticker-start): Remove debug output.
8293 (newsticker-start-ticker): Doc fix. Add autoload cookie.
8294 (newsticker-w3m-show-inline-images): Code formatting.
8295 (newsticker-next-item): Call `force-mode-line-update'.
8296 (newsticker-previous-item): Call `force-mode-line-update'.
8297 (newsticker-next-feed): Call `force-mode-line-update'.
8298 (newsticker-previous-feed): Call `force-mode-line-update'.
8299 (newsticker-mark-all-items-at-point-as-read): Code formatting.
8300 (newsticker-show-old-items): Do not show descs.
8301 (newsticker-hide-entry): Hide too much.
8302 (newsticker-hide-entry, newsticker-show-entry)
8303 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8304 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8305 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8306 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8307 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8308 (newsticker-get-news): Call `force-mode-line-update'.
8309 Collect process ids.
8310 (newsticker--sentinel): Change coding system handling.
8311 Move image retrieval to new functions newsticker--get-logo-url-*.
8312 Move feed parsing to new functions newsticker--parse-*.
8313 Update list of process ids.
8314 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8315 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8316 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8317 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8318 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8319 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8320 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8321 (newsticker--decode-coding-string): Remove.
8322 (newsticker--decode-numeric-entities): Check input. Format code.
8323 (newsticker--remove-whitespace): Check input.
8324 (newsticker--do-forget-preformatted): Doc fix.
8325 (newsticker--decode-rfc822-date): Allow for missing time.
8326 (newsticker--update-process-ids): New.
8327 (newsticker--image-sentinel): Change comment.
8328 (newsticker--image-read): Change error message.
8329 (newsticker--imenu-goto): Doc fix. Show headline title.
8330 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8331 (newsticker--buffer-do-insert-text): Clean whitespace in
8332 html-rendered headline title. Code formatting.
8333 Call `newsticker--buffer-print-extra-elements'.
8334 (newsticker--buffer-print-extra-element): Remove.
8335 (newsticker--buffer-print-extra-elements): New.
8336 (newsticker--buffer-do-print-extra-element): New.
8337 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8338 large sizes.
8339 (newsticker--run-auto-mark-filter)
8340 (newsticker--do-run-auto-mark-filter):
8341 Use `newsticker-auto-mark-filter-list'.
8342
8343 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8344
8345 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8346 (rcirc-print): Force redisplay before running hooks. Do long
8347 buffer truncation after making new text read-only. Deal with nil
8348 text when decoding strings. If TARGET is nil, use either the
8349 currently selected buffer, if it is an rcirc buffer and of the
8350 same process or the process buffer.
8351 (rcirc-mode): Remove header-line. Recompute short buffer names.
8352 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8353 (rcirc-short-buffer-name): Add variable.
8354 (rcirc-kill-buffer-hook): Recompute short buffer names.
8355 Remove nick from private channel.
8356 (rcirc-send-input): Send command text to current-buffer.
8357 Don't clear overlay arrow here.
8358 (rcirc-short-buffer-name): Return a short buffer name.
8359 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8360 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8361 buffer-name abbreviations.
8362 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8363 Do not touch nick-table when killing a parted channel.
8364 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8365 Clear arrow from current buffer if it is now hidden.
8366 (rcirc-current-buffer): Add variable.
8367 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8368 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8369 Remove -face from names.
8370 (rcirc-update-activity-string): Print "DND" when globally ignoring
8371 activity.
8372 (rcirc-ignore-buffer-activity-flag): Rename from
8373 rcirc-ignore-channel-activity.
8374 (rcirc-ignore-all-activity-flag): Doc fix.
8375 (rcirc-channels): Remove variable.
8376 (rcirc-kill-buffer-hook):
8377 (rcirc-get-buffer-create): Add nick to private channel.
8378 (rcirc-multiline-edit-submit): Remove tabs.
8379 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8380 folded.
8381 (rcirc-remove-nick-channel): Bug fix.
8382 (rcirc-toggle-ignore-buffer-activity): Rename from
8383 rcirc-toggle-ignore-channel-activity.
8384 (rcirc-record-activity): Add buffers to the front of the list.
8385 (rcirc-update-activity): Remove killed buffers from list.
8386 (rcirc-process-server-response-1): Remove last argument if it is
8387 null before calling handler.
8388 (rcirc): Add "rcirc" defcustom prefix.
8389 (rcirc-prompt): Simplify default prompt.
8390 Use custom-initialize-default.
8391 (rcirc-private-chats): Remove variable.
8392 (rcirc-prompt): Change initialization.
8393 (rcirc-version): Remove function.
8394 (rcirc-id-string): Add constant.
8395 (rcirc-last-buffer): Remove variable.
8396 (rcirc-buffer-alist): Add variable.
8397 (rcirc-connect): Update variable setup.
8398 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8399 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8400 default.
8401 (rcirc-handler-generic): Trigger activity.
8402 (rcirc-send-message): Create the buffor of the target.
8403 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8404 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8405 (rcirc-multiline-edit-cancel): Remove function.
8406 (rcirc-set-last-buffer): Remove function.
8407 (rcirc-get-any-buffer): Add function.
8408 (rcirc-join-channels): Don't print /join text.
8409 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8410 messages.
8411 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8412 (rcirc-handler-NOTICE): Recognize CTCP responses.
8413 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8414 constructing TOPIC string for buffers we are not JOINed.
8415 (rcirc-handler-CTCP-response): Add handler.
8416 (rcirc-multiline-edit-submit): Restore the window-configuration
8417 before adjusting point.
8418 (rcirc): Add customization group.
8419 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8420 (rcirc-user-full-name, rcirc-startup-channels-alist)
8421 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8422 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8423 (rcirc-input-ring-size, rcirc-read-only-flag)
8424 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8425 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8426 Change defvar to defcustom.
8427 (rcirc-update-prompt): Add optional ALL arg, which will update
8428 prompts in all rcirc buffers. Regexp quote replacement text.
8429 (rcirc-fill-column): Accept frame-width as a value.
8430 (rcirc-set-changed): Add function.
8431 (rcirc-next-active-buffer): Write more meaningful messages.
8432 (rcirc-faces): Add customization group.
8433 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8434 (rcirc-nick-in-message-face, rcirc-prompt-face)
8435 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8436 (with-rcirc-process-buffer): Move before first usage.
8437 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8438 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8439 (rcirc-debug): Rename from `rcirc-log'.
8440 (rcirc-format-response-string): Do not print `-' chars for a
8441 NOTICE with no sender. Simplify output of server responses.
8442
8443 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8444
8445 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8446 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8447 Make urls mouse and RET clickable.
8448
8449 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8450
8451 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8452
8453 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8454
8455 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8456 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8457 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8458 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8459 argument to all these routines, so the passphrase can be managed
8460 externally and passed in to the system.
8461 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8462 pgg-add-passphrase-to-cache function.
8463
8464 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8465 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8466 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8467 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8468 argument to all these routines, so the passphrase can be managed
8469 externally and passed in to the system.
8470 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8471 function.
8472
8473 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8474
8475 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8476 from goto-address-url-regexp.
8477
8478 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8479
8480 * textmodes/org.el (org-read-date, org-goto-calendar)
8481 (org-recenter-calendar, org-agenda-goto-calendar):
8482 Temporarily clear `calendar-move-hook'.
8483
8484 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8485
8486 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8487 merging.
8488
8489 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8490 have merge clashes.
8491
8492 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8493
8494 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8495 Undo previous change.
8496
8497 * startup.el (command-line): Use `custom-reevaluate-setting' for
8498 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8499 tty-register-default-colors on Mac.
8500
8501 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8502
8503 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8504 (gdb-buffer-type): Make it automatically buffer local...
8505 (gdb-get-create-buffer): ...and set it accordingly.
8506 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8507 actually work.
8508
8509 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8510
8511 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8512 not red.
8513
8514 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8515
8516 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8517 case GUD buffer is not visible.
8518 (gdb-goto-breakpoint): Try to force display in source buffer.
8519 (gdb-frame-gdb-buffer): Copy other similar functions.
8520 (gdb-restore-windows): Don't display source if not asked for.
8521 (gdb-assembler-buffer-name): Don't capitalise.
8522
8523 2005-11-03 Richard M. Stallman <rms@gnu.org>
8524
8525 * wid-edit.el (key-sequence): New widget type.
8526
8527 * simple.el (set-mark-command-repeat-pop): New variable.
8528 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8529 if set-mark-command-repeat-pop is true.
8530
8531 * info.el (Info-fontify-node): Don't display extra "see" if there
8532 already is one here.
8533
8534 * mouse.el: Fix special handling of DEL after dragging a region:
8535 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8536 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8537
8538 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8539
8540 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8541 not to assume it pertains to an affix.
8542
8543 * textmodes/flyspell.el (flyspell-post-command-hook):
8544 Bind deactivate-mark to prevent deactivation.
8545
8546 2005-11-03 Lars Hansen <larsh@soem.dk>
8547
8548 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8549 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8550 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8551
8552 2005-11-03 Romain Francoise <romain@orebokech.com>
8553
8554 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8555 Update copyright years.
8556
8557 2005-11-03 Sam Steingold <sds@gnu.org>
8558
8559 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8560 Use system-type instead of window-system because window-system is not
8561 correctly defined during loadup.
8562
8563 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8564
8565 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8566 (xml-parse-tag): Join strings separated by a comment properly.
8567
8568 2005-11-02 Andreas Schwab <schwab@suse.de>
8569
8570 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8571
8572 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8573
8574 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8575 (byte-optimize-pure-func): Quote the eval'd value.
8576
8577 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8578 Rename from perl-font-lock-syntactic-face-function.
8579 Change the calling convention so it can be used as a font-lock MATCHER.
8580 Do the parse-partial-sexp loop outselves.
8581 (perl-font-lock-syntactic-keywords): Use it.
8582 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8583
8584 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8585
8586 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8587 disassembly buffer too.
8588 (gdb-exited): Remove overlay arrows when execution has finished.
8589 (gdb-info-frames-custom, gdb-info-threads-custom)
8590 (gdb-info-registers-custom): Don't add inappropriate text
8591 properties if inferior is not active.
8592
8593 2005-11-02 Glenn Morris <rgm@gnu.org>
8594
8595 * progmodes/fortran.el (fortran-blink-match):
8596 Use `blink-matching-delay'.
8597
8598 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8599
8600 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8601
8602 2005-11-02 Lars Hansen <larsh@soem.dk>
8603
8604 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8605 "Permission denied".
8606
8607 2005-11-01 Richard M. Stallman <rms@gnu.org>
8608
8609 * textmodes/flyspell.el (flyspell-external-point-words):
8610 Pass nil to flyspell-get-word.
8611
8612 2005-11-02 Kim F. Storm <storm@cua.dk>
8613
8614 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8615 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8616
8617 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8618
8619 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8620 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8621 (calendar-mouse-print-dates): Add optional `event' argument.
8622 Update interactive-spec.
8623 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8624 Use `calendar-event-to-date' instead of `event'.
8625
8626 2005-11-02 Masatake YAMATO <jet@gyve.org>
8627
8628 * progmodes/ld-script.el (ld-script-builtins):
8629 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8630 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8631 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8632
8633 2005-11-01 Romain Francoise <romain@orebokech.com>
8634
8635 * vc-sccs.el: Update copyright year.
8636 * ezimage.el: Likewise.
8637
8638 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8639
8640 * info.el (Info-fontify-node): Use `string-width' for fontifying
8641 underlined titles.
8642
8643 2005-11-01 Juri Linkov <juri@jurta.org>
8644
8645 * info.el (Info-fontify-node): Downcase node header keywords Node,
8646 Prev, Next, Up before comparison.
8647 (Info-history): Insert absolute directory name, and put invisible
8648 property on it.
8649
8650 2005-11-01 Juri Linkov <juri@jurta.org>
8651
8652 * info.el (Info-file-supports-index-cookies): New variable.
8653 (Info-find-node-2): Check makeinfo version for index cookie support.
8654 (Info-index-nodes): Search for nodes with index cookies only when
8655 Info-file-supports-index-cookies is t. Otherwise, search nodes
8656 with "Index" in the node name.
8657 (Info-index-node): Search index cookie in the current node only when
8658 Info-file-supports-index-cookies is t. Otherwise, check the word
8659 "Index" in the node name.
8660 (Info-find-emacs-command-nodes): Remove code that searches nodes
8661 with "Index" node name in the top menu.
8662
8663 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8664
8665 * progmodes/scheme.el (scheme-mode-variables): Use the default
8666 comment-indent-function.
8667
8668 * faces.el (face-attribute): Handle the case where a face inherits from
8669 a non-existent face.
8670
8671 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8672 for octal and hexa output, and merge the char into the paren.
8673 (kill-new): Use push.
8674 (copy-to-buffer): Use with-current-buffer.
8675 (completion-setup-function): Move code in loop to remove redundancy.
8676 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8677 those inherited from minibuffer-local-completion-map.
8678
8679 * savehist.el (savehist-mode) <defcustom>:
8680 Use custom-set-minor-mode if available.
8681 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8682 and emit a message if applicable.
8683
8684 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8685
8686 * savehist.el: Sync up to version 19.
8687 (savehist-mode): New minor mode.
8688 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8689 (savehist-length): Remove (use history-length instead).
8690 (savehist-file-modes): Rename from savehist-modes.
8691 (savehist-save-hook, savehist-loaded): New vars.
8692 (savehist-load): Use savehist-mode. Try to smooth up transition from
8693 old format to new format.
8694 (savehist-install): Allow savehist-autosave-interval to be nil.
8695 (savehist-save): Run the new hook. Be more careful to only trim the
8696 history variables.
8697 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8698 (savehist-printable): Print into a buffer rather than char-by-char.
8699
8700 2005-11-01 John Wiegley <johnw@newartisans.com>
8701
8702 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8703 toggle-ignore keybinding (C-a). The author said it had been
8704 disabled much earlier due to a possible incompatibility, but after
8705 many months of usage I have encountered no problems (and it is a
8706 rather useful option, especially for switching to " *temp*").
8707
8708 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8709 support for OS/X's AddressBook, by calling out to the open source
8710 program "contacts" (installable through Fink).
8711
8712 * net/eudc.el (eudc-expand-inline): If the
8713 `eudc-multiple-match-handling-method' is set to `all', delete the
8714 query string before inserting the query result.
8715
8716 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8717 flag, to prevent Eshell from using the system ls when
8718 `eshell-ls-insert-directory' is in used.
8719 (eshell-ls-insert-directory): Disable font-lock in directory
8720 buffer so that Eshell's own fontification is seen. This broke
8721 recently due to changes in font-lock, so this goes back to version
8722 21 behavior.
8723
8724 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8725
8726 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8727 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8728 (gdb-many-windows): Doc fix.
8729
8730 2005-10-31 Romain Francoise <romain@orebokech.com>
8731
8732 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8733
8734 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8735
8736 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8737 that global-font-lock-mode can be enabled by default.
8738
8739 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8740 (font-lock-add-keywords, font-lock-remove-keywords)
8741 (font-lock-fontify-buffer): Remove autoload cookies.
8742
8743 * jit-lock.el (jit-lock-register): Likewise.
8744
8745 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8746
8747 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8748
8749 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8750 intact if there is no gud-comint-buffer.
8751
8752 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8753
8754 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8755 old prompt comint-prompt-read-only is t and GDB commands are
8756 issued from tool bar etc.
8757
8758 2005-10-31 Masatake YAMATO <jet@gyve.org>
8759
8760 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8761
8762 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8763
8764 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8765 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8766
8767 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8768
8769 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8770 starting at beginning of line. Fontification is messed up when
8771 `open-paren-in-column-0-is-defun-start' set to t.
8772 Reported by John Paul Wallington <jpw@pobox.com>.
8773
8774 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8775
8776 * comint.el (comint-send-input): Call `comint-update-fence' when
8777 `comint-process-echoes' and `comint-prompt-read-only' are both
8778 non-nil, to avoid leftover read-only newline.
8779
8780 2005-10-30 Richard M. Stallman <rms@gnu.org>
8781
8782 * textmodes/flyspell.el (flyspell-external-point-words):
8783 Detect when WORD can't be checked properly because
8784 flyspell-get-word finds just part of it, and move on.
8785
8786 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8787 boundarychar for Polish.
8788 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8789 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8790
8791 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8792
8793 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8794 (gdb-registers-font-lock-keywords): Delete.
8795 (gdb-registers-mode): Don't fontify.
8796 (gdb-info-registers-custom): Use text properties instead as, in
8797 future, changed register values will use font-lock-warning-face.
8798 (gdb-local-font-lock-keywords): Rename to...
8799 (gdb-locals-font-lock-keywords): ...for consistency.
8800
8801 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8802
8803 * vc.el (vc-switch-backend): Better error message if the buffer is
8804 not visiting a file under version control.
8805
8806 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8807
8808 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8809
8810 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8811 ~/.emacs.d/.emacs.
8812
8813 2005-10-29 Richard M. Stallman <rms@gnu.org>
8814
8815 * replace.el (occur-mode-mouse-goto): Always go to other window.
8816 (occur-mode-goto-occurrence): Always switch in same window.
8817
8818 * simple.el (undo): Display message at end, not at start.
8819
8820 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8821 New arg REUSE-CELL.
8822 (cancel-timer-internal): New function.
8823 (timer-event-handler): Use cancel-timer-internal,
8824 and pass the cell it returns to timer-activate...
8825
8826 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8827 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8828 (jit-lock-after-change): Test memory-full.
8829
8830 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8831
8832 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8833 part of the decoded armor to find the key-identifier.
8834 (pgg-gpg-lookup-key-owner): New function to return the
8835 human-readable identifier of a key owner.
8836 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8837 key itself.
8838 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8839 the key value) if we have a key and can match it against a secret
8840 key. Also, added a note pointing out fact that the prompt only
8841 indicates the first matching key.
8842
8843 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8844 pgg-decrypt-region.
8845 (pgg-pending-timers): A new hash for tracking the passphrase cache
8846 timers, so that new ones supercede old ones.
8847 (pgg-add-passphrase-to-cache): Rename from
8848 `pgg-add-passphrase-cache' to reduce confusion (all callers
8849 changed). Modified to cancel old timers when new ones are added.
8850 (pgg-remove-passphrase-from-cache): Rename from
8851 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8852 changed). Modified to cancel old timers when their keys are
8853 removed from the cache.
8854 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8855 XEmacs, an indirection to delete-itimer.
8856 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8857 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8858 users can only check cache without risk of prompting. Correct bug in
8859 notruncate behavior.
8860 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8861 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8862 Add informative docstrings.
8863 (pgg-decrypt): Convey provided passphrase in subordinate call to
8864 pgg-decrypt-region.
8865
8866 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8867 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8868 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8869 `passphrase' argument, so the passphrase can be managed externally
8870 and then passed in to the system.
8871
8872 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8873 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8874 so the passphrase cache can be used reliably with identifiers
8875 besides a pgp packet's key id.
8876
8877 * pgg-gpg.el (pgg-pgp-encrypt-region)
8878 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8879 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8880 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8881 argument to all these routines, so the passphrase can be managed
8882 externally and passed in to the system.
8883
8884 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8885 `notruncate' argument, so the passphrase cache can be used
8886 reliably with identifiers besides a pgp packet's key id.
8887
8888 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8889
8890 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8891 symmetric encryption.
8892 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8893 encrypted session key.
8894 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8895 message ask for the passphrase in a proper way.
8896
8897 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8898 New user commands for symmetric encryption.
8899
8900 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8901
8902 * textmodes/conf-mode.el (conf-assignment-sign)
8903 (conf-assignment-regexp): Fix docstrings.
8904 (conf-mode-initialize): New function.
8905 (conf-mode): Remove optional args. Use delay-mode-hooks to
8906 recognize recursive calls.
8907 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8908 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8909 (conf-xdefaults-mode): Use define-derived-mode and
8910 conf-mode-initialize.
8911
8912 2005-10-29 Romain Francoise <romain@orebokech.com>
8913
8914 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8915
8916 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8917
8918 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8919 part of the decoded armor to find the key-identifier.
8920 (pgg-gpg-lookup-key-owner): New function to return the
8921 human-readable identifier of a key owner.
8922 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8923 key itself.
8924 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8925 the key value) if we have a key and can match it against a secret
8926 key. Also, added a note pointing out fact that the prompt only
8927 indicates the first matching key.
8928
8929 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8930 pgg-decrypt-region.
8931 (pgg-pending-timers): A new hash for tracking the passphrase cache
8932 timers, so that new ones supercede old ones.
8933 (pgg-add-passphrase-to-cache): Rename from
8934 `pgg-add-passphrase-cache' to reduce confusion (all callers
8935 changed). Modified to cancel old timers when new ones are added.
8936 (pgg-remove-passphrase-from-cache): Rename from
8937 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8938 changed). Modified to cancel old timers when their keys are
8939 removed from the cache.
8940 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8941 XEmacs, an indirection to delete-itimer.
8942 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8943 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8944 users can only check cache without risk of prompting. Correct bug in
8945 notruncate behavior.
8946 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8947 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8948 Add informative docstrings.
8949 (pgg-decrypt): Convey provided passphrase in subordinate call to
8950 pgg-decrypt-region.
8951
8952 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
8953
8954 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8955 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8956 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8957 `passphrase' argument, so the passphrase can be managed externally
8958 and then passed in to the system.
8959
8960 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8961 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8962 so the passphrase cache can be used reliably with identifiers
8963 besides a pgp packet's key id.
8964
8965 * pgg-gpg.el (pgg-pgp-encrypt-region)
8966 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8967 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8968 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8969 argument to all these routines, so the passphrase can be managed
8970 externally and passed in to the system.
8971
8972 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8973 `notruncate' argument, so the passphrase cache can be used
8974 reliably with identifiers besides a pgp packet's key id.
8975
8976 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8977
8978 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8979 symmetric encryption.
8980 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8981 encrypted session key.
8982 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8983 message ask for the passphrase in a proper way.
8984
8985 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8986 New user commands for symmetric encryption.
8987
8988 2005-10-28 Bill Wohler <wohler@newt.com>
8989
8990 * help-mode.el (help-url): New button type. Calls browse-url.
8991 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8992 Similar to Info nodes: URL `url'.
8993 (help-make-xrefs): Create help-url buttons for
8994 help-xref-url-regexp matches.
8995
8996 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
8997
8998 * tool-bar.el (tool-bar-add-item-from-menu)
8999 (tool-bar-local-item-from-menu): Fix doc strings.
9000
9001 2005-10-28 Romain Francoise <romain@orebokech.com>
9002
9003 * ldefs-boot.el: Update.
9004
9005 * subr.el (locate-library): Move from help-fns.el.
9006 * help-fns.el (locate-library): Move to subr.el.
9007
9008 2005-10-28 Richard M. Stallman <rms@gnu.org>
9009
9010 * net/tramp.el (tramp-completion-mode): defvar moved up.
9011
9012 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
9013
9014 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
9015
9016 * files.el (find-file-noselect): Use %d to format large file size.
9017
9018 * bindings.el (mode-line-format): Add %e.
9019
9020 * loadup.el ("facemenu"): Load unconditionally.
9021 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
9022 ("x-dnd"): Load, when appropriate.
9023
9024 * startup.el (command-line): Call before-init-hook earlier.
9025 Warn about some bad characters in -u user name.
9026
9027 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
9028 (flyspell-external-point-words): Error if misspelled word is not found.
9029 Set flyspell-large-region-beg at end of word.
9030
9031 2005-10-28 Andreas Schwab <schwab@suse.de>
9032
9033 * view.el (View-revert-buffer-scroll-page-forward):
9034 Use view-page-size-default.
9035
9036 2005-10-28 Juri Linkov <juri@jurta.org>
9037
9038 * international/quail.el (quail-get-current-str): Translate last
9039 raw character for deterministic input methods.
9040
9041 2005-10-27 Jay Belanger <belanger@truman.edu>
9042
9043 * calc/calc-ext.el: Add functions to autoloads.
9044 (math-identity-matrix-p, math-ident-row-p): New functions.
9045
9046 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
9047 multiplication by an identity matrix; don't turn multiplication by
9048 an inverse matrix into division.
9049 (math-div-symbol-fancy): Replace division by matrices with
9050 multiplication by inverse.
9051
9052 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
9053
9054 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
9055 (calc-writeoutpower): New functions.
9056
9057 2005-10-27 Romain Francoise <romain@orebokech.com>
9058
9059 * replace.el (occur-engine): Include colon in mouse-face highlight.
9060
9061 * dired-x.el: Change Maintainer field.
9062
9063 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
9064
9065 * longlines.el (longlines-mode): Bind after-change-functions to
9066 nil during initial decoding and final encoding.
9067
9068 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
9069
9070 * term.el (term-emulate-terminal, term-handle-colors-array)
9071 (term-handle-ansi-escape): Specify the terminfo capabilities
9072 implemented.
9073
9074 2005-10-26 Richard M. Stallman <rms@gnu.org>
9075
9076 * info.el (Info-fontify-node): Fix detection of sentence-break
9077 before *Note.
9078
9079 2005-10-26 Romain Francoise <romain@orebokech.com>
9080
9081 * smerge-mode.el: Add `tools' to file keywords.
9082
9083 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
9084
9085 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
9086 when the fringe is not available.
9087
9088 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
9089 (def-gdb-auto-update-trigger): Simplify construction.
9090 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
9091 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
9092 defined explicitly.
9093 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
9094 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
9095 defined explicitly.
9096 (gdb-info-locals-custom): Remove as it's a no-op.
9097
9098 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
9099
9100 * longlines.el (longlines-mode): Remove narrowing before
9101 performing the initial decoding or final encoding.
9102
9103 2005-10-25 Romain Francoise <romain@orebokech.com>
9104
9105 * emacs-lisp/find-func.el (find-library-name): Also strip
9106 extension if library name ends in .el, to take advantage of
9107 `find-library-suffixes'.
9108
9109 2005-10-25 Richard M. Stallman <rms@gnu.org>
9110
9111 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
9112
9113 2005-10-25 Juri Linkov <juri@jurta.org>
9114
9115 * textmodes/texinfo.el (texinfo-mode): Change charset of one
9116 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
9117
9118 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9119
9120 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
9121 (blackbox-redefine-key): Add argument `map'.
9122
9123 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
9124 regions when moving the jit-lock-context-unfontify-pos boundary.
9125
9126 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9127
9128 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
9129
9130 2005-10-25 Masatake YAMATO <jet@gyve.org>
9131
9132 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
9133
9134 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9135
9136 * play/blackbox.el (blackbox-redefine-key): New function.
9137 (blackbox-mode-map): Use it to remap existing bindings for cursor
9138 motion instead of binding literal keys.
9139
9140 2005-10-25 Glenn Morris <rgm@gnu.org>
9141
9142 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
9143 diary does not end in a newline. Do not assume a blank line at
9144 the start of the diary file.
9145
9146 2005-10-25 Kenichi Handa <handa@m17n.org>
9147
9148 * international/quail.el (quail-translate-key): If the input
9149 method is deterministic and failed to handle the last key, restart
9150 the key handling loop from an appropriate key.
9151
9152 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
9153
9154 * vc.el (vc-dired-mode): Extend comment for binding of
9155 `directory-listing-before-filename-regexp'.
9156
9157 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9158
9159 * textmodes/texinfo.el (texinfo-mode):
9160 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
9161 not to unnecessarily expose emacs-mule's internal char codes.
9162
9163 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
9164
9165 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
9166 Display hand pointer and help-echo on disabled icon too.
9167 (gdb-mouse-until): New function.
9168 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
9169
9170 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
9171
9172 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
9173 with 2005-10-23 change to doctor.el.
9174
9175 * finder.el (finder-mode-map): Add follow-link binding.
9176
9177 2005-10-25 Kim F. Storm <storm@cua.dk>
9178
9179 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
9180 to gdb-mouse-toggle-breakpoint-fringe.
9181 (gdb-mouse-toggle-breakpoint-margin): Rename from
9182 gdb-mouse-toggle-breakpoint. Fix doc.
9183 (gdb-mouse-toggle-breakpoint-fringe): New defun.
9184 (gdb-put-string): Add optional SPROPS arg. Add props to string.
9185 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
9186 string properties also for fringe breakpoint bitmaps.
9187
9188 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
9189
9190 * textmodes/org.el (org-start-icalendar-file): Fix format form.
9191
9192 2005-10-25 Masatake YAMATO <jet@gyve.org>
9193
9194 * simple.el (completion-common-substring):
9195 Use `completion-common-substring' prior to `completion-base-size'.
9196
9197 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
9198
9199 * savehist.el: Require CL while compiling.
9200 (savehist-history-variables): Remove.
9201 (savehist-save-minibuffer-history, savehist-additional-variables)
9202 (savehist-minibuffer-history-variables): New vars.
9203 (savehist-save): Use them.
9204 (savehist-uninstall, savehist-minibuffer-hook): New funs.
9205 (savehist-install): New fun, extracted from savehist-load.
9206 (savehist-load): Use them.
9207
9208 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9209
9210 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
9211 a dummy doc-string-elt property.
9212 (defalias, defvaralias, define-category): Add a docstring property.
9213
9214 * image.el (defimage):
9215 * widget.el (define-widget):
9216 * custom.el (defface, defcustom): Add `doc-string' declaration.
9217
9218 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
9219 (defadvice): Add `doc-string' declaration.
9220
9221 * emacs-lisp/byte-run.el (macro-declaration-function):
9222 Handle `doc-string' declarations.
9223 (define-obsolete-function-alias, define-obsolete-variable-alias):
9224 Add `doc-string' declaration.
9225
9226 2005-10-24 Kenichi Handa <handa@m17n.org>
9227
9228 * international/utf-7.el (utf-7): Add autoload cookie.
9229
9230 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
9231
9232 2005-10-24 Eli Zaretskii <eliz@gnu.org>
9233
9234 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
9235 list of directories passed to batch-update-autoloads. Add "." to
9236 the list of the echoed directories.
9237
9238 * pgg-def.el:
9239 * pgg-gpg.el:
9240 * pgg-parse.el:
9241 * pgg-pgp.el:
9242 * pgg-pgp5.el:
9243 * pgg.el: Moved here from the gnus subdirectory.
9244
9245 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
9246
9247 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
9248 in case comint-prompt-read-only is set to t.
9249
9250 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
9251 in case comint-prompt-read-only is set to t.
9252
9253 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
9254
9255 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
9256 Now a string.
9257 (icalendar-import-format): Handle CLASS, STATUS, URL.
9258 Rename `subject' to `summary'.
9259 (icalendar-import-format-summary): Rename from
9260 `icalendar-import-format-subject'.
9261 (icalendar-import-format-url, icalendar-import-format-status)
9262 (icalendar-import-format-class): New variables.
9263 (icalendar--rris): Take variable argument list.
9264 (icalendar--datestring-to-isodate): Remove unnecessary
9265 calendar-style check when converting dates with explicit month names.
9266 (icalendar-export-region): Change return type of conversion
9267 subroutines. Bury current buffer unless error occurred.
9268 (icalendar--convert-to-ical)
9269 (icalendar--parse-summary-and-rest): New functions.
9270 (icalendar--convert-ordinary-to-ical)
9271 (icalendar--convert-weekly-to-ical)
9272 (icalendar--convert-yearly-to-ical)
9273 (icalendar--convert-block-to-ical)
9274 (icalendar--convert-cyclic-to-ical)
9275 (icalendar--convert-anniversary-to-ical): Change return type.
9276 Strip trailing blanks from subject.
9277 (icalendar--convert-sexp-to-ical): Change return type.
9278 Strip trailing blanks from subject. Handle simple sexp
9279 entries as generated by icalendar.el.
9280 (icalendar--convert-float-to-ical)
9281 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9282 (icalendar-import-file): Doc fix.
9283 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9284 Correct call to icalendar--rris.
9285 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
9286 `summary'.
9287 (icalendar--add-diary-entry): Rename `subject' to `summary'.
9288
9289 2005-10-24 Romain Francoise <romain@orebokech.com>
9290
9291 * server.el (server-sentinel): Set query-on-exit flag to nil on
9292 new client processes (it isn't inherited from the server process).
9293
9294 * replace.el (occur-engine): Rearrange text properties.
9295
9296 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9297
9298 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9299 case-fold-search is nil.
9300 (debug-help-follow): Use help-xref-interned directly.
9301
9302 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9303
9304 * thumbs.el (thumbs-image-type): Add .pbm.
9305
9306 2005-10-23 Richard M. Stallman <rms@gnu.org>
9307
9308 * faces.el (inhibit-face-set-after-frame-default): New variable.
9309 (set-face-attribute): Bind it.
9310 (face-set-after-frame-default): Test it.
9311
9312 * help-fns.el (describe-simplify-lib-file-name): New function.
9313 (describe-function-1, describe-variable): Use it.
9314
9315 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9316
9317 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9318 Eliminate nil as possible value.
9319 (tooltip-hide-delay): Reduce internal-border-width.
9320
9321 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9322 (menu-bar-file-menu) <new-file>: Likewise.
9323
9324 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9325
9326 * international/mule.el (load-with-code-conversion):
9327 Pass full file name to `eval-buffer' unless preloading.
9328
9329 * textmodes/flyspell.el (flyspell-large-region):
9330 Call ispell-check-version.
9331
9332 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9333 Fix the make-variable-buffer-local call that was supposed
9334 to be for this variable.
9335 (ispell-aspell-supports-utf8): Doc fix.
9336 (ispell-find-aspell-dictionaries): Preserve elements of
9337 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9338 (ispell-aspell-find-dictionary): Return nil on error.
9339
9340 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9341 (doctor-symptoms): Likewise.
9342
9343 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9344
9345 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9346
9347 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9348 (custom-raised-buttons): Add :set spec.
9349 (custom-button-unraised, custom-button-pressed-unraised):
9350 New faces, so that custom-raised-buttons actually does something.
9351 (custom-mode): Use custom-button and custom-button-pressed.
9352
9353 * wid-edit.el (widget-specify-button): Don't ignore
9354 widget-mouse-face on graphic terminals.
9355 (widget-move-and-invoke): Cleanup.
9356
9357 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9358
9359 * whitespace.el (whitespace-cleanup): Doc fix.
9360
9361 2005-10-23 Romain Francoise <romain@orebokech.com>
9362
9363 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9364 `eval-after-load' to avoid evaluating their result.
9365
9366 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9367
9368 * files.el (directory-listing-before-filename-regexp):
9369 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9370
9371 * dired.el (dired-move-to-filename-regexp): Remove.
9372 All occurences replaced by `directory-listing-before-filename-regexp'.
9373
9374 * dired-x.el, locate.el, vc.el:
9375 Replace `dired-move-to-filename-regexp' by
9376 `directory-listing-before-filename-regexp'. In vc.el it is
9377 overwritten locally; maybe this can be handled in files.el too.
9378
9379 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9380 replaced by `directory-listing-before-filename-regexp'.
9381
9382 2005-10-23 Andreas Schwab <schwab@suse.de>
9383
9384 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9385 and eval-next-after-load.
9386
9387 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9388
9389 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9390 exist, create it.
9391
9392 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9393
9394 * allout.el: Remove autoloads for mailcrypt and crypt++.
9395 Require pgg, pgg-gpg during compilation.
9396 (allout-version): Increment version number to 2.1, and use a literal
9397 rather than RCS Id.
9398 (allout-default-encryption-scheme): Remove.
9399 (allout-passphrase-verifier-handling)
9400 (allout-passphrase-verifier-string)
9401 (allout-file-passphrase-verifier-string)
9402 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9403 (allout-passphrase-hint-handling): Rename and simplify.
9404 (allout-init): Use `find-file-hook' if available, otherwise
9405 `find-file-hooks'.
9406 (allout-mode): Use `write-file-functions' if available, otherwise
9407 `local-write-file-hooks' and, instead of making auto-save-hook
9408 buffer local, make the write-file-hook activity contingent to
9409 allout-mode.
9410 (allout-mode): Use key-binding substitution in the docstring.
9411 (allout-kill-line): Spell-out kill ring data structure mutation
9412 instead of using byte-compiler-complaint-provoking `pop'.
9413 (allout-insert-listified): Use `insert' rather than `insert-string'
9414 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9415 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9416 (allout-encrypt-string): Totally revamped vis new underlying
9417 encryption facilities.
9418 (allout-mc-activate-passwd): Remove.
9419 (allout-obtain-passphrase): New, more or less replaces
9420 allout-mc-activate-passwd.
9421 (allout-encrypted-key-info): More or less replaces
9422 allout-encrypted-text-type.
9423 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9424 (my-mark-marker): Use `(featurep 'xemacs)'.
9425
9426 2005-10-23 Lars Hansen <larsh@soem.dk>
9427
9428 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9429 (byte-compile-file-form-defmumble, byte-compile-defun)
9430 (byte-compile-defmacro): Use it.
9431 (byte-compile-form): Don't call byte-compile-set-symbol-position
9432 when a byte-compile handler is called.
9433
9434 2005-10-22 Romain Francoise <romain@orebokech.com>
9435
9436 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9437
9438 * subr.el (eval-after-load): Convert library name to an absolute
9439 file name using locate-library, since load-history no longer has
9440 library names in it.
9441
9442 2005-10-22 Richard M. Stallman <rms@gnu.org>
9443
9444 * files.el (make-temp-file): Move from subr.el.
9445 * subr.el (make-temp-file): Move to files.el.
9446
9447 * window.el (get-buffer-window-list): Move from subr.el.
9448 * subr.el (get-buffer-window-list): Move to window.el.
9449
9450 * image.el (image-load-path): Use eval-at-startup to initialize.
9451
9452 * subr.el (eval-at-startup): New macro.
9453
9454 * subr.el: Much rearrangement of functions and division
9455 into pages. No code changes.
9456
9457 2005-10-22 Kenichi Handa <handa@m17n.org>
9458
9459 * tar-mode.el (tar-extract): Be sure to call
9460 find-operation-coding-system if set-auto-coding doesn't find a
9461 coding system.
9462
9463 2005-10-22 Kim F. Storm <storm@cua.dk>
9464
9465 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9466 Change users.
9467 (image-type-file-name-regexps): New defconst.
9468 (image-type-from-data): Simplify loop.
9469 (image-type-from-buffer): New defun.
9470 (image-type-from-file-header): Use it instead of image-type-from-data.
9471 Use image-search-load-path instead of only looking in data-directory.
9472 (image-type-from-file-name): New defun.
9473 (image-search-load-path): Change `pathname' to `filename'.
9474 Make PATH arg optional, default to image-load-path.
9475
9476 2005-10-21 Richard M. Stallman <rms@gnu.org>
9477
9478 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9479
9480 * textmodes/paragraphs.el (sentence-end-base): New variable.
9481 (sentence-end): Use sentence-end-base.
9482
9483 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9484
9485 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9486 property independently from the font-lock-multiline variable.
9487
9488 2005-10-21 Richard M. Stallman <rms@gnu.org>
9489
9490 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9491
9492 * startup.el (command-line): Convert library names
9493 in `load-history' to absolute file names.
9494
9495 * subr.el (symbol-file): Doc fix.
9496
9497 * loadhist.el (file-loadhist-lookup): Call locate-library
9498 instead of find-library-name. Don't try converting
9499 abs file names to library names, since load-history no longer
9500 has library names in it.
9501 (file-dependents, file-provides, file-requires): Doc fixes.
9502
9503 2005-10-21 Juri Linkov <juri@jurta.org>
9504
9505 * progmodes/etags.el (tags-table-mode): New function.
9506 (tags-verify-table): Replace initialize-new-tags-table with
9507 tags-table-mode.
9508
9509 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9510 default value.
9511 (desktop-modes-not-to-save): Add tags-table-mode to the
9512 default value.
9513
9514 * info.el (Info-index-next): Add total number of index
9515 alternatives to the message.
9516
9517 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9518 backward only space (instead of space and period) before looking
9519 at sentence end.
9520
9521 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9522 Add the old variable value as 4th default-value arg of read-string.
9523
9524 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9525
9526 * cus-face.el (custom-declare-face): Make face from X resources
9527 also on Mac.
9528
9529 * disp-table.el (standard-display-g1, standard-display-graphic):
9530 Refuse to use string glyphs also on Mac.
9531 (standard-display-european): Don't set terminal coding system also
9532 on Mac.
9533
9534 * frame.el (display-screens): Use x-display-screens also on Mac.
9535
9536 2005-10-21 Romain Francoise <romain@orebokech.com>
9537
9538 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9539
9540 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9541
9542 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9543 and $? into sexps.
9544
9545 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9546 warning face on open-paren-in-column-0.
9547
9548 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9549 boundary case. Fix typo.
9550 Suggested by Martin Rudalics <rudalics@gmx.at>.
9551
9552 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9553
9554 * textmodes/org.el (org-combined-agenda-icalendar-file)
9555 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9556 (org-export-icalendar-this-file)
9557 (org-export-icalendar-all-agenda-files)
9558 (org-export-icalendar-combine-agenda-files): New commands.
9559 (org-export-icalendar, org-print-icalendar-entries)
9560 (org-start-icalendar-file, org-finish-icalendar-file)
9561 (org-ical-ts-to-string): New functions.
9562 (org-read-date, org-goto-calendar)
9563 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9564 call to `calendar'.
9565 (orgtbl-setup): Remove the :keys arguments from the menu description.
9566 (org-after-save-iCalendar-file-hook): New variable.
9567
9568 2005-10-21 Kenichi Handa <handa@m17n.org>
9569
9570 * language/vietnamese.el (tcvn-5712): Make it an alias of
9571 vietnamese-tcvn coding-system.
9572
9573 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9574
9575 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9576 group id is given.
9577
9578 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9579
9580 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9581 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9582 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9583 whose line is either continued or ends with a comment.
9584
9585 2005-10-20 Romain Francoise <romain@orebokech.com>
9586
9587 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9588
9589 * replace.el (occur-engine): Add follow-link property.
9590
9591 * font-core.el (font-lock-mode): Doc fix.
9592
9593 2005-10-20 Richard M. Stallman <rms@gnu.org>
9594
9595 * net/rcirc.el: New file.
9596
9597 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9598
9599 * term.el (term-term-name): Initialize to "eterm-color".
9600
9601 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9602
9603 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9604 for encryption functionality.
9605 Move allout customization subgroup from `editing' to `outlines' group.
9606 Fix commentary keywords to legitimate ones.
9607 Update author info (using my current email address, obscurified).
9608 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9609 (allout-encrypted-topic-p, allout-encrypted-text-type)
9610 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9611 (allout-situate-encryption-key-verifier)
9612 (allout-get-encryption-key-verifier, allout-verify-key)
9613 (allout-next-topic-pending-encryption)
9614 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9615 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9616 (outline-key-verifier-handling, outline-key-hint-handling)
9617 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9618 (allout-file-key-verifier-string, allout-encryption-scheme)
9619 (allout-key-verifier-string, allout-key-hint-string)
9620 (allout-after-save-decrypt): New variables.
9621 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9622 (allout-after-saves-handler): New hook functions.
9623 (allout-post-command-business): Do allout-after-save-decrypt.
9624 (allout-enable-file-variable-adjustment): Custom var to enable
9625 mechanism for adding and adjusting settings of Emacs file variables.
9626 (allout-adjust-file-variable, allout-file-vars-section-data):
9627 New functions, implement the mechanism.
9628 (outlineify-sticky): Use the file vars mechanism.
9629 (allout-inhibit-protection, allout-during-write-cue)
9630 (allout-override-protect, allout-before-change-protect): Remove.
9631 (allout-flag-region, allout-open-topic): Adjust read-only text.
9632 (allout-open-line-not-read-only): Add to facilitate read-only
9633 text based protection.
9634 (allout-kill-line): Revise to adjust read-only text, clue the
9635 user about the inhibition.
9636 (allout-unprotected): Use unwind-protect.
9637 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9638 topic deeper than the offspring depth of the previous topic -
9639 avoiding confusing "containment discontinuities".
9640 (allout-reindent-bodies): Fix retention of body relative hanging
9641 indent during promotion of collapsed bodies.
9642 (allout-open-topic): Make it easy to open new topic with same
9643 bullet as current topic - topic creation functions provided with
9644 any universal argument provokes now prompt for bullet, defaulting
9645 to the bullet of the previous topic.
9646 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9647 Plain bullet alternates `.' period and `,' comma only. All other
9648 bullets are relegated to special status (but customizable).
9649 (allout-end-of-entry): Rename from allout-end-of-current-entry
9650 since it actually operates w.r.t. most immediately containing
9651 entry, visible or not.
9652 (allout-hide-current-entry, allout-show-current-entry): Use the
9653 revised version.
9654 (allout-old-expose-topic): Solidify deprecation.
9655 (allout-end-of-subtree): Add so we can span concealed as well
9656 as visible topics.
9657 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9658 (allout-end-of-current-heading): Tweak to just respect the first line.
9659 (allout-get-body-text): Add.
9660 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9661 when invoked interactively.
9662 (allout-up-current-level): Use `interactive-p'.
9663 (allout-mode, allout-init): Miscellaneous docstring and
9664 operational refinements, as well as hookups of new encryption stuff.
9665 (allout-beginning-of-current-entry): Now works as advertised.
9666 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9667 (allout-isearch-rectification): Refine condition for isearching.
9668 (allout-isearch-abort, allout-enwrap-isearch)
9669 (allout-flag-region, my-region-active-p): Relocate some macros.
9670 (allout-title): Fallback title is (buffer-name), not
9671 non-existing (current-buffer-name).
9672 (subst-char-in-string): Define if absent (for some XEmacs versions).
9673
9674 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9675
9676 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9677 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9678 (mail-citation-prefix-regexp, mail-signature-file)
9679 (mail-default-headers, mail-bury-selects-summary)
9680 (mail-send-nonascii): Add autoload cookies.
9681
9682 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9683
9684 * frame.el (blink-cursor-mode): Add `mac' to the list of
9685 window-system's that support blinking cursor.
9686
9687 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9688
9689 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9690
9691 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9692
9693 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9694 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9695 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9696
9697 2005-10-20 Kim F. Storm <storm@cua.dk>
9698
9699 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9700 (ido-set-current-directory): Don't add / after final @.
9701 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9702 Explicitly handle ange-ftp completion oddities.
9703 (ido-make-file-list): Don't rotate list at tramp root to avoid
9704 triggering tramp file handler for expand-file-name via get-file-buffer.
9705
9706 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9707
9708 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9709
9710 2005-10-19 Jay Belanger <belanger@truman.edu>
9711
9712 * calc/calc-units.el (math-standard-units): Add units, adjust
9713 symbols and update values.
9714 (math-unit-prefixes): Add more prefixes.
9715
9716 2005-10-19 Romain Francoise <romain@orebokech.com>
9717
9718 * bookmark.el (bookmark-menu-heading): New face.
9719 (bookmark-bmenu-list): Use it.
9720 Don't fiddle with `baud-rate' at top-level.
9721
9722 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9723
9724 * image.el (create-image, find-image): Mention max-image-size in
9725 docstring.
9726
9727 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9728
9729 * savehist.el (savehist-load): Revert to checking XEmacs.
9730
9731 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9732 Various docstring and line-width fixups.
9733 (conf-mode): Use cond.
9734 Set font-lock-defaults. Don't set comment-use-syntax.
9735
9736 2005-10-18 David Ponce <david@dponce.com>
9737
9738 * tree-widget.el (tree-widget-button-click): New function.
9739 (tree-widget-button-keymap): Use it.
9740
9741 2005-10-18 Romain Francoise <romain@orebokech.com>
9742
9743 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9744 (bookmark-bmenu-hide-filenames): Add follow-link property.
9745 Improve help-echo text.
9746
9747 * ffap.el (find-file-at-point): Doc fix.
9748
9749 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9750
9751 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9752
9753 2005-10-18 Masatake YAMATO <jet@gyve.org>
9754
9755 Install to the CVS repository what I forgot to install in my
9756 2005-10-16 changes.
9757
9758 * progmodes/python.el (python-complete-symbol): Pass the common
9759 prefix substring of completion to `display-completion-list'.
9760
9761 * textmodes/org.el (org-complete): Ditto.
9762
9763 2005-10-18 Masatake YAMATO <jet@gyve.org>
9764
9765 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9766
9767 * woman.el (WoMan-xref-man-page): New button type derived
9768 from `Man-abstract-xref-man-page'.
9769 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9770
9771 * man.el (Man-abstract-xref-man-page): New button type.
9772 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9773 (Man-highlight-references): Add new optional argument `xref-man-type'.
9774
9775 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9776
9777 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9778
9779 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9780
9781 * cus-edit.el (Custom-move-and-invoke): Delete.
9782 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9783
9784 * wid-edit.el (widget-move-and-invoke): New function, from
9785 Custom-move-and-invoke.
9786
9787 2005-10-17 Bill Wohler <wohler@newt.com>
9788
9789 Move all remaining images from lisp/toolbar to etc/images, move
9790 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9791 the low resolution images in their own directory (low-color).
9792
9793 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9794 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9795 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9796 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9797 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9798 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9799 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9800
9801 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9802 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9803 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9804 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9805 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9806 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9807 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9808 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9809 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9810 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9811 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9812 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9813 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9814 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9815 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9816
9817 To conform with convention, replace the underscore (_) in the
9818 following image names with dash (-) or (/) as appropriate.
9819
9820 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9821 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9822 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9823 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9824 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9825 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9826 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9827 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9828 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9829 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9830 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9831 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9832 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9833 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9834 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9835
9836 * info.el (info-tool-bar-map): Replace underscores in image names
9837 with dashes.
9838
9839 * makefile.w32-in (WINS): Remove toolbar.
9840
9841 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9842
9843 * tool-bar.el: Move to lisp from toolbar. Now that
9844 toolbar is empty, it should be deleted when folks run "cvs up -P".
9845
9846 2005-10-18 Jay Belanger <belanger@truman.edu>
9847
9848 * calc/calc-store.el (calc-store-into): Get the proper variable name
9849 to display in message.
9850
9851 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9852
9853 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9854 expressions display in speedbar for all buffers when debugging.
9855 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9856
9857 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9858 (speedbar-insert-button, speedbar-make-button):
9859 Use add-text-properties.
9860 (speedbar-update-localized-contents)
9861 (speedbar-update-directory-contents)
9862 (speedbar-update-special-contents): Use dolist.
9863 (speedbar-buffer-easymenu-definition): Add a menu separator.
9864
9865 2005-10-17 Jason Rumney <jasonr@gnu.org>
9866
9867 * makefile.w32-in: Use $(lisp) consistently.
9868 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9869 for shell specific generation of mh-autoloads.
9870
9871 2005-10-17 Richard M. Stallman <rms@gnu.org>
9872
9873 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9874
9875 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9876
9877 * jit-lock.el (jit-lock-fontify-now):
9878 Move jit-lock-context-unfontify-pos to avoid wasted work.
9879
9880 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9881
9882 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9883 `tramp-completion-mode' for checking if we are in completion mode.
9884 (tramp-completion-handle-file-name-all-completions): Reorder code
9885 in order to complete for file names only in case there are no
9886 method/user/host completions. This is necessary for cooperation
9887 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9888
9889 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9890
9891 * longlines.el (longlines-search-forward)
9892 (longlines-search-backward): Match any number of spaces.
9893
9894 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9895
9896 * diff-mode.el (diff-mode): Doc fix.
9897
9898 2005-10-16 David Reitter <david.reitter@gmail.com>
9899
9900 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9901 as default on darwin and windows systems.
9902
9903 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9904
9905 * arc-mode.el (archive-zip-extract): Doc fix.
9906
9907 2005-10-16 Romain Francoise <romain@orebokech.com>
9908
9909 * mouse.el (mouse-1-click-follows-link): Doc fix.
9910
9911 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9912
9913 * savehist.el: Don't require CL at runtime.
9914 (savehist-xemacs): Remove.
9915 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9916 (savehist-no-conversion): Use (featurep 'xemacs).
9917 (savehist-load): Check existence of start-itimer rather than XEmacs.
9918 Use an idle timer.
9919 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9920 `delete-if-not'.
9921
9922 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
9923
9924 * savehist.el: Newer version.
9925 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9926 (savehist-last-checksum, savehist-no-conversion): New vars.
9927 (savehist-autosave, savehist-process-for-saving, savehist-printable):
9928 New functions.
9929 (savehist-load, savehist-save): Use them.
9930 (savehist-delimit): Remove.
9931
9932 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9933
9934 * progmodes/compile.el (compilation-goto-locus): Display the
9935 compilation buffer first and the source buffer second, in case they're
9936 in overlapping frames. Don't raise the compilation frame if it was the
9937 selected window upon entry. Pass the `other-window' arg to
9938 pop-to-buffer.
9939
9940 * info.el (Info-fontify-node): Use dolist.
9941 Change add-text-properties to put-text-property.
9942
9943 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9944
9945 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9946 bound of search.
9947
9948 2005-10-16 Masatake YAMATO <jet@gyve.org>
9949
9950 * dabbrev.el (dabbrev-completion): Pass the common
9951 prefix substring of completion to `display-completion-list'.
9952
9953 * filecache.el (file-cache-minibuffer-complete)
9954 (file-cache-complete): Ditto.
9955
9956 * tempo.el (tempo-display-completions): Ditto.
9957
9958 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9959
9960 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9961
9962 * eshell/em-hist.el (eshell-list-history): Ditto.
9963
9964 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9965
9966 * mail/mailalias.el (mail-complete): Ditto.
9967
9968 * progmodes/etags.el (complete-tag): Ditto.
9969
9970 * progmodes/make-mode.el (makefile-complete): Ditto.
9971
9972 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9973
9974 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9975
9976 * progmodes/pascal.el (pascal-complete-word)
9977 (pascal-show-completions): Ditto.
9978
9979 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9980
9981 * simple.el (completion-common-substring): New variable.
9982 (completion-setup-function): Use `completion-common-substring'
9983 to put faces.
9984
9985 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9986
9987 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9988 (x-get-selection, mac-select-convert-to-string): Convert from/to
9989 UTF-16 clipboard data as in native byte order, no BOM.
9990
9991 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
9992
9993 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9994 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9995 (gud-sentinel): Use speedbar-frame to check for speedbar.
9996
9997 2005-10-15 Richard M. Stallman <rms@gnu.org>
9998
9999 * savehist.el: New file.
10000
10001 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
10002
10003 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
10004 Fix bug in \bf fontification.
10005
10006 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
10007
10008 * pcvs.el (cvs-edit-log-files): New var.
10009 (cvs-mode-edit-log): New arg `file'.
10010 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
10011 Instead force the use of the original file and nothing else.
10012 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
10013 the cvs-minor-wrap-function is set.
10014 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
10015
10016 2005-10-14 Bill Wohler <wohler@newt.com>
10017
10018 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
10019 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
10020 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
10021 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
10022 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
10023 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
10024 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
10025 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
10026 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
10027 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
10028 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
10029 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
10030 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
10031 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
10032 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
10033
10034 * progmodes/gud.el (gud-tool-bar-map): Rename the images
10035 appropriately (for example, gud-break to gud/break).
10036
10037 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
10038
10039 * longlines.el (longlinges-search-function)
10040 (longlines-search-forward, longlines-search-backward): New functions.
10041 (longlines-mode): Set isearch-search-fun-function to
10042 longlinges-search-function.
10043
10044 * mouse.el (mouse-drag-region-1): Handle the case where a
10045 double-click event is bound to an arbitrary function.
10046
10047 2005-10-14 David Ponce <david@dponce.com>
10048
10049 * recentf.el (recentf-track-opened-file)
10050 (recentf-track-closed-file, recentf-update-menu)
10051 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
10052 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
10053 mouse-1-click-follows-link.
10054
10055 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10056
10057 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
10058 Gnome file-manager.png. Suggested by
10059 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
10060
10061 * toolbar/README: Add diropen.xpm.
10062
10063 2005-10-13 Bill Wohler <wohler@newt.com>
10064
10065 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
10066 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
10067
10068 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10069
10070 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10071 Don't waste the byte-compiler's time on constant data.
10072
10073 2005-10-13 Kenichi Handa <handa@m17n.org>
10074
10075 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
10076 byte with `escape-glyph' face.
10077
10078 * international/fontset.el (ccl-encode-unicode-font):
10079 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
10080 Handle the case that ucs-mule-to-mule-unicode translates a character to
10081 ASCII (usually for IPA characters).
10082
10083 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10084
10085 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
10086 Don't hide the underline of titles if font-lock-mode is disabled.
10087
10088 2005-10-12 Bill Wohler <wohler@newt.com>
10089
10090 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
10091 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10092 files in MH-E-SRC have been updated.
10093 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
10094
10095 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10096
10097 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
10098 (mixal-mode-syntax-table): Add \n as end-comment.
10099 (mixal-operation-codes-alist): Immediately initialize to full value.
10100 (mixal-add-operation-code): Remove.
10101 (mixal-describe-operation-code): Make the arg non-optional.
10102 Use the interactive spec instead.
10103 Use mixal-operation-codes-alist rather than mixal-operation-codes.
10104 (mixal-font-lock-keywords): Don't highlight comments here any more.
10105 (mixal-font-lock-syntactic-keywords): New var.
10106 (mixal-mode): Use it. Fix comment-start-skip.
10107
10108 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10109
10110 * startup.el (command-line-x-option-alist): -nb => -nbi
10111
10112 2005-10-12 Kim F. Storm <storm@cua.dk>
10113
10114 * startup.el (fancy-splash-default-action): Discard mouse click in
10115 the splash screen window, as it has no sensible meaning in the
10116 next window to be selected. Fixes error reported by Jan D.
10117
10118 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10119
10120 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
10121
10122 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10123
10124 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
10125 Try to fix up minor layout issues like indentation, line break, etc...
10126 (mixal-mode-syntax-table): Don't try to specify comment syntax,
10127 because it doesn't work.
10128 (mixal-operation-codes): Add some more codes.
10129 (mixal-font-lock-keywords): Process comments here.
10130 (mixal-mode): mixasm no longer needs -g option.
10131
10132 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
10133
10134 * progmodes/sh-script.el (sh-tmp-file):
10135 Use mktemp -t. Finish support for es and rc shells.
10136
10137 2005-10-11 Jay Belanger <belanger@truman.edu>
10138
10139 * calc/calcalg2.el (calc-integral): With an argument, compute the
10140 definite integral.
10141
10142 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
10143
10144 * mouse.el (mouse-drag-region-1): Don't try to catch a
10145 double-click when doing follow-link (it's overridden anyway).
10146
10147 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
10148
10149 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
10150 (autoload-print-form-outbuf): Add docstring.
10151
10152 2005-10-11 Juri Linkov <juri@jurta.org>
10153
10154 * info.el (Info-mode-menu): Delete menu item "Edit".
10155 (Info-mode): Delete description of Info-edit from docstring,
10156 and rearrange descriptions of Info commands in the order
10157 they are documented in the Info manual.
10158
10159 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10160
10161 * calendar/appt.el (appt-check): Use diary-selective-display var.
10162
10163 2005-10-10 Richard M. Stallman <rms@gnu.org>
10164
10165 * net/newsticker.el (newsticker-start, newsticker-show-news):
10166 Add autoload cookies.
10167
10168 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
10169
10170 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
10171
10172 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
10173
10174 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
10175
10176 2005-10-10 Jay Belanger <belanger@truman.edu>
10177
10178 * calc/calc-arith.el (math-check-known-scalarp)
10179 (math-check-known-matrixp): Check the values of arguments that are
10180 variables.
10181 (math-check-known-square-matrixp): New function.
10182 (math-known-square-matrixp): Use math-check-known-square-matrixp.
10183 (math-super-types): Add sqmatrix type.
10184
10185 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
10186 mode name `square' to `sqmatrix'.
10187
10188 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
10189 mode name `square' to `sqmatrix'.
10190
10191 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10192
10193 * progmodes/etags.el (select-tags-table-mode): Don't use
10194 selective-display.
10195 (tags-select-tags-table): Pass `button' to the action function.
10196 (select-tags-table): Place the side-info on button properties rather
10197 than in hidden text. Abbreviate file names.
10198 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
10199 (select-tags-table-select): Add `button' argument.
10200 Get side-info from the button property rather than from hidden text.
10201
10202 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
10203
10204 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
10205 (gud-speedbar-buttons): Preserve point if possible.
10206 (gud-sentinel): Restore previous speedbar display type.
10207
10208 * progmodes/gdb-ui.el (gdba): Improve diagram.
10209 (def-gdb-auto-update-handler, gdb-info-locals-handler)
10210 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
10211 Call get-buffer-window once.
10212
10213 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10214
10215 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
10216 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
10217 (pascal-indent-command): Remove unused var `ind'.
10218 (pascal-indent-case): Remove unused var `oldpos'.
10219 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
10220 since it's now used as a proper minor mode map.
10221 (pascal-outline): Rename to pascal-outline-mode.
10222 (pascal-outline-mode): Use define-minor-mode.
10223 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
10224 selective-display.
10225
10226 2005-10-10 Andreas Schwab <schwab@suse.de>
10227
10228 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
10229 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
10230
10231 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
10232 outside source directory.
10233
10234 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
10235
10236 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
10237 C-x' as a prefix.
10238 (orgtbl-mode-map): Full keymap instead of sparse, because all
10239 `self-insert-command' keys are redefined in this map.
10240 (org-export-as-html): Specify charset for HTML file, by taking it
10241 from the coding system.
10242
10243 2005-10-10 Kenichi Handa <handa@m17n.org>
10244
10245 * textmodes/flyspell.el (flyspell-check-word-p):
10246 If unread-command-events is non-empty, don't call sit-for.
10247
10248 2005-10-09 Richard M. Stallman <rms@gnu.org>
10249
10250 * font-lock.el (font-lock-syntactic-keywords)
10251 (font-lock-keywords): Doc fixes.
10252
10253 * textmodes/flyspell.el (flyspell-external-point-words):
10254 Simplify logic, and don't try to check for consecutive appearances
10255 of one incorrect word.
10256
10257 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
10258
10259 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10260 separator.
10261
10262 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
10263 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
10264 (gud-expansion-speedbar-buttons): New function.
10265 (gud-speedbar-buttons): Check for gud-comint-buffer.
10266
10267 2005-10-09 Bill Wohler <wohler@newt.com>
10268
10269 * Makefile.in (updates): Add mh-loaddefs dependency.
10270
10271 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
10272
10273 * speedbar.el (speedbar-file-key-map): Fix typo.
10274
10275 2005-10-09 Daniel Brockman <daniel@brockman.se>
10276
10277 * cus-start.el (line-spacing): Add custom spec.
10278
10279 2005-10-09 Romain Francoise <romain@orebokech.com>
10280
10281 * textmodes/ispell.el (ispell-check-version): Fix last change.
10282
10283 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10284
10285 * term/x-win.el: Remove -i, --icon-type from comment.
10286
10287 * startup.el (command-line-x-option-alist): Remove options -i,
10288 -itype, --icon-type, added -nb, --no-bitmap-icon
10289
10290 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
10291
10292 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10293 instead of :active.
10294
10295 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
10296
10297 * textmodes/ispell.el (ispell-check-version):
10298 Ignore hyphen, and all that follows, in aspell's version text.
10299
10300 2005-10-08 Jay Belanger <belanger@truman.edu>
10301
10302 * calc/calc-arith.el (math-known-square-matrixp): New function.
10303 (math-pow-fancy): Check for matrices before distributing exponent
10304 across products.
10305
10306 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10307 fullscreen keypad. Suggested by Luc Teirlinck.
10308 (calc-keypad-show-input): Add space for formatting.
10309
10310 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10311 Add square matrix option.
10312
10313 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10314 of checking calc-matrix-mode when deciding how to expand.
10315
10316 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10317
10318 2005-10-08 Lars Hansen <larsh@soem.dk>
10319
10320 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10321 Add error handling.
10322 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10323
10324 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10325
10326 Sync with Tramp 2.0.51.
10327
10328 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10329 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10330 Insert special handling for `last-coding-system-used', again
10331 it still seems to be necessary (unlike stated before).
10332 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10333 (tramp-password-prompt-regexp): There might be other words before
10334 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10335 (tramp-chunksize): Improve docstring.
10336 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10337 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10338 Christian Joergensen <bugs@razor.dk>.
10339
10340 2005-10-07 Glenn Morris <rgm@gnu.org>
10341
10342 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10343 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10344 precision'.
10345
10346 2005-10-07 Romain Francoise <romain@orebokech.com>
10347
10348 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10349 (ibuffer-do-shell-command-pipe-replace)
10350 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10351 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10352 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10353 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10354 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10355 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10356 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10357 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10358 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10359 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10360 Autoload file sans suffix.
10361
10362 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10363
10364 2005-10-07 David Ponce <david@dponce.com>
10365
10366 * recentf.el (recentf-menu-open-all-flag): New option.
10367 (recentf-digit-shortcut-command-name): New function.
10368 (recentf--shortcuts-keymap): New variable.
10369 (recentf-menu-shortcuts): New variable.
10370 (recentf-make-menu-items): Initialize it. Replace the "More..."
10371 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10372 (recentf-menu-value-shortcut): New function.
10373 (recentf-make-menu-item): Use it. No more in-lined.
10374 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10375 (recentf-open-most-recent-file): Rename from
10376 `recentf-open-file-with-key'. Don't depend on key binding.
10377 (recentf-mode-map): New variable.
10378 (recentf-mode): Use it.
10379
10380 2005-10-06 Bill Wohler <wohler@newt.com>
10381
10382 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10383
10384 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10385 (MH-E-SRC): New. Used by mh-autoloads.
10386 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10387 files in MH-E-SRC have been updated.
10388 (compile, recompile, bootstrap): Depend on mh-autoloads.
10389
10390 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10391
10392 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10393 gud-break and gud-remove icons when the fringe is not available.
10394
10395 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10396 Typo.
10397
10398 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10399
10400 * play/zone.el (zone): Wrap body with save-window-excursion.
10401
10402 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10403
10404 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10405 Use the new `list-only' arg to diary-list-entries.
10406
10407 * calendar/diary-lib.el: Use overlays rather than selective-display.
10408 (diary-selective-display): New var.
10409 (diary-header-line-format): Use it.
10410 (diary-list-entries): Add argument `list-only'.
10411 Put the buffer in diary-mode. Don't add \^M at beg and end.
10412 Replace \^M by invisible overlays.
10413 (diary-unhide-everything): Replace \^M by invisible overlays.
10414 (print-diary-entries): Look for overlays rather than \^M.
10415 Add a space to the temp buffer name.
10416 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10417 Put the buffer in diary-mode.
10418 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10419 (diary-anniversary): Make the year arg optional.
10420 (diary-time-regexp): New const.
10421 (diary-font-lock-keywords): Use it to accept a few more time formats.
10422
10423 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10424
10425 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10426
10427 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10428 Fix bug introduced 2005-07-03: Use (car (last ...))
10429 to faithfully reproduce replaced artist-last.
10430 (artist-set-arrow-points-for-poly): Likewise.
10431 Suggested by Johan Bockg\e,Ae\e(Brd.
10432
10433 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10434
10435 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10436 * wid-edit.el (widget):
10437 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10438 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10439
10440 2005-10-06 Kenichi Handa <handa@m17n.org>
10441
10442 * international/mule-cmds.el (set-language-environment):
10443 Fix setting up of case-table for unibyte mode.
10444
10445 * simple.el (what-cursor-position): If the character is displayed
10446 by some `display' text property, show that. Don't use
10447 single-key-description for eight-bit characters in multibyte mode.
10448
10449 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10450
10451 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10452 (gdb-ann3): Set it.
10453 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10454 (gdb-info-frames-custom): Use inverse-video for first five
10455 characters of selected frame only.
10456 (gdb-get-frame-number): Select frame even when point is on frame
10457 number.
10458
10459 2005-10-06 Masatake YAMATO <jet@gyve.org>
10460
10461 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10462 Put `font-lock-function-name-face'.
10463 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10464 and `font-lock-variable-name-face'
10465 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10466 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10467 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10468 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10469 (gdb-local-font-lock-keywords): New font lock keywords definition.
10470 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10471 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10472 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10473
10474 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10475
10476 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10477 (ediff-merge-region-is-non-clash-to-skip): Previously called
10478 ediff-merge-region-is-non-clash.
10479
10480 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10481 Use insert-buffer-substring.
10482
10483 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10484 selecting files to patch. Also bug fixes.
10485
10486 * ediff-util.el (ediff-setup): Bug fix.
10487 (ediff-next-difference): Never skip clashes that differ in white
10488 space only.
10489
10490 * ediff-wind.el (ediff-setup-control-frame)
10491 (ediff-destroy-control-frame): Check the menubar feature.
10492
10493 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10494 (viper-refresh-mode-line): Use make-local-variable to localize
10495 some vars instead of make-variable-buffer-local. Suggested by
10496 Stefan Monnier.
10497
10498 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10499 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10500 Use make-local-variable instead of make-variable-buffer-local.
10501 Suggested by Stefan Monnier.
10502
10503 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10504 (viper-comint-mode-hook): Use make-local-variable on
10505 require-final-newline.
10506 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10507
10508 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10509
10510 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10511 also the second char of a comment-start sequence.
10512 (scheme-sexp-comment-syntax-table): New var.
10513 (lambda, define): Set their scheme-doc-string-elt property.
10514 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10515 Use lisp-font-lock-syntactic-face-function now that it properly
10516 handles |...| symbols.
10517 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10518 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10519
10520 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10521 bit from # to |.
10522 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10523
10524 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10525 (lisp-doc-string-elt-property): New var.
10526 (lisp-font-lock-syntactic-face-function): Use it.
10527 Rewrite to recognize docstrings even for forms not at toplevel.
10528
10529 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10530 annotation on the | part of #| rather than on the # part.
10531 (scheme-font-lock-syntactic-face-function): New function, to
10532 distinguish strings from |...| symbols.
10533 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10534 syntax-table so that #|...|# is properly highlighted.
10535
10536 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10537 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10538
10539 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10540
10541 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10542 and C-e.
10543
10544 * emacs-lisp/eldoc.el: Move comments into docstrings.
10545 (eldoc-message-commands): Initialize in its declaration.
10546 Add move-beginning-of-line and move-end-of-line.
10547 (eldoc-add-command, eldoc-add-command-completions)
10548 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10549
10550 * outline.el (outline-mark-subtree): Activate the mark.
10551
10552 * calendar/appt.el (appt-time-regexp): New var.
10553 (appt-add, appt-make-list): Use it.
10554 (appt-convert-time): Clean up.
10555
10556 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10557 Don't set any syntax-table property here.
10558 (tex-font-lock-verb): New function. Do it here.
10559 (tex-font-lock-syntactic-keywords): Use it.
10560
10561 2005-10-04 Richard M. Stallman <rms@gnu.org>
10562
10563 * wid-edit.el (widget-file-complete): Get the widget start point
10564 the right way. Default directory to `/' if file has none.
10565
10566 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10567
10568 * textmodes/flyspell.el (flyspell-mode-on):
10569 Call ispell-maybe-find-aspell-dictionaries.
10570
10571 * textmodes/ispell.el (ispell-word, ispell-region):
10572 Call ispell-maybe-find-aspell-dictionaries.
10573 (ispell-accept-buffer-local-defs):
10574 Don't call ispell-maybe-find-aspell-dictionaries
10575
10576 2005-10-04 Richard M. Stallman <rms@gnu.org>
10577
10578 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10579
10580 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10581
10582 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10583 instead of `fboundp' in order to allow for anonymous functions.
10584
10585 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10586
10587 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10588 case the user clicks on the link while another window is selected.
10589 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10590
10591 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10592 functionality.
10593 (dframe-help-echo): Save point in case mouse tracking is off.
10594
10595 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10596
10597 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10598
10599 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10600
10601 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10602 not change the global value of those vars.
10603
10604 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10605 make-local-variable which we do not need any more.
10606
10607 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10608
10609 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10610 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10611 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10612 (speedbar-path-line): Define obsolete aliases.
10613 (speedbar-line-directory): Doc fix.
10614
10615 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10616 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10617 instead of speedbar-line-path.
10618
10619 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10620
10621 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10622 to nil if dropping on a window. Handle dropping on a minibuffer window
10623 like dropping on a non-window part of Emacs.
10624
10625 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10626
10627 * net/ange-ftp.el: Use with-current-buffer.
10628 (ange-ftp-insert-directory): Do not follow symlinks any more.
10629
10630 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10631 Remove interactive spec.
10632
10633 2005-10-03 Kim F. Storm <storm@cua.dk>
10634
10635 * ido.el (ido-mode): Use custom-initialize-set.
10636
10637 2005-10-02 Richard M. Stallman <rms@gnu.org>
10638
10639 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10640 Use insert-buffer-substring.
10641
10642 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10643 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10644
10645 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10646
10647 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10648 in last change.
10649 (ange-ftp-insert-directory): Fix up the search for the case where
10650 `file' is absolute.
10651
10652 2005-10-02 Romain Francoise <romain@orebokech.com>
10653
10654 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10655
10656 2005-10-02 Andreas Schwab <schwab@suse.de>
10657
10658 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10659 directory component in the session info.
10660
10661 2005-10-01 Richard M. Stallman <rms@gnu.org>
10662
10663 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10664
10665 * simple.el (next-error-internal): New function.
10666
10667 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10668 (compilation-start): Pass new arg to compilation-buffer-name.
10669 (compile-goto-error): Use next-error-internal.
10670
10671 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10672
10673 * speedbar.el: Remove RCS tag.
10674 (speedbar-check-read-only): Handle non-existent files.
10675
10676 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10677
10678 * info.el (Info-speedbar-hierarchy-buttons)
10679 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10680
10681 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10682
10683 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10684 Do not match newline.
10685 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10686 (bibtex-summary): Remove unnecessary save-excursion.
10687 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10688
10689 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10690
10691 * term/mac-win.el: Add charset info for "iso10646-1".
10692 Modify default fontset to use ATSUI-compatible fonts for some charsets
10693 if available.
10694
10695 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10696
10697 * speedbar.el: Re-apply arch tag.
10698 (speedbar-version): Rename to version 1.0. Suggested by Eric
10699 M. Ludlam.
10700 Reapply two changes from Emacs CVS' version of speedbar lost
10701 during the merge:
10702 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10703 (speedbar-frame-parameters): Improve customize type.
10704
10705 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10706
10707 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10708 (ange-ftp-file-directory-p): Fix the symlink case.
10709 (ange-ftp-insert-directory): When listing a single file, get a list of
10710 the parent buffer and extract the relevant line. Inspired from a patch
10711 by Katsumi Yamaoka <yamaoka@jpl.org>.
10712 (ange-ftp-file-name-sans-versions): Simplify.
10713
10714 2005-09-30 Bill Wohler <wohler@newt.com>
10715
10716 Move MH-E image files from toolbar and mail directories into
10717 etc/images.
10718
10719 * mail/reply2.*: Move to etc/images/mail/reply*.
10720
10721 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10722 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10723 etc/images.
10724
10725 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10726 * toolbar/reply*: Move to etc/images/mail.
10727
10728 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10729
10730 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10731
10732 * speedbar.el: New version 1.0pre3.
10733
10734 Frame management code (including timer, and mouse click specifics)
10735 moved to dframe.el:
10736 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10737 (speedbar-timer): Removed. Use dframe-timer.
10738 (speedbar-close-frame): Removed. Use dframe-close-frame.
10739 (speedbar-activity-change-focus-flag): Removed. Use
10740 dframe-activity-change-focus-flag.
10741 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10742 dframe-update-speed.
10743
10744 (speedbar-current-frame): New macro. Use this instead of the
10745 variable speedbar-frame.
10746
10747 (speedbar-use-images, speedbar-expand-image-button-alist)
10748 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10749
10750 (speedbar-find-image-on-load-path): Removed. Replaced by
10751 defezimage in ezimage.el.
10752 (speedbar-expand-image-button-alist): Removed. Replaced by
10753 ezimage-expand-image-button-alist in ezimage.el.
10754
10755 (speedbar-ignored-directory-regexp)
10756 (speedbar-add-ignored-directory-regexp)
10757 (speedbar-ignored-directory-expressions)
10758 (speedbar-line-directory, speedbar-buffers-line-directory)
10759 (speedbar-directory-line, speedbar-buffers-line-directory):
10760 Renamed, replacing `path' with `directory'.
10761
10762 (speedbar-create-directory, speedbar-expand-line-descendants)
10763 (speedbar-toggle-line-expansion)
10764 (speedbar-contract-line-descendants): New commands.
10765
10766 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10767 (speedbar-use-tool-tips-flag): New options.
10768
10769 (speedbar-check-read-only, speedbar-require-version)
10770 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10771 (speedbar-handle-delete-frame, speedbar-try-completion)
10772 (speedbar-update-localized-contents): New functions.
10773
10774 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10775 (speedbar-object-read-only-indicator): New variables.
10776
10777 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10778 New hooks.
10779
10780 (speedbar-separator-face): New face.
10781
10782 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10783 (speedbar-ignored-modes): Add fundamental-mode.
10784 (speedbar-directory-unshown-regexp): Add . directories.
10785
10786 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10787 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10788 `]' for full expand/close.
10789 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10790
10791 (speedbar-check-vc): Support hidden files.
10792 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10793 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10794 state is nil, it is not checked out.
10795
10796 (speedbar-line-text, speedbar-line-token): Support expand buttons
10797 with no text.
10798 (speedbar-refresh): Universal argument acts as power-click.
10799 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10800 that buffer to get variable values.
10801
10802 And many other bugfixes.
10803
10804 * dframe.el, ezimage.el, sb-image.el: New files.
10805
10806 * sb-*.xpm: Remove files. New image files installed into
10807 etc/images/ezimage.
10808
10809 2005-09-30 Kenichi Handa <handa@m17n.org>
10810
10811 * ps-mule.el (ps-mule-show-warning): If a character is in
10812 ps-print-translation-table, don't treat it as non-printable.
10813
10814 2005-09-30 David Ponce <david@dponce.com>
10815
10816 * tree-widget.el (tree-widget-themes-load-path): New variable.
10817 (tree-widget-themes-directory): Doc fix.
10818 (tree-widget-image-formats) [Emacs]: Doc fix.
10819 (tree-widget--locate-sub-directory): New function.
10820 (tree-widget-themes-directory): Use it.
10821
10822 * recentf.el (recentf-filename-handlers): Rename from
10823 `recentf-filename-handler'. Allow a list of functions.
10824 (recentf-menu-items-for-commands): Fix :help strings.
10825 (recentf-apply-filename-handlers): New function.
10826 (recentf-expand-file-name): Use it.
10827 (recentf-cleanup): Remove duplicates too.
10828
10829 2005-09-29 Juri Linkov <juri@jurta.org>
10830
10831 * faces.el: Rearrange face definitions to be in the same order as
10832 their face descriptions in "(emacs)Standard Faces".
10833
10834 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10835
10836 * tooltip.el (tooltip): Add group `basic-faces'.
10837
10838 * buff-menu.el (Buffer-menu-buffer): Remove group
10839 `font-lock-highlighting-faces'.
10840
10841 * progmodes/compile.el (compilation-error, compilation-warning)
10842 (compilation-info, compilation-line-number, compilation-column-number):
10843 Change group from `font-lock-highlighting-faces' to `compilation'.
10844
10845 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10846 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10847 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10848 (vhdl-font-lock-reserved-words-face)
10849 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10850 `font-lock-highlighting-faces'.
10851
10852 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10853
10854 2005-09-28 Kim F. Storm <storm@cua.dk>
10855
10856 * emulation/cua-base.el: Set CUA move property on additional commands:
10857 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10858 forward-sexp, backward-sexp, forward-list, backward-list.
10859
10860 2005-09-28 Romain Francoise <romain@orebokech.com>
10861
10862 * comint.el (comint-show-output): Really set point at the
10863 beginning of the output when not using `comint-use-prompt-regexp'.
10864
10865 2005-09-27 Jay Belanger <belanger@truman.edu>
10866
10867 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10868 in TeX mode.
10869
10870 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10871
10872 * textmodes/org.el (org-table-sum): Fix format string.
10873
10874 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10875 Quote face names.
10876
10877 2005-09-26 Romain Francoise <romain@orebokech.com>
10878
10879 * isearch.el (isearch-forward-regexp): Close doc string.
10880
10881 2005-09-25 Richard M. Stallman <rms@gnu.org>
10882
10883 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10884
10885 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10886
10887 * progmodes/compile.el (compilation-error-properties):
10888 When getting the file from the previous error message,
10889 correctly decode the new data format.
10890
10891 * progmodes/cc-cmds.el (c-electric-paren):
10892 Call old-blink-paren only for close-paren.
10893
10894 2005-09-24 Andreas Schwab <schwab@suse.de>
10895
10896 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10897 condition.
10898
10899 2005-09-25 Romain Francoise <romain@orebokech.com>
10900
10901 * dired-aux.el (dired-copy-file-recursive):
10902 * dired.el (dired-delete-file):
10903 * ediff-mult.el (ediff-dir-diff-copy-file):
10904 * ediff-util.el (ediff-test-save-region):
10905 * forms.el (forms-mode):
10906 * ido.el (ido-file-internal, ido-delete-file-at-head):
10907 * log-edit.el (log-edit-done):
10908 * ses.el (ses-yank-resize):
10909 * play/gomoku.el (gomoku-human-plays, gomoku)
10910 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10911 (gomoku-offer-a-draw):
10912 * play/landmark.el (lm-human-resigns, lm):
10913 * net/eudcb-ldap.el (eudc-ldap-check-base):
10914 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10915 * progmodes/ebrowse.el (ebrowse-find-pattern):
10916 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10917 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10918 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10919
10920 * vc.el (vc-delete-file):
10921 * play/gomoku.el (gomoku-terminate-game, gomoku)
10922 (gomoku-prompt-for-move, gomoku-human-takes-back):
10923 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10924 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10925
10926 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10927
10928 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10929 color rxvt terminals by using the code xterm.el used to use before
10930 2005-04-09 in order to match the colors used by rxvt.
10931
10932 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10933
10934 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10935 colors rxvt-unicode terminals by using the same code as xterm.el.
10936
10937 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10938
10939 * textmodes/tex-mode.el (tex-font-lock-append-prop)
10940 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10941 new symbol used for the tex-verbatim face.
10942
10943 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10944
10945 * woman.el (woman-file-name):
10946 * wid-edit.el (widget-file-prompt-value)
10947 (widget-coding-system-prompt-value):
10948 * w32-fns.el (set-w32-system-coding-system):
10949 * vc.el (vc-version-diff, vc-annotate):
10950 * textmodes/reftex-auc.el (reftex-arg-cite)
10951 (reftex-arg-index-tag):
10952 * textmodes/refer.el (refer-get-bib-files):
10953 * textmodes/artist.el (artist-figlet-choose-font):
10954 * terminal.el (terminal-emulator):
10955 * replace.el (occur-read-primary-args):
10956 * rect.el (string-rectangle, string-insert-rectangle):
10957 * ps-print.el (ps-print-preprint):
10958 * progmodes/pascal.el (pascal-goto-defun):
10959 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10960 * progmodes/compile.el (compilation-find-file):
10961 * printing.el (pr-interactive-n-up):
10962 * play/animate.el (animate-birthday-present):
10963 * net/rcompile.el (remote-compile):
10964 * man.el (man, Man-goto-section, Man-follow-manual-reference):
10965 * mail/rmailsum.el (rmail-summary-search-backward)
10966 (rmail-summary-search):
10967 * mail/rmailout.el (rmail-output-read-rmail-file-name)
10968 (rmail-output-read-file-name):
10969 * mail/rmail.el (rmail-search, rmail-search-backwards):
10970 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10971 * locate.el (locate):
10972 * international/quail.el (quail-show-keyboard-layout):
10973 * international/mule.el (set-buffer-file-coding-system)
10974 (revert-buffer-with-coding-system, set-file-name-coding-system)
10975 (set-terminal-coding-system, set-keyboard-coding-system)
10976 (set-next-selection-coding-system):
10977 * international/mule-diag.el (describe-coding-system)
10978 (describe-font, describe-fontset):
10979 * international/mule-cmds.el (universal-coding-system-argument)
10980 (search-unencodable-char, describe-input-method)
10981 (set-language-environment, describe-language-environment):
10982 * international/codepage.el (codepage-setup):
10983 * international/code-pages.el (codepage-setup):
10984 * info.el (Info-search, Info-follow-reference)
10985 (Info-search-backward):
10986 * emacs-lisp/advice.el (ad-read-advised-function)
10987 (ad-read-advice-class, ad-clear-cache, ad-activate)
10988 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10989 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10990 (ad-read-regexp):
10991 * ediff-util.el (ediff-toggle-regexp-match):
10992 * ediff-ptch.el (ediff-prompt-for-patch-file):
10993 * dired-aux.el (dired-diff):
10994 * diff.el (diff):
10995 * cus-edit.el (custom-variable-prompt):
10996 * calendar/timeclock.el (timeclock-ask-for-project):
10997 * calc/calcalg3.el (calc-get-fit-variables):
10998 * calc/calc-store.el (calc-edit-variable)
10999 (calc-permanent-variable):
11000 * vc-mcvs.el (vc-mcvs-register):
11001 * shadowfile.el (shadow-define-literal-group):
11002 * woman.el (woman-file-name):
11003 * vc.el (vc-version-diff, vc-merge):
11004 * textmodes/reftex-index.el (reftex-index-complete-tag):
11005 * format.el (format-decode-buffer, format-decode-region):
11006 * emulation/viper-cmd.el (viper-read-string-with-history):
11007 * emacs-lisp/debug.el (cancel-debug-on-entry):
11008 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11009 * ediff.el (ediff-merge-revisions)
11010 (ediff-merge-revisions-with-ancestor, ediff-revision):
11011 * completion.el (interactive-completion-string-reader):
11012 * calc/calc-prog.el (calc-user-define-formula):
11013 Follow convention for reading with the minibuffer.
11014
11015 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
11016
11017 * progmodes/python.el (python-describe-symbol): Add globals() and
11018 locals() to the arguments of emacs.ehelp.
11019
11020 2005-09-24 Magnus Henoch <mange@freemail.hu>
11021
11022 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
11023 New function, code extracted from ispell-valid-dictionary-list.
11024 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
11025 Call it.
11026
11027 2005-09-24 Eli Zaretskii <eliz@gnu.org>
11028
11029 * subr.el (version-regexp-alist): Extend valid syntax for version
11030 strings: allow any of the characters -,_,+ to separate the
11031 alpha/beta/rc part from the version part. Doc fix.
11032 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
11033
11034 2005-09-23 David Reitter <david.reitter@gmail.com>
11035
11036 * mail/mailclient.el: New file.
11037
11038 2005-09-23 Richard M. Stallman <rms@gnu.org>
11039
11040 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
11041 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
11042 Doc fixes.
11043
11044 * progmodes/cc-mode.el (c-font-lock-init):
11045 Specify font-lock-lines-before.
11046
11047 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11048
11049 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
11050 whole conflict.
11051
11052 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
11053
11054 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
11055 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
11056 of `remap' feature when available. Additional key bindings for
11057 better tty support.
11058 (org-mode-restart, org-force-self-insert): New commands.
11059 (org-time-stamp-inactive): New command.
11060 (org-remap): New function.
11061 (org-table-auto-blank-field, org-level-color-stars-only): New options.
11062 (org-enable-fixed-width-editor): Move to `org-structure'
11063 customization group.
11064 (org-self-insert-command, orgtbl-self-insert-command): Modify to
11065 blank field after field motion commands.
11066
11067 2005-09-23 Kenichi Handa <handa@m17n.org>
11068
11069 * international/mule-cmds.el (set-language-environment):
11070 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
11071 have to call utf-translate-cjk-load-tables.
11072
11073 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11074
11075 * mouse.el (mouse-move-drag-overlay): Fix last change.
11076
11077 2005-09-22 David Ponce <david@dponce.com>
11078
11079 * tree-widget.el (tree-widget-value-create): Fix previous change.
11080
11081 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11082
11083 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
11084
11085 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11086
11087 * mouse.el (mouse-move-drag-overlay): New function.
11088 (mouse-drag-region-1): Use it.
11089 Try to simplify a bit the state handling. Handle clicks on links
11090 inside intangible areas.
11091 (mouse-save-then-kill): Minor simplification.
11092 (mouse-secondary-overlay): Make it always non-nil instead of
11093 recreating it each time.
11094 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
11095 (mouse-kill-secondary, mouse-secondary-save-then-kill):
11096 Simplify accordingly.
11097
11098 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11099
11100 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
11101
11102 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
11103
11104 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
11105 (ediff-file-name-sans-prefix): Treat nil as an empty string.
11106 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
11107 to patch.
11108
11109 * ediff-util.el: Use insert-buffer-substring.
11110
11111 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
11112
11113 * emulation/viper-cmd.el (viper-change-state): Don't move over the
11114 field boundaries in the minibuffer.
11115 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
11116 (viper-minibuffer-post-command-hook): New hook.
11117 (viper-line): Don't move cursor at bolp.
11118
11119 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
11120
11121 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
11122 avoid compiler warnings.
11123
11124 * emulation/viper-macs.el (ex-map): Better messages.
11125
11126 * emulation/viper-utils.el (viper-beginning-of-field): New function.
11127
11128 * emulation/viper.el: Replace make-variable-buffer-local with
11129 viper-make-variable-buffer-local everywhere, to avoid warnings.
11130
11131 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11132
11133 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
11134 Delete unused var `old-selected-window'.
11135 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
11136 (mouse-drag-secondary): Delete unused var `start-frame'.
11137
11138 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11139
11140 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
11141
11142 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11143
11144 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
11145 Re-indent within 80 columns. Use inhibit-read-only.
11146
11147 2005-09-19 Romain Francoise <romain@orebokech.com>
11148
11149 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
11150
11151 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11152
11153 * font-lock.el (font-lock-default-fontify-region): Don't add a line
11154 unconditionally, since the after-change-function already did it.
11155
11156 2005-09-19 Miles Bader <miles@gnu.org>
11157
11158 * net/newsticker.el: Get rid of CVS keyword.
11159
11160 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
11161
11162 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
11163 The prompt is formatted later.
11164
11165 2005-09-19 David Ponce <david@dponce.com>
11166
11167 * tree-widget.el (tree-widget-value-create): Save the converted
11168 tree :node widget.
11169
11170 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
11171
11172 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
11173 variable `message'.
11174
11175 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
11176
11177 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
11178 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
11179 <slawomir.nowaczyk.847@student.lu.se>.
11180
11181 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
11182
11183 * image.el (image-load-path): Use symbol `data-directory' instead
11184 of its value, for backward compatibility with packages that bind
11185 it during `find-image'. Suggested by Katsumi Yamaoka.
11186 (image-search-load-path): Handle symbols whose values are strings.
11187
11188 2005-09-18 Romain Francoise <romain@orebokech.com>
11189
11190 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
11191 with-current-buffer form in save-excursion.
11192
11193 2005-09-18 D Goel <deego@gnufans.org>
11194
11195 * apropos.el (apropos-command): Fix `message' call: first arg
11196 should be a format spec. In this and all other cases that appear
11197 below and elsewhere in the source code, I made a change only when
11198 two conditions were satisfied: [1] I can think of a possibility
11199 that the arguments would cause an error, for example, the code in
11200 question relies on external variables such as filenames. [2] I
11201 was sure that the arg to `message' could not have been nil in the code.
11202
11203 * textmodes/tildify.el (tildify-region): Ditto.
11204
11205 * textmodes/reftex-index.el (reftex-index-change-entry)
11206 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
11207 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
11208 * textmodes/org.el (org-complete, org-deadline, org-schedule)
11209 (org-priority, org-table-sum):
11210 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
11211 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
11212 (flyspell-word, flyspell-display-next-corrections):
11213 * textmodes/bibtex.el (bibtex-print-help-message):
11214 * textmodes/artist.el (artist-key-set-point-poly):
11215 * term/mac-win.el (mac-services-insert-text):
11216 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
11217 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
11218 (vhdl-port-paste-testbench, vhdl-compose-new-component)
11219 (vhdl-compose-configuration):
11220 * progmodes/sh-script.el (sh-blink, sh-show-indent)
11221 (sh-set-indent, sh-learn-line-indent):
11222 * progmodes/ps-mode.el (ps-mode-target-column):
11223 * progmodes/idlwave.el (idlwave-make-tags)
11224 (idlwave-scan-library-catalogs):
11225 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
11226 * progmodes/gud.el (gud-jdb-analyze-source):
11227 * progmodes/flymake.el (flymake-log):
11228 * progmodes/ebnf2ps.el (ebnf-generate-region):
11229 * progmodes/cmacexp.el (c-macro-expansion):
11230 * progmodes/ada-xref.el (ada-treat-cmd-string):
11231 * progmodes/ada-mode.el (ada-create-case-exception-substring)
11232 (ada-justified-indent-current, ada-batch-reformat):
11233 * play/zone.el (zone):
11234 * play/landmark.el (lm-move):
11235 * play/decipher.el (decipher-show-alphabet):
11236 * net/newsticker.el (newsticker--display-jump)
11237 (newsticker--display-scroll):
11238 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
11239 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
11240 * mail/feedmail.el (feedmail-dump-message-to-queue):
11241 * eshell/esh-proc.el (eshell-remove-process-entry):
11242 * emulation/ws-mode.el (ws-last-error):
11243 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
11244 (viper-record-kbd-macro):
11245 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
11246 * emacs-lisp/lisp-mnt.el (lm-report-bug):
11247 * emacs-lisp/find-func.el (find-function-noselect):
11248 * calendar/timeclock.el (timeclock-status-string)
11249 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
11250 (timeclock-when-to-leave-string):
11251 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
11252 * calc/calc-units.el (calc-enter-units-table):
11253 * calc/calc-mode.el (calc-mode-record-mode):
11254 * woman.el (woman-mini-help):
11255 * wdired.el (wdired-change-to-wdired-mode):
11256 * vc.el (vc-retrieve-snapshot):
11257 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
11258 * startup.el (display-startup-echo-area-message):
11259 * simple.el (set-goal-column):
11260 * ses.el (ses-command-hook, ses-recalculate-cell):
11261 * server.el (server-process-filter):
11262 * printing.el (pr-interface-txt-print, pr-interface-printify)
11263 (pr-interface-ps):
11264 * pcvs.el (cvs-help):
11265 * log-edit.el (log-edit, log-edit-mode-help):
11266 * iswitchb.el (iswitchb-possible-new-buffer):
11267 * isearch.el (isearch-edit-string):
11268 * image-mode.el (image-mode, image-minor-mode):
11269 * ibuf-macs.el (define-ibuffer-filter):
11270 * hi-lock.el (hi-lock-find-patterns):
11271 * files.el (toggle-read-only):
11272 * ediff-util.el (ediff-copy-diff)
11273 (ediff-write-merge-buffer-and-maybe-kill):
11274 * echistory.el (Electric-history-undefined):
11275 * dnd.el (dnd-insert-text):
11276 * dired-aux.el (dired-query):
11277 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11278 * bookmark.el (bookmark-bmenu-locate):
11279 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11280 Fix `message' calls to ensure first arg is a format string.
11281 The change was made only when these two conditions were satisfied:
11282 [1] when there is a possibility that the arguments would cause an error
11283 for example, if the code in question relies on external variables
11284 such as filenames, and
11285 [2] if the arg to `message' could not have been nil in the code.
11286
11287 * pcomplete.el (pcomplete--help): Fix `message' format spec.
11288 Not having a %s would be weird, though not technically wrong.
11289
11290 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11291
11292 * term/mac-win.el (mac-add-charset-info): Doc fix.
11293
11294 2005-09-17 Romain Francoise <romain@orebokech.com>
11295
11296 * shell.el (shell-resync-dirs): Handle echoing processes more
11297 reliably. Don't insert resync command if `comint-process-echoes'
11298 is non-nil.
11299
11300 2005-09-17 Magnus Henoch <mange@freemail.hu>
11301
11302 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11303 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11304 aspell versions >= 0.60.
11305 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11306 only if ispell-aspell-supports-utf8 is non-nil.
11307
11308 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11309
11310 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11311 buffer-local value to lisp-indent-function.
11312
11313 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11314
11315 * progmodes/glasses.el (glasses-make-readable): If
11316 glasses-separator differs from underscore, put appropriate
11317 overlays over underscore characters.
11318 (glasses-convert-to-unreadable): If glasses-separator differs from
11319 underscore, try to convert glasses-separator characters to
11320 underscores.
11321
11322 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11323
11324 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11325 Use with-syntax-table and dolist.
11326
11327 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11328
11329 * textmodes/reftex-auc.el:
11330 * textmodes/reftex-cite.el:
11331 * textmodes/reftex-dcr.el:
11332 * textmodes/reftex-global.el:
11333 * textmodes/reftex-parse.el:
11334 * textmodes/reftex-ref.el:
11335 * textmodes/reftex-sel.el:
11336 * textmodes/reftex-toc.el:
11337 * textmodes/reftex-vars.el:
11338 * textmodes/reftex.el: Small changes to remove compiler warnings.
11339
11340 * textmodes/reftex-index.el: Likewise.
11341 (reftex-query-index-phrase): More efficient use of markers.
11342
11343 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11344
11345 * image.el (image-load-path): New variable.
11346 (image-search-load-path): New function.
11347 (find-image): Search for images in `image-load-path'.
11348
11349 2005-09-15 Richard M. Stallman <rms@gnu.org>
11350
11351 * follow.el: Change Maintainer field.
11352
11353 2005-09-15 David Ponce <david@dponce.com>
11354
11355 * recentf.el (recentf-save-file-modes): New option.
11356 (recentf-save-list): Use it.
11357
11358 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11359
11360 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11361 (mode-line-mule-info, mode-line-modified): Move bindings from
11362 mouse-3 to mouse-1.
11363
11364 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11365
11366 * simple.el (sendmail-user-agent-compose): Revert last change.
11367
11368 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11369
11370 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11371 Use with-current-buffer.
11372 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11373 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11374 (ange-ftp-insert-directory): Remove unused var `short'.
11375 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11376
11377 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11378 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11379
11380 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11381 (check-calendar-holidays, diary-list-entries): Autoload.
11382 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11383 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11384
11385 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11386 which mistakenly removed a call to display-buffer.
11387
11388 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11389
11390 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11391
11392 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11393
11394 * progmodes/hideshow.el
11395 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11396 (hs-allow-nesting): New user var.
11397 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11398 (hs-hide-block-at-point): When nesting allowed,
11399 if there is already an overlay in place, delete it.
11400 (hs-safety-is-job-n): Delete func; remove call sites.
11401 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11402 (hs-overlay-at): New func.
11403 (hs-already-hidden-p, hs-show-block): Use it.
11404 (hs-hide-all): Don't pre-clean if nesting allowed.
11405 (hs-show-all): Temporarily disallow
11406 nesting around call to `hs-discard-overlays'.
11407
11408 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11409
11410 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11411 Delete unused local var.
11412
11413 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11414
11415 * help-fns.el (describe-categories): "?\ " -> "?\s".
11416 (help-do-arg-highlight): Recognize also ARG-n, as in
11417 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11418
11419 * international/codepage.el (dos-unsupported-char-glyph):
11420 * net/newsticker.el (tool-bar-map, w3-mode-map)
11421 (w3m-minor-mode-map):
11422 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11423 (ent-alist):
11424 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11425
11426 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11427
11428 * custom.el (custom-push-theme): Handle the case where a symbol is
11429 bound but face properties have not yet been assigned.
11430
11431 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11432 Fix behavior if noerase is `t' and there is no mail buffer.
11433
11434 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11435 if `continue' is nil, rather than signal an error.
11436
11437 2005-09-12 Richard M. Stallman <rms@gnu.org>
11438
11439 * font-lock.el (font-lock-keywords): Add autoload.
11440
11441 * help-fns.el (describe-variable): Rearrange to put source link
11442 in a predictable place.
11443
11444 * net/newsticker.el: New file.
11445
11446 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11447
11448 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11449 (calendar-basic-setup): Use the new nil arg.
11450 (number-of-diary-entries): Move to diary-lib.el.
11451
11452 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11453 (diary-list-entries): Use with-syntax-table and dolist.
11454 Rename from list-diary-entries.
11455 Use number-of-diary-entries if `number' is nil.
11456 (diary, diary-view-entries): Use this new name and new nil arg value.
11457 (number-of-diary-entries): Move from calendar.el.
11458 (diary-unhide-everything): New function.
11459 (include-other-diary-files, fancy-diary-display)
11460 (diary-show-all-entries, make-diary-entry): Use it.
11461 (diary-mail-entries): Use buffer-string.
11462 (mark-diary-entries): Fix long standing paren typo.
11463 (diary-sexp-entry): Use count-lines.
11464 (make-diary-entry): Avoid `previous-line'.
11465 (diary-mode-map): New var.
11466 (diary-mode): Redraw cal after saving. Setup header-line.
11467 (fancy-diary-display-mode): Use local-set-key.
11468
11469 * startup.el (command-line): Try calling various terminal-init-foo-bar
11470 functions by stripping hyphenated suffixes from $TERM.
11471
11472 * files.el (normal-mode): Check boundness of font-lock-keywords.
11473
11474 2005-09-12 Richard M. Stallman <rms@gnu.org>
11475
11476 * progmodes/compile.el: Don't decide a file's directory
11477 until the user actually tries to go there.
11478 (compilation-next-error-function):
11479 Pass compilation-find-file the directory from the file-struct.
11480 (compilation-internal-error-properties): Separate local FILE-STRUCT
11481 from FILE. Doc the args better. Rename arg FMT to FMTS.
11482 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11483 Expand it, and if nil, use default-directory.
11484 (compilation-get-file-structure): Don't mix specified directory
11485 with default directory. Put specified directory into
11486 file-struct. Don't make the file name absolute.
11487
11488 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11489 (compile-command): Add autoload.
11490 (compilation-disable-input): Add autoload.
11491
11492 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11493
11494 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11495 strings of the variables it can override.
11496 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11497 %Q and %q, for fully-qualified domain name and unqualified host name.
11498
11499 2005-09-11 Kim F. Storm <storm@cua.dk>
11500
11501 * emacs-lisp/authors.el (authors-aliases): Update list.
11502 (authors-fixed-entries): Update mldrag.el entry.
11503
11504 2005-09-10 Alan Mackenzie <acm@muc.de>
11505
11506 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11507 from the region narrowed to.
11508
11509 2005-09-10 Magnus Henoch <mange@freemail.hu>
11510
11511 * textmodes/ispell.el (ispell-check-version): Signal an error if
11512 aspell version is less than 0.60.
11513
11514 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11515
11516 * progmodes/octave-inf.el (inferior-octave-startup):
11517 Resync current dir at the end.
11518
11519 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11520
11521 * woman.el (woman-topic-at-point-default):
11522 Rename to woman-use-topic-at-point-default.
11523 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11524 (woman-file-name): Reflect renames above. Automatically use the
11525 word at point as topic if woman-use-topic-at-point is non-nil.
11526 Otherwise offer it as default but don't insert it in the
11527 minibuffer. Also use `test-completion' instead of `assoc' as
11528 suggested by Stefan Monnier.
11529
11530 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11531
11532 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11533 the attempt to do it over Tramp. This is not yet supported.
11534
11535 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11536
11537 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11538 (menu-bar-non-minibuffer-window-p): New functions.
11539 ("Split Window", "Save As..."): Use them.
11540 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11541 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11542 Use menu-bar-menu-frame-live-and-visible-p.
11543 ("Save Buffer", "Insert File", "Open Directory...")
11544 ("Open File...", "Visit New File..."):
11545 Use menu-bar-non-minibuffer-window-p.
11546 (kill-this-buffer-enabled-p, dired <menu-enable>):
11547 Use menu-bar-non-minibuffer-window-p.
11548
11549 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11550
11551 * cus-start.el (all): Don't complain about fringe-related
11552 built-ins if fringes are not supported. Ditto about
11553 selection-related built-ins. Fix the test for GTK-related built-ins.
11554
11555 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11556 ("Postscript Print Buffer", "Print Region", "Save As...")
11557 ("Save", "Insert File...", "Open Directory...")
11558 ("Open File...", "Visit New File..."")
11559 ("Truncate Long Lines in this Buffer"): Don't look at
11560 menu-updating-frame if this display does not support multiple frames.
11561
11562 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11563
11564 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11565
11566 2005-09-09 Emilio Lopes <eclig@gmx.net>
11567
11568 * woman.el: Format- and whitespace-related changes.
11569
11570 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11571
11572 * woman.el: Fix my email address.
11573
11574 2005-09-08 Richard M. Stallman <rms@gnu.org>
11575
11576 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11577 (sh-mode): Locally set skeleton-pair-default-alist.
11578
11579 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11580
11581 * progmodes/flymake.el: Require `compile' unconditionally.
11582
11583 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11584
11585 * woman.el (woman-file-name): Provide a default, not initial input.
11586
11587 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11588
11589 * font-lock.el (font-lock-support-mode): Doc fix.
11590
11591 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11592
11593 2005-09-08 Richard M. Stallman <rms@gnu.org>
11594
11595 * simple.el (blink-matching-open): Get rid of text props from
11596 the string shown in echo area. Don't permanently set point.
11597 Some rearrangements.
11598
11599 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11600
11601 * recentf.el (recentf-filename-handler): Add custom choice
11602 `abbreviate-file-name'.
11603
11604 * msb.el (msb--very-many-menus): Fix typo.
11605
11606 * disp-table.el (standard-display-european): Don't set
11607 enable-multibyte-characters to nil.
11608
11609 2005-09-08 David Ponce <david@dponce.com>
11610
11611 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11612 (recentf-expand-file-name): Doc fix.
11613 (recentf-dialog-mode-map): Define digit shortcuts.
11614 (recentf--files-with-key): New variable.
11615 (recentf-show-digit-shortcut-filter): New function.
11616 (recentf-open-files-items): New function.
11617 (recentf-open-files): Use it.
11618 (recentf-open-file-with-key): New command.
11619
11620 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11621
11622 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11623 Suggested by Kim F. Storm.
11624 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11625 (Buffer-menu-make-sort-button): Use global keymap.
11626
11627 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11628
11629 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11630 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11631 necessary any longer with the remapped command.
11632 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11633 formatting time only.
11634
11635 * net/tramp.el (tramp-action-password)
11636 (tramp-multi-action-password): Compile the password prompt from
11637 `method', `user' and `host'. Sometimes it isn't obvious which
11638 password to enter, for example with remote files offered by
11639 recentf.el, or with multiple steps. Suggested by Robert Marshall
11640 <robert@chezmarshall.freeserve.co.uk>.
11641
11642 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11643
11644 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11645 Fix regexp for when "s///" is at the beginning of line.
11646
11647 2005-09-07 Jay Belanger <belanger@truman.edu>
11648
11649 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11650 when in matrix mode.
11651
11652 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11653
11654 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11655 non-anonymous functions.
11656
11657 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11658
11659 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11660 when using a header line. Otherwise, use mouse-1-click-follows-link.
11661
11662 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11663 can't be moved; don't signal an error.
11664
11665 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11666
11667 * cus-theme.el (custom-theme-write-faces): Save the current face
11668 spec, not the defface spec.
11669
11670 * custom.el (custom-known-themes): Clarify meaning of "standard".
11671 (custom-push-theme): Save old values in the standard theme.
11672 (disable-theme): Correct typo.
11673 (custom-face-theme-value) Deleted unused function.
11674 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11675
11676 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11677
11678 * progmodes/compile.el (compilation-goto-locus): Take into account
11679 iconified frames when determining whether the buffer is
11680 already visible.
11681 Don't reset window height if the window already existed.
11682
11683 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11684
11685 * custom.el (load-theme): Rename from require-theme.
11686 Add interactive spec.
11687 (enable-theme): Rename from custom-enable-theme.
11688 Add interactive spec.
11689 (disable-theme): Rename from custom-disable-theme.
11690 Add interactive spec.
11691 (custom-make-theme-feature): Doc fix.
11692 (custom-theme-directory): Doc fix.
11693 (provide-theme): Call enable-theme.
11694
11695 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11696
11697 * obsolete/lazy-lock.el (lazy-lock-mode):
11698 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11699 font-lock-mode if it's off. Print a warning instead.
11700
11701 * progmodes/compile.el (compilation-start): Ignore errors if the
11702 process died before we get to send-eof.
11703
11704 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11705 Undo last change. Enclosing the result in quotes broke things on Unix
11706 since tex-send-command passes it through shell-quote-argument.
11707 (tex-send-command): Pass `file' through convert-standard-filename
11708 when possible.
11709 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11710 info in a transcript.
11711
11712 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11713
11714 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11715 fix compilation warning. Reorder the key definitions to group
11716 together keys emitted by the current version of xterm.
11717
11718 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11719 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11720 Reorder predicates to correct min-color usage.
11721
11722 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11723
11724 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11725 Kill local variables when longlines-mode is turned off.
11726
11727 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11728
11729 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11730
11731 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11732
11733 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11734
11735 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11736 (font-lock-lines-before): Change default to being inactive.
11737 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11738 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11739
11740 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11741
11742 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11743 Deactivate temporarily advice if active (not needed for Emacs 22,
11744 but for backwards compatibility).
11745 (tramp-exists-file-name-handler): Rewrite. First implementation
11746 was too simple.
11747 (tramp-advice-make-auto-save-file-name):
11748 Call `tramp-handle-make-auto-save-file-name' (again, just for
11749 backwards compatibility).
11750
11751 2005-08-31 Reto Zimmermann <reto@gnu.org>
11752
11753 * progmodes/vhdl-mode.el
11754 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11755 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11756 (vhdl-set-default-project): New function (easier setting of default).
11757 (vhdl-port-copy): Handle extended identifiers for generics.
11758 (vhdl-compiler-alist): Better description for error message regexp.
11759 (vhdl-make): Query for target, use previous as default.
11760 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11761 (vhdl-font-lock-keywords-2): Fix fontification for record
11762 el. assign.
11763 (vhdl-speedbar-make-subpack-line): Add package body link.
11764 (vhdl-generate-makefile-1): Not include itself as dependency.
11765 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11766 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11767 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11768 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11769 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11770 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11771 (vhdl-import-project): Add string argument for `error'.
11772 (vhdl-compose-configuration)
11773 (vhdl-compose-configuration-architecture): Add configuration
11774 declaration generation.
11775 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11776 (vhdl-trailer-re): Add "record" keyword (better indentation).
11777 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11778 "[^ \t-\"]+".
11779 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11780 (vhdl-testbench-entity-file-name)
11781 (vhdl-testbench-architecture-file-name): Allow separate
11782 customization of testbench file names.
11783 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11784 (vhdl-get-visible-signals): Allow newline within alias declaration.
11785 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11786 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11787 (member-ignore-case): Alias for missing function in XEmacs.
11788 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11789 (vhdl-update-sensitivity-list): Ignore case on read signals.
11790 (vhdl-replace-string): Adjust case only for file names.
11791 (vhdl-update-sensitivity-list): Fix search for read signals.
11792 (vhdl-update-sensitivity-list): Exclude formal parameters.
11793 (vhdl-get-visible-signals): Include aliases of signals.
11794 (vhdl-get-visible-signals): Fix signal name searching.
11795 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11796 (vhdl-fixup-whitespace-region): Fix for character
11797 literals (e.g. `:').
11798
11799 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11800
11801 * ansi-color.el (comint-last-output-start):
11802 * bs.el (font-lock-verbose):
11803 * diff-mode.el (add-log-buffer-file-name-function):
11804 * dired-x.el (vm-folder-directory):
11805 * faces.el (help-xref-stack-item):
11806 * files.el (font-lock-keywords):
11807 * find-lisp.el (dired-buffers, dired-subdir-alist):
11808 * ido.el (cua-inhibit-cua-keys):
11809 * log-view.el (cvs-minor-wrap-function):
11810 * outline.el (font-lock-warning-face):
11811 * simple.el (compilation-current-error):
11812 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11813 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11814 * tooltip.el (comint-prompt-regexp):
11815 * w32-fns.el (explicit-shell-file-name):
11816 * term/mac-win.el (mac-charset-info-alist)
11817 (mac-services-selection, mac-system-script-code):
11818 * term/tty-colors.el (msdos-color-values):
11819 * term/w32-win.el (xlfd-regexp-registry-subnum):
11820 * term/x-win.el (x-keysym-table, x-selection-timeout)
11821 (x-session-id, x-session-previous-id):
11822 * textmodes/ispell.el (mail-yank-prefix):
11823 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11824 * textmodes/org.el (calc-embedded-close-formula)
11825 (calc-embedded-open-formula)
11826 (font-lock-unfontify-region-function):
11827 * textmodes/reftex-global.el (isearch-next-buffer-function)
11828 (TeX-master):
11829 * textmodes/reftex.el (font-lock-keywords):
11830 * textmodes/tex-mode.el (font-lock-comment-face)
11831 (font-lock-doc-face):
11832 * textmodes/texinfo.el (outline-heading-alist):
11833 Add defvars.
11834
11835 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11836 (artist-spray-chars, artist-mode-init, artist-replace-string)
11837 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11838 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11839 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11840
11841 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11842 (conf-align-assignments): "?\ " -> "?\s".
11843
11844 * textmodes/reftex-index.el (TeX-master): Add defvar.
11845 (reftex-index-phrases-marker): Move up defvar.
11846
11847 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11848 (reftex-toc-include-labels-indicator)
11849 (reftex-toc-include-index-indicator)
11850 (reftex-toc-max-level-indicator): Move up declarations.
11851
11852 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11853 of args to `tramp-run-real-handler', even if it's empty in this case.
11854
11855 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11856
11857 * dired.el (dired-move-to-filename-regexp): Add date format for
11858 Mac OS X 10.3 in East Asian locales.
11859
11860 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11861
11862 * files.el (make-auto-save-file-name): Add file name handler call
11863 if applicable.
11864
11865 * net/tramp.el (tramp-file-name-handler-alist)
11866 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11867 (tramp-handle-make-auto-save-file-name): Rename from
11868 `tramp-make-auto-save-file-name'.
11869 (tramp-exists-file-name-handler): New defun.
11870 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11871 `make-auto-save-file-name' is not a magic file name operation.
11872
11873 2005-08-30 Richard M. Stallman <rms@gnu.org>
11874
11875 * files.el (risky-local-variable-p):
11876 Match `-predicates' and `-commands.
11877
11878 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11879 (custom-save-all): Visit the file if necessary;
11880 kill the buffer if we created it.
11881 (custom-save-delete): Don't visit file or kill buffer here.
11882
11883 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11884
11885 * textmodes/org.el (org-special-keyword): New face.
11886 (org-table-copy-down, org-table-eval-formula)
11887 (org-table-recalculate, org-init-section-numbers):
11888 Use `string-to-number' instead of `string-to-int'.
11889 (org-get-location): Use `insert-buffer-substring' instead of
11890 `insert-buffer'.
11891 (org-modify-diary-entry-string): New function.
11892 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11893 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11894 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11895 active region.
11896 (org-export-as-html): Handle QUOTE keyword.
11897 (org-quote-string): New option.
11898 (org-bookmark-jump-unhide): New function, used for
11899 `bookmark-after-jump-hook'.
11900 (org-diary-default-entry): Apply only when not called through
11901 `org-agenda'.
11902
11903 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11904
11905 * net/eudc.el (mode-popup-menu):
11906 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11907 * progmodes/ada-mode.el (compile-auto-highlight)
11908 (skeleton-further-elements):
11909 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11910 * progmodes/cmacexp.el (msdos-shells):
11911 * progmodes/compile.el (font-lock-extra-managed-props)
11912 (font-lock-keywords, font-lock-maximum-size)
11913 (font-lock-support-mode):
11914 * progmodes/grep.el (font-lock-lines-before):
11915 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11916 * progmodes/mixal-mode.el (compile-command):
11917 * progmodes/perl-mode.el (font-lock-comment-face)
11918 (font-lock-doc-face, font-lock-string-face):
11919 * progmodes/prolog.el (comint-prompt-regexp):
11920 * progmodes/sh-script.el (font-lock-comment-face)
11921 (font-lock-set-defaults, font-lock-string-face):
11922 * progmodes/sql.el (font-lock-keyword-face)
11923 (font-lock-set-defaults, font-lock-string-face):
11924 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11925 (itimer-version, lazy-lock-defer-contextually)
11926 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11927 Add defvars.
11928
11929 * progmodes/cperl-mode.el (cperl-electric-lbrace)
11930 (cperl-electric-keyword, cperl-electric-pod)
11931 (cperl-electric-backspace, cperl-forward-re)
11932 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11933 (vc-rcs-header, vc-sccs-header): Add defvars.
11934
11935 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11936 (font-lock-syntactic-keywords, gud-find-expr-function):
11937 Add defvars.
11938
11939 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11940 (gdb-frame-parameters): Declare before use.
11941
11942 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11943 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11944 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11945 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11946
11947 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11948 (idlwave-help-with-source): Use `insert-buffer-substring', not
11949 `insert-buffer'.
11950
11951 2005-08-29 Juri Linkov <juri@jurta.org>
11952
11953 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11954 Put outline-back-to-heading function call inside save-excursion.
11955
11956 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
11957
11958 * man.el (Man-init-defvars, Man-translate-references)
11959 (Man-support-local-filenames, Man-highlight-references):
11960 * progmodes/sql.el (sql-interactive-mode):
11961 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11962
11963 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11964 (compilation-mode-font-lock-keywords): Add defvars.
11965 (checkdoc-interactive-loop): "?\ " -> "?\s".
11966
11967 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11968 (font-lock-doc-face, font-lock-string-face)
11969 (font-lock-keywords-case-fold-search): Add defvars.
11970 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11971
11972 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11973 Don't pass X and Y (they are ignored anyway).
11974 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11975 (mouse-delete-window): Make arguments optional.
11976
11977 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11978 (caesar-translate-table, minor-modes, news-buffer-save)
11979 (news-group-name, news-minor-modes): Add defvars.
11980
11981 * emacs-lisp/lselect.el (mouse-highlight-priority)
11982 (x-lost-selection-functions, zmacs-regions):
11983 * emacs-lisp/pp.el (font-lock-verbose):
11984 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11985 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11986 (ses-mode-map):
11987 * emacs-lisp/tcover-unsafep.el (safe-functions):
11988 * international/mule-cmds.el (mac-system-coding-system)
11989 (mac-system-locale):
11990 * language/ethio-util.el (rmail-current-message)
11991 (rmail-message-vector):
11992 * language/thai-util.el (thai-auto-composition-mode):
11993 * mail/metamail.el (rmail-current-message, rmail-message-vector):
11994 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11995 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11996 (vm-primary-inbox, vm-spool-files):
11997 * mail/rmail.el (deleted-head, font-lock-fontified)
11998 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11999 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
12000 (total-messages):
12001 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
12002 (rmail-summary-mode-map):
12003 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
12004 (rmail-last-label, rmail-last-multi-labels)
12005 (rmail-summary-vector, rmail-total-messages):
12006 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
12007 * mail/rmailsum.el (msgnum):
12008 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
12009 (rmail-current-message):
12010 * obsolete/fast-lock.el (font-lock-face-list):
12011 * obsolete/rnewspost.el (mail-reply-buffer):
12012 * obsolete/scribe.el (compile-command):
12013 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
12014
12015 2005-08-28 John Paul Wallington <jpw@gnu.org>
12016
12017 * ibuf-ext.el (ibuffer-auto-update-changed):
12018 Use `frame-or-buffer-changed-p' to check whether we need to update.
12019 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
12020 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
12021 as a `frame-or-buffer-changed-p' state vector instead.
12022
12023 2005-08-27 Romain Francoise <romain@orebokech.com>
12024
12025 * textmodes/makeinfo.el (makeinfo-compile):
12026 Use `compilation-start'. Set `next-error-function' according to
12027 `disable-errors'.
12028 (makeinfo-next-error): New function.
12029 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
12030 (makeinfo-buffer): Likewise.
12031
12032 * progmodes/compile.el (compilation-start): Add autoload cookie.
12033
12034 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
12035 * textmodes/sgml-mode.el: Likewise.
12036 * progmodes/python.el: Likewise.
12037
12038 2005-08-27 Eli Zaretskii <eliz@gnu.org>
12039
12040 * simple.el (blink-matching-paren-distance): Document the meaning
12041 of nil value, and allow to customize to nil.
12042
12043 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
12044 command.com, not command.exe.
12045
12046 2005-08-26 John Wiegley <johnw@newartisans.com>
12047
12048 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
12049 code around a bit so that an extraneous nil argument is not added
12050 to a command when no args are given.
12051
12052 * eshell/esh-arg.el (eshell-parse-double-quote): If a
12053 double-quoted argument resolves to nil, return it as an empty
12054 string rather than as nil. This made it impossible to pass "" to
12055 a shell script as a null string argument.
12056
12057 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
12058
12059 * outline.el (outline-invent-heading): New fun.
12060 (outline-promote, outline-demote): Use it.
12061 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
12062 (outline-end-of-subtree): Remove unused var `opoint'.
12063
12064 2005-08-26 David Reitter <david.reitter@gmail.com>
12065
12066 * menu-bar.el (truncate-lines, write-file, print-buffer)
12067 (ps-print-buffer-faces, ps-print-buffer, split-window):
12068 Disable menu items when the frame they refer to is invisible, or when
12069 they refer to a buffer and the minibuffer is selected.
12070
12071 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
12072
12073 * progmodes/flymake.el (flymake-highlight-err-lines):
12074 Use save-excursion around flymake-highlight-line to preserve point.
12075
12076 2005-08-26 Eli Zaretskii <eliz@gnu.org>
12077
12078 * progmodes/octave-mod.el: Change Author and Maintainer address.
12079 (octave-maintainer-address): Change Kurt's email address.
12080 * progmodes/octave-inf.el: Change Author and Maintainer address.
12081 * progmodes/octave-hlp.el: Change Author and Maintainer address.
12082
12083 2005-08-26 Kim F. Storm <storm@cua.dk>
12084
12085 * subr.el (version-list-<, version-list-<=, version-list-=):
12086 Rename from integer-list-*.
12087 (version-list-not-zero): Likewise. Fix while loop.
12088 (version=): Use version-list-= instead of string-equal.
12089
12090 2005-08-26 Richard M. Stallman <rms@gnu.org>
12091
12092 * outline.el (outline-promote): Try shortening the heading.
12093 As last resort, read the heading to use.
12094 (outline-demote): As last resort, read the heading to use.
12095
12096 2005-08-26 Romain Francoise <romain@orebokech.com>
12097
12098 * progmodes/compile.el (compilation-start): Doc fix.
12099
12100 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
12101 (antlr-font-lock-additional-keywords): Fix reference to
12102 `antlr-font-lock-literal-regexp' erroneously changed during the
12103 mass face rename.
12104 (antlr-run-tool): Use `compilation-start'.
12105
12106 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
12107 instead of the obsolete `compile-internal'.
12108
12109 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
12110
12111 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
12112 (number, original-date):
12113 * calendar/cal-china.el (date):
12114 * calendar/cal-coptic.el (date):
12115 * calendar/cal-french.el (date):
12116 * calendar/cal-hebrew.el (date, entry, number, original-date):
12117 * calendar/cal-islam.el (date, number, original-date):
12118 * calendar/cal-iso.el (date):
12119 * calendar/cal-julian.el (date):
12120 * calendar/cal-mayan.el (date):
12121 * calendar/cal-menu.el (date, event):
12122 * calendar/cal-persia.el (date):
12123 * calendar/lunar.el (date):
12124 * calendar/solar.el (date): Add defvars.
12125
12126 * emerge.el:
12127 * ibuffer.el:
12128 * info-xref.el:
12129 * obsolete/bg-mouse.el:
12130 * obsolete/sun-curs.el:
12131 * obsolete/swedish.el: Move the `defvar's to the top level.
12132
12133 * smerge-mode.el (smerge-refined-change): Add :group.
12134
12135 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
12136
12137 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
12138 (smerge-keep-n): Remove props.
12139 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
12140 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
12141 now that it's done in smerge-keep-n.
12142 (smerge-refined-change): New face.
12143 (smerge-refine-chopup-region, smerge-refine-highlight-change)
12144 (smerge-refine): New funs.
12145 (smerge-basic-map): Bind smerge-refine.
12146
12147 2005-08-25 Juri Linkov <juri@jurta.org>
12148
12149 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
12150 compilation-process-setup-function and compilation-disable-input
12151 in grep-mode instead of let-bindings in grep.
12152
12153 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
12154 Delete "Automatic File De/compression" (auto-compression-mode).
12155
12156 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
12157
12158 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
12159 Silence warning about non-existent variable.
12160
12161 2005-08-25 Richard M. Stallman <rms@gnu.org>
12162
12163 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
12164 Rename "Describe Key" to "Describe Key or Mouse Operation".
12165
12166 * mail/mailalias.el (build-mail-aliases): Delete comments
12167 from the contents before processing them.
12168
12169 * isearch.el (isearch-edit-string): Erase the Search prompt
12170 if user enters an empty string and there is no default.
12171
12172 * comint.el (comint-file-name-prefix): Add autoload.
12173
12174 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
12175
12176 * subr.el (play-sound): Rearrange to avoid warning.
12177
12178 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
12179
12180 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
12181 New hook.
12182 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
12183
12184 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12185
12186 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
12187
12188 * custom.el (custom-theme-set-variables): Sort minor modes last.
12189
12190 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12191
12192 * subr.el (version-separator, version-regexp-alist): New vars used by
12193 version comparison funs.
12194 (integer-list-<, integer-list-=, integer-list-<=)
12195 (integer-list-not-zero): New funs for integer list comparison.
12196 (version-to-list, version=, version<, version<=): New funs for version
12197 comparison.
12198
12199 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
12200
12201 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
12202 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
12203 time to silence the byte-compiler.
12204
12205 * ibuffer.el (ibuffer-compile-make-eliding-form)
12206 (ibuffer-check-formats): Use `with-no-warnings' to hide references
12207 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
12208 so it's silly to get warnings for it).
12209 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
12210 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
12211 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
12212 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
12213 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
12214 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
12215 Defvar at compile time.
12216 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
12217 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
12218 Declare them before use.
12219
12220 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
12221 (info-xref-good, info-xref-bad): Defvar at compile time.
12222
12223 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
12224 Use `let*' instead of `let'.
12225
12226 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
12227 (*mouse-y*, menu, char): Defvar at compile time.
12228 (sc::menu): Declare it before use.
12229 (sc::pack-one-line): Use `let', not `let*'.
12230
12231 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
12232 (mail-send-hook): Defvar at compile time.
12233
12234 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
12235 Defvar at compile time.
12236
12237 * term/sun-mouse.el (current-global-mousemap)
12238 (current-local-mousemap): Declare them before use.
12239
12240 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
12241
12242 * bookmark.el (bookmark-after-jump-hook): New hook.
12243 (bookmark-jump): Run `bookmark-after-jump-hook'.
12244
12245 2005-08-23 Juri Linkov <juri@jurta.org>
12246
12247 * faces.el (minibuffer-prompt): Doc fix.
12248
12249 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
12250
12251 * progmodes/xscheme.el: Trivial changes to silence warnings.
12252 (xscheme-previous-mode, xscheme-previous-process-state):
12253 Add defvars.
12254 (xscheme-last-input-end, xscheme-process-command-line)
12255 (xscheme-process-name, xscheme-buffer-name)
12256 (xscheme-expressions-ring-max, xscheme-expressions-ring)
12257 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
12258 (xscheme-control-g-synchronization-p)
12259 (xscheme-control-g-disabled-p, xscheme-string-receiver)
12260 (default-xscheme-runlight, xscheme-runlight)
12261 (xscheme-runlight-string, xscheme-process-filter-state)
12262 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
12263 Move to beginning of file.
12264 (scheme-interaction-mode-commands-alist)
12265 (scheme-interaction-mode-map, scheme-debugger-mode-map):
12266 Declare them before use. Note: the initialization code for the variables
12267 has not been moved because it uses functions that reference the variables.
12268 (xscheme-control-g-message-string, xscheme-process-filter-alist)
12269 (xscheme-prompt-for-expression-map): Declare them before use.
12270 (scheme-debugger-mode-commands): "?\ " -> "?\s".
12271
12272 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12273
12274 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12275
12276 2005-08-22 Juri Linkov <juri@jurta.org>
12277
12278 * faces.el (set-face-underline): Delete this duplicate function
12279 and make an obsolete alias to set-face-underline-p.
12280 (set-face-underline-p): Use docstring of set-face-underline.
12281 (describe-face): Create hyperlink to parent face.
12282
12283 * info.el (Info-insert-dir): Use save-excursion around
12284 insert-buffer-substring.
12285 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12286 (Info-escape-percent): Delete function.
12287 (Info-fontify-node): Replace Info-escape-percent by
12288 replace-regexp-in-string with REP arg set to lambda that
12289 duplicates `%' and preserves text properties.
12290
12291 * progmodes/compile.el (compilation-disable-input): Doc fix.
12292 (define-compilation-mode): Doc fix and refill.
12293 (kill-compilation): Use `mode-name' in the error message.
12294 (compilation-find-file): Use `compilation-error' in the
12295 read-file-name's prompt.
12296
12297 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12298
12299 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12300 (smerge-auto-leave): Make undo re-enable the mode.
12301 (debug-ignored-errors): Add the user-error of impossible resolution.
12302 (smerge-resolve): Move things around a bit, in preparation for later.
12303 (smerge-diff): Don't fail if the buffer has no associated file.
12304 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12305 (smerge-conflict-overlay): New function.
12306 (smerge-match-conflict): Don't add text properties here.
12307 (smerge-find-conflict): Instead, add an overlay here.
12308 Also check for the case where we're inside a conflict already, so as to
12309 obviate the need for font-lock-multiline, which is unbearably slow with
12310 large conflicts and ciomplex font-lock patterns.
12311 (smerge-remove-props): Remove overlay rather than text-properties.
12312 (smerge-mode): Don't set font-lock-multiline.
12313 Remove overlays when turned off.
12314
12315 2005-08-21 Kim F. Storm <storm@cua.dk>
12316
12317 * ido.el (ido-ignore-item-p): Use save-match-data.
12318 Bind case-fold-search to ido-case-fold locally.
12319
12320 2005-08-20 Richard M. Stallman <rms@gnu.org>
12321
12322 * files.el (normal-mode): If font lock is on, turn it off and on.
12323
12324 * subr.el (replace-regexp-in-string): Doc fix.
12325
12326 * startup.el (command-line-1): Don't suppress startup screen
12327 due to existing processes.
12328
12329 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12330
12331 * progmodes/compile.el (compilation-disable-input): Default to nil.
12332
12333 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12334
12335 * progmodes/compile.el (compilation-disable-input): New defcustom.
12336 (compilation-start): If compilation-disable-input is non-nil, send
12337 EOF to the compilation process.
12338
12339 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12340
12341 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12342 Run the argument of tex-shell-cd-command through
12343 convert-standard-filename, to get the correct style of slashes on
12344 Windows, and enclose the result in quotes, in case the file name
12345 includes whitespace or other special characters.
12346
12347 2005-08-19 Andreas Schwab <schwab@suse.de>
12348
12349 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12350 process.
12351
12352 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12353
12354 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12355
12356 2005-08-18 Kim F. Storm <storm@cua.dk>
12357
12358 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12359
12360 2005-08-18 Richard M. Stallman <rms@gnu.org>
12361
12362 * scroll-lock.el: New file.
12363
12364 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12365
12366 * dired.el (dired-move-to-end-of-filename):
12367 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12368
12369 2005-08-18 Kim F. Storm <storm@cua.dk>
12370
12371 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12372 rather than toggle mode when custom value is nil.
12373 (ido-everywhere): Fix defun doc string.
12374
12375 2005-08-17 Richard M. Stallman <rms@gnu.org>
12376
12377 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12378 as tag instead of "Inviolable".
12379
12380 2005-08-17 Kim F. Storm <storm@cua.dk>
12381
12382 * windmove.el (windmove-coordinates-of-position): Remove.
12383 (windmove-coordinates-of-window-position): Remove.
12384 (windmove-reference-loc): Use posn-at-point instead.
12385
12386 * subr.el (insert-for-yank-1): Doc fix.
12387
12388 * ido.el (ido-enter-matching-directory): Rename from
12389 ido-enter-single-matching-directory. Change `slash' choice to
12390 `only'. Add `first' choice.
12391 (ido-exhibit): Adapt to above changes.
12392
12393 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12394
12395 * Makefile.in: Expand comment about building loaddefs.el.
12396
12397 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12398
12399 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12400 Comment use of defadvice.
12401
12402 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12403
12404 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12405
12406 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12407 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12408 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12409 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12410 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12411 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12412 for backward compatibility for faces that did not appear in the
12413 previous Emacs release.
12414
12415 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12416
12417 2005-08-15 Kim F. Storm <storm@cua.dk>
12418
12419 * emulation/cua-base.el (cua-delete-region): Return t if
12420 deleted region was non-empty.
12421 (cua-replace-region): Inhibit overwrite-mode for
12422 self-insert-command if replaced region was non-empty.
12423 (cua--explicit-region-start, cua--status-string): Make them
12424 buffer-local at top-level...
12425 (cua-mode): ...rather than when mode is enabled.
12426
12427 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12428
12429 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12430 Set t for Emacs 21, 22, and so on.
12431
12432 2005-08-15 David Ponce <david@dponce.com>
12433
12434 * tree-widget.el: Update Commentary header.
12435 (tree-widget-theme): Doc fix.
12436 (tree-widget-space-width): New option.
12437 (tree-widget-image-properties): Look up in the default theme too.
12438 (tree-widget--cursors): Only for images with arrow pointer shape.
12439 (tree-widget-lookup-image): Pointer shape is hand by default.
12440 (tree-widget-icon): Rename generic icon widget from
12441 `tree-widget-control'.
12442 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12443 derive from `tree-widget-icon'.
12444 (tree-widget-handle): Improve default look and feel of the text
12445 representation.
12446 (tree-widget): Rename :*-control properties to :*-icon properties.
12447 Add :action and :help-echo properties.
12448 (tree-widget-after-toggle-functions): Move.
12449 (tree-widget-close-node, tree-widget-open-node): Remove.
12450 (tree-widget-before-create-icon-functions): New hook.
12451 (tree-widget-value-create): Update to allow customization of icons
12452 and nodes at run-time via that new hook.
12453 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12454 (tree-widget-icon-action, tree-widget-icon-help-echo)
12455 (tree-widget-action, tree-widget-help-echo): New functions.
12456
12457 2005-08-15 Kim F. Storm <storm@cua.dk>
12458
12459 * ido.el (ido-buffer-internal): Use with-no-warnings.
12460 (ido-make-merged-file-list): Use while-no-input.
12461
12462 2005-08-15 Richard M. Stallman <rms@gnu.org>
12463
12464 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12465 (flyspell-large-region): Fix doc and custom type.
12466
12467 2005-08-14 Richard M. Stallman <rms@gnu.org>
12468
12469 * files.el (interpreter-mode-alist): Doc fix.
12470
12471 * mail/rmail.el (rmail-nonignored-headers): New variable.
12472 (rmail-clear-headers): Use it.
12473 (rmail-reply): Better handling of mail-followup-to header.
12474
12475 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12476 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12477 don't try to refer to executable-font-lock-keywords.
12478 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12479 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12480 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12481 (sh-mode): Set comment-start-skip, local-abbrev-table,
12482 imenu-case-fold-search.
12483 (sh-set-shell): Don't set them here.
12484 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12485 Don't cache the results in the original alist; don't ever modify
12486 that alist.
12487
12488 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12489
12490 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12491 empty.
12492
12493 2005-08-15 Andreas Schwab <schwab@suse.de>
12494
12495 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12496
12497 * dired.el, info.el, mail/rmail.el: Revert last change.
12498
12499 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12500
12501 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12502 modification in `eval-after-load' form.
12503 * info.el: Likewise.
12504 * mail/rmail.el: Likewise.
12505
12506 2005-08-14 Juri Linkov <juri@jurta.org>
12507
12508 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12509 Remove highlighting of "Compilation started". Highlight only
12510 the word "finished" in "Compilation finished". Add highlighting
12511 of "interrupt", "killed", "terminated" and the exit code.
12512 (compilation-start): Add newline after header. Use exactly the
12513 same time stamp format as the finishing message.
12514 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12515
12516 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12517 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12518 Add highlighting of "interrupt", "killed", "terminated".
12519
12520 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12521 enabled and the current command is self-insert-command, call it
12522 explicitly with overwrite-mode bound to nil, to not allow it
12523 to delete the character after the selected region.
12524
12525 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12526
12527 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12528 move-end-of-line, end-of-line, and beginning-of-line to the list
12529 of commands after which the echo area is updated.
12530
12531 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12532
12533 * cus-edit.el (custom-save-all, custom-save-delete):
12534 Bind recentf-exclude to exclude custom-file.
12535
12536 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12537
12538 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12539 to go to the bottom of the mail message. Added to
12540 `rmail-summary-mode-map' with key "/".
12541 (rmail-summary-show-message): New (internal) function for use by
12542 both `rmail-summary-beginning/end-of-message'.
12543 (rmail-summary-beginning-of-message): Change to use
12544 rmail-summary-show-message.
12545
12546 * mail/rmail.el (rmail-end-of-message): New command to go to the
12547 end of the current message. Added to `rmail-mode-map' with key "/".
12548 (rmail-beginning-of-message): Fix to work as documented.
12549 (rmail-mode): Change documentation.
12550
12551 * progmodes/compile.el (compilation-start): Add the line
12552 "Compilation started" with compilation start time.
12553 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12554
12555 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12556
12557 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12558 of menu items.
12559
12560 2005-08-11 Richard M. Stallman <rms@gnu.org>
12561
12562 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12563
12564 * battery.el (battery-status-function): Don't use ignore-errors.
12565
12566 2005-08-11 Lute Kamstra <lute@gnu.org>
12567
12568 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12569 define-obsolete-variable-alias.
12570
12571 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12572
12573 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12574 (ange-ftp-send-cmd): Revert last change, and expand
12575 the comment explaining the problem.
12576
12577 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12578
12579 * ldefs-boot.el: Update.
12580
12581 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12582 item to "Time, Load and Mail". Change help echo text.
12583
12584 * time.el (display-time-use-mail-icon, display-time-format)
12585 (display-time-string-forms): Shorten first line of docstrings.
12586
12587 2005-08-10 Lars Hansen <larsh@soem.dk>
12588
12589 * desktop.el (desktop-buffer-mode-handlers):
12590 Make non-customizable. Add autoload cookie. Change initial value to
12591 nil; add elements in respective modules instead. Fix doc string.
12592 (desktop-load-file): New function.
12593 (desktop-minor-mode-handlers): New autoloaded variable.
12594 (desktop-create-buffer): Call minor mode handlers.
12595 Use desktop-load-file to load major and minor mode modules prior to
12596 checking for a handler.
12597 (desktop-save): Don't add nil to desktop-minor-modes for minor
12598 modes with nil function in desktop-minor-mode-table. Don't delete
12599 desktop file before rewriting it.
12600 (desktop-locals-to-save): Add autoload cookie. Don't make
12601 automatically buffer-local. Add variables column-number-mode,
12602 size-indication-mode, indent-tabs-mode,
12603 indicate-buffer-boundaries, indicate-empty-lines and
12604 show-trailing-whitespace.
12605 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12606 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12607 (desktop-clear-preserve-buffers-regexp): Delete.
12608 (desktop-clear-preserve-buffers): Update initial value and docstring.
12609 (desktop-save-buffer): Fix doc string.
12610
12611 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12612 (hilit-chg-desktop-restore): New function.
12613 (highlight-changes-mode): Add highlight-changes-mode to
12614 desktop-locals-to-save.
12615
12616 * dired.el: Add handler to desktop-buffer-mode-handlers.
12617 (dired-restore-desktop-buffer): Remove autoload cookie.
12618 (dired-mode): Add autoload cookie.
12619
12620 * info.el: Add handler to desktop-buffer-mode-handlers.
12621 (Info-restore-desktop-buffer): Remove autoload cookie.
12622 (Info-mode): Add autoload cookie.
12623
12624 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12625 (mh-restore-desktop-buffer): Remove autoload cookie.
12626 (mh-folder-mode): Add autoload cookie.
12627
12628 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12629 (rmail-restore-desktop-buffer): Remove autoload cookie.
12630
12631 2005-08-11 Masatake YAMATO <jet@gyve.org>
12632
12633 * hexl.el (hexl-address-region):
12634 (hexl-ascii-region, hexl-font-lock-keywords):
12635 (hexl-highlight-line-range): Use the term "region"
12636 instead of "area" for consistency with the other symbols
12637 defined in hexl.el.
12638
12639 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12640
12641 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12642 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12643 out by Juri Linkov). Add `display-battery-mode'.
12644
12645 2005-08-09 Juri Linkov <juri@jurta.org>
12646
12647 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12648 Remove `-text' from face variable names.
12649 (compilation-error-file-name, compilation-warning-file-name)
12650 (compilation-info-file-name): Delete faces.
12651 (compilation-line-number, compilation-column-number):
12652 Remove face underlining.
12653 (compilation-message-face): Set to `underline' value by default.
12654 (compilation-error-face, compilation-warning-face)
12655 (compilation-info-face): Remove `-file-name' from face names.
12656 (compilation-error-text-face, compilation-warning-text-face)
12657 (compilation-info-text-face): Delete face variables.
12658 (compilation-text-face): Delete function.
12659
12660 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12661 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12662 (grep-error-face): Set to `compilation-error' instead of
12663 `compilation-error-face' (which is redefined to `grep-hit-face' in
12664 grep buffers).
12665 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12666 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12667
12668 * dired-aux.el (dired-do-query-replace-regexp):
12669 Use `query-replace-read-args'.
12670
12671 * replace.el (query-replace-read-from, query-replace-read-to)
12672 (query-replace-read-args): Rename arg `string' to `prompt'.
12673
12674 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12675
12676 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12677
12678 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12679 uploading files.
12680 (ange-ftp-canonize-filename): Handle file names beginning with ~
12681 correctly.
12682
12683 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12684
12685 * textmodes/fill.el (canonically-space-region)
12686 (fill-context-prefix, fill-french-nobreak-p)
12687 (fill-delete-newlines, fill-comment-paragraph)
12688 (justify-current-line): "?\ " -> "?\s".
12689
12690 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12691
12692 * textmodes/fill.el (fill-nonuniform-paragraphs):
12693 Improve argument/docstring consistency.
12694
12695 2005-08-09 Richard M. Stallman <rms@gnu.org>
12696
12697 * textmodes/ispell.el (ispell-word): More fboundp checks.
12698
12699 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12700 (find-file-noselect-1): Call it here, only if RAWFILE.
12701 (normal-mode): Always set some major mode.
12702 (save-some-buffers-action-alist): Change some explanation strings.
12703 (file-name-non-special): In the `quote' method, use unwind-protect.
12704
12705 2005-08-09 Magnus Henoch <mange@freemail.hu>
12706
12707 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12708 (ispell-have-aspell-dictionaries): New variable.
12709 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12710 (ispell-get-aspell-config-value): New function.
12711 (ispell-aspell-find-dictionary): New function.
12712 (ispell-aspell-add-aliases): New function.
12713 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12714 appropriate. Don't look for ispell dictionaries if we use aspell.
12715 (ispell-menu-map): Don't build a submenu of dictionaries.
12716
12717 2005-08-09 Richard M. Stallman <rms@gnu.org>
12718
12719 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12720 (sql-read-passwd): Use read-passwd.
12721
12722 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12723 (idlwave-toolbar-is-possible): Add defvars.
12724
12725 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12726 Avoid warnings.
12727
12728 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12729 (idlwave-system-class-info, idlwave-executive-commands-alist):
12730 Use defvar.
12731
12732 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12733
12734 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12735 Avoid warnings.
12736
12737 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12738 and content-type: headers.
12739
12740 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12741
12742 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12743 and rename some of them to be more self-explanatory.
12744
12745 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12746
12747 * startup.el (command-line-1): Implement -scriptload.
12748
12749 * replace.el (occur-engine): Initial *Occur* output not undoable.
12750
12751 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12752 and improve help strings.
12753
12754 * isearch.el (isearch-repeat): When changing direction,
12755 mark search successful.
12756
12757 * ediff-init.el: Use (featurep 'xemacs).
12758
12759 * comint.el (send-invisible): Identify buffer, if not selected.
12760
12761 * align.el: Delete autoload for c-guess-basic-syntax.
12762
12763 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12764
12765 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12766 Improve argument/docstring consistency. Doc fixes.
12767 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12768 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12769 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12770 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12771 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12772 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12773 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12774 Defvar at compile time.
12775
12776 2005-08-09 Juri Linkov <juri@jurta.org>
12777
12778 * info.el: Replace `info' with upper-case `Info' where appropriate.
12779 (info-title-1, info-title-2, info-title-3, info-title-4)
12780 (info-menu-header): Move up face definitions.
12781 (info-menu-star): Rename from `info-menu-5'.
12782 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12783 (Info-fontify-visited-nodes): Fix docstring.
12784 (Info-hide-note-references): Fix docstring.
12785 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12786 menu items in the same way as on cross-references.
12787 (info-apropos): Fix sorting order and formatting to be like in the
12788 stand-alone Info browser. Display error messages for 1 sec.
12789 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12790 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12791 from the menu bar.
12792 (Info-insert-dir): Restore point after calling
12793 `insert-buffer-substring'.
12794
12795 2005-08-08 Richard M. Stallman <rms@gnu.org>
12796
12797 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12798 (recompute-lucid-menubar): Add defvars.
12799
12800 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12801
12802 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12803
12804 * net/net-utils.el (run-dig): Rename from `dig'.
12805
12806 * play/gametree.el (gametree-mode): Use make-local-variable,
12807 not make-variable-buffer-local.
12808
12809 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12810
12811 * ansi-color.el (ansi-color-make-extent)
12812 (ansi-color-set-extent-face): Use fboundp, not functionp.
12813
12814 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12815 not make-variable-buffer-local.
12816
12817 * bookmark.el (Info-current-file): Add defvar.
12818 (bookmark-jump-noselect): Use with-no-warnings.
12819
12820 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12821
12822 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12823
12824 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12825
12826 * find-file.el (ada-procedure-start-regexp)
12827 (ada-package-start-regexp): Add defvars.
12828
12829 * info.el (Info-insert-dir): Use insert-buffer-substring.
12830
12831 * xml.el (xml-att-def-re): Add defvar.
12832
12833 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12834 calling convention.
12835
12836 * subr.el (while-no-input): Return t if there is input.
12837
12838 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12839
12840 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12841
12842 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12843
12844 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12845 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12846
12847 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12848
12849 * cmuscheme.el (scheme-start-file): Replace reference to
12850 `user-emacs-directory' by "~/.emacs.d/".
12851
12852 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12853
12854 * info.el (Info-dir-remove-duplicates): Avoid case folding
12855 in loop; instead, keep downcased strings for comparison.
12856 Suggested by Helmut Eller.
12857
12858 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12859
12860 Sync with Tramp 2.0.50.
12861
12862 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12863 XEmacs case; not necessary anymore.
12864 (tramp-user-regexp): Allow "@" as part of user name.
12865 (tramp-handle-set-visited-file-modtime)
12866 (tramp-handle-insert-file-contents)
12867 (tramp-handle-write-region): No special handling for
12868 `last-coding-system-used, because this is done in
12869 `tramp-accept-process-output' now.
12870 (tramp-accept-process-output): New defun.
12871 (tramp-process-one-action, tramp-process-one-multi-action)
12872 (tramp-wait-for-regexp, tramp-wait-for-output)
12873 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12874 Howells <dhowells@redhat.com>.
12875 (clear-visited-file-modtime): Defadvice removed. The check for
12876 unset buffer's modtime does not need to be based on
12877 `tramp-buffer-file-attributes'. Suggested by RMS.
12878 (tramp-message): Insert "\n" if not being at beginning of line.
12879 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12880 sequence with same logic.
12881 (tramp-completion-handle-expand-file-name): Discard call of
12882 `tramp-drop-volume-letter'. It is not necessary, and there have
12883 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12884 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12885 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12886 should always be visible.
12887 (tramp-handle-insert-directory, tramp-setup-complete)
12888 (tramp-set-process-query-on-exit-flag)
12889 (tramp-append-tramp-buffers): Pacify byte-compiler.
12890 (tramp-bug): Delete non-existing variables from list.
12891 Apply `tramp-load-report-modules' as pre-hook.
12892 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12893 `shell-prompt-pattern' because of non-7bit characters.
12894 Reported by Sebastian Luque <sluque@mun.ca>.
12895 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12896 (tramp-match-string-list): Remove function.
12897 (tramp-wait-for-regexp): Remove call of that function.
12898 Suggested by Kim F. Storm <storm@cua.dk>.
12899 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12900 instead of octal character code ?\600. The latter resulted in a
12901 syntax error with XEmacs.
12902
12903 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12904 XEmacs case; not necessary anymore.
12905 (tramp-smb-handle-write-region): No special handling for
12906 `last-coding-system-used, because this is done in
12907 `tramp-accept-process-output' now.
12908 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12909
12910 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12911
12912 * wid-edit.el (widget-choice-value-create):
12913 Unconditionally respect user choice. Set :explicit-choice back to nil
12914 when no longer needed.
12915 (widget-choice-action): Unconditionally respect user choice.
12916 Eliminate :explicit-choice-value.
12917
12918 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12919
12920 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12921 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12922 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12923 running new function `toggle-indicate-empty-lines'.
12924 Rename "Customize" item to "Customize fringe".
12925 Rename "Indicators" item to "Buffer boundaries" and change help echo.
12926 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12927 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12928 Delete "Empty lines only" item.
12929 (menu-bar-showhide-fringe-ind-customize): New function.
12930 (menu-bar-showhide-fringe-ind-mixed)
12931 (menu-bar-showhide-fringe-ind-box)
12932 (menu-bar-showhide-fringe-ind-right)
12933 (menu-bar-showhide-fringe-ind-left)
12934 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12935 instead of `fringe-indicators'.
12936
12937 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12938
12939 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12940 Change the date of last update.
12941
12942 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12943
12944 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12945 (viper-exec-yank, viper-put-back): Don't display modification msg
12946 if in the minibuffer.
12947
12948 * viper-init.el (viper-replace-overlay-cursor-color)
12949 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12950 Make variables frame local.
12951
12952 * viper-util.el (viper-append-filter-alist): Use append instead of
12953 nconc.
12954
12955 * viper.el (viper-vi-state-mode-list)
12956 (viper-emacs-state-mode-list): Move help-mode and
12957 completion-list-mode from the first list to the second.
12958 (viper-mode): Docstring.
12959 (viper-go-away, viper-non-hook-settings): Don't localize
12960 minor-mode-alist in newer Emacsen. Add advice to
12961 set-cursor-color. Don't bind "\C-c\\".
12962
12963 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
12964
12965 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12966 (scheme-macro-expand-command): New user options.
12967 (scheme-trace-procedure, scheme-expand-current-form): New commands.
12968 (scheme-form-at-point, scheme-start-file)
12969 (scheme-interactively-start-process): New functions.
12970 (scheme-get-process): New function, extracted from `scheme-proc'.
12971 (run-scheme): Call `scheme-start-file' to get start file, and pass
12972 it to `make-comint'.
12973 (switch-to-scheme, scheme-proc):
12974 Call `scheme-interactively-start-process' if no Scheme buffer/process
12975 is available.
12976
12977 2005-08-06 Juri Linkov <juri@jurta.org>
12978
12979 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12980 Use `compilation-text-face', `compilation-info-text-face' and
12981 `compilation-error-text-face' instead of `font-lock-keyword-face'.
12982 (compilation-error): New face.
12983 (compilation-error-file-name): Inherit from
12984 `compilation-error' instead of `font-lock-warning-face'.
12985 (compilation-warning-file-name): Inherit from
12986 `compilation-warning' instead of `font-lock-warning-face'.
12987 (compilation-info, compilation-error-file-name)
12988 (compilation-warning-file-name, compilation-info-file-name)
12989 (compilation-line-number, compilation-column-number): Doc fix.
12990 (compilation-error-text-face, compilation-warning-text-face)
12991 (compilation-info-text-face): New face variables.
12992 (compilation-line-face, compilation-column-face)
12993 (compilation-enter-directory-face)
12994 (compilation-leave-directory-face): Doc fix.
12995 (compilation-text-face): New function.
12996
12997 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12998 instead of 1 to display binary file names as info file links.
12999 (grep-error-face): Use `compilation-error-face' instead of
13000 `font-lock-keyword-face'.
13001 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
13002 and `compilation-warning-text-face' instead of
13003 `font-lock-keyword-face'. Use `compilation-error-text-face'
13004 instead of `grep-error-face'.
13005
13006 2005-08-05 Kenichi Handa <handa@m17n.org>
13007
13008 * international/code-pages.el: Add autoload cookies for all coding
13009 systems.
13010
13011 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
13012
13013 * cus-start.el (all): Put undo.c where it alphabetically belongs.
13014
13015 2005-08-04 Juri Linkov <juri@jurta.org>
13016
13017 * progmodes/compile.el (compilation-mode-map):
13018 * progmodes/grep.el (grep-mode-map):
13019 Bind TAB to `compilation-next-error' and [backtab] to
13020 `compilation-previous-error'.
13021
13022 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
13023 matching line numbers, column numbers and their ranges with regexp
13024 matching only line numbers.
13025 (grep-context-face): New face variable.
13026 (grep-mode-font-lock-keywords): Use it.
13027
13028 * faces.el (read-face-name): Delete duplicate faces.
13029
13030 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
13031
13032 * thumbs.el (thumbs-find-image): Don't make variables
13033 automatically buffer local.
13034 (thumbs-current-tmp-filename, thumbs-current-image-filename)
13035 (thumbs-image-num): Make automatically buffer local.
13036 (thumbs-show-thumbs-list): Use `make-local-variable', not
13037 `make-variable-buffer-local'.
13038 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
13039
13040 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
13041 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
13042 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
13043 (bother, bye, canyou, chatlst, continue, deathlst, describe)
13044 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
13045 (feelings-about, foullst, found, hello, history, howareyoulst)
13046 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
13047 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
13048 (neglst, obj, object, owner, please, problems, qlist)
13049 (random-adjective, relation, remlst, repetitive-shortness)
13050 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
13051 (shortlst, something, sportslst, stallmanlst, states, subj)
13052 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
13053 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
13054 Defvar at compile time.
13055
13056 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
13057 not `make-variable-buffer-local'.
13058
13059 2005-08-02 Kim F. Storm <storm@cua.dk>
13060
13061 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
13062 rectangle overlay in selected window.
13063
13064 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
13065
13066 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
13067 instead of display group. Make `indicate-buffer-boundaries'
13068 customizable through Custom.
13069
13070 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
13071
13072 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
13073 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
13074 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
13075 (gdb-put-string): Fix typos in docstrings.
13076
13077 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
13078
13079 Update copyright notices of files in progmodes directory for
13080 release of Emacs 22.1.
13081
13082 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
13083
13084 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
13085 Don't barf if the GUD buffer has been killed.
13086
13087 2005-08-01 Kim F. Storm <storm@cua.dk>
13088
13089 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
13090
13091 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
13092
13093 * simple.el (next-error-follow-minor-mode):
13094 make-variable-buffer-local -> make-local-variable.
13095
13096 * emacs-lisp/cl-extra.el: Require CL also when compiling.
13097
13098 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
13099 (byte-compile-form-make-variable-buffer-local): New functions to warn
13100 about misuses of make-variable-buffer-local where make-local-variable
13101 was meant.
13102
13103 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
13104
13105 * bs.el (bs-attributes-list): Doc fix.
13106 (bs): Update url-link.
13107
13108 * desktop.el (desktop-save-buffer): Fix typos in docstring.
13109 (desktop-load-default): Simplify.
13110
13111 * ibuffer.el (ibuffer-columnize-and-insert-list)
13112 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
13113 (ibuffer-unmark-all, ibuffer-toggle-marks)
13114 (ibuffer-unmark-forward, ibuffer-unmark-backward)
13115 (ibuffer-compile-make-format-form, ibuffer-format-column)
13116 (ibuffer-current-buffers-with-marks)
13117 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
13118 (ibuffer): Doc fix.
13119 (ibuffer-mode): Fix typo in docstring.
13120 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
13121 with `define-obsolete-variable-alias'.
13122 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
13123
13124 2005-07-29 Kenichi Handa <handa@m17n.org>
13125
13126 * international/mule-cmds.el (select-message-coding-system):
13127 Be sure to use LF for end-of-line. If no coding system is decided,
13128 return iso-8859-1-unix.
13129
13130 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
13131
13132 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
13133 (ange-ftp-pending-error-line): New vars.
13134 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
13135 to handle the non-fatal no-route-to-host messages.
13136 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
13137
13138 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
13139
13140 * isearch.el (isearch-mode-map, isearch-other-meta-char)
13141 (isearch-quote-char, isearch-printing-char)
13142 (isearch-text-char-description): "?\ " -> "?\s".
13143 (isearch-lazy-highlight-cleanup)
13144 (isearch-lazy-highlight-initial-delay)
13145 (isearch-lazy-highlight-interval)
13146 (isearch-lazy-highlight-max-at-a-time)
13147 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
13148 Declare with define-obsolete-*-alias macros.
13149 (isearch-forward): Fix typo in docstring.
13150 (search-invisible, search-ring-yank-pointer)
13151 (regexp-search-ring-yank-pointer): Doc fixes.
13152
13153 * recentf.el (recentf-menu-append-commands-p): Declare with
13154 `define-obsolete-variable-alias'.
13155 (recentf-max-saved-items, recentf-menu-filter)
13156 (recentf-arrange-by-rule-subfilter): Doc fixes.
13157 (recentf-menu-append-commands-flag)
13158 (recentf-initialize-file-name-history, recentf-expand-file-name)
13159 (recentf-clear-data): Fix typos in docstrings.
13160
13161 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
13162
13163 * progmodes/gdb-ui.el: Smarten comments.
13164 (gdb-info-breakpoints-custom): Use nowarn when finding file.
13165
13166 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13167
13168 * term/apollo.el (terminal-init-apollo): New function containing
13169 all former top level forms in the file.
13170 * term/bobcat.el (terminal-init-bobcat):
13171 * term/cygwin.el (terminal-init-cygwin):
13172 * term/iris-ansi.el (terminal-init-iris-ansi):
13173 * term/linux.el (terminal-init-linux):
13174 * term/news.el (terminal-init-news):
13175 * term/rxvt.el (terminal-init-rxvt):
13176 * term/sun.el (terminal-init-sun):
13177 * term/tvi970.el (terminal-init-tvi970):
13178 * term/vt100.el (terminal-init-vt100):
13179 * term/vt102.el (terminal-init-vt102):
13180 * term/vt125.el (terminal-init-vt125):
13181 * term/vt200.el (terminal-init-vt200):
13182 * term/vt201.el (terminal-init-vt201):
13183 * term/vt220.el (terminal-init-vt220):
13184 * term/vt240.el (terminal-init-vt240):
13185 * term/vt300.el (terminal-init-vt300):
13186 * term/vt320.el (terminal-init-vt320):
13187 * term/vt400.el (terminal-init-vt400):
13188 * term/vt420.el (terminal-init-vt420):
13189 * term/wyse50.el (terminal-init-wyse50):
13190 * term/xterm.el (terminal-init-xterm): Likewise.
13191
13192 * term/README: Describe the terminal-init-* functionality.
13193
13194 * startup.el (command-line): After loading the terminal initialization
13195 file call the corresponding terminal initialization function.
13196
13197 2005-07-27 Kenichi Handa <handa@m17n.org>
13198
13199 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
13200 negative.
13201
13202 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
13203 (ps-mule-composition-prologue): Fix for the case that
13204 RelativeCompose is false.
13205
13206 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13207
13208 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
13209
13210 * descr-text.el (describe-char): Handle the case where the list of
13211 chars is displayed in a separate frame.
13212 Be a bit more discriminating when looking for the char.
13213
13214 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
13215
13216 * bookmark.el (bookmark-automatically-show-annotations)
13217 (bookmark-read-annotation-text-func): Doc fixes.
13218 (bookmark-save): Improve argument/docstring consistency.
13219 (bookmark-get-bookmark, bookmark-get-bookmark-record)
13220 (bookmark-alist-from-buffer)
13221 (bookmark-upgrade-file-format-from-0)
13222 (bookmark-grok-file-format-version)
13223 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
13224 (bookmark-read-annotation-mode)
13225 (bookmark-insert-current-bookmark, bookmark-jump)
13226 (bookmark-exit-hook): Fix typos in docstrings.
13227 (bookmark-exit-hooks): Define as obsolete alias.
13228 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
13229 not `bookmark-exit-hooks'. Fix docstring.
13230 (bookmark-bmenu-select): "?\ " -> "?\s".
13231
13232 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
13233
13234 * startup.el (command-line): Fix typo.
13235
13236 2005-07-24 Richard M. Stallman <rms@gnu.org>
13237
13238 * tooltip.el (tooltip-mode): Test emacs-basic-display,
13239 not emacs-quick-startup.
13240
13241 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
13242
13243 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13244 (reb-next-match, reb-show-subexp): Use `with-selected-window'
13245 instead of `reb-with-current-window'.
13246 (reb-prev-match): Likewise. Also, don't move left if the search
13247 was unsuccessful.
13248 (reb-initialize-buffer): New function.
13249 (re-builder, reb-change-syntax): Use it.
13250
13251 * man.el (Man-goto-page): Make second argument NOERROR optional.
13252
13253 2005-07-23 Richard M. Stallman <rms@gnu.org>
13254
13255 * man.el (Man-bgproc-sentinel): Check here for failure to find
13256 any man page in the output, and report the error here.
13257 (Man-arguments): Make it permanent local.
13258 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
13259 (Man-mode): Pass t for NOERROR.
13260
13261 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
13262 (grep-mode-font-lock-keywords):
13263 Don't use compilation-...-face for messages that are not file names.
13264
13265 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13266 Don't use compilation-...-face for messages that are not file names.
13267
13268 2005-07-22 Juri Linkov <juri@jurta.org>
13269
13270 * startup.el (normal-splash-screen): Update menu name.
13271
13272 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13273
13274 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13275
13276 * term/xterm.el: Load term/rxvt if the terminal is actually an
13277 rxvt terminal.
13278 (xterm-rxvt-set-background-mode): Remove, not used anymore.
13279
13280 * term/rxvt.el (function-key-map): Use substitute-key-definition
13281 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
13282
13283 * term/cygwin.el: New file.
13284
13285 2005-07-22 Kim F. Storm <storm@cua.dk>
13286
13287 * image-file.el (insert-image-file, image-file-yank-handler):
13288 Fix last change to maintain a (unique) yank-handler on yanked images.
13289
13290 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
13291
13292 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13293 of the file size (as in "177B" for 177 bytes). This happens with
13294 "ls -lh" on FreeBSD.
13295
13296 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
13297
13298 * hilit-chg.el (highlight-changes-global-initial-state)
13299 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13300 (hilit-chg-fixup, highlight-changes-mode):
13301 Fix typos in docstrings.
13302 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13303 Doc fixes.
13304
13305 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13306
13307 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13308 mode function using `eval-after-load'.
13309
13310 2005-07-21 Kim F. Storm <storm@cua.dk>
13311
13312 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13313 included when reporting an emacs crash, and tell about the DEBUG file.
13314
13315 * image-file.el (insert-image-file): Add yank-handler.
13316 (image-file-yank-handler): Yank handler to make unique copies of
13317 images when they are yanked into a buffer next to each other.
13318
13319 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13320
13321 * comint.el (comint-use-prompt-regexp, comint-send-input)
13322 (comint-source-default, comint-extract-string)
13323 (comint-get-source, comint-word, comint-completion)
13324 (comint-source, comint-prompt-read-only, comint-update-fence):
13325 Fix typos in docstrings.
13326 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13327 Declare with define-obsolete-*-alias macros.
13328 (comint-previous-matching-input-from-input)
13329 (comint-next-matching-input-from-input)
13330 (comint-previous-matching-input, comint-next-matching-input)
13331 (comint-forward-matching-input):
13332 Improve argument/docstring consistency.
13333
13334 * desktop.el (desktop-clear-preserve-buffers-regexp):
13335 Also preserve the *server* buffer.
13336
13337 * simple.el (clone-indirect-buffer): Doc fix.
13338 (fixup-whitespace, just-one-space)
13339 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13340 (next-error, next-error-highlight)
13341 (next-error-highlight-no-select, next-error-last-buffer)
13342 (next-error-buffer-p, next-error-find-buffer, next-error)
13343 (previous-error, next-error-no-select, previous-error-no-select)
13344 (open-line, split-line, minibuffer-prompt-width, kill-new)
13345 (binary-overwrite-mode): Fix typos in docstrings.
13346 (set-fill-column): Fix typo in message.
13347
13348 * skeleton.el (skeleton-proxy-new): Doc fix.
13349
13350 * strokes.el (strokes-load-hook): Doc fix.
13351 (strokes-grid-resolution, strokes-get-grid-position)
13352 (strokes-renormalize-to-grid, strokes-read-stroke)
13353 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13354 (strokes-global-map): Fix typos in docstrings.
13355 (strokes-help): Doc fix. Fix help message and pass it through
13356 `substitute-command-keys'.
13357
13358 * tempo.el (tempo-insert-prompt, tempo-interactive)
13359 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13360 (tempo-insert-string-functions, tempo-local-tags)
13361 (tempo-define-template, tempo-insert-template)
13362 (tempo-insert-prompt-compat, tempo-is-user-element)
13363 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13364 Fix typos in docstrings.
13365
13366 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13367 (vcursor-key-bindings, vcursor-use-vcursor-map)
13368 (vcursor-find-window, vcursor-scroll-down)
13369 (vcursor-disable, vcursor-beginning-of-buffer)
13370 (vcursor-end-of-buffer): Fix typos in docstrings.
13371 (vcursor-relative-move, vcursor-get-char-count):
13372 Improve argument/docstring consistency.
13373
13374 * version.el: "?\ " -> "?\s".
13375
13376 * wid-edit.el (widget-default-create, widget-after-change)
13377 (widget-default-format-handler, widget-checklist-add-item)
13378 (widget-radio-add-item, widget-choose, widget-specify-secret)
13379 (widget-field-value-create, widget-field-value-get)
13380 (widget-editable-list-format-handler)
13381 (widget-editable-list-entry-create, widget-group-value-create)
13382 (widget-documentation-link-add)
13383 (widget-documentation-string-value-create): "?\ " -> "?\s".
13384 (widget-convert-text): Doc fix.
13385 (widget-narrow-to-field, widget-field-find)
13386 (widget-url-link-action, widget-emacs-library-link-action)
13387 (widget-color-notify): Fix typos in docstrings.
13388
13389 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13390 (x-select-text, set-w32-system-coding-system)
13391 (w32-add-charset-info): Fix typos in docstrings.
13392
13393 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13394 (cua-enable-cua-keys, cua-use-hyper-key)
13395 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13396 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13397
13398 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13399
13400 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13401 `defalias' instead of faking it.
13402
13403 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13404 (eshell-ls-missing, eshell-ls-dired-initial-args)
13405 (eshell-ls-use-in-dired): Fix typos in docstrings.
13406
13407 2005-07-20 Kim F. Storm <storm@cua.dk>
13408
13409 * emulation/cua-base.el (cua-mode): Improve doc string.
13410
13411 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13412
13413 * abbrev.el (expand-region-abbrevs): Doc fix.
13414 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13415 Improve argument/docstring consistency.
13416
13417 * arc-mode.el (archive-get-descr, archive-alternate-display):
13418 Doc fixes.
13419 (archive-l-e): Improve argument/docstring consistency.
13420 (archive-tmpdir, archive-unixdate, archive-unixtime)
13421 (archive-chmod-entry): Fix typos in docstrings.
13422 (archive-unflag, archive-unflag-backwards)
13423 (archive-unmark-all-files): "?\ " -> "?\s".
13424
13425 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13426 (Buffer-menu-not-modified, Buffer-menu-execute)
13427 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13428 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13429
13430 * composite.el (compose-string, encode-composition-rule)
13431 (compose-last-chars): Fix typos in docstrings.
13432
13433 * desktop.el (desktop-enable, desktop-basefilename):
13434 Declare with `define-obsolete-variable-alias'.
13435 (desktop-internal-v2s): Don't quote keywords.
13436 (desktop-clear): "?\ " -> "?\s".
13437
13438 * dired.el (dired-align-file, dired-flag-backup-files)
13439 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13440 (dired-listing-switches, dired-ls-F-marks-symlinks)
13441 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13442 (dired-directory, dired-faces, dired, dired-revert)
13443 (dired-mode, dired-summary, dired-view-file)
13444 (dired-copy-filename-as-kill, dired-delete-file)
13445 (dired-no-confirm, dired-unmark-all-marks)
13446 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13447 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13448 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13449 Fix typos in message strings.
13450
13451 * dired-x.el (virtual-dired): Declare with `defalias'.
13452 (dired-mark-unmarked-files, dired-local-variables-file)
13453 (dired-omit-here-always): Doc fix.
13454 (dired-omit-mode, dired-find-subdir)
13455 (dired-enable-local-variables, dired-clean-up-buffers-too)
13456 (dired-extra-startup, dired-mark-extension, dired-jump)
13457 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13458 (dired-smart-shell-command, dired-guess-shell-alist-user)
13459 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13460 (dired-x-bind-find-file, dired-x-submit-report):
13461 Fix typos in docstrings.
13462 (dired-mark-unmarked-files): "?\ " -> "?\s".
13463
13464 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13465
13466 * faces.el (describe-face): "?\ " -> "?\s".
13467 (read-all-face-attributes, read-face-font, modify-face)
13468 (face-attr-construct, italic): Fix typos in docstrings.
13469 (frame-update-face-colors): Declare with
13470 `define-obsolete-function-alias'.
13471
13472 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13473 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13474 (magic-mode-alist, buffer-file-numbers-unique)
13475 (write-file-functions, get-free-disk-space):
13476 Fix typos in docstrings.
13477 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13478 (write-contents-hooks, write-file-hooks):
13479 Declare with `define-obsolete-variable-alias'.
13480
13481 * forms-d2.el (arch-rj): Fix typo in docstrings.
13482 (arch-tocol): Likewise. "?\ " -> "?\s".
13483
13484 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13485 Fix typo in docstring.
13486 (set-screen-width, set-screen-height): Delete redundant info in
13487 doctrings.
13488 (new-frame, screen-height, screen-width): Declare with
13489 `define-obsolete-function-alias'.
13490 (delete-frame-hook, blink-cursor): Declare with
13491 `define-obsolete-variable-alias'.
13492
13493 * paths.el (prune-directory-list): Fix typos in docstring.
13494
13495 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13496 (cvs-prefix-get): Fix typos in docstrings.
13497
13498 * ps-print.el (ps-extend-face-list, ps-extend-face)
13499 (ps-print-background-image): Fix typos in docstrings.
13500 (ps-default-fg, ps-default-bg): Doc fixes.
13501
13502 * s-region.el (s-region-bind): Doc fix.
13503 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13504
13505 * textmodes/org.el (org-table-formula-substitute-names)
13506 (org-table-get-vertical-vector): Doc fixes.
13507 (org-table-recalculate): Remove unused argument to `message'.
13508
13509 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13510
13511 * textmodes/org.el (org-table-column-names)
13512 (org-table-column-name-regexp)
13513 (org-table-named-field-locations): New variables.
13514 (org-archive-subtree): Protect `this-command' when calling
13515 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13516 the kill buffer.
13517 (org-complete): Remove fixed-formula completion.
13518 (org-edit-formulas-map): New variable.
13519 (org-table-edit-formulas): New command.
13520 (org-finish-edit-formulas, org-abort-edit-formulas)
13521 (org-show-variable, org-table-get-vertical-vector): New functions.
13522 (org-table-maybe-eval-formula): Handle `:=' fields.
13523 (org-table-get-stored-formulas, org-table-store-formulas)
13524 (org-table-get-formula, org-table-modify-formulas)
13525 (org-table-replace-in-formulas): Handle named field formulas.
13526 (org-table-get-specials): Store locations of named fields.
13527
13528 2005-07-19 Juri Linkov <juri@jurta.org>
13529
13530 * progmodes/grep.el (grep-regexp-alist)
13531 (grep-mode-font-lock-keywords, grep-process-setup):
13532 Use default GNU grep match color "01;31m" instead of "01;41m".
13533 (grep-regexp-alist, grep-mode-font-lock-keywords):
13534 Use `\\[[0-9]*m' instead of `\\[00m'.
13535 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13536 sgr_start where its handling is more important. Use the real
13537 length of sgr_start instead of constant 8.
13538 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13539 specially. Delete all remaining escape sequences.
13540 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13541 (grep-regexp-alist): Make hyperlink only for binary file name
13542 instead of the whole line.
13543 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13544 (grep-mode): Add autoload.
13545
13546 * emacs-lisp/find-func.el (find-function-regexp):
13547 Add `define-compilation-mode'.
13548
13549 2005-07-19 Juri Linkov <juri@jurta.org>
13550
13551 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13552 (compare-windows-sync-string-size, compare-windows-recenter)
13553 (compare-windows-highlight, compare-windows): Add version 22.1.
13554 (compare-windows) <defface>: Inherit from lazy-highlight instead
13555 of duplicating its default value.
13556
13557 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13558 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13559
13560 * descr-text.el (describe-char): Create link buttons for `charset'
13561 and `code point'. Add the current input method name with a link
13562 button to `to input' field. Print face names of display table
13563 characters in `The display table entry is displayed by' section
13564 instead of printing face-id in the `display' field.
13565 Guess hardcoded faces and create a link button for them.
13566 Skip empty fields when calculating max-width.
13567 Treat `widget-create' specially while inserting strings from the
13568 collected field list.
13569 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13570
13571 * diff-mode.el (diff-file-header): Change foreground color from
13572 yellow to green on light backgrounds.
13573 (diff-context): Inherit from `shadow' only for color/grayscale
13574 with more than 88 colors.
13575 (diff-indicator-removed, diff-indicator-added)
13576 (diff-indicator-changed): New faces.
13577 (diff-font-lock-keywords): Use new faces. Regroup rules.
13578 Add "^---$" for `normal' diff format. Fontify `#' lines with
13579 font-lock-comment-delimiter-face and font-lock-comment-face.
13580 Add `#' to ^[^...] in the rule for `diff-context-face'.
13581
13582 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13583 a button-like box. Inherit from `highlight' on low colors.
13584 (shadow): Use shades of gray only for color/grayscale with
13585 more than 88 colors. Use green for light backgrounds with
13586 8 colors, and yellow for dark backgrounds with 8 colors.
13587
13588 * font-lock.el (font-lock-regexp-grouping-backslash):
13589 Don't inherit from escape-glyph (use bold for all cases).
13590
13591 * info.el (info-xref-visited): Use light foreground color `violet'
13592 for dark backgrounds instead of dark color `magenta3'.
13593 (info-title-1): Use `yellow' color for dark backgrounds.
13594
13595 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13596 too-light magenta2.
13597
13598 * replace.el (match): Use slightly more light RoyalBlue3 instead
13599 of dark RoyalBlue4.
13600
13601 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13602
13603 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13604
13605 * novice.el (disabled-command-hook): Declare it with
13606 `define-obsolete-variable-alias'.
13607
13608 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13609 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13610 (desktop-load-default): Add release to obsolescence info.
13611 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13612 (desktop-append-buffer-args, desktop-read):
13613 Fix typos in docstrings.
13614 (desktop-kill): Fix typo in message.
13615 (desktop-save): Doc fix.
13616
13617 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13618
13619 * viper-cmd.el (viper-escape-to-state): Bug fix.
13620 (viper-envelop-ESC-key): Change the definition of fast
13621 keysequence so it'll work with keyboard macros.
13622
13623 * ediff.el (ediff-patch-buffer): Change the docstring.
13624
13625 2005-07-19 Kenichi Handa <handa@m17n.org>
13626
13627 * international/mule-cmds.el (select-safe-coding-system): Try to
13628 use an auto-coding (if any) before anything else. If the found
13629 auto-coding is invalid, show a warning message.
13630
13631 * international/mule.el (find-auto-coding): New function created
13632 by modifying the body of set-auto-coding.
13633 (set-auto-coding): Use find-auto-coding to find a coding.
13634
13635 2005-07-18 Richard M. Stallman <rms@gnu.org>
13636
13637 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13638 not isearch-mode-end-hook-error.
13639 (allout-before-change-protect): Fix error message.
13640
13641 2005-07-18 Juri Linkov <juri@jurta.org>
13642
13643 * allout.el (allout-mode):
13644 * calculator.el (calculator-copy):
13645 * custom.el (custom-known-themes):
13646 * dired.el (dired-desktop-buffer-misc-data)
13647 (dired-restore-desktop-buffer):
13648 * dired-x.el (dired-omit-marker-char):
13649 * files.el (basic-save-buffer):
13650 * font-core.el (font-lock-mode):
13651 * calendar/calendar.el (calendar-goto-hebrew-date)
13652 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13653 (calendar-goto-persian-date):
13654 * language/ethio-util.el (ethio-sera-to-fidel-region):
13655 * textmodes/picture.el (picture-mode):
13656 Delete duplicate duplicate words.
13657
13658 2005-07-18 Juri Linkov <juri@jurta.org>
13659
13660 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13661 chars * ? } |.
13662 (isearch-fallback): Don't call `isearch-process-search-char'.
13663 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13664 (isearch-process-search-char): Call `isearch-fallback' for regexp
13665 chars * ? } |.
13666 (isearch-return-char): Make obsolete with `make-obsolete' instead
13667 of simply documenting it as obsolete in the docstring.
13668 (isearch-fallback): Refill docstring.
13669
13670 * international/isearch-x.el
13671 (isearch-process-search-multibyte-characters): Remove unneeded
13672 `concat'. Add intermediate values to `junk-hist' instead of
13673 `minibuffer-history'. Test the length of `str'.
13674
13675 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13676
13677 * allout.el (allout-resolve-xref): Fix typos in error strings.
13678 (allout-before-change-protect): Remove unneeded `concat'.
13679
13680 * array.el (array-mode, array-reconfigure-rows)
13681 (untabify-backward): Fix typos in docstrings.
13682 (array-reconfigure-rows): Use `insert-buffer-substring', not
13683 `insert-buffer'.
13684
13685 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13686 * progmodes/ada-mode.el (ada-make-body):
13687 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13688
13689 * dired.el (dired-log):
13690 * tar-mode.el (tar-subfile-save-buffer):
13691 * play/zone.el (zone-pgm-stress-destress):
13692 Use `insert-buffer-substring', not `insert-buffer'.
13693
13694 2005-07-17 Simon Josefsson <jas@extundo.com>
13695
13696 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13697
13698 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13699
13700 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13701 Add plain auth method.
13702 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13703
13704 2005-07-17 Kim F. Storm <storm@cua.dk>
13705
13706 * ido.el (dired-other-window): Add ido property.
13707
13708 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13709
13710 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13711 Fix typo in docstring.
13712 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13713 `insert-file-literally'.
13714
13715 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13716 info and delete redundant message. Doc fix.
13717 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13718 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13719
13720 2005-07-16 Richard M. Stallman <rms@gnu.org>
13721
13722 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13723 (byte-compile-and): Use byte-compile-and-recursion.
13724 (byte-compile-or-recursion): New function.
13725 (byte-compile-or): Use that.
13726 (byte-compile-if): Guard the else-clause too.
13727 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13728
13729 * isearch.el (isearch-mode-end-hook-quit): New variable.
13730 (isearch-done): Bind it.
13731 (isearch-mode-end-hook): Doc fix.
13732
13733 * allout.el (allout-isearch-did-quit): Variable deleted.
13734 (allout-real-isearch-abort): Function name no longer used.
13735 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13736 (allout-isearch-rectification): isearch-mode always exists.
13737 Don't set allout-isearch-did-quit.
13738 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13739 allout-isearch-did-quit.
13740 (allout-enwrap-isearch): Just add the hook.
13741 (allout-isearch-abort): Function deleted.
13742 (allout-pre-command-business): Avoid warning.
13743
13744 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13745 Correctly avoid warnings.
13746 (pascal-outline): Likewise.
13747
13748 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13749
13750 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13751
13752 * play/tetris.el (tetris-mode): Avoid warning.
13753
13754 * play/snake.el (snake-mode): Avoid warning.
13755
13756 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13757 (gamegrid-set-display-table): Avoid warning.
13758 (gamegrid-set-timer): Likewise.
13759 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13760 (gamegrid-add-score-with-update-game-score-1): Take FILE
13761 as argument.
13762 (gamegrid-add-score-with-update-game-score): Pass that argument.
13763 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13764
13765 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13766
13767 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13768 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13769
13770 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13771 and insert-file.
13772
13773 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13774 (sc-ask): Avoid warnings.
13775
13776 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13777 (eshell-hist-initialize): Use that var the natural way.
13778
13779 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13780
13781 * emacs-lisp/re-builder.el (reb-cook-regexp):
13782 Avoid warning calling lre-compile-string.
13783 (reb-color-display-p): Avoid warning.
13784
13785 * calculator.el (calculator-last-input): Guard uses
13786 of event-key and key-press-event-p.
13787 (event-key, key-press-event-p): Delete definitions.
13788
13789 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13790 (find-gc-source-directory, find-gc-subrs-callers)
13791 (find-gc-noreturn-list, find-gc-source-files)
13792 (find-gc-subrs-called): Vars renamed and defvar'd.
13793
13794 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13795 (checkdoc-overlay-put, checkdoc-delete-overlay)
13796 (checkdoc-overlay-start, checkdoc-overlay-end)
13797 (checkdoc-mode-line-update, checkdoc-char=):
13798 Define such that compiler knows they are defined.
13799 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13800 (checkdoc-read-event): Delete. Use read-event directly.
13801
13802 * whitespace.el (whitespace-make-overlay)
13803 (whitespace-overlay-put, whitespace-delete-overlay)
13804 (whitespace-overlay-start, whitespace-overlay-end):
13805 Define such that compiler knows they are defined.
13806 (whitespace): Move conditional inside.
13807
13808 * tempo.el (tempo-insert-template): Suppress warning.
13809
13810 * ediff-diff.el (longlines-mode): Add defvar.
13811
13812 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13813
13814 * server.el: Bind "C-x #" in a way that works even if C-x is
13815 redefined to a command key, not a prefix key.
13816
13817 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13818
13819 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13820 cl-make-type-test till execution time.
13821
13822 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13823
13824 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13825 arg ARG and use it.
13826
13827 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13828
13829 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13830
13831 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13832
13833 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13834 a defcustom with two :set or :type keywords.
13835
13836 2005-07-15 Richard M. Stallman <rms@gnu.org>
13837
13838 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13839 Don't give ^M comment-end syntax.
13840
13841 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13842
13843 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13844 Don't consider gdbmi (gdb-mi.el has its own update functions).
13845 (gdb-var-delete): Make it work for gdbmi as well.
13846 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13847
13848 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13849 (gud-speedbar-menu-items): Correct logic for enabling items.
13850
13851 2005-07-15 Kim F. Storm <storm@cua.dk>
13852
13853 * ido.el: Fix commentary.
13854 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13855 Use with-no-warnings around ffap-guesser.
13856 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13857 Let bind minibuffer-completing-file-name to t.
13858
13859 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13860
13861 * startup.el (site-run-file, keyboard-type): Doc fixes.
13862 (command-line): Check for "--basic-display" argument; also for
13863 "--quick", not "--bare-bones" (which was renamed).
13864 (fancy-splash-text): Add missing item "Getting New Versions".
13865 (normal-splash-screen): Fix typos and improve consistency with
13866 `fancy-splash-text'. Update copyright year.
13867
13868 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13869 valid binding for `help-char'.
13870
13871 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13872
13873 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13874
13875 * term.el (term-mode): Disable cua-mode for term buffers.
13876
13877 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13878
13879 * add-log.el (add-log-mailing-address, change-log-merge):
13880 Doc fixes.
13881 (change-log-get-method-definition): Fix typo in docstring.
13882
13883 2005-07-14 Kim F. Storm <storm@cua.dk>
13884
13885 * emulation/cua-base.el:
13886 (cua--pre-command-handler-1, cua--pre-command-handler)
13887 (cua--post-command-handler-1, cua--post-command-handler):
13888 Split in two. Check (buffer local) value of cua-mode.
13889 (cua-selection-mode): New command.
13890
13891 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13892
13893 * custom.el (custom-initialize-safe-set)
13894 (custom-initialize-safe-default): Doc fixes.
13895
13896 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13897 and simplify :init-value again.
13898
13899 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13900 and simplify :init-value again. Delete autoload.
13901
13902 * startup.el (command-line): Use `custom-reevaluate-setting' again
13903 for tooltip-mode.
13904
13905 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13906 a defcustom with two :initialize keywords.
13907
13908 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13909
13910 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13911 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13912 (allout-post-command-business, allout-flag-region)
13913 (isearch-reenable-font-lock, allout-yank)
13914 (allout-insert-latex-header, allout-insert-latex-trailer)
13915 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13916 (allout-latex-verb-quote): Fix typos in docstrings.
13917 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13918 (allout-unprotected, allout-prefix-data):
13919 Improve argument/docstring consistency.
13920 (allout-chart-subtree): Fix argument spec.
13921 (allout-open-topic): Rename `use_sib_bullet' argument to
13922 `use-sib-bullet'. Doc fix.
13923
13924 * whitespace.el (whitespace-check-buffer-leading)
13925 (whitespace-check-buffer-trailing)
13926 (whitespace-check-buffer-indent)
13927 (whitespace-check-buffer-spacetab)
13928 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13929 (whitespace-check-leading-whitespace)
13930 (whitespace-check-trailing-whitespace)
13931 (whitespace-check-spacetab-whitespace)
13932 (whitespace-check-indent-whitespace)
13933 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13934 (whitespace-modes): Fix typos in docstrings.
13935 (defgroup, defcustom): Doc fixes.
13936
13937 * winner.el (winner-mode, winner-boring-buffers)
13938 (winner-pending-undo-ring): Doc fixes.
13939 (winner-ring): Remove unneeded `progn'.
13940 (winner-equal): `defsubst' it.
13941 (winner-redo): Fix message.
13942
13943 2005-07-13 Kim F. Storm <storm@cua.dk>
13944
13945 * simple.el (line-move-1): Always use vertical-motion to
13946 do the last (or only) line move to ensure some movement.
13947 Undo 2005-06-23 change--don't check for overlays.
13948
13949 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13950
13951 * term/mac-win.el (ccl-encode-mac-roman-font)
13952 (ccl-encode-mac-centraleurroman-font)
13953 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13954 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13955 Change charset-id boundary of dimension to ?\xef.
13956 (mac-char-fontspec-list): New constant.
13957 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
13958 argument. Nil uses itself as family in font-spec. Previous
13959 behavior for nil is now provided by non-nil non-string argument.
13960 All callers changed. Add font-specs for Mac fonts to
13961 "fontset-default" unless iso8859-1 fonts are installed.
13962
13963 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13964
13965 * progmodes/sh-script.el (sh-get-indent-info): Only indent
13966 a continuation line if the \ is preceded by SPC or TAB.
13967 (sh-get-indent-info): Simplify.
13968 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13969 Use with-current-buffer.
13970
13971 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13972 when the matched text is empty.
13973
13974 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
13975
13976 * startup.el (command-line): Revert to previous handling of
13977 tooltip-mode. Explain in comment why the complexity is needed.
13978
13979 * tooltip.el (tooltip-mode): Revert to previous implementation of
13980 its defcustom.
13981
13982 * frame.el (blink-cursor-mode): Revert to previous implementation
13983 of its defcustom. Update comment.
13984
13985 2005-07-12 Lars Hansen <larsh@soem.dk>
13986
13987 * desktop.el: Update e-mail address.
13988
13989 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13990
13991 * term/mac-win.el (mac-services-mail-selection)
13992 (mac-services-mail-to): New functions.
13993 (mac-application-menu-map): Bind them.
13994
13995 2005-07-12 wulei <milton@wulei.net> (tiny change)
13996
13997 * progmodes/gdb-ui.el: Add note about buffering with Windows.
13998
13999 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
14000
14001 * custom.el (custom-reevaluate-setting): Doc fix.
14002
14003 2005-07-11 Jay Belanger <belanger@truman.edu>
14004
14005 * calc/calc.el (calc-embedded-announce-formula-alist)
14006 (calc-embedded-open-close-plain-alist)
14007 (calc-embedded-open-close-mode-alist): Add checks for additional
14008 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
14009
14010 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
14011
14012 * custom.el (custom-enable-theme): Don't add theme to
14013 `custom-enabled-themes' with `push' because there is no
14014 setf-method for `delq'.
14015
14016 2005-07-11 Richard M. Stallman <rms@gnu.org>
14017
14018 * custom.el (custom-declare-variable): Doc fix.
14019
14020 * dired-aux.el (dired-compare-directories): Remove "." and ".."
14021 from the alists.
14022
14023 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
14024 Do nothing if edebug-active.
14025
14026 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
14027 (edebug-display): Do it here instead.
14028
14029 2005-07-10 Richard M. Stallman <rms@gnu.org>
14030
14031 * cus-face.el (custom-theme-set-faces): Make it work.
14032 (custom-reset-faces): Doc fix.
14033 (custom-theme-reset-internal-face, custom-theme-face-value):
14034 Functions deleted.
14035
14036 * custom.el (custom-push-theme): Maintain list of the settings
14037 of a given theme in its theme-settings property.
14038 Maintain position of old settings in the theme-value
14039 or theme-face property.
14040 (custom-enabled-themes): New variable.
14041 (custom-theme-enabled-p): New function.
14042 (provide-theme): Update custom-enabled-themes.
14043 Disable and reenable the `user' theme.
14044 (require-theme): Doc fix.
14045 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
14046 (custom-theme-value, custom-theme-variable-value): Likewise.
14047 (custom-theme-reset-internal): Likewise.
14048 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
14049 (custom-enable-theme, custom-disable-theme): New functions.
14050 (custom-variable-theme-value, custom-face-theme-value): Likewise.
14051 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
14052 (custom-theme-reset-variables): Simplify.
14053 (deftheme, custom-declare-theme, custom-make-theme-feature):
14054 Definitions moved.
14055
14056 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
14057
14058 * longlines.el (longlines-show-region)
14059 (longlines-unshow-hard-newlines): Recognize hard newlines by
14060 non-nil hard property, instead of t.
14061
14062 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
14063
14064 * viper-cmd.el (viper--key-maps): New variable.
14065 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
14066 emulation-mode-map-alists.
14067 (viper-envelop-ESC-key): Use viper-subseq.
14068 (viper-search-forward/backward/next): Disable debug-on-error.
14069
14070 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14071 (viper-ESC-key): New defcustoms.
14072
14073 * viper-macs.el (ex-map-read-args): Use viper-subseq.
14074
14075 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
14076 (viper-subseq): Copy of subseq from cl.el.
14077
14078 * viper.el (viper-go-away, viper-set-hooks): Use
14079 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
14080
14081 * viper-mous.el (viper-current-frame-saved): Use defvar.
14082
14083 * viper-init.el: Get rid of -face in face names.
14084
14085 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
14086 Make it work with longlines mode
14087
14088 * ediff-mult.el (ediff-meta-mode-hook): New variable.
14089
14090 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
14091
14092 * ediff-init.el: Get rid of -face in face names.
14093
14094 2005-07-10 Richard M. Stallman <rms@gnu.org>
14095
14096 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
14097 and with-timeout-unsuspend.
14098
14099 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
14100 and with-timeout-unsuspend.
14101
14102 * emacs-lisp/timer.el (with-timeout-timers): New variable.
14103 (with-timeout): Bind that variable to record timers.
14104 (with-timeout-suspend, with-timeout-unsuspend): New functions.
14105
14106 * emacs-lisp/debug.el (debug-help-follow): New function.
14107 (debugger-mode-map): Use that instead of help-follow.
14108 (debugger-setup-buffer): Use eval-buffer-list
14109 to handle eval-buffer frames.
14110
14111 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
14112
14113 * timezone.el (timezone-parse-date): Change first regexp
14114 so it will not mistakenly match dates with no time zone.
14115
14116 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
14117
14118 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
14119
14120 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
14121
14122 * custom.el (custom-initialize-safe-set)
14123 (custom-initialize-safe-default): New functions.
14124
14125 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
14126 and simplify :init-value.
14127
14128 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
14129 and simplify :init-value. Delete obsolete comment.
14130
14131 * startup.el (command-line): Use `custom-reevaluate-setting' to
14132 handle `tooltip-mode'. Delete obsolete comment.
14133
14134 * files.el (set-visited-file-name): Avoid calling
14135 `file-name-nondirectory' with a nil argument.
14136
14137 2005-07-09 Richard M. Stallman <rms@gnu.org>
14138
14139 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
14140 was called with nil for the buffer, handle the read position right.
14141 Handle read position for eval-region, too.
14142
14143 2005-07-09 Juri Linkov <juri@jurta.org>
14144
14145 * fringe.el (fringe-mode): Add period in docstring.
14146 (fringe-query-style): Build prompt depending on `all-frames' arg.
14147
14148 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
14149 to not create links to unrelated functions in the Help buffer.
14150
14151 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
14152 Doc fix.
14153
14154 * simple.el (next-error-hook): New variable.
14155 (next-error): Use it. Doc fix.
14156
14157 * textmodes/ispell.el (ispell-command-loop): Add current
14158 dictionary name and program name to mode-line-format.
14159 (ispell-region, ispell-process-line): Add current dictionary name
14160 and program name to messages.
14161
14162 2005-07-08 Jay Belanger <belanger@truman.edu>
14163
14164 * calc/calc.el (calc-embedded-announce-formula-alist)
14165 (calc-embedded-open-close-formula-alist)
14166 (calc-embedded-open-close-word-alist)
14167 (calc-embedded-open-close-plain-alist)
14168 (calc-embedded-open-close-new-formula-alist)
14169 (calc-embedded-open-close-mode-alist)
14170 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
14171 (calc-embedded-mode-hook): New variables.
14172
14173 * calc/calc-embed.el (calc-embedded-firsttime)
14174 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
14175 New variables.
14176 (calc-do-embedded): Use calc-embedded-firsttime,
14177 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
14178 determine whether or not to run hooks.
14179 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
14180 calc-embedded-firsttime-formula appropriately.
14181 Set calc-embedded delimiter variables according to mode.
14182
14183 2005-07-08 Richard M. Stallman <rms@gnu.org>
14184
14185 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
14186 Check for "emacs", etc., as entire symbol, not just as word.
14187 (checkdoc-file-comments-engine): Use regexp-quote on FN.
14188
14189 * files.el (set-visited-file-name): Report the error
14190 for "empty filename" earlier.
14191 (kill-some-buffers): Ignore buffers already dead.
14192
14193 * fringe.el (fringe-mode): Doc fix.
14194
14195 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14196 Check for (featurep 'xemacs) and turn off warnings in what it guards.
14197 Use unwind-protect to ensure byte-compile-unresolved-functions
14198 is updated.
14199
14200 * whitespace.el (whitespace-buffer-leading-cleanup):
14201 Simplify w/ skip-chars-forward.
14202 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
14203
14204 * mail/rmail.el (rmail-only-expunge): Fix paren error.
14205 Unconditionally try to leave point at the same old place.
14206
14207 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
14208
14209 * comint.el (comint-postoutput-scroll-to-bottom)
14210 (comint-show-maximum-output): Take scroll-margin into consideration.
14211
14212 2005-07-08 Kim F. Storm <storm@cua.dk>
14213
14214 * ido.el (ido-use-filename-at-point): New choice `guess'.
14215 (ido-file-internal): Try ffap-guesser if selected.
14216
14217 * ido.el (ido-before-fallback-functions): New hook.
14218 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
14219 (ido-read-file-name): Run it.
14220
14221 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
14222
14223 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
14224 strings rather than a list of symbols to the completion function.
14225
14226 2005-07-07 Jay Belanger <belanger@truman.edu>
14227
14228 * calc/calc-units.el (math-apply-units): Change the places in
14229 which units are simplified.
14230
14231 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
14232
14233 * cus-edit.el (customize-option, customize-option-other-window):
14234 Make them handle aliases.
14235
14236 * custom.el (custom-variable-p): Make it recursively follow
14237 aliases. Mention that in the docstring.
14238
14239 2005-07-07 Richard M. Stallman <rms@gnu.org>
14240
14241 * cus-start.el (exec-path): Use `directory' instead of `file'.
14242 Fix tag for nil.
14243
14244 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14245
14246 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
14247 when called non-interactively. Doc fix.
14248
14249 2005-07-07 Lute Kamstra <lute@gnu.org>
14250
14251 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
14252 new address as well.
14253
14254 2005-07-07 Kenichi Handa <handa@m17n.org>
14255
14256 * international/mule.el (make-coding-system):
14257 Describe `ascii-incompatible' property in the docstring.
14258 (set-file-name-coding-system): Signal an error if coding-system is
14259 ascii-incompatible.
14260 (set-keyboard-coding-system): Likewise.
14261
14262 * international/mule-cmds.el (set-default-coding-systems):
14263 Don't set default-file-name-coding-system and
14264 default-keyboard-coding-system if coding-system is ASCII-incompatible.
14265
14266 * international/utf-16.el: Declare that all UTF-16-based coding
14267 systems are ASCII-incompatible.
14268
14269 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
14270
14271 * progmodes/gud.el: Require font-lock for displaying errors.
14272 Used by gdb-ui.el.
14273
14274 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14275
14276 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14277 values for the pattern lists which are `read'able but not
14278 `append'able (like symbols).
14279
14280 2005-07-06 Richard M. Stallman <rms@gnu.org>
14281
14282 * progmodes/flymake.el (flymake-float-time): Instead of
14283 with-no-warnings, test for xemacs.
14284 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14285 to avoid warning.
14286
14287 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
14288
14289 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14290
14291 2005-07-05 Lute Kamstra <lute@gnu.org>
14292
14293 * battery.el: Add support for Darwin (with much debugging help
14294 from Samuel Lauber <sam124@operamail.com>).
14295 (battery-status-function, battery-echo-area-format)
14296 (battery-mode-line-format): Add support for pmset on Darwin.
14297 (battery-load-low, battery-load-critical): New user options.
14298 (battery-pmset): New function.
14299
14300 2005-07-05 Lute Kamstra <lute@gnu.org>
14301
14302 Update FSF's address in GPL notices.
14303
14304 * textmodes/page-ext.el: Update FSF's address.
14305
14306 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14307
14308 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14309 filling from using prefix when filling a single-line docstring.
14310
14311 * progmodes/flymake.el: Remove useless eval-when-compile.
14312
14313 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14314
14315 2005-07-04 Richard M. Stallman <rms@gnu.org>
14316
14317 * textmodes/org.el (org-file-apps-defaults-gnu):
14318 Rename from org-file-apps-defaults-linux.
14319 (org-default-apps): Don't test system-type for `linux'.
14320 (org-file-apps): Doc fix.
14321
14322 2005-07-04 David Ponce <david@dponce.com>
14323
14324 * tree-widget.el: Improve header Commentary section.
14325 (tree-widget) [defgroup]
14326 (tree-widget-image-enable, tree-widget-themes-directory)
14327 (tree-widget-theme, tree-widget-image-properties-emacs)
14328 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14329 (tree-widget-image-formats, tree-widget-control)
14330 (tree-widget-empty-control, tree-widget-leaf-control
14331 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14332 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14333 (tree-widget-keep, tree-widget-after-toggle-functions)
14334 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14335 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14336 :help-echo message.
14337 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14338 (tree-widget-image-properties): Doc fix. Clearer implementation.
14339 (tree-widget--cursors): New constant.
14340 (tree-widget-lookup-image): New function split from
14341 `tree-widget-find-image'. Clearer implementation.
14342 (tree-widget-find-image): Use it.
14343 (tree-widget-button-keymap): Use `set-keymap-parent'.
14344 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14345 Define the sub-widgets here.
14346 (tree-widget-node): Check that :node is not a tree-widget.
14347 (tree-widget-get-super, tree-widget-open-control)
14348 (tree-widget-close-control, tree-widget-empty-control)
14349 (tree-widget-leaf-control, tree-widget-guide)
14350 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14351 (tree-widget-no-handle, tree-widget-value-delete)
14352 (tree-widget-map): Remove.
14353 (tree-widget-children-value-save): Doc fix. Simplified.
14354 (tree-widget-value-create): Update according to previous changes.
14355
14356 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14357
14358 * textmodes/org.el: Leading space replaced by TABS.
14359 (org-recalc-marks, org-table-rotate-recalc-marks)
14360 (org-table-get-specials): Treat "^" and "_" marks.
14361 (org-table-justify-field-maybe): Optional argument NEW.
14362 (org-table-eval-formula): Parsing of the format simplified.
14363 New modes C,I. Honor the %= parameter in the current table.
14364 Avoid unnecessary re-align by using the NEW argument to
14365 `org-table-justify-field-maybe'.
14366 (org-calc-default-modes): Default for date-format mimicks org-mode.
14367 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14368
14369 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14370
14371 * cus-face.el (custom-theme-set-faces): Make it handle face
14372 aliases whose alias declarations are pre- or autoloaded.
14373
14374 2005-07-04 Juri Linkov <juri@jurta.org>
14375
14376 * faces.el (read-face-name): Put the code for getting a face name
14377 from the buffer before adding the faces from the `face' property.
14378 Use `completing-read-multiple' instead of `completing-read'.
14379 Require `crm'. Add default value and post-process the returned
14380 list of faces.
14381
14382 * emacs-lisp/crm.el (crm-find-current-element)
14383 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14384
14385 * emacs-lisp/lisp-mode.el (eval-defun-1):
14386 * emacs-lisp/edebug.el (edebug-eval-defun):
14387 Remove unnecessary quotes.
14388
14389 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14390
14391 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14392 (prolog-indent-level): Fix typo in docstring.
14393
14394 * info.el (Info-history, Info-history-forward)
14395 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14396
14397 * add-log.el (add-change-log-entry):
14398 * comint.el (comint-dynamic-list-input-ring)
14399 (comint-dynamic-list-completions):
14400 * dabbrev.el (dabbrev-expand):
14401 * delim-col.el (delimit-columns-rectangle-line):
14402 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14403 (diff-unified->context):
14404 * ediff-init.el (ediff-abbrev-jobname):
14405 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14406 (ediff-replace-session-activity-marker-in-meta-buffer):
14407 * info.el (Info-summary):
14408 * lpr.el (printify-region):
14409 * printing.el (pr-create-interface):
14410 * ps-print.el (ps-print-quote):
14411 * ses.el (ses-column-widths, ses-print-cell)
14412 (ses-adjust-print-width, ses-center):
14413 * shell.el (shell-file-name-quote-list):
14414 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14415 (strokes-fill-current-buffer-with-whitespace)
14416 (strokes-xpm-for-stroke, strokes-list-strokes)
14417 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14418 * term.el (term-dynamic-list-input-ring)
14419 (term-dynamic-list-completions):
14420 * calc/calc.el (math-format-stack-value):
14421 * emacs-lisp/edebug.el (edebug-display-freq-count):
14422 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14423 (delphi-new-comment-line):
14424 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14425 * progmodes/executable.el (executable-set-magic):
14426 * progmodes/python.el (inferior-python-mode):
14427 * progmodes/scheme.el (scheme-mode-syntax-table):
14428 * progmodes/sh-script.el (sh-maybe-here-document):
14429 * progmodes/sql.el (sql-copy-column):
14430 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14431 * textmodes/bibtex.el (bibtex-mode):
14432 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14433 (sgml-auto-attributes):
14434 * textmodes/table.el (table-insert, table-shorten-cell)
14435 (table--generate-source-scan-lines, table-delete-row)
14436 (*table--cell-delete-char, table--spacify-frame)
14437 (table--horizontally-shift-above-and-below)
14438 (table--cell-insert-char, table--cell-blank-str)
14439 (table--fill-region-strictly):
14440 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14441 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14442
14443 * add-log.el (change-log):
14444 * apropos.el (apropos):
14445 * comint.el (comint-completion, comint-source):
14446 * dabbrev.el (dabbrev):
14447 * delim-col.el (columns):
14448 * diff-mode.el (diff-mode):
14449 * ediff.el (ediff):
14450 * ediff-diff.el (ediff-diff):
14451 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14452 * ediff-mult.el (ediff-mult):
14453 * ediff-ptch.el (ediff-ptch):
14454 * ediff-wind.el (ediff-window):
14455 * facemenu.el (facemenu):
14456 * indent.el (indent):
14457 * info.el (info):
14458 * jka-cmpr-hook.el (compression, jka-compr):
14459 * lpr.el (lpr):
14460 * outline.el (outlines):
14461 * pcmpl-cvs.el (pcmpl-cvs):
14462 * pcmpl-rpm.el (pcmpl-rpm):
14463 * printing.el (printing):
14464 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14465 (ps-print-vertical, ps-print-headers, ps-print-font)
14466 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14467 (ps-print-background, ps-print-printer, ps-print-page)
14468 (ps-print-miscellany):
14469 * ses.el (ses):
14470 * shell.el (shell, shell-directories, shell-faces):
14471 * startup.el (initialization):
14472 * strokes.el (strokes):
14473 * term.el (term):
14474 * uniquify.el (uniquify):
14475 * w32-vars.el (w32):
14476 * calc/calc.el (calc):
14477 * emacs-lisp/bytecomp.el (bytecomp):
14478 * emacs-lisp/cl-indent.el (lisp-indent):
14479 * emacs-lisp/edebug.el (edebug):
14480 * emacs-lisp/elp.el (elp):
14481 * emacs-lisp/testcover.el (testcover):
14482 * emacs-lisp/trace.el (trace):
14483 * emulation/viper-ex.el (viper-ex):
14484 * emulation/viper-mous.el (viper-mouse):
14485 * mail/mailalias.el (mailalias):
14486 * mail/supercite.el (supercite, supercite-frames)
14487 (supercite-attr, supercite-cite, supercite-hooks):
14488 * net/rcompile.el (remote-compile):
14489 * net/rlogin.el (rlogin):
14490 * obsolete/ooutline.el (outlines):
14491 * progmodes/delphi.el (delphi):
14492 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14493 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14494 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14495 (ebnf-optimization):
14496 * progmodes/etags.el (etags):
14497 * progmodes/executable.el (executable):
14498 * progmodes/idlwave.el (idlwave):
14499 * progmodes/pascal.el (pascal):
14500 * progmodes/prolog.el (prolog):
14501 * progmodes/python.el (python):
14502 * progmodes/scheme.el (scheme):
14503 * progmodes/sh-script.el (sh, sh-script):
14504 * progmodes/sql.el (SQL):
14505 * progmodes/tcl.el (tcl):
14506 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14507 * textmodes/enriched.el (enriched):
14508 * textmodes/makeinfo.el (makeinfo):
14509 * textmodes/sgml-mode.el (sgml):
14510 * textmodes/table.el (table-hooks):
14511 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14512 * textmodes/texinfo.el (texinfo):
14513 * textmodes/two-column.el (two-column):
14514 Finish `defgroup' description with period.
14515
14516 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14517 * eshell/esh-var.el (eshell-var):
14518 * progmodes/vhdl-mode.el (vhdl-testbench):
14519 * textmodes/org.el (org): Fix typos in docstrings.
14520
14521 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14522 consistency.
14523
14524 * progmodes/flymake.el (flymake-find-file): Remove.
14525 (flymake-float-time): Use `with-no-warnings'.
14526 (flymake-check-start-time, flymake-check-was-interrupted)
14527 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14528 (flymake-new-err-info): `defvar' at compile time.
14529
14530 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14531
14532 * replace.el (occur-hook): Doc fix.
14533 (occur-1): Don't call `occur-hook' if there are no matches.
14534
14535 2005-07-03 Richard M. Stallman <rms@gnu.org>
14536
14537 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14538 global-map, save the same map.
14539 (global-map): Don't alter it at top level.
14540 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14541 Then alter it here instead.
14542 (tpu-edt-off): Set global-map to the saved one.
14543
14544 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14545 All references simplified.
14546 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14547 (zmacs-regions): Add defvar.
14548 (repeat-complex-command-map): Everything about that deleted.
14549
14550 * textmodes/artist.el (artist-key-is-drawing)
14551 (artist-key-endpoint1, artist-key-poly-point-list)
14552 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14553 (artist-key-compl-table, artist-rb-save-data)
14554 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14555 Don't put them in eval-when-compile.
14556 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14557
14558 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14559 Use with-no-warnings.
14560
14561 * net/browse-url.el (dos-windows-version): Add defvar.
14562
14563 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14564
14565 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14566 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14567 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14568 Add defvar.
14569 (rmail-summary-beginning-of-message): Use with-no-warnings.
14570 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14571
14572 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14573 Use with-no-warnings.
14574
14575 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14576 (c-mark-function): Add point-moving-unit property.
14577 (vi-goto-line): Use with-no-warnings.
14578
14579 * emulation/edt.el (edt-last-copied-word): Add defvar.
14580 (zmacs-region-stays): Likewise.
14581 (edt-mark-section-wisely): Use c-mark-function for C.
14582 Use makr-defun for Fortran.
14583 (time-string): defvar deleted.
14584 (edt-display-the-time): Don't set time-string.
14585
14586 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14587
14588 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14589 Don't warn when name is not constant
14590 or for defining the group `emacs'.
14591
14592 * tooltip.el (gud-tooltip-mode): Add defvar.
14593
14594 * startup.el (default-frame-background-mode): Add defvar.
14595
14596 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14597
14598 * info.el (tool-bar-map): Add defvar.
14599
14600 * dired.el (dnd-protocol-alist): Add defvar.
14601
14602 * dired-aux.el (dired-query): Display question with answer, when
14603 the user answers.
14604
14605 * custom.el (custom-add-option): Doc fix.
14606
14607 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14608
14609 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14610
14611 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14612 bogus name from the last change.
14613
14614 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14615
14616 * custom.el (custom-declare-variable): Fix typos in comment.
14617 (custom-known-themes): Doc fix.
14618 (custom-theme-directory): New defcustom.
14619 (require-theme): Make it check `custom-theme-directory'.
14620
14621 * cus-theme.el (custom-new-theme-mode): New function.
14622 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14623 (custom-theme-description): Add compiler defvars.
14624 (customize-create-theme): Add doc to the "*New Custom Theme*"
14625 buffer. Use `custom-new-theme-mode'.
14626 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14627 and save it to the `custom-theme-directory'. Make this the
14628 default directory of the buffer.
14629
14630 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14631
14632 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14633 Fix unbalanced parentheses.
14634
14635 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14636
14637 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14638 into flymake-mode and delegate to flymake-mode.
14639
14640 * find-file.el (ff-which-function-are-we-in): Clean up.
14641
14642 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14643
14644 * replace.el (occur-rename-buffer): Fix docstring.
14645
14646 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14647 (edt-last-copied-word, edt-learn-macro-count)
14648 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14649 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14650 (time-string, zmacs-region-stays):
14651 * emulation/edt-mapper.el (edt-save-function-key-map)
14652 (EDT-key-name): `defvar' to silence the byte-compiler.
14653
14654 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
14655
14656 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14657 font-lock-regexp-backslash. Doc fix.
14658 (font-lock-regexp-backslash-grouping-construct): Rename from
14659 font-lock-regexp-backslash-construct. Doc fix.
14660 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14661 grouping constructs.
14662
14663 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14664
14665 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14666 updating all the prerequisites.
14667
14668 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14669
14670 * textmodes/org.el (org-agenda-start-on-weekday)
14671 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14672 (org-agenda-use-time-grid, org-archive-location)
14673 (org-allow-space-in-links, org-usenet-links-prefer-google)
14674 (org-enable-table-editor, org-export-default-language)
14675 (org-export-html-show-new-buffer, org-fill-paragraph)
14676 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14677 (org-goto-quit, org-occur, org-eval-in-calendar)
14678 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14679 (org-agenda-diary-entry, org-remember-help)
14680 (org-table-convert-region, org-at-table-p)
14681 (org-table-move-row-down, org-table-move-row-up)
14682 (org-table-copy-region, org-table-toggle-vline-visibility)
14683 (org-table-get-stored-formulas, org-table-get-specials)
14684 (org-recalc-commands, org-table-eval-formula)
14685 (org-table-formula-substitute-names, orgtbl-make-binding)
14686 (org-format-org-table-html, org-format-table-table-html)
14687 (org-format-table-table-html-using-table-generate-source)
14688 (org-customize): Fix typos in docstrings.
14689 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14690 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14691 (org-back-to-heading): Doc fixes.
14692 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14693 (org-agenda-change-all-lines, org-get-header):
14694 Improve argument/docstring consistency.
14695 (orgtbl-error): Fix error message.
14696
14697 * progmodes/flymake.el (flymake-find-possible-master-files)
14698 (flymake-master-file-compare, flymake-get-line-err-count)
14699 (flymake-highlight-line, flymake-gui-warnings-enabled):
14700 Fix typos in docstrings.
14701 (flymake-parse-line, flymake-get-project-include-dirs-function)
14702 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14703 Doc fixes.
14704 (flymake-get-project-include-dirs-function)
14705 (flymake-make-err-menu-data):
14706 Improve argument/docstring consistency.
14707
14708 2005-07-01 Lute Kamstra <lute@gnu.org>
14709
14710 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14711 Catch errors with ignore-errors. Use temporary buffer.
14712 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14713
14714 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14715 background color faces.
14716 (facemenu-set-foreground, facemenu-set-background):
14717 Use facemenu-set-face-from-menu.
14718 (facemenu-set-face-from-menu): Treat face names that start with
14719 "fg:" or "bg:" as special.
14720 (facemenu-add-new-color): Don't create faces. Simplify.
14721
14722 2005-06-30 Richard M. Stallman <rms@gnu.org>
14723
14724 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14725 (crm-find-current-element): Likewise.
14726
14727 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14728
14729 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14730
14731 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14732
14733 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14734 (archive-mouse-extract): Make it an obsolete alias.
14735 (archive-mode-map): Don't use archive-mouse-extract any more.
14736 (archive-mode, archive-extract): write-contents-hooks ->
14737 write-contents-functions.
14738 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14739 first arg.
14740 (archive-rename-entry): Update the call.
14741 (archive-zip-summarize): Remove unused var `method'.
14742 (archive-lzh-summarize): Remove unused var `creator'.
14743
14744 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14745 dedicated frame upon exit.
14746
14747 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14748 (archive-zip-extract, archive-zip-expunge)
14749 (archive-zip-update, archive-zip-update-case): Use executable-find.
14750 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14751 Use restore-buffer-modified-p.
14752 (archive-extract, archive-add-new-member, archive-write-file-member):
14753 Use with-current-buffer.
14754 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14755
14756 2005-06-30 Andreas Schwab <schwab@suse.de>
14757
14758 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14759
14760 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14761
14762 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14763
14764 2005-06-30 Juri Linkov <juri@jurta.org>
14765
14766 * faces.el (vertical-border): Inherit from mode-line-inactive
14767 only on tty.
14768
14769 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14770
14771 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14772 example, -NLINES in the `occur' docstring).
14773
14774 * replace.el (occur-1): When no matches are found, do not set the
14775 `buffer-read-only' and modified flags for the occur buffer,
14776 because it is deleted.
14777
14778 * emulation/cua-base.el (cua-check-pending-input)
14779 (cua-repeat-replace-region, cua-mode, cua-debug)
14780 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14781 Fix typos in docstrings.
14782
14783 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14784 (cua-cut-region-to-global-mark)
14785 (cua--cut-rectangle-to-global-mark):
14786 Remove period from end of messages.
14787
14788 * emulation/cua-rect.el (cua-do-rectangle-padding):
14789 Remove period from end of messages.
14790 (cua--rectangle-seq-format): Fix typo in docstring.
14791 (cua-sequence-rectangle, cua-fill-char-rectangle):
14792 Improve argument/docstring consistency.
14793
14794 2005-06-29 Juri Linkov <juri@jurta.org>
14795
14796 * faces.el (default-frame-background-mode): New internal variable.
14797 (frame-set-background-mode): Use it.
14798
14799 * startup.el (normal-top-level): Set default-frame-background-mode
14800 instead of frame-background-mode. Before setting it, test for its
14801 nil value. Remove tests for frame-background-mode and frame
14802 parameter `reverse'. Add test for "unspecified-fg".
14803
14804 * term/xterm.el (xterm-rxvt-set-background-mode):
14805 * term/rxvt.el (rxvt-set-background-mode):
14806 Set default-frame-background-mode instead of frame-background-mode.
14807
14808 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14809
14810 * simple.el (set-variable): Warn about obsolete user variables.
14811
14812 * imenu.el (imenu--completion-buffer):
14813 * mouse.el (mouse-buffer-menu-alist):
14814 * msb.el (msb-invisible-buffer-p):
14815 * calendar/diary-lib.el (diary-header-line-format):
14816 * emacs-lisp/pp.el (pp-buffer):
14817 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14818 * textmodes/picture.el (picture-replace-match):
14819 Change space constants followed by a sexp to "?\s ".
14820
14821 * play/decipher.el (decipher-loop-with-breaks):
14822 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14823 constants "protected" from end of line by a comment to "?\s".
14824
14825 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14826
14827 * font-lock.el (save-buffer-state): Use `declare'.
14828
14829 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14830 reset the syntax-table to cperl-mode-syntax-table.
14831 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14832 "foo_print_bar" is not matched as a reserved keyword.
14833
14834 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14835
14836 * textmodes/org.el (orgtbl-setup): New function, for delayed
14837 setup for the orgtbl commands.
14838 (org-calc-default-modes): New option.
14839 (orgtbl-make-binding): Use `defun' to get better help display.
14840 (org-diary): Call `org-compile-prefix-format'.
14841 (org-table-formula-substitute-names): New function.
14842 (org-agenda-day-view, org-agenda-week-view): New commands.
14843 (org-agenda-toggle-week-view): Command removed.
14844 (org-tbl-menu): Split off from org-org-menu.
14845 (org-mode): Move removal of outline-mode menus to here.
14846 (org-table-formula-debug): New option.
14847 (org-table-insert-row): Keep first field if just "#" or "*".
14848 (org-mode): Paragraph regexps fixed.
14849 (org-table-recalculate-regexp): New constant.
14850 (org-table-justify-field-maybe): Avoid replace if not necessary.
14851 (org-copy-special, org-cut-special): Use `call-interactively'.
14852 (org-table-copy-region): Take region from `interactive' call.
14853 (org-trim): Return string even if no match.
14854 (org-formula): New face.
14855 (org-set-font-lock-defaults): No longer highlight "FIXME".
14856 But highlight formula-related fields in table.
14857 (org-table-p): Use regexp, not fontification.
14858 (org-table-align): Handle white space at end of line.
14859 (org-table-formula-evaluate-inline): New option.
14860 (org-mode): Auto-wrapping in comment lines turned off.
14861 (org-table-copy-down): Evaluate only in copied field, not in
14862 destination.
14863 (org-table-current-formula): Variable removed.
14864 (org-table-store-formulas, org-table-get-stored-formulas)
14865 (org-table-modify-formulas, org-table-replace-in-formulas)
14866 (org-table-maybe-eval-formula): New functions.
14867 (org-table-get-formula): Modify to use stored formulas.
14868 (org-table-insert-column, org-table-delete-column)
14869 (org-table-move-column): Call `org-table-modify-formulas'.
14870 (org-complete): Add completion for keyword formulas.
14871 (orgtbl-mode): Pull orgtbl-mode-map to start of
14872 minor-mode-map-alist.
14873
14874 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14875
14876 * progmodes/python.el (python-check): Require `compile' before
14877 modifying its variables.
14878
14879 * newcomment.el (comment-indent-default): Don't get fooled by an early
14880 end of buffer.
14881
14882 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14883
14884 * ps-print.el (ps-print-version): Fix version number.
14885
14886 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14887
14888 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14889
14890 2005-06-28 Richard M. Stallman <rms@gnu.org>
14891
14892 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14893 (flyspell-local-mouse-map): Declaration deleted.
14894 (flyspell-mouse-map): Bind only mouse-2.
14895 (flyspell-mode-map): Don't test flyspell-use-local-map.
14896 (flyspell-overlay-keymap-property-name): Var deleted.
14897 (flyspell-mode-on): Don't make local bindings for
14898 flyspell-mouse-map and flyspell-mode-map.
14899 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14900
14901 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14902
14903 * progmodes/compile.el (compilation-next-error-function):
14904 Don't switch buffers; operate on the current buffer.
14905
14906 * progmodes/compile.el (compilation-error-file-name)
14907 (compilation-warning-file-name, compilation-info-file-name)
14908 (compilation-line-number, compilation-column-number): New faces.
14909 (compilation-error-face, compilation-warning-face)
14910 (compilation-info-face, compilation-line-face)
14911 (compilation-column-face): Use them.
14912
14913 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14914
14915 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14916
14917 * bindings.el (global-map): Bind insertchar and its variants.
14918
14919 2005-06-27 Richard M. Stallman <rms@gnu.org>
14920
14921 * textmodes/artist.el (artist-text-overwrite)
14922 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14923
14924 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14925
14926 * ps-print.el: It was not working the page selection for printing.
14927 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14928 (ps-print-version): New version 6.6.7.
14929 (ps-end-sheet): New fun.
14930 (ps-header-sheet, ps-end-job): Call it.
14931
14932 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
14933
14934 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14935
14936 2005-06-27 Lute Kamstra <lute@gnu.org>
14937
14938 * facemenu.el (facemenu-unlisted-faces): Add foreground and
14939 background color faces.
14940 (facemenu-get-face): Delete function.
14941 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14942 (facemenu-add-new-color): Make second argument mandatory.
14943 Create the appropriate face and return it. Simplify.
14944 (facemenu-set-foreground, facemenu-set-background): Don't check if
14945 color is defined. Use return value of facemenu-add-new-color.
14946
14947 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
14948
14949 * progmodes/gud.el (gud-filter): Add missing argument to
14950 with-selected-window.
14951
14952 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14953
14954 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14955 a :require to the defcustom.
14956
14957 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14958 defcustoms corresponding to minor modes.
14959
14960 2005-06-26 David Ponce <david@dponce.com>
14961
14962 * recentf.el: Require tree-widget instead of wid-edit.
14963 (recentf-filename-handler): Fix widget :type.
14964 (recentf-cancel-dialog, recentf-open-more-files)
14965 (recentf-open-files-action): Doc fix.
14966 (recentf-dialog-goto-first): New function.
14967 (recentf-dialog-mode-map): Set parent keymap first.
14968 (recentf-dialog-mode): Define with define-derived-mode.
14969 Don't display continuation lines in dialogs.
14970 (recentf-edit-list): Rename from recentf-edit-selected-items.
14971 (recentf-edit-list-select): Rename from recentf-edit-list-action.
14972 Simplify.
14973 (recentf-edit-list-validate): New function.
14974 (recentf-edit-list): Update accordingly.
14975 (recentf-open-files-item-shift): Remove.
14976 (recentf-open-files-item): Convert menu elements into tree and
14977 link widgets. Don't create the widgets.
14978 (recentf-open-files): Update accordingly.
14979 (recentf-save-list): Untabify.
14980
14981 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
14982
14983 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14984 (keep-lines): Add INTERACTIVE arg. Never delete lines only
14985 partially contained in the active region. Do not take active
14986 region into account when called from Lisp, unless INTERACTIVE arg
14987 is non-nil. Use `forward-line' instead of `beginning-of-line' to
14988 avoid trouble with fields. Make marker point nowhere when no
14989 longer used. Always return nil. Doc fix.
14990 (flush-lines): Add INTERACTIVE arg. Do not take active region
14991 into account when called from Lisp, unless INTERACTIVE arg is
14992 non-nil. Use `forward-line' instead of `beginning-of-line' to
14993 avoid trouble with fields. Make marker point nowhere when no
14994 longer used. Always return nil. Doc fix.
14995 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
14996 interchangeable. Do not take active region into account when
14997 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
14998 message in echo area when called from Lisp, unless INTERACTIVE arg
14999 is non-nil. Avoid saying "1 occurrences". Do not use markers.
15000 Return the number of matches. Doc fix.
15001 (occur): Doc fix.
15002 (perform-replace): Make comment follow double space convention for
15003 the sake of `outline-minor-mode'.
15004
15005 * faces.el (facep): Doc fix.
15006
15007 2005-06-25 Richard M. Stallman <rms@gnu.org>
15008
15009 * facemenu.el (facemenu-enable-faces-p): New function.
15010 (facemenu-background-menu, facemenu-foreground-menu)
15011 (facemenu-face-menu): Add menu-enable property.
15012
15013 * jka-compr.el (jka-compr-insert-file-contents):
15014 Special handling if cannot find the uncompression program.
15015
15016 * cus-face.el (custom-face-attributes): Add autoload.
15017
15018 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15019 Bind comment-indent-function locally.
15020
15021 * window.el (save-selected-window): Use save-current-buffer.
15022
15023 * subr.el (with-selected-window): Use save-current-buffer.
15024
15025 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
15026 and with-current-buffer.
15027
15028 2005-06-24 Richard M. Stallman <rms@gnu.org>
15029
15030 * simple.el (line-move-1): Fix previous change.
15031
15032 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
15033
15034 * replace.el (occur-1): Set `buffer-read-only' and the
15035 buffer-modified flag before running `occur-hook' to protect
15036 against unintentional buffer switches that can lead to data loss.
15037
15038 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
15039
15040 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
15041 (gud-gdb-marker-filter): Use font-lock-warning-face for any
15042 initial error.
15043
15044 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
15045 after fresh input.
15046 (gdb-var-create-handler): Put name of expression in quotes.
15047
15048 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
15049
15050 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
15051 elements of RING in order, and without bogus nil elements.
15052
15053 2005-06-23 Richard M. Stallman <rms@gnu.org>
15054
15055 * simple.el (set-variable): Args renamed; doc fix.
15056 (line-move-1): When there are overlays around, use vertical-motion.
15057
15058 * faces.el (escape-glyph): Use brown against light background.
15059 (nobreak-space): Rename from no-break-space.
15060 Fix previous change.
15061
15062 * dired-aux.el (dired-do-copy): Fix arg prompt.
15063
15064 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
15065
15066 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
15067
15068 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
15069 rather than "Distributor".
15070
15071 2005-06-23 Lute Kamstra <lute@gnu.org>
15072
15073 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
15074 (debug-on-entry): Use it. New interactive declaration that uses
15075 function-called-at-point.
15076
15077 2005-06-23 Kim F. Storm <storm@cua.dk>
15078
15079 * subr.el (save-match-data): Add comment about using evaporate arg
15080 to set-match-data.
15081
15082 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
15083
15084 * cus-edit.el (customize-face)
15085 (customize-face-other-window): Handle face aliases.
15086
15087 * faces.el (face-documentation, set-face-attribute)
15088 (face-spec-set): Handle face aliases.
15089
15090 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
15091
15092 * help-mode.el (help-make-xrefs): If a symbol representing a face
15093 name is not followed by the word "face", it could still be a
15094 function or variable name, so don't bypass other checks.
15095
15096 2005-06-22 Juri Linkov <juri@jurta.org>
15097
15098 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
15099 Replace aliased functions with calls where second arg `inherit' is t.
15100
15101 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
15102
15103 * progmodes/gdb-ui.el (gdb-error): New variable.
15104 (gdb-error): New function.
15105 (gdb-annotation-rules): Act on error-begin and error annotations.
15106 (gdb-concat-output): Use font-lock-warning-face for errors.
15107
15108 2005-06-22 Miles Bader <miles@gnu.org>
15109
15110 * bindings.el (propertized-buffer-identification): Use renamed
15111 `Buffer-menu-buffer' face.
15112
15113 * faces.el (vertical-border): Rename from `vertical-divider'.
15114 (escape-glyph): Change dark-background color back to `cyan'.
15115
15116 2005-06-21 Juri Linkov <juri@jurta.org>
15117
15118 * faces.el (face-user-default-spec): Try getting `customized-face'
15119 prior to `saved-face'.
15120 (frame-background-mode): Refill docstring.
15121
15122 * emacs-lisp/lisp-mode.el (eval-defun-1):
15123 * emacs-lisp/edebug.el (edebug-eval-defun):
15124 Set `saved-face' temporarily to nil before calling form.
15125 Set `customized-face' to the new spec after that.
15126
15127 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15128
15129 * subr.el (1value, lambda, key-substitution-in-progress):
15130 Doc fixes.
15131
15132 * autoinsert.el (auto-insert-alist):
15133 * ses.el (ses-call-printer):
15134 * subr.el (noreturn):
15135 * emacs-lisp/lisp.el (check-parens):
15136 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
15137 * net/browse-url.el (browse-url-mosaic):
15138 * progmodes/cc-defs.el (c-safe-scan-lists):
15139 * progmodes/ebnf-abn.el (ebnf-abn-lex):
15140 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
15141 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
15142 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
15143 * progmodes/ebnf-iso.el (ebnf-iso-lex):
15144 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
15145
15146 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
15147
15148 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
15149
15150 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
15151
15152 * calendar/appt.el (appt-make-list): Activate the package, if
15153 not already active (for backwards compatibility).
15154
15155 2005-06-20 Kim F. Storm <storm@cua.dk>
15156
15157 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
15158
15159 2005-06-20 Miles Bader <miles@gnu.org>
15160
15161 * faces.el (vertical-divider): New face.
15162
15163 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
15164
15165 * simple.el (kill-whole-line): Doc fix.
15166 (next-error-buffer-p, next-error-find-buffer)
15167 (clone-indirect-buffer): Fix typos in docstrings.
15168 (comment-line-break-function): Doc fix: don't say variable
15169 is automatically buffer-local (it isn't).
15170
15171 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
15172
15173 * net/tramp-ftp.el (top):
15174 * net/tramp-smb.el (top):
15175 * net/tramp-util.el (top):
15176 * net/tramp-uu.el (top):
15177 * net/tramp-vc.el (top):
15178 * net/tramp.el (top): Revert copyright years back to original
15179 ones. Tramp has a life outside GNU Emacs.
15180
15181 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
15182
15183 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
15184
15185 2005-06-18 Juri Linkov <juri@jurta.org>
15186
15187 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
15188 end of first regexp to limit the match to the position between
15189 line number and source line with same separator character as used
15190 between file name and line number. In the second regexp limit
15191 mouse-face area to file name and line number by adding new group
15192 for them and referring it in HYPERLINK arg.
15193 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
15194 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
15195 previous line where grep markers may be already removed.
15196
15197 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
15198
15199 * progmodes/ps-mode.el: Update version and maintainer's email address.
15200
15201 2005-06-18 Steve Youngs <steve@xemacs.org>
15202
15203 * net/browse-url.el (browse-url-browser-function)
15204 (browse-url-default-browser): Add firefox.
15205 (browse-url-firefox-program, browse-url-firefox-arguments)
15206 (browse-url-firefox-startup-arguments)
15207 (browse-url-firefox-new-window-is-tab): New defcustoms.
15208 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
15209
15210 2005-06-17 Richard M. Stallman <rms@gnu.org>
15211
15212 * startup.el (command-line): Warn if specified user name has
15213 no home directory.
15214
15215 * term.el (term-get-old-input, term-input-filter, term-input-sender)
15216 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
15217
15218 * longlines.el (longlines-mode, longlines-show-hard-newlines):
15219 Doc fixes.
15220
15221 * faces.el (underline): Try bold if terminal doesn't support underline.
15222
15223 * mail/sendmail.el (mail-setup-with-from): New variable.
15224 (mail-insert-from-field): New function.
15225 (sendmail-send-it): Call it.
15226 (mail-setup): Optionally call it here.
15227
15228 * term/linux.el: Call tty-no-underline.
15229
15230 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
15231
15232 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
15233
15234 2005-06-17 Miles Bader <miles@gnu.org>
15235
15236 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
15237 (ediff-current-diff-C, ediff-current-diff-Ancestor)
15238 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
15239 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
15240 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
15241 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
15242 Remove "-face" suffix from face names.
15243 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15244 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15245 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15246 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15247 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15248 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15249 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15250 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15251 New backward-compatibility aliases for renamed faces.
15252 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15253 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15254 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15255 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15256 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15257 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15258 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15259 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15260 Use renamed ediff faces.
15261
15262 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
15263 Remove "-face" suffix from face names.
15264 (eshell-test-ok-face, eshell-test-failed-face):
15265 New backward-compatibility aliases for renamed faces.
15266 (eshell-run-test): Use renamed eshell-test faces.
15267
15268 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
15269 face name.
15270 (eshell-prompt-face): New backward-compatibility alias for renamed
15271 face.
15272 (eshell-emit-prompt): Use renamed eshell-prompt face.
15273
15274 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15275 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15276 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15277 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15278 Remove "-face" suffix from face names.
15279 (eshell-ls-directory-face, eshell-ls-symlink-face)
15280 (eshell-ls-executable-face, eshell-ls-readonly-face)
15281 (eshell-ls-unreadable-face, eshell-ls-special-face)
15282 (eshell-ls-missing-face, eshell-ls-archive-face)
15283 (eshell-ls-backup-face, eshell-ls-product-face)
15284 (eshell-ls-clutter-face):
15285 New backward-compatibility aliases for renamed faces.
15286 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15287
15288 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15289 Remove "-face" suffix from face name.
15290 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15291 instead of literal face.
15292
15293 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
15294
15295 * emacs-lisp/warnings.el (display-warning, lwarn)
15296 (warning-minimum-log-level): Doc fixes.
15297 (warning-minimum-level, warning-minimum-log-level):
15298 Add :debug to :type choices.
15299
15300 * progmodes/ada-mode.el (ada-format-paramlist)
15301 (ada-get-indent-case, ada-check-matching-start)
15302 (ada-check-defun-name, ada-goto-matching-decl-start)
15303 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15304 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15305 (ada-make-subprogram-body): Follow error conventions.
15306 (ada-case-exception-file, ada-indent-comment-as-code)
15307 (ada-indent-handle-comment-special, ada-indent-renames)
15308 (ada-indent-return, ada-search-directories-internal)
15309 (ada-tab-policy, ada-case-exception-substring)
15310 (ada-other-file-alist, ada-matching-start-re)
15311 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15312 (ada-imenu-generic-expression, ada-compile-goto-error)
15313 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15314 (ada-popup-menu, ada-add-extensions, ada-mode)
15315 (ada-region-selected, ada-create-case-exception)
15316 (ada-create-case-exception-substring, ada-after-keyword-p)
15317 (ada-activate-keys-for-case, ada-adjust-case-region)
15318 (ada-adjust-case-buffer, ada-format-paramlist)
15319 (ada-scan-paramlist, ada-insert-paramlist)
15320 (ada-indent-newline-indent)
15321 (ada-indent-newline-indent-conditional)
15322 (ada-justified-indent-current, ada-goto-previous-word)
15323 (ada-indent-current, ada-get-indent-open-paren)
15324 (ada-get-indent-paramlist, ada-get-indent-end)
15325 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15326 (ada-get-indent-block-start, ada-get-indent-subprog)
15327 (ada-get-indent-noindent, ada-get-indent-label)
15328 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15329 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15330 (ada-goto-stmt-end, ada-goto-next-word)
15331 (ada-check-matching-start, ada-check-defun-name)
15332 (ada-goto-matching-decl-start, ada-goto-matching-start)
15333 (ada-goto-matching-end, ada-search-ignore-string-comment)
15334 (ada-in-decl-p, ada-looking-at-semi-or)
15335 (ada-looking-at-semi-private, ada-in-paramlist-p)
15336 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15337 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15338 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15339 (ada-previous-package, ada-create-menu)
15340 (ada-fill-comment-paragraph-justify)
15341 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15342 (ada-other-file-name, ada-last-which-function-line)
15343 (ada-last-which-function-subprog, ada-which-function)
15344 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15345 (ada-gen-treat-proc, ada-check-emacs-version)
15346 (ada-continuation-indent, ada-align-region-separate):
15347 Fix typos in docstrings.
15348 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15349
15350 2005-06-16 Lute Kamstra <lute@gnu.org>
15351
15352 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15353 conditionally.
15354
15355 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15356
15357 * comint.el (comint-replace-by-expanded-filename)
15358 (comint-prompt-regexp, comint-delimiter-argument-list)
15359 (comint-preinput-scroll-to-bottom):
15360 * info.el (Info-hide-cookies-node):
15361 * ls-lisp.el (ls-lisp-classify):
15362 * find-file.el (ff-search-directories, ff-special-constructs)
15363 (ff-find-other-file):
15364 * font-lock.el (font-lock-keywords):
15365 * shell.el (shell-prompt-pattern)
15366 (shell-dynamic-complete-functions, shell-mode)
15367 (shell-delimiter-argument-list):
15368 * term.el (term-replace-by-expanded-filename)
15369 (term-prompt-regexp, term-delimiter-argument-list):
15370 * woman.el (woman-ignore, woman0-if):
15371 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15372 * emacs-lisp/elint.el (elint-init-env):
15373 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15374 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15375 * language/ethio-util.el (ethio-tilde-escape)
15376 (ethio-use-three-dot-question):
15377 * net/zone-mode.el (zone-mode-load-time-setup):
15378 * progmodes/cc-align.el (c-lineup-argcont):
15379 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15380 * progmodes/cperl-mode.el (cperl-set-style-back):
15381 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15382 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15383 Fix spellings in docstrings.
15384
15385 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15386 * progmodes/modula2.el (m2-for): Fix spellings.
15387
15388 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15389
15390 * simple.el (undo-more): Don't use `format' on `error' arguments.
15391 Improve argument/docstring consistency.
15392 (pending-undo-list): Doc fix.
15393
15394 * smerge-mode.el (smerge-ensure-match):
15395 * emulation/vip.el (vip-ex):
15396 * net/zone-mode.el (zone-mode-update-serial):
15397 * progmodes/idlwave.el (idlwave-complete):
15398 * progmodes/vhdl-mode.el (vhdl-visit-file)
15399 (vhdl-compose-wire-components):
15400 Don't use `format' on `error' arguments.
15401
15402 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15403 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15404 (tooltip-help-tips): Fix typos in docstrings.
15405
15406 2005-06-16 David Ponce <david@dponce.com>
15407
15408 * tree-widget.el (tree-widget-value-create): Simplify last change.
15409
15410 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15411
15412 * ido.el (ido-incomplete-regexp): New variable.
15413 (ido-set-matches-1): Handle invalid-regexp error and set
15414 ido-incomplete-regexp.
15415 (ido-incomplete-regexp): New face.
15416 (ido-completions): Use it.
15417 (ido-complete, ido-exit-minibuffer, ido-completions):
15418 Handle incomplete regexps.
15419 (ido-completions): Add check for complete match when entering a regexp.
15420
15421 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15422
15423 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15424
15425 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15426
15427 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15428 by field delimiters.
15429
15430 2005-06-15 David Ponce <david@dponce.com>
15431
15432 * tree-widget.el: eval-and-compile inlined functions so they will
15433 be available at run-time too.
15434 (tree-widget-super-format-handler)
15435 (tree-widget-format-handler): Remove.
15436 (tree-widget-value-create): Handle the :indent property.
15437
15438 2005-06-15 Miles Bader <miles@gnu.org>
15439
15440 * progmodes/which-func.el (which-func): Only inherit
15441 `font-lock-function-name-face' when that makes sense against the
15442 default mode-line face, otherwise set the face color explicitly.
15443
15444 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15445 faces instead of (non-existent) variables.
15446
15447 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15448
15449 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15450 (iswitchb-get-matched-buffers): Likewise. Simplify.
15451
15452 2005-06-14 Miles Bader <miles@gnu.org>
15453
15454 * progmodes/ld-script.el (ld-script-location-counter):
15455 Remove "-face" suffix from face name.
15456 (ld-script-location-counter-face):
15457 New backward-compatibility alias for renamed face.
15458 (ld-script-location-counter-face): Use renamed face.
15459
15460 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15461 (cperl-hash): Remove "-face" suffix from face names.
15462 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15463 New backward-compatibility aliases for renamed faces.
15464 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15465 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15466
15467 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15468 name.
15469 (which-func-face): New backward-compatibility alias for renamed face.
15470 (which-func-format): Use renamed which-func face.
15471
15472 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15473 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15474 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15475 names.
15476 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15477 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15478 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15479 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15480 (vhdl-speedbar-architecture-selected)
15481 (vhdl-speedbar-configuration-selected)
15482 (vhdl-speedbar-package-selected)
15483 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15484 names.
15485 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15486 Use renamed faces.
15487 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15488 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15489 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15490 Use renamed faces.
15491 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15492 names.
15493 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15494 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15495 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15496 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15497 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15498 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15499
15500 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15501 face name.
15502 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15503 (sh-heredoc-face): Use renamed sh-heredoc face.
15504
15505 * progmodes/idlw-help.el (idlwave-help-link):
15506 Remove "-face" suffix from face name.
15507 (idlwave-help-link-face):
15508 New backward-compatibility alias for renamed face.
15509 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15510
15511 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15512 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15513 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15514 New backward-compatibility aliases for renamed faces.
15515 (idlwave-shell-disabled-breakpoint-face)
15516 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15517
15518 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15519 Remove "-face" suffix from face names.
15520 (flymake-errline-face, flymake-warnline-face):
15521 New backward-compatibility aliases for renamed faces.
15522 (flymake-highlight-line): Use renamed flymake faces.
15523
15524 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15525 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15526 (ebrowse-member-class, ebrowse-progress):
15527 Remove "-face" suffix from face names.
15528 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15529 (ebrowse-file-name-face, ebrowse-default-face)
15530 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15531 (ebrowse-progress-face):
15532 New backward-compatibility aliases for renamed faces.
15533 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15534 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15535 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15536 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15537
15538 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15539 antlr-syntax)
15540 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15541 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15542 names.
15543 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15544 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15545 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15546 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15547 backward-compatibility aliases for renamed faces.
15548 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15549 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15550 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15551 remove "font-lock-". Use renamed antlr-mode faces.
15552 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15553 literal face-names with face variable references.
15554
15555 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15556 face name.
15557 (Buffer-menu-buffer-face): New backward-compatibility alias for
15558 renamed face.
15559 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15560
15561 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15562
15563 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15564 Eliminate "-face" suffix.
15565 (makefile-targets): Inherit from font-lock-function-name-face and
15566 eliminate "-face" suffix.
15567 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15568 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15569 actions, instead of prepending, to make it less visible.
15570 (makefile-previous-dependency, makefile-match-dependency):
15571 Don't match a target on a continuation line.
15572
15573 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15574
15575 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15576
15577 * progmodes/gdb-ui.el (menu): Re-order menu items.
15578 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15579
15580 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15581 Define in tooltip.el.
15582 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15583 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15584 gud-tooltip-echo-area.
15585
15586 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15587 backward compatibility and make obsolete.
15588 (tooltip-help-tips): Use tooltip-use-echo-area.
15589 (tooltip-show-help-function): Rename to...
15590 (tooltip-show-help): ...this, because it is a function.
15591 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15592
15593 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15594
15595 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15596 (edebug-print-length, edebug-print-level, edebug-print-circle)
15597 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15598 (edebug-eval-print-last-sexp): Doc fixes.
15599
15600 2005-06-14 Kim F. Storm <storm@cua.dk>
15601
15602 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15603 as the coverage buffer/file/both may change.
15604
15605 2005-06-14 Lute Kamstra <lute@gnu.org>
15606
15607 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15608 and run-mode-hooks. Simplify.
15609
15610 * mail/rmailedit.el (rmail-edit-mode):
15611 * progmodes/octave-inf.el (inferior-octave-mode):
15612 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15613
15614 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15615 and run-mode-hooks.
15616 (recentf-edit-list, recentf-open-files): Don't call
15617 kill-all-local-variables directly.
15618
15619 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15620
15621 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15622
15623 * emacs-lisp/byte-run.el (make-obsolete)
15624 (define-obsolete-function-alias): Rename arguments FUNCTION and
15625 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15626 (make-obsolete-variable, define-obsolete-variable-alias):
15627 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15628 respectively.
15629
15630 * isearchb.el (isearchb-activate):
15631 * pcvs.el (cvs-mode):
15632 * ses.el (ses-load):
15633 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15634 * net/tramp.el (tramp-find-file-exists-command)
15635 (tramp-find-shell):
15636 * progmodes/ada-mode.el (ada-create-case-exception)
15637 (ada-create-case-exception-substring, ada-make-subprogram-body):
15638 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15639 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15640 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15641 * textmodes/org.el (org-promote, org-evaluate-time-range)
15642 (org-agenda-next-date-line, org-agenda-previous-date-line)
15643 (org-agenda-error, org-open-at-point, org-table-move-row)
15644 (org-format-table-table-html-using-table-generate-source)
15645 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15646 * textmodes/reftex.el (reftex-access-scan-info):
15647 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15648 (reftex-toc-promote-prepare): Follow error conventions.
15649
15650 * diff-mode.el (diff-mode): Fix typo in docstring.
15651
15652 * forms.el (forms--intuit-from-file): Fix reference to
15653 `forms-number-of-fields' in error message.
15654 (forms-print): Fix quoting in error message.
15655
15656 * forms.el (forms-mode):
15657 * emulation/vi.el (vi-goto-insert-state):
15658 * progmodes/flymake.el (flymake-new-err-info)
15659 (flymake-start-syntax-check-for-current-buffer)
15660 (flymake-simple-cleanup):
15661 * eshell/esh-var.el (eshell/export):
15662 * progmodes/gud.el (xdb):
15663 * textmodes/flyspell.el (flyspell-incorrect-hook)
15664 (flyspell-maybe-correct-transposition)
15665 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15666
15667 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15668
15669 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15670 minibuffer prompt.
15671
15672 2005-06-13 Kim F. Storm <storm@cua.dk>
15673
15674 * subr.el (add-to-ordered-list): New defun.
15675
15676 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15677 add cua--keymap-alist to emulation-mode-map-alists.
15678
15679 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15680
15681 * subr.el (complete-in-turn): New macro.
15682 (dynamic-completion-table, lazy-completion-table): Add debug info.
15683
15684 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15685 in preference to face aliases.
15686
15687 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15688 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15689 Remove unused vars `start' and `firstline'.
15690 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15691 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15692
15693 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15694
15695 * cus-start.el (all): Don't complain about missing GTK-related
15696 variables, unless either `gtk' is boundp or this isn't a
15697 `windows-nt' build.
15698
15699 2005-06-13 Lute Kamstra <lute@gnu.org>
15700
15701 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15702 run-mode-hooks.
15703
15704 * ediff-mult.el (ediff-meta-mode):
15705 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15706
15707 * ledit.el (ledit-mode): Use delay-mode-hooks.
15708
15709 * woman.el (woman-mode-line-format): Delete constant.
15710 (woman-mode-map): Initialize it properly.
15711 (woman-mode): Set mode-class property to special.
15712 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15713 Set major-mode and mode-name. Don't set mode-line-format directly.
15714 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15715
15716 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15717 string argument obsolete.
15718
15719 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15720
15721 * textmodes/org.el (org-CUA-compatible): New option.
15722 (org-disputed-keys): New variable.
15723 (org-key): New function.
15724 (orgtbl-make-binding): Add docstring to the created function.
15725 (org-mode): Set paragraph start/separate regexps.
15726 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15727 (org-archive-location, org-archive-mark-done)
15728 (org-archive-stamp-time): New options.
15729 (org-archive-subtree): New command.
15730 (org-fill-paragraph): New function.
15731 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15732 (org-fake-empty-table-line): Function removed.
15733 (org-format-org-table-html): Do not create empty table lines at
15734 separator lines. Improved table header treatment.
15735 (org-link-format): New option.
15736 (org-make-link): New function.
15737 (org-insert-link, org-store-link): Use org-make-link.
15738 (org-open-file): Quote file name for shell command, to allow
15739 spaces in file names.
15740 (org-link-regexp): Fix bug with mailto link.
15741 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15742 New constants.
15743 (org-export-as-html): Deal with the optional angles around a link.
15744 Better treatment of file: links.
15745 (org-open-at-point): Replace @{ and @} with < and >.
15746 (org-run-mode-hooks): Function removed.
15747 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15748
15749 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15750
15751 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15752 MI command -data-list-register-values.
15753 (gdb-post-prompt): Indent properly.
15754
15755 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15756
15757 * hilit-chg.el (highlight-changes-colors): Rename from
15758 `highlight-changes-colours'.
15759 (highlight-changes-colours): Keep as obsolete alias.
15760 (highlight-changes-face-list): Doc fix.
15761 (hilit-chg-make-list): Use `highlight-changes-colors'.
15762
15763 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15764
15765 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15766 defun-prompt-regexp.
15767
15768 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15769
15770 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15771 and cygwin.
15772
15773 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15774 Don't use an old loaddefs.el, as in Makefile.in.
15775
15776 2005-06-12 Lute Kamstra <lute@gnu.org>
15777
15778 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15779
15780 * man.el (Man-mode-map): Initialize it properly.
15781 (Man-mode): Set mode-class property to special.
15782
15783 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15784
15785 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15786
15787 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15788 A newline is needed in the docstring there.
15789
15790 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15791 Doc fixes.
15792
15793 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15794
15795 * printing.el: Doc fix. The menubar is no more changed when printing
15796 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15797 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15798 (pr-version): New version number (6.8.4).
15799 (pr-menu-bind): New command.
15800 (pr-update-menus): Docstring and code fix.
15801 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15802 Docstring fix.
15803 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15804 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15805
15806 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15807
15808 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15809 "Returns" to "return", document useful return values, etc.
15810
15811 2005-06-11 Alan Mackenzie <acm@muc.de>
15812
15813 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15814 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15815 (adaptive-file-function): Minor amendment to doc-string.
15816
15817 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15818
15819 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15820 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15821 Fix :type--it is `integer', not `string'.
15822
15823 * faces.el (modeline-highlight): Rename from (the erroneous)
15824 `modeline-higilight'.
15825
15826 2005-06-11 Lute Kamstra <lute@gnu.org>
15827
15828 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15829 lisp-interaction-mode-map but make it the parent.
15830 (edebug-eval-mode): Use define-derived-mode.
15831
15832 2005-06-11 Andreas Schwab <schwab@suse.de>
15833
15834 * bindings.el: Add binding of `ESC functionkey' for every
15835 `M-functionkey'.
15836 * hexl.el (hexl-mode-map): Likewise.
15837
15838 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15839
15840 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15841 [msft]: update regexp for newer msft compilers.
15842
15843 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15844
15845 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15846 ATTLIST portions of included DTDs.
15847 (xml-parse-dtd): Eliminate use of inefficient match-data.
15848
15849 2005-06-10 Miles Bader <miles@gnu.org>
15850
15851 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15852 (mpuz-text): Remove "-face" suffix from face names.
15853 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15854 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15855 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15856
15857 * play/gomoku.el (gomoku-O, gomoku-X):
15858 Remove "-face" suffix from face names.
15859 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15860 New backward-compatibility aliases for renamed faces.
15861 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15862
15863 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15864
15865 * thumbs.el: Fixes for changes of 2005-06-09.
15866 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15867 as a directory.
15868 (thumbs-thumbname): Remove directory separator from format string;
15869 `thumbs-thumbsdir' now returns a valid directory name.
15870 (thumbs-temp-dir): New defsubst.
15871 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15872 Use it.
15873
15874 * cus-edit.el (minibuffer):
15875 * files.el (make-backup-file-name-function):
15876 * filesets.el (filesets-external-viewers):
15877 * hilit-chg.el (highlight-changes-colours)
15878 (highlight-changes-face-list, highlight-changes-rotate-faces):
15879 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15880 * kmacro.el (kmacro-call-macro):
15881 * log-edit.el (log-edit-changelog-full-paragraphs):
15882 * mouse.el (mouse-1-click-follows-link):
15883 * skeleton.el (skeleton-autowrap):
15884 * subr.el (insert-for-yank-1):
15885 * tempo.el (tempo-insert-region):
15886 * terminal.el (terminal-emulator):
15887 * time.el (display-time-mail-face):
15888 * vc.el (vc-annotate):
15889 * vcursor.el (vcursor-copy-line):
15890 * woman.el (woman-bold-headings, woman-ignore)
15891 (woman-default-faces, woman-monochrome-faces):
15892 * calendar/todo-mode.el (todo-insert-threshold):
15893 * emulation/pc-select.el (pc-select-selection-keys-only)
15894 (pc-selection-mode):
15895 * emulation/vip.el (vip-find-char-forward):
15896 * emulation/viper-cmd.el (viper-find-char-forward):
15897 * international/mule-cmds.el
15898 (select-safe-coding-system-accept-default-p)
15899 (input-method-exit-on-invalid-key):
15900 * international/mule-diag.el (describe-coding-system):
15901 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15902 * net/browse-url.el (browse-url-xterm-program):
15903 * obsolete/lazy-lock.el (lazy-lock-mode):
15904 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15905 (cperl-mode):
15906 * progmodes/cpp.el (cpp-face-light-name-list)
15907 (cpp-face-dark-name-list):
15908 * progmodes/delphi.el (delphi-newline-always-indents):
15909 Fix spellings in docstrings.
15910
15911 * ido.el (ido-mode, ido-file-extensions-order)
15912 (ido-default-file-method, ido-default-buffer-method)
15913 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15914 (ido-decorations, ido-read-file-name-as-directory-commands)
15915 (ido-read-file-name-non-ido, ido-work-directory-list)
15916 (ido-ignore-item-temp-list, ido-current-directory)
15917 (ido-magic-forward-char, ido-enter-find-file)
15918 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15919 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15920
15921 2005-06-10 Lute Kamstra <lute@gnu.org>
15922
15923 * play/dunnet.el (dun-mode): Use define-derived-mode.
15924 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
15925 obsolete alias.
15926
15927 * play/doctor.el (doctor-mode-map): Remove defvar.
15928 (doctor-mode): Use define-derived-mode.
15929
15930 * mail/mspools.el (mspools-mode):
15931 * net/eudc-hotlist.el (eudc-hotlist-mode):
15932 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15933
15934 2005-06-10 Miles Bader <miles@gnu.org>
15935
15936 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15937 Remove "-face" suffix from face names.
15938 (flyspell-incorrect-face, flyspell-duplicate-face):
15939 New backward-compatibility aliases for renamed faces.
15940 (flyspell-mode-on, make-flyspell-overlay)
15941 (flyspell-highlight-incorrect-region)
15942 (flyspell-highlight-duplicate-region)
15943 (flyspell-display-next-corrections)
15944 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15945
15946 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15947 from face name.
15948 (texinfo-heading-face): New backward-compatibility alias for
15949 renamed face.
15950 (texinfo-heading-face): Use renamed texinfo-heading face.
15951
15952 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15953 suffix from face names.
15954 (tex-math-face, tex-verbatim-face):
15955 New backward-compatibility aliases for renamed faces.
15956 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15957 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15958 literal face name.
15959
15960 * textmodes/table.el (table-cell): Remove "-face" suffix from face
15961 name.
15962 (table-cell-face): New backward-compatibility alias for renamed face.
15963 (table--put-cell-face-property, table--update-cell-face):
15964 Use renamed table-cell face.
15965
15966 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15967 from face name.
15968 (sgml-namespace-face): New backward-compatibility alias for
15969 renamed face.
15970 (sgml-namespace-face): Use renamed sgml-namespace face.
15971
15972 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15973 (org-level-4, org-level-5, org-level-6, org-level-7)
15974 (org-level-8, org-warning, org-headline-done)
15975 (org-deadline-announce, org-scheduled-today)
15976 (org-scheduled-previously, org-link, org-done, org-table)
15977 (org-time-grid): Remove "-face" suffix from face names.
15978 (org-level-1-face, org-level-2-face, org-level-3-face)
15979 (org-level-4-face, org-level-5-face, org-level-6-face)
15980 (org-level-7-face, org-level-8-face, org-warning-face)
15981 (org-headline-done-face, org-deadline-announce-face)
15982 (org-scheduled-today-face, org-scheduled-previously-face)
15983 (org-link-face, org-done-face, org-table-face)
15984 (org-time-grid-face):
15985 New backward-compatibility aliases for renamed faces.
15986 (org-level-faces, org-set-font-lock-defaults, org-timeline)
15987 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15988 (org-agenda-get-timestamps, org-agenda-get-scheduled)
15989 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15990
15991 * emulation/viper-init.el (viper-search, viper-replace-overlay)
15992 (viper-minibuffer-emacs, viper-minibuffer-insert)
15993 (viper-minibuffer-vi): Remove "-face" suffix from face names.
15994 (viper-search-face, viper-replace-overlay-face)
15995 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15996 (viper-minibuffer-vi-face):
15997 New backward-compatibility aliases for renamed faces.
15998 (viper-search-face, viper-replace-overlay-face)
15999 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
16000 (viper-minibuffer-vi-face): Use renamed viper faces.
16001
16002 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
16003 Remove "-face" suffix from face names.
16004 (testcover-nohits-face, testcover-1value-face):
16005 New backward-compatibility aliases for renamed faces.
16006 (testcover-mark): Use renamed testcover faces.
16007
16008 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
16009 face name.
16010 (diary-button-face): New backward-compatibility alias for renamed face.
16011 (diary-entry): Use renamed diary-button face.
16012
16013 * calendar/calendar.el (diary, calendar-today, holiday)
16014 (mark-visible-calendar-date): Remove "-face" suffix from face names.
16015 (diary-face, calendar-today-face, holiday-face):
16016 New backward-compatibility aliases for renamed faces.
16017 (eval-after-load "facemenu", diary-entry-marker)
16018 (calendar-today-marker, calendar-holiday-marker, diary-face):
16019 Use renamed calendar faces.
16020
16021 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
16022 (compare-windows-face): New backward-compatibility alias for
16023 renamed face.
16024 (compare-windows-highlight): Use renamed compare-windows face.
16025
16026 * strokes.el (strokes-char): Remove "-face" suffix from face name.
16027 (strokes-char-face): New backward-compatibility alias for renamed face.
16028 (strokes-encode-buffer): Use renamed strokes-char face.
16029
16030 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
16031 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
16032 Remove "-face" suffix from face names.
16033 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
16034 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
16035 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
16036 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
16037 Use renamed pcvs faces.
16038 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
16039 * pcvs-defs.el (cvs-mode-map): Likewise.
16040 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
16041
16042 * info.el (info-title-1, info-title-2, info-title-3)
16043 (info-title-4): Remove "-face" suffix from and downcase face names.
16044 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16045 (Info-title-4-face):
16046 New backward-compatibility aliases for renamed faces.
16047 (Info-fontify-node): Use renamed info faces.
16048
16049 * hilit-chg.el (highlight-changes, highlight-changes-delete):
16050 Remove "-face" suffix from face names.
16051 (highlight-changes-face, highlight-changes-delete-face):
16052 New backward-compatibility aliases for renamed faces.
16053 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
16054 (hilit-chg-make-list): Use renamed highlight-changes faces.
16055
16056 * generic-x.el (show-tabs-tab, show-tabs-space):
16057 Remove "-face" suffix from face names.
16058 (show-tabs-tab-face, show-tabs-space-face):
16059 New backward-compatibility aliases for renamed faces.
16060 (show-tabs-generic-mode-font-lock-defaults-1)
16061 (show-tabs-generic-mode-font-lock-defaults-2):
16062 Use renamed show-tabs faces.
16063
16064 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
16065 (smerge-markers): Remove "-face" suffix from face names.
16066 (smerge-mine-face, smerge-other-face, smerge-base-face)
16067 (smerge-markers-face):
16068 New backward-compatibility aliases for renamed faces.
16069 (smerge-mine-face, smerge-other-face, smerge-base-face)
16070 (smerge-markers-face): Use renamed smerge faces.
16071
16072 * log-view.el (log-view-file, log-view-message): Remove "-face"
16073 suffix from face names.
16074 (log-view-file-face, log-view-message-face):
16075 New backward-compatibility aliases for renamed faces.
16076 (log-view-file-face, log-view-message-face): Use renamed log-view
16077 faces.
16078
16079 * paren.el (show-paren-match, show-paren-mismatch):
16080 Remove "-face" suffix from face names.
16081 (show-paren-match-face, show-paren-mismatch-face):
16082 New backward-compatibility aliases for renamed faces.
16083 (show-paren-function): Use renamed show-paren faces.
16084
16085 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
16086 (ruler-mode-margins, ruler-mode-fringes)
16087 (ruler-mode-column-number, ruler-mode-fill-column)
16088 (ruler-mode-comment-column, ruler-mode-goal-column)
16089 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
16090 suffix from face names.
16091 (ruler-mode-default-face, ruler-mode-pad-face)
16092 (ruler-mode-margins-face, ruler-mode-fringes-face)
16093 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
16094 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
16095 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
16096 New backward-compatibility aliases for renamed faces.
16097 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
16098 (ruler-mode-column-number, ruler-mode-fill-column)
16099 (ruler-mode-comment-column, ruler-mode-goal-column)
16100 (ruler-mode-tab-stop, ruler-mode-current-column)
16101 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
16102 faces.
16103
16104 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
16105 face name.
16106 (whitespace-highlight-the-space): Use renamed face.
16107 (whitespace-highlight-face): New backward-compatibility alias for
16108 renamed face.
16109
16110 * woman.el (woman-italic, woman-bold, woman-unknown)
16111 (woman-addition, woman-symbol-face):
16112 Remove "-face" suffix from face names.
16113 (woman-italic-face, woman-bold-face, woman-unknown-face)
16114 (woman-addition-face):
16115 New backward-compatibility aliases for renamed faces.
16116 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
16117 (woman-decode-region, woman-replace-match)
16118 (woman-display-extended-fonts, woman-special-characters)
16119 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
16120 Use renamed woman faces.
16121
16122 * longlines.el (longlines-visible-face): Face removed.
16123
16124 * diff-mode.el (diff-header, diff-file-header, diff-index)
16125 (diff-hunk-header, diff-removed, diff-added, diff-changed)
16126 (diff-function, diff-context, diff-nonexistent): Remove "-face"
16127 suffix from face names.
16128 (diff-header-face, diff-file-header-face, diff-index-face)
16129 (diff-hunk-header-face, diff-removed-face, diff-added-face)
16130 (diff-changed-face, diff-function-face, diff-context-face)
16131 (diff-nonexistent-face): New backward-compatibility aliases for
16132 renamed faces.
16133 (diff-header-face, diff-file-header-face)
16134 (diff-index, diff-index-face, diff-hunk-header)
16135 (diff-hunk-header-face, diff-removed, diff-removed-face)
16136 (diff-added, diff-added-face, diff-changed-face, diff-function)
16137 (diff-function-face, diff-context-face, diff-nonexistent)
16138 (diff-nonexistent-face): Use renamed diff-mode faces.
16139
16140 * progmodes/compile.el (compilation-warning-face)
16141 (compilation-info-face): Remove "-face" suffix from face names.
16142 (compilation-warning-face, compilation-info-face):
16143 New backward-compatibility aliases for renamed faces.
16144 (compilation-warning-face, compilation-info-face):
16145 Use renamed compilation faces.
16146
16147 * add-log.el (change-log-date, change-log-name)
16148 (change-log-email, change-log-file, change-log-list)
16149 (change-log-conditionals, change-log-function)
16150 (change-log-acknowledgement): Remove "-face" suffix from face names.
16151 (change-log-date-face, change-log-name-face)
16152 (change-log-email-face, change-log-file-face)
16153 (change-log-list-face, change-log-conditionals-face)
16154 (change-log-function-face, change-log-acknowledgement-face):
16155 New backward-compatibility aliases for renamed faces.
16156 (change-log-font-lock-keywords): Use renamed change-log faces.
16157
16158 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
16159 (custom-set, custom-changed, custom-saved, custom-button)
16160 (custom-button-pressed, custom-documentation, custom-state)
16161 (custom-comment, custom-comment-tag, custom-variable-tag)
16162 (custom-variable-button, custom-face-tag, custom-group-tag-1)
16163 (custom-group-tag): Remove "-face" suffix from face names.
16164 (custom-magic-alist, custom-magic-value-create)
16165 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
16166 (custom-invalid-face, custom-rogue-face, custom-modified-face)
16167 (custom-set-face, custom-changed-face, custom-saved-face)
16168 (custom-button-face, custom-button-pressed-face)
16169 (custom-documentation-face, custom-state-face)
16170 (custom-comment-face, custom-comment-tag-face)
16171 (custom-variable-tag-face, custom-variable-button-face)
16172 (custom-face-tag-face, custom-group-tag-face-1)
16173 (custom-group-tag-face):
16174 New backward-compatibility aliases for renamed faces.
16175
16176 * wid-edit.el (widget-documentation, widget-button)
16177 (widget-field, widget-single-line-field, widget-inactive)
16178 (widget-button-pressed): "-face" suffix removed from face names.
16179 (widget-documentation-face, widget-button-face)
16180 (widget-field-face, widget-single-line-field-face)
16181 (widget-inactive-face, widget-button-pressed-face):
16182 New backward-compatibility aliases for renamed faces.
16183 (widget-documentation-face, widget-button-face)
16184 (widget-button-pressed-face, widget-specify-field)
16185 (widget-specify-inactive): Use renamed widget faces.
16186
16187 2005-06-10 Kenichi Handa <handa@m17n.org>
16188
16189 * term/x-win.el (x-clipboard-yank): Remove condition-case
16190 wrapping.
16191
16192 2005-06-11 Kenichi Handa <handa@m17n.org>
16193
16194 * add-log.el (change-log-font-lock-keywords): Make the regexp for
16195 date lines stricter.
16196
16197 2005-06-10 Zhang Wei <id.brep@gmail.com>
16198
16199 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
16200 of x-get-selection.
16201
16202 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16203
16204 * comint.el (comint-mode, comint-snapshot-last-prompt):
16205 * frame.el (frame-current-scroll-bars):
16206 * term.el (term-mode, term-check-proc, term-input-sender)
16207 (term-simple-send, term-extract-string, term-word)
16208 (term-match-partial-filename):
16209 * window.el (window-current-scroll-bars):
16210 * emulation/cua-base.el (cua-normal-cursor-color)
16211 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
16212 (cua-global-mark-cursor-color):
16213 * mail/undigest.el (rmail-forward-separator-regex):
16214 Fix typos in docstrings.
16215
16216 * comint.el (comint-check-proc, make-comint-in-buffer)
16217 (comint-source-default): Doc fixes.
16218
16219 * term.el (term-send-string): Improve argument/docstring consistency.
16220
16221 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
16222
16223 * comint.el (comint-send-input): Bind `inhibit-read-only' around
16224 call to `delete-region'.
16225 (comint-mode-hook): Do not enable Font Lock by default.
16226
16227 2005-06-09 Lute Kamstra <lute@gnu.org>
16228
16229 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
16230 could be void.
16231
16232 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
16233
16234 * emacs-lisp/debug.el (debugger-will-be-back): New var.
16235 (debug): Use it.
16236 (debugger-step-through, debugger-continue, debugger-jump)
16237 (debugger-return-value): Set it when needed.
16238 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
16239 Use inhibit-read-only.
16240
16241 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
16242
16243 * window.el (shrink-window-if-larger-than-buffer)
16244 (window-size-fixed): Fix typo in docstring.
16245
16246 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
16247 thumbnails directory on loading.
16248 (thumbs-conversion-program): Use `eq' to check the system type,
16249 not `equal'.
16250 (thumbs-temp-dir): Initialize to `temporary-file-directory',
16251 not "/tmp". Fix docstring.
16252 (thumbs-thumbsdir): New function to return the thumbnails
16253 directory, creating it if needed.
16254 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
16255 (thumbs-temp-file): Delete variable and make it into a function.
16256 (thumbs-resize-image, thumbs-modify-image): Use it.
16257 (thumbs-kill-buffer): Simplify.
16258 (thumbs-gensym): Defalias or duplicate CL `gensym'.
16259 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
16260 docstrings.
16261
16262 2005-06-09 Kim F. Storm <storm@cua.dk>
16263
16264 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
16265 set-match-data to free markers in match-data.
16266
16267 * replace.el (replace-match-data): Pass RESEAT arg `t' to
16268 match-data to unchain markers in match-data.
16269
16270 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
16271
16272 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16273 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
16274 unnecessary now.
16275
16276 2005-06-08 Richard M. Stallman <rms@gnu.org>
16277
16278 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16279 give the variable a doc string that doesn't say don't set it directly.
16280
16281 * textmodes/ispell.el (ispell-check-version):
16282 Use match-string-no-properties.
16283 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16284 (ispell-buffer-local-words): Likewise.
16285
16286 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16287 except on terminals with enough colors to really display it.
16288 (makefile-dependency-regex): Delete spurious `bb'.
16289
16290 * faces.el (escape-glyph): Use blue once again in last case.
16291 (no-break-space): Redefine so that it isn't invisible on a tty.
16292
16293 2005-06-08 Kim F. Storm <storm@cua.dk>
16294
16295 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16296 also when reading directory name.
16297
16298 2005-06-08 Lute Kamstra <lute@gnu.org>
16299
16300 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16301 (flyspell-mode-line-string): Remove autoload cookie.
16302 (flyspell-mode): Remove defvar.
16303
16304 2005-06-07 Lute Kamstra <lute@gnu.org>
16305
16306 * textmodes/org.el (org-run-mode-hooks): New function.
16307 (org-agenda-mode): Use it.
16308
16309 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16310
16311 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16312
16313 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16314
16315 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16316
16317 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16318
16319 * font-lock.el (font-lock-add-keywords): Doc fix.
16320
16321 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16322
16323 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16324 (tex-compile-default): In the absence of any history, use the order in
16325 tex-compile-alist to choose the preferred command.
16326 (tex-compile-commands): Reorder a bit.
16327
16328 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16329 (flyspell-incorrect-face, flyspell-duplicate-face):
16330 Use (X)Emacs-agnostic code.
16331 (flyspell-mode-map): Don't overwrite at each load. Remove code
16332 redundant with the subsequent add-minor-mode. Merge Emacs and
16333 XEmacs code.
16334 (flyspell-word): Minor simplification.
16335 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16336 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16337 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16338 Merge the corresponding Emacs code.
16339 (flyspell-correct-word, flyspell-xemacs-popup):
16340 Use flyspell-do-correct.
16341
16342 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16343 a dedicated window.
16344
16345 * international/latexenc.el (latexenc-find-file-coding-system):
16346 Undo part of last patch, to turn off a compiler warning.
16347
16348 2005-06-06 Juri Linkov <juri@jurta.org>
16349
16350 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16351 Rename `tmm-inactive-face' to `tmm-inactive'.
16352
16353 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16354
16355 * iswitchb.el: Rename faces.
16356
16357 2005-06-06 Kim F. Storm <storm@cua.dk>
16358
16359 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16360 (cua-global-mark): Remove -face suffix from face names.
16361
16362 * emulation/cua-gmrk.el (cua--init-global-mark):
16363 Remove cua-global-mark face setup.
16364
16365 2005-06-06 Richard M. Stallman <rms@gnu.org>
16366
16367 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16368 just like other allowed characters.
16369 (makefile-match-dependency): Exclude leading and training whitespace
16370 from the range of regexp subexp 1.
16371 (makefile-macroassign-regex): Don't try to match the body,
16372 just the name of the macro being defined.
16373
16374 * info.el (Info-read-node-name-2): New function.
16375 (Info-read-node-name-1): Use that.
16376 Add a completion-base-size-function property.
16377
16378 * simple.el (completion-setup-function): Look for
16379 completion-base-size-function property of minibuffer-completion-table.
16380
16381 * files.el (locate-file-completion): Doc fix.
16382
16383 * printing.el: Don't call pr-update-menus; user must do that.
16384
16385 * emacs-lisp/debug.el (debugger-window): New variable.
16386 (debug): Use debugger-window if it is set and still alive.
16387 Record debugger-window for next entry.
16388
16389 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16390
16391 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16392
16393 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16394 (hack-one-local-variable, hack-local-variables)
16395 (hack-local-variables-prop-line): Pass that arg.
16396
16397 2005-06-06 Kim F. Storm <storm@cua.dk>
16398
16399 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16400 (ido-indicator): Remove -face suffix from face names.
16401
16402 2005-06-06 Juri Linkov <juri@jurta.org>
16403
16404 * font-lock.el (font-lock-regexp-backslash)
16405 (font-lock-regexp-backslash-construct): New faces.
16406 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16407 after `('. Add `while-no-input' to control structures.
16408
16409 * faces.el (no-break-space, shadow): New faces.
16410 (escape-glyph): Use less loud colors pink2 and red4.
16411
16412 * diff-mode.el (diff-context-face)
16413 * dired.el (dired-ignored)
16414 * rfn-eshadow.el (file-name-shadow)
16415 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16416
16417 * info.el (Info-title-1-face): Use green instead of yellow because
16418 bold yellow is not readable on light backgrounds.
16419
16420 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16421 before selecting the desired mode to not spend time fontifying
16422 old contents.
16423
16424 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16425
16426 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16427 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16428
16429 * ps-print.el (ps-default-fg, ps-default-bg):
16430 Fix typos in docstrings.
16431
16432 * isearchb.el (isearchb): Don't pass a spurious second argument to
16433 `iswitchb-completions'.
16434
16435 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16436
16437 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16438 to preserve point.
16439 (gdb-find-file-hook): Add doc string.
16440
16441 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16442 C dereferenced pointer expression.
16443 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16444
16445 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16446
16447 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16448 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16449 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16450 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16451 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16452 Make background transparent.
16453
16454 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16455
16456 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16457 (font-lock-remove-keywords): Doc fix.
16458 (font-lock-mode-major-mode): Compiler defvar.
16459 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16460
16461 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16462 (font-lock-mode): Update `font-lock-mode-major-mode'.
16463 (font-lock-set-defaults): Compiler defvar.
16464 (font-lock-default-function): Take `font-lock-mode-major-mode'
16465 into account.
16466
16467 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16468 keep track of which major mode it enabled the minor mode for.
16469 Use find-file-hook again. Update docstring.
16470
16471 * simple.el (eval-expression-print-level)
16472 (eval-expression-print-length, eval-expression-debug-on-error):
16473 Doc fixes.
16474
16475 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16476
16477 * iswitchb.el (iswitchb-single-match-face)
16478 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16479 (iswitchb-invalid-regexp-face): New faces.
16480 (iswitchb-completions): Use them.
16481 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16482 now marked as an obsolete alias.
16483 (iswitchb-read-buffer): Remove check for bound font variables.
16484 (iswitchb-invalid-regexp): New free variable.
16485 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16486 set iswitchb-invalid-regexp.
16487 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16488 invalid regexps.
16489 (iswitchb-completions): Add check for complete match when entering
16490 a regexp.
16491 (iswitchb-completions): Remove require-match argument.
16492 (iswitchb-exhibit): Fix caller.
16493 (iswitchb-common-match-inserted): New variable.
16494 (iswitchb-complete, iswitchb-completion-help): Use it.
16495
16496 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16497
16498 * url-http.el (url-http-chunked-encoding-after-change-function):
16499 Use `url-http-debug' instead of `message'.
16500
16501 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16502
16503 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16504 callback argument.
16505
16506 2005-06-04 Kim F. Storm <storm@cua.dk>
16507
16508 * simple.el (line-move): Only call sit-for when moving backwards.
16509
16510 * ido.el (ido-make-merged-file-list-1): New defun split from
16511 ido-make-merged-file-list.
16512 (ido-make-merged-file-list): Bind throw-on-input around call to
16513 ido-make-merged-file-list-1. Return input-pending-p if
16514 interrupted by more input available.
16515 (ido-read-internal): Handle input-pending-p return value from
16516 ido-make-merged-file-list.
16517
16518 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16519
16520 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16521 compatibility code.
16522
16523 * international/latexenc.el (latexenc-find-file-coding-system):
16524 Don't inherit the EOL part of the coding-system from the
16525 tex-main buffer. Fit within 80 columns.
16526
16527 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16528
16529 * tmm.el (tmm-inactive-face): New face.
16530 (tmm-remove-inactive-mouse-face): New function.
16531 (tmm-prompt, tmm-add-one-shortcut)
16532 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16533 but not selectable.
16534
16535 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16536
16537 * faces.el (face-equal): Improve argument/docstring consistency.
16538
16539 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16540
16541 * progmodes/make-mode.el (makefile-targets-face)
16542 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16543 (makefile-bsdmake-dependency-regex)
16544 (makefile-makepp-rule-action-regex)
16545 (makefile-bsdmake-rule-action-regex): New constants.
16546 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16547
16548 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16549 Allow (...) within `...' for makepp messages.
16550
16551 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16552
16553 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16554
16555 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16556 "." files are deleted from all file lists before comparison.
16557
16558 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16559 (viper-ESC-key): Made them customizable.
16560
16561 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16562
16563 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16564
16565 * autorevert.el (auto-revert-buffers): Use save-match-data.
16566
16567 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16568
16569 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16570 menu items with a nil command binding.
16571
16572 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16573
16574 * emacs-lisp/cl-macs.el (defsetf):
16575 Improve argument/docstring consistency.
16576
16577 * faces.el (list-faces-display): Improve the formatting by
16578 computing the maximum length required for any face-name (reworked
16579 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16580 (internal-find-face): Remove redundant info in docstring.
16581
16582 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16583
16584 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16585 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16586 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16587 (gdb-assembler-custom): Improve regexps.
16588 (def-gdb-auto-update-handler): Use window point to preserve point.
16589
16590 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16591
16592 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16593
16594 2005-05-31 Jay Belanger <belanger@truman.edu>
16595
16596 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16597 to calc-embedded.
16598 (calc-embedded-make-info): Have plain prefix argument select
16599 entire line.
16600
16601 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16602
16603 * faces.el (list-faces-display): Signal error if passed a regexp
16604 that matches no face name.
16605
16606 * simple.el (filter-buffer-substring): Fix typo in docstring.
16607
16608 2005-05-31 Richard M. Stallman <rms@gnu.org>
16609
16610 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16611 (vhdl-emacs-21): Doc fix.
16612 (vhdl-mode): Unconditionally set comment-padding.
16613 (vhdl-fixup-whitespace-region): Insert spaces only where
16614 there are none.
16615 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16616
16617 2005-05-30 John Wiegley <johnw@newartisans.com>
16618
16619 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16620 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16621 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16622 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16623 `string-to-number'.
16624
16625 2005-05-30 Jay Belanger <belanger@truman.edu>
16626
16627 * calc/calc.el (calc-bug-address): Fix docstring.
16628 (calc-window-hook, calc-trail-window-hook): New variables.
16629 (calc-trail-display): Restore use of calc-trail-window-hook.
16630 (calc): Restore use of calc-window-hook.
16631
16632 2005-05-31 Masatake YAMATO <jet@gyve.org>
16633
16634 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16635
16636 * help-fns.el (help-C-file-name): Add autoload mark for
16637 `find-function-noselect'.
16638
16639 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16640
16641 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16642 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16643
16644 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16645
16646 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16647 included diary buffer if it was not already being visited.
16648 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16649
16650 * calendar/icalendar.el (top-level): Do not require appt.
16651
16652 * mail/supercite.el (sc-select-attribution): Only use a list
16653 element from sc-attrib-selection-list if it returns a string.
16654 Reported by Davide G. M. Salvetti <salve@debian.org>.
16655
16656 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16657
16658 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16659 includes a hash value to improve its uniqueness, and has a ".jpg"
16660 extension. Also, it is now a valid filename on all systems.
16661 (thumbs-make-thumb): Use `let', not `let*'.
16662 (thumbs-show-thumbs-list): Check for JPEG availability.
16663
16664 2005-05-30 Richard M. Stallman <rms@gnu.org>
16665
16666 * filesets.el (filesets-menu-ensure-use-cached):
16667 Prevent warning when emacs-version>= is undefined.
16668
16669 * printing.el (pr-interactive-n-up): Use string-to-number.
16670
16671 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16672
16673 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16674 Warn only when name to be defined is quoted.
16675
16676 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16677
16678 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16679 Make regexp more robust.
16680 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16681 Force regeneration of disassembly.
16682
16683 2005-05-29 Jay Belanger <belanger@truman.edu>
16684
16685 * calc/calc.el (calc-user-invocation): Check if
16686 calc-invocation-macro is non-nil.
16687
16688 2005-05-29 Juri Linkov <juri@jurta.org>
16689
16690 * add-log.el (change-log-font-lock-keywords):
16691 Add `+' to e-mail regexp to accept mail address with keywords.
16692
16693 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16694
16695 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16696
16697 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16698
16699 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16700
16701 2005-05-29 Richard M. Stallman <rms@gnu.org>
16702
16703 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16704 Undo the change that moves to end of the current word.
16705
16706 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16707
16708 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16709 Throw error when count <= 0 to ensure input is a number.
16710 (gdb-read-memory-custom): Pick up address from buffer.
16711 (gdb-memory-mode): Allow user to increment and decrement
16712 memory address from header line.
16713
16714 2005-05-29 Richard M. Stallman <rms@gnu.org>
16715
16716 * flyspell.el (flyspell-version): Function deleted.
16717 (flyspell-auto-correct-previous-hook): Doc fix.
16718
16719 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16720 Do nothing if memory is full.
16721
16722 * font-lock.el (font-lock-fontify-syntactically-region):
16723 Pass t for GREEDY to looking-back.
16724
16725 * saveplace.el (save-place-alist-to-file): Write the file
16726 using write-region.
16727
16728 * subr.el (looking-back): New argument GREEDY.
16729
16730 * progmodes/compile.el (compilation-start): Set the mode
16731 before inserting the initial text.
16732
16733 * progmodes/which-func.el (which-func-update-1): Turn the mode
16734 off in case of error by setting which-func-mode.
16735
16736 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16737
16738 * flyspell.el (flyspell-auto-correct-previous-word):
16739 Narrow down to what's on the screen, and recenter overlays
16740 at the end of the next word.
16741
16742 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16743
16744 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16745 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16746 (flyspell-abbrev-p): Default to nil.
16747 (flyspell-use-global-abbrev-table-p): Doc fix.
16748 (flyspell-large-region): Allow nil as value.
16749 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16750
16751 (mail-mode-flyspell-verify): More robust handling
16752 of `mail-header-separator'. More efficient signature detection.
16753 Allow for regexp metacharacters in message-header-separator.
16754 Adding `To' not to be checked in mail-mode-flyspell-verify.
16755
16756 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16757 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16758 Bind flyspell-auto-correct-binding.
16759 Bind C-. and C-, .
16760 (flyspell-mode-map): Likewise.
16761 (flyspell-mode): Doc fix.
16762 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16763 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16764 (flyspell-word-cache-result): New var, always local.
16765 (flyspell-check-pre-word-p): Doc fix.
16766 (flyspell-check-changed-word-p): Handle spc like newline.
16767 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16768 (flyspell-word-search-backward, flyspell-word-search-forward):
16769 New functions.
16770 (flyspell-word): Return t if nothing to check.
16771 When parsing TeX code, check for after } or \.
16772 Use flyspell-word-search-backward to find previous word.
16773 Return nil if duplicated word.
16774 For word already checked, return same value as last time.
16775 Set flyspell-word-cache-result after checking.
16776 Don't clobber the return value.
16777 (flyspell-get-word): Major rewrite.
16778 (flyspell-external-point-words): New locals pword, pcount.
16779 Fix size used in progress message.
16780 Find the proper corresponding word in flyspell-large-region-buffer.
16781 (flyspell-region): Check for flyspell-large-region = nil.
16782 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16783 (flyspell-auto-correct-word): Check that WORD is a cons.
16784 (flyspell-correct-word): Likewise.
16785
16786 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16787
16788 * progmodes/make-mode.el (makefile-rule-action-regex)
16789 (makefile-macroassign-regex, makefile-makepp-mode)
16790 (makefile-bsdmake-mode): Continuation lines may be empty.
16791 Reported by Joshua Varner.
16792 (makefile-makepp-font-lock-keywords): Add $(stem).
16793
16794 2005-05-28 Karl Berry <karl@gnu.org>
16795
16796 * textmodes/tex-mode.el: Now that tex-send-command calls
16797 shell-quote-argument (2005-03-31 change), remove all calls to
16798 shell-quote-argument; they all end up invoking tex-send-command.
16799 The double quoting loses on filenames with non-safe characters,
16800 such as "@". Reported by Frederik Fouvry.
16801
16802 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16803
16804 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16805 about preserving point.
16806
16807 2005-05-27 Jay Belanger <belanger@truman.edu>
16808
16809 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16810 Info-goto-node.
16811
16812 * calc/calc-embed.el (calc-embed-arg): New variable.
16813 (calc-do-embedded-activate, calc-embedded-activate-formula)
16814 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16815 variable by new variable.
16816 (calc-embedded-make-info): Replace undeclared variable by new
16817 variable. When selecting region with positive prefix
16818 argument, use end of previous line instead of beginning of line.
16819
16820 * calc/calc-aent.el (calc-arg-values): Declare it.
16821
16822 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16823 Declare them.
16824
16825 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16826
16827 * calc/calc.el (calc-alg-map): Declare it.
16828
16829 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16830
16831 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16832
16833 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16834 (gdb-registers-buffer, toggle-gdb-all-registers):
16835 Toggle display of floating point registers.
16836 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16837
16838 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16839 (toggle-gud-tooltip-dereference):
16840 Rename from gud-toggle-tooltip-dereference.
16841
16842 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16843
16844 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16845
16846 2005-05-27 Jay Belanger <belanger@truman.edu>
16847
16848 * calc/calc-prog.el (calc-kbd-report): Remove.
16849 (calc-kbd-query): Rewrite.
16850
16851 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16852
16853 * image.el (image-library-alist): Move to image.c.
16854 (image-type-available-p): Doc fix.
16855
16856 2005-05-27 Lute Kamstra <lute@gnu.org>
16857
16858 * calc/calc.el (calc):
16859 * outline.el (outline-1, outline-2, outline-3, outline-4)
16860 (outline-5, outline-6, outline-7, outline-8):
16861 * textmodes/dns-mode.el (dns-mode):
16862 * textmodes/sgml-mode.el (sgml-namespace-face):
16863 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16864 (tex-verbatim-face, tex-use-reftex):
16865 * textmodes/texinfo.el (texinfo-heading-face):
16866 Specify customization group.
16867
16868 * longlines.el: Don't require easy-mmode.
16869 (longlines-visible-face): Specify customization group.
16870
16871 2005-05-27 Kenichi Handa <handa@m17n.org>
16872
16873 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16874 encoding table of windows-1251.
16875
16876 * international/ucs-tables.el (ucs-set-table-for-input):
16877 If translation-table-for-input of a coding system is a symbol, get
16878 its translation-table property.
16879
16880 * international/code-pages.el: Don't register a coding system into
16881 non-iso-charset-alist more than once.
16882 (cp-make-coding-system): Likewise.
16883
16884 2005-05-26 John Wiegley <johnw@newartisans.com>
16885
16886 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16887 `eshell-resume-eval' is wrapped in a list, it indicates that the
16888 command was run asynchronously. In that case, unwrap the value
16889 before checking the delimiter value.
16890
16891 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16892 character before a space at the end of a line is \, assume the space
16893 is part of the last argument rather than a final argument separator.
16894
16895 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16896 is in use, and the target is `t' or `nil' (which are the most common
16897 values), don't assume that the symbol target is a buffer.
16898
16899 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16900
16901 * calendar/calendar.el (calendar-mode-line-format):
16902 Use mode-line-highlight as mouse-face.
16903
16904 * time.el (display-time-string-forms, display-time-update):
16905 Use mode-line-highlight as mouse-face.
16906
16907 2005-05-26 Jay Belanger <belanger@truman.edu>
16908
16909 * calc/calc.el (calc-language-alist): Remove extra defvar.
16910
16911 2005-05-26 Lute Kamstra <lute@gnu.org>
16912
16913 * arc-mode.el (archive-mode):
16914 * bookmark.el (bookmark-read-annotation-mode)
16915 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16916 * bs.el (bs-mode):
16917 * calc/calc-yank.el (calc-edit-mode):
16918 * calc/calc.el (calc-mode, calc-trail-mode):
16919 * calculator.el (calculator-mode):
16920 * chistory.el (command-history-mode):
16921 * comint.el:
16922 * cus-edit.el (custom-mode):
16923 * descr-text.el (describe-text-mode):
16924 * ebuff-menu.el (Electric-buffer-menu-mode):
16925 * ediff-util.el (ediff-mode):
16926 * emacs-lisp/re-builder.el (reb-mode):
16927 * emulation/vi.el (vi-mode-setup):
16928 * emulation/ws-mode.el (wordstar-mode):
16929 * eshell/esh-mode.el (eshell-mode):
16930 * forms.el (forms-mode):
16931 * help-mode.el (help-mode):
16932 * hexl.el (hexl-mode):
16933 * ibuffer.el (ibuffer-mode):
16934 * ielm.el (inferior-emacs-lisp-mode):
16935 * info.el (Info-mode, Info-edit-mode):
16936 * international/swedish.el:
16937 * ledit.el (ledit-from-lisp-mode):
16938 * locate.el (locate-mode):
16939 * mail/rmail.el (rmail-mode):
16940 * mail/rmailedit.el (rmail-edit-mode):
16941 * mail/rmailsum.el (rmail-summary-mode):
16942 * mail/supercite.el (sc-electric-mode):
16943 * net/eudc.el (eudc-mode):
16944 * net/quickurl.el (quickurl-list-mode):
16945 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16946 * obsolete/ooutline.el (outline-mode):
16947 * obsolete/options.el (Edit-options-mode):
16948 * obsolete/rnews.el (news-mode):
16949 * obsolete/rnewspost.el (news-reply-mode):
16950 * play/5x5.el (5x5-mode):
16951 * play/decipher.el (decipher-mode, decipher-stats-mode):
16952 * play/gomoku.el (gomoku-mode):
16953 * play/snake.el (snake-mode):
16954 * play/solitaire.el (solitaire-mode):
16955 * play/tetris.el (tetris-mode):
16956 * progmodes/ada-mode.el (ada-mode):
16957 * progmodes/antlr-mode.el (antlr-mode):
16958 * progmodes/autoconf.el (autoconf-mode):
16959 * progmodes/dcl-mode.el (dcl-mode):
16960 * progmodes/delphi.el (delphi-mode):
16961 * progmodes/ebrowse.el (ebrowse-tree-mode)
16962 (ebrowse-electric-list-mode, ebrowse-member-mode)
16963 (ebrowse-electric-position-mode):
16964 * progmodes/f90.el (f90-mode):
16965 * progmodes/fortran.el (fortran-mode):
16966 * progmodes/icon.el (icon-mode):
16967 * progmodes/idlw-help.el (idlwave-help-mode):
16968 * progmodes/idlw-shell.el (idlwave-shell-mode):
16969 * progmodes/idlwave.el (idlwave-mode):
16970 * progmodes/inf-lisp.el (inferior-lisp-mode):
16971 * progmodes/m4-mode.el (m4-mode):
16972 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16973 * progmodes/modula2.el (modula-2-mode):
16974 * progmodes/octave-inf.el (inferior-octave-mode):
16975 * progmodes/octave-mod.el (octave-mode):
16976 * progmodes/pascal.el (pascal-mode):
16977 * progmodes/sh-script.el (sh-mode):
16978 * progmodes/sql.el (sql-mode, sql-interactive-mode):
16979 * progmodes/vhdl-mode.el (vhdl-mode):
16980 * progmodes/xscheme.el (scheme-interaction-mode):
16981 * replace.el (occur-mode):
16982 * ses.el (ses-mode):
16983 * simple.el (completion-list-mode):
16984 * skeleton.el:
16985 * speedbar.el (speedbar-mode):
16986 * term.el (term-mode):
16987 * terminal.el (terminal-edit-mode):
16988 * textmodes/reftex-index.el (reftex-index-mode)
16989 (reftex-index-phrases-mode):
16990 * textmodes/reftex-sel.el (reftex-select-label-mode)
16991 (reftex-select-bib-mode):
16992 * textmodes/reftex-toc.el (reftex-toc-mode):
16993 * wdired.el (wdired-change-to-wdired-mode):
16994 * wid-browse.el (widget-browse-mode):
16995 Use run-mode-hooks.
16996
16997 * array.el (array-mode):
16998 * calendar/todo-mode.el (todo-mode):
16999 * man.el (Man-mode):
17000 * play/landmark.el (lm-mode):
17001 * play/mpuz.el (mpuz-mode):
17002 Use kill-all-local-variables and run-mode-hooks.
17003
17004 * subr.el (delay-mode-hooks): Specify indentation.
17005
17006 2005-05-26 Mark A. Hershberger <mah@everybody.org>
17007
17008 * xml.el (xml-substitute-special): Don't die for undefined xml
17009 entities.
17010
17011 2005-05-26 Jay Belanger <belanger@truman.edu>
17012
17013 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
17014 of nil.
17015
17016 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
17017
17018 * progmodes/gdb-ui.el (gdb-frame-address):
17019 Rename from gdb-current-address.
17020 (gdb-previous-frame-address): Rename from gdb-previous-address.
17021 (gdb-selected-frame): Rename from gdb-current-frame.
17022 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
17023 (gdb-frame-number): Rename from gdb-current-stack-level.
17024 (gdb-ann3): Match new mode-name for disassembly buffer.
17025 Extend initialization of variables.
17026 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
17027 (gdb-memory-mode): Use mouse-face in header line.
17028 (gdb-assembler-buffer-name): Call it disassembly and give frame
17029 in mode line.
17030 (gdb-source-spec-regexp, gdb-assembler-custom)
17031 (gdb-invalidate-assembler, gdb-frame-handler):
17032 Make robust to leading zeroes in address format.
17033
17034 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
17035
17036 * textmodes/org.el (org-mode): Use `define-derived-mode' to
17037 define `org-mode'.
17038 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
17039
17040 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
17041
17042 * log-edit.el (log-edit-changelog-entries): Distinguish between
17043 filenames like xfns.c and fns.c.
17044
17045 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
17046
17047 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
17048 point after reverting.
17049 (Buffer-menu-make-sort-button): Handle the case where
17050 `Buffer-menu-use-header-line' is nil.
17051
17052 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
17053
17054 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
17055 New funcs. In minibuffer-local-completion-map bind `]', `/'
17056 and `:' to them.
17057
17058 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
17059
17060 * startup.el (normal-top-level): Allow modification of load-path while
17061 we're iterating over it.
17062
17063 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
17064
17065 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
17066 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
17067 (thumbs-resize-interactive, thumbs-insert-image)
17068 (thumbs-insert-thumb, thumbs-dired-show-marked)
17069 (thumbs-find-image-at-point, thumbs-delete-images)
17070 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
17071 (thumbs-increment-image-size, thumbs-decrement-image-size):
17072 Fix typos in docstrings.
17073
17074 2005-05-24 Andre Spiegel <spiegel@gnu.org>
17075
17076 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
17077 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
17078 (cperl-mode): Use them.
17079
17080 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
17081
17082 * window.el (quit-window, shrink-window-if-larger-than-buffer):
17083 Doc fixes.
17084
17085 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
17086
17087 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
17088 Bind C-d to gdb-inferior-io-eof.
17089
17090 * dired.el (dired-dnd-popup-notice): Use message-box.
17091
17092 2005-05-23 Masatake YAMATO <jet@gyve.org>
17093
17094 * bindings.el (mode-line-major-mode-keymap):
17095 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
17096
17097 * faces.el (mode-line-highlight): New face.
17098
17099 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
17100 as mouse-face.
17101
17102 * bindings.el (top-level, help-echo, mode-line-modified)
17103 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
17104 as mouse-face.
17105
17106 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
17107
17108 * progmodes/cc-engine.el (c-guess-basic-syntax):
17109 Remove spurious call to `zerop'.
17110
17111 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
17112
17113 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
17114
17115 CC Mode update to 5.30.10:
17116
17117 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
17118 could go past the limit in decoration level 2, thereby causing
17119 errors during interactive fontification.
17120
17121 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
17122 the file is evaluated interactively.
17123
17124 * cc-engine.el (c-guess-basic-syntax): Handle operator
17125 declarations somewhat better in C++.
17126
17127 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
17128 make use of `run-mode-hooks' which has been added in Emacs 21.1.
17129 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
17130 (awk-mode): Use it.
17131 (make-local-hook): Suppress warning about obsoleteness.
17132
17133 * cc-engine.el, cc-align.el, cc-cmds.el
17134 (c-append-backslashes-forward, c-delete-backslashes-forward)
17135 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
17136 Compensate for return value from `forward-line' when it has moved
17137 but not to a different line due to eob.
17138
17139 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
17140 `objc-method-intro' and `objc-method-args-cont'.
17141
17142 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
17143
17144 CC Mode update to 5.30.10:
17145
17146 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
17147 in the copyright statement. Incidentally, change "along with GNU
17148 Emacs" to "along with this program" where it occurs.
17149
17150 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
17151 so that it is interactive, hence can be found by M-x awk-mode
17152 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
17153 <gmorris+emacs@ast.cam.ac.uk>.
17154
17155 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
17156 Mode's regexps.
17157
17158 2005-05-23 Kevin Ryde <user42@zip.com.au>
17159
17160 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
17161 c-parse-state, to avoid a lisp error (on bad code).
17162
17163 2005-05-23 Lute Kamstra <lute@gnu.org>
17164
17165 * subr.el (font-lock-defaults): Remove defvar as it's already
17166 defined in font-core.el.
17167
17168 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
17169
17170 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
17171
17172 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
17173 more general and work when GDB variable "print pretty" is on,
17174 as with Emacs, for example.
17175
17176 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
17177
17178 * font-core.el: Update comment.
17179
17180 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17181 Use `after-change-major-mode-hook' instead of `find-file-hook'.
17182
17183 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
17184
17185 2005-05-22 Eli Zaretskii <eliz@gnu.org>
17186
17187 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
17188 and `yank-handler' in the doc strings.
17189
17190 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17191
17192 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
17193
17194 2005-05-22 Richard M. Stallman <rms@gnu.org>
17195
17196 * help.el (describe-key): Move print-help-return-message call
17197 out of conditional.
17198
17199 * progmodes/etags.el (list-tags): Use with-no-warnings.
17200
17201 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
17202 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
17203 (starttls-extra-args, starttls-extra-arguments): Add defvars.
17204
17205 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
17206
17207 * language/viet-util.el (viet-viscii-nonascii-translation-table):
17208 Add defvar.
17209
17210 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
17211 Use defvar, not defconst.
17212
17213 * hexl.el (hexl-follow-line): Use with-no-warnings.
17214
17215 * emulation/tpu-extras.el: Use write-file-functions instead of
17216 write-file-hooks.
17217
17218 * dired.el (dired-font-lock-keywords): Fontify files with junk
17219 extensions even if marked by -F.
17220
17221 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
17222
17223 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
17224 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
17225 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
17226 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
17227 (concatenate, list-length, get*, getf, cl-remprop):
17228 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
17229 (etypecase, progv, lexical-let, lexical-let*)
17230 (multiple-value-bind, multiple-value-setq, shiftf):
17231 Improve argument/docstring consistency.
17232
17233 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
17234
17235 2005-05-22 Andre Spiegel <spiegel@gnu.org>
17236
17237 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
17238 doesn't exist.
17239
17240 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
17241 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
17242
17243 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
17244
17245 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
17246 already deleted variables: auto-fill-hook, blink-paren-hook,
17247 lisp-indent-hook, inhibit-local-variables, unread-command-event,
17248 suspend-hooks, comment-indent-hook, meta-flag,
17249 before-change-function, after-change-function,
17250 font-lock-doc-string-face.
17251
17252 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
17253
17254 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17255
17256 2005-05-21 Eli Zaretskii <eliz@gnu.org>
17257
17258 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
17259 rmail-dont-reply-to.
17260
17261 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17262
17263 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
17264 literal blank when splitting new-header-values.
17265
17266 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
17267
17268 * calendar/cal-menu.el (cal-menu-update): Add separator as a
17269 string so that tmm doesn't create a completion entry for it.
17270
17271 * textmodes/table.el (table-disable-menu): Ditto.
17272
17273 2005-05-21 Richard M. Stallman <rms@gnu.org>
17274
17275 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17276
17277 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17278
17279 * net/rcompile.el (remote-compile): Use compilation-start.
17280
17281 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17282
17283 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
17284
17285 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17286 Default to makefile-bsdmake-mode on BSD systems.
17287
17288 * imenu.el (imenu-generic-expression, imenu--generic-function'):
17289 REGEXP may also be a search function now. The part of doc-string
17290 for describing the structure was 95% identical to that of
17291 `imenu--generic-function'. Unify it there.
17292
17293 * progmodes/make-mode.el (makefile-imenu-generic-expression):
17294 Use function to find dependencies, because regexp alone is so complex,
17295 it easily goes into an endless loop.
17296 (makefile-makepp-mode): Also add submenu for Perl functions
17297 defined in the makefile.
17298 (makefile-bsdmake-mode): Special imenu-generic-expression no
17299 longer needed, due to function call.
17300 (makefile-match-dependency): Take BOUND into account when checking
17301 if we're through.
17302
17303 2005-05-20 Jay Belanger <belanger@truman.edu>
17304
17305 * calc/calc-units.el (calc-invalidate-units-table):
17306 Use inhibit-read-only.
17307 (math-build-units-table-buffer): Use view-mode.
17308
17309 2005-05-20 David Kastrup <dak@gnu.org>
17310
17311 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17312 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17313
17314 2005-05-20 Lute Kamstra <lute@gnu.org>
17315
17316 * diff-mode.el (diff-header-face, diff-file-header-face)
17317 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17318 (diff-added-face, diff-changed-face, diff-function-face)
17319 (diff-context-face, diff-nonexistent-face): Put them in the
17320 diff-mode customization group.
17321
17322 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17323
17324 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17325
17326 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17327
17328 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17329 Minor regexp-optimization.
17330
17331 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17332
17333 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17334 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17335 (org-agenda-add-time-grid-maybe): New function.
17336 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17337 (org-table-create): `dotimes' instead of `mapcar'.
17338 (org-xor): Simplify implementation.
17339 (org-agenda): `inhibit-redisplay' turned on.
17340 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17341 a consistent line after a state change.
17342 (org-agenda-remove-times-when-in-prefix): New option.
17343 (org-prefix-has-time): New variable.
17344 (org-parse-time-string): Optional argument NODEFAULT.
17345 (org-format-agenda-item): Parse items for time-of-day
17346 specifications and move these into the prefix if possible.
17347 (org-agenda-priority): Get current heading, not previous heading
17348 during agenda remote editing.
17349
17350 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17351
17352 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17353 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17354 (remove-duplicates, delete-duplicates, substitute)
17355 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17356 (nsubstitute-if-not, find, find-if, find-if-not, position)
17357 (position-if, position-if-not, count, count-if, count-if-not)
17358 (mismatch, search, sort*, stable-sort, merge, member*)
17359 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17360 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17361 (intersection, nintersection, set-difference, nset-difference)
17362 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17363 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17364 (nsublis, tree-equal): Improve argument/docstring consistency.
17365
17366 * subr.el (send-string, send-region): Remove obsolescence declaration.
17367 (window-dot, set-window-dot, read-input, show-buffer)
17368 (eval-current-buffer, string-to-int):
17369 Add release number to obsolescence declarations.
17370
17371 2005-05-19 Kim F. Storm <storm@cua.dk>
17372
17373 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17374 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17375
17376 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17377
17378 * faces.el (list-faces-display): Make back button respect optional
17379 regexp arg.
17380
17381 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17382
17383 * calculator.el (calculator-radix-grouping-mode)
17384 (calculator-radix-grouping-digits, calculator-displayer)
17385 (calculator-radix-grouping-separator, calculator-copy-displayer):
17386 * dabbrev.el (dabbrev-search-these-buffers-only):
17387 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17388 (diff-advance-after-apply-hunk, diff-mode-hook)
17389 (diff-minor-mode-prefix):
17390 * imenu.el (imenu-use-popup-menu):
17391 * jit-lock.el (jit-lock-context-time):
17392 * newcomment.el (comment-fill-column, comment-column)
17393 (comment-style, comment-padding, comment-multi-line)
17394 (comment-empty-lines, comment-auto-fill-only-comments):
17395 * reveal.el (reveal-around-mark):
17396 * uniquify.el (uniquify-buffer-name-style)
17397 (uniquify-after-kill-buffer-p)
17398 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17399 (uniquify-min-dir-content, uniquify-separator)
17400 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17401 * w32-vars.el (w32-fixed-font-alist):
17402 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17403 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17404 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17405 * progmodes/perl-mode.el (perl-indent-level)
17406 (perl-continued-statement-offset, perl-continued-brace-offset)
17407 (perl-brace-offset, perl-brace-imaginary-offset)
17408 (perl-label-offset, perl-indent-continued-arguments)
17409 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17410 * progmodes/tcl.el (tcl-indent-level)
17411 (tcl-continued-indent-level, tcl-auto-newline)
17412 (tcl-tab-always-indent, tcl-electric-hash-style)
17413 (tcl-help-directory-list, tcl-use-smart-word-finder)
17414 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17415 (inferior-tcl-source-command):
17416 * textmodes/fill.el (enable-kinsoku):
17417 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17418 * textmodes/table.el (table-yank-handler):
17419 Specify missing group (and type, if simple) in defcustom.
17420
17421 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17422
17423 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17424
17425 2005-05-19 Richard M. Stallman <rms@gnu.org>
17426
17427 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17428
17429 * subr.el (event-basic-type): Don't get an error.
17430 (left-fringe-p): Function deleted.
17431
17432 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17433 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17434
17435 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17436 in recursive copy.
17437
17438 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17439
17440 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17441
17442 * emacs-lisp/bytecomp.el
17443 (byte-compile-file-form-custom-declare-variable):
17444 Call byte-compile-nogroup-warn if appropriate.
17445
17446 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17447 (compilation-set-window): Don't call left-fringe-p; do it directly.
17448
17449 2005-05-19 Jay Belanger <belanger@truman.edu>
17450
17451 * calc/calc-graph.el (calc-graph-format-data): Make sure
17452 var-PlotRejects is bound before trying to check its value.
17453
17454 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17455
17456 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17457 definition of this variable from reftex-global.el to reftex.el,
17458 because it is needed in the menu.
17459
17460 2005-05-19 Lute Kamstra <lute@gnu.org>
17461
17462 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17463 years are fixed. Don't insert a space after a dash.
17464
17465 2005-05-19 Kim F. Storm <storm@cua.dk>
17466
17467 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17468
17469 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17470
17471 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17472 strings, because (eq ... ?\\) is fairly frequent.
17473
17474 * progmodes/make-mode.el (makefile-add-this-line-targets):
17475 Simplify and integrate into `makefile-pickup-targets'.
17476 (makefile-add-this-line-macro): Simplify and integrate into
17477 `makefile-pickup-macros.
17478 (makefile-pickup-filenames-as-targets): Simplify.
17479 (makefile-previous-dependency, makefile-match-dependency):
17480 Don't stumble over `::'.
17481
17482 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17483
17484 * subr.el (post-command-idle-hook, post-command-idle-delay):
17485 Remove obsoletion of post-command-idle-hook and
17486 post-command-idle-delay.
17487
17488 * faces.el (list-faces-display): Provide button when describe-face
17489 is called to take user back to the list of faces.
17490
17491 * help-fns.el (describe-variable): Remove hyperlinks in a
17492 variable's value as these are quite frequently inappropriate.
17493
17494 * follow.el (follow-submit-feedback, follow-mode):
17495 Remove references to post-command-idle-hook.
17496
17497 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17498
17499 * progmodes/make-mode.el (makefile-previous-dependency)
17500 (makefile-match-dependency): Check for := (and in bsd mode also
17501 !=) to give a better result, even when font-lock is not on.
17502
17503 2005-05-18 Jay Belanger <belanger@truman.edu>
17504
17505 * calc/calc-help.el (calc-s-prefix-help):
17506 Add `calc-copy-special-constant' to help string.
17507
17508 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17509
17510 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17511
17512 2005-05-18 Jay Belanger <belanger@truman.edu>
17513
17514 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17515 in linear factors are in proper order.
17516
17517 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17518
17519 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17520 Support for jurabib.
17521
17522 * textmodes/reftex.el (featurep): Define aliases for overlay
17523 commands, for XEmacs compatibility, and use these aliases in
17524 overlay initializations.
17525 (reftex-highlight): Use `reftex-move-overlay'.
17526 (reftex-unhighlight): Use `reftex-delete-overlay'.
17527 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17528 (reftex-access-search-path): Use `reftex-uniquify' instead of
17529 `reftex-uniq'
17530
17531 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17532 `before-string' property modification enables for Emacs as well.
17533 (reftex-select-item): Use `reftex-delete-overlay'.
17534 (reftex-select-mark): Use `reftex-make-overlay' and
17535 `reftex-overlay-put'.
17536 (reftex-select-unmark): Use `reftex-delete-overlay' and
17537 `reftex-overlay-put'.
17538
17539 2005-05-18 Lute Kamstra <lute@gnu.org>
17540
17541 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17542
17543 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17544
17545 * add-log.el (add-change-log-entry):
17546 * array.el (array-make-template, array-reconfigure-rows)
17547 (array-init-max-row, array-init-max-column)
17548 (array-init-columns-per-line, array-init-field-width):
17549 * replace.el (replace-match-maybe-edit, perform-replace):
17550 * textmodes/spell.el (spell-region):
17551 Replace `read-input' by `read-string'.
17552
17553 * forms.el (forms-mode):
17554 * finder.el (finder-compile-keywords):
17555 * shadowfile.el (shadow-read-files):
17556 Replace `eval-current-buffer' by `eval-buffer'.
17557
17558 * terminal.el (te-pass-through):
17559 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17560 (ange-ftp-raw-send-cmd):
17561 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17562 (send-process-next-char, telnet-initial-filter, telnet):
17563 Replace `send-string' by `process-send-string'.
17564
17565 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17566 (prolog-consult-region): Replace `send-string' by
17567 `process-send-string'; replace `send-region' by `process-send-region'.
17568
17569 * progmodes/delphi.el (delphi-log-msg):
17570 Replace `set-window-dot' by `set-window-point'.
17571
17572 * subr.el (window-dot, set-window-dot, read-input, send-string)
17573 (send-region, show-buffer, eval-current-buffer):
17574 Make really obsolete, as the comment says.
17575
17576 2005-05-17 Kim F. Storm <storm@cua.dk>
17577
17578 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17579 (cua--init-keymaps): Bind C-return instead of S-return to set
17580 rectangle mark.
17581
17582 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17583 instead of S-return to toggle/clear rectangle mark.
17584
17585 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17586
17587 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17588 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17589 Also fontify plain strings assigned to variables, mostly so that a
17590 colon has a face and is thus not taken as a dependency separator.
17591 (makefile-previous-dependency): Inline the new matcher, because it
17592 is too complex to work in both directions.
17593 (makefile-match-dependency): Eliminate `backward' arg (see above).
17594 Completely reimplemented so as to not sometimes go into an endless
17595 loop. It should also be more efficient, because first it only
17596 searches for `:', instead of applying the very complex regexp.
17597 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17598 to be fontified in one piece can be too long for JIT.
17599 Makefiles are never *that* big.
17600
17601 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17602
17603 * dired.el (dired-mode): Simplify.
17604
17605 2005-05-17 Lute Kamstra <lute@gnu.org>
17606
17607 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17608 defcustom for the mode hook variable.
17609
17610 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17611 Emacs Lisp Reference Manual.
17612
17613 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17614
17615 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17616 (evenp, list*):
17617 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17618 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17619
17620 * net/tramp-smb.el (tramp-smb-open-connection):
17621 Pass `tramp-chunksize' as fifth (required) argument.
17622
17623 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17624
17625 * font-lock.el (lisp-font-lock-keywords-1):
17626 Set `font-lock-negation-char-face' for [^...] char group.
17627 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17628
17629 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17630 a var, and refine it to mask one more level of nested vars.
17631 (makefile-rule-action-regex): Turn it into a var, and refine it so
17632 it recognizes backslashed continuation lines as belonging to the
17633 same command.
17634 (makefile-macroassign-regex): Refine it so it recognizes
17635 backslashed continuation lines as belonging to the same command.
17636 (makefile-var-use-regex): Don't look at the next char, because it
17637 might be the same one to be skipped by the initial [^$], leading
17638 to an overlooked variable use.
17639 (makefile-make-font-lock-keywords): Remove two parameters, which
17640 are now variables that some of the modes set locally.
17641 Handle dependency and rule action matching through functions, because
17642 regexps alone match too often. Dependency matching now comes
17643 last, so it can check, whether a colon already matched something else.
17644 (makefile-mode): Inform that font-lock improves makefile parsing
17645 capabilities.
17646 (makefile-match-dependency, makefile-match-action): New functions.
17647
17648 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17649
17650 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17651
17652 * align.el (align-regexp):
17653 * ansi-color.el (ansi-color-get-face):
17654 * array.el (array-reconfigure-rows, array-init-max-row)
17655 (array-init-max-column, array-init-columns-per-line)
17656 (array-init-field-width):
17657 * dired-aux.el (dired-trample-file-versions):
17658 * dired-x.el (dired-mark-sexp):
17659 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17660 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17661 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17662 * faces.el (face-read-integer):
17663 * files.el (backup-extract-version, insert-directory):
17664 * hexl.el (hexl-insert-decimal-char):
17665 * server.el (server-process-filter):
17666 * shell.el (shell-extract-num):
17667 * startup.el (command-line-1):
17668 * term.el (term-command-hook):
17669 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17670 (time-stamp-do-number):
17671 * time.el (display-time-update):
17672 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17673 (timezone-fix-time):
17674 * vms-patch.el (vms-suspend-resume-hook):
17675 * calendar/appt.el (appt-convert-time):
17676 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17677 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17678 * calendar/cal-islam.el (mark-islamic-diary-entries):
17679 * calendar/calendar.el (calendar-cursor-to-date)
17680 (calendar-star-date):
17681 * calendar/diary-lib.el (diary-attrtype-convert)
17682 (mark-diary-entries, diary-entry-time):
17683 * calendar/solar.el (solar-get-number):
17684 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17685 * emacs-lisp/re-builder.el (reb-display-subexp):
17686 * emulation/edt.el (edt-set-scroll-margins):
17687 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17688 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17689 (vip-get-ex-count):
17690 * emulation/viper-ex.el (viper-get-ex-token)
17691 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17692 * international/fontset.el (fontset-plain-name):
17693 * mail/feedmail.el (feedmail-look-at-queue-directory):
17694 * mail/mailalias.el (mail-get-names):
17695 * mail/rmail.el (rmail-convert-to-babyl-format):
17696 * mail/rmailsum.el (rmail-make-basic-summary-line)
17697 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17698 (rmail-summary-goto-msg):
17699 * mail/smtpmail.el (smtpmail-read-response):
17700 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17701 (ange-ftp-vms-add-file-entry):
17702 * play/gametree.el (gametree-looking-at-ply)
17703 (gametree-current-branch-score):
17704 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17705 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17706 * progmodes/cperl-mode.el (condition-case):
17707 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17708 (ebrowse-set-member-buffer-column-width)
17709 (ebrowse-select-1st-to-9nth):
17710 * progmodes/etags.el (etags-snarf-tag):
17711 * progmodes/flymake.el (flymake-parse-line):
17712 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17713 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17714 (idlwave-shell-menu-def):
17715 * progmodes/ps-mode.el (ps-run-goto-error):
17716 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17717 (vhdl-speedbar-contract-level):
17718 * term/mac-win.el (x-handle-numeric-switch):
17719 * term/sun-mouse.el (sun-get-frame-data):
17720 * term/w32-win.el (x-handle-numeric-switch):
17721 * term/x-win.el (x-handle-numeric-switch):
17722 * textmodes/ispell.el (ispell-parse-output):
17723 * textmodes/nroff-mode.el (nroff-outline-level):
17724 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17725 (reftex-bib-sort-year-reverse, reftex-format-citation):
17726 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17727 (reftex-section-number):
17728 * textmodes/texinfmt.el (texinfo-paragraphindent):
17729 Replace `string-to-int' by `string-to-number'.
17730
17731 * international/latexenc.el: Add page marker to force the "Local
17732 Variables:" string out of the last page.
17733
17734 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17735
17736 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17737 tooltip-change-major-mode.
17738 (gud-tooltip-print-command): Remove case where gud-minor-mode
17739 is gdb ("--fullname").
17740 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17741 explain to user.
17742
17743 2005-05-16 Jay Belanger <belanger@truman.edu>
17744
17745 * calc/calc-store.el (calc-copy-special-constant): New function.
17746
17747 * calc/calc-ext.el (calc-init-extensions): Add binding for
17748 `calc-copy-special-constant'.
17749
17750 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17751 for the `calc-copy-special-constant' command.
17752
17753 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17754
17755 * subr.el (left-fringe-p): New function.
17756
17757 * progmodes/compile.el (compilation-setup): Set local value of
17758 overlay-arrow-string to "" always.
17759 (compilation-set-window): Left fringe then don't scroll.
17760 No left fringe then no arrow and scroll message to top.
17761 (compilation-context-lines): Adjust doc string accordingly.
17762
17763 2005-05-16 Kim F. Storm <storm@cua.dk>
17764
17765 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17766 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17767 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17768 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17769 (ido-read-file-name): Handle commands with ido property value
17770 equal to find-file as reading a file name, to allow C-d to enter dired.
17771 (ibuffer-find-file): Add ido property with value find-file.
17772
17773 2005-05-15 Kim F. Storm <storm@cua.dk>
17774
17775 * subr.el (open-network-stream-nowait): Remove.
17776 (open-network-stream-server): Remove.
17777
17778 2005-05-15 Richard M. Stallman <rms@gnu.org>
17779
17780 * faces.el (describe-face): Output a definition link button.
17781
17782 * help-mode.el (help-face-def): New button type.
17783
17784 * emacs-lisp/copyright.el (copyright-fix-years):
17785 Match properly if the first year is 2-digit.
17786 Don't mess up the whitespace after the years by filling.
17787
17788 * dired-aux.el (dired-mark-confirm):
17789 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17790
17791 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17792 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17793 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17794
17795 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17796 Set font-lock-comment-start-skip.
17797
17798 * font-lock.el (font-lock-comment-start-skip): New variable.
17799 (font-lock-comment-end-skip): New variable.
17800 (font-lock-fontify-syntactically-region): Use them if non-nil.
17801
17802 2005-05-15 Jay Belanger <belanger@truman.edu>
17803
17804 * calc/calc-store.el (calc-store-value): Return a string rather
17805 than display it as a message.
17806 Use calc-var-name for variable name.
17807 (calc-store-into): Add the result of calc-store-value to message.
17808 (calc-copy-variable): Add a message.
17809 (calc-store-exchange): Improve error messages.
17810 (calc-store-binary, calc-store-map): Don't reset the values of
17811 special constants.
17812
17813 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17814
17815 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17816 manual to docstring.
17817
17818 * files.el (hack-local-variables-confirm): Add STRING argument.
17819 Make the function handle non file visiting buffers correctly.
17820 (hack-local-variables-prop-line, hack-local-variables)
17821 (hack-one-local-variable): Use STRING arg of
17822 `hack-local-variables-confirm'.
17823
17824 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17825
17826 Sync with Tramp 2.0.49.
17827
17828 * net/tramp.el (tramp-handle-dired-call-process)
17829 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17830 because the contents of the Tramp buffer is changed before
17831 insertion (`expand-file' and alike).
17832 (tramp-handle-insert-directory): If `localname' has an empty
17833 nondirectory name, it must not be quoted.
17834 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17835 variable `tramp-chunksize'. Change callees.
17836 (tramp-open-connection-setup-interactive-shell): Check remote host
17837 for buggy `send-process-string' implementation.
17838 Set `tramp-chunksize' if found. Reported by Michael Kifer
17839 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17840 (tramp-handle-shell-command): `insert-buffer' cannot be used
17841 because the contents of the Tramp buffer is changed before
17842 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17843 <frederic.bothamy@free.fr>.
17844 (tramp-set-auto-save): Actions should be done for Tramp file name
17845 handler only. Ange-FTP has its own auto-save mechanism.
17846 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17847 (tramp-set-auto-save-file-modes): Set file modes of
17848 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17849 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17850 (tramp-bug): Remove obsolete variable.
17851 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17852 for presence of `mml-mode'. Make it running for older Emacsen as well.
17853
17854 2005-05-14 John Paul Wallington <jpw@pobox.com>
17855
17856 * ibuf-ext.el (define-ibuffer-filter filename):
17857 If `dired-directory' is a list, use its car.
17858
17859 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17860
17861 * ibuffer.el (define-ibuffer-column filename):
17862 If `dired-directory' is a list, use its car.
17863
17864 2005-05-14 Richard M. Stallman <rms@gnu.org>
17865
17866 * subr.el (symbol-file): Doc fix.
17867
17868 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17869 (byte-compile-form): Call byte-compile-nogroup-warn.
17870 (byte-compile-warning-types): Doc fix.
17871
17872 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17873
17874 * progmodes/cc-engine.el (c-literal-faces):
17875 Add font-lock-comment-delimiter-face.
17876
17877 * net/net-utils.el (dig): Use with-no-warnings.
17878
17879 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17880 (sc-recite-frame-alist, sc-default-cite-frame)
17881 (sc-default-uncite-frame, sc-default-recite-frame)
17882 (sc-attrib-selection-list, sc-rewrite-header-list):
17883 Mark as risky-local-variable.
17884
17885 * international/ogonek.el (ogonek-jak, ogonek-how):
17886 Don't use beginning-of-buffer.
17887
17888 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17889
17890 * calendar/solar.el (solar-data-list): Move definition up.
17891
17892 * dnd.el (dnd-protocol-alist): Add autoload.
17893
17894 * progmodes/sh-script.el: Many doc usage fixes.
17895 (sh-indent-after-do): Change default to match common styles.
17896
17897 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17898
17899 * files.el (interpreter-mode-alist)
17900 (auto-mode-interpreter-regexp): Doc fixes.
17901
17902 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17903
17904 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17905
17906 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17907
17908 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17909
17910 * dired.el (dired-mode): make-variable-buffer-local =>
17911 make-local-variable.
17912
17913 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17914
17915 * term/mac-win.el (mac-select-convert-to-string): Try coding
17916 systems in mac-script-code-coding-systems if specified one cannot
17917 encode string for `com.apple.traditional-mac-plain-text'.
17918
17919 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17920
17921 * progmodes/make-mode.el (makefile-targets-face)
17922 (makefile-shell-face, makefile-makepp-perl-face): New faces.
17923 (makefile-dependency-regex): Fix it to not make the colon in
17924 $(var:a=b) special.
17925 (makefile-rule-action-regex): New regexp for highlighting embedded
17926 Shell strings.
17927 (makefile-macroassign-regex): Handle != for highlighting as
17928 embedded Shell strings.
17929 (makefile-var-use-regex): New const.
17930 (makefile-statements, makefile-automake-statements)
17931 (makefile-gmake-statements, makefile-makepp-statements)
17932 (makefile-bsdmake-statements): New consts.
17933 (makefile-make-font-lock-keywords): New function.
17934 (makefile-automake-font-lock-keywords)
17935 (makefile-gmake-font-lock-keywords)
17936 (makefile-makepp-font-lock-keywords)
17937 (makefile-bsdmake-font-lock-keywords): New consts.
17938 (makefile-mode-map): Add switchers between the various submodes.
17939 (makefile-mode): Document the availability of the variants.
17940 (makefile-automake-mode, makefile-gmake-mode)
17941 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17942
17943 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17944 new variants of makefile-mode.
17945
17946 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17947
17948 * font-lock.el (font-lock-comment-delimiter-face): Fix up
17949 the inheritance.
17950
17951 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
17952
17953 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17954 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17955
17956 * files.el (normal-mode): Extend the scope of the
17957 `enable-local-variables' binding to include the `set-auto-mode' call.
17958 (magic-mode-alist): Doc fix.
17959
17960 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17961
17962 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17963 font-lock-comment-face rather than copying its setting.
17964
17965 2005-05-12 Andreas Schwab <schwab@suse.de>
17966
17967 * eshell/esh-mode.el (eshell-send-input): Doc fix.
17968
17969 2005-05-12 Lute Kamstra <lute@gnu.org>
17970
17971 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17972 defcustom for the mode hook variable. Delete the last argument.
17973 * generic-x.el: Fix callers of define-generic-mode.
17974 (generic-x-modes): Delete group.
17975 (show-tabs-tab-face, show-tabs-space-face): Put them in the
17976 generic-x customization group.
17977
17978 2005-05-12 Kim F. Storm <storm@cua.dk>
17979
17980 * font-lock.el (font-lock-negation-char-face): Default to "off".
17981
17982 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17983 font-lock-negation-char-face to ! in !=.
17984
17985 2005-05-12 Masatake YAMATO <jet@gyve.org>
17986
17987 * add-log.el (find-change-log): Fix typos in the docstring
17988 of function.
17989
17990 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17991
17992 * international/latexenc.el (latexenc-find-file-coding-system):
17993 Avoid `re-search-forward' when looking for input encoding because
17994 of speed and safety. Better regular expressions for recognizing
17995 input encoding. Limit a search for TeX-master/tex-main-file to
17996 the local variable section.
17997
17998 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
17999
18000 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
18001 syntax of $ to "'" (quote).
18002
18003 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
18004
18005 * dnd.el (dnd-protocol-alist): Improve custom type.
18006
18007 * dired.el (dired-dnd-protocol-alist): New variable.
18008 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
18009 `dired-mode-hook' to the end.
18010
18011 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
18012
18013 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
18014 comment-end if comment-start-skip is not set.
18015 Obey the font-lock-comment-delimiter-face variables.
18016
18017 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
18018
18019 * files.el (executable-find): Move from executable.el. Use
18020 locate-file.
18021 * progmodes/executable.el (executable-find): Move to files.el.
18022
18023 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
18024 when trying to ensure forward progress.
18025
18026 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
18027
18028 * mouse-sel.el (mouse-sel-follow-link-p): New function.
18029 (mouse-select, mouse-select-internal, mouse-extend-internal):
18030 Use it to implement mouse-1-click-follows-link functionality.
18031
18032 2005-05-11 Richard M. Stallman <rms@gnu.org>
18033
18034 * font-lock.el (font-lock-fontify-syntactically-region):
18035 Use font-lock-comment-delimiter-face for comment delimiters.
18036
18037 2005-05-10 Jay Belanger <belanger@truman.edu>
18038
18039 * calc/calc-help.el (calc-m-prefix-help): Add mention of
18040 preserving embedded modes.
18041
18042 2005-05-10 Richard M. Stallman <rms@gnu.org>
18043
18044 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
18045
18046 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
18047 Move from ada-stmt.el.
18048 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
18049
18050 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
18051 Move to ada-mode.el.
18052 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
18053
18054 * cus-edit.el (custom-file): Call file-chase-links.
18055
18056 * files.el (read-directory-name): Fix previous change.
18057 (hack-local-variables-confirm): New function.
18058 (hack-local-variables-prop-line, hack-local-variables)
18059 (hack-one-local-variable): Use it.
18060
18061 2005-05-10 Lute Kamstra <lute@gnu.org>
18062
18063 * font-lock.el (font-lock-keywords-alist)
18064 (font-lock-removed-keywords-alist): Clarify docstrings.
18065
18066 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
18067
18068 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
18069 (gdb-source-info): Check for preprocessor info.
18070 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
18071 a macro for a function.
18072 (gdb-info-breakpoints-custom): Try to find file again if not already
18073 found (user might have used GDB dir command).
18074 (gdb-get-location): Update gdb-location-alist correctly for change
18075 to gdb-info-breakpoints-custom.
18076
18077 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
18078 (gud-tooltip-print-command): Add gdbmi case.
18079 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
18080 preprocessor info.
18081
18082 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
18083
18084 * startup.el (fancy-splash-insert): Fix typo in doc string.
18085
18086 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
18087
18088 * obsolete/float.el (string-to-float):
18089 * obsolete/hilit19.el (hilit-add-pattern):
18090 * obsolete/rnews.el (news-parse-range, news-select-message)
18091 (news-get-pruned-list-of-files): Replace `string-to-int' by
18092 `string-to-number'.
18093
18094 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
18095 `find-file-not-found-hooks'; use `add-hook'.
18096 (uncompress-while-visiting): Set `write-file-functions', not
18097 `write-file-hooks'; use `add-hook'.
18098
18099 2005-05-09 Kim F. Storm <storm@cua.dk>
18100
18101 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
18102 (cua-paste): Handle clipboard action.
18103 (cua--init-keymaps): Remap clipboard-kill-region and
18104 clipboard-kill-ring-save.
18105
18106 2005-05-08 Eli Zaretskii <eliz@gnu.org>
18107
18108 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18109 Improve commentary.
18110
18111 * simple.el (next-error-overlay-arrow-position): Revert the change
18112 made on 2005-04-30.
18113
18114 2005-05-07 Jay Belanger <belanger@truman.edu>
18115
18116 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
18117 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
18118 `calc-sel-reselect'.
18119
18120 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
18121 Calc is in embedded mode.
18122
18123 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18124
18125 * progmodes/compile.el (compilation-setup):
18126 Set overlay-arrow-string to an empty string on text terminals.
18127
18128 * textmodes/ispell.el (ispell-program-name): Try looking for
18129 "aspell" along exec-path, and if found, use it as the default
18130 speller program.
18131
18132 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
18133
18134 * international/mule.el (sgml-xml-auto-coding-function):
18135 Recognize encoding='FOO' in single quotes as well as in double quotes.
18136
18137 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18138
18139 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
18140 as well as `interactive', so that defmacro* would recognize
18141 `declare' forms.
18142
18143 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18144
18145 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18146 Explain more about the LIGHTER arg's usage in the doc string.
18147 Add commentary to clarify what the code does. Fix the regexp that
18148 strips whitespace from LIGHTER. Quote LIGHTER before using it,
18149 since it could have characters special to regular expressions.
18150
18151 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18152
18153 * replace.el (occur-1): Bind inhibit-read-only so that
18154 erase-buffer doesn't barf on read-only text properties (likewise
18155 for add-text-properties in occur-engine). Mark buffer as unmodified.
18156 (occur-engine): Don't set buffer-read-only here.
18157
18158 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18159
18160 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
18161 list-buffers-directory. This caused the *cvs-commit* buffer to be
18162 sometimes mistakenly reused as a *cvs* buffer.
18163
18164 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
18165
18166 * tooltip.el: Move code for GUD tooltips into gud.el.
18167 (require): CL no longer needed to compile case.
18168 (tooltip-mode): Do not toggle functions for GUD tooltips.
18169 (tooltip-gud-tips-p): Remove. Replace with minor mode
18170 gud-tooltip-mode in gud.el.
18171 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
18172 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
18173 tooltip-gud prefix with gud-tooltip and obsolete.
18174 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
18175 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
18176 (tooltip-mouse-motion): Mouse movement functions/variable.
18177 Rename in gud.el by adding gud prefix.
18178 (tooltip-gud-original-filter, tooltip-gud-dereference)
18179 (tooltip-gud-event, tooltip-toggle-gud-tips)
18180 (tooltip-gud-process-output, tooltip-gud-print-command)
18181 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
18182 gud.el by replacing tooltip-gud prefix with gud-tooltip.
18183 (gdb-tooltip-print): Move to gdb-ui.el.
18184
18185 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
18186 (require): CL needed to compile case.
18187 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
18188 tooltip-gud-tips-p. Make it a minor-mode.
18189 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
18190 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
18191 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
18192 (gud-tooltip-change-major-mode)
18193 (gud-tooltip-activate-mouse-motions-if-enabled)
18194 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
18195 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
18196 (gud-tooltip-original-filter, gud-tooltip-dereference)
18197 (gud-tooltip-event, tooltip-toggle-gud-tips)
18198 (gud-tooltip-process-output, gud-tooltip-print-command)
18199 (gud-tooltip-tips): Move from tooltip.el.
18200
18201 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
18202 (gdb-cpp-define-alist-flags): Doc fix.
18203 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
18204 gud-tooltip-mode is t.
18205
18206 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18207
18208 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
18209 evaporate if their text is deleted.
18210 (goto-address-at-point): Make it work as a mouse binding as well.
18211 (goto-address-at-mouse): Obsolete it. Update users.
18212
18213 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
18214
18215 * calendar/appt.el (top-level): No longer activate on load.
18216
18217 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
18218
18219 * calendar/cal-bahai.el (mark-bahai-diary-entries):
18220 * net/webjump.el (webjump):
18221 * progmodes/idlw-help.el (idlwave-do-context-help1)
18222 (idlwave-highlight-linked-completions):
18223 * textmodes/po.el (po-find-file-coding-system-guts):
18224 Replace `assoc-ignore-case' by `assoc-string'.
18225
18226 2005-05-06 Eli Zaretskii <eliz@gnu.org>
18227
18228 * files.el (locate-file): Doc fix.
18229
18230 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
18231 Remove the redundant test for ms-dos.
18232
18233 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
18234 look for the preprocessor with exec-suffixes. If not found in
18235 standard places, look in exec-path. Remove most of the tests that
18236 used system-type.
18237
18238 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
18239
18240 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
18241
18242 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
18243 file-name clash with jka-compr.el on 8+3 filesystems.
18244
18245 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18246
18247 * term/mac-win.el: Don't define or bind scroll bar functions if
18248 x-toolkit-scroll-bars is t.
18249 (x-select-text, x-get-selection-value): Clear
18250 x-last-selected-text-clipboard if x-select-enable-clipboard is
18251 nil.
18252 (PRIMARY): Put mac-scrap-name property.
18253 (mac-select-convert-to-file-url): New function.
18254 (public.file-url): New selection target type. Add to
18255 selection-converter-alist.
18256 (x-get-selection, x-selection-value): Handle it.
18257 (x-cut-buffer-or-selection-value): New alias.
18258
18259 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18260
18261 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
18262 entry to avoid calling bibtex-find-entry with arg global
18263 being t. Remove arg key.
18264 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
18265 (bibtex-copy-summary-as-kill): Change accordingly.
18266
18267 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18268
18269 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
18270 (org-agenda-date-later): Use with-current-buffer.
18271
18272 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
18273
18274 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18275 (define-obsolete-variable-alias): Doc Fixes.
18276
18277 2005-05-06 Kim F. Storm <storm@cua.dk>
18278
18279 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
18280 vertical-motion when selective-display is active.
18281
18282 * ido.el (ido-setup-hook): New hook.
18283 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18284 (ido-input-stack): New var.
18285 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
18286 ido-next-work-file binding to M-O.
18287 Bind M-f to ido-wide-find-file-or-pop-dir.
18288 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18289 (ido-read-internal): Run ido-setup-hook.
18290 Catch quit in read-file-name and read-string to cancel edit.
18291 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18292 Automatically pop-all when completing a directory name (RET).
18293 (ido-file-internal): Add with-no-warnings around ffap and dired code.
18294 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18295 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18296 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18297 New functions for M-b/M-f to move among the directory components.
18298 (ido-make-merged-file-list): Catch quit to cancel merge.
18299 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18300 (ido-completion-help): No warnings for ido-completion-buffer-full.
18301
18302 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18303
18304 * font-lock.el (font-lock-negation-char-face): New face and variable.
18305 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18306 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18307 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18308 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18309
18310 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18311
18312 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18313 Fix typo in docstring.
18314
18315 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18316 (ebrowse-print-statistics-line)
18317 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18318
18319 * term/w32-win.el (image-library-alist): Add additional name for
18320 Xpm library.
18321
18322 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18323
18324 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18325 use gcc instead of cpp.
18326
18327 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18328 (gdb-create-define-alist): Use it.
18329 (gdb-cpp-define-alist-program): Update for MS-DOS.
18330
18331 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18332
18333 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18334
18335 2005-05-04 Richard M. Stallman <rms@gnu.org>
18336
18337 * help.el (describe-key): No error when UNTRANSLATED is nil.
18338
18339 * simple.el (line-move-1): Fix previous change to signal errors
18340 appropriately.
18341
18342 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18343
18344 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18345 (icalendar-duration-correction): Remove.
18346 (icalendar--get-event-properties): Split result at commas.
18347 (icalendar--decode-isoduration): New optional argument
18348 DURATION-CORRECTION.
18349 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18350 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18351 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18352 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18353 (icalendar--convert-anniversary-to-ical): New functions, extracted
18354 from icalendar-export-region, with bug fixes.
18355 (icalendar-export-region): Use the above functions.
18356 (icalendar-import-buffer): Check before saving diary file.
18357 (icalendar--convert-recurring-to-diary)
18358 (icalendar--convert-non-recurring-all-day-to-diary)
18359 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18360 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18361 (icalendar--convert-ical-to-diary): Use the above functions.
18362
18363 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18364
18365 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18366 Remove these recent additions.
18367 (c-mode): Restore to before 2005-04-28.
18368
18369 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18370 recent addition.
18371
18372 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18373 (gdb-define-alist): New variables.
18374 (gdb-create-define-alist): New function.
18375 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18376 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18377 with string-to-number.
18378 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18379
18380 * progmodes/gud.el: Replace string-to-int with string-to-number.
18381 (gud-find-file): Handle gdb-define-alist.
18382
18383 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18384
18385 2005-05-02 Jay Belanger <belanger@truman.edu>
18386
18387 * calc/calc-aent.el (math-read-token):
18388 * calc/calc-bin.el (calc-word-size):
18389 * calc/calc-ext.el (calc-read-number-fancy):
18390 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18391 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18392 * calc/calc-frac.el (calc-over-notation):
18393 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18394 (calc-graph-num-points, calc-graph-init):
18395 * calc/calc-prog.el (calc-read-parse-table-part)
18396 (calc-edit-macro-repeats):
18397 * calc/calc-yank.el (calc-do-grab-rectangle):
18398 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18399 Replace `string-to-int' by `string-to-number'.
18400
18401 2005-05-02 Kim F. Storm <storm@cua.dk>
18402
18403 * kmacro.el: Use executing-kbd-macro-index variable.
18404
18405 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18406
18407 * net/rlogin.el (rlogin-parse-words): Delete func.
18408 (rlogin): Use split-string, not rlogin-parse-words.
18409 Also, if there are option-like elements in the parsed args,
18410 take the host to be the first arg immediately following them.
18411 Suggested by Michael Mauger.
18412
18413 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18414
18415 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18416
18417 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18418
18419 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18420 (cc-mode-cpp-program): Rename to cc-define-list-program and
18421 move to cc-vars.el.
18422
18423 * progmodes/cc-vars.el (cc-define-list-program):
18424 Change to "gcc -E -dM -". Make customizable.
18425
18426 2005-05-02 Kim F. Storm <storm@cua.dk>
18427
18428 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18429
18430 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18431
18432 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18433
18434 * international/mule-util.el (truncate-string): Remove alias and
18435 obsolete declaration.
18436
18437 * international/mule-cmds.el (update-iso-coding-systems):
18438 Remove alias and obsolete declaration.
18439
18440 * international/mule.el (coding-system-parent): Remove alias and
18441 obsolete declaration.
18442
18443 * subr.el (define-function, sref): Remove aliases and obsolete
18444 declarations.
18445 (chars-in-region): Remove obsolete declaration.
18446
18447 2005-05-01 Richard M. Stallman <rms@gnu.org>
18448
18449 * info.el (Info-mode): Set widen-automatically to nil, locally.
18450
18451 * simple.el (widen-automatically): New variable.
18452 (pop-global-mark): Obey widen-automatically.
18453
18454 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18455
18456 * term/xterm.el (function-key-map): Call substitute-key-definition
18457 before the keymap size is increased by a lot of define-key calls.
18458
18459 2005-05-01 Richard M. Stallman <rms@gnu.org>
18460
18461 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18462 Rename ARG to ELEMENT. Doc fix.
18463
18464 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18465
18466 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18467 Remove references to allout-exposure/change to allout-new-exposure.
18468
18469 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18470 bytecode symbols.
18471
18472 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18473 (compiled-function-p, focus-frame, unfocus-frame):
18474 Remove aliases and obsolete declarations.
18475 Back out inadvertent changes from previous commit.
18476
18477 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18478
18479 * files.el (require-final-newline): Make Custom tags consistent
18480 with mode-require-final-newline.
18481 (mode-require-final-newline): Doc fix.
18482
18483 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18484
18485 * international/latexenc.el (latexenc-find-file-coding-system):
18486 Fix regular expressions.
18487
18488 2005-05-01 David Kastrup <dak@gnu.org>
18489
18490 * international/latexenc.el (latexenc-find-file-coding-system):
18491 Fix regular expressions.
18492
18493 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18494
18495 * subr.el (string-to-int): Make obsolete.
18496
18497 2005-04-30 Richard M. Stallman <rms@gnu.org>
18498
18499 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18500
18501 * loadup.el: load jka-comp-hook.
18502
18503 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18504 (jka-compr-handler): Add autoload. `put' calls moved
18505 to jka-comp-hook.el.
18506 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18507 (jka-compr-inhibit): Autoload.
18508
18509 * jka-comp-hook.el: New file.
18510 Enable the mode by default.
18511
18512 * files.el (backup-buffer-copy): Use copy-file instead
18513 of write-region, and put back the 'excl.
18514
18515 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18516
18517 * progmodes/flymake.el (flymake-split-string)
18518 (flymake-split-string, flymake-log, flymake-pid-to-names)
18519 (flymake-reg-names, flymake-get-source-buffer-name)
18520 (flymake-unreg-names, flymake-add-line-err-info)
18521 (flymake-add-err-info): Clarify docstrings.
18522 (flymake-popup-menu, flymake-make-emacs-menu)
18523 (flymake-make-xemacs-menu): Add docstrings.
18524 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18525 Set variables directly throughout.
18526
18527 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18528
18529 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18530 exists. Initialize cc-define-alist.
18531 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18532 If there is no file (Macroexpansion) don't create an alist.
18533
18534 2005-04-29 Sam Steingold <sds@gnu.org>
18535
18536 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18537 (cc-create-define-alist): Use it instead of the hard-coded string.
18538
18539 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18540
18541 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18542 for latexenc.
18543
18544 2005-04-29 Lute Kamstra <lute@gnu.org>
18545
18546 * emacs-lisp/generic.el: Improve commentary section.
18547 (define-generic-mode): Improve docstring.
18548
18549 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18550
18551 * textmodes/org.el (many places): Change to quiet the byte compiler.
18552 (org-prefix-format-compiled): New variable.
18553 (org-compile-prefix-format): New function.
18554 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18555 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18556 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18557 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18558 consistency with entries from `org-mode' files.
18559 (org-get-time-of-day): Fix bug with partial matches early in a line.
18560 (org-non-link-chars): New constant.
18561 (org-link-regexp): Respect `org-non-link-chars'.
18562 (org-agenda-day-view): Remove command.
18563 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18564 (org-follow-bbdb-link, org-store-link): Search also company field.
18565 (org-highlight-overlay): New variable.
18566 (org-highlight, org-unhighlight): New functions.
18567 (org-agenda-mode): Add pre-command-hook to remove highlight.
18568 (org-evaluate-time-range): Behavior depends upon whether time stamp
18569 contains a time or not.
18570 (org-show-subtree, org-show-entry): New functions.
18571 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18572
18573 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18574
18575 * comint.el (comint-output-filter-functions): Add autoload cookie.
18576
18577 2005-04-28 Kim F. Storm <storm@cua.dk>
18578
18579 * ido.el (ido-everywhere): Fix last change.
18580
18581 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18582
18583 * international/latexenc.el: New file.
18584 * international/mule-conf.el (file-coding-system-alist): For .tex,
18585 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18586
18587 2005-04-28 Lute Kamstra <lute@gnu.org>
18588
18589 * font-lock.el (font-lock-add-keywords)
18590 (font-lock-remove-keywords): Clarify docstring.
18591 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18592 Don't start docstrings with a `*'.
18593 (font-lock-update-removed-keyword-alist): Give it a docstring.
18594
18595 * generic-x.el: Update commentary section.
18596 Only require font-lock when compiling.
18597 Define all modes conditionally.
18598 Place all generic modes in the generic-x-modes customization group.
18599 (generic-x-modes): New customization group.
18600 (generic-default-modes, generic-mswindows-modes)
18601 (generic-unix-modes, generic-other-modes): New constants.
18602 (generic-define-mswindows-modes, generic-define-unix-modes):
18603 Update docstrings. Make them obsolete.
18604 (generic-extras-enable-list): New default value. Update docstring.
18605 Improve :type. Change :set function.
18606 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18607 Fix docstring.
18608
18609 * emacs-lisp/generic.el (generic-mode-internal):
18610 Simplify font-lock-defaults.
18611 (define-generic-mode): Fix docstring.
18612
18613 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18614
18615 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18616 font-lock-face property to highlight matches.
18617
18618 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18619
18620 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18621 (cc-define-alist): New variable.
18622 (c-mode): Make it local and initialize it.
18623
18624 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18625 (gdb-exited): New function.
18626 (gdb-annotation-rules): Use it.
18627 (gdb-starting): Set gdb-active-process to t.
18628 (gdb-stopping): Amend doc string.
18629 (gdb-reset): Set gdb-active-process to nil.
18630
18631 * tooltip.el (tooltip-gud-tips): Show the associated #define
18632 directives when a C program under GDB is not executing.
18633
18634 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18635
18636 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18637 font-lock-fontify-syntactic-keywords.
18638
18639 * font-lock.el (font-lock-default-fontify-region): Don't force
18640 parse-sexp-lookup-properties to nil.
18641
18642 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18643
18644 * man.el (man-mode-syntax-table): Set up `:' to have
18645 word-constituent syntax.
18646
18647 2005-04-27 Lute Kamstra <lute@gnu.org>
18648
18649 * novice.el (disable-command): Don't add spurious newlines to the
18650 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18651
18652 2005-04-26 Jay Belanger <belanger@truman.edu>
18653
18654 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18655 than one window before deleting window.
18656
18657 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18658
18659 * shell.el (shell-prompt-pattern): Doc fix.
18660 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18661
18662 * comint.el (comint-prompt-regexp, comint-get-old-input)
18663 (comint-use-prompt-regexp)
18664 (comint-use-prompt-regexp-instead-of-fields)
18665 (comint-replace-by-expanded-history, comint-send-input)
18666 (comint-output-filter, comint-get-old-input-default)
18667 (comint-line-beginning-position, comint-bol, comint-show-output)
18668 (comint-backward-matching-input, comint-forward-matching-input)
18669 (comint-next-prompt, comint-previous-prompt):
18670 Rename `comint-use-prompt-regexp-instead-of-fields' to
18671 `comint-use-prompt-regexp'. Keep old name as alias and declare
18672 obsolete.
18673 (comint-use-prompt-regexp): Shorten first line of doc string.
18674
18675 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18676 Set paragraph-separate buffer locally to "\\'".
18677
18678 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18679 Adapt to above name change.
18680
18681 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18682 (smbclient-prompt-regexp): Ditto.
18683
18684 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18685
18686 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18687
18688 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18689 gdb-location-list.
18690 Break lines that are over 80 characters wide.
18691
18692 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18693
18694 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18695 New fun and var, to preserve compatibility.
18696
18697 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18698
18699 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18700
18701 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18702 name to file-newer-than-file-p.
18703
18704 2005-04-26 Richard M. Stallman <rms@gnu.org>
18705
18706 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18707
18708 * progmodes/python.el (python-mode):
18709 Use new name eldoc-documentation-function.
18710
18711 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18712
18713 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18714 (eldoc-documentation-function):
18715 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18716
18717 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18718
18719 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18720
18721 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18722
18723 * term/xterm.el (function-key-map): Fix strings for
18724 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18725 {C,S,A,C-S}-{f1-f12}.
18726
18727 2005-04-26 Kenichi Handa <handa@m17n.org>
18728
18729 * international/mule-cmds.el (select-safe-coding-system):
18730 Fix previous change.
18731
18732 2005-04-26 Lute Kamstra <lute@gnu.org>
18733
18734 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18735
18736 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18737 (font-lock-comment-delimiter-face): Ditto.
18738
18739 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18740
18741 2005-04-25 Jay Belanger <belanger@truman.edu>
18742
18743 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18744 to t while inserting information; use help-mode.
18745
18746 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18747
18748 * term.el (ansi-term-color-vector): Use the xterm colors.
18749 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18750
18751 2005-04-25 Lute Kamstra <lute@gnu.org>
18752
18753 * font-core.el (font-lock-defaults): Fix docstring.
18754
18755 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18756
18757 2005-04-25 Kenichi Handa <handa@m17n.org>
18758
18759 * international/mule-cmds.el (select-safe-coding-system):
18760 Don't check consistency with coding: spec, etc if raw-text or
18761 no-conversion was found to be safe.
18762
18763 2005-04-24 Richard M. Stallman <rms@gnu.org>
18764
18765 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18766 citation markers at start of each line.
18767
18768 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18769 citation markers at start of each line.
18770
18771 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18772
18773 * files.el (mode-require-final-newline): Fix previous change.
18774 (require-final-newline): Fix type label.
18775
18776 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18777
18778 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18779 statement in buffer (broken by 2004-11-24 change).
18780
18781 2005-04-24 Kim F. Storm <storm@cua.dk>
18782
18783 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18784 and read-file-name-function values. Don't overwrite existing
18785 non-nil values if ido-mode is enabled without ido-everywhere.
18786
18787 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18788
18789 * files.el (mode-require-final-newline): Minor doc fix.
18790
18791 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18792
18793 * subr.el (syntax-after): Doc fix.
18794 (syntax-class): If argument is nil, return nil. Mask off upper 16
18795 bits, not 8 bits.
18796
18797 * files.el (mode-require-final-newline): Doc fix.
18798 (backup-buffer-copy): Fix last change.
18799
18800 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18801
18802 * term/mac-win.el: Require select. Set selection-coding-system to
18803 mac-system-coding-system. Call menu-bar-enable-clipboard.
18804 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18805 (x-select-enable-clipboard): New variables.
18806 (x-select-text, x-get-selection, x-selection-value)
18807 (x-get-selection-value, mac-select-convert-to-string)
18808 (mac-services-open-file, mac-services-open-selection)
18809 (mac-services-insert-text): New functions.
18810 (CLIPBOARD, FIND): Put mac-scrap-name property.
18811 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18812 (public.tiff): Put mac-ostype property.
18813 (selection-converter-alist): Add entries for them.
18814 (mac-application-menu-map): New keymap.
18815 (interprogram-cut-function, interprogram-paste-function): Set to
18816 x-select-text and x-get-selection-value, respectively.
18817 (split-window-keep-point): Set to t.
18818
18819 2005-04-23 Richard M. Stallman <rms@gnu.org>
18820
18821 * files.el (read-directory-name): Always pass non-nil
18822 DEFAULT-FILENAME arg to read-file-name.
18823 (backup-buffer-copy, basic-save-buffer-2): Take care against
18824 writing thru an unexpected existing symlink.
18825 (revert-buffer): In indirect buffer, revert the base buffer.
18826 (magic-mode-alist): Doc fix.
18827 (buffer-stale-function): Doc fix.
18828 (minibuffer-with-setup-hook): Avoid warning.
18829 (mode-require-final-newline): Doc and custom fix.
18830
18831 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18832
18833 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18834 use the default appearance.
18835 (font-lock-comment-delimiter-face): New face, new variable.
18836
18837 * imenu.el (imenu--generic-function): The official position of a
18838 definition is the start of the line that BEG is in.
18839
18840 * midnight.el (midnight-timer): Move defvar up.
18841
18842 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18843
18844 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18845
18846 * startup.el (command-line): Use with-no-warnings.
18847
18848 * window.el (window-size-fixed): New defvar.
18849
18850 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18851
18852 * mail/rmail.el (rmail-font-lock-keywords):
18853 Use font-lock-comment-delimiter-face.
18854
18855 * mail/sendmail.el (mail-font-lock-keywords):
18856 Use font-lock-comment-delimiter-face.
18857
18858 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18859
18860 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18861
18862 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18863 Specify t for LAXMATCH when matching directories.
18864 Save match data around compilation-compat-error-properties form.
18865
18866 2005-04-23 David Kastrup <dak@gnu.org>
18867
18868 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18869 Mention that the autoloaded aliases should be kept for AUCTeX.
18870
18871 2005-04-23 Andreas Schwab <schwab@suse.de>
18872
18873 * isearch.el (isearch-forward): Doc fix.
18874
18875 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18876
18877 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18878 (jit-lock-stealth-nice): Change default value to 0.5.
18879
18880 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18881
18882 * abbrev.el (write-abbrev-file): Write table entries in
18883 alphabetical order by table name.
18884
18885 2005-04-22 Kim F. Storm <storm@cua.dk>
18886
18887 * ido.el (ido-read-internal): Fix `list' completion.
18888
18889 2005-04-22 Kenichi Handa <handa@m17n.org>
18890
18891 * recentf.el (recentf-save-file-coding-system): New variable.
18892 (recentf-save-list): Encode the file by
18893 recentf-save-file-coding-system and add coding: tag.
18894
18895 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18896
18897 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18898
18899 2005-04-21 Lute Kamstra <lute@gnu.org>
18900
18901 * loadhist.el (unload-feature): Don't remove a function from hooks
18902 if it is about to be restored to an autoload . Remove functions
18903 that will become unbound from auto-mode-alist. Simplify the code.
18904
18905 * subr.el (assq-delete-all): New implementation that is linear,
18906 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18907 (rassq-delete-all): New function.
18908
18909 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18910 Add size-indication-mode.
18911
18912 2005-04-21 Kenichi Handa <handa@m17n.org>
18913
18914 * international/mule-cmds.el: Add autoload for widget-value in
18915 eval-when-compile.
18916
18917 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18918
18919 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18920 Add tooltip-mode.
18921
18922 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18923
18924 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
18925
18926 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18927 (inferior-lisp-filter-regexp, inferior-lisp-program)
18928 (inferior-lisp-load-command, inferior-lisp-prompt)
18929 (inferior-lisp-mode-hook, lisp-source-modes)
18930 (inferior-lisp-load-hook): defvar->defcustom.
18931 (inferior-lisp-program, inferior-lisp-prompt)
18932 (inferior-lisp-load-hook): Doc fixes.
18933 (inferior-lisp-install-letter-bindings): Small change in
18934 introductory comment.
18935
18936 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
18937
18938 * vc.el (vc-annotate-color-map): Change some colors so that text
18939 using them as foreground is readable on both white and black
18940 backgrounds.
18941
18942 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18943
18944 * international/mule-conf.el (translation-table-for-input):
18945 Remove redundant declaration.
18946
18947 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18948
18949 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18950
18951 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18952 (tooltip-toggle-gud-tips): New function.
18953
18954 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18955
18956 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18957 right angle brackets.
18958
18959 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18960
18961 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18962
18963 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18964
18965 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18966 Remove. Update callers to use expand-file-name instead.
18967
18968 * subr.el (syntax-class): New function.
18969
18970 * simple.el (blink-matching-open): Use it.
18971
18972 * paren.el (show-paren-function): Use it to recognize parens that are
18973 also used in 2-char comment markers.
18974
18975 2005-04-19 Lute Kamstra <lute@gnu.org>
18976
18977 * loadhist.el (unload-feature): Update for new format of
18978 load-history. Simplify the code.
18979
18980 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18981
18982 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18983 (mac-add-charset-info): New function. Initialize variable
18984 mac-charset-info-alist using it.
18985 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18986 for translation.
18987 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18988 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18989 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18990 New CCL programs.
18991
18992 2005-04-19 Kim F. Storm <storm@cua.dk>
18993
18994 * simple.el (next-buffer, prev-buffer, next-error)
18995 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18996 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18997
18998 * bindings.el (next-buffer, prev-buffer, next-error)
18999 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
19000 (clone-indirect-buffer-other-window): Move bindings from simple.el.
19001 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
19002 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
19003
19004 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
19005
19006 * isearch.el (isearch-edit-string): Make the search-ring available for
19007 minibuffer history commands.
19008 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
19009 the default history commands now work just as well.
19010 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
19011
19012 2005-04-18 Kim F. Storm <storm@cua.dk>
19013
19014 * emulation/cua-base.el (cua--pre-command-handler): Add more
19015 elaborate check for shift modifier on non-window systems.
19016
19017 2005-04-18 Lars Hansen <larsh@math.ku.dk>
19018
19019 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
19020
19021 2005-04-18 Kim F. Storm <storm@cua.dk>
19022
19023 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
19024 and make it optional. Don't test tooltip-gud-echo-area here.
19025 (tooltip-gud-process-output, gdb-tooltip-print):
19026 Pass tooltip-gud-echo-area to tooltip-show.
19027 (tooltip-help-tips): Remove second optional arg to tooltip-show.
19028
19029 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19030
19031 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
19032 `display-graphic-p' may not be bound yet.
19033
19034 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
19035
19036 * startup.el (command-line): No longer enable Xterm Mouse mode by
19037 default in terminals compatible with xterm.
19038
19039 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
19040
19041 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
19042
19043 * tooltip.el (tooltip-gud-echo-area): Rename from
19044 tooltip-use-echo-area.
19045 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
19046 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
19047 area independently of where help tooltips are displayed.
19048
19049 2005-04-17 David Kastrup <dak@gnu.org>
19050
19051 * cus-theme.el (custom-theme-write-variables): Quote variables
19052 where necessary.
19053
19054 2005-04-17 Richard M. Stallman <rms@gnu.org>
19055
19056 * simple.el (yank-excluded-properties): Add follow-link to value.
19057
19058 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
19059
19060 * startup.el (fancy-splash-max-time): Just 30 seconds.
19061 (fancy-splash-delay): Just 7.
19062 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
19063
19064 * loadhist.el (unload-feature): Update for new format of load-history.
19065 Simplify the code.
19066
19067 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
19068 (rmail-font-lock-keywords): Don't fontify the text of a citation.
19069
19070 * mail/sendmail.el (mail-font-lock-keywords):
19071 Don't fontify subject text.
19072 Don't fontify the text of a citation.
19073
19074 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
19075
19076 * comint.el (comint-output-filter): Run comint-output-filter-functions
19077 with point where the user had it.
19078
19079 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
19080
19081 * international/ucs-tables.el (ucs-set-table-for-input):
19082 Disable when using unify-on-decoding.
19083
19084 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
19085
19086 * emulation/cua-base.el (cua-global-mark-face): Add special case
19087 for displays supporting a high number of colors.
19088
19089 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
19090
19091 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
19092
19093 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
19094
19095 * filesets.el (filesets-add-buffer): If user supplies a name of a
19096 non-existing fileset, create a new fileset.
19097
19098 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
19099
19100 * textmodes/org.el (org-up-heading-all): Fix bug with
19101 `outline-up-heading-all'.
19102
19103 2005-04-16 Andreas Schwab <schwab@suse.de>
19104
19105 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
19106 /etc/permissions.d/* and /etc/aliases.d/*.
19107
19108 2005-04-16 Kenichi Handa <handa@m17n.org>
19109
19110 * international/code-pages.el (cp-make-coding-system):
19111 Set `translation-table-for-input' property value to the symbol
19112 ucs-mule-to-mule-unicode, not to that value.
19113 (pt154): Escape guillemet by `\'.
19114
19115 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
19116
19117 * loadup.el: Load tooltip if x-show-tip is fboundp.
19118
19119 * startup.el (command-line): Add comment.
19120
19121 * tooltip.el (tooltip-mode): Specify correct standard value for
19122 Custom in init-value.
19123
19124 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
19125
19126 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
19127 possible.
19128
19129 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
19130
19131 * textmodes/org.el (org-agenda-date-prompt): Rename from
19132 `org-agenda-date-today'.
19133 (org-evaluate-time-range): Insert at point instead of directly
19134 after time range.
19135 (org-first-headline-recenter, org-subtree-end-visible-p)
19136 (org-optimize-window-after-visibility-change): New functions
19137 (org-agenda-post-command-hook): Don't allow point at end of line,
19138 to make sure it always hits the text properties.
19139 (org-agenda-next-date-line, org-agenda-previous-date-line):
19140 New commands.
19141 (org-set-regexps-and-options): Category may contain white space.
19142 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19143 Improve marker positions.
19144 (org-agenda-new-marker): Argument POS made optional.
19145 (org-agenda-get-timestamps): Deadlines which are done are listed
19146 in org-done-face now.
19147 (org-agenda-get-todos, org-agenda-get-timestamps)
19148 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19149 Set `undone-face' and `done-face' properties.
19150 (org-last-todo-state-is-todo): New variable.
19151 (org-todo): Set `org-last-todo-state-is-todo'.
19152 (org-agenda-todo): Change face according to
19153 `org-last-todo-state-is-todo'. And change other lines referring to
19154 the same entry.
19155 (org-calendar-goto-agenda): New command.
19156 (org-calendar-to-agenda-key): New option.
19157 (org-startup-folded): New allowed value `content'.
19158 (org-set-regexps-and-options): Accept new value `content' for
19159 `org-startup-folded'.
19160 (org-get-current-options): Handle new value `content' for
19161 `org-startup-folded'.
19162 (org-insert-todo-heading): New command.
19163 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
19164 interactively in empty file and option
19165 `org-insert-mode-line-in-empty-file' has been set.
19166 (org-agenda-todo, org-agenda-priority): Modify to use
19167 `org-agenda-change-all-lines'.
19168 (org-warning-face): Change color on dark background
19169
19170 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19171
19172 * international/mule-cmds.el (set-locale-environment): On Mac OS,
19173 use preferences AppleLocale and AppleLanguages, and variable
19174 mac-system-locale for default locale. On Mac OS Classic, use
19175 mac-system-coding-system for default coding systems.
19176
19177 * term/mac-win.el: Don't set file-name-coding-system.
19178 Decode variables system-name, emacs-build-system, user-login-name, and
19179 user-full-name by mac-system-coding-system on Mac OS Classic.
19180 (mac-system-coding-system): New variable.
19181
19182 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
19183
19184 * startup.el (command-line): Handle `xterm-mouse-mode' before
19185 reading init file.
19186
19187 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
19188
19189 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
19190
19191 * progmodes/sh-script.el (sh-here-document-word): Make it a
19192 defcustom. Doc fix.
19193 (sh-add): Bash uses $(( )) for arithmetic.
19194 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
19195 (sh-maybe-here-document): Remove quotes and leading whitespace
19196 from heredoc word when closing. Indent heredoc with tabs if word
19197 starts with "-".
19198
19199 2005-04-13 Richard M. Stallman <rms@gnu.org>
19200
19201 * simple.el (undo): Fix previous change.
19202
19203 * custom.el (defface): Doc fix.
19204
19205 2005-04-13 Lute Kamstra <lute@gnu.org>
19206
19207 * Makefile.in (DONTCOMPILE): Remove list.
19208 (compile, compile-always): Don't use DONTCOMPILE.
19209 (update-authors): Load the library in which batch-update-authors
19210 is defined.
19211 * makefile.w32-in (DONTCOMPILE): Remove list.
19212 (compile, compile-always): Fix comments.
19213 (update-authors): Load the library in which batch-update-authors
19214 is defined.
19215
19216 * generic-x.el (generic-mode-ini-file-find-file-hook):
19217 Rename to ini-generic-mode-find-file-hook.
19218 Keep generic-mode-ini-file-find-file-hook as an alias.
19219 (ini-generic-mode-find-file-hook): Rename from
19220 generic-mode-ini-file-find-file-hook. Fix docstring.
19221 (ini-generic-mode): Docstring change.
19222 (bat-generic-mode-run-as-comint): Silence the byte compiler.
19223
19224 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
19225 called from lisp.
19226
19227 * generic.el: Move to the emacs-lisp subdir.
19228
19229 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
19230
19231 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
19232 and C-S- function and cursor motion keys.
19233
19234 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
19235
19236 * startup.el (command-line): Enable Xterm Mouse mode by default.
19237 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
19238 for Custom. No longer show "Mouse" in mode line when enabled.
19239 Doc fix.
19240
19241 2005-04-12 Kim F. Storm <storm@cua.dk>
19242
19243 * emulation/cua-base.el (cua-rectangle-face)
19244 (cua-rectangle-noselect-face): Define face attributes here.
19245
19246 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
19247
19248 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19249
19250 * startup.el (command-line): Turn off blinking cursor if
19251 cursorBlink in resources is off or false.
19252
19253 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19254
19255 * term/mac-win.el (dnd): Require dnd.
19256 (mac-drag-n-drop): Call dnd-handle-one-url.
19257 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
19258 (kTextEncodingISOLatin2): Remove constants.
19259 (mac-script-code-coding-systems): New constant.
19260 (mac-handle-language-change): New function.
19261 (special-event-map): Bind it to `language-change' event.
19262 (mac-centraleurroman, mac-cyrillic): New coding systems.
19263 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
19264 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
19265 and mac-cyrillic-encoder to encode-mac-centraleurroman and
19266 encode-mac-cyrillic, respectively.
19267
19268 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19269
19270 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19271 Don't set overlay-arrow-string to "=>" as this is done
19272 globally in C now.
19273
19274 2005-04-12 Lute Kamstra <lute@gnu.org>
19275
19276 * generic-x.el (rc-generic-mode, rul-generic-mode):
19277 Fix auto-mode-alist entries.
19278 (etc-fstab-generic-mode): Tweak fontification.
19279
19280 * generic.el (generic-make-keywords-list): Fix docstring.
19281 (generic-mode-internal): Simplify generic-font-lock-keywords.
19282
19283 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19284
19285 * whitespace.el (whitespace-buffer-leading)
19286 (whitespace-buffer-trailing): Revert the incorrect test inversion.
19287 However, fix the highlight area for the leading and
19288 trailing whitespaces to show space.
19289
19290 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19291
19292 * whitespace.el (whitespace-version): Bump to 3.5
19293
19294 (whitespace-buffer-leading, whitespace-buffer-trailing):
19295 Invert sense of the test to highlight the whitespace.
19296
19297 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19298
19299 * progmodes/gud.el (gud-display-line): GUD uses its own
19300 overlay arrow now so don't set overlay-arrow-string.
19301 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19302
19303 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19304
19305 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19306 (term-ansi-current-reverse, term-ansi-current-invisible)
19307 (term-ansi-face-already-done): Change to boolean.
19308 (term-reset-terminal, term-handle-colors-array): Handle the above
19309 vars accordingly.
19310 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19311 (term-emulate-terminal): Use the new name.
19312
19313 * faces.el (secondary-selection): Use yellow1, not yellow.
19314 (trailing-whitespace): Use red1, not red.
19315
19316 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19317
19318 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19319 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19320 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19321
19322 * cus-edit.el (dnd): New group.
19323
19324 * term/w32-win.el (dnd): Require dnd
19325 (w32-drag-n-drop): Call dnd-handle-one-url.
19326
19327 * x-dnd.el: Require dnd.
19328 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19329 Call dnd-handle-one-url.
19330 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19331 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19332 to dnd-insert-text.
19333 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19334 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19335 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19336 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19337
19338 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19339
19340 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19341
19342 * wdired.el: Doc fixes.
19343 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19344 (wdired-use-dired-vertical-movement): Rename from
19345 wdired-always-move-to-filename-beginning.
19346 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19347 (wdired-change-to-wdired-mode): Change mode name.
19348 (wdired-newline): Delete.
19349
19350 2005-04-11 Richard M. Stallman <rms@gnu.org>
19351
19352 * whitespace.el (whitespace-highlight-the-space):
19353 Don't call whitespace-unhighlight-the-space here.
19354
19355 * simple.el (undo): Record t in undo-equiv-table
19356 for the redo record made by an undo-in-region.
19357
19358 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19359
19360 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19361 (gdb-frame-inferior-io-buffer): New Functions to control
19362 display of separate IO buffer.
19363 (menu): Add them to menu-bar.
19364 (gdb-display-buffer): Check for buffer another frame.
19365 Protect GUD buffer.
19366 (gdb-setup-windows): Create IO buffer if not already there.
19367 (gdb-memory-mode): Remove purecopy noops.
19368
19369 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19370
19371 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19372 and pass to self-insert-command.
19373
19374 2005-04-11 Lute Kamstra <lute@gnu.org>
19375
19376 * generic.el: Commentary section cleanup.
19377 (generic): Delete.
19378 (generic-use-find-file-hook, generic-lines-to-scan)
19379 (generic-find-file-regexp, generic-ignore-files-regexp)
19380 (default-generic-mode, generic-mode-find-file-hook)
19381 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19382 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19383 (generic-use-find-file-hook, generic-lines-to-scan)
19384 (generic-find-file-regexp, generic-ignore-files-regexp)
19385 (default-generic-mode, generic-mode-find-file-hook)
19386 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19387
19388 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19389
19390 * bookmark.el (bookmark-write-file): Catch errors writing file.
19391 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19392
19393 2005-04-10 Richard M. Stallman <rms@gnu.org>
19394
19395 * startup.el (fancy-splash-tail): Update copyright year.
19396 (command-line): Split part of -Q into -D.
19397 (emacs-basic-display): New defvar.
19398 (fancy-splash-text): Correct name of menu item.
19399
19400 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19401
19402 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19403 lines in one node.
19404
19405 * comint.el (comint-send-input): New arg ARTIFICIAL.
19406 Callers in this file changed.
19407
19408 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19409
19410 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19411
19412 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19413
19414 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19415 `ldap-search-internal'.
19416
19417 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19418
19419 * files.el (set-auto-mode-1): Use line-end-position.
19420
19421 * international/latin-1.el:
19422 * international/latin-2.el:
19423 * international/latin-3.el:
19424 * international/latin-4.el:
19425 * international/latin-5.el:
19426 * international/latin-8.el:
19427 * international/latin-9.el: Give punctuation syntax to NBSP.
19428
19429 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19430 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19431 Use char-classes to accept non-ascii letters, accepted in some recent
19432 bibtex implementations.
19433
19434 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19435
19436 * custom.el (custom-set-minor-mode): Any non-nil value for the
19437 variable should enable the mode when set through Custom.
19438
19439 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19440
19441 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19442 TAB binding so tab-always-indent is obeyed.
19443 (vhdl-minibuffer-local-map): Move initialization into declaration.
19444 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19445 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19446 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19447 (vhdl-current-line): Use line-beginning-position.
19448 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19449 with-output-to-temp-buffer, so the current position can be recorded.
19450
19451 2005-04-10 Masatake YAMATO <jet@gyve.org>
19452
19453 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19454 Add regexp for gcov.
19455
19456 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19457
19458 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19459 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19460 syntax which Emacs 20 doesn't support.
19461
19462 2005-04-09 Richard M. Stallman <rms@gnu.org>
19463
19464 * help.el (describe-key-briefly, describe-key):
19465 Replace strings as event types with "(any string)".
19466
19467 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19468
19469 * arc-mode.el (archive-mode-map): Move initialization into
19470 the declaration. Override *all* bindings of `undo'.
19471 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19472
19473 2005-04-09 Jay Belanger <belanger@truman.edu>
19474
19475 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19476
19477 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19478
19479 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19480 (xterm-register-default-colors): Update color values computation
19481 to match xterm-200.
19482
19483 2005-04-09 Kenichi Handa <handa@m17n.org>
19484
19485 * international/code-pages.el (iso-latin-7): Fix the map.
19486
19487 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19488
19489 * emacs-lisp/lisp.el (defun-prompt-regexp)
19490 (parens-require-spaces, buffer-end, end-of-defun)
19491 (insert-parentheses): Doc fixes.
19492
19493 2005-04-08 Kim F. Storm <storm@cua.dk>
19494
19495 * comint.el (comint-highlight-prompt): Fix face spec.
19496 * hi-lock.el (hi-green): Likewise.
19497
19498 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19499
19500 * cus-edit.el (custom-modified-face):
19501 * comint.el (comint-highlight-input): Fix previous changes.
19502 * term.el (term-handle-ansi-escape): Add a comment.
19503
19504 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19505
19506 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19507 in the buffer and in whitespace-highlighted-space.
19508 (whitespace-unhighlight-the-space): Simplify.
19509 (whitespace-buffer): Simplify.
19510
19511 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19512
19513 * textmodes/table.el (table-cell-face): Add special case for
19514 displays supporting a high number of colors.
19515 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19516 (vhdl-font-lock-reserved-words-face)
19517 (vhdl-speedbar-architecture-face)
19518 (vhdl-speedbar-instantiation-face)
19519 (vhdl-speedbar-architecture-selected-face)
19520 (vhdl-speedbar-instantiation-selected-face): Likewise.
19521 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19522 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19523 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19524 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19525 (ebrowse-progress-face): Likewise.
19526 * progmodes/compile.el (compilation-info-face): Likewise.
19527 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19528 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19529 * calendar/calendar.el (diary-face): Likewise.
19530 * woman.el (woman-italic-face, woman-bold-face)
19531 (woman-unknown-face): Likewise.
19532 * wid-edit.el (widget-button-pressed-face): Likewise.
19533 * whitespace.el (whitespace-highlight-face): Likewise.
19534 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19535 * pcvs-info.el (cvs-marked-face): Likewise.
19536 * info.el (info-xref): Likewise.
19537 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19538 * hilit-chg.el (highlight-changes-face)
19539 (highlight-changes-delete-face): Likewise.
19540 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19541 (hi-red-b): Likewise.
19542 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19543 * font-lock.el (font-lock-keyword-face)
19544 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19545 * cus-edit.el (custom-invalid-face, custom-modified-face)
19546 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19547 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19548 * comint.el (comint-highlight-prompt): Likewise.
19549
19550 2005-04-08 Lute Kamstra <lute@gnu.org>
19551
19552 * font-lock.el (font-lock-keywords): Docstring fixes.
19553
19554 2005-04-08 Kenichi Handa <handa@m17n.org>
19555
19556 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19557 chars are more than a limit, print " and more..." at the tail.
19558
19559 2005-04-08 Kim F. Storm <storm@cua.dk>
19560
19561 * emacs-lisp/authors.el (authors-aliases): Update list.
19562 (authors-ignored-files): New list.
19563 (authors-fixed-entries): Fix typo.
19564 (authors-renamed-files-alist): Update list.
19565 (authors-add): Check authors-ignored-files.
19566
19567 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19568
19569 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19570 optional, to ensure backward compatibility.
19571
19572 2005-04-08 Stephen Eglen <stephen@gnu.org>
19573
19574 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19575
19576 2005-04-08 Kim F. Storm <storm@cua.dk>
19577
19578 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19579
19580 * mouse.el (mouse-on-link-p): Doc fix.
19581
19582 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19583
19584 * ielm.el (ielm-prompt-read-only): Doc fix.
19585
19586 * comint.el (comint-prompt-read-only): Doc fix.
19587
19588 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19589
19590 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19591 ensure dired always handles wildcards passed to ffap.
19592 (find-file-at-point): Use it.
19593 (ffap-dired-wildcards): Doc fix.
19594
19595 2005-04-07 Juri Linkov <juri@jurta.org>
19596
19597 * simple.el (next-error-overlay-arrow-position): New defvar.
19598 Put "=>" on its property `overlay-arrow-string'. Add it to
19599 `overlay-arrow-variable-list'.
19600
19601 * progmodes/compile.el (compilation-setup):
19602 Set `next-error-overlay-arrow-position' to nil. Also set it to
19603 nil in the local hook `kill-buffer-hook'. Make local variable
19604 `overlay-arrow-string' and set it to "=>".
19605 (compilation-goto-locus): Set BOL position to
19606 `next-error-overlay-arrow-position' instead of
19607 `overlay-arrow-position'.
19608
19609 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19610 locally instead of adding it to the global hook.
19611 (Info-kill-buffer): Move up.
19612
19613 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19614
19615 * term/xterm.el (xterm-standard-colors): Update color values from
19616 xterm-200.
19617
19618 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19619
19620 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19621
19622 * fast-lock.el:
19623 * lazy-lock.el: Move them to the obsolete subdir.
19624
19625 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19626
19627 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19628 (wdired-add-replace-advice): Remove.
19629 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19630
19631 2005-04-06 Kim F. Storm <storm@cua.dk>
19632
19633 * startup.el (command-line): Add --bare-bones alias for -Q.
19634
19635 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19636
19637 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19638 create the startup fontset if a font specification ends with
19639 `mac-roman'.
19640
19641 2005-04-06 Lute Kamstra <lute@gnu.org>
19642
19643 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19644 change.
19645
19646 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19647 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19648
19649 2005-04-05 Lute Kamstra <lute@gnu.org>
19650
19651 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19652 (define-generic-mode): Ditto. Fix debug declaration.
19653
19654 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19655 Put them in the generic-x group.
19656
19657 * calendar/timeclock.el (timeclock): Doc fix.
19658
19659 * generic.el (define-generic-mode): Don't use custom-current-group.
19660 Document default :group value.
19661 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19662 (define-global-minor-mode): Don't use custom-current-group.
19663
19664 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19665
19666 * startup.el (command-line-1): Display startup-echo-area-message
19667 when fancy splash screen is in use.
19668
19669 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19670 (sh-escaped-newline): New face.
19671 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19672 newline, and use sh-escaped-newline face.
19673
19674 * progmodes/tcl.el (tcl-escaped-newline): New face.
19675 (tcl-builtin-list): New variable.
19676 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19677 newlines. Fix keywords subexpression number.
19678
19679 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19680
19681 * textmodes/org.el (org-diary-default-entry): Fix call to
19682 `add-to-diary-entry'.
19683
19684 2005-04-05 Kim F. Storm <storm@cua.dk>
19685
19686 * ediff-init.el: Use (featurep 'xemacs).
19687
19688 2005-04-05 David Ponce <david@dponce.com>
19689
19690 * cus-edit.el (face): Derive from symbol widget. Display sample
19691 of the current face on the fly.
19692 (widget-face-sample-face-get, widget-face-notify): New functions.
19693 (widget-face-value-create): Remove.
19694
19695 * wid-edit.el (widget-field-end): Temporarily remove field
19696 narrowing before to call `get-char-property'.
19697
19698 2005-04-04 Jay Belanger <belanger@truman.edu>
19699
19700 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19701 (math-read-subscripts): New variable.
19702 (math-read-preprocess-string): Process subscripts.
19703
19704 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19705
19706 * comint.el (comint-prompt-read-only): Doc fix.
19707
19708 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19709 `-1'. Doc fix.
19710
19711 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19712
19713 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19714 Change default value to nil.
19715
19716 2005-04-04 Lute Kamstra <lute@gnu.org>
19717
19718 * autorevert.el (auto-revert-mode): Specify :group.
19719 * battery.el (display-battery-mode): Specify :group.
19720 * diff-mode.el (diff-minor-mode): Specify :group.
19721 * font-core.el (font-lock-mode): Specify :group.
19722 * hl-line.el (hl-line-mode): Specify :group.
19723 * iimage.el (iimage): New customization group.
19724 (iimage-mode): Specify :group.
19725 * longlines.el (longlines-mode): Specify :group.
19726 * master.el: Don't require easy-mmode.
19727 (master): New customization group.
19728 (master-mode): Specify :group.
19729 * msb.el (msb-mode): Specify :group.
19730 * reveal.el (reveal-mode): Specify :group.
19731 * simple.el (next-error-follow-minor-mode): Specify :group.
19732 * smerge-mode.el (smerge-mode): Specify :group.
19733 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19734 * emulation/cua-base.el (cua-mode): Specify :group.
19735 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19736 * language/thai-util.el (thai-auto-composition-mode)
19737 (thai-word-mode): Specify :group.
19738 * mail/supercite.el (sc-minor-mode): Specify :group.
19739 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19740 * progmodes/flymake.el (flymake-mode): Specify :group.
19741 * progmodes/glasses.el (glasses-mode): Specify :group.
19742 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19743 * textmodes/enriched.el (enriched-mode): Specify :group.
19744 * textmodes/refill.el (refill-mode): Specify :group.
19745
19746 * add-log.el (change-log-font-lock-keywords): Names in
19747 parenthesized lists can contain spaces.
19748
19749 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19750
19751 * startup.el (fancy-splash-text): Shorten default text of
19752 "Emacs Tutorial" line. Also, if the current language env
19753 indicates an available tutorial file other than TUTORIAL,
19754 extract its title and append it to the line in parentheses.
19755 (fancy-splash-insert): If arg is a thunk, funcall it.
19756
19757 2005-04-04 Jay Belanger <belanger@truman.edu>
19758
19759 * calc.el (calc-language-alist): Add tags to customization type.
19760
19761 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19762
19763 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19764 Doc fix.
19765
19766 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19767
19768 * add-log.el (change-log-font-lock-keywords): The manual
19769 describing a Change Log entry, says: (...) "Aside from these
19770 header lines, every line in the change log starts with a space or
19771 a tab.". The font-lock was not highlighting lines started with
19772 spaces, added support for it.
19773
19774 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19775
19776 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19777 (bibtex-generate-url-list): Update docstring accordingly. Put the
19778 complex example in the docstring.
19779 (bibtex-font-lock-url): Use pop.
19780
19781 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19782
19783 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19784
19785 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19786
19787 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19788
19789 * filesets.el (filesets-set-default): Doc fix.
19790
19791 2005-04-03 Lute Kamstra <lute@gnu.org>
19792
19793 * generic.el (define-generic-mode): Add argument to specify
19794 keywords for defcustom.
19795 (default-generic-mode): Specify :group.
19796
19797 * generic-x.el: Specify :group for all generic modes.
19798
19799 * desktop.el (desktop-no-desktop-file-hook)
19800 (desktop-after-read-hook): Doc fix.
19801
19802 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19803
19804 * simple.el (visible-mode): Use explicit :group keyword.
19805 This changes the group of `visible-mode-hook' from paren-blinking
19806 to editing-basics.
19807
19808 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19809
19810 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19811 mailbox specifications as well as URLs.
19812 (rmail-insert-inbox-text): Remove unused conditional branches.
19813
19814 2005-04-01 Jay Belanger <belanger@truman.edu>
19815
19816 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19817 (calc-gnuplot-print-command): Move definitions to calc.el.
19818
19819 * calc/calc-embed.el (calc-embedded-announce-formula)
19820 (calc-embedded-open-formula, calc-embedded-close-formula)
19821 (calc-embedded-open-word, calc-embedded-close-word)
19822 (calc-embedded-open-plain, calc-embedded-close-plain)
19823 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19824 (calc-embedded-open-mode, calc-embedded-close-mode):
19825 Move definitions to calc.el.
19826
19827 * calc/calc.el (calc-settings-file, calc-language-alist):
19828 Make customizable.
19829 (calc-embedded-announce-formula, calc-embedded-open-formula)
19830 (calc-embedded-close-formula, calc-embedded-open-word)
19831 (calc-embedded-close-word, calc-embedded-open-plain)
19832 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19833 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19834 (calc-embedded-close-mode, calc-gnuplot-name)
19835 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19836 from other files and make customizable.
19837
19838 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19839
19840 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19841 Use buffer-live-p.
19842 (cvs-mode-run): Don't call cvs-update-header here.
19843 (cvs-run-process): Call cvs-update-header.
19844 Use process properties for cvs-postprocess and cvs-buffer so that
19845 the sentinel can behave better if the temp buffer is killed.
19846 Use a pipe rather than a tty, to better handle unexpected prompts.
19847 (cvs-sentinel): Rewrite. Call cvs-update-header.
19848
19849 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19850
19851 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19852 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19853
19854 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19855
19856 * generic.el (define-generic-mode): Add indentation rule.
19857
19858 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19859
19860 * files.el (mode-require-final-newline): Make Custom correctly
19861 report a nil value and allow to set it to nil via Custom.
19862 Doc fix.
19863
19864 2005-04-01 Kenichi Handa <handa@m17n.org>
19865
19866 * international/characters.el: Enable the correct case setting for
19867 dotless-i and dotted-I.
19868
19869 2005-04-01 Kim F. Storm <storm@cua.dk>
19870
19871 * ido.el (ido-file-internal): Fall back to non-ido command if
19872 initial directory is on slow ftp (or tramp) host.
19873
19874 2005-03-31 Richard M. Stallman <rms@gnu.org>
19875
19876 * emacs-lisp/autoload.el (make-autoload):
19877 Handle define-global-minor-mode.
19878
19879 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19880 Rename from easy-mmode-define-global-mode.
19881 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19882
19883 * progmodes/scheme.el (scheme-mode-syntax-table):
19884 Update syntax of | and # for two-character comment syntax.
19885
19886 2005-03-31 Lute Kamstra <lute@gnu.org>
19887
19888 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19889 (define-minor-mode): Call custom-current-group at load-time.
19890
19891 * generic.el (define-generic-mode): Add debug declaration.
19892 Add defcustom for the mode hook.
19893 (generic-mode-internal): Use run-mode-hooks.
19894
19895 2005-03-31 Kim F. Storm <storm@cua.dk>
19896
19897 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19898 (mouse-fixup-help-message): New defun called by show_help_echo
19899 to fixup mouse-2 prefix in help messages when applicable.
19900
19901 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19902
19903 2005-03-31 Kenichi Handa <handa@m17n.org>
19904
19905 * language/thai-word.el (thai-find-word-ends): Pay attention to
19906 the case that we reach the end of buffer.
19907
19908 * textmodes/fill.el (fill-text-properties-at): New function.
19909 (fill-newline): Use fill-text-properties-at instead of
19910 text-properties-at.
19911
19912 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19913
19914 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19915 not comint-quote-filename.
19916
19917 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19918
19919 * help-fns.el (help-with-tutorial): Revert last change.
19920
19921 2005-03-31 Kim F. Storm <storm@cua.dk>
19922
19923 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19924
19925 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
19926
19927 * calendar/cal-china.el: Update reference to "Calendrical
19928 Calculations" book; there's a new edition.
19929 * calendar/cal-coptic.el: Likewise.
19930 * calendar/cal-french.el: Likewise.
19931 * calendar/cal-hebrew.el: Likewise.
19932 * calendar/cal-islam.el: Likewise.
19933 * calendar/cal-iso.el: Likewise.
19934 * calendar/cal-julian.el: Likewise.
19935 * calendar/cal-mayan.el: Likewise.
19936 * calendar/cal-persia.el: Likewise.
19937 * calendar/calendar.el: Likewise.
19938 * calendar/holidays.el: Likewise.
19939 * calendar/lunar.el: Likewise.
19940 * calendar/solar.el: Likewise.
19941
19942 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19943 white space from doc string.
19944
19945 2005-03-30 Jay Belanger <belanger@truman.edu>
19946
19947 * calc/calc-help.el (calc-full-help): Remove email address.
19948
19949 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
19950
19951 * help-fns.el (help-with-tutorial): Delete title line.
19952
19953 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19954
19955 * calendar/cal-x.el (calendar-one-frame-setup)
19956 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19957 rather than `symbol' for set-window-dedicated-p.
19958
19959 * calendar/appt.el (appt-buffer-name): Make it a constant.
19960 (appt-add): Doc fix.
19961
19962 * filesets.el (filesets-menu-path, filesets-menu-before)
19963 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
19964 (filesets-menu-cache-file): Use directory ~/.emacs.d.
19965 (filesets-add-submenu): Delete and use add-submenu instead.
19966
19967 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
19968
19969 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19970 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19971 (org-diary-default-entry): New function.
19972 (org-get-entries-from-diary): Better parsing of diary entries.
19973 (org-agenda-check-no-diary): New function.
19974 ("diary-lib"): Advice to function `add-to-diary-list', to allow
19975 linking to diary entries.
19976 (org-agenda-execute-calendar-command): New function.
19977 (org-agenda): Improve visible section in window.
19978 Use `org-fit-agenda-window'.
19979 (org-fit-agenda-window): New option.
19980 (org-move-subtree-down): Better handling of empty lines
19981 at end of subtree.
19982 (org-cycle): Numeric prefix is interpreted now as show-subtree N
19983 levels up.
19984 (org-fontify-done-headline): New option.
19985 (org-headline-done-face): New face.
19986 (org-set-font-lock-defaults): Use `org-headline-done-face'.
19987 (org-table-copy-down): Rename from `org-table-copy-from-above'.
19988 When current field is non-empty, it is copied to next row.
19989 (org-table-copy-from-above): Fix bug which made it
19990 impossible to copy fields containing only a single non-white character.
19991
19992 2005-03-30 Kim F. Storm <storm@cua.dk>
19993
19994 * kmacro.el (kmacro-end-macro): Isearch may store this command
19995 into the macro -- so ignore it when executing keyboard macro.
19996
19997 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19998
19999 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
20000
20001 2005-03-29 Kenichi Handa <handa@m17n.org>
20002
20003 * language/thai.el ("Thai"): Set setup-function and exit-function
20004 for Thai language environment.
20005
20006 * language/thai-util.el: Require thai-word.
20007 (thai-word-mode-map): New variable.
20008 (thai-word-mode): New minor mode.
20009 (setup-thai-language-environment-internal): New function.
20010 (exit-thai-language-environment-internal): New function.
20011
20012 * language/thai-word.el (thai-word-table): Declare it by defvar,
20013 use dolist to initialize it.
20014 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
20015 (thai-fill-find-break-point): New functions.
20016
20017 2005-03-29 Richard M. Stallman <rms@gnu.org>
20018
20019 * simple.el (idle-update-delay): Move definition up.
20020 (set-mark): Doc fix.
20021
20022 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
20023
20024 * longlines.el: New file.
20025
20026 * simple.el (buffer-substring-filters): New variable.
20027 (filter-buffer-substring): New function.
20028 (kill-region, copy-region-as-kill): Use it.
20029
20030 * register.el (copy-to-register, append-to-register)
20031 (prepend-to-register): Use filter-buffer-substring.
20032
20033 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
20034
20035 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
20036 (gud-filter-pending-text): Move in front of gdb.
20037 (gud-overlay-arrow-position): New variable.
20038 (gud-sentinel, gud-display-line): Use it in place of
20039 overlay-arrow-position.
20040
20041 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
20042
20043 * progmodes/fortran.el (fortran-if-indent): Doc fix.
20044 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
20045 (fortran-font-lock-keywords-4): New variable.
20046 (fortran-blocks-re, fortran-end-block-re)
20047 (fortran-start-block-re): New constants, for hideshow.
20048 (hs-special-modes-alist): Add a Fortran entry.
20049 (fortran-mode-map): Bind fortran-end-of-block,
20050 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
20051 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
20052 (fortran-looking-at-if-then, fortran-end-of-block)
20053 (fortran-beginning-of-block): New functions, for hideshow.
20054
20055 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
20056 Doc fix. Tweak regexp.
20057 (f90-beginning-of-block): Push mark first.
20058
20059 2005-03-29 Jay Belanger <belanger@truman.edu>
20060
20061 * calc/calc.el: Update copyright date.
20062 (calc-version): Increase to 2.1.
20063 (calc-version-date): Remove.
20064
20065 * calc/calc-help.el: Update copyright date.
20066 (calc-full-help): Remove reference to calc-version-date.
20067 Update copyright date.
20068
20069 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20070
20071 * vc.el (vc-do-command): Use a pipe for async processes, so password
20072 prompts don't show up at places where the user can't reply.
20073
20074 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
20075
20076 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
20077 on the file name we pass to the inferior shell.
20078
20079 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20080
20081 * progmodes/which-func.el (which-function): Be robust in the face of an
20082 imenu--make-index-alist failure.
20083
20084 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20085
20086 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
20087
20088 * progmodes/python.el (python-preoutput-filter): Fix last change.
20089
20090 2005-03-29 Lute Kamstra <lute@gnu.org>
20091
20092 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
20093 functions and compiled macros.
20094 (debug-convert-byte-code): Handle macros too.
20095 (debug-on-entry-1): Don't signal an error when trying to clear a
20096 function that is not set to debug on entry.
20097
20098 2005-03-29 Jay Belanger <belanger@truman.edu>
20099
20100 * calc/calc-lang.el: Add functions to math-function-table
20101 properties of tex and math.
20102
20103 2005-03-29 Kenichi Handa <handa@m17n.org>
20104
20105 * ps-mule.el (ps-mule-plot-string): Translate characters by
20106 ps-print-translation-table.
20107 (ps-mule-begin-job): Call find-charset-region/string with
20108 ps-print-translation-table.
20109 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
20110
20111 * ps-print.el (ps-print-translation-table): New variable.
20112 (ps-plot-region): Translate characters by ps-print-translation-table.
20113
20114 2005-03-29 Juri Linkov <juri@jurta.org>
20115
20116 * simple.el (next-error-highlight-timer): New variable.
20117
20118 * progmodes/compile.el (compilation-goto-locus):
20119 Use `next-error-highlight-timer' instead of `sit-for'.
20120
20121 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20122
20123 * mail/supercite.el (sc-mail-field): Use assoc-string.
20124 (sc-get-address): Simplify regexps.
20125
20126 * files.el (minibuffer-with-setup-hook): New macro.
20127 (find-file-read-args): Use it to avoid let-binding
20128 minibuffer-with-setup-hook (which breaks turning on/off
20129 file-name-shadow-mode while in the prompt).
20130
20131 * complete.el (PC-read-include-file-name-internal):
20132 Use test-completion.
20133
20134 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
20135
20136 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
20137
20138 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20139
20140 * window.el (window-buffer-height): Use count-screen-lines.
20141
20142 * progmodes/python.el (python-preoutput-leftover): New var.
20143 (python-preoutput-filter): Use it.
20144 (python-send-receive): Loop until all the result has been received.
20145
20146 2005-03-28 Juri Linkov <juri@jurta.org>
20147
20148 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
20149
20150 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
20151 "Recover Crashed Session".
20152 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
20153 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
20154 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
20155 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
20156 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
20157 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
20158 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
20159 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
20160
20161 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
20162 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
20163 Ediff Sessions", "Toggle use of separate control buffer frame",
20164 "Use separate frame for Ediff control buffer".
20165
20166 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
20167 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
20168 "Rename Bookmark", "Delete Bookmark".
20169
20170 * info.el (Info-mode-menu): Remove ellipsis from "Index".
20171 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
20172 Add `:active Info-index-alternatives' to "Next Matching Item".
20173
20174 * wdired.el (wdired-change-to-wdired-mode):
20175 Mention `wdired-abort-changes' key in the initial message.
20176
20177 * international/mule.el (auto-coding-alist): Associate non-ascii
20178 image filename extensions with `no-conversion'.
20179
20180 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
20181
20182 * international/iso-acc.el:
20183 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
20184
20185 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
20186
20187 * textmodes/sgml-mode.el (html-mode): Doc update.
20188
20189 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
20190
20191 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
20192
20193 * term.el (term-move-columns): Fix face after extending a line.
20194 (term-insert-spaces): Likewise.
20195 (term-reset-terminal): Fix off by one error.
20196
20197 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20198
20199 * international/mule.el (auto-coding-alist): Add .xpi files.
20200
20201 * files.el (auto-mode-alist): Add .xpi files.
20202
20203 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
20204
20205 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
20206
20207 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20208
20209 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
20210
20211 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20212
20213 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
20214 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
20215
20216 * calendar/cal-move.el (calendar-beginning-of-year): Move the
20217 cursor to Jan 1 when needed.
20218 (calendar-end-of-year): Fix -/+ typo.
20219 Reported by Chong Yidong <cyd@stupidchicken.com>.
20220
20221 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20222
20223 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
20224
20225 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
20226 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
20227
20228 2005-03-25 Richard M. Stallman <rms@gnu.org>
20229
20230 * filesets.el (filesets-init): Add autoload.
20231
20232 * mail/mailalias.el (mail-directory): Doc fix.
20233
20234 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20235
20236 * mail/mailalias.el (mail-directory-process): Do nothing if
20237 mail-directory-process is an atom.
20238 (mail-get-names): Ignore mail-directory-names if it is an atom.
20239 (mail-directory-process defvar): Doc fix.
20240 (mail-names): Doc fix.
20241
20242 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
20243
20244 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
20245
20246 2005-03-26 Kenichi Handa <handa@m17n.org>
20247
20248 * international/mule-util.el (detect-coding-with-priority):
20249 Call update-coding-systems-internal before detect-coding-region.
20250
20251 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
20252
20253 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
20254 (gdb-frames-mode-map): Add follow-link property.
20255
20256 2005-03-25 Jay Belanger <belanger@truman.edu>
20257
20258 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
20259 for variables.
20260
20261 2005-03-25 Juri Linkov <juri@jurta.org>
20262
20263 * image-mode.el: Optimize image filename extension regexps in
20264 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
20265 in `auto-mode-alist'.
20266 (image-mode): Add `image-toggle-display-text' to local hook
20267 `change-major-mode-hook'. Display the image as an image by
20268 default. Set `cursor-type' and `truncate-lines' if the image
20269 is already displayed. Take into account the current mode (image
20270 or text) in message.
20271 (image-minor-mode): New minor mode.
20272 (image-mode-maybe, image-toggle-display-text): New functions.
20273 (image-toggle-display): Use called-interactively-p.
20274 Let-bind `inhibit-read-only' to t.
20275
20276 * image-mode.el (image-minor-mode): Set `cursor-type' and
20277 `truncate-lines' if the image is already displayed. Add turning
20278 image-minor-mode off to `change-major-mode-hook'. Add message.
20279 Call `image-toggle-display-text' after turning image-minor-mode off.
20280
20281 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20282
20283 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20284 Terminal.app, use utf-8.
20285 (set-display-table-and-terminal-coding-system): Add coding-system arg.
20286 (set-locale-environment): Use it.
20287
20288 * term/xterm.el: Undo last change, better done in mule-cmds.el.
20289
20290 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20291
20292 * progmodes/python.el (python-close-block-statement-p)
20293 (python-outdent-p, python-current-defun): Use symbol-end.
20294
20295 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20296
20297 * files.el (save-some-buffers): Doc fix.
20298
20299 2005-03-25 Werner Lemberg <wl@gnu.org>
20300
20301 * complete.el, thumbs.el: Replace `legal' with `valid'.
20302 * calendar/calendar.el: Replace `legal' with `valid'.
20303 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20304 * mail/supercite.el: Replace `legal' with `valid'.
20305 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20306 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20307 Replace `legal' with `valid'.
20308 * textmodes/reftex-vars.el, textmodes/reftex.el:
20309 Replace `legal' with `valid'.
20310
20311 2005-03-25 Werner Lemberg <wl@gnu.org>
20312
20313 * calc/calc-forms.el, calc/calc-sel.el
20314 * midnight.el, vc-cvs.el
20315 * emacs-lisp/cl-macs.el
20316 * emulation/vip.el
20317 * eshell/esh-io.el, eshell/esh-var.el
20318 * mail/supercite.el
20319 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20320 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20321 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20322 * progmodes/sh-script.el, progmodes/xscheme.el
20323 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20324 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20325 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20326 * textmodes/reftex.el, textmodes/org.el:
20327 Replace `illegal' with `invalid'.
20328
20329 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20330
20331 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20332 (flymake-find-buildfile, flymake-find-possible-master-files)
20333 (flymake-check-include, flymake-parse-line): Replace loops over the
20334 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20335
20336 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20337 Substitute file-name-as-directory in the rest of the file.
20338 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20339 (flymake-replace-region): Remove unused arg `buffer'.
20340 (flymake-check-patch-master-file-buffer): Update calls to it.
20341 (flymake-add-err-info): Remove unused var `count'.
20342 (flymake-mode): Use define-minor-mode.
20343
20344 * progmodes/flymake.el: Use with-current-buffer.
20345 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20346 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20347 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20348 Avoid testing for `xemacs'.
20349 (flymake-nop): Move.
20350 (flymake-region-has-flymake-overlays): Return the computed value.
20351 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20352 Remove unused var `endline'.
20353 (flymake-get-line-count): Remove unused function.
20354 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20355
20356 * emulation/vi.el:
20357 * generic.el:
20358 * hilit-chg.el (global-highlight-changes):
20359 * hi-lock.el (hi-lock-mode):
20360 * follow.el: find-file-hooks -> find-file-hook.
20361
20362 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20363
20364 2005-03-24 Juri Linkov <juri@jurta.org>
20365
20366 * dired.el (dired-mode-map): Add menu item "Compare directories"
20367 for dired-compare-directories.
20368
20369 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20370 Doc fix. Replace `read-file-name' with `read-directory-name'.
20371
20372 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20373
20374 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20375
20376 2005-03-24 Jay Belanger <belanger@truman.edu>
20377
20378 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20379 relevant mode settings in calc-embedded-original-modes when modes
20380 are permanently changed.
20381
20382 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20383
20384 * autoinsert.el: find-file-hooks -> find-file-hook.
20385
20386 2005-03-24 Lute Kamstra <lute@gnu.org>
20387
20388 * generic.el (generic-font-lock-defaults): Make it obsolete.
20389 (generic-font-lock-keywords): New variable to replace
20390 generic-font-lock-defaults.
20391 (generic-mode-set-font-lock): Delete it.
20392 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20393 (generic-bracket-support): Add docstring.
20394
20395 * generic-x.el: Rename generic-font-lock-defaults to
20396 generic-font-lock-keywords throughout.
20397 (mailagent-rules-setup-function): Delete it.
20398 (mailagent-rules-generic-mode): Use anonymous function instead.
20399 (show-tabs-generic-mode-font-lock-defaults-1)
20400 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20401 Quote faces.
20402 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20403 not foreground.
20404
20405 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20406 Recognize define-generic-mode.
20407
20408 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20409
20410 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20411 if there's no completion table.
20412
20413 2005-03-23 Miles Bader <miles@gnu.org>
20414
20415 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20416 Remove tty-specific variants, as they're no longer needed.
20417
20418 2005-03-23 Lute Kamstra <lute@gnu.org>
20419
20420 * generic-x.el: Code cleanup: make args constant whenever possible.
20421 (installshield-statement-keyword-list)
20422 (installshield-system-functions-list)
20423 (installshield-system-variables-list, installshield-types-list)
20424 (installshield-funarg-constants-list): Make them constants.
20425
20426 * generic.el (generic-make-keywords-list): Add autoload cookie.
20427
20428 * calendar/time-date.el: Add comment on time value formats.
20429 Don't require parse-time.
20430 (with-decoded-time-value): New macro.
20431 (encode-time-value): New function.
20432 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20433 (days-to-time): Return a valid time value when arg is huge.
20434 (time-since): Use time-subtract.
20435 (time-to-number-of-days): Use time-to-seconds.
20436
20437 2005-03-23 David Ponce <david@dponce.com>
20438
20439 * recentf.el (recentf-keep): New option.
20440 (recentf-menu-action): Default to `find-file'.
20441 (recentf-keep-non-readable-files-flag)
20442 (recentf-keep-non-readable-files-p)
20443 (recentf-file-readable-p, recentf-find-file)
20444 (recentf-cleanup-remote): Remove.
20445 (recentf-include-p): More robust.
20446 (recentf-keep-p): New function.
20447 (recentf-remove-if-non-kept): Rename from
20448 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20449 All callers updated.
20450 (recentf-menu-items-for-commands): Fix help string.
20451 (recentf-track-closed-file): Update. Doc fix.
20452 (recentf-cleanup): Update. Count removed files. Doc fix.
20453
20454 2005-03-23 Kim F. Storm <storm@cua.dk>
20455
20456 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20457 Don't inherit from fringe face (now happens automatically).
20458
20459 2005-03-22 Kim F. Storm <storm@cua.dk>
20460
20461 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20462 position values.
20463
20464 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20465
20466 * menu-bar.el (showhide-date-time): Remove.
20467 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20468 (menu-bar-make-mm-toggle): Simplify.
20469
20470 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20471
20472 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20473 Accept qualified variable and function names.
20474
20475 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20476
20477 * bindings.el (completion-ignored-extensions):
20478 Remove ".lis" for `vax-vms'.
20479
20480 2005-03-22 Andreas Schwab <schwab@suse.de>
20481
20482 * generic-x.el: Revert last change.
20483 * ldefs-boot.el: Update.
20484
20485 2005-03-22 Jay Belanger <belanger@truman.edu>
20486
20487 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20488 (calc-embedded-save-original-modes)
20489 (calc-embedded-restore-original-modes): New functions.
20490 (calc-do-embedded): Save original modes when entering embedded mode
20491 and restore when leaving embedded mode.
20492 (calc-embedded-modes-change): Change the value of
20493 calc-embedded-original-modes to reflect permanent changes.
20494
20495 2005-03-22 Lute Kamstra <lute@gnu.org>
20496
20497 * generic-x.el: Require generic again.
20498
20499 2005-03-22 Miles Bader <miles@gnu.org>
20500
20501 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20502 Tweak details to look good on both ttys and bitmap displays, light
20503 or dark background, etc.
20504
20505 2005-03-21 Kim F. Storm <storm@cua.dk>
20506
20507 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20508 mouse position.
20509
20510 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20511
20512 * icomplete.el: Don't forcibly turn on the mode upon load.
20513 (icomplete-mode): Use define-minor-mode.
20514 (icomplete-eoinput): Default to nil.
20515 (icomplete-minibuffer-setup): Remove autoload.
20516 (icomplete-tidy): Simplify.
20517 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20518 in the initial state or if the user has modified the field.
20519 Fix handling of icomplete-max-delay-chars.
20520 Remove code that handles the oddball case where
20521 minibuffer-completion-table is an integer.
20522 Wrap icomplete-completions in while-no-input in case building
20523 completions takes more time than expected.
20524 (icomplete-completions): Simplify.
20525
20526 2005-03-21 Richard M. Stallman <rms@gnu.org>
20527
20528 * jka-compr.el (jka-compr-really-do-compress):
20529 Make variable buffer-local.
20530
20531 * image-mode.el: Handle .xpm files too.
20532 (image-toggle-display): Preserve modification flag.
20533
20534 * help.el (where-is): Don't mention aliases with no key bindings.
20535
20536 2005-03-21 Lute Kamstra <lute@gnu.org>
20537
20538 * generic.el: Fix commentary section. Don't require cl for
20539 compilation.
20540 (generic-mode-list): Add autoload cookie.
20541 (generic-use-find-file-hook, generic-lines-to-scan)
20542 (generic-find-file-regexp, generic-ignore-files-regexp)
20543 (generic-mode, generic-mode-find-file-hook)
20544 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20545 (define-generic-mode): Make it a defmacro. Fix docstring.
20546 (generic-mode-internal): Code cleanup. Add autoload cookie.
20547 (generic-mode-set-comments): Code cleanup.
20548 * generic-x.el: Don't prevent compilation. Don't require generic.
20549 Follow coding conventions. Minor code cleanup.
20550 (etc-fstab-generic-mode): Add some keywords.
20551 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20552 define-generic-mode like a function declaration.
20553
20554 2005-03-21 Jay Belanger <belanger@truman.edu>
20555
20556 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20557 changing modes.
20558
20559 2005-03-21 Sam Steingold <sds@gnu.org>
20560
20561 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20562
20563 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20564
20565 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20566 Add underscore to "f$ lexicals" regexp.
20567
20568 2005-03-20 Juri Linkov <juri@jurta.org>
20569
20570 * subr.el (progress-reporter-do-update): When `min-value' is equal
20571 to `max-value', set `percentage' to 0 and prevent division by zero.
20572
20573 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20574
20575 Sync with Tramp 2.0.48.
20576
20577 * net/tramp.el (all): Change all addresses to .gnu.org.
20578 (tramp-append-tramp-buffers): New defun.
20579 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20580 Catch `dont-send' signal.
20581 (tramp-set-auto-save-file-modes): Set always permissions, because
20582 there might be an old auto-saved file belonging to another
20583 original file. This could be a security threat. Reported by
20584 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20585 Check for Emacs 21.3.50 removed.
20586
20587 * net/tramp-smb.el (all): Remove debug construct for
20588 `with-parsed-tramp-file-name'.
20589 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20590 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20591 No error message if DIRECTORY or FILENAME doesn't exist.
20592 (tramp-smb-open-connection): Check existence of
20593 `tramp-smb-program'.
20594
20595 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20596
20597 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20598 Properly handle the case where the `m' or `s' command's argument is not
20599 yet terminated.
20600 (perl-indent-new-calculate): New function.
20601 (perl-indent-line): Use it.
20602
20603 2005-03-20 Miles Bader <miles@gnu.org>
20604
20605 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20606 in text-mode too. Change to new face names.
20607 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20608 Add `:weight bold' attribute.
20609 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20610
20611 2005-03-19 Juri Linkov <juri@jurta.org>
20612
20613 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20614
20615 * international/mule.el (auto-coding-alist): Sync with
20616 `auto-mode-alist' by adding upper case archive file extensions
20617 and adding ear/war to jar extension.
20618
20619 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20620
20621 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20622 running, restart it.
20623
20624 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20625
20626 * finder.el (finder-current-item): Throw an error on an empty line.
20627
20628 * man.el (Man-follow-manual-reference): If current-word returns
20629 nil, use "".
20630
20631 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20632
20633 * simple.el (goto-line): Doc fix.
20634
20635 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20636
20637 * files.el (save-buffer): Doc fix.
20638
20639 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20640
20641 * recentf.el (recentf-cleanup-remote): New variable.
20642 (recentf-cleanup): Use it to conditionally check availability of
20643 remote files.
20644
20645 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20646
20647 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20648 function names.
20649
20650 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20651
20652 * language/thai-word.el: New file.
20653
20654 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20655
20656 * files.el (backup-buffer): If the file's directory is not
20657 writable, use copy instead of move to backup the file.
20658
20659 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20660
20661 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20662
20663 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20664
20665 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20666 Use functionp instead of symbolp and fboundp. Reported by Drkm
20667 <darkman_spam@yahoo.fr>.
20668 (ps-print-version): New version 6.6.6.
20669
20670 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20671
20672 * textmodes/table.el (table--line-column-position): New idiom.
20673 (table--row-column-insertion-point-p): New function to test
20674 validity of row and column insertion operation at a location.
20675 (table-global-menu, table-cell-menu): Use above functions for
20676 deterministic test operation.
20677 (table--editable-cell-p): Behave in deterministic fashion.
20678
20679 2005-03-18 Juri Linkov <juri@jurta.org>
20680
20681 * isearch.el (isearch-lazy-highlight-new-loop):
20682 Make arguments beg and end optional.
20683 (isearch-update): Remove optional arguments nil from
20684 isearch-lazy-highlight-new-loop.
20685 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20686 isearch-lazy-highlight-case-fold-search instead of
20687 isearch-case-fold-search, and let-bind isearch-regexp to
20688 isearch-lazy-highlight-regexp.
20689 Use isearch-lazy-highlight-last-string instead of isearch-string.
20690
20691 * replace.el (perform-replace): Remove bindings of global
20692 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20693 Add three new arguments to `replace-highlight'.
20694 (replace-highlight): Add arguments string, regexp, case-fold.
20695 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20696 to allow isearch-lazy-highlight-new-loop to use these values
20697 to set corresponding isearch-lazy-highlight-* internal
20698 variables whose values lazy highlighting will use regardless of
20699 changes to global variables isearch-string, isearch-regexp,
20700 isearch-case-fold-search during lazy highlighting loop.
20701 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20702 to `lazy-highlight-cleanup'.
20703
20704 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20705 (ispell-highlight-face): Set default face to `isearch' when
20706 lazy highlighting is enabled.
20707 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20708 priority to 1. Add lazy highlighting.
20709 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20710 from `isearch-dehighlight'.
20711
20712 2005-03-18 David Ponce <david@dponce.com>
20713
20714 * files.el (hack-local-variables): Do a case-insensitive search
20715 for End.
20716
20717 2005-03-18 Juri Linkov <juri@jurta.org>
20718
20719 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20720 `isearch-lazy-highlight-cleanup', add alias to old name and
20721 declare obsolete. Add release numbers to other obsolete vars.
20722 (isearch-done, isearch-lazy-highlight-new-loop):
20723 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20724 (lazy-highlight-cleanup) <variable>: Doc fix.
20725 (isearch-lazy-highlight-update): Rename obsolete
20726 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20727
20728 2005-03-18 Kenichi Handa <handa@m17n.org>
20729
20730 * language/thai-util.el: Fix categorization of Thai characters in
20731 thai-category-table.
20732 (thai-composition-pattern): Adjust it for the above change.
20733 (thai-self-insert-command, thai-compose-syllable): New functions.
20734 (thai-compose-region): Use thai-compose-syllable.
20735 (thai-compose-string): Likewise.
20736 (thai-composition-function): Likewise.
20737 (thai-auto-composition): New function.
20738 (thai-auto-composition-mode): New minor mode.
20739
20740 * language/thai.el: Fix patterns to be registered in
20741 composition-function-table.
20742
20743 * international/quail.el (quail-input-method): Locally bind
20744 inhibit-modification-hooks to t.
20745
20746 2005-03-17 Richard M. Stallman <rms@gnu.org>
20747
20748 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20749 (perl-mode): Use run-mode-hooks.
20750
20751 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20752 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20753 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20754
20755 * mail/sendmail.el (sendmail-send-it): Reenable the code
20756 to compute resend-to-address and use it.
20757
20758 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20759
20760 * image-mode.el: New file.
20761
20762 * image.el (insert-sliced-image): Add autoload cookie.
20763
20764 * font-lock.el (font-lock-lines-before): New user option.
20765 (font-lock-after-change-function): Obey it.
20766
20767 * bindings.el (esc-map): Make M-g a prefix.
20768 Bind M-g g and M-g M-g to goto-line.
20769
20770 * faces.el (face-id): Doc fix.
20771
20772 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20773
20774 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20775 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20776 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20777
20778 * mail/sendmail.el (mail-yank-ignored-headers)
20779 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20780 Add Mail-Followup-To and Mail-Reply-To headers.
20781 (mail-citation-hook): Add autoload cookie.
20782 (mail-mode): Doc fix.
20783 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20784 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20785 (mail-mode-fill-paragraph): Handle those headers.
20786 (mail-mailing-lists): New variable.
20787 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20788
20789 2005-03-17 Juri Linkov <juri@jurta.org>
20790
20791 * isearch.el (isearch-fallback): Check for `(car previous)'
20792 before calling `isearch-other-end-state'.
20793
20794 2005-03-17 Kim F. Storm <storm@cua.dk>
20795
20796 * simple.el (move-beginning-of-line): Move to beginning of buffer
20797 line, as well as beginning of screen line.
20798
20799 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20800
20801 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20802 argument REDRAW rather than calendar-redrawing variable.
20803 * calendar/calendar.el (calendar-redrawing): Delete.
20804 (redraw-calendar): Do not bind calendar-redrawing.
20805
20806 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20807
20808 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20809 diary-file buffer.
20810
20811 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20812
20813 * help.el (describe-mode): Allow a :minor-mode-function property to
20814 specify a different minor mode toggle function than the variable.
20815 * simple.el (auto-fill-function):
20816 * subr.el (add-minor-mode): Use it.
20817
20818 2005-03-16 Kenichi Handa <handa@m17n.org>
20819
20820 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20821 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20822 (ethio-fidel-to-sera-buffer): Likewise.
20823
20824 2005-03-16 Juri Linkov <juri@jurta.org>
20825
20826 * emacs-lisp/find-func.el (find-function-regexp):
20827 Add defun-emitting macro `menu-bar-make-toggle'.
20828
20829 * isearch.el: Put `isearch-scroll' property to
20830 `split-window-horizontally'.
20831
20832 * info.el: Update error messages for `debug-ignored-errors'.
20833 (Info-isearch-search): Doc fix.
20834 (Info-find-node): Move up code to go into info buffer before
20835 recording the node to the history.
20836 (Info-fontify-node): Fontify titles only if the next line
20837 has two or more `*', `=', `-', `.'.
20838 Display "go to this node" for empty (match-string 3).
20839
20840 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20841
20842 * term/mac-win.el: Add mouse pointer shape constants.
20843
20844 2005-03-15 Kim F. Storm <storm@cua.dk>
20845
20846 * simple.el (move-beginning-of-line): Use vertical-motion.
20847
20848 2005-03-15 Juri Linkov <juri@jurta.org>
20849
20850 * isearch.el (isearch-error): New variable.
20851 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20852 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20853 (isearch-within-brackets-state): Remove.
20854 (isearch-case-fold-search-state, isearch-pop-fun-state):
20855 Decrease frame index.
20856 (isearch-mode, isearch-top-state, isearch-push-state)
20857 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20858 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20859 (isearch-search, isearch-lazy-highlight-new-loop):
20860 Replace `isearch-invalid-regexp' with `isearch-error'.
20861 Remove `isearch-within-brackets'.
20862 (isearch-search): Add `search-failed' handler to `condition-case'.
20863 (isearch-lazy-highlight-search): Add `condition-case' to catch
20864 errors and allow `isearch-lazy-highlight-update' to try
20865 highlighting from the beginning of the window.
20866 (isearch-repeat): Move up code to set isearch-wrapped to t
20867 before calling isearch-wrap-function.
20868
20869 * info.el (Info-isearch-initial-node): New internal variable.
20870 (Info-search): Signal an error in isearch mode when search leaves
20871 the initial node. Signal an error when `bound' is non-nil and
20872 nothing was found in the current subfile.
20873 (Info-isearch-search): Remove `condition-case'.
20874 (Info-isearch-wrap): Don't wrap when search failed during leaving
20875 the initial node. If `Info-isearch-search' is nil, wrap around
20876 the current node.
20877 (Info-isearch-start): New fun.
20878 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20879 `isearch-mode-hook'.
20880
20881 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20882
20883 * simple.el (normal-erase-is-backspace): Set default to t if
20884 running on Mac.
20885
20886 * term/mac-win.el (function-key-map): Sync with x-win.el.
20887
20888 2005-03-15 Kenichi Handa <handa@m17n.org>
20889
20890 * international/mule-cmds.el (locale-language-names): Modify the
20891 format of elements and add more entries.
20892 (locale-preferred-coding-systems): Add more entries.
20893 (set-locale-environment): Adjust for the change of
20894 locale-language-names.
20895
20896 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20897
20898 * pcvs.el (smerge-ediff): Remove bogus autoload.
20899
20900 2005-03-14 Lute Kamstra <lute@gnu.org>
20901
20902 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20903 Ignore a `*' at the beginning of a line.
20904
20905 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20906 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20907 subr.el.
20908 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20909 to specify indentation.
20910
20911 * generic.el (define-generic-mode): Let generic-mode-list be a
20912 list of strings; test membership with equal.
20913
20914 2005-03-14 Kim F. Storm <storm@cua.dk>
20915
20916 * simple.el (next-line, previous-line): Add optional try-vscroll
20917 arg to recognize interactive use. Pass it on to line-move.
20918 (line-move): Don't perform auto-window-vscroll when defining or
20919 executing keyboard macro to ensure consistent behavior.
20920
20921 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20922
20923 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20924
20925 2005-03-13 Lute Kamstra <lute@gnu.org>
20926
20927 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20928 debugger-setup-buffer so that backtrace marks the frames set to
20929 debug-on-exit and we don't have to do it manually. Set an extra
20930 debug-on-exit for macro's.
20931 (debugger-setup-buffer): Don't mark the top frame manually.
20932
20933 2005-03-12 Lute Kamstra <lute@gnu.org>
20934
20935 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20936 lisp-indent-function throughout.
20937 (with-no-warnings): Set lisp-indent-function property.
20938
20939 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
20940
20941 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20942 Add entry for backslash.
20943
20944 2005-03-12 Juri Linkov <juri@jurta.org>
20945
20946 * info.el (Info-search): Four fixes for backward search.
20947
20948 2005-03-11 Jay Belanger <belanger@truman.edu>
20949
20950 * calc/calc.el (calc-language-alist): New variable.
20951 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20952 (calc-embedded-find-modes): Use calc-language-alist instead of
20953 calc-embedded-language-alist.
20954
20955 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20956
20957 * calendar/calendar.el (calendar-redrawing): New internal
20958 variable.
20959 (redraw-calendar): Remove bogus save-excursion from previous
20960 change. Bind calendar-redrawing to t for mark-diary-entries.
20961 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20962 calendar if that is why we were called.
20963
20964 2005-03-11 Kenichi Handa <handa@m17n.org>
20965
20966 * international/mule.el (make-coding-system): Set property
20967 coding-system-define-form to nil.
20968 (define-coding-system-alias): Likewise.
20969
20970 2005-03-11 Kenichi Handa <handa@m17n.org>
20971
20972 These changes are suggested by Dave Love <fx@gnu.org>.
20973
20974 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20975 coding: tag.
20976 (adaptive-fill-regexp): Add more bullets.
20977 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20978 regexps.
20979
20980 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20981
20982 * help.el (describe-mode): Properly handle non-trivial lighters.
20983 Don't ignore minor modes that are not listed in minor-mode-list.
20984
20985 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20986 feature ON when the user requests to turn it OFF.
20987
20988 2005-03-10 Lute Kamstra <lute@gnu.org>
20989
20990 * emacs-lisp/debug.el (debug-entry-code): Delete it.
20991 (implement-debug-on-entry): New function to replace debug-entry-code.
20992 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
20993 second argument as the 2005-03-07 change makes it obsolete.
20994 (debug-on-entry, cancel-debug-on-entry): Update call to
20995 debug-on-entry-1.
20996 (debug, debugger-setup-buffer): Comment update.
20997 (debugger-frame-number): Update to work with implement-debug-on-entry.
20998
20999 2005-03-10 Jay Belanger <belanger@truman.edu>
21000
21001 * calc/calc-embed.el (math-ms-args): Declare it.
21002 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
21003 math-ms-args.
21004 (calc-embedded-subst): Use math-multi-subst-rec to substitute
21005 variables.
21006
21007 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
21008
21009 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
21010 Use message-box.
21011
21012 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
21013 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
21014 (tooltip-gud-tips): Simplify.
21015 (tooltip-gud-tips-p): Remove superfluous :set.
21016 (tooltip-gud-modes): Add fortran-mode.
21017 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
21018
21019 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
21020
21021 2005-03-09 Kim F. Storm <storm@cua.dk>
21022
21023 * play/animate.el (animate-place-char): Use forward-line instead
21024 of next-line to improve performance.
21025
21026 2005-03-09 Simon Josefsson <jas@extundo.com>
21027
21028 * net/browse-url.el (browse-url-default-browser): Doc fix.
21029
21030 2005-03-09 Miles Bader <miles@gnu.org>
21031
21032 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
21033 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
21034
21035 2005-03-09 Kenichi Handa <handa@m17n.org>
21036
21037 * international/latin-1.el: Set case and syntax for 255 only if
21038 set-case-syntax-set-multibyte is nil.
21039
21040 * textmodes/ispell.el (ispell-insert-word): New function.
21041 (ispell-word): Use ispell-insert-word to insert a new word.
21042 (ispell-process-line): Likewise.
21043 (ispell-complete-word): Likewise.
21044
21045 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
21046
21047 * calendar/calendar.el (redraw-calendar): Preserve point.
21048 Reported by Matt Hodges <MPHodges@member.fsf.org>.
21049 (calendar-week-start-day): Move after definition of
21050 redraw-calendar. Delete buffer test, since redraw-calendar has
21051 that now.
21052
21053 * calendar/diary-lib.el (mark-diary-entries): Only call
21054 redraw-calendar in the first of any recursive calls.
21055 Reported by Alan Shutko <ats@acm.org>.
21056
21057 2005-03-08 Juri Linkov <juri@jurta.org>
21058
21059 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
21060 (html-horizontal-rule, html-line, html-image, html-checkboxes)
21061 (html-radio-buttons): Add a space before the trailing `/>' where
21062 sgml-xml-mode is non-nil.
21063 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
21064 the subsequent tag of the empty XML tag.
21065 (html-href-anchor): Don't set initial input to "http:".
21066 (html-image): Ask for the image URL and set point inside alt="".
21067 (html-name-anchor): Duplicate the name in the `id' attribute when
21068 sgml-xml-mode is non-nil.
21069 (html-paragraph): Remove \n before <p>.
21070 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
21071 instead of `checked' when sgml-xml-mode is non-nil.
21072
21073 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
21074 Remove 1 space before #RRGGBB to not truncate it on terminal
21075 windows w/o fringes. Remove 1 space between bg and fg examples
21076 to get more space.
21077 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
21078 avoid byte-compile warnings.
21079
21080 * image-file.el (image-file-handler): Put `safe-magic' property to
21081 `image-file-handler'.
21082
21083 * info.el (Info-isearch-search): Emulate word search in
21084 isearching through multiple Info nodes with Info-search.
21085 (Info-isearch-wrap): Allow isearch-word.
21086
21087 2005-03-08 Lute Kamstra <lute@gnu.org>
21088
21089 * emacs-lisp/debug.el (debugger-step-through): Make sure that
21090 stepping into the debugger's code is not possible.
21091 (debugger-jumping-flag): Docstring update.
21092
21093 2005-03-08 Jay Belanger <belanger@truman.edu>
21094
21095 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
21096 embedded mode begins.
21097 (calc-embedded-language-alist): New variable.
21098 (calc-embedded-find-modes): Use calc-embedded-language-alist to
21099 set default language mode.
21100
21101 2005-03-08 Kenichi Handa <handa@m17n.org>
21102
21103 * international/ccl.el (define-ccl-program): Fix docstring about
21104 extra 256 bytes assured for the output buffer.
21105
21106 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21107 Fix BUFFER_MAGNIFICATION to 2.
21108 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21109
21110 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
21111
21112 * align.el (align-rules-list): Added an alignment rule for CSS
21113 declarations (applies to css-mode and html-mode buffers).
21114
21115 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
21116
21117 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
21118
21119 2005-03-07 Kim F. Storm <storm@cua.dk>
21120
21121 * simple.el (move-beginning-of-line): New command.
21122
21123 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
21124
21125 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
21126
21127 * emulation/cua-base.el: Put CUA move property on move-end-of-line
21128 and move-beginning-of-line.
21129
21130 * apropos.el (apropos-print): Omit command from M-x ... RET.
21131
21132 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
21133
21134 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
21135 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
21136
21137 2005-03-06 Richard M. Stallman <rms@gnu.org>
21138
21139 * bindings.el (esc-map): Bind M-g to goto-line.
21140
21141 * facemenu.el (global-map): Bind M-o, not M-g.
21142
21143 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21144
21145 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
21146 "Open Directory" as for "Open File".
21147
21148 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
21149
21150 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
21151 (push-mark-command): Run activate-mark-hook.
21152
21153 2005-03-06 Richard M. Stallman <rms@gnu.org>
21154
21155 * help-mode.el (help-mode-finish): Don't alter the element
21156 in view-return-to-alist if there already is one.
21157
21158 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
21159 make sure the current buffer is the expected one.
21160
21161 * novice.el (disabled-command-function): Output in *Disabled Command*.
21162 Explicitly ignore non-keyboard events, and explicitly handle C-g.
21163
21164 * textmodes/flyspell.el (flyspell-large-region):
21165 Pass args differently for aspell.
21166
21167 * files.el (mode-require-final-newline): Doc fix.
21168
21169 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21170
21171 * progmodes/which-func.el (which-function):
21172 Specify NOERROR when calling imenu--make-index-alist.
21173
21174 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
21175
21176 * simple.el (normal-erase-is-backspace): Define default value.
21177
21178 * custom.el (custom-theme-set-variables): Remove unused var
21179 `immediate'.
21180 (custom-reevaluate-setting): Simple function to handle variables
21181 that are defined before their default value can really be
21182 computed.
21183
21184 * startup.el (command-line): Use it for temporary-file-directory,
21185 small-emporary-file-directory, auto-save-file-name-transforms,
21186 blink-cursor-mode, and normal-erase-is-backspace.
21187
21188 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
21189 progress, even with buggy anchored keywords.
21190
21191 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
21192
21193 * simple.el (goto-line): Remove unbalanced final parenthesis.
21194
21195 2005-03-05 Richard M. Stallman <rms@gnu.org>
21196
21197 * simple.el (goto-line): Use a number at point as the default.
21198 With C-u as arg, switch buffers.
21199
21200 2005-03-05 Juri Linkov <juri@jurta.org>
21201
21202 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
21203 with `no-blinking-cursor'.
21204
21205 * startup.el (no-blinking-cursor): New defvar.
21206 (command-line): Add `--no-blinking-cursor' to longopts.
21207 Set `no-blinking-cursor' to t for command line arguments
21208 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
21209 with `no-blinking-cursor' in the condition for calling
21210 `blink-cursor-mode'.
21211
21212 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
21213
21214 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
21215 (menu-bar-options-save): Add blink-cursor-mode.
21216 (menu-bar-options-menu): Add blink-cursor-mode.
21217
21218 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
21219
21220 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
21221 (icalendar-export-file, icalendar-export-region)
21222 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
21223 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
21224
21225 2005-03-04 Lute Kamstra <lute@gnu.org>
21226
21227 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
21228 (debug-function-list): Ditto.
21229
21230 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
21231
21232 * textmodes/texinfmt.el (texinfo-append-refill):
21233 Redefine the types of line to which @refill
21234 is not appended by replacing a search for `@refill\\|@bye' with
21235 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
21236 itemize@refill' bug and the unfilled long lines bug.
21237 (texinfmt-version): Update number and date.
21238
21239 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21240
21241 * international/code-pages.el (windows-1250, windows-125[2-8])
21242 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
21243
21244 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21245
21246 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
21247 bound yet.
21248
21249 2005-03-02 Romain Francoise <romain@orebokech.com>
21250
21251 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
21252 buffer after removing limits.
21253 (ibuffer-pop-filter): Ditto.
21254 Update copyright.
21255
21256 2005-03-02 Miles Bader <miles@gnu.org>
21257
21258 * button.el (make-text-button): If the user doesn't specify a
21259 type, use the default. Rewrite to use `add-text-properties' and
21260 plist functions.
21261
21262 2005-03-01 Lute Kamstra <lute@gnu.org>
21263
21264 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
21265 (debugger-jumping-flag): New var.
21266 (debug-entry-code): Use it.
21267 (debugger-jump): Use debugger-jumping-flag and add
21268 debugger-reenable to post-command-hook.
21269 (debugger-reenable): Use debugger-jumping-flag and remove itself
21270 from post-command-hook.
21271 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21272 debugger-reenable.
21273
21274 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
21275
21276 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21277 inclusion of "itemize\\|", which may be unnecessary, is certainly
21278 inelegant, and stops refilling in itemize lists when formatting
21279 Japanese Texinfo files to Info.
21280 Update copyright to 2005.
21281
21282 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
21283
21284 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21285 of an error if GDB can't find the source file.
21286
21287 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21288
21289 * calendar/calendar.el (redraw-calendar): Work from any buffer,
21290 not just the calendar.
21291
21292 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21293 first.
21294 (diary-redraw-calendar): New function.
21295 (make-diary-entry): Add diary-redraw-calendar to local
21296 write-contents-functions. Turn off selective display before
21297 inserting in diary.
21298
21299 2005-03-01 Kim F. Storm <storm@cua.dk>
21300
21301 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21302
21303 2005-03-01 Lute Kamstra <lute@gnu.org>
21304
21305 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21306 that debug-entry-code can be safely removed from a function while
21307 this code is being evaluated. Revert the 2005-02-27 change as the
21308 new implementation no longer requires it. Make sure that a
21309 function body containing just a string is not mistaken for a docstring.
21310 (debug): Skip one more frame in case of debug on entry.
21311 (debugger-setup-buffer): Delete one more frame line in case of
21312 debug on entry.
21313 (debugger-frame-number): Update to use the new text introduced by
21314 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21315
21316 2005-02-28 Kim F. Storm <storm@cua.dk>
21317
21318 * double.el (double-translate-key): Call force-window-update after
21319 read-event to avoid crash in redisplay.
21320
21321 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21322
21323 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21324 (debug): Use it. Move the inhibit-trace earlier.
21325 (debug-entry-code): New const.
21326 (debug-on-entry-1): Use it.
21327
21328 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21329
21330 * international/utf-16.el (ccl-encode-mule-utf-16le):
21331 Fix BUFFER_MAGNIFICATION to 2.
21332 (ccl-encode-mule-utf-16be): Likewise.
21333
21334 2005-02-28 Kenichi Handa <handa@m17n.org>
21335
21336 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21337 Fix BUFFER_MAGNIFICATION to 4.
21338 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21339
21340 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21341
21342 * speedbar.el (speedbar-update-flag): Doc fix.
21343 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21344 argument.
21345
21346 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21347
21348 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21349 have a non-nil `invisible' property but are actually visible.
21350
21351 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21352 for perldoc sections.
21353 (perl-outline-regexp, perl-outline-level): New var and function.
21354 (perl-mode): Use them.
21355
21356 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21357
21358 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21359 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21360
21361 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21362
21363 * cus-edit.el: Comment change.
21364 (custom-buffer-create-internal): Slightly reword text at top of
21365 Custom buffers. Mention there that saving an option edits the
21366 init file. Add link to Emacs manual node on `custom-file'.
21367 (custom-magic-alist): Rewrite individual State messages to use
21368 capitalized keywords. Doc fix.
21369
21370 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21371
21372 * calendar/calendar.el (calendar-buffer): Move above
21373 calendar-week-start-day.
21374 (calendar-week-start-day): Doc fix. Add :set function.
21375 (calendar-minimum-window-height): New variable.
21376 (generate-calendar-window): Only resize window if selected-window
21377 is displaying the calendar buffer. Use new variable
21378 calendar-minimum-window-height.
21379 (generate-calendar): Reword error message.
21380 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21381
21382 2005-02-27 Andreas Schwab <schwab@suse.de>
21383
21384 * vc.el (vc-do-command): Don't run command asynchronously when
21385 operating in a remote directory.
21386
21387 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21388 change from sync with Tramp 2.0.47.
21389
21390 2005-02-27 Richard M. Stallman <rms@gnu.org>
21391
21392 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21393
21394 * textmodes/flyspell.el (flyspell-mode-on):
21395 Call ispell-change-dictionary only if necessary.
21396
21397 * emacs-lisp/re-builder.el (regexp-builder): New function.
21398
21399 * register.el (describe-register-1): Explicitly handle
21400 yank-excluded-properties = t.
21401
21402 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21403 (custom-magic-alist): Change the status descriptions again.
21404 (face widget-type): Total rewrite based on `restricted-sexp'
21405 to eliminate the confusing double hiding levels.
21406
21407 * emacs-lisp/debug.el (debug-on-entry-1):
21408 If function body is empty, add nil as body form.
21409
21410 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21411
21412 * emacs-lisp/trace.el (inhibit-trace): New var.
21413 (trace-make-advice): Use it.
21414
21415 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21416
21417 2005-02-26 Kim F. Storm <storm@cua.dk>
21418
21419 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21420 (mouse-on-link-p, mouse-drag-region-1): Use it.
21421
21422 2005-02-25 Lute Kamstra <lute@gnu.org>
21423
21424 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21425
21426 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21427
21428 * frame.el (blink-cursor-mode): Add :group keyword.
21429
21430 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21431
21432 * calendar/icalendar.el (icalendar--decode-isodatetime):
21433 New optional argument DAY-SHIFT.
21434 (icalendar-export-region): Fix coding-system-for-write.
21435 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21436 events by one.
21437
21438 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21439
21440 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21441
21442 2005-02-24 Kim F. Storm <storm@cua.dk>
21443
21444 * international/iso-acc.el (iso-accents-compose): Fix crash
21445 during redisplay. Call force-window-update after read-event
21446 and delete-region to signal that window is not accurate.
21447
21448 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21449
21450 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21451 Remove unused and inexistent var `inhibit-trace'.
21452 (debugger-mode): Use run-mode-hooks.
21453 (debugger-list-functions): Add buttons; setup xref stack.
21454
21455 2005-02-23 Richard M. Stallman <rms@gnu.org>
21456
21457 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21458 appointment says it was explicitly made.
21459 (appt-add): Set the 3rd element.
21460 (appt-make-list): Preserve explicit appointments.
21461
21462 * subr.el (find-tag-default): Catch errors in forward-sexp.
21463
21464 2005-02-23 Juri Linkov <juri@jurta.org>
21465
21466 * info.el (Info-isearch-search): New defcustom.
21467 (Info-isearch-search): Call the default isearch function
21468 when Info-isearch-search is nil.
21469 (Info-isearch-wrap): Use variable Info-isearch-search.
21470
21471 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21472
21473 * cus-edit.el: Comment change.
21474
21475 2005-02-22 Kim F. Storm <storm@cua.dk>
21476
21477 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21478 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21479
21480 2005-02-22 Simon Josefsson <jas@extundo.com>
21481
21482 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21483 New variable.
21484 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21485 Oskarsson" <myrkraverk@users.sourceforget.net>.
21486
21487 2005-02-22 Kim F. Storm <storm@cua.dk>
21488
21489 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21490 check that window of that event is the selected window.
21491 (mouse-drag-region-1): Compare mouse event window to selected
21492 window before setting point.
21493
21494 * tooltip.el (tooltip-show-help-function): Pass event to
21495 mouse-on-link-p so it can check selected window.
21496
21497 2005-02-22 Kenichi Handa <handa@m17n.org>
21498
21499 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21500 (ps-mule-show-warning): New function.
21501 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21502 characters are found.
21503
21504 * ps-print.el (ps-header-footer-string): Return a list of header
21505 and footer strings.
21506
21507 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21508
21509 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21510
21511 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21512
21513 * frame.el (blink-cursor-mode): Use define-minor-mode.
21514
21515 * term/mac-win.el (function-key-map): Use char-names more consistently.
21516 (file-name-coding-system): Only set it for MacOS-9. The other case is
21517 already handled in mule-cmds.el (where it also works when mac-win.el
21518 is not used).
21519
21520 2005-02-21 Kenichi Handa <handa@m17n.org>
21521
21522 * international/mule.el (ctext-pre-write-conversion): Always use
21523 " *code-converting-work*" buffer for work.
21524
21525 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21526
21527 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21528
21529 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21530
21531 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21532
21533 * ses.el (undo-more): Restore defadvice, but only the part that
21534 allows changes outside the restricted area of the buffer.
21535
21536 2005-02-20 Kim F. Storm <storm@cua.dk>
21537
21538 * simple.el (line-move): Add fourth optional arg try-vscroll which
21539 must be set to perform auto-window-vscroll.
21540 When moving backwards and doing auto-window-vscroll, automatically
21541 vscroll to the last part of lines which are taller than the window.
21542 (next-line, previous-line): Set try-vscroll arg on line-move.
21543
21544 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21545
21546 * replace.el (query-replace, query-replace-regexp)
21547 (replace-string, replace-regexp): When operating on region, make
21548 the minibuffer prompt say so.
21549
21550 * isearch.el (isearch-forward): Document isearch-query-replace and
21551 isearch-query-replace-regexp keybindings.
21552
21553 2005-02-19 Jay Belanger <belanger@truman.edu>
21554
21555 * calc/calc-aent.el (math-read-token): Add local variable.
21556
21557 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21558 (calc-edit-top): Move declaration to earlier in file.
21559 (calc-edit-macro-repeats): Add local variables.
21560
21561 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21562 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21563 calcFunc-tanh.
21564 Adjust integration rule for calcFunc-tan.
21565
21566 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21567
21568 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21569 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21570 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21571 (viper-skip-separators): Bug fix.
21572 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21573 particular major mode.
21574 (viper-del-backward-char-in-replace): Don't put deleted char on the
21575 kill ring.
21576
21577 * viper-ex.el (viper-color-display-p): New function.
21578 (viper-has-face-support-p): Use viper-color-display-p.
21579
21580 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21581
21582 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21583
21584 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21585 (viper-file-remote-p): Make equivalent to file-remote-p.
21586
21587 * viper.el (viper-major-mode-modifier-list):
21588 Use viper-gnus-modifier-map.
21589
21590 2005-02-19 David Kastrup <dak@gnu.org>
21591
21592 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21593 quoting.
21594
21595 2005-02-19 Jay Belanger <belanger@truman.edu>
21596
21597 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21598 Remove extra definitions.
21599 (calc-coth): New function.
21600 (calcFunc-cot): Fix `let'.
21601
21602 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21603
21604 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21605 the reasons we use "type pc" in these faces.
21606
21607 * button.el (button): Ditto.
21608
21609 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21610
21611 * replace.el (query-replace-read-from): Set the value of
21612 query-replace-from-history-variable to handle the case of an empty
21613 string entered to accept the suggested default.
21614
21615 * net/tramp.el (tramp-file-name-for-operation):
21616 Use dired-call-process instead of dired-call-process-command.
21617
21618 2005-02-19 Jay Belanger <belanger@truman.edu>
21619
21620 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21621 (math-div-non-trig): New variables.
21622 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21623 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21624 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21625 trig expressions.
21626
21627 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21628
21629 * progmodes/gdb-ui.el (gdb-var-update-handler)
21630 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21631 for watch expressions,
21632 (gdb-var-create-handler): Don't set speedbar-update-flag.
21633 (gdb-post-prompt): Simplify test for speedbar.
21634
21635 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21636
21637 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21638 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21639 we use the syntax table of the correct buffer.
21640 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21641 Felix Gatzemeier.
21642
21643 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21644 (ediff-file-remote-p): Make synonymous with file-remote-p.
21645 In all deffaces ediff-*-face-*, use min-colors.
21646
21647 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21648 ediff-recurse-to-subdirectories.
21649 (ediff-mark-if-equal): Check that the arguments are strings, use
21650 ediff-same-contents (after to Felix Gatzemeier).
21651
21652 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21653 nil.
21654
21655 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21656
21657 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21658
21659 2005-02-18 David Kastrup <dak@gnu.org>
21660
21661 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21662 use `mark-active' when defined.
21663
21664 2005-02-18 Kenichi Handa <handa@m17n.org>
21665
21666 * ps-print.el (ps-font-info-database): New entry
21667 ZapfChancery-MediumItalic with correct font name. Fix font name
21668 of the entry Zapf-Chancery-MediumItalic.
21669
21670 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21671
21672 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21673
21674 2005-02-16 Kim F. Storm <storm@cua.dk>
21675
21676 * ido.el (ido-fallback-command): Pass user input to fallback command.
21677
21678 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21679
21680 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21681 (gdb-find-file-hook): Add server prefix.
21682
21683 2005-02-16 Richard M. Stallman <rms@gnu.org>
21684
21685 * replace.el (perform-replace): Pass new args to replace-highlight.
21686 (replace-highlight): Take region args,
21687 and pass them to isearch-lazy-highlight-new-loop.
21688
21689 * novice.el (disabled-command-hook): Autoload the defalias
21690 and the make-obsolete-variable call.
21691
21692 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21693
21694 * isearch.el (isearch-lazy-highlight-start-limit)
21695 (isearch-lazy-highlight-end-limit): New variables limit
21696 the region for highlighting.
21697 (isearch-lazy-highlight-new-loop): New args BEG and END.
21698 (isearch-lazy-highlight-search): Use the new vars.
21699 (isearch-lazy-highlight-update): Likewise.
21700
21701 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21702
21703 * cus-start.el (all): Use default-boundp.
21704
21705 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21706
21707 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21708
21709 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21710
21711 * autorevert.el (auto-revert-stop-on-user-input)
21712 (auto-revert-verbose): Doc fixes.
21713
21714 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21715
21716 * international/mule-cmds.el (set-locale-environment): Remove call
21717 to set-selection-coding-system on Windows.
21718
21719 2005-02-15 Jay Belanger <belanger@truman.edu>
21720
21721 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21722 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21723 calcFunc-coth.
21724 (math-simplify-sqrt): Add simplifications.
21725
21726 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21727 to list.
21728
21729 * calc/calc-ext.el: Add functions to autoloads.
21730
21731 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21732 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21733 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21734 (math-csc-raw, math-cot-raw): New functions.
21735
21736 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21737
21738 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21739 the variable name in a message.
21740
21741 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21742 calcFunc-csc, calcFunc-cot.
21743
21744 * calc/calcalg2.el: Add derivative and integration rules for
21745 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21746 calcFunc-csch, calcFunc-coth.
21747 (math-do-integral-methods): Add to checks for when to use
21748 substitutions.
21749
21750 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21751
21752 2005-02-15 Lute Kamstra <lute@gnu.org>
21753
21754 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21755 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21756 <monnier@iro.umontreal.ca>
21757 (lisp-outline-level): Improve efficiency. Suggested by David
21758 Kastrup <dak@gnu.org>.
21759
21760 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21761
21762 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21763 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21764 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21765 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21766 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21767
21768 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21769
21770 * cus-start.el (all): Comment change.
21771
21772 2005-02-14 Lute Kamstra <lute@gnu.org>
21773
21774 * cus-start.el (all): Check if symbol is void.
21775
21776 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21777
21778 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21779 optional argument to \cite.
21780
21781 2005-02-14 Richard M. Stallman <rms@gnu.org>
21782
21783 * cus-edit.el (custom-buffer-create-internal): Update help message.
21784 (custom-magic-alist): Update help messages.
21785
21786 * cus-start.el (all): Allow a var to specify a standard value.
21787
21788 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21789
21790 * custom.el (custom-theme-set-variables): Handle variable aliases.
21791
21792 * frame.el (blink-cursor-timer): Doc fix.
21793 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21794 declare obsolete.
21795 (blink-cursor-mode): Define with defcustom and use correct
21796 standard expression in that defcustom.
21797 * startup.el (command-line): Adapt to above changes in frame.el.
21798
21799 2005-02-11 Lute Kamstra <lute@gnu.org>
21800
21801 * apropos.el (apropos-score-doc): Prevent division by zero.
21802
21803 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21804
21805 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21806 (icalendar--get-event-property-attributes)
21807 (icalendar--get-event-properties)
21808 (icalendar--datetime-to-diary-date): New functions.
21809 (icalendar--split-value): Doc fix.
21810 (icalendar--datetime-to-noneuropean-date)
21811 (icalendar--datetime-to-european-date): New optional argument
21812 SEPARATOR. Return result as a string instead of a list.
21813 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21814 (icalendar--convert-string-for-export): Rename arg S to STRING.
21815 (icalendar-export-region): Doc fix. Change name of error buffer.
21816 Save output buffer.
21817 (icalendar-import-file): Add blank at end of prompt.
21818 (icalendar-import-buffer): Doc fix. Do not switch to error
21819 buffer. Indicate status in return value.
21820 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21821 buffer. Save output buffer. Handle exception from recurrence
21822 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21823 events. Fix problems with weekly all-day events.
21824
21825 2005-02-10 Richard M. Stallman <rms@gnu.org>
21826
21827 * simple.el (eval-expression-print-format):
21828 Avoid warning about edebug-active.
21829
21830 * help.el (help-for-help-internal): Rename from help-for-help.
21831 (help-for-help): Define with defalias.
21832
21833 * font-core.el (font-lock-default-function): Use with-no-warnings.
21834
21835 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21836
21837 * custom.el (defface): Doc fix.
21838
21839 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21840
21841 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21842 width 0" to prevent word wrapping problems.
21843
21844 2005-02-09 Kim F. Storm <storm@cua.dk>
21845
21846 * ido.el (ido-file-extensions-order): New defcustom.
21847 (ido-file-extension-lessp, ido-file-extension-aux)
21848 (ido-file-extension-order): New advanced file ordering.
21849 (ido-file-lessp): New simple file ordering.
21850 (ido-sort-list): Remove.
21851 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21852 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21853
21854 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21855
21856 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21857 that some versions of grep produce.
21858 (grep-mode-font-lock-keywords): Likewise.
21859
21860 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21861
21862 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21863 (gdb-cdir): Delete.
21864 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21865 (gdb-source-info): Treat case when source file is in another
21866 directory properly.
21867 (gdb-get-location): New function.
21868
21869 2005-02-07 Jay Belanger <belanger@truman.edu>
21870
21871 * calc/calc-prog.el (calc-write-parse-table-part)
21872 (calc-fix-token-name): Fix a check for language type.
21873
21874 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21875
21876 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21877
21878 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21879 as directory not writable.
21880
21881 2005-02-07 Kim F. Storm <storm@cua.dk>
21882
21883 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21884 (cua--standard-movement-commands): Remove list.
21885 Instead, set CUA property value to move for movement commands.
21886 (cua-movement-commands): Remove. Users must set CUA prop instead.
21887 (cua--pre-command-handler): Check CUA property.
21888 (cua--init-keymaps): Don't remap undo commands.
21889 (cua-mode): Don't call cua--rectangle-on-off.
21890
21891 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21892 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21893 (cua--rect-undo-set-point): New var.
21894 (cua--rectangle-undo-boundary): Setup undo apply entry.
21895 (cua--rect-undo-handler): New function for rectangle undo.
21896 (cua--rect-start-position, cua--rect-end-position): Add.
21897 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21898 for restored rectangle. Set point if cua--rect-undo-set-point.
21899
21900 2005-02-06 Jay Belanger <belanger@truman.edu>
21901
21902 * calc/calc-lang.el (calc-tex-language): Display more information
21903 in messages.
21904
21905 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21906 in TeX mode.
21907
21908 2005-02-06 Richard M. Stallman <rms@gnu.org>
21909
21910 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21911
21912 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21913
21914 * net/ldap.el (ldap-search-internal): Support attributes with
21915 optional descriptions separated by a semi-colon, as in
21916 "userCertificate;binary".
21917
21918 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21919
21920 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21921 isn't a cons (i.e. the version is 0).
21922
21923 2005-02-05 Eli Zaretskii <eliz@gnu.org>
21924
21925 * help.el (help-for-help): Doc fix.
21926
21927 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
21928
21929 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
21930 GDB-Windows on the menu-bar as this works better.
21931
21932 2005-02-04 Jay Belanger <belanger@truman.edu>
21933
21934 * calc/calc-embed.el (calc-embedded-update): Don't put in
21935 unnecessary newlines. Adjust the end of formula marker.
21936
21937 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21938 (math-latex-parse-two-args): New function.
21939
21940 2005-02-03 Lute Kamstra <lute@gnu.org>
21941
21942 * help-fns.el (help-with-tutorial): Make sure that users cannot
21943 remove the entire text of the tutorial by means of `undo'.
21944
21945 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
21946
21947 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21948 in recent changes, where the ispell process was repeatedly
21949 killed & restarted.
21950
21951 * international/mule-cmds.el (set-locale-environment): Set file-name
21952 coding system to utf-8 on Darwin systems.
21953 (set-default-coding-systems): Don't set default-file-name-coding-system
21954 on Darwin systems.
21955
21956 2005-02-03 Richard M. Stallman <rms@gnu.org>
21957
21958 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21959
21960 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
21961
21962 * faces.el (list-faces-display): Add optional argument.
21963
21964 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21965
21966 * font-core.el (font-lock-default-function): Handle the rare case where
21967 only font-lock-keywords is set.
21968
21969 2005-02-02 Kenichi Handa <handa@m17n.org>
21970
21971 * international/characters.el: Cancel previous change for
21972 I-WITH-DOT-ABOVE and DOTLESS-i.
21973
21974 * international/latin-5.el: Cancel previous change.
21975
21976 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21977
21978 * progmodes/gud.el: Correction to syntax in gud-menu-map.
21979
21980 2005-02-02 Kenichi Handa <handa@m17n.org>
21981
21982 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21983 DOTLESS-i.
21984
21985 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21986 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21987
21988 * case-table.el (get-upcase-table): New function.
21989 (copy-case-table): Copy upcaes table too if non-nil.
21990 (set-case-syntax-delims): Maintain upcase table too.
21991 (set-case-syntax-pair): Likewise.
21992 (set-upcase-syntax, set-downcase-syntax): New functions.
21993 (set-case-syntax): Maintain upcase table too.
21994
21995 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21996
21997 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21998
21999 * progmodes/gud.el (gud-goto-info): New function.
22000 (gud-tool-bar-map): Use correct icon.
22001
22002 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
22003
22004 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
22005 When delegating, order args in the funcall correctly.
22006
22007 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
22008
22009 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
22010
22011 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
22012
22013 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
22014 buffer not visiting a file.
22015
22016 2005-01-31 Jay Belanger <belanger@truman.edu>
22017
22018 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
22019 bound on the line with the formula.
22020
22021 2005-01-31 Kim F. Storm <storm@cua.dk>
22022
22023 * ses.el (ses-create-cell-variable-range)
22024 (ses-destroy-cell-variable-range, ses-reset-header-string)
22025 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
22026 (ses-insert-row): Fix format of apply undo entries.
22027
22028 2005-01-31 Jay Belanger <belanger@truman.edu>
22029
22030 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
22031 parts.
22032
22033 * calc/calc-embed.el (calc-embedded-open-formula)
22034 (calc-embedded-close-formula): Ignore matrix environments.
22035
22036 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
22037 TeX mode.
22038
22039 * calc/calc-lang.el (math-function-table, math-oper-table)
22040 (math-variable-table): Adjust the LaTeX portions.
22041
22042 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
22043 (math-latex-ignore-words): New constant.
22044
22045 2005-01-31 Richard M. Stallman <rms@gnu.org>
22046
22047 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
22048 (ispell-local-dictionary): Doc fix.
22049 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
22050 Don't reinitialize at run time. Don't defcustom.
22051 All uses changed to append ispell-local-dictionary-alist,
22052 or check it first.
22053 (ispell-current-dictionary): New variable for dictionary in use.
22054 (ispell-dictionary): Now used only for global default.
22055 (ispell-start-process): Set ispell-current-dictionary,
22056 not ispell-dictionary.
22057 (ispell-change-dictionary): Use this only for setting
22058 user preferences.
22059 (ispell-internal-change-dictionary): New function
22060 to change the current dictionary in use.
22061 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
22062 Use ispell-current-dictionary.
22063 Handle ispell-local-dictionary-overridden.
22064 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
22065
22066 2005-01-31 Jay Belanger <belanger@truman.edu>
22067
22068 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
22069
22070 * calc/calc-ext.el: Add calc-latex-language to autoloads.
22071 (calc-mode-map): Add calc-latex-language.
22072
22073 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
22074 (math-latex-print-frac): New functions.
22075 (math-oper-table, math-function-table, math-variable-table)
22076 (math-complex-format, math-input-filter): Add latex properties.
22077 (calc-set-language): Set math-expr-special-function-mapping.
22078
22079 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
22080 (calc-write-parse-table-part): Add LaTeX support.
22081
22082 * calc/calc.el (calc-language): Adjust docstring.
22083 (calc-set-mode-line): Add LaTeX support.
22084 (math-expr-special-function-mapping): New variable.
22085 (math-tex-ignore-words): Add to list.
22086
22087 * calc/calccomp.el (math-compose-expr, math-compose-rows):
22088 Add LaTeX support.
22089 (math-compose-expr): Add support for special functions.
22090
22091 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
22092
22093 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
22094
22095 * progmodes/gdb-ui.el (gdb-memory-address)
22096 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
22097 (gdb-memory-mode-map, gdb-memory-format-keymap)
22098 (gdb-memory-format-menu, gdb-memory-unit-keymap)
22099 (gdb-memory-unit-menu): New variables for a buffer
22100 that lets the user examine program memory.
22101 (gdb-memory-set-address, gdb-memory-set-repeat-count)
22102 (gdb-memory-format-binary, gdb-memory-format-octal)
22103 (gdb-memory-format-unsigned, gdb-memory-format-signed)
22104 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
22105 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
22106 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22107 (gdb-memory-unit-byte, gdb-memory-unit-menu)
22108 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
22109 (gdb-memory-mode, gdb-memory-buffer-name)
22110 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
22111 New functions for above buffer.
22112
22113 2005-01-30 Richard M. Stallman <rms@gnu.org>
22114
22115 * cus-edit.el (custom-bury-buffer): Function deleted.
22116 (custom-buffer-done-function): Option deleted.
22117 (custom-buffer-done-kill): New replacement option.
22118 (Custom-buffer-done): Call quit-window.
22119 (custom-buffer-create-internal): Update for above changes.
22120
22121 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
22122
22123 * simple.el (undo-ask-before-discard): New var.
22124 (undo-outer-limit-truncate): Implement it.
22125 (undo-extra-outer-limit): Doc update.
22126
22127 2005-01-29 Richard M. Stallman <rms@gnu.org>
22128
22129 * ses.el (undo-more): Delete defadvice.
22130 (ses-begin-change): Doc fix.
22131
22132 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
22133 instead of rebinding C-x u and C-_.
22134
22135 * files.el (normal-backup-enable-predicate): Return nil for files
22136 in /tmp, regardless of temporary-file-directory.
22137
22138 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
22139
22140 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
22141 (open-rectangle, delete-whitespace-rectangle-line)
22142 (clear-rectangle-line): If FILL, pass t instead of FILL
22143 for move-to-column's 2nd arg.
22144
22145 * simple.el (undo): Fix the test for continuing a series of undos.
22146 (undo-more): Set pending-undo-list to t when we reach end.
22147 (pending-undo-list): Move up defvar.
22148
22149 * wid-edit.el (widget-button-click):
22150 Shorten the range of the track-mouse binding.
22151
22152 * comint.el (comint-insert-input): Undo previous changes;
22153 use last-input-event in interactive spec.
22154
22155 2005-01-29 Eli Zaretskii <eliz@gnu.org>
22156
22157 * progmodes/compile.el (compilation-start): Bind buffer-read-only
22158 to nil before invoking call-process. Reset buffer's modified flag
22159 after fontifying it in the no-async branch.
22160
22161 * wid-edit.el (widget-specify-button): If mouse pointer shape
22162 cannot be changed, use mouse face instead.
22163
22164 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
22165
22166 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22167 (gdb-goto-breakpoint): Make breakpoint handling work on template
22168 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
22169 (gdb-assembler-custom): Update to recognize breakpoint information
22170 added on 2005-01-19.
22171
22172 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
22173
22174 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
22175 (dsssl-mode): Use define-derived-mode.
22176 (scheme-mode-initialize): Remove.
22177 (scheme-mode): Use run-mode-hooks.
22178
22179 * cus-edit.el (customize-group-other-window)
22180 (custom-buffer-create-other-window): Don't override special-display-*.
22181 (custom-mode-map): Make it dense.
22182
22183 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
22184 sets the default value.
22185
22186 2005-01-28 Eli Zaretskii <eliz@gnu.org>
22187
22188 * descr-text.el: Add more keywords.
22189
22190 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
22191
22192 * speedbar.el: Avoid unnecessary use of locate-library.
22193
22194 * international/mule-cmds.el (standard-display-european-internal):
22195 Don't fiddle with latin-1 non-break space any more since it's now
22196 special cased in the C code.
22197 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
22198
22199 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
22200
22201 * cus-start.el (all): Add `undo-outer-limit'.
22202
22203 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22204
22205 * textmodes/bibtex.el (bibtex-format-entry):
22206 Use `bibtex-empty-field-re' only on the text of fields, not on entire
22207 field lines.
22208 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
22209 not on part of a buffer.
22210
22211 2005-01-25 Lute Kamstra <lute@gnu.org>
22212
22213 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
22214 nonempty field text strings like "{letters\\macro{}more letters}".
22215 Clarify docstring.
22216 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
22217 (bibtex-entry-offset, bibtex-parse-association)
22218 (bibtex-parse-field-name): Fix typos in docstrings.
22219 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
22220
22221 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
22222
22223 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
22224 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
22225 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
22226 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
22227
22228 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
22229 isearch minor mode.
22230
22231 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
22232
22233 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
22234
22235 2005-01-24 Lute Kamstra <lute@gnu.org>
22236
22237 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
22238 CASECHARS and NOT-CASECHARS regular expressions of the
22239 "nederlands" and "nederlands8" dictionaries to prevent a "Range
22240 striding over charsets" error.
22241
22242 2005-01-24 Jay Belanger <belanger@truman.edu>
22243
22244 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
22245 display variable name.
22246
22247 2005-01-24 Kenichi Handa <handa@m17n.org>
22248
22249 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
22250 Fix setting of the element of encoded-kbd-iso2022-invocations.
22251
22252 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
22253
22254 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22255 (gdb-threads-select): Change to also accept mouse events.
22256 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
22257 (gdb-threads-mouse-select): Delete.
22258
22259 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
22260
22261 * files.el (insert-directory): Take care of empty directory,
22262 listed without -a switch.
22263
22264 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
22265
22266 * textmodes/refill.el (refill-post-command-function):
22267 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
22268 to the list of functions that we should be careful not to undo.
22269 (refill-late-fill-paragraph-function): Remove.
22270 (refill-saved-state): New var.
22271 (refill-mode): Use it to save fill-paragraph-function.
22272 Save also the value of auto-fill-function.
22273
22274 * term/w32-win.el: Simplify code.
22275
22276 2005-01-23 Kim F. Storm <storm@cua.dk>
22277
22278 * simple.el (line-move): Adapt to new return value from
22279 pos-visible-in-window-p.
22280
22281 * simple.el (line-move): Fix last change. Check partial
22282 visibility at point rather than at window-start.
22283
22284 2005-01-22 Jason Rumney <jasonr@gnu.org>
22285
22286 * term/w32-win.el (xw-defined-colors): Remove debug-message.
22287
22288 2005-01-22 David Kastrup <dak@gnu.org>
22289
22290 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22291
22292 2005-01-22 Eli Zaretskii <eliz@gnu.org>
22293
22294 * type-break.el (type-break-mode): Add a test for
22295 type-break-file-name being non-nil.
22296
22297 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
22298
22299 * net/eudc.el (top level): Call (message "") via progn, so that
22300 eudc-options-file is loaded.
22301
22302 2005-01-22 Kim F. Storm <storm@cua.dk>
22303
22304 * simple.el (line-move-1): Rename from line-move.
22305 (line-move): New function that adjusts vscroll for partially
22306 visible rows, and calls line-move-1 otherwise.
22307
22308 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22309
22310 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22311 since it's not a complete read-event implementation
22312
22313 2005-01-20 Jay Belanger <belanger@truman.edu>
22314
22315 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22316 for called function.
22317
22318 2005-01-20 Steven Tamm <steventamm@mac.com>
22319
22320 * term/mac-win.el (process-connection-type): Remove.
22321 Controlled now by s/darwin.h:PTY_ITERATION.
22322
22323 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22324
22325 * window.el (handle-select-window): Don't switch window when we're
22326 in the minibuffer.
22327
22328 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22329
22330 * subr.el (dotimes-with-progress-reporter): New macro.
22331
22332 * ses.el (ses-dotimes-msg): Remove macro.
22333 Use `dotimes-with-progress-reporter' instead.
22334
22335 2005-01-19 Steven Tamm <steventamm@mac.com>
22336
22337 * term/mac-win.el (process-connection-type): Use new
22338 operating-system-release variable to use ptys on Darwin 7 (OS X
22339 10.3) when using carbon build.
22340
22341 2005-01-19 Jay Belanger <belanger@truman.edu>
22342
22343 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22344 flags if the last command was a tab or M-tab.
22345
22346 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22347 in formula editing buffer.
22348
22349 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22350
22351 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22352 breakpoint image symbol in margin.
22353
22354 2005-01-19 Jay Belanger <belanger@truman.edu>
22355
22356 * calc/calc-prog.el (calc-execute-kbd-macro):
22357 Ignore calc-keep-arg-flag.
22358
22359 2005-01-19 Kenichi Handa <handa@m17n.org>
22360
22361 * textmodes/ispell.el (ispell-looking-at): New function.
22362 (ispell-process-line): Use ispell-looking-at to compare the ispell
22363 output and the buffer contents.
22364
22365 2005-01-18 Jay Belanger <belanger@truman.edu>
22366
22367 * calc/calc.el (calc-display-raw): Fix docstring.
22368
22369 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22370
22371 * simple.el (blink-matching-open): Strip extra info from syntax.
22372
22373 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22374 funny chars in the end-of-here-doc marker.
22375
22376 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22377
22378 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22379 that enable/disabled state of breakpoints is shown correctly in
22380 fringe and on ttys.
22381 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22382 Add breakpoint information as text properties.
22383 (gdb-mouse-toggle-breakpoint):
22384 Rename to gdb-mouse-set-clear-breakpoint.
22385 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22386 breakpoints in the margin.
22387 (gdb-remove-strings): Simplify.
22388
22389 2005-01-17 Jay Belanger <belanger@truman.edu>
22390
22391 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22392 erasing buffer.
22393
22394 2005-01-17 Richard M. Stallman <rms@gnu.org>
22395
22396 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22397 for calling grep-compute-defaults.
22398
22399 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22400 if buffer is empty.
22401
22402 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22403
22404 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22405
22406 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22407
22408 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22409 non-preloaded variables.
22410
22411 2005-01-17 Steven Tamm <steventamm@mac.com>
22412
22413 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22414 tex-shell cause to force interactivity when using pipes.
22415
22416 2005-01-17 Kim F. Storm <storm@cua.dk>
22417
22418 * simple.el (just-one-space): Make arg optional.
22419
22420 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22421
22422 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22423 posn-at-x-y to t to access left-margin.
22424
22425 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22426
22427 Sync with Tramp 2.0.47.
22428
22429 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22430 catching keep-date problems in cp/scp operations.
22431 (tramp-handle-copy-file): Don't call `set-file-modes'
22432 unconditionally. Specialized functions should know better what is
22433 necessary. This improves performance a little bit, and the
22434 functions could catch errors with `cp -p' and `scp -p'.
22435 (tramp-do-copy-or-rename-file-via-buffer)
22436 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22437 when appropriate.
22438 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22439 Call `set-file-modes' when appropriate.
22440 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22441 Johnsson <isak@hypergene.com>
22442 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22443 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22444 <joakim@verona.se>
22445 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22446 Emacs only.
22447
22448 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22449 `find-file-hooks' and `dired-mode-hook'.
22450 (tramp-minor-mode-map): Respective map. Add remapping for
22451 `compile' and `recompile'.
22452 (tramp-remap-command, tramp-recompile): New defuns.
22453 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22454 in buffer "*Compilation*". Call the commands asynchronously.
22455
22456 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22457 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22458 `shell-command', because it isn't magic in XEmacs. Reported by
22459 Adrian Aichner <adrian@xemacs.org>.
22460
22461 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22462 `substitute-in-file-name.
22463 (tramp-smb-handle-substitute-in-file-name): New defun.
22464 (tramp-smb-advice-PC-do-completion): Delete advice.
22465
22466 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22467
22468 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22469 Fix error in deleting region.
22470
22471 2005-01-15 Richard M. Stallman <rms@gnu.org>
22472
22473 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22474 In non-temp buffer, switch syntax table temporarily.
22475
22476 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22477
22478 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22479
22480 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22481
22482 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22483 (imenu--generic-function): Use START, not BEG, as pos of definition.
22484
22485 * simple.el (just-one-space): Argument specifies number of spaces.
22486
22487 * simple.el (eval-expression-print-format): Avoid warning
22488 about edebug-active.
22489
22490 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22491
22492 * progmodes/sh-script.el: Code copied from make-mode.el
22493 with small changes,
22494 (sh-mode-map): Bind C-c C-\.
22495 (sh-backslash-column, sh-backslash-align): New variables.
22496 (sh-backslash-region, sh-append-backslash): New functions.
22497
22498 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22499
22500 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22501 (rmail-pop-password, rmail-pop-password-required): Move to
22502 rmail-obsolete group.
22503 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22504 All callers updated.
22505 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22506 Take an argument specifying whether it is POP or IMAP mailbox we
22507 are using. All callers updated.
22508 (rmail-pop-password-error): Rename to
22509 rmail-remote-password-error. Added mailutils-specific error message.
22510 (rmail-movemail-search-path)
22511 (rmail-movemail-variant-in-use): New variables.
22512 (rmail-remote-password, rmail-remote-password-required):
22513 New customization variables.
22514 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22515 (rmail-parse-url): New function.
22516 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22517 with GNU mailutils movemail.
22518
22519 2005-01-15 Kevin Ryde <user42@zip.com.au>
22520
22521 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22522 suffix to space, $ or '$, to correctly position point when going
22523 to @table style constants like DBL_MAX.
22524
22525 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22526
22527 * type-break.el (type-break-mode, type-break-file-time)
22528 (type-break-file-keystroke-count, type-break-choose-file):
22529 Don't store data in or load data from the file if type-break-file-name
22530 is nil.
22531 (type-break-file-name): Doc update as per the above.
22532
22533 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22534
22535 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22536 lookup-key might return nil; handle that.
22537
22538 2005-01-15 Alan Mackenzie <acm@muc.de>
22539
22540 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22541 rather than the element found, thus enabling the tree to be setcar'd.
22542
22543 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22544
22545 * textmodes/org.el (org-show-following-heading): New option.
22546 (org-show-hierarchy-above): Use `org-show-following-heading'.
22547 (org-cycle): Documentation fix.
22548
22549 * textmodes/org.el (orgtbl-optimized): New option
22550 (orgtbl-mode): New command, a minor mode.
22551 (orgtbl-mode-map): New variable.
22552 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22553 (orgtbl-error, orgtbl-self-insert-command)
22554 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22555
22556 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22557 a local variable in each org-mode buffer.
22558
22559 * textmodes/org.el (org-set-regexps-and-options): Rename from
22560 `org-set-regexps'. Added checking for STARTUP keyword.
22561 (org-get-current-options): Add STARTUP options.
22562 (org-table-insert-row): Make mode intelligent about when
22563 realignment is needed.
22564 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22565 New commands.
22566 (org-enable-table-editor): New default value `optimized'.
22567 (org-table-blank-field): Support blanking regions if active.
22568
22569 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22570
22571 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22572 if the year is not given.
22573
22574 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22575 Add new escapes %m and %M, fixed bug with %F by adding
22576 save-match-data.
22577 (reftex-reference): Remove ?. from list of spaces.
22578 (reftex-label-info): Add automatic label prefix recognition.
22579
22580 * textmodes/reftex-index.el (reftex-index-next-phrase):
22581 Add slave parameter to call of `reftex-index-this-phrase'.
22582 (reftex-index-this-phrase): New optional argument.
22583 (reftex-index-region-phrases): Add slave parameter to call of
22584 `reftex-index-this-phrase'.
22585 (reftex-display-index): New argument redo.
22586 (reftex-index-rescan): Add `redo' to arguments of
22587 `reftex-display-index'.
22588 (reftex-index-Rescan, reftex-index-revert)
22589 (reftex-index-switch-index-tag): Add `redo' to arguments of
22590 `reftex-display-index'.
22591 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22592 indexing. Fix bug with matching is there is a quote before or
22593 after the word.
22594
22595 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22596 Fix bug when collecting citation keys in lines with comments.
22597 (reftex-citation): Prefix argument no longer rescans the document,
22598 but forces prompting for optional arguments of cite macros.
22599 (reftex-do-citation): Prompting for optional arguments implemented.
22600
22601 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22602 Add optional arguments to most cite commands.
22603 (reftex-cite-cleanup-optional-args): New option
22604 (reftex-cite-prompt-optional-args): New option.
22605 (reftex-trust-label-prefix): New option.
22606
22607 * textmodes/reftex-toc.el (reftex-toc-find-section):
22608 Add push-mark before changing the position in the buffer.
22609
22610 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22611 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22612
22613 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22614
22615 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22616 more carefully.
22617
22618 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22619
22620 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22621 (sgml-mode): Use it.
22622 (sgml-get-context): Better keep track of implicitly closed tags.
22623
22624 2005-01-13 Kenichi Handa <handa@m17n.org>
22625
22626 * textmodes/ispell.el: These changes are to fix misalignment error
22627 caused by equivalent characters of different Emacs charsets.
22628 (ispell-unified-chars-table): New variable.
22629 (ispell-get-decoded-string): New function.
22630 (ispell-get-casechars, ispell-get-not-casechars)
22631 (ispell-get-otherchars): Call ispell-get-decoded-string.
22632
22633 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22634
22635 * custom.el (custom-declare-variable): Just put symbol instead
22636 of (defvar . symbol) in `current-load-list'.
22637
22638 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22639
22640 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22641
22642 2005-01-12 Jay Belanger <belanger@truman.edu>
22643
22644 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22645 to create a Calc summary.
22646
22647 2005-01-12 Kim F. Storm <storm@cua.dk>
22648
22649 * mouse.el (mouse-on-link-p): Change functionality and doc
22650 string to comply with latest description in lisp ref.
22651
22652 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22653
22654 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22655 Enable mouse clicks on mode-line, header-line and margin.
22656 (event-type): Give mouse event symbols an `event-kind' property
22657 with value `mouse-click'.
22658
22659 2005-01-12 Juri Linkov <juri@jurta.org>
22660
22661 * facemenu.el (list-colors-display): Add new arg buffer-name.
22662 Use it. Fix docstring. Replace code for identifying duplicate
22663 colors by the name with call to `list-colors-duplicates' which
22664 identifies duplicate colors by the value unless the color
22665 is one of special Windows colors. Set truncate-lines to t.
22666 Print sorted duplicate color names on each line. Indent to 22
22667 \(the longest color name in rgb.txt) instead of 20. Optimize.
22668 (list-colors-duplicates): New function.
22669 (facemenu-color-name-equal): Delete function.
22670
22671 * facemenu.el (list-colors-print): New function created from code
22672 in list-colors-display. Print #RRGGBB at the window right edge.
22673 (list-colors-display): When temp-buffer-show-function is not
22674 defined, call list-colors-print from temp-buffer-show-hook
22675 to get the right value of window-width in list-colors-print
22676 after the buffer is displayed.
22677
22678 * simple.el (pop-mark): Move deactivate-mark out of conditional
22679 part to deactivate the active mark regardless of the state of the
22680 mark ring.
22681
22682 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22683 variables line in desktop files.
22684
22685 2005-01-12 Juri Linkov <juri@jurta.org>
22686
22687 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22688 Bring together isearch highlight related options.
22689 (lazy-highlight): Replace group `replace' by `matching'.
22690 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22691 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22692 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22693 and declare them obsolete.
22694 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22695 (isearch-faces): Remove defgroup.
22696 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22697 Move isearch highlighting code closer to lazy highlighting code.
22698
22699 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22700 (query-replace-highlight, query-replace-lazy-highlight)
22701 (query-replace): Move definitions to the beginning of the file.
22702
22703 2005-01-11 Juri Linkov <juri@jurta.org>
22704
22705 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22706 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22707 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22708
22709 * info.el (Info-history-forward): New variable.
22710 (Info-select-node): Reset Info-history-forward to nil.
22711 (Info-last): Turn into defalias.
22712 (Info-history-back): Rename from Info-last.
22713 Add current node to Info-history-forward.
22714 (Info-history-forward): New fun.
22715 (Info-mode-map): Replace Info-last by Info-history-back.
22716 Bind Info-history-forward to "r".
22717 (Info-mode-menu): Replace Info-last by Info-history-back.
22718 Fix menu item text. Add menu item for Info-history-forward.
22719 (info-tool-bar-map): Replace Info-last by Info-history-back.
22720 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22721 for Info-history-forward.
22722 (Info-mode): Replace Info-last by Info-history-back in docstring.
22723 Add local variable Info-history-forward.
22724 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22725
22726 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22727
22728 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22729 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22730 Ignore select-window events rather than fiddle with
22731 mouse-autoselect-window.
22732
22733 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22734
22735 * type-break.el (type-break-mode): Fix previous change.
22736
22737 2005-01-10 Jay Belanger <belanger@truman.edu>
22738
22739 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22740 calculator; only reset when point is inside a calculator.
22741 Don't adjust the window height if the window takes up the whole height
22742 of the frame.
22743
22744 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22745
22746 * ebuff-menu.el (Electric-buffer-menu-mode):
22747 Preserve value of buffer-local var header-line-format.
22748
22749 2005-01-09 Jay Belanger <belanger@truman.edu>
22750
22751 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22752 Make sure settings file exists before accessing it.
22753
22754 * calc/calc-embed.el (calc-embedded-subst):
22755 Replace math-multi-subst-rec, which is only supposed to be called
22756 by math-multi-subst, by math-multi-subst.
22757
22758 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22759
22760 * vc.el (vc-allow-async-revert): New user option.
22761 (vc-disable-async-diff): New internal variable.
22762 (vc-revert-buffer): Use them to disable asynchronous diff.
22763
22764 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22765 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22766 asynchronously if vc-disable-async-diff is t.
22767
22768 2005-01-09 Jay Belanger <belanger@truman.edu>
22769
22770 * calc/calc.el (defcalcmodevar): New macro.
22771 (calc-mode-var-list-restore-default-values)
22772 (calc-mode-var-list-restore-saved-values): New functions.
22773 (calc-mode-var-list): Use defcalcmodevar to define it.
22774 (calc-always-load-extensions, calc-line-numbering)
22775 (calc-line-breaking, calc-display-just, calc-display-origin)
22776 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22777 (calc-group-char, calc-point-char, calc-frac-format)
22778 (calc-prefer-frac, calc-hms-format, calc-date-format)
22779 (calc-float-format, calc-full-float-format, calc-complex-format)
22780 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22781 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22782 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22783 (calc-matrix-brackets, calc-language, calc-language-option)
22784 (calc-left-label, calc-right-label, calc-word-size)
22785 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22786 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22787 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22788 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22789 (calc-window-height, calc-display-trail, calc-show-selections)
22790 (calc-use-selections, calc-assoc-selections)
22791 (calc-display-working-message, calc-auto-why, calc-timing)
22792 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22793 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22794 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22795 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22796 (calc-gnuplot-geometry, calc-graph-default-resolution)
22797 (calc-graph-default-resolution-3d, calc-invocation-macro)
22798 (calc-show-banner): Use defcalcmodevar to declare them and set
22799 their default values.
22800
22801 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22802 instead of default values (but restore default values if there is
22803 an argument of 0).
22804
22805 2005-01-09 David Kastrup <dak@gnu.org>
22806
22807 * desktop.el (desktop-restore-eager): Fix typo in type.
22808
22809 2005-01-08 Richard M. Stallman <rms@gnu.org>
22810
22811 * cus-edit.el (customize): Delete :link.
22812
22813 2005-01-08 Jay Belanger <belanger@truman.edu>
22814
22815 * calc/calc.el (calc-mode): Remove the extension from the
22816 `calc-settings-file' file name when loading it.
22817
22818 2005-01-08 Kim F. Storm <storm@cua.dk>
22819
22820 * info.el (Info-mode-map, Info-next-link-keymap)
22821 (Info-prev-link-keymap, Info-up-link-keymap):
22822 Map follow-link to mouse-face.
22823 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22824
22825 2005-01-08 Jay Belanger <belanger@truman.edu>
22826
22827 * calc/calc.el (calc-settings-file): Change default value.
22828 Suggested by cgw in a comment in calc-mode.el.
22829
22830 * calc/calc-mode.el (calc-settings-file-name):
22831 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22832 Replace ~/.emacs in a prompt by calc-settings-file.
22833
22834 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22835
22836 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22837 (desktop-lazy-idle-delay): New customizable variables.
22838 (desktop-buffer-args-list): New variable.
22839 (desktop-append-buffer-args): New function.
22840 (desktop-save): Call desktop-append-buffer-args for some buffers.
22841 (desktop-lazy-create-buffer): New function.
22842 (desktop-idle-create-buffers): New function.
22843 (desktop-read): Add message about buffers to restore lazily.
22844 (desktop-lazy-abort): New command.
22845 (desktop-clear): Call desktop-lazy-abort.
22846 (desktop-lazy-complete): New command.
22847
22848 2005-01-06 Richard M. Stallman <rms@gnu.org>
22849
22850 * emacs-lisp/find-func.el (find-face-definition):
22851 Rename from find-face.
22852
22853 2005-01-06 Kim F. Storm <storm@cua.dk>
22854
22855 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22856
22857 * man.el (Man-xref-man-page, Man-xref-header-file)
22858 (Man-xref-normal-file): Add follow-link property.
22859
22860 2005-01-06 Jay Belanger <belanger@truman.edu>
22861
22862 * calc/calc-units.el: Make sure the proper macro definitions are
22863 available when compiling.
22864
22865 2005-01-06 Juri Linkov <juri@jurta.org>
22866
22867 * isearch.el (isearch-lazy-highlight-update):
22868 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22869
22870 2005-01-06 Miles Bader <miles@gnu.org>
22871
22872 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22873 (isearch-lazy-highlight-face): Use new name.
22874
22875 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22876
22877 * uniquify.el (uniquify-rationalize-file-buffer-names):
22878 Re-add an interactive spec.
22879 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22880 to the same name.
22881
22882 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22883 (isearch-update, isearch-done): Adjust calls accordingly.
22884
22885 2005-01-05 Richard M. Stallman <rms@gnu.org>
22886
22887 * custom.el (custom-set-variables, custom-theme-set-variables):
22888 Clarify documentation.
22889
22890 * emacs-lisp/find-func.el (find-variable)
22891 (find-variable-other-window, find-variable-other-frame):
22892 Fix the TYPE args to find-function-read and find-function-do-it.
22893 (find-function): Doc fix.
22894 (find-function-at-point): Replace function-at-point alias.
22895
22896 2005-01-04 Richard M. Stallman <rms@gnu.org>
22897
22898 * cus-face.el (custom-declare-face):
22899 Record defface in current-load-list.
22900
22901 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22902
22903 * emacs-lisp/find-func.el: Doc fixes.
22904 (find-face-regexp): New variable.
22905 (find-function-regexp-alist): New variable.
22906 (find-function-C-source): Third arg is now TYPE.
22907 (find-function-search-for-symbol): Handle general TYPE.
22908 (find-function-read, find-function-do-it): Handle general TYPE.
22909 (find-definition-noselect, find-face): New functions.
22910 (function-at-point): Alias deleted.
22911
22912 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22913
22914 * battery.el (display-battery-mode): Rename from display-battery.
22915 Handle the case where it gets turned off.
22916
22917 2005-01-04 Richard M. Stallman <rms@gnu.org>
22918
22919 * cus-edit.el (customize): Make :link point to user doc.
22920
22921 * man.el (Man-fontify-manpage): Turn off undo generation.
22922
22923 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22924
22925 2005-01-04 Andreas Schwab <schwab@suse.de>
22926
22927 * files.el (insert-directory): Only look for error lines in
22928 inserted text. Don't move too far after processing --dired markers.
22929
22930 2005-01-04 Richard M. Stallman <rms@gnu.org>
22931
22932 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22933 Don't expand if the character is @, period, dash, etc.
22934 (define-mail-abbrev): Quote names that contain problem characters.
22935
22936 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
22937
22938 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22939
22940 2005-01-03 Richard M. Stallman <rms@gnu.org>
22941
22942 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22943 (query-replace-highlight, query-replace-lazy-highlight)
22944 (query-replace): Definitions moved up. Doc fix.
22945
22946 2005-01-03 Richard M. Stallman <rms@gnu.org>
22947
22948 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22949 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22950 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22951 (lazy-highlight-face): Rename from isearch-lazy-...
22952 Change all references to them.
22953
22954 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
22955
22956 * cus-edit.el (custom-file): Doc fix for defcustom.
22957 (custom-file): The function no longer sets the variable
22958 `custom-file' to its return value.
22959
22960 * startup.el (command-line): No longer load `custom-file'.
22961
22962 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22963
22964 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22965
22966 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22967 Don't confuse module-prefixed identifiers for labels.
22968 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22969
22970 2005-01-02 Richard M. Stallman <rms@gnu.org>
22971
22972 * files.el (basic-save-buffer-1): Fix previous change.
22973
22974 * loadhist.el (file-loadhist-lookup): New function.
22975 (file-provides, file-requires): Use it.
22976
22977 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22978 instead of calculating the right size.
22979
22980 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22981
22982 * vc-svn.el (vc-svn-diff): Stay local if possible.
22983
22984 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
22985
22986 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22987
22988 * files.el (hack-local-variables): Fix last change.
22989
22990 2005-01-02 Jay Belanger <belanger@truman.edu>
22991
22992 * calc/calc-yank.el (calc-edit-top): New variable.
22993 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22994 object. Change header properties.
22995 (calc-edit-finish, calc-edit-finish-stack-object)
22996 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22997 edited object.
22998 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22999 for the beginning of the edited object.
23000 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
23001 for the beginning of the edited object.
23002 * calc/calc-prog.el (calc-edit-macro-finish-edit)
23003 (calc-finish-formula-edit, calc-macro-repeats)
23004 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
23005 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
23006 beginning of the edited object.
23007 (calc-user-define-edit): Change the header for editing macros.
23008 Remove unnecessary variable.
23009
23010 2005-01-01 Jay Belanger <belanger@truman.edu>
23011
23012 * calc/calc-yank.el (calc-edit-mode): Change default header.
23013 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
23014 * calc/calc-store.el (calc-edit-variable): Change title to match new
23015 header.
23016 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
23017 mode to match new header.
23018 (calc-user-define-edit): Change titles to include names of commands.
23019 (calc-finish-formula-edit): Adjust to handle new header.
23020 (calc-finish-macro-edit): Remove.
23021 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
23022 (calc-edit-macro-command, calc-edit-macro-command-type)
23023 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
23024 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
23025 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
23026 (calc-edit-macro-finish-edit): New functions.
23027 (calc-user-define-edit): Use new functions to edit named calc macros.
23028
23029 2005-01-01 Stefan <monnier@iro.umontreal.ca>
23030
23031 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
23032
23033 * ses.el (copy-region-as-kill): Deactivate mark.
23034
23035 2005-01-01 Richard M. Stallman <rms@gnu.org>
23036
23037 * replace.el (occur-1): If the output buffer is also an input,
23038 don't kill it, rename it.
23039
23040 * faces.el (set-face-background, set-face-foreground): Doc fix.
23041
23042 * cus-face.el (custom-face-attributes): Fix :help-echo strings
23043 for :foreground and :background.
23044
23045 * dired.el (dired-view-command-alist): Variable deleted.
23046 (dired-view-file, dired-mouse-find-file-other-window):
23047 Delete the code to use it.
23048
23049 2005-01-01 Kim F. Storm <storm@cua.dk>
23050
23051 * image.el (insert-sliced-image): Use t for line-height property.
23052
23053 See ChangeLog.11 for earlier changes.
23054
23055 ;; Local Variables:
23056 ;; coding: iso-2022-7bit
23057 ;; End:
23058
23059 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
23060 Copying and distribution of this file, with or without modification,
23061 are permitted provided the copyright notice and this notice are preserved.
23062
23063 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1