]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-05-01 Kim F. Storm <storm@cua.dk>
2
3 * progmodes/grep.el (grep-expand-template): Use save-match-data.
4
5 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6
7 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop): Use
8 select-frame-set-input-focus instead of raise-frame.
9 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
10
11 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
12
13 * progmodes/gud.el (gud-def): Add %c case.
14 (gud-speedbar-buttons): Don'bind case-fold-search unnecessarily.
15 (gud-format-command): Make match case sensitive. Match on %F.
16
17 2006-04-30 Glenn Morris <rgm@gnu.org>
18
19 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
20 (cal-tex-preamble): Use cal-tex-preamble-extra.
21 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
22 than alias `list-diary-entries'.
23
24 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
25
26 * help-fns.el (describe-variable): Add info about safe local variables.
27
28 2006-04-29 Richard Stallman <rms@gnu.org>
29
30 * bindings.el (mode-line-format): help-echo doc fixes.
31
32 * net/tramp.el (tramp-file-name-handler-alist): Delete
33 expand-file-name and other operations that can cause spurious loading.
34
35 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
36
37 * files.el (safe-local-variable-p): Remove support for the special
38 value t.
39
40 * textmodes/paragraphs.el (sentence-end-without-space):
41 Fix safety predicate.
42 (sentence-end-double-space, sentence-end-without-period)
43 (paragraph-ignore-fill-prefix):
44 * textmodes/fill.el (colon-double-space):
45 * abbrev.el (abbrev-mode): Tighten the safety predicate.
46
47 * subr.el (booleanp): New fun.
48
49 * textmodes/reftex-vars.el (reftex-guess-label-type):
50 Tighten the safety predicate.
51
52 2006-04-28 Kim F. Storm <storm@cua.dk>
53
54 * progmodes/grep.el (defgroup grep): Doc fix.
55 (grep-auto-highlight): Remove.
56 (grep-template): New defcustom.
57 (grep-find-template): Rename from grep-tree-template.
58 (grep-files-aliases): Rename from grep-tree-files-aliases.
59 Remove "all" alias, add "l" alias.
60 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
61 (grep-find-ignored-directories): New defcustom to replace
62 grep-tree-ignore-CVS-directories, to facilitate ignoring
63 subdirectories for multiple version control systems.
64 (grep-mode-map): Add Recursive grep item to GREP menu.
65 (grep-regexp-history, grep-files-history): New defvars.
66 (grep-probe): New helper function.
67 (grep-compute-defaults): Use it to simplify code.
68 Adapt to name changes.
69 Use `.' as base in grep-find-template rather than <D>.
70 (grep): Remove superfluous highlight-regexp arg. Fix doc.
71 Call grep-compute-defaults unconditionally.
72 (grep-expand-keywords): New defconst.
73 (grep-expand-template): Rename from grep-expand-command-macros.
74 Simplify via grep-expand-keywords. Look at case-fold-search instead
75 of grep-tree-ignore-case to add -i option.
76 Bind case-fold-search to nil while matching keywords.
77 (grep-tree-last-regexp, grep-tree-last-files): Remove.
78 (grep-read-regexp, grep-read-files): New helper functions.
79 (rgrep): Rename from grep-tree. Rework to use proper histories.
80 Adapt to changes in defcustoms and functions above.
81 (lgrep): New command, as grep, but using same interactive api as rgrep.
82
83 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
84
85 * net/tramp.el (tramp-completion-file-name-handler):
86 Disable Tramp's functionality while loading Tramp itself.
87 (tramp-register-file-name-handlers): That's a defsubst now.
88 Code from `tramp-repair-jka-compr' moved here. Apply it via
89 `after-init-hook'.
90 (tramp-repair-jka-compr): Remove.
91
92 2006-04-27 Jay Belanger <belanger@truman.edu>
93
94 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
95 read expression when `math-read-big-expr' doesn't work.
96
97 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
98
99 * startup.el (command-line-1): Display warning when
100 pure-space-overflow is non-nil.
101
102 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
103
104 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
105 risky.
106
107 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
108
109 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
110 Return the URL or nil if none can be generated.
111
112 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
113
114 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
115 byte compiler warnings.
116 (gud-basic-call, gud-find-expr): Let user select an expression
117 for printing. Print expression as well as value in GUD buffer.
118
119 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
120
121 * allout.el: Remove local autoload declaration for
122 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
123 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
124 (allout-plain-bullets-string, allout-distinctive-bullets-string)
125 (allout-use-mode-specific-leader, allout-old-style-prefixes)
126 (allout-stylish-prefixes, allout-numbered-bullet)
127 (allout-file-xref-bullet, allout-presentation-padding)
128 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
129 safe-local-variable with suitable value spec, and add autoload
130 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
131 (move-beginning-of-line, move-end-of-line): Repair so these compat
132 functions now actually resituate the point, when appropriate.
133
134 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
135
136 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
137
138 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
139 (add-log-iso8601-time-string): Fix call to format-time-string.
140
141 2006-04-26 Kim F. Storm <storm@cua.dk>
142
143 * subr.el (posn-string, posn-image, posn-object): Doc fix.
144
145 2006-04-26 Masatake YAMATO <jet@gyve.org>
146
147 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
148 Add support for "//" style comments. Remove `b' flag
149 from ?* in `asm-mode-syntax-table'.
150
151 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
152
153 * follow.el: Use (featurep 'xemacs) everywhere.
154 (follow-mode): Use define-minor-mode.
155 (follow-mode-map): Move initialization into the declaration.
156 Use command remapping.
157 (follow-emacs-version-xemacs-p): Remove.
158 (follow-submit-feedback): Remove.
159
160 * allout.el (allout-layout, allout-passphrase-verifier-string)
161 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
162
163 * textmodes/reftex-vars.el (reftex-vref-is-default)
164 (reftex-fref-is-default, reftex-guess-label-type):
165 Tighten up a bit the safety predicate.
166
167 * textmodes/paragraphs.el (sentence-end-double-space)
168 (sentence-end-without-period, sentence-end-without-space)
169 (page-delimiter, paragraph-ignore-fill-prefix):
170 Tighten up a bit the safety predicate.
171
172 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
173
174 * progmodes/python.el (python-continuation-line-p)
175 (python-beginning-of-statement): syntax-ppss may return
176 a negative depth.
177 (python-mode): Don't forcefully enable font-lock.
178
179 * time-stamp.el (time-stamp-start, time-stamp-end)
180 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
181
182 * add-log.el: Remove spurious * in docstrings.
183 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
184 (add-change-log-entry): Use it here, since it's not specific
185 to iso8601.
186 (add-log-iso8601-time-string): Don't use it here any more.
187 (change-log-indent-text, change-log-indent): Rename from add-log-*.
188
189 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
190
191 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
192
193 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
194 (rcirc-toggle-low-priority): Doc fix.
195 (rcirc-handler-NOTICE): Remove beginning of line anchor in
196 ChanServ regexp.
197 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
198 #emacs.
199 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
200 (rcirc-decode-coding-system): Use utf-8 as the default.
201 (rcirc-multiline-minor-mode): Set the fill-column.
202 (rcirc-format-response-string): Display bright and dim nicks.
203 (rcirc-browse-url): Update interactive spec to fill ARG.
204 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
205 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
206
207 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
208
209 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
210 case for @Article, etc.
211
212 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
213
214 * net/tramp.el (tramp-register-file-name-handlers): New defun.
215 Added with autoload cookie.
216 (tramp-unload-file-name-handlers): Rename from
217 `tramp-unload-file-name-handler-alist'.
218
219 2006-04-23 Romain Francoise <romain@orebokech.com>
220
221 * comint.el (comint-match-partial-filename): Doc fix.
222
223 2006-04-21 Glenn Morris <rgm@gnu.org>
224
225 * calendar/cal-menu.el (calendar-mode-map): Refer to
226 `diary-view-entries' rather than alias `view-diary-entries'.
227 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
228
229 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
230
231 * progmodes/antlr-mode.el (antlr-default):
232 * cus-edit.el (custom-documentation):
233 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
234 in defface.
235
236 2006-04-21 Kim F. Storm <storm@cua.dk>
237
238 * image.el (image-type): New defun split out of create-image.
239 (create-image): Use it.
240
241 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
242
243 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
244 (org-open-at-point): Remove the "...done" message to keep output
245 in the echo area visible.
246 (org-export-as-xoxo): Fix call to `indent-region'.
247
248 2006-04-21 Kevin Ryde <user42@zip.com.au>
249
250 * international/mule.el (keyboard-coding-system): defcustom
251 info-link fixes: "Specify Coding" has been split, keyboard now in
252 "Terminal Coding", and "Single-Byte Character Support" is now
253 "Unibyte Mode".
254
255 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
256
257 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
258 Use font-lock-warning-face for any errors e.g. no stack.
259 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
260
261 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
262
263 * progmodes/sh-script.el (sh-shell): Mark as safe.
264
265 * newcomment.el (comment-start, comment-start-skip)
266 (comment-end-skip, comment-end): Mark as safe.
267
268 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
269
270 * textmodes/org.el (org-deadline-announce): Face removed.
271 (org-level-faces, org-n-levels): Convert to constant.
272 (org-compatible-face): New function.
273 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
274 (org-level-5, org-level-6, org-level-7, org-level-8)
275 (org-special-keyword, org-warning, org-headline-done, org-link)
276 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
277 (org-scheduled-today, org-scheduled-previously, org-time-grid):
278 Face definition revised for better color tty support.
279 (org-bold-re, org-italic-re, org-underline-re): New constants.
280 (org-set-font-lock-defaults): Use the new constants.
281 (org-agenda-highlight-todo): New function.
282 (org-agenda-todo): Fix bug with point at end of line.
283 (org-agenda-change-all-lines, org-finalize-agenda-entries):
284 Fontify TODO keywords.
285 (org-insert-link): Preserve relative path in ../ links.
286 (org-export-as-html): Convert links pointing to .org files into
287 links that will work beteen the exported HTML files.
288 (org-todo-list): Fix bug when arg=0.
289 (org-insert-heading): More fine-tuning.
290
291 2006-04-19 Romain Francoise <romain@orebokech.com>
292
293 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
294 from `rmail-mime-charset-pattern'.
295
296 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
297
298 * progmodes/python.el (python-mode): Fix typo.
299
300 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
301
302 * comint.el (comint-previous-input): Don't clobber input line
303 when moving off either end of the input history ring.
304 (comint-delete-input): New function, used by
305 `comint-previous-input' and others.
306 (comint-previous-matching-input):
307 Use `coming-delete-input'. Save the partial input if leaving the
308 edit line. Goto point-max before deleting input to avoid
309 partial input fragments hanging around.
310 (comint-restore-input): New function, used by `comint-previous-input'.
311
312 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
313
314 * imenu.el (imenu--index-alist): Balance parentheses.
315
316 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
317
318 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
319
320 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
321
322 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
323 file is nil.
324
325 2006-04-18 Richard Stallman <rms@gnu.org>
326
327 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
328
329 * imenu.el (imenu-create-index-function, imenu--index-alist)
330 (imenu--last-menubar-index-alist, imenu--make-index-alist)
331 (imenu-default-create-index-function, imenu--generic-function):
332 Doc fixes.
333
334 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
335
336 * help-mode.el (help-mode): Set view-exit-action to delete window.
337
338 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
339 now works by passing nil as arg.
340
341 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
342
343 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
344 (read-abbrev-file): Provide default when reading filename.
345
346 * files.el (enable-local-variables): Allow :all as value.
347 (hack-local-variables): Implement that value.
348 (safe-local-variable-values, safe-local-eval-forms)
349 (enable-local-variables): Mark as risky.
350 (find-file-visit-truename, kept-old-versions): Mark safe.
351
352 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
353 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
354 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
355
356 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
357
358 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
359 Use forward-line so as to get to BOL even in the presence of fields.
360 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
361 in return.
362 (inferior-tcl): Tell tclsh to work in interactive mode.
363
364 * complete.el (partial-completion-mode):
365 Use 'choose-completion-string-functions to make sure that
366 choose-completion fills the minibuffer properly.
367
368 * complete.el (PC-old-read-file-name-internal): Remove.
369 (PC-read-include-file-name-internal): Remove. Turn it into an advice
370 of read-file-name-internal.
371 (partial-completion-mode): Enable/disable this advice.
372
373 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
374
375 * net/tramp.el (tramp-completion-file-name-handler): Revert change
376 of 2006-04-17.
377
378 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
379
380 * textmodes/org.el (org-insert-heading): Insert heading before
381 current if at beginning of line.
382 (org-todo, org-date): New faces.
383 (org-table-align): Make sure tooltip window contains full text.
384 (org-no-properties): New defsubst.
385 (org-set-font-lock-defaults): Use new faces.
386
387 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
388
389 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
390 for root variables.
391
392 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
393 (gdb-frame-address): Re-use to identify frame for watch expression.
394 (gdb-var-list, gdb-var-create-handler): Add frame address for root
395 variables.
396 (gdb-init-1, gdb-source, gdb-post-prompt)
397 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
398 (gdb-frame-handler): Get gdb-frame-address.
399
400 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
401
402 Sync with Tramp 2.0.53.
403
404 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
405 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
406 (tramp-completion-file-name-handler): Add autoload cookie for
407 adding to `file-name-handler-alist'.
408
409 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
410 the prompt. If it returns earlier (when detecting an error
411 message), the rest of the output will merge accidently with the
412 output of the next command. Reported by M Jared Finder
413 <jared@hpalace.com>.
414
415 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
416 for `process-file', in order to let it work for older Emacsen too.
417
418 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
419
420 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
421 (tex-font-lock-keywords-3): Use it.
422
423 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
424
425 * newcomment.el (comment-add): New function.
426 (comment-region-default, comment-dwim): Use it.
427
428 2006-04-15 Michael Olson <mwolson@gnu.org>
429
430 * emacs-lisp/tq.el: Improve comments.
431 (tq-queue-head-question): New accessor function.
432 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
433 Update for modified queue structure.
434 (tq-queue-add): Accept `question' argument.
435 (tq-queue-pop): If a question is pending, send it.
436 (tq-enqueue): Accept new optional argument `delay-question'.
437 If this is non-nil, and at least one other question is pending a
438 response, queue the question rather than sending it immediately.
439
440 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
441
442 * calendar/appt.el (appt-add): Check whether an appointment is
443 already present in appt-time-msg-list. Simplify code.
444
445 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
446
447 * progmodes/cc-langs.el (c-mode-menu):
448 Don't presume c-subword-mode is bound.
449
450 2006-04-13 Bill Wohler <wohler@newt.com>
451
452 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
453 (customize-package-emacs-version): Use cdr instead of cadr now
454 that alists use dotted pairs.
455
456 * custom.el (defcustom): Fix docstring for :package-version.
457
458 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
459
460 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
461 (tramp-handle-shell-command): Display output buffer only when
462 `tramp-display-shell-command-buffer' is true.
463 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
464
465 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
466
467 * textmodes/org.el (org-set-autofill-regexps): Set only the local
468 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
469
470 2006-04-13 Romain Francoise <romain@orebokech.com>
471
472 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
473 leaving temporary .cvsignore buffers behind.
474
475 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
476
477 * textmodes/org.el (org-set-regexps-and-options)
478 (org-get-current-options): Better names for the startup folding
479 options.
480
481 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
482
483 * vc.el (vc-annotate): Arrange for point to end up at the same
484 line number as in the original, but only when using a new buffer.
485
486 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
487
488 * files.el (hack-one-local-variable-eval-safep):
489 Recognize `edebug-form-spec' for `put', but only if it passes
490 `edebug-basic-spec'. Generalize `put' handling.
491
492 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
493 vetting file-local form specs.
494
495 * allout.el (allout-layout): Autoload its `safe-local-variable'
496 property.
497
498 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
499
500 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
501 (org-agenda-mouse-1-follows-link)
502 (org-mouse-1-follows-link): New options.
503 (org-format-agenda-item): Fix bug if TAGS is nil.
504 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
505
506 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
507
508 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
509 GDB 6.1+ gives full filename for "info sources" so use
510 file-name-nondirectory.
511
512 2006-04-12 Romain Francoise <romain@orebokech.com>
513
514 * subr.el (read-passwd): Bind `message-log-max' to nil.
515
516 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
517
518 * progmodes/perl-mode.el (perl-indent-new-calculate):
519 Recompute parse-start after jumping backward by a whole sexp.
520
521 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
522
523 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
524 window configuration.
525 (vc-annotate-display-select): Select the buffer so that current-buffer
526 (and selected-window) is the output buffer at the end of vc-annotate.
527
528 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
529
530 * vc.el (vc-annotate-color-map): Add custom TTY color map for
531 8-color terminals, to use all of the colors in a sensible order.
532 256-color terminals work well with the standard map.
533 (vc-annotate-lines): Only strip the first color character if it
534 is "#", to allow for terminal-style named colors.
535 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
536 the correct buffer is scrolled.
537
538 2006-04-11 Richard Stallman <rms@gnu.org>
539
540 * emacs-lisp/bytecomp.el (byte-compile-file):
541 Bind enable-local-variables to :safe, and make normal-mode obey it.
542
543 * files.el (enable-local-variables): Allow value :safe.
544 (normal-mode): Doc fix.
545 (hack-local-variables): Implement enable-local-variables = :safe.
546 (hack-local-variables-confirm): Don't prevent quitting.
547
548 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
549
550 * loadhist.el (unload-feature): A bit of sanity check of
551 load-history entries. Cancel timer-vars before unbinding them.
552
553 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
554 quote special chars, and make the trick work on the hex part of the
555 buffer as well.
556 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
557 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
558
559 * startup.el (normal-splash-screen): Fix last change so we don't wait
560 2 minutes if we don't show the splash screen.
561
562 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
563
564 * textmodes/org.el (org-export-plain-list-max-depth)
565 (org-table-spaces-around-separators)
566 (org-radio-targets, org-activate-camels)
567 (org-table-spaces-around-invisible-separators): Options removed.
568 (org-time-stamp-rounding-minutes, org-remember-templates)
569 (org-ellipsis, org-activate-links, org-descriptive-links):
570 New options.
571 (org-remember-apply-template, org-current-time)
572 (org-finish-edit-table-field)
573 (org-link-unescape, org-link-escape)
574 (org-string-width, org-table-clean-line, org-html-do-expand)
575 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
576 (org-read-agenda-file-list): New functions.
577 (org-table-edit-field)
578 (org-table-create-or-convert-from-region): New commands
579 (org-table-toggle-vline-visibility): Command removed.
580 (org-table-convert-region): Made a command.
581 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
582 Replace with the normal org- functions.
583 (org-self-insert-command): Don't trigger realign unnecessarily
584 when blanking a field that is not full.
585 (org-mode): `Set buffer-invisibility-spec' for links.
586 (org-activate-links2): Hide link part and only show descriptive
587 part of the link.
588 (org-insert-link): Modify for new linking system.
589 (org-store-link): Store description separately, for use by
590 `org-insert-link'.
591 (org-table-align): Use `org-string-width'.
592 (defgroup): Completely new group structure for custom variables.
593 (org-agenda-files): Option: Single file name allowed. Function:
594 Optional argument unrestrited means ignore any restricitons.
595 (org-install-agenda-files-menu): Find a buffer in Org-mode before
596 trying to modify the menu. Use generalized access to
597 `org-agenda-files.'
598 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
599 (org-agenda-file-to-front, org-remove-file, org-diary)
600 (org-tags-view, org-export-icalendar-all-agenda-files)
601 (org-export-icalendar-combine-agenda-files): Use generalized
602 access to `org-agenda-files'.
603 (org-remember-handler): Correctly preserve heading if present.
604 (org-table-insert-row, org-table-insert-hline): Deal with
605 invisible characters.
606
607 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
608
609 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
610 (vc-annotate-color-map): New 18 element constant
611 value/saturation, rotating hue colormap, from red->blue.
612 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
613 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
614 (vc-annotate): To avoid killing the required local variables,
615 set them before the end of `with-output-to-temp-buffer', and
616 after first switching to annotate-mode.
617 (vc-annotate-warp-version): Add buffer argument in goto-line to
618 ensure annotation, not source, is scrolled.
619
620 2006-04-10 Bill Wohler <wohler@newt.com>
621
622 * custom.el (defcustom, custom-handle-keyword):
623 Add :package-version keyword.
624 (custom-add-package-version): New function. Sets value of new
625 property 'custom-package-version from :package-version keyword.
626 (defcustom): Create Common Keywords section in docstring.
627 (defface, defgroup): Replace definitions of a select few keywords
628 with a reference to the Common Keywords in defcustom.
629 (defcustom, defface, defgroup): Replace reference to Customization
630 chapter in manual with hyperlink.
631
632 * cus-edit.el (customize-package-emacs-version-alist):
633 New variable.
634 (customize-changed-options): Add check for custom-package-version.
635 (customize-package-emacs-version): New function to look up Emacs
636 version corresponding to the given package version.
637
638 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
639 defun name, in similar fashion to find-variable-regexp.
640
641 2006-04-10 Eli Zaretskii <eliz@gnu.org>
642
643 * international/mule-cmds.el (set-locale-environment): Fix last
644 change for when the locale's preferences don't specify any encoding.
645
646 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
647
648 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
649 so the defined var/fun doesn't need to be quoted.
650
651 2006-04-10 Richard Stallman <rms@gnu.org>
652
653 * finder.el (finder-mode-map): Add n and p bindings.
654
655 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
656
657 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
658 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
659 (gdb-setup-windows): Put something in source window if we can't find
660 the source file.
661 (gdb-frame-handler): Make it work again with just assembly.
662 (gdb-data-list-register-values-handler): Make it work when there is
663 no stack.
664
665 2006-04-09 Richard Stallman <rms@gnu.org>
666
667 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
668 specs while looking for charset.
669
670 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
671
672 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
673 Make them faces.
674 (lm-font-lock-keywords): Update appropriately.
675
676 2006-04-10 Kim F. Storm <storm@cua.dk>
677
678 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
679 it can also replace buffer-substring-no-properties.
680
681 * emulation/cua-base.el (cua-delete-region, cua-paste)
682 (cua-repeat-replace-region): Use filter-buffer-substring.
683
684 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
685 (cua-cut-region-to-global-mark): Likewise.
686
687 * emulation/cua-rect.el (cua--extract-rectangle)
688 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
689
690 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
691
692 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
693 entry-type. Add field delimiters to numerical fields if they are
694 not present.
695
696 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
697
698 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
699 string-const to return value.
700 (bibtex-remove-delimiters): Use it.
701
702 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
703
704 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
705 cl-byte-compile-compiler-macro unless it exists.
706
707 2006-04-08 Eli Zaretskii <eliz@gnu.org>
708
709 * files.el (hack-local-variables-confirm) <offer-save>:
710 Clarify message text. Suggested by Ralf Angeli.
711
712 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
713
714 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
715 (delete-extract-rectangle-line): Use `filter-buffer-substring'
716 instead of `buffer-substring' and `delete-region'. (Most of the
717 code actually copied from `kill-region'.)
718
719 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
720
721 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
722 (rcirc-default-port): Rename from rcirc-port.
723 (rcirc-default-nick): Rename from rcirc-nick.
724 (rcirc-default-user-name): Rename from rcirc-user-name.
725 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
726 (rcirc-low-priority-flag): New variable.
727 (rcirc-decode-coding-system): New defcustom.
728 (rcirc-encode-coding-system): New defcustom.
729 (rcirc-coding-system-alist): New defcustom.
730 (rcirc-multiline-major-mode): New defcustom.
731 (rcirc-nick): New internal variable.
732 (rcirc-process): Remove variable.
733 (rcirc-server-buffer): New variable.
734 (rcirc): Update to use rcirc-default-* variables above.
735 (rcirc-connect): Do not add window-configuration-hook-here.
736 (rcirc-server): New internal variable.
737 (rcirc-connect): Do not send keepalive pings if
738 rcirc-keepalive-seconds is nil.
739 (with-rcirc-server-buffer): New macro.
740 (rcirc-send-string): Encode with rcirc-encode-coding-system.
741 (rcirc-server-name): Rename from rcirc-server.
742 (rcirc-buffer-process): New function.
743 (rcirc-buffer-nick): New function.
744 (rcirc-buffer-target): Remove function.
745 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
746 New commands.
747 (rcirc-mode-map): Change binding of C-c C-l to
748 rcirc-toggle-low-priority.
749 (rcirc-mode): Initialize coding system based on
750 rcirc-coding-system-alist. New change-major-mode-hook to part the
751 channel on a mode change. Make kill-buffer-hook buffer-local.
752 (rcirc-change-major-mode-hook): New function.
753 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
754 (rcirc-last-post-time): New variable.
755 (rcirc-process-message): Store the last time user posted a message
756 to this target.
757 (rcirc-multiline-minor-mode): New mode.
758 (rcirc-multiline-minor-mode-map): New mode map.
759 (rcirc-edit-multiline): Put multiline-edit buffer in
760 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
761 (rcirc-print): Ignore any line starting with an ignored nick.
762 (rcirc-print): Decode using rcirc-decode-coding-system.
763 (rcirc-track-minor-mode): Update global-mode-string when disabling
764 this mode.
765 (minor-mode-alist): Add LowPri indicator.
766 (rcirc-toggle-low-priority): New function.
767 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
768 next lowpriority buffer with activity.
769 (rcirc-record-activity): Sort buffers in rcirc-activity by the
770 last time the user posted a message in to the target.
771 (rcirc-update-activity-string): New formatting for low priority
772 buffers.
773 (rcirc-split-activity): New function.
774 (rcirc-handler-PART, rcirc-handler-KICK)
775 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
776 (rcirc-nick-away-alist): New variable.
777 (rcirc-handler-301): New handler. Away messages are printed once
778 per change.
779
780 2006-04-08 Eli Zaretskii <eliz@gnu.org>
781
782 * info.el (Info-follow-nearest-node): Doc fix.
783
784 * international/mule-cmds.el (set-locale-environment): Make sure
785 the coding-system preferred by the locale's language has the same
786 EOL conversion type as the original buffer-file-coding-system.
787 (locale-language-names): Add a few MS Windows language codes.
788
789 2006-04-07 Richard Stallman <rms@gnu.org>
790
791 * simple.el (eval-expression): Doc fix.
792
793 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
794 (eval-defun): Doc fixes.
795
796 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
797
798 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
799
800 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
801
802 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
803 GDB list command without argument for greater generality.
804
805 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
806
807 * subr.el (string-or-null-p): New function.
808
809 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
810
811 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
812
813 * files.el: Update comment about safe-local-variable declarations.
814
815 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
816
817 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
818 See idlwave.org.
819
820 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
821 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
822
823 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
824 See idlwave.org.
825
826 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
827 version 6.0 (minimal changes). See idlwave.org.
828
829 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
830 6.0 (minimal changes). See idlwave.org.
831
832 * progmodes/idlw-rinfo.el: File obsoleted and removed.
833
834 2006-04-06 Romain Francoise <romain@orebokech.com>
835
836 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
837 symmetric encryption features and a new asynchronous interface to
838 GnuPG. This new version is version 1.4, plus whitespace changes.
839
840 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
841
842 * files.el: Move some `safe-local-variable' declarations to the
843 respective files.
844
845 * textmodes/ispell.el (ispell-check-comments)
846 (ispell-local-dictionary): Mark as safe.
847
848 * abbrev.el (abbrev-mode): Mark as safe.
849
850 * add-log.el (change-log-default-name): Mark as safe.
851
852 * textmodes/reftex-vars.el (reftex-vref-is-default)
853 (reftex-fref-is-default, reftex-level-indent)
854 (reftex-guess-label-type): Mark as safe.
855
856 * textmodes/fill.el (colon-double-space): Mark as safe.
857
858 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
859 (sentence-end-double-space, sentence-end-without-period)
860 (sentence-end-without-space, sentence-end, sentence-end-base)
861 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
862
863 2006-04-06 Kim F. Storm <storm@cua.dk>
864
865 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
866 the :set-after list.
867 (ido-downcase-unc-hosts): New user option. Default on.
868 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
869 when it is set, as regexps are now applied on the fly.
870 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
871 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
872 on the fly, but only when ido-process-ignore-lists is set.
873 Do case insensitive filtering if ido-downcase-unc-hosts is set.
874 Only downcase names if ido-downcase-unc-hosts is set.
875
876 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
877
878 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
879
880 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
881
882 2006-04-05 Kim F. Storm <storm@cua.dk>
883
884 * ido.el (ido-mode): Set after ido-unc-hosts and
885 ido-ignore-unc-host-regexps.
886 (ido-save-history): Save ido-unc-hosts-cache.
887 (ido-load-history): Load ido-unc-hosts-cache.
888 (ido-reread-directory): Refresh unc hosts cache in // dir.
889
890 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
891 to nil while displaying slash screen.
892
893 2006-04-05 Daiki Ueno <ueno@unixuser.org>
894
895 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
896 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
897
898 2006-04-05 Kenichi Handa <handa@m17n.org>
899
900 * international/characters.el: Setup cases of Latin, Greek, and
901 Cyrillic characters in CJK charsets.
902
903 2006-03-29 Daiki Ueno <ueno@unixuser.org>
904
905 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
906 default-enable-multibyte-characters. This reverts the change from
907 revision 6.17 which is no longer necessary because the passphrase
908 is sent separately now. GnuPG messages are unreadable under
909 multibyte locales with default-enable-multibyte-characters set to nil.
910
911 2006-04-04 Andreas Schwab <schwab@suse.de>
912
913 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
914 and `byte-compile-warnings' as `safe-local-variable'.
915
916 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
917
918 * man.el (Man-mode-map): Restore the \r binding.
919 (Man-abstract-xref-man-page): If Man-target-string is a function,
920 call it.
921 (Man-highlight-references): Use Man-default-man-entry to get the
922 target. Deal with xrefs too.
923 (Man-highlight-references0): Don't call the target function.
924
925 * woman.el (WoMan-xref-man-page): Strip the section number, woman
926 cannot deal with it.
927
928 2006-04-04 Daiki Ueno <ueno@unixuser.org>
929
930 * pgg-gpg.el: Clean up process buffers every time gpg processes
931 complete.
932
933 2006-04-04 Kenichi Handa <handa@m17n.org>
934
935 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
936 here.
937 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
938 Temporarily bind inhibit-field-text-motion to t.
939
940 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
941
942 * startup.el (normal-splash-screen): Only set mode-line-format in the
943 splash buffer, so as not to interfere when debugging the code.
944 Ignore errors when switching buffer.
945
946 2006-04-03 Romain Francoise <romain@orebokech.com>
947
948 * dired.el (dired-dnd-protocol-alist): Fix typo.
949
950 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
951
952 * savehist.el (savehist): Add :version.
953 (savehist-ignored-variables): New variable.
954 (savehist-minibuffer-hook): Don't save variables listed in
955 `savehist-ignored-variables'.
956
957 * dired.el (dired-dnd-protocol-alist): Mention that change does
958 only apply to new buffers in doc string.
959
960 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
961
962 * recentf.el (recentf-open-files-item): Include newline in button
963 field, so opening a file will work, when the point is at the end
964 of the file name. Allow, for example, to [i]search a file by
965 extension and just push RET to open it.
966
967 2006-04-03 Daiki Ueno <ueno@unixuser.org>
968
969 * pgg-gpg.el (pgg-gpg-process-filter)
970 (pgg-gpg-wait-for-completion): Check if buffer is alive.
971
972 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
973 lines, temporary fix.
974
975 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
976
977 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
978
979 2006-04-02 Richard Stallman <rms@gnu.org>
980
981 * progmodes/compile.el (compilation-message-face): Make it defcustom.
982
983 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
984
985 * ibuf-macs.el (define-ibuffer-column): Add a new key:
986 header-mouse-map.
987
988 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
989 (ibuffer-mode-header-map): New keymaps.
990 (ibuffer-update-title-and-summary): Enable mouse face highlighting
991 and keybindings for column headers.
992 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
993 property.
994
995 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
996
997 * speedbar.el (speedbar-after-create-hook): Doc fix.
998
999 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
1000
1001 * shell.el (shell-directory-tracker)
1002 (shell-dynamic-complete-command): Doc fixes.
1003
1004 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
1005
1006 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
1007 terminals.
1008
1009 2006-04-01 Kim F. Storm <storm@cua.dk>
1010
1011 * ido.el (ido-unc-hosts-cache): New defvar.
1012 (ido-unc-hosts): If value of defcustom is a function, call it to
1013 get list of UNC hosts. Add function-item choices to specify
1014 ido-unc-hosts-net-view or user function.
1015 (ido-ignore-unc-host-regexps): New defcustom.
1016 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
1017 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
1018 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
1019
1020 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1021
1022 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
1023 wwidth.
1024
1025 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
1026
1027 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
1028 (ido-max-work-file-list, ido-switch-buffer)
1029 (ido-read-file-name-as-directory-commands):
1030 Fix typos in docstrings.
1031
1032 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1033
1034 * term/mac-win.el (mac-system-coding-system): Define and use after
1035 Mac-specific coding systems are ready.
1036
1037 2006-03-27 Romain Francoise <romain@orebokech.com>
1038
1039 * net/rcirc.el (rcirc-connect): Add autoload cookie.
1040
1041 * ldefs-boot.el: Update.
1042
1043 2006-03-27 Daiki Ueno <ueno@unixuser.org>
1044
1045 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1046 passphrases when it is not needed.
1047 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1048 passphrase stuff from gpg, should only be necessary when you use
1049 gpg with a smartcard.
1050
1051 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
1052
1053 * comint.el (comint-dynamic-list-completions): Allow user to
1054 select *Completions* buffer.
1055
1056 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
1057
1058 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
1059
1060 2006-03-26 Andreas Schwab <schwab@suse.de>
1061
1062 * progmodes/gud.el (gdb): Only complain about multiple debugging
1063 when the gdb process is still running.
1064
1065 2006-03-25 Eli Zaretskii <eliz@gnu.org>
1066
1067 * mail/rmail.el (tool-bar-map): Defvar it.
1068 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
1069 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
1070
1071 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
1072
1073 * help.el (print-help-return-message): Suggest to use
1074 display-buffer instead of switch-to-buffer-other-window to restore
1075 the previous window without selecting it.
1076
1077 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1078
1079 * frame.el (select-frame-by-name): Call x-focus-frame also when
1080 window-system is mac.
1081
1082 * term/mac-win.el: Adjust Courier font specifications in
1083 x-fixed-font-alist.
1084 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
1085 when directly encoding to UTF-16 in native byte order, no BOM.
1086
1087 2006-03-25 Kim F. Storm <storm@cua.dk>
1088
1089 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
1090 (cua--init-keymaps): Use it instead of fixed C-return.
1091 (cua-mode): Set after it.
1092
1093 * emulation/cua-rect.el (cua--init-rectangles):
1094 Use cua-rectangle-mark-key instead of fixed C-return.
1095
1096 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
1097
1098 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
1099 "run" in .gdbinit.
1100 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
1101
1102 2006-03-24 Romain Francoise <romain@orebokech.com>
1103
1104 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
1105 `display-buffer-other-frame'.
1106
1107 2006-03-24 Kim F. Storm <storm@cua.dk>
1108
1109 * apropos.el (apropos-synonyms): Add selection => region.
1110
1111 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1112
1113 * progmodes/gdb-ui.el (gdb-var-create-regexp)
1114 (gdb-var-list-children-regexp, gdb-var-update-regexp)
1115 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
1116 (gdb-data-list-register-values-regexp)
1117 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
1118 Future proof against new fields being added to MI output.
1119 (gdb-send): Don't treat backslashes for program input as
1120 continuations.
1121 (gdb-assembler-handler): Don't use window-start for this handler.
1122 (gdb-frame-handler): Don't change to hollow arrow if overlay
1123 arrow doesn't move to new frame.
1124
1125 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1126
1127 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
1128 prevent compiler warnings.
1129 (gdb-stopped): Check for gud-last-last-frame (case: signal).
1130 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
1131 (gdb-assembler-custom): Use hollow-right-triangle for assembler
1132 buffer too.
1133
1134 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
1135
1136 * pgg-gpg.el (pgg-gpg-update-agent): Check for
1137 make-network-process, so we can use the same code in Gnus v5-10
1138 too and have this file fully synchronized with that release.
1139
1140 2006-03-23 Romain Francoise <romain@orebokech.com>
1141
1142 * ibuf-ext.el (ibuffer-read-filter-group-name):
1143 Use `ibuffer-generate-filter-groups' to make completion list match
1144 the filter groups that are really displayed in the Ibuffer buffer.
1145 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
1146
1147 2006-03-23 Kenichi Handa <handa@m17n.org>
1148
1149 * international/mule-cmds.el (sort-coding-systems): Describe that
1150 the argument is modified in docstring.
1151
1152 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
1153
1154 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1155 (pgg-gpg-update-agent): New function.
1156 (pgg-gpg-use-agent-p): New function.
1157 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1158 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1159 (pgg-gpg-sign-region): Use it.
1160
1161 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
1162
1163 * cus-edit.el (custom-face-set): Call custom-push-theme before
1164 face-spec set so that `changed' theme is correctly saved.
1165 (custom-face-reset-standard): Reset to recalculated face rather
1166 than defface spec.
1167
1168 * custom.el (custom-push-theme): Only save `changed' theme if the
1169 current face does not match the defface specs.
1170
1171 2006-03-21 Simon Josefsson <jas@extundo.com>
1172
1173 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1174 <wilde@sha-bang.de>.
1175 (pgg-gpg-use-agent): New variable.
1176 (pgg-gpg-process-region): Use it.
1177 (pgg-gpg-encrypt-region): Likewise.
1178 (pgg-gpg-encrypt-symmetric-region): Likewise.
1179 (pgg-gpg-decrypt-region): Likewise.
1180 (pgg-gpg-sign-region): Likewise.
1181 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1182
1183 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
1184
1185 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
1186 bracket links.
1187
1188 2006-03-21 Kim F. Storm <storm@cua.dk>
1189
1190 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
1191 fringe-indicator-alist instead of modifying global value.
1192 (gdb-frame-handler): Likewise.
1193
1194 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
1195
1196 * diff-mode.el (diff-function): Make it inherit from diff-header
1197 instead of diff-context.
1198
1199 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
1200 bitmap.
1201 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
1202 change names in macro above for consistency.
1203 (gdb-frame-handler): Use hollow-right-triangle for all selected
1204 frames which except the innermost (where execution has stopped).
1205 (gdb-reset): Reset buffer-local values of overlay-arrow.
1206
1207 2006-03-20 Richard Stallman <rms@gnu.org>
1208
1209 * simple.el (set-mark-command): Doc fix.
1210
1211 * files.el (display-buffer-other-frame): New command.
1212 (ctl-x-4-map): Bind C-x 5 C-o to it.
1213
1214 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1215
1216 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
1217 rather than just defer-time, in case defer-time has been changed but
1218 the timer isn't running yet.
1219 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
1220
1221 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1222
1223 * help-mode.el (help-follow-symbol): New function.
1224 Essentially identical to the old `help-follow', but do not let
1225 `push-button' do the work when on an xref.
1226 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
1227
1228 2006-03-19 Richard Stallman <rms@gnu.org>
1229
1230 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
1231 preceded by the word `program'.
1232 (help-follow-mouse, help-follow): Throw error if not on xref.
1233 Delete no longer used args.
1234
1235 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
1236
1237 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
1238 annotation ensure gud-overlay-arrow-position is redisplayed.
1239
1240 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1241
1242 * textmodes/bibtex.el (bibtex-include-OPTkey)
1243 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
1244 (bibtex-autokey-name-case-convert)
1245 (bibtex-autokey-titleword-case-convert): Make these the aliases
1246 for the following two variables.
1247 (bibtex-autokey-name-case-convert-function)
1248 (bibtex-autokey-titleword-case-convert-function): Make these the
1249 real names.
1250 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
1251 bibtex-font-lock-crossref sublists.
1252 (bibtex-mode): Revert 2005-12-30 change (which made
1253 completion-ignore-case buffer-local).
1254 (bibtex-url): Simplify.
1255
1256 2006-03-19 Kim F. Storm <storm@cua.dk>
1257
1258 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
1259 cursor property value to 2 (to align with C level change).
1260
1261 2006-03-19 Bill Wohler <wohler@newt.com>
1262
1263 * image.el (image-load-path-for-library): Shorten first line in
1264 docstring.
1265
1266 2006-03-18 Richard Stallman <rms@gnu.org>
1267
1268 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
1269
1270 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
1271
1272 * isearch.el (isearch-other-meta-char): Handle user bindings for
1273 shifted control characters.
1274
1275 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
1276
1277 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
1278 part that matches email addresses, file names, etc.
1279
1280 2006-03-18 Eli Zaretskii <eliz@gnu.org>
1281
1282 * term/w32-win.el (mouse-set-font):
1283 Mention w32-list-proportional-fonts in the doc string.
1284
1285 2006-03-18 Kim F. Storm <storm@cua.dk>
1286
1287 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1288 (ido-unc-hosts): New user option to explicitly define list of know
1289 UNC-style hosts for completion.
1290 (ido-cache-unc-host-shares-time): New user option.
1291 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1292 New helper functions for UNC file-name support.
1293 (ido-may-cache-directory): Check for UNC host. Simplify.
1294 (ido-wash-history): Clean out old UNC hosts.
1295 (ido-nonreadable-directory-p): UNC hosts are always readable.
1296 (ido-directory-too-big-p): UNC hosts are never too big.
1297 (ido-set-current-directory): Handle UNC root path.
1298 (ido-file-name-all-completions): Complete UNC host names from
1299 ido-unc-hosts list. Cache UNC host shares.
1300 (ido-make-file-list-1): Don't filter UNC root.
1301 (ido-exhibit): Check for // in root directory, and switch to UNC
1302 mode by setting ido-current-directory to //.
1303
1304 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
1305
1306 * cus-edit.el (customize-changed-options): Mention explicit
1307 version number as default in prompt.
1308
1309 2006-03-17 Bill Wohler <wohler@newt.com>
1310
1311 * image.el (image-load-path-for-library): Minor docstring fix.
1312
1313 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
1314
1315 * textmodes/org.el (org-read-date): Include subgroup 5 into
1316 replacement text.
1317 (org-popup-calendar-for-date-prompt): Fix customization type.
1318
1319 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1320
1321 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1322 (gdb-continuation): New variable.
1323 (gdb-send): Deal with continuation lines.
1324
1325 * progmodes/gud.el (gud-gdb-complete-command)
1326 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1327 expressions.
1328 (gud-tooltip-mode): Use buffer-local value.
1329
1330 2006-03-16 Kim F. Storm <storm@cua.dk>
1331
1332 * ido.el (ido-edit-input): Use selected match, if any.
1333
1334 2006-03-16 Bill Wohler <wohler@newt.com>
1335
1336 * image.el (image-load-path-for-library): Prefer user's images in
1337 image-load-path.
1338
1339 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1340
1341 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1342 when checking for attempt to drag leftmost or rightmost scrollbar.
1343
1344 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1345
1346 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1347 (gdb-force-mode-line-update): New function.
1348 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1349 (gdb-exited): Use them.
1350 (gdb-signal): New function.
1351 (gdb-annotation-rules): Provide a rule for it.
1352
1353 2006-03-16 Kenichi Handa <handa@m17n.org>
1354
1355 * international/mule.el (auto-coding-regexp-alist): Add entries
1356 for Unicode BOM.
1357
1358 * sort.el (sort-build-lists): Temporarily bind
1359 inhibit-field-text-motion to t.
1360
1361 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1362
1363 * locate.el (locate-command, locate-make-command-line)
1364 (locate-fcodes-file, locate-update-command)
1365 (locate-prompt-for-command, locate, locate-with-filter)
1366 (locate-get-file-positions): Doc fixes.
1367 (locate-buffer-name, locate-header-face): Remove leading `*' in
1368 defcustom.
1369 (locate-filter-output): Use `keep-lines' instead of its alias
1370 `delete-non-matching-lines'.
1371 (locate-get-filename, locate-get-dirname): Add introductory comment.
1372 (locate-find-directory-other-window): Give appropriate error
1373 message if used outside main listing.
1374
1375 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1376
1377 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1378 the new extend-region feature.
1379 (font-lock-after-change-function): Update correspondingly.
1380 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1381 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1382
1383 2006-03-15 Bill Wohler <wohler@newt.com>
1384
1385 * image.el (image-load-path-for-library): Fix example by not
1386 recommending that one binds image-load-path. Just defvar it to
1387 placate compiler and only use it if previously defined.
1388
1389 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1390
1391 * textmodes/org.el (org-insert-centered): Use `string-width' to
1392 make underlining work for wide characters.
1393 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1394 TAB to `org-cycle', to make sure that no binding in
1395 `outline-mode-map' can supercede it.
1396
1397 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1398
1399 * allout.el: Increment version to 2.2.1 in file commentary.
1400
1401 (allout-version): Increment to 2.2.1.
1402
1403 (allout-default-layout): New customization variable, used when the
1404 file lacks a specific allout-layout. Uses allout-layout-type for
1405 recursively nested definition.
1406
1407 (allout-layout-type): Widget defining allout layouts, necessary for
1408 self-recursive definition.
1409
1410 (allout-mode): Incorporate allout-default-layout as fallback for
1411 allout-layout.
1412
1413 (allout-layout): Mark as 'safe-local-variable', and refer mention
1414 fallback to `allout-default-layout' in absence of a specified value.
1415 (allout-passphrase-verifier-string)
1416 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1417
1418 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1419
1420 (allout-get-encryption-passphrase-verifier): Use correct name of
1421 passphrase verifier in docstring.
1422
1423 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1424
1425 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1426 elements.
1427 (gdb-find-watch-expression): Make it work for arrays too.
1428 Follow change to gdb-var-list.
1429 (gud-watch): Allow the user to enter variable name with a prexix
1430 arg. Create keybindings.
1431 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1432 (gdb-var-list-children-handler, gdb-var-update-handler)
1433 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1434 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1435 Follow change to gdb-var-list.
1436 (gdb-starting): Don't show the overlay arrows when program is running.
1437
1438 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1439 gdb-var-list.
1440
1441 2006-03-14 Bill Wohler <wohler@newt.com>
1442
1443 * image.el (image-load-path-for-library): Pass value of path
1444 rather than symbol. Always return list of directories.
1445 Guarantee that image directory comes first.
1446
1447 2006-03-14 Alan Mackenzie <acm@muc.de>
1448
1449 * font-core.el (font-lock-extend-region\(-function\)?.):
1450 New function/variable.
1451
1452 * font-lock.el (font-lock-after-change-function):
1453 Call font-lock-extend-region. Obey font-lock-lines-before.
1454 (font-lock-default-fontify-region): Remove reference to
1455 font-lock-lines-before.
1456
1457 * jit-lock.el (jit-lock-after-change):
1458 Call font-lock-extend-region. Obey font-lock-lines-before.
1459
1460 2006-03-14 David Ponce <david@dponce.com>
1461
1462 * tree-widget.el (tree-widget-themes-load-path)
1463 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1464
1465 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1466
1467 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1468 (rcirc-print): Mark the start of text at the end of the prompt.
1469 (rcirc-track-minor-mode): Add autoload cookie.
1470 (rcirc-update-activity-string): Add space to front of mode-line
1471 indicator.
1472
1473 2006-03-13 Miles Bader <miles@gnu.org>
1474
1475 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1476 (rcirc-abbrev-nick): Remove function.
1477 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1478
1479 2006-03-13 David Ponce <david@dponce.com>
1480
1481 * tree-widget.el: Handle themes across all occurrences of the main
1482 themes sub-directory found in tree-widget-themes-load-path.
1483 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1484 (tree-widget--locate-sub-directory): Return all occurrences.
1485 (tree-widget-themes-path): New function.
1486 Replace tree-widget-themes-directory, and return a list of directories.
1487 (tree-widget-set-parent-theme)
1488 (tree-widget-lookup-image): Use it.
1489
1490 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1491
1492 * textmodes/org.el (org-link-search): Avoid self-matching of
1493 links, allow target text to be distributed over several lines.
1494 (org-search-not-link): New function.
1495 (org-set-regexps-and-options, org-get-current-options):
1496 New startup options.
1497 (org-export-as-html): Take odd-level setting from local variable.
1498 (org-fontify-emphasized-text): New option.
1499 (org-set-font-lock-defaults): Include emphasized text.
1500 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1501 (org-font-lock): Customize group renamed from `org-faces'.
1502
1503 2006-03-13 John Paul Wallington <jpw@pobox.com>
1504
1505 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1506 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1507
1508 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1509
1510 * cus-start.el (all): Delete :version keyword for members of the
1511 fringe group, since the entire group is new in 22.1.
1512
1513 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1514
1515 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1516 map if value is hexadecimal (an address).
1517 (gud-watch): Only search roots for existing watch expressions.
1518 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1519 prevent caching problems with speedbar-update-directory-contents.
1520
1521 2006-03-12 Juri Linkov <juri@jurta.org>
1522
1523 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1524 before comparing with `low' and `warn'.
1525
1526 * info.el (Info-dir-remove-duplicates): Move point to the
1527 beginning of the current line after deleting the entries from
1528 redundant heading. Use marker for `limit' and compare it with
1529 point before calling `re-search-forward'.
1530
1531 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1532
1533 * simple.el (yank): Fix typo in docstring.
1534
1535 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1536
1537 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1538 messages, where "D" is the 6th character.
1539
1540 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1541
1542 * simple.el (yank): Fix last change.
1543
1544 2006-03-11 David Ponce <david@dponce.com>
1545
1546 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1547 merging elements from the standard ispell-dictionary-alist.
1548 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1549 alist, and return the new alist.
1550
1551 2006-03-11 Richard Stallman <rms@gnu.org>
1552
1553 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1554
1555 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1556 the way it is implemented is too unclean.
1557
1558 * simple.el (kill-region, yank): Doc fix.
1559
1560 * battery.el (battery-echo-area-format): Doc fix.
1561 (battery-mode-line-format): Likewise.
1562 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1563 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1564
1565 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1566
1567 * progmodes/octave-mod.el (octave-indent-for-comment):
1568 Behave according to do string.
1569
1570 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1571
1572 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1573 Be visible only if major mode is Mail Mode.
1574
1575 * textmodes/flyspell.el (flyspell-external-point-words)
1576 (flyspell-process-localwords): Fix last changes.
1577
1578 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1579
1580 * calendar/holidays.el (list-holidays): Doc fix.
1581
1582 * international/mule.el (auto-coding-alist): Add .odt
1583 (OpenOffice's open document) files.
1584
1585 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1586 document) files. Mention in the doc string the need to sync with
1587 auto-coding-alist.
1588
1589 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1590
1591 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1592 enable-local-variables is set to always query, or there is no
1593 savable variable.
1594
1595 2006-03-10 Bill Wohler <wohler@newt.com>
1596
1597 * image.el (image-load-path-for-library): Merge at least three
1598 functions from Gnus and MH-E into this one function that can now
1599 be shared.
1600
1601 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1602
1603 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1604 gdb-remove-mouse-face and remove help-echo too.
1605 (gdb-enqueue-input): Correct conditional clause.
1606
1607 2006-03-10 Glenn Morris <rgm@gnu.org>
1608
1609 * calendar/calendar.el (calendar-holidays): Doc fix.
1610 * calendar/holidays.el (list-holidays): Doc fix.
1611
1612 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1613
1614 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1615 it gets called in gdb-prompt anyway.
1616 (gdb-use-separate-io-buffer): Only restore window arrangement for
1617 gdb-many-windows.
1618 (gdb-enqueue-input): Make it harder to send GDB input when program
1619 is running.
1620 (gdb-buffer-list): New variable.
1621 (gdb-remove-mouse-face): New function.
1622 (gdb-starting): Use it when GDB input won't get sent.
1623
1624 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1625
1626 * help.el (view-lossage): Remove trailing whitespace before
1627 inserting "\n".
1628
1629 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1630
1631 * files.el (hack-local-variables-confirm):
1632 Set coding-system-for-read to nil before writing to .emacs.
1633
1634 * arc-mode.el (archive-extract): Check if an existing buffer name
1635 comes from a different archive.
1636
1637 * help.el (describe-key-briefly): If KEY is a down event, read and
1638 discard the up event.
1639
1640 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1641
1642 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1643 be edited and use font-lock-warning-face for any changes.
1644
1645 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1646 (gdb-edit-value): Use it to report any errors.
1647
1648 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1649
1650 * help.el (describe-key): Remove leftover test code.
1651
1652 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1653
1654 * textmodes/org.el: Move defvars out of eval-when-compile.
1655 Use buffer-file-name variable.
1656 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1657 arg `file'.
1658 (org-level-faces): Remove startup dependency.
1659 (org-cycle, org-map-tree, org-scan-tags)
1660 (org-remember-handler): Don't call `outline-level' directly.
1661 (org-mhe-search-all-folders): New option.
1662 (org-mhe-get-message-folder-from-index)
1663 (org-mhe-get-message-folder): Fix indexing search.
1664 (org-format-agenda-item): Handle nil TAGS argument.
1665 (org-cleaned-string-for-export, org-activate-target-links)
1666 (org-make-target-link-regexp): Deal with empty radio target list.
1667 (org-tag): New face.
1668 (org-get-level-face): New function.
1669 (org-set-font-lock-defaults): Simplify setup for headlines.
1670 (org-complete): Pass common substring to `display-completion-list'.
1671
1672 2006-03-06 David Ponce <david@dponce.com>
1673
1674 * tree-widget.el: Update Commentary header.
1675 (tree-widget-theme-name): Ignore parent themes.
1676 (tree-widget-set-parent-theme): New function.
1677 (tree-widget-set-theme): Use it.
1678 (tree-widget-set-image-properties): Move definition. Does nothing
1679 if image properties have already been set.
1680 (tree-widget-image-properties): Move definition. Receive an image
1681 name. Set the :pointer property.
1682 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1683 Don't set the :pointer image property.
1684 (tree-widget-convert-widget): New function. Handle :dynargs
1685 compatibility here.
1686 (tree-widget): Use it to :convert-widget. Add the :expander-p
1687 predicate to control when the :expander function is entered.
1688 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1689 (tree-widget-value-create): Handle :expander-p. widget-apply
1690 :expander.
1691 (tree-widget-expander-p): New function. Default value of the
1692 :expander-p property.
1693
1694 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1695
1696 * help.el (describe-key): Properly handle the return value of
1697 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1698 remaps. Handle string and vector `follow-link' values.
1699
1700 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1701
1702 * complete.el (PC-expand-many-files): Try be more careful when parsing
1703 the shell's output.
1704
1705 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1706
1707 * outline.el (hide-sublevels): Provide better interactive default.
1708
1709 2006-03-06 Kenichi Handa <handa@m17n.org>
1710
1711 * international/fontset.el (create-fontset-from-fontset-spec):
1712 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1713
1714 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1715
1716 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1717 backslashes instead of one in regexp.
1718 (gud-tooltip-dereference): Add missing optional argument.
1719
1720 2006-03-04 John Paul Wallington <jpw@pobox.com>
1721
1722 * wdired.el (toplevel): Require `cl' at compile-time.
1723
1724 2006-03-04 Andreas Schwab <schwab@suse.de>
1725
1726 * server.el (server-process-filter): Handle errors during
1727 evaluation of the argument.
1728
1729 2006-03-03 John Paul Wallington <jpw@pobox.com>
1730
1731 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1732 escape parentheses at beginning of line.
1733 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1734 (t-mouse-mode): Remove period from end of error message.
1735
1736 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1737
1738 * textmodes/flyspell.el (flyspell-process-localwords):
1739 Be case-sensitive.
1740
1741 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1742
1743 * cus-edit.el (custom-quote): Remove function, since it has been
1744 moved to custom.el.
1745
1746 * font-lock.el (lisp-font-lock-keywords-2)
1747 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1748 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1749 they have no special meaning.
1750
1751 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1752 indirect buffer gets killed before indirect buffer. Use dolist.
1753
1754 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1755
1756 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1757 value instead of a literal constant (1) on more pauses.
1758
1759 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1760
1761 * textmodes/flyspell.el (flyspell-external-point-words):
1762 Be case-sensitive.
1763
1764 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1765
1766 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1767 with "www".
1768
1769 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1770
1771 * allout.el: Restablish intermediate missing comment header to
1772 preserve outline structure.
1773 (allout-beginning-of-current-entry): Skip invisible text.
1774 (allout-open-topic): Fix opening a topic at end-of-buffer.
1775 (allout-minor-mode): Move nearer to allout-mode function.
1776
1777 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1778
1779 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1780
1781 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1782
1783 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1784 is nil.
1785
1786 * progmodes/gud.el (gud-speedbar-menu-items):
1787 Use buffer-local-value and add missing :visible keyword.
1788
1789 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1790
1791 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1792
1793 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1794 must be `follow-link'.
1795
1796 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1797
1798 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1799 formatting: No nested anchors.
1800 (org-all-targets): Fix bug with XEmacs compatibility.
1801 (org-read-date): Add (require 'parse-time).
1802 (org-set-tags): Fix bug with extra inserted space.
1803 (org-export-html-style): Define a style class for targets.
1804 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1805 (org-hide-leading-stars): New option.
1806 (org-hide): New face.
1807 (org-set-font-lock-defaults): Allow to hide leading stars.
1808 (org-get-legal-level, org-tr-level): New functions.
1809 (org-odd-levels-only): New option.
1810 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1811 (org-demote, org-promote): Deal with double-star levels.
1812 (org-convert-to-odd-levels): New command.
1813
1814 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1815
1816 * speedbar.el (speedbar-update-localized-contents): Try to
1817 preserve window-start.
1818 (speedbar-update-directory-contents): Try to preserve window-start
1819 and window-point.
1820 (speedbar-update-special-contents): Don't move back to start of window.
1821
1822 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1823 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1824 speedbar-timer-fn.
1825 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1826 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1827 instead of gdb-speedbar-timer-fn.
1828
1829 2006-02-28 Jay Belanger <belanger@truman.edu>
1830
1831 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1832 (math-compose-expr): Use latex option when calling
1833 `math-compose-tex-matrix' for latex mode.
1834
1835 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1836
1837 * speedbar.el: Re-instate comments about developing for speedbar
1838 [this is what info and gdb-ui use even if better methods exist now].
1839
1840 * t-mouse.el: New file.
1841 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1842 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1843 (t-mouse-make-event-element): Use posn-at-x-y instead.
1844 (t-mouse-make-event): Deal with Fedora Core 3.
1845 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1846 (t-mouse-mouse-position-function): New function. Use it instead
1847 of advising mouse-position.
1848 (t-mouse-mode): New minor mode.
1849 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1850
1851 2006-02-27 Glenn Morris <rgm@gnu.org>
1852
1853 * calendar/calendar.el (calendar-holidays): Doc fix.
1854
1855 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1856
1857 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1858 Re-introduce the concept of a source window.
1859 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1860 consistency with get-buffer-create.
1861 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1862 (gdb-data-list-register-values-handler)
1863 (gdb-stack-list-locals-handler): Try to preserve window-start as
1864 well as window-point.
1865 (gdb-display-source-buffer): New function (old concept).
1866 (gdb-goto-breakpoint): Use it.
1867
1868 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1869 for gdb-ui/gdb-mi (old concept).
1870
1871 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1872
1873 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1874 binding.
1875
1876 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1877
1878 * textmodes/reftex-sel.el (reftex-select-label-map)
1879 (reftex-select-bib-map): Add `follow-mouse' binding.
1880
1881 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1882
1883 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1884 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1885 Give :set functions to provide automatic updating.
1886 Update docstring. Give compiler defvars early in the file
1887 and move the defcustoms to a later spot where all called functions
1888 are defined.
1889 (jka-compr-file-name-handler-entry): Doc fix.
1890 (jka-compr-compression-info-list--internal)
1891 (jka-compr-mode-alist-additions--internal)
1892 (jka-compr-load-suffixes--internal): New variables.
1893 (jka-compr-install): Set the three above variables.
1894 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1895 (jka-compr-update, jka-compr-set): New functions.
1896 (auto-compression-mode): Doc fix.
1897
1898 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1899 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1900 Use jka-compr-compression-info-list--internal,
1901 jka-compr-mode-alist-additions--internal and
1902 jka-compr-load-suffixes--internal.
1903
1904 * files.el (load-library):
1905 * loadhist.el (file-loadhist-lookup):
1906 * startup.el (command-line):
1907 * subr.el (locate-library):
1908 * emacs-lisp/autoload.el (update-directory-autoloads):
1909 * emacs-lisp/find-func.el (find-library-suffixes):
1910 Use `get-load-suffixes' instead of `load-suffixes'.
1911
1912 * subr.el (locate-library):
1913 * emacs-lisp/find-func.el (find-library-name):
1914 Use `load-file-rep-suffixes' instead of '("").
1915
1916 2006-02-26 Kim F. Storm <storm@cua.dk>
1917
1918 * ido.el (ido-save-history, ido-load-history): Simplify.
1919 Don't use find-file-noselect to avoid interference from other modes.
1920
1921 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1922
1923 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1924 to use the default shell if filename is not available.
1925 Reported by Giorgos Keramidas.
1926
1927 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1928
1929 * progmodes/etags.el (tags-completion-table): Do completion from
1930 all the tables in the current list, as documented in the manual.
1931
1932 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1933
1934 * CC Mode Update to 5.31.3.
1935
1936 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1937
1938 * progmodes/cc-mode.el (c-postprocess-file-styles):
1939 Bind inhibit-read-only to t, around the call to
1940 c-remove-any-local-eval-or-mode-variables, so that it works on a
1941 RO file.
1942
1943 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1944
1945 * progmodes/cc-awk.el: Correct a typo.
1946
1947 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1948
1949 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1950 c-hungry-delete-backwards, at the request of RMS. Leave the old
1951 name as an alias.
1952
1953 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1954
1955 * progmodes/cc-mode.el: Correct a typo.
1956
1957 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1958
1959 * progmodes/cc-defs.el: Update the version number to 5.31.3.
1960
1961 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1962
1963 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1964 brace-else-brace (error due to mbeg, mend being undefined).
1965
1966 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1967
1968 * progmodes/cc-mode.el: File Local variables: Solve the problem
1969 where both `mode' and c-file-offsets are specified: `mode' will
1970 overwrite c-f-o's settings:
1971 (c-remove-any-local-eval-or-mode-variables): New function.
1972 (c-postprocess-file-styles): Call the above new function, within
1973 c-tentative-buffer-change, to splat `mode' and `eval' before the
1974 second hack-local-variables.
1975
1976 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1977
1978 * progmodes/cc-mode.el:
1979 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1980 (c-after-change): Protect the match data with save-match-data.
1981 It was getting corrupted by c-after-change-check-<>-operators.
1982
1983 * cc-defs.el: [Supersedes patch V1.38]:
1984 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1985 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
1986
1987 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1988 with save-match-data. It was being corrupted when Font Lock was
1989 not enabled.
1990
1991 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1992
1993 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1994 Mode and Subword Mode.
1995
1996 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1997 real labels ("case 1:" or "foo:") from non-labels ("public:").
1998 (c-forward-objc-directive): Replace c-forward-token-2 with crude
1999 coding; c-f-t-2 doesn't move over a token at EOB.
2000
2001 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
2002
2003 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
2004 (c-update-modeline): Concatenate the minor mode indicators
2005 directly onto mode-name, removing c-submode-indicators.
2006 Sometimes, c-s-i got separated from the mode name on the mode line.
2007
2008 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
2009 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
2010
2011 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
2012
2013 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
2014 error message when there's an evaluation error to show whether
2015 it's loaded from source or not.
2016 (c-filter-ops): Make it available at runtime too to work when
2017 `c-make-init-lang-vars-fun' needs to evaluate from source.
2018
2019 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
2020
2021 * help.el (help): Revert last part of 2006-02-23 change (deletion
2022 of the `provide' call).
2023
2024 2006-02-23 Juri Linkov <juri@jurta.org>
2025
2026 * compare-w.el (compare-windows-highlight): Add new value
2027 `persistent' and change :type from `boolean' to `choice'.
2028 (compare-windows-overlays1, compare-windows-overlays2):
2029 New internal variables.
2030 (compare-windows-highlight): If compare-windows-highlight is
2031 `persistent', add current overlays to compare-windows-overlays[12]
2032 instead of adding compare-windows-dehighlight to pre-command-hook.
2033 (compare-windows-dehighlight): Delete all overlays from
2034 compare-windows-overlays[12].
2035
2036 * info.el (Info-search): Don't bind search-spaces-regexp to
2037 Info-search-whitespace-regexp in non-regexp isearch mode.
2038
2039 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2040
2041 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
2042
2043 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
2044
2045 * textmodes/org.el (org-xemacs-p)
2046 (org-export-html-show-new-buffer, org-table-may-need-update)
2047 (org-insert-item, org-mhe-get-message-real-folder)
2048 (org-mhe-get-message-folder-from-index)
2049 (org-mhe-get-message-folder, org-mhe-get-message-num)
2050 (org-mhe-get-header, org-make-org-heading-search-string)
2051 (org-make-org-heading-camel, org-table-sort-lines)
2052 (org-format-org-table-html, org-format-table-table-html):
2053 Fix typos in docstrings.
2054
2055 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
2056
2057 * textmodes/org.el (org-cleaned-string-for-export)
2058 (org-solidify-link-text): New function.
2059 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
2060 XEmacs, just to silence the compiler.
2061 (org-export-as-ascii, org-export-as-html-and-open):
2062 Use `org-cleaned-string-for-export' and create internal links.
2063 (org-follow-mhe-link): Require mh-e, use folder.
2064
2065 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2066
2067 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
2068
2069 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
2070 gdb-debug-log-length.
2071 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
2072 it a real ring but...
2073 (gud-gdba-marker-filter): ...make it work like mark-ring.
2074 (gdb-enable-debug): Rename from gdb-enable-debug-log.
2075 (gdb-mouse-jump): New function. Add bindings.
2076
2077 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2078
2079 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
2080 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
2081 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
2082 (gdb-debug-log-length): Customize it's length.
2083 (gud-watch, gdb-var-create-handler): Display function::var format
2084 but don't use to create variable object.
2085 (gdb-var-create-handler): Use message-box in place of message.
2086 (gdb-stopped): Call gdb-exited if signalled.
2087
2088 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
2089
2090 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
2091
2092 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
2093
2094 * textmodes/reftex.el (reftex-locate-file): Search all extensions
2095 if `reftex-try-all-extensions' is set.
2096
2097 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
2098 fail silently when there is no valid argument at point.
2099 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
2100 `fail-silently' argument. From a patch by David Reiter.
2101
2102 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
2103 New commands.
2104 (org-mark-ring): New variable.
2105 (org-mark-ring-length): New option.
2106 (org-open-at-point, org-goto, org-open-file): Push old position
2107 onto the mark ring.
2108 (org-add-hook): New function.
2109 (org-export-table-remove-special-lines): New option.
2110 (org-skip-comments, org-format-org-table-html): Respect new
2111 option `org-export-table-remove-special-lines'.
2112 (org-open-file): Allow special command configuration for
2113 directory link.
2114 (org-file-apps): Fix bugs in customize type, added setting
2115 for directories.
2116 (org-activate-tags, org-format-agenda-item, org-complete)
2117 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
2118 (org-get-tags, org-get-buffer-tags, org-open-at-point)
2119 (org-link-search, org-make-org-heading-search-string)
2120 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
2121 (org-radio-targets, org-file-link-context-use-camel-case)
2122 (org-activate-camels): New options.
2123 (org-update-radio-target-regexp, org-all-targets)
2124 (org-make-target-link-regexp, org-activate-target-links):
2125 New functions.
2126 (org-make-org-heading-search-string): New function.
2127 (org-store-link, org-insert-link): Use new option
2128 `org-file-link-context-use-camel-case'.
2129 (org-activate-camels): Use new option `org-activate-camels'.
2130 (org-link-regexp): Add mhe prefix.
2131 (org-open-at-point, org-store-link): Support for mhe links.
2132 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
2133 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
2134 (org-mhe-get-header, org-follow-mhe-link): New functions.
2135 (org-remove-angle-brackets, org-add-angle-brackets):
2136 New functions.
2137 (org-bracket-link-regexp): New constant.
2138 (org-read-date): Fix bug that was rejecting all typed dates.
2139 (org-link-search): Make hierarchy above visible after a match.
2140 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
2141 (org-store-link): Fix bug with link creation when cursor is in
2142 an empty line.
2143 (org-open-at-point): Fix bug with matching a link.
2144 Fixed buggy argument sequence in call to `org-view-tags'.
2145 (org-compile-prefix-format): Set `org-prefix-has-tag'.
2146 (org-prefix-has-tag): New variable.
2147 (org-format-agenda-item): Remove tags from headline
2148 if appropriate.
2149 (org-agenda-remove-tags-when-in-prefix): New option.
2150
2151 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
2152
2153 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
2154 Fix the regular expressions.
2155
2156 2006-02-21 Richard M. Stallman <rms@gnu.org>
2157
2158 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
2159 if there's no other specific basis.
2160
2161 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
2162 as variables at all.
2163 (unsafep-variable): Rename arg; doc fix.
2164
2165 * abbrevlist.el (list-one-abbrev-table): Add autoload.
2166
2167 * calendar/appt.el (diary-selective-display): Add defvar.
2168
2169 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
2170
2171 * isearch.el (search-whitespace-regexp): Fix custom type.
2172
2173 * help.el (describe-key-briefly): Compute interactive args
2174 in same was as before previous change.
2175
2176 * files.el (enable-local-variables): Doc fix.
2177
2178 2006-02-21 Kim F. Storm <storm@cua.dk>
2179
2180 * fringe.el: Cleanup as file is now pre-loaded.
2181 (fringe-bitmaps): Initialize unconditionally.
2182 (fringe-mode, set-fringe-style): Remove autoload cookies.
2183
2184 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2185
2186 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
2187 `horizontal-bar'.
2188 (fringe-cursor-alist): Use `horizontal-bar'.
2189
2190 2006-02-20 Kim F. Storm <storm@cua.dk>
2191
2192 * fringe.el (fringe-bitmaps): Update to new bitmap names.
2193 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
2194
2195 * loadup.el: Load "fringe" on window systems.
2196
2197 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2198
2199 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
2200 out of scope components.
2201
2202 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
2203 default.
2204
2205 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
2206
2207 * custom.el (customize-mark-to-save, customize-mark-as-set):
2208 Load the symbol first.
2209
2210 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
2211
2212 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
2213 strech spec so it doesn't display as "^J" on the header line
2214 when `Buffer-menu-use-header-line' is t.
2215
2216 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2217
2218 * speedbar.el (speedbar-make-button): Keep text properties
2219 of string arguments if desired.
2220
2221 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
2222 expessions.
2223
2224 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
2225 of speedbar.
2226
2227 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
2228
2229 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
2230 to value of `read-file-name-completion-ignore-case'.
2231
2232 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
2233
2234 * custom.el (customize-mark-as-set): Push to `user' theme.
2235
2236 * cus-edit.el (custom-save-variables): Allow unthemed values.
2237 (customize-set-variable): Push setting to `user' theme.
2238
2239 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2240
2241 * progmodes/gud.el: Don't require font-lock as it's now
2242 automatically loaded.
2243 (gud-speedbar-buttons): Replace gdb-var-changed with
2244 gdb-force-update.
2245
2246 * progmodes/gdb-ui.el (gdb-force-update): Rename from
2247 gdb-var-changed.
2248 (gdb-post-prompt): Use it.
2249 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2250 (gdb-var-update-handler, gdb-var-delete)
2251 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
2252 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
2253 gdb-force-update in gdb-post-prompt.
2254 (gdb-reset): Clear watch expressions from speedbar when quitting.
2255
2256 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2257
2258 * viper-cmd.el (viper-insert-state-post-command-sentinel)
2259 (viper-change-state-to-vi, viper-change-state-to-emacs):
2260 Make aware of cursor coloring in the Emacs state.
2261 (viper-special-read-and-insert-char): Use read-char-exclusive.
2262 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
2263
2264 * viper-init.el (viper-emacs-state-cursor-color): New variable.
2265
2266 * viper-util.el (viper-save-cursor-color)
2267 (viper-get-saved-cursor-color-in-replace-mode)
2268 (viper-get-saved-cursor-color-in-insert-mode)
2269 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
2270 state.
2271 (viper-get-saved-cursor-color-in-emacs-mode): New function.
2272
2273 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
2274 (ediff-ignore-case-option3, ediff-actual-diff-options)
2275 (ediff-actual-diff3-options): New variables to control case sensitivity.
2276 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
2277 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
2278 (ediff-toggle-ignore-case): New function.
2279 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
2280
2281 * ediff-help.el (ediff-long-help-message-narrow2)
2282 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
2283 (ediff-long-help-message-word-mode): Add ignore-case command.
2284 (ediff-help-for-quick-help): Add ignore-case command.
2285
2286 * ediff-merg.el: Move provide to the end.
2287
2288 * ediff-ptch.el: Move provide to the end.
2289
2290 * ediff-wind.el: Move provide to the end.
2291
2292 * ediff-mult.el: Move provide to the end.
2293 (ediff-set-meta-overlay): Enable follow-link.
2294
2295 * ediff.el: Move provide to the end.
2296 Break recursive load cycle in eval-when-compile.
2297 (ediff-patch-buffer): Better heuristics.
2298
2299 * ediff-util.el: Move provide to the end.
2300 Break recursive load cycle in eval-when-compile.
2301 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
2302 defuns.
2303 (ediff-submit-report): Pass the values of ediff-diff3-program,
2304 ediff-diff3-options.
2305
2306 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2307
2308 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2309 the opening bracket of the following bracketing pairs: {}, [], (), <>,
2310 `' (for example, in the docstring of `windmove-default-keybindings').
2311
2312 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2313
2314 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2315 shadow face. Don't provide binding to edit variable when it is
2316 out of scope.
2317
2318 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2319 (gdb-var-update-handler): Detect out of scope variables with pre
2320 GDB 6.4 too.
2321 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2322 Reset status of variable objects to nil in update handlers.
2323 (gdb-var-update-handler-1): Detect when a variable object comes
2324 in scope. setcar on var changes gdb-var-list directly.
2325
2326 2006-02-17 Juri Linkov <juri@jurta.org>
2327
2328 * ffap.el (ffap) <defface>: Add explicit face declaration.
2329 (ffap-highlight): Use face `ffap' directly instead of checking
2330 for its existence.
2331
2332 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2333 `visible-ok' of `other-buffer' to find the right original buffer.
2334
2335 * info.el (Info-search): Skip `Local Variables' node.
2336
2337 2006-02-17 Juri Linkov <juri@jurta.org>
2338
2339 * info.el (Info-find-file): Check for symbols `apropos', `history',
2340 `toc' in the input filename, and return these symbols as is.
2341 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2342 `history', `toc' instead of strings.
2343 (Info-set-mode-line): For non-string Info-current-file use the
2344 symbol's name inside **.
2345 (Info-isearch-push-state): Add quote before Info-current-file and
2346 Info-current-node.
2347 (Info-isearch-pop-state): Use `equal' instead of `string='.
2348 (Info-extract-pointer, Info-following-node-name): Use
2349 `match-string-no-properties' instead of `match-string'.
2350 (Info-up): Check `old-file' for `stringp'.
2351 (Info-history): Use `equal' instead of `string-equal'.
2352 Check `file' for `stringp'.
2353 (Info-history): Use symbol `history' instead of string as first arg
2354 of `Info-find-node'.
2355 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2356 `toc' instead of string.
2357 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2358 instead of `buffer-substring', and `match-string-no-properties'
2359 instead of `match-string'.
2360 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2361 instead of strings.
2362 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2363 Use symbol `apropos' instead of string.
2364 (Info-copy-current-node-name): Check `Info-current-file' for
2365 `stringp' and construct a command with `Info-find-node' from it.
2366 (Info-fontify-node): Use `match-string-no-properties' instead of
2367 `match-string' and check file names for `stringp'.
2368 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2369 `history', `toc' instead of strings.
2370
2371 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2372
2373 * files.el: Rearrange functions and variables in the file local
2374 variables section.
2375
2376 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2377
2378 * files.el: Add truncate-lines, ispell-check-comments and
2379 ispell-local-dictionary as safe local variables.
2380
2381 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2382
2383 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2384 out of scope variables.
2385 (gud-speedbar-buttons): Use unless.
2386
2387 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2388 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2389 (gdb-show-changed-values): Also use for out of scope variables.
2390 (gdb-var-update-handler-1): Note if variable goes out of scope.
2391
2392 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2393
2394 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2395 default to global variable values for unsupplied args.
2396 (rcirc-get-buffer-create): Fix bug with setting the target.
2397 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2398 test for rcirc-always-use-server-buffer-flag here.
2399 (rcirc-response-formats): Add %N, which is a facified nick. %n
2400 uses the default face. Change the ACTION format string. If the
2401 "nick" is the server, don't print anything for that field.
2402 Comment fixes.
2403 (rcirc-target-buffer): Don't test
2404 rcirc-always-use-server-buffer-flag here.
2405 (rcirc-print): Squeeze extra spaces out of the text before message.
2406 (rcirc-put-nick-channel): Strip potential "@" char from nick
2407 before adding them to nick table.
2408 (rcirc-url-regexp): Improve to match address like "foo.com".
2409
2410 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2411
2412 * allout.el (allout-hidden-p): Move this defsubst before
2413 allout-overlay-interior-modification-handler, where it is first
2414 used.
2415
2416 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2417
2418 * allout.el: Use allout invisible-text overlays instead of
2419 selective display for concealed text. Also, lots of general
2420 cleanup, and improved compatibility code.
2421
2422 (allout-version) Incremented, corrected, revised, and refined
2423 module commentary.
2424
2425 (provide 'allout): Moved to the bottom, added a require of overlay.
2426
2427 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2428 `except-current'.
2429 (allout-write-file-hook-handler): Minimize delay.
2430 (count-trailing-whitespace-region): New function so
2431 auto-encryption of current topic can resituate cursor exactly.
2432 PGP/GPG encryption trims trailing whitespace from lines, which
2433 must be accounted for across encryption then decryption.
2434
2435 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2436 just plain "\C-c", to avoid intruding on user's keybinding space.
2437
2438 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2439 parameter, so user request to provide a new password is done.
2440
2441 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2442 Refined mechanism for auto-filling behavior while in allout mode.
2443
2444 (allout-mode): Explicitly specify the mode map in the docstring.
2445 Clarify provision for various write-file hook var names.
2446 Adjusted for invisible-text overlays instead of selective-display.
2447
2448 (allout-depth): Really return 0 if not within any topic. This
2449 rectifies `allout-beginning-of-level' and sequence numbering
2450 errors that occur when cutting and pasting numbered topics.
2451 Changed from a in-line subst to a regular function, as well.
2452
2453 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2454
2455 (allout-end-of-subtree, allout-end-of-subtree)
2456 (allout-end-of-entry, allout-end-of-current-heading)
2457 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2458 (allout-show-children, allout-show-to-offshoot)
2459 (allout-hide-current-entry, allout-show-current-entry): Rectified
2460 handling of trailing blank lines between items.
2461
2462 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2463 (allout-current-depth, allout-unprotected, allout-hidden-p)
2464 (allout-on-current-heading-p, allout-listify-exposed)
2465 (allout-chart-subtree, allout-goto-prefix)
2466 (allout-back-to-current-heading, allout-get-body-text)
2467 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2468 (allout-hide-region-body, allout-toggle-subtree-encryption)
2469 (allout-encrypt-string, allout-encrypted-key-info)
2470 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2471 (allout-file-vars-section-data): Adjusted for use with
2472 invisible-text overlays instead of selective-display.
2473
2474 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2475 Reworked for use with invisible text overlays.
2476
2477 (allout-current-topic-collapsed-p): New function.
2478
2479 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2480 to know when to close the containing topic.
2481
2482 (allout-pre-command-business, allout-post-command-business):
2483 Simplify undo-batching and dynamic isearch exposure.
2484
2485 (allout-set-overlay-category): New for invisible-text overlays.
2486 Sets properties of allout-overlay-category, used by
2487 allout-flag-region to set invisible-text overlay properties.
2488 (allout-get-invisibility-overlay): Get the first qualifying
2489 invisibility overlay, so we can find the extent of it.
2490 (allout-back-to-visible-text): Get to just before the beginnining
2491 of the current invisibility overlay, if any.
2492
2493 (allout-overlay-insert-in-front-handler)
2494 (allout-overlay-interior-modification-handler)
2495 (allout-before-change-handler, allout-isearch-end-handler): New
2496 functions to handle extraordinary actions affecting concealed
2497 text.
2498
2499 (allout-flag-region): Use overlays instead of selective-display
2500 for invisible text - by inheritence from the properties of
2501 allout-overlay-category in mainline Emacs, and applied
2502 property-by-property in XEmacs, some recent versions of which
2503 don't inherit the properties from the category. Provisions to
2504 respond to concealed-text edits simplified drastically.
2505
2506 (allout-isearch-rectification, allout-isearch-was-font-lock)
2507 (allout-isearch-expose, allout-enwrap-isearch)
2508 (allout-isearch-abort, allout-pre-was-isearching)
2509 (allout-isearch-prior-pos, allout-isearch-did-quit)
2510 (allout-isearch-dynamic-expose)
2511 (allout-hide-current-entry-completely): Functions deleted.
2512
2513 (allout-undo-aggregation): Explicit undo aggregation no longer
2514 necessary due to transition away from selective-display.
2515
2516 (set-allout-regexp, allout-up-current-level)
2517 (allout-next-visible-heading, allout-forward-current-level)
2518 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2519 (allout-kill-line, allout-yank-processing, allout-show-children)
2520 (allout-expose-topic, allout-old-expose-topic)
2521 (allout-listify-exposed, allout-insert-latex-header)
2522 (allout-toggle-subtree-encryption, allout-encrypt-string)
2523 (remove-from-invisibility-spec, allout-hide-current-subtree):
2524 Ditched unused variables.
2525
2526 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2527
2528 * textmodes/ispell.el (ispell-change-dictionary): Call
2529 ispell-buffer-local-dict instead of
2530 ispell-accept-buffer-local-defs.
2531 (ispell-local-dictionary-alist): Accept as valid any coding-system
2532 supported by Emacs.
2533 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2534 changed to iso-8859-3.
2535
2536 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2537
2538 * speedbar.el (speedbar-frame-width): Make an inline function
2539 instead of a macro. Use frame-width.
2540 (speedbar-try-completion, speedbar-update-contents)
2541 (speedbar-timer-fn): Use consp.
2542 (speedbar-update-localized-contents): Try to preserve point.
2543
2544 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2545 (menu): Re-order menu items.
2546 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2547 field.
2548 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2549 (gdb-post-prompt): Speed things by not forcing update.
2550
2551 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2552
2553 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2554 press and perform default action if we get a mouse movement event.
2555
2556 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2557
2558 * calendar/icalendar.el (icalendar--get-event-property)
2559 (icalendar--get-event-property-attributes): Fix typos in
2560 docstrings.
2561
2562 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2563 docstring.
2564
2565 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2566
2567 * bs.el (bs-mode): Use `buffer-disable-undo'.
2568 (bs--get-file-name): Simplify.
2569 (bs-show-in-buffer): Mark the buffer as not modified.
2570
2571 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2572
2573 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2574 widget-button-click.
2575
2576 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2577 (custom-mode): Update docstring.
2578
2579 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2580 binding.
2581
2582 * files.el (hack-local-variables-confirm): Allow scrolling if the
2583 file variable list is too long. Kill temp buffer after use.
2584
2585 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2586
2587 * progmodes/gud.el (gdb): Improve doc string.
2588 (gdb-script-font-lock-keywords): Expand allowed character set.
2589
2590 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2591 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2592 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2593 (gdb-separate-io-stop, gdb-separate-io-eof):
2594 Rename from gdb-inferior-* to gdb-separate-*.
2595 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2596
2597 2006-02-14 Jay Belanger <belanger@truman.edu>
2598
2599 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2600 expression is a symbol before checking that it is bound.
2601
2602 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2603 test to see if equation can be solved.
2604
2605 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2606
2607 * wid-edit.el (widget-button-click): Use :pressed-face property
2608 for overlay face, if it exists.
2609
2610 * cus-edit.el (custom-manual, custom-add-see-also)
2611 (custom-add-parent-links, custom-group-link): Add :pressed-face
2612 property to links.
2613
2614 * files.el (hack-local-variables): Remove ignored variables before
2615 checking if any variables need setting.
2616
2617 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2618
2619 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2620
2621 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2622
2623 * help.el (where-is): Fix message for remapped commands.
2624
2625 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2626 Fix typos in docstrings.
2627
2628 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2629
2630 * files.el (safe-local-variable-values): New option.
2631 (hack-local-variables-prop-line): Return a list of variable-value
2632 pairs if MODE-ONLY is non-nil.
2633 (hack-local-variables): Construct list of variable-value pairs,
2634 and apply or reject them in one go. Ask for confirmation if
2635 variables are not known safe.
2636 (hack-local-variables-confirm): Complete rewrite. Support
2637 `safe-local-variable-values'.
2638 (enable-local-variables): Update docstring to reflect new
2639 behavior.
2640 (ignored-local-variables): Ignore ignored-local-variables and
2641 safe-local-variable-values.
2642 (safe-local-variable-p): New function.
2643 (risky-local-variable-p): `safe-local-variable' property check
2644 moved to safe-local-variable-p.
2645 (hack-one-local-variable): Checks moved to hack-local-variables.
2646
2647 (byte-compile-dynamic, c-basic-offset, c-file-style)
2648 (c-indent-level, comment-column, fill-column, fill-prefix)
2649 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2650 (no-update-autoloads, outline-regexp, page-delimiter)
2651 (paragraph-start, paragraph-separate, sentence-end)
2652 (sentence-end-double-space tab-width, version-control):
2653 Add `safe-local-variable' property.
2654
2655 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2656
2657 * icomplete.el, play/landmark.el: Change nonexistent
2658 `outline-layout' file variable to `allout-layout'.
2659
2660 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2661
2662 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2663 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2664 to gud-comint-buffer.
2665 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2666 gdb-ui.el for gdb-mi.el.
2667 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2668 registers buffer to gdb-get-changed-registers.
2669 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2670 deletion of catchpoints (throw and catch).
2671 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2672 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2673 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2674 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2675 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2676
2677 2006-02-13 Jay Belanger <belanger@truman.edu>
2678
2679 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2680 expression is a symbol before checking that it is bound.
2681
2682 2006-02-13 Richard M. Stallman <rms@gnu.org>
2683
2684 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2685 for the minibuffer too, but not if resize-mini-windows will interfere.
2686
2687 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2688 inside `interactive' spec.
2689 (describe-key-briefly-internal, describe-key-internal):
2690 Functions merged back into their callers.
2691
2692 2006-02-13 Martin Rudalics <rudalics@gmx.at>
2693
2694 * info.el (info-xref-visited): Inherit from info-xref too.
2695 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2696 when propertizing Info-current-file and Info-current-node.
2697
2698 2006-02-13 Juri Linkov <juri@jurta.org>
2699
2700 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2701 (tumme-thumb-name): Fix per-directory format.
2702
2703 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2704
2705 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2706
2707 2006-02-12 Miles Bader <miles@gnu.org>
2708
2709 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2710
2711 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2712
2713 * tumme.el: Remove history section. If someone needs the it, it
2714 can always be found in CVS.
2715
2716 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2717
2718 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2719 about the Thumbnail Managing Standard option.
2720
2721 2006-02-12 Richard M. Stallman <rms@gnu.org>
2722
2723 * subr.el (substitute-key-definition): Doc fix.
2724
2725 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2726
2727 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2728
2729 * info.el (Info-mode): Doc fix.
2730
2731 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2732
2733 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2734
2735 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2736 because on Solaris a POSIX compatible "id" is needed. Reported by
2737 Magnus Henoch <mange@freemail.hu>.
2738
2739 2006-02-12 Juri Linkov <juri@jurta.org>
2740
2741 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2742 (tumme) <defgroup>: Change :group to `multimedia'.
2743 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2744 Managing Standard.
2745 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2746 Fix dostring.
2747 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2748 and %y. Fix docstring.
2749 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2750 (tumme-cmd-create-standard-thumbnail-command): New user options.
2751 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2752 is `standard'. Fix docstring.
2753 (tumme-thumb-width, tumme-thumb-height): New user options.
2754 (tumme-external-viewer): Try to find various viewers.
2755 (tumme-get-thumbnail-image): Use `create-image' instead of
2756 constructing the `image' structure.
2757 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2758 `standard'.
2759 (tumme-thumb-name): Add file name generation for standard storage.
2760 Simplify code for other storages.
2761 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2762 Add modification time %m and thumbnail-nq8 %q.
2763 Use `tumme-cmd-create-standard-thumbnail-command' if
2764 tumme-thumbnail-storage is `standard'.
2765 (tumme-dired-insert-marked-thumbs): New autoload command.
2766 (tumme-dired-after-readin-hook): New function.
2767 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2768 `tumme-thumb-size'.
2769 (tumme-display-image): Replace size-x %x and size-y %y with
2770 width %w and height %h.
2771
2772 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2773 `tumme-dired-insert-marked-thumbs'.
2774
2775 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2776
2777 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2778 include path).
2779 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2780 matching tag.
2781
2782 2006-02-12 Miles Bader <miles@gnu.org>
2783
2784 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2785 New variables.
2786 (rcirc-abbrev-nick): New function.
2787 (rcirc-format-response-string): Rewrite to use the formats in
2788 `rcirc-response-formats' and expand escape sequences therein.
2789 A text-property `rcirc-text' is added over the actual response
2790 text to make easy to find inside the returned string.
2791 (rcirc-print): When filling, just look for the `rcirc-text'
2792 text-property to find the appropriate fill prefix, instead of
2793 using hardwired patterns.
2794
2795 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2796
2797 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2798 Managing Standard.
2799
2800 2006-02-11 Kim F. Storm <storm@cua.dk>
2801
2802 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2803 Don't use insert-buffer; do insert-buffer-substring directly.
2804 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2805
2806 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2807
2808 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2809 with inhibit-read-only. Suggested by Stefan Monnier.
2810 (revert-buffer): Let insert-file-contents discard
2811 buffer-undo-list. Simplify code.
2812 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2813
2814 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2815
2816 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2817
2818 * help.el (describe-key-briefly): Now a wrapper for
2819 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2820 to t. Populate yank-menu if empty.
2821 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2822 (describe-key): Now a wrapper for describe-key-internal. Bind
2823 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2824 (describe-key-internal): Renamed from describe-key.
2825
2826 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2827
2828 * progmodes/glasses.el (glasses-separator): Doc fix.
2829 (glasses-original-separator): New defcustom.
2830 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2831
2832 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2833
2834 * mwheel.el (mouse-wheel-up-event): Doc fix.
2835
2836 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2837
2838 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2839 (tumme-dir): New function. Copied from thumbs.el.
2840
2841 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2842
2843 * desktop.el (desktop-outvar): Fix typo.
2844 (desktop-save-buffer-p): Doc fix.
2845
2846 * subr.el (substitute-key-definition): Fix typo.
2847
2848 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2849
2850 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2851 when window-system is mac.
2852
2853 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2854
2855 2006-02-10 Kim F. Storm <storm@cua.dk>
2856
2857 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2858 indirect-function instead of using condition-case.
2859
2860 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2861
2862 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2863 less `colloquial'...
2864
2865 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2866
2867 * tumme.el: Add a couple of todo items.
2868
2869 2006-02-09 Lars Hansen <larsh@soem.dk>
2870
2871 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2872 (highlight-changes-mode): Don't change desktop-locals-to-save.
2873
2874 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2875
2876 * image-mode.el (image-toggle-display): Clear image cache if using
2877 filename.
2878
2879 2006-02-09 Masatake YAMATO <jet@gyve.org>
2880
2881 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2882 a `dired-man' target.
2883
2884 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2885 boundary of symbols.
2886
2887 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2888
2889 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2890
2891 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2892
2893 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2894 `mapcar'; return nil.
2895
2896 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2897
2898 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2899 some other event.
2900
2901 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2902
2903 * net/rcirc.el (rcirc-startup-channels-alist):
2904 Add irc.freenode.net and #emacs as defaults.
2905 (rcirc-ignore-all-activity-flag): Remove variable.
2906 (rcirc-authinfo): New variable.
2907 (rcirc-authinfo-filename): Remove variable.
2908 (rcirc-always-use-server-buffer-flag): New flag.
2909 (rcirc): M-x rcirc will automatically connect without prompting.
2910 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2911 connection in lisp.
2912 (rcirc-process-server-response-1): Remove everything but the nick
2913 portion of the sender so it doesn't need to be done everywhere
2914 else. Update related code.
2915 (global-map): Remove global keybindings.
2916 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2917 (rcirc-send-input): Split into several functions.
2918 (rcirc-process-input-line, rcirc-process-message)
2919 (rcirc-process-command): New functions.
2920 (rcirc-target-buffer): New function to determine where to route
2921 messages.
2922 (rcirc-user-nick): Save match data.
2923 (rcirc-toggle-ignore-buffer-activity)
2924 (rcirc-update-activity-string): Remove global ignore functionality,
2925 which can be done now by toggling rcirc-track-minor-mode.
2926 (rcirc-track-minor-mode-map): New keymap.
2927 (rcirc-track-minor-mode): New minor-mode.
2928 (ignore): Make the ignore output nicer. Always print it when
2929 adding or removing nicks.
2930 (rcirc-url-regexp): Improve.
2931 (rcirc-mangle-text): Remove properties before using text in the
2932 modeline.
2933 (rcirc-authenticate): Authentication data comes from
2934 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2935 (rcirc-server-prefix): Inherit from rcirc-server.
2936
2937 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2938
2939 * Makefile.in (compile): Append "|| true" to the end of the `find'
2940 command, like compile-always does.
2941
2942 2006-02-08 Sam Steingold <sds@gnu.org>
2943
2944 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2945 output from a dead connection.
2946
2947 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2948
2949 * dired.el (dired-mode-map): Add more bindings for tumme.
2950
2951 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2952
2953 * wdired.el (wdired-mode-map): Use remap.
2954 (wdired-get-filename): Massage.
2955 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2956 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2957 `keymap' property rather than `local-map'.
2958
2959 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2960
2961 * tumme.el (tumme-get-thumbnail-image): New utility function.
2962 Suggested by from Chong Yidong.
2963 (tumme-dired-with-window-configuration): Rename from
2964 `tumme-dired'. Add code to save window configuration.
2965 (tumme-restore-window-configuration): New command to restore the
2966 window configuration that `tumme-dired-with-window-configuration'
2967 saves before it changes the window configuration.
2968 (tumme-show-all-from-dir): New command to display thumbnails for
2969 all files in a directory entered by the user, like M-x thumbs.
2970 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2971 have been created.
2972 (tumme-display-thumbnail-original-image): Call `display-buffer'.
2973 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2974 Remove obsolete test function.
2975
2976 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
2977
2978 * vc.el (small-temporary-file-directory): Remove defvar; there's
2979 a defcustom for it in files.el.
2980
2981 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2982 Fix typo in message.
2983 (tumme-gallery-generate): Fix typo in `error' message.
2984 (tumme-display-window-height-correction)
2985 (tumme-display-window-width-correction, tumme-line-up-dynamic)
2986 (tumme-line-up-interactive): Dox fixes.
2987 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2988 (tumme-restore-window-configuration, tumme-format-properties-string)
2989 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2990 Fix typos in docstrings.
2991
2992 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2993
2994 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2995
2996 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
2997
2998 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2999 User should use hook if desired.
3000
3001 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
3002 buffer if necessary.
3003 (gdb-delete-frame-or-window): New function.
3004 (gdb-breakpoints-mode-map): Bind "q" to it.
3005
3006 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
3007
3008 * textmodes/nroff-mode.el: Clean up name space.
3009 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
3010 (nroff-mode): Obey the global setting of nroff-electric-mode.
3011 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
3012
3013 * calendar/calendar.el (calendar-increment-month): Typo in last change.
3014
3015 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
3016
3017 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
3018
3019 2006-02-06 Lars Hansen <larsh@soem.dk>
3020
3021 * generic-x.el (etc-fstab-generic-mode): Add file system types
3022 cifs and usbdevfs. Allow special chars in file names.
3023
3024 2006-02-05 Jay Belanger <belanger@truman.edu>
3025
3026 Update copyright notices of the files in lisp/calc.
3027
3028 2006-02-05 Romain Francoise <romain@orebokech.com>
3029
3030 Update copyright notices of all files in the lisp/play directory.
3031
3032 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
3033
3034 * ldefs-boot.el: Regenerate.
3035
3036 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
3037
3038 2006-02-05 Kim F. Storm <storm@cua.dk>
3039
3040 * files.el (magic-mode-regexp-match-limit): New defvar.
3041 (set-auto-mode): Use it to limit magic-mode-alist matching.
3042
3043 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
3044
3045 * simple.el (display-message-or-buffer): Compare the number of
3046 characters to the frame width when determining whether a 1-line
3047 message string will fit in the echo area. Count screen lines
3048 instead of buffer lines when determining whether a multi-line
3049 message will fit in the echo area/minibuffer window.
3050
3051 2006-02-04 Eli Zaretskii <eliz@gnu.org>
3052
3053 * info.el (Info-index, Info-mode): Improve the description of the
3054 `i' command.
3055
3056 * ldefs-boot.el: Regenerate.
3057
3058 2006-02-03 Werner Lemberg <wl@gnu.org>
3059
3060 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
3061 greedy to find the closing bracket in \*[...] and similar
3062 expressions. This is a first rough fix -- many additional
3063 refinements are necessary to make nroff mode really usable with groff.
3064
3065 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
3066
3067 * international/mule-cmds.el (set-locale-environment):
3068 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
3069 libX11.
3070
3071 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
3072
3073 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
3074 archive are created in archive-tmpdir.
3075
3076 2006-02-02 John Paul Wallington <jpw@pobox.com>
3077
3078 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
3079 (ibuffer-fontification-alist): Use it.
3080 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
3081 to "* z" and the Ibuffer Mark menu.
3082
3083 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
3084
3085 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3086
3087 * textmodes/table.el (*table--cell-describe-mode)
3088 (*table--cell-describe-bindings): Undo last change since
3089 print-help-return-message is not obsoleted by anything at all.
3090
3091 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
3092
3093 * emulation/cua-base.el (cua-mode): Doc fix.
3094
3095 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
3096
3097 * dframe.el (dframe-handle-make-frame-visible)
3098 (dframe-handle-iconify-frame, dframe-get-focus)
3099 (dframe-select-attached-frame, dframe-power-click)
3100 (dframe-frame-mode): Fix typos in docstrings.
3101
3102 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
3103 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
3104 Fix typos in docstrings.
3105
3106 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
3107 (hi-lock-face-buffer, hi-lock-font-lock-hook)
3108 (hi-lock-archaic-interface-message-used)
3109 (hi-lock-file-patterns-range): Fix typos in docstrings.
3110
3111 * savehist.el (savehist-loaded, savehist-load, savehist-install)
3112 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
3113
3114 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
3115 Fix typo in docstring.
3116
3117 * net/newsticker.el (newsticker--decode-iso8601-date)
3118 (newsticker--set-customvar, newsticker--buffer-insert-item)
3119 (newsticker--do-run-auto-mark-filter)
3120 (newsticker--parse-generic-feed): Doc fixes.
3121 (newsticker--retrieval-timer-list, newsticker-url-list)
3122 (newsticker-hide-immortal-items-in-echo-area)
3123 (newsticker-hide-obsolete-items-in-echo-area)
3124 (newsticker-new-item-face, newsticker--enclosure)
3125 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
3126 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
3127 (newsticker--parse-generic-feed, newsticker--cache-contains)
3128 (newsticker--stat-num-items, newsticker-download-enclosures):
3129 Fix typos in docstrings.
3130
3131 * net/rcirc.el (rcirc-debug): Doc fix.
3132 (rcirc-fill-column, rcirc-receive-message-hooks)
3133 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
3134 (rcirc-mode, rcirc-generate-new-buffer-name)
3135 (rcirc-startup-channels, rcirc-ignore-update-automatic)
3136 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
3137 Fix typos in docstrings.
3138 (rcirc-print): "?\ " -> "?\s".
3139 (rcirc-cmd-join): Improve argument/docstring consistency.
3140
3141 2006-02-01 Mark A. Hershberger <mah@everybody.org>
3142
3143 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
3144 before narrow-to-region.
3145
3146 2006-02-01 Richard M. Stallman <rms@gnu.org>
3147
3148 * simple.el (move-beginning-of-line): Scan properly for invis change.
3149
3150 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
3151
3152 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
3153
3154 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
3155 change bit only when id-format is 'integer. Reported by Matt
3156 Hodges <M.P.Hodges@rl.ac.uk>.
3157
3158 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
3159
3160 * hilit-chg.el (highlight-changes-initial-state)
3161 (highlight-changes-global-initial-state): Doc fixes.
3162 (highlight-changes-global-modes, global-highlight-changes):
3163 Fix typos in docstrings.
3164
3165 2006-02-01 Kim F. Storm <storm@cua.dk>
3166
3167 * emulation/cua-base.el (cua-mode): Mention that CUA enables
3168 transient-mark-mode in doc string.
3169
3170 2006-01-31 Richard M. Stallman <rms@gnu.org>
3171
3172 * replace.el (multi-occur): Doc fix.
3173 (multi-occur-in-matching-buffers): Rename from
3174 multi-occur-by-filename-regexp. Prefix arg says match
3175 buffer names instead of file names.
3176
3177 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
3178
3179 * bs.el: Allow non-default values of `bs-header-lines-length'.
3180 (bs--running-in-xemacs): Remove (not needed anymore).
3181 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
3182 instead of `shrink-window', thus avoiding having to compute the
3183 height of the window.
3184 (bs--up): Wrap around even when there's no header.
3185 (bs--down): Use `forward-line' instead of `next-line'.
3186
3187 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
3188
3189 * image-mode.el (image-toggle-display): Use file name if possible,
3190 instead of unnecessarily allocating a (possibly huge) lisp string.
3191
3192 2006-01-30 John Paul Wallington <jpw@pobox.com>
3193
3194 * subr.el (toplevel): Define `cl-assertion-failed' condition here
3195 because the `assert' macro signals it at runtime.
3196
3197 * emacs-lisp/cl.el (toplevel): Remove definition of
3198 `cl-assertion-failed' condition.
3199
3200 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
3201
3202 * thumbs.el (thumbs-marked-list): Make buffer-local and
3203 permanent-local.
3204 (thumbs-insert-thumb): Make help-echo non-sticky.
3205 (thumbs-file-alist): Use eolp as check for (non)-image.
3206
3207 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
3208
3209 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
3210 (ediff-before-session-group-setup-hooks)
3211 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
3212 Fix typos in docstrings.
3213
3214 * window.el (bw-dir, bw-eqdir, balance-windows)
3215 (split-window-keep-point): Fix typos in docstrings.
3216
3217 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
3218 (org-quote-string, org-calendar-to-agenda-key)
3219 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
3220 (org-show-following-heading, org-tags-column)
3221 (org-use-tag-inheritance, org, org-allow-space-in-links)
3222 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
3223 (org-enable-table-editor, org-calc-default-modes)
3224 (org-table-allow-automatic-line-recalculation)
3225 (org-export-html-style, org-export-with-fixed-width)
3226 (org-export-with-sub-superscripts, org-special-keyword)
3227 (org-formula, org-time-grid, org-table-may-need-update)
3228 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
3229 (org-goto-quit, org-get-indentation, org-end-of-item)
3230 (org-move-item-down, org-move-item-up)
3231 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
3232 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
3233 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
3234 (org-agenda-log-mode, org-agenda-toggle-diary)
3235 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
3236 (org-agenda-file-to-end, org-agenda-no-heading-message)
3237 (org-agenda-get-closed, org-format-agenda-item)
3238 (org-cmp-priority, org-cmp-category, org-cmp-time)
3239 (org-agenda-change-all-lines, org-agenda-diary-entry)
3240 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
3241 (org-link-search, org-camel-to-words, org-open-file)
3242 (org-remember-handler, org-table-convert-region)
3243 (org-table-move-row-down, org-table-move-row-up)
3244 (org-table-copy-region, org-table-wrap-region)
3245 (org-table-toggle-vline-visibility)
3246 (org-table-get-vertical-vector, org-table-modify-formulas)
3247 (org-table-get-specials, org-recalc-commands)
3248 (org-table-rotate-recalc-marks, org-table-eval-formula)
3249 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
3250 (org-level-color-stars-only, org-insert-heading):
3251 Fix typos in docstrings.
3252 (last-arg): Add defvar.
3253
3254 * makefile.w32-in (WINS): Add erc.
3255 (MH_E_SRC): Update (copied from lisp/Makefile.in).
3256
3257 2006-01-29 Bill Wohler <wohler@newt.com>
3258
3259 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
3260 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
3261 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
3262 (mh-autoloads): Don't use comments on otherwise empty lines.
3263
3264 2006-01-29 Edward O'Connor <ted@oconnor.cx>
3265
3266 * emulation/viper.el (viper-major-mode-modifier-list): Add
3267 insert-state and vi-state entries for erc-mode.
3268 (viper-go-away, viper-set-hooks): Add and remove
3269 viper-comint-mode-hook from erc-mode-hook as appropriate.
3270
3271 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
3272
3273 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
3274
3275 * bs.el (bs--format-aux): Implement `middle' alignment as
3276 described in the docstring for `bs-attributes-list'.
3277 (bs--get-name): Simplify. Don't pad the buffer name.
3278
3279 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
3280
3281 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
3282 English aspell dictionary is installed, use the first entry of
3283 ispell-dictionary-alist-1.
3284
3285 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
3286
3287 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3288 Doc fix.
3289
3290 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
3291
3292 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3293 for `process-file', in order to let it work for older Emacsen too.
3294
3295 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3296
3297 * international/latexenc.el: Add a suitable `coding:' tag.
3298 (latexenc-find-file-coding-system): Undo last change.
3299
3300 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3301
3302 * international/latexenc.el (latexenc-find-file-coding-system):
3303 Make sure latexenc-main-file is a regular file and is readable.
3304
3305 2006-01-27 Andre Spiegel <spiegel@gnu.org>
3306
3307 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3308 Pass FILE to vc-user-login-name.
3309
3310 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3311
3312 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
3313
3314 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3315 there are no more images to display.
3316 (thumbs-mark, thumbs-unmark): Revert change so that they move to
3317 the next image.
3318
3319 2006-01-26 Richard M. Stallman <rms@gnu.org>
3320
3321 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3322
3323 * wid-edit.el (advertised-widget-backward): New alias.
3324 (widget-keymap): Use advertised-widget-backward for S-TAB.
3325
3326 * tumme.el: Correct the keywords.
3327 (tumme-dir-max-size): Use defvar.
3328 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3329
3330 * simple.el (move-beginning-of-line): Take account of fields.
3331 (clone-indirect-buffer-other-window): Take args like
3332 clone-indirect-buffer, and work like it.
3333
3334 * help-fns.el (describe-function): Don't pass `nil' as default.
3335
3336 * files.el (risky-local-variable-p): Follow var aliases.
3337
3338 * subr.el (lazy-completion-table): Doc fix.
3339
3340 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3341 global binding of `line'.
3342
3343 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3344
3345 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3346 Tramp.
3347
3348 * vc.el (vc-default-dired-state-info): Pass FILE to
3349 vc-user-login-name.
3350 (vc-default-update-changelog): Don't use vc-user-login-name, we
3351 don't need it here.
3352
3353 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3354 no longer necessary.
3355
3356 2006-01-25 Kenichi Handa <handa@m17n.org>
3357
3358 * international/mule.el (decode-char): Avoid the overhead of
3359 calling utf-lookup-subst-table-for-decode if
3360 utf-translate-cjk-mode is nil.
3361 (encode-char): Avoid the overhead of calling
3362 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3363 nil.
3364
3365 2006-01-22 Kenichi Handa <handa@m17n.org>
3366
3367 * international/mule.el (make-subsidiary-coding-system): Reset
3368 `coding-system-define-form' property of subsidiaries to nil.
3369 Avoid duplicated entry in coding-system-alist.
3370 (make-coding-system): Avoid duplicated entry in
3371 coding-system-alist.
3372 (define-coding-system-alias): Likewise.
3373
3374 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3375
3376 * completion.el: Minor fixes in introductory comment.
3377 (completion-def-wrapper): Fix alist.
3378
3379 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3380
3381 * thumbs.el (thumbs-new-image-size): New function.
3382 (thumbs-increment-image-size-element)
3383 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3384 (thumbs-decrement-image-size): Delete.
3385 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3386 temp files and use to resize.
3387 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3388 Use increment argument to enlarge/shrink. Preserve point.
3389 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3390 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3391 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3392 (thumbs-mark, thumbs-unmark): Preserve point.
3393 (thumbs-modify-image): Keep old temp files and use to modify.
3394 Cleanup old temp files at load time. Preserve point.
3395 (thumbs-view-image-mode-map): Use new command names.
3396
3397 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3398
3399 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3400
3401 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3402 the nastiest part of the cyclic dependency.
3403 (cal-menu-update): Use dotimes and calendar-increment-month.
3404
3405 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3406 (calendar-week-start-day): Add an :initializer.
3407 (calendar-mode-map): Use suppress-keymap, and command remapping.
3408 (describe-calendar-mode): Setup xref-stack info for the back button.
3409 (calendar-star-date): Insert before delete.
3410 (calendar-set-mode-line): Add file-modified info if applicable.
3411 (calendar-increment-month): New function.
3412
3413 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3414
3415 * font-lock.el (lisp-font-lock-keywords-2):
3416 Recognize "& keywords" only at word boundaries.
3417
3418 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3419
3420 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3421 and permanent-local.
3422 (thumbs-max-image-number): New variable.
3423 (thumbs-do-thumbs-insertion): Use them.
3424 (thumbs-per-line): Change default to 4.
3425 (thumbs-marked-list): Rename from thumbs-markedL.
3426 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3427 (thumbs-rename-images): Use -list instead of L for internal variables.
3428 (thumbs-call-convert): Use call-process instead of shell-command.
3429 (thumbs-insert-thumb): Add filename as help-echo to each image.
3430 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3431 Give dir to thumbs-show-thumbs-list.
3432 (thumbs-show-thumbs-list): Set default-directory to that of images.
3433 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3434 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3435 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3436 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3437
3438 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3439
3440 * ses.el (ses-read-cell): Provide a default value.
3441
3442 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3443
3444 * term/w32-win.el (image-library-alist): Add additional names for
3445 GIF library.
3446
3447 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3448
3449 * international/latexenc.el (latexenc-find-file-coding-system):
3450 Add file-regular-p check.
3451
3452 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3453
3454 * simple.el (clone-buffer): Don't show the new buffer in the same
3455 window.
3456
3457 2006-01-23 Juri Linkov <juri@jurta.org>
3458
3459 * faces.el (link, link-visited): New faces based on default values
3460 of `info-xref' and `info-xref-visited'.
3461
3462 * info.el (info-xref): Inherit from `link'.
3463 (info-xref-visited): Inherit from `link-visited'.
3464
3465 * cus-edit.el (custom-buffer-create-internal): Use widget type
3466 `custom-manual' instead of `info-link' and don't set properties
3467 `button-face' and `mouse-face' explicitly.
3468 (custom-browse-group-tag, custom-browse-variable-tag)
3469 (custom-browse-face-tag): Inherit from widget class
3470 `custom-group-link' instead of `push-button'.
3471 (custom-button-unraised): Inherit from `underline' face.
3472 (custom-link): Inherit from `link' face. Fix doc and group.
3473 (custom-add-parent-links, custom-group-value-create): Don't set
3474 properties `button-face' and `mouse-face' explicitly for
3475 `custom-group-link' widget.
3476 (custom-group-link): Add properties `button-face' and `mouse-face'
3477 to widget definition.
3478 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3479 editable-field's :keymap property.
3480 (custom-mode): Fix docstring: substitute keybindings for
3481 `widget-forward' and `widget-backward' from `widget-keymap',
3482 `widget-complete' from `custom-field-keymap', replace old
3483 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3484
3485 * desktop.el (desktop-load-file): Check for `fboundp' before
3486 calling `symbol-function'.
3487
3488 * simple.el (clone-buffer, clone-indirect-buffer)
3489 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3490 `read-string'. Fix prompts.
3491
3492 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3493
3494 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3495
3496 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3497
3498 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3499
3500 * startup.el (inhibit-splash-screen, initial-scratch-message):
3501 Doc fixes.
3502
3503 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3504
3505 Sync with Tramp 2.0.52.
3506
3507 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3508 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3509 `tramp-unload-tramp' for checklist.
3510
3511 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3512 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3513 (tramp-unload-file-name-handler-alist)
3514 (tramp-unload-tramp): New defuns.
3515 (tramp-advice-PC-expand-many-files): New defadvice.
3516 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3517 removed.
3518 (tramp-handle-expand-file-name): Remove double slash.
3519 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3520 It doesn't matter, because it will be converted later on.
3521 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3522 implementation was just heuristic.
3523 (tramp-post-connection): Set uid and gid properties.
3524 (tramp-convert-file-attributes): Set file's gid change bit.
3525 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3526 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3527 in case of su(do)? methods. The home directory of the local user
3528 will be taken else.
3529 (tramp-open-connection-telnet)
3530 (tramp-open-connection-rsh, tramp-open-connection-su)
3531 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3532 local shell prompt could hurt. Reported by Romain Francoise
3533 <romain@orebokech.com>.
3534 (tramp-let-maybe): Add `edebug-form-spec' property.
3535 (tramp-handle-expand-file-name): Bind `default-directory' locally
3536 to "/" in order to avoid problems with UNC shares or Cygwin
3537 mounts.
3538 (tramp-md5-function): Fix typo in error message.
3539
3540 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3541
3542 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3543 for byte-compiler pacification.
3544
3545 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3546
3547 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3548 ID-FORMAT `string'. This allows us to get rid of
3549 `vc-user-login-name UID'.
3550
3551 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3552
3553 2006-01-22 John Paul Wallington <jpw@pobox.com>
3554
3555 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3556
3557 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3558
3559 * emacs-lisp/find-func.el (find-definition-noselect)
3560 (find-variable-noselect): Search variables in C source code too.
3561 (find-function-C-source, find-function-noselect, find-function)
3562 (find-function-other-frame, find-variable-noselect, find-variable)
3563 (find-variable-other-frame, find-variable-at-point):
3564 Fix docstrings.
3565
3566 2006-01-21 Francesco Potorti` <pot@gnu.org>
3567
3568 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3569
3570 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3571
3572 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3573 Default to disabling the "Save affix" question.
3574
3575 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3576
3577 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3578 the first arg to run-python.
3579
3580 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3581
3582 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3583 is not loaded.
3584
3585 2006-01-20 Jay Belanger <belanger@truman.edu>
3586
3587 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3588 limit is 0.
3589
3590 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3591 the correct variable.
3592
3593 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3594
3595 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3596 link. Fixed buggy argument sequence in call to `org-view-tags'.
3597 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3598 (org-prefix-has-tag): New variable.
3599 (org-format-agenda-item): Remove tags from headline if
3600 appropriate.
3601 (org-agenda-remove-tags-when-in-prefix): New option.
3602 (org-get-tags-at): New function.
3603
3604 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3605
3606 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3607 (thumbs-find-image): Move image name and number from buffer name
3608 to mode name. Set thumbs-buffer. Preserve point so that large
3609 images remain visible.
3610 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3611 order.
3612 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3613 mode name.
3614 (thumbs-next-image, thumbs-previous-image): Make them work.
3615
3616 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3617
3618 * cus-edit.el (custom-buffer-create-internal): State in the text above
3619 the whole buffer buttons that they do not operate on hidden items.
3620 (custom-face-menu): Use `custom-face-save' instead of
3621 `custom-face-save-command'.
3622 (custom-face-save-command): Make it an alias for `custom-face-save'
3623 and declare it obsolete.
3624 (custom-face-save): Doc fix.
3625
3626 * dired.el (dired-no-confirm): Add quote.
3627 (dired-subdir-alist-pre-R): Add quote in
3628 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3629
3630 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3631
3632 * textmodes/table.el (table-mode-indicator): Typo in last change.
3633
3634 2006-01-19 Richard M. Stallman <rms@gnu.org>
3635
3636 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3637 Fixes bug reported in Nov 2005.
3638
3639 * isearch.el (isearch-forward): Doc fix.
3640
3641 * dired.el (dired-move-to-filename-regexp): Define as alias.
3642 (dired-no-confirm): Use defcustom.
3643 (dired-subdir-alist-pre-R): Put defvar at top level.
3644
3645 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3646
3647 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3648 Mark as risky.
3649
3650 * simple.el (set-mark-command): Doc fix.
3651 (clone-indirect-buffer-other-window):
3652 Read arg like clone-indirect-buffer.
3653 (move-beginning-of-line): Skip invisible newlines.
3654
3655 2006-01-19 Masatake YAMATO <jet@gyve.org>
3656
3657 * progmodes/cpp.el (cpp-edit-load): Make the order of
3658 listed conditions in a base C code buffer and its associate
3659 CPP Edit buffer the same.
3660
3661 2006-01-19 Kenichi Handa <handa@m17n.org>
3662
3663 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3664 (rmail-mime-feature): Likewise.
3665 (rmail-require-mime-maybe): Use display-warning to show a warning
3666 message.
3667
3668 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3669 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3670
3671 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3672
3673 * array.el: Move defvars out of eval-when-compile.
3674 (array-make-template): Replace undeclared global var with a local one.
3675 (array-mode): Inline initialization functions.
3676 (array-init-local-variables, array-init-max-row)
3677 (array-init-max-column, array-init-columns-per-line)
3678 (array-init-field-width, array-init-rows-numbered)
3679 (array-init-line-length, array-init-lines-per-row): Remove.
3680
3681 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3682 (doc-mode-map): Define explicitly.
3683 (doctor-txtype): Use mapc.
3684
3685 * textmodes/table.el: Move defvars out of eval-when-compile.
3686 Remove harmful code meant to avoid byte-compiler warnings.
3687 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3688 specification that checks table-fixed-width-mode directly.
3689 (table-recognize-region, table-recognize-cell):
3690 Use restore-buffer-modified-p.
3691 (table-fixed-width-mode): Remove code that refreshes
3692 table-fixed-mode-indicator.
3693 (*table--cell-describe-bindings, *table--cell-describe-mode):
3694 Avoid obsolete name print-help-return-message.
3695 (table--test-cell-list): Don't use replace-regexp from elisp.
3696 (table--point-entered-cell-function, table--point-left-cell-function):
3697 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3698
3699 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3700 that was after the end of file. Use buffer-file-name variable.
3701 (org-timestamp-change): Use with-current-buffer.
3702 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3703 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3704 `file'.
3705
3706 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3707 (fortran-break-line): Remove unused var `opoint'.
3708 (fortran-abbrev-start): Obey help-event-list.
3709
3710 2006-01-18 Jesper Harder <harder@phys.au.dk>
3711
3712 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3713
3714 2006-01-18 Masatake YAMATO <jet@gyve.org>
3715
3716 * progmodes/make-mode.el (makefile-imake-mode): New mode
3717 derived from makefile-mode.
3718 (makefile-imake-mode-syntax-table): New syntax table
3719 derived from makefile-mode-syntax-table.
3720 (makefile-mode): Write about makefile-imake-mode in doc string.
3721 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3722 (makefile-imake-font-lock-keywords): New font lock keywords.
3723
3724 * files.el (auto-mode-alist): Add Imakefile.
3725
3726 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3727
3728 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3729 loading the file rather than when turning on flyspell-mode.
3730
3731 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3732
3733 * cus-edit.el (customize-rogue): Minor doc fix.
3734
3735 2006-01-17 Juri Linkov <juri@jurta.org>
3736
3737 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3738 instead of the file at the mark as default if the file at the mark
3739 is the same as the file at point or if dired-dwim-target-directory
3740 is not the same as the current directory and the mark is not active.
3741
3742 * log-view.el (log-view-minor-wrap): Use the same logic to get
3743 revisions as `log-view-diff'.
3744
3745 * info.el (Info-revert-find-node): Check for Info-current-file
3746 before preserving new-history.
3747
3748 * man.el (Man-heading-regexp): Add `/'.
3749
3750 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3751 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3752
3753 2006-01-16 Juri Linkov <juri@jurta.org>
3754
3755 * faces.el (mode-line-faces): New defgroup.
3756 (mode-line-highlight): Move definition after new defgroup.
3757 (mode-line, mode-line-inactive, mode-line-highlight):
3758 Replace :group `modeline' with `mode-line-faces'.
3759 (mode-line-buffer-id): New face.
3760 (modeline-buffer-id): New face alias.
3761 (vertical-border): Remove :group `modeline'.
3762
3763 * bindings.el (propertized-buffer-identification): Use face
3764 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3765 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3766 (mode-line-buffer-identification-keymap): For mouse-1 replace
3767 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3768 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3769 mouse-3.
3770
3771 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3772 Buffer-menu-buffer. Doc fix.
3773 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3774 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3775 `Buffer-menu-buffer'.
3776
3777 * info.el (Info-mode-line-node-keymap): New defvar.
3778 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3779 Propertize Info-current-node with `mode-line-buffer-id' and
3780 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3781
3782 * time.el (display-time-mail-face): Replace :group `faces' with
3783 `mode-line-faces'.
3784
3785 2006-01-16 Kenichi Handa <handa@m17n.org>
3786
3787 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3788
3789 * language/european.el (cp1252): New alias for windows-1252.
3790
3791 * international/mule.el (autoload-coding-system): Prepare for EOL
3792 variants.
3793
3794 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3795
3796 * term.el (term-raw-map): Add mapping for insert.
3797 (term-send-insert): New.
3798 (term-mode): Make variables local here instead of doing it in
3799 `term-emulate-terminal'.
3800 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3801 Scroll reverse needs to take into account the scroll region.
3802 Saving and restoring the cursor should save the color attributes too.
3803 (term-reset-terminal): Reset the scroll region.
3804 (term-handle-ansi-escape): Cursor up and down should take into
3805 account the scroll region.
3806 (term-set-scroll-region): Rename from `term-scroll-region'.
3807 Move to 0,0 after setting the region.
3808 (term-handle-scroll): Handle scroll up.
3809 (term-down): Fix off by one error.
3810 (term-delete-lines): Do not delete outside the scroll region.
3811 (term-insert-lines): Take into account the scroll region.
3812
3813 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3814
3815 * textmodes/ispell.el (ispell-internal-change-dictionary)
3816 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3817 (start, end): Move declaration outside of eval-when-compile.
3818
3819 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3820 (flyspell-mode-on): Use it.
3821
3822 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3823 ispell-kill-ispell-hook.
3824
3825 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3826
3827 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3828 (Custom-reset-saved): Do not ask for confirmation in single option
3829 buffers.
3830
3831 2006-01-13 Richard M. Stallman <rms@gnu.org>
3832
3833 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3834
3835 2006-01-13 Romain Francoise <romain@orebokech.com>
3836
3837 * add-log.el (add-change-log-entry, change-log-merge):
3838 Conditionally use `hard-newline'.
3839
3840 2006-01-13 Martin Rudalics <rudalics@gmx.at>
3841
3842 * wid-edit.el (widget-field-end): If the overlay is no longer
3843 associated with a buffer, behave as if the overlay didn't exist.
3844
3845 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3846 Make sure the links use the `custom-link' face.
3847
3848 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3849
3850 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3851 (ld-script-mode): Don't set indent-line-function since we don't
3852 have one.
3853
3854 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3855
3856 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3857 application.
3858 (org-file-apps-defaults-gnu): Use mailcap as the default for
3859 selecting an application on a UNIX system.
3860 (org-agenda-show-tags): New command.
3861 (org-table-insert-hline): Keep cursor in current table line.
3862 (org-table-convert): Offset effect of modifying
3863 `org-table-insert-hline'.
3864 (org-format-agenda-item): New optional argument TAG.
3865 (org-compile-prefix-format): Handle %T format for the tag.
3866 (org-expand-wide-chars): New function.
3867 (org-table-insert-row, org-table-insert-hline):
3868 Use `org-expand-wide-chars'.
3869 (org-open-file): Fix bug in program launch.
3870 (org-get-time-of-day): Fix bug with times before 1am.
3871 (org-agenda-menu): Add tags commands.
3872
3873 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3874
3875 * textmodes/ispell.el (ispell-init-process): Include the used
3876 dictionary in ispell process start message.
3877 (ispell-internal-change-dictionary): When flyspell-mode is active
3878 and dictionary is changed, make sure ispell process is restarted
3879 and flyspell word cache cleared out for the current buffer.
3880 (ispell-change-dictionary): Make sure flyspell word cache is
3881 cleared out in all buffers with active flyspell mode when
3882 dictionary is globally changed.
3883 Call ispell-internal-change-dictionary after dictionary change.
3884
3885 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3886
3887 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3888
3889 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3890 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3891 years. Fix small differences wrt Makefile.in.
3892 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3893 Makefile.in does.
3894
3895 2006-01-12 Bill Wohler <wohler@newt.com>
3896
3897 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3898 mh-search.el.
3899
3900 2006-01-12 Masatake YAMATO <jet@gyve.org>
3901
3902 * progmodes/ld-script.el: Update copyright year.
3903
3904 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3905
3906 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3907 Don't add widget if setting undefined.
3908
3909 2006-01-12 John Paul Wallington <jpw@pobox.com>
3910
3911 * help-fns.el (describe-variable): Remove newlines from void
3912 variable output.
3913
3914 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3915
3916 * wdired.el (wdired-mode-map): Add help echo for
3917 wdired-abort-changes.
3918
3919 * man.el (Man-file-name-regexp): Adjust for a list of files.
3920
3921 2006-01-12 Masatake YAMATO <jet@gyve.org>
3922
3923 * progmodes/ld-script.el (auto-mode-alist): Support
3924 suffix conventions used in netbsd and eCos.
3925
3926 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3927
3928 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3929 (custom-variable-menu, custom-face-menu, custom-group-menu)
3930 (Custom-mode-menu): Change names of menu items. (As discussed on
3931 emacs-devel.)
3932 (custom-face-menu): Add "Undo Edits" item.
3933
3934 * startup.el (init-file-user): defcustom -> defvar.
3935
3936 * tooltip.el (tooltip-mode): Doc fix.
3937
3938 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3939
3940 * reveal.el (reveal-post-command): window-buffer signals an error on
3941 dead windows rather than returning nil.
3942 (reveal-open-new-overlays): An overlay might die while we open others.
3943
3944 2006-01-11 Bill Wohler <wohler@newt.com>
3945
3946 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3947 phrasing in docstring.
3948
3949 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3950 can give some systems gas. Add new file mh-buffers.el.
3951
3952 2006-01-06 Masatake YAMATO <jet@gyve.org>
3953
3954 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3955 C preprocessor forward ported from GNU Emacs 21.2.
3956
3957 * progmodes/asm-mode.el (asm-font-lock-keywords):
3958 Use `cpp-font-lock-keywords'.
3959
3960 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3961
3962 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3963 of $ for "\\.ld[s]?".
3964
3965 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3966
3967 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3968 (tcl-indent-line): Return `noindent' if inside a string.
3969
3970 * progmodes/flymake.el (flymake-split-string): Remove more than one
3971 empty string at beg/end of the result.
3972 (flymake-find-buildfile, flymake-find-possible-master-files):
3973 Use expand-file-name.
3974 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3975 since expand-file-name does it for us. Use directory-file-name.
3976 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3977 (flymake-ler-get-type, flymake-ler-get-text)
3978 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
3979 (flymake-current-line-no): Remove spurious interactive spec.
3980 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3981 (flymake-check-include): Remove arg inc-path merged into inc-name.
3982 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3983 Arg regexp-list replaced by a simple regexp.
3984 (flymake-master-make-header-init, flymake-master-tex-init):
3985 Correspondingly replace regexp-list with a regexp. Fix regexp.
3986
3987 2006-01-10 Simon Josefsson <jas@extundo.com>
3988
3989 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3990 describing AUTH PLAIN fix.
3991
3992 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3993
3994 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3995 (report-emacs-bug): Don't record initial prompt text.
3996 Instead, add text properties to prompting text.
3997 (report-emacs-bug-hook): Delete prompting text.
3998
3999 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4000
4001 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
4002 `dirs'. Adjust callers.
4003
4004 2006-01-09 John Paul Wallington <jpw@gnu.org>
4005
4006 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
4007
4008 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4009
4010 * reveal.el (reveal-open-new-overlays): New extracted fun.
4011 (reveal-close-old-overlays): Idem. Check overlays's liveness before
4012 using them. Simplify the code.
4013 (reveal-post-command): Use them. Fix up obsolete windows in
4014 reveal-open-spots.
4015
4016 * progmodes/flymake.el: Use `require' rather than autoload for
4017 XEmacs's overlays.
4018 (flymake-get-common-file-prefix, flymake-build-relative-filename):
4019 Delete. Use file-relative-name instead.
4020 (flymake-get-syntax-check-program-args, flymake-perl-init):
4021 Simplify the resulting code.
4022
4023 * log-view.el (log-view-file-re, log-view-message-re): Add support
4024 for DaRCS output.
4025
4026 2006-01-09 Alex Schroeder <alex@gnu.org>
4027
4028 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
4029 identifiers sometimes added in square brackets at the beginning of
4030 subject lines.
4031
4032 2006-01-07 Richard M. Stallman <rms@gnu.org>
4033
4034 * cus-edit.el (Custom-set, Custom-save): Doc fix.
4035 (Custom-reset-current, Custom-reset-saved): Change question text.
4036 (Custom-reset-standard): Likewise.
4037 (custom-variable-reset-saved): Doc fix.
4038
4039 2006-01-07 Eli Zaretskii <eliz@gnu.org>
4040
4041 * startup.el (init-file-user): Doc fix.
4042
4043 2006-01-07 Alex Schroeder <alex@gnu.org>
4044
4045 * mail/rmail.el (rmail-current-subject): New function.
4046 (rmail-current-subject-regexp): New function.
4047 (rmail-next-same-subject): Use it.
4048
4049 * mail/rmailsum.el (rmail-summary-by-topic):
4050 Use rmail-current-subject and rmail-current-subject-regexp.
4051 (rmail-summary-next-same-subject): Ditto.
4052
4053 * net/rcirc.el (rcirc-send-input): No longer check whether the
4054 process is open, since not all commands need an open process.
4055 (rcirc-send-string): Check whether the process is open before
4056 sending anything.
4057 (rcirc-ignore-list): New option.
4058 (rcirc-ignore-list-automatic): New variable.
4059 (rcirc-print): Take rcirc-ignore-list into account.
4060 (rcirc-cmd-ignore): New command.
4061 (rcirc-ignore-update-automatic): New function.
4062 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
4063 list if ignored nicks.
4064 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
4065
4066 2006-01-06 David Reitter <david.reitter@gmail.com>
4067
4068 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
4069 reflect the address to which the report will be sent.
4070
4071 2006-01-06 Eli Zaretskii <eliz@gnu.org>
4072
4073 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
4074 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
4075
4076 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
4077
4078 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
4079
4080 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
4081 the doc string: "functoin" => "function".
4082 * ldefs-boot.el: Likewise.
4083
4084 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
4085 message text: "Duplicat" => "Duplicate".
4086
4087 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
4088
4089 * files.el (basic-save-buffer-2): If backing-up failed, reset
4090 buffer-backed-up to nil.
4091
4092 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
4093
4094 * progmodes/gud.el (gdb-script-skip-to-head)
4095 (gdb-script-calculate-indentation): Indent for breakpoint command
4096 lists also.
4097
4098 2006-01-05 Bill Wohler <wohler@newt.com>
4099
4100 * Makefile.in (compile-always): Add mh-autoloads dependency.
4101 (bootstrap): Remove mh-autoloads dependency, as compile dependency
4102 provides it.
4103 (updates): Remove mh-autoloads dependency, since it probably has
4104 already run recently (via recompile).
4105
4106 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
4107
4108 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
4109 argument `force' to disable the flyspell-last-buffer optimization.
4110 (flyspell-mode-on): Use it.
4111
4112 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
4113 flymake-simple-cleanup.
4114 (flymake-allowed-file-name-masks): Use this new default.
4115 All the functions are now called in the right buffer rather than
4116 passing the buffer as argument.
4117 (flymake-process-sentinel): Switch to buffer before calling cleanup.
4118 (flymake-parse-err-lines): Remove redundant buffer arg.
4119 (flymake-get-program-dir): Comment out unused function.
4120 (flymake-start-syntax-check, flymake-start-syntax-check-process):
4121 Remove redundant buffer argument.
4122 (flymake-get-real-file-name, flymake-simple-java-cleanup)
4123 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
4124
4125 2006-01-05 Richard M. Stallman <rms@gnu.org>
4126
4127 * info.el (Info-find-node): Don't record previous node if have none.
4128 (info): Go to directory only if history is empty.
4129
4130 * simple.el (mark): Doc fix.
4131
4132 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4133
4134 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
4135 already of desired type.
4136 (mac-ae-list): Coerce parameter to "list" type.
4137 (mac-dispatch-apple-event): Replace cadr part of event with a
4138 dummy position so that event-start returns it.
4139
4140 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
4141
4142 * textmodes/org.el (org-end-of-subtree): New function.
4143 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
4144 Use `org-end-of-subtree'.
4145 (org-agenda, org-agenda-convert-date): Protect calls to
4146 `fit-window-to-buffer'.
4147 (org-tags-view): Force matching of sublevels when doing a
4148 todo-only search. Define the correct redo command, including the
4149 arguments.
4150 (org-agenda-redo): Display message.
4151 (org-check-for-org-mode): New function.
4152 (org-agenda-type): New variable.
4153 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
4154 Set `org-agenda-type'.
4155 (org-agenda-check-type): New function.
4156 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4157 (org-agenda-week-view, org-agenda-day-view)
4158 (org-agenda-next-date-line, org-agenda-previous-date-line)
4159 (org-agenda-log-mode, org-agenda-toggle-diary)
4160 (org-agenda-toggle-time-grid, org-agenda-date-later)
4161 (org-agenda-date-prompt, org-agenda-diary-entry)
4162 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
4163 (org-agenda-convert-date, org-agenda-menu):
4164 Use `org-agenda-check-type'.
4165 (org-make-overlay, org-delete-overlay)
4166 (org-detatch-overlay, org-move-overlay, org-overlay-put):
4167 New compatibility functions.
4168 (org-calendar-select-mouse): New command.
4169
4170 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
4171
4172 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
4173 (Custom-reset-standard): Fix y-or-n-p messages.
4174 (custom-link): New face for links.
4175 (custom-buffer-create-internal, custom-manual): Use it.
4176 (custom-face-save): Push to theme-face before setting face spec.
4177
4178 * wid-edit.el (widget-default-mouse-face-get): New function.
4179 (widget-specify-button): Handle mouse-face like button-face.
4180
4181 * custom.el (load-theme): Clear old theme settings if reloading.
4182
4183 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
4184
4185 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
4186 "Erase Customization" button back to same position it occupies in
4187 the individual State menus.
4188
4189 2006-01-04 Kim F. Storm <storm@cua.dk>
4190
4191 * wid-edit.el (key-sequence): Rework widget to read key binding
4192 using `kbd' syntax. Use C-q to insert literal key, event, or code.
4193 (widget-key-sequence-default-value): Default value for empty sequence.
4194 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
4195 (widget-key-sequence-read-event): New command for C-q.
4196 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
4197 (widget-key-sequence-value-to-external): New functions.
4198
4199 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4200
4201 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
4202 Use expand-file-name.
4203 (flymake-delete-temp-directory): Use expand-file-name,
4204 file-name-directory, and directory-file-name.
4205 (flymake-strrchr): Delete.
4206 (flymake-start-syntax-check): Don't pass the redundant buffer argument
4207 to the init-f function.
4208 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
4209 (flymake-init-find-buildfile-dir)
4210 (flymake-init-create-temp-source-and-master-buffer-copy)
4211 (flymake-simple-make-init-impl, flymake-simple-make-init)
4212 (flymake-master-make-init, flymake-master-make-header-init)
4213 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
4214 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
4215 (flymake-xml-init): Remove corresponding redundant buffer argument.
4216 (flymake-allowed-file-name-masks): Remove last elems that are equal to
4217 the default anyway. Clean up regexps.
4218
4219 * progmodes/flymake.el (flymake-temp-source-file-name)
4220 (flymake-master-file-name, flymake-temp-master-file-name)
4221 (flymake-base-dir): New buffer-local vars.
4222 (flymake-buffer-data, flymake-get-buffer-value)
4223 (flymake-set-buffer-value): Replace those hash-tables by the new
4224 buffer-local vars. Update callers.
4225
4226 * progmodes/flymake.el (flymake-check-start-time)
4227 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
4228 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
4229 Move definition, so we can remove redundant earlier declaration.
4230 (flymake-replace-regexp-in-string, flymake-split-string)
4231 (flymake-get-temp-dir): Use defalias.
4232 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
4233 (flymake-xemacs-window-edges): Remove unused function.
4234 (flymake-get-point-pixel-pos): Move.
4235 (flymake-pid-to-names, flymake-reg-names)
4236 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
4237 Replace by a simple list flymake-processes and by process-buffer.
4238 Update callers. Other than simplify the code, it uses buffers rather
4239 than buffer-names so it doesn't get confused by uniquify.
4240 (flymake-buffer-data): The global value should just be nil.
4241
4242 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
4243 Optimize the body of a defalias like any other code.
4244
4245 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
4246 Make sure we've setup font-lock's vars. It may influence which
4247 function we then call.
4248 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
4249 here since it's too late anyway.
4250
4251 2006-01-03 Romain Francoise <romain@orebokech.com>
4252
4253 * startup.el (fancy-splash-tail, normal-splash-screen):
4254 Update copyright year.
4255
4256 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
4257
4258 * mouse.el (mouse-drag-track): Rename, from
4259 `mouse-drag-region-1'. Includes optional argument required to
4260 enable post-drag event processing (e.g. delete region keys).
4261 Can be used without this argument to track a mouse region and operate
4262 on it as soon as the drag completes.
4263 (mouse-drag-region): Use `mouse-drag-track'.
4264
4265 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4266
4267 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
4268 Move to `custom-buffer' group.
4269
4270 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4271 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
4272 (custom-theme-insert-face-marker, custom-theme-variable-menu)
4273 (custom-theme-face-menu): New variables.
4274 (custom-theme-add-variable, custom-theme-variable-action)
4275 (custom-variable-reset-theme, custom-theme-delete-variable)
4276 (custom-face-reset-theme, custom-theme-face-action)
4277 (custom-theme-delete-face, custom-theme-merge-theme)
4278 (custom-theme-add-face, custom-theme-visit-theme): New functions.
4279
4280 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
4281
4282 * custom.el: Move Custom Themes commentary to start of theme code.
4283 (custom-known-themes): Rename `standard' theme to `changed'.
4284 (custom-push-theme): Caller no longer specifies what theme to use
4285 when doing `reset'---the setting is simply removed from the theme.
4286 Delete MODE from `theme-value' and `theme-settings' properties.
4287 (custom-declare-theme): Ignore &rest args since we don't use them.
4288
4289 (custom-loaded-themes): Delete variable.
4290 (custom-theme-load-themes, custom-theme-loaded-p)
4291 (custom-theme-value): Delete functions.
4292
4293 (custom-declare-theme): Signal error on invalid theme names.
4294 (provide-theme): custom-loaded-themes was deleted.
4295 (load-theme): Load the file unconditionally.
4296 (enable-theme): Call `load-theme' if theme is undefined.
4297 (custom-enabled-themes): Only update value for successful loads.
4298 (disable-theme): Complete from enabled themes when interactive.
4299 (custom-variable-theme-value): Calculate theme value directly.
4300
4301 (custom-theme-reset-variables, custom-reset-variables): Mark as
4302 XEmacs compatibility functions. We don't actually use these.
4303
4304 * cus-edit.el (custom-variable-state-set):
4305 Use custom-variable-theme-value instead of custom-theme-value.
4306 (custom-face-state-set): Rename `standard' theme to `changed'.
4307 (custom-save-variables, custom-save-faces): Delete unneeded
4308 references to custom-reset-variables.
4309 (custom-save-resets): Delete function.
4310 (custom-save-variables, custom-save-faces): MODE argument deleted.
4311 (custom-save-variables, custom-save-faces): Ignore theme values.
4312
4313 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4314 compatibility function.
4315
4316 2006-01-01 Richard M. Stallman <rms@gnu.org>
4317
4318 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4319 (Custom-reset-current, Custom-reset-saved): Likewise.
4320 (Custom-reset-standard): Show message if aborted.
4321 (custom-mode): Doc fix, describing those commands.
4322
4323 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4324 put on event-kind property.
4325
4326 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4327
4328 * custom.el (provide-theme): Ban `user' theme name.
4329 (custom-enabling-themes): New variable.
4330 (enable-theme): Don't enable user if custom-enabling-themes is t.
4331 (custom-enabled-themes): Make it a defcustom.
4332 (custom-theme-recalc-face): No-op if face is undefined.
4333
4334 * cus-edit.el (custom-button-mouse): New variable.
4335 (custom-button-mouse): New face.
4336 (custom-raised-buttons, custom-mode): Use it.
4337
4338 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4339
4340 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4341
4342 * progmodes/gud.el (gud-display-line): Support hl-line in the
4343 source buffer.
4344
4345 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4346
4347 * mouse.el (mouse-drag-window-above): Verify that the found window
4348 overlaps with the given window in the horizontal dimension.
4349
4350 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4351
4352 * Makefile.in (cvs-update): New target.
4353
4354 * makefile.w32-in (cvs-update): Ditto.
4355
4356 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4357
4358 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4359 (custom-new-theme-mode-map): New variable.
4360
4361 2005-12-30 Richard M. Stallman <rms@gnu.org>
4362
4363 * custom.el (custom-load-themes): Function deleted.
4364
4365 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4366 (custom-save-variables): Don't delete or add custom-load-themes call.
4367
4368 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4369
4370 * cus-start.el: Add `visible-cursor'.
4371
4372 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4373 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4374 (flymake-process-filter): Switch to buffer before calling it instead.
4375 (flymake-post-syntax-check, flymake-highlight-err-lines)
4376 (flymake-delete-own-overlays, flymake-parse-err-lines)
4377 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4378 (flymake-count-lines, flymake-parse-residual):
4379 Remove constant buffer argument.
4380 (flymake-start-syntax-check-for-current-buffer): Remove.
4381 Update callers to use flymake-start-syntax-check instead.
4382 (flymake-display-err-menu-for-current-line):
4383 Remove unused var `mouse-pos'.
4384 (flymake-restore-formatting): Comment out unused function.
4385 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4386 argument, use current-buffer instead. Update callers.
4387
4388 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4389
4390 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4391 buffer-local because choose-completion-delete-max-match requires
4392 that we set completion-ignore-case (i.e., binding via let is not
4393 sufficient).
4394 (bibtex-complete): Always set completion-ignore-case and
4395 choose-completion-string-functions. The latter is needed because
4396 choose-completion-string-functions keeps its value if we quit the
4397 *Completions* buffer without requesting a completion.
4398
4399 2005-12-30 Andreas Schwab <schwab@suse.de>
4400
4401 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4402
4403 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4404
4405 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4406
4407 2005-12-30 Juri Linkov <juri@jurta.org>
4408
4409 * locate.el (locate-fcodes-file, locate-header-face)
4410 * progmodes/delphi.el (delphi-other-face)
4411 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4412
4413 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4414 group `paren-showing-faces'.
4415
4416 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4417 (goto-address): Fix docstring.
4418
4419 * net/webjump.el (webjump-sample-sites): Update URLs.
4420
4421 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4422
4423 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4424
4425 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4426
4427 * font-lock.el (font-lock-compile-keywords): Signal an error when
4428 font-lock-set-defaults hasn't been called.
4429
4430 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4431
4432 * subr.el (noreturn, 1value): Doc fixes.
4433
4434 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4435
4436 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4437 that assoc-string returns nil.
4438
4439 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4440
4441 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4442 (bibtex-entry-type-str, bibtex-empty-field-re)
4443 (bibtex-search-backward-string, bibtex-preamble-prefix)
4444 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4445 (bibtex-any-valid-entry-type): New variable.
4446 (bibtex-parse-field-name): Simplify.
4447 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4448 (bibtex-preamble-prefix): Include left delimiter.
4449 (bibtex-search-forward-field, bibtex-search-backward-field):
4450 Allow unbounded search past entry boundaries (required by bibtex-pop).
4451 (bibtex-text-in-field-bounds): Use push.
4452 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4453 (bibtex-parse-preamble, bibtex-valid-entry)
4454 (bibtex-beginning-first-field): New functions.
4455 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4456 (bibtex-map-entries): Fix docstring.
4457 (bibtex-flash-head): New arg prompt. Simplify.
4458 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4459 (bibtex-insert-kill): Simplify. Always insert text past the
4460 current field or entry.
4461 (bibtex-format-entry): Use bibtex-parse-field.
4462 (bibtex-pop): Use bibtex-beginning-of-entry and
4463 bibtex-end-of-entry to initiate the search. Insert empty field if
4464 we found ourselves.
4465 (bibtex-print-help-message): New args field and comma.
4466 Handle entry keys.
4467 (bibtex-make-field): Use bibtex-beginning-of-entry.
4468 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4469 invalid entry.
4470 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4471 Handle preambles. Simplify code for thorough test.
4472 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4473 New arg comma. Handle entry heads.
4474 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4475 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4476 New arg comma.
4477 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4478 (bibtex-fill-field): Simplify.
4479 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4480 bibtex-parse-field.
4481 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4482 (bibtex-complete): Use bibtex-parse-preamble.
4483
4484 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4485
4486 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4487 Display name of expression instead of convenience variable.
4488 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4489
4490 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4491 toggle-gud-tooltip-dereference.
4492 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4493 (gud-tooltip-tips): ...here when dereferencing.
4494
4495 2005-12-28 Bill Wohler <wohler@newt.com>
4496
4497 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4498
4499 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4500
4501 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4502 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4503 (vc-annotate-display-autoscale): Adjust call.
4504 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4505 Fix interactive spec.
4506 (vc-annotate-time-span): Remove.
4507 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4508 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4509 (vc-annotate-display-select): Use new name.
4510
4511 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4512 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4513 Correct the construction of span entries. Simplify.
4514 (vc-annotate-display-select): Fix the nil case.
4515 (vc-annotate): Remove obsolete (and now broken) code.
4516 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4517 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4518
4519 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4520
4521 * subr.el (lazy-completion-table): Correct typo in docstring.
4522
4523 * startup.el (command-line): Use `custom-reevaluate-setting' for
4524 `send-mail-function'.
4525
4526 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4527
4528 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4529
4530 * mail/smtpmail.el (smtpmail-try-auth-methods):
4531 Send credentials together with "AUTH PLAIN" command.
4532
4533 2005-12-27 Richard M. Stallman <rms@gnu.org>
4534
4535 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4536 mouse-2, go back to previously selected window, so it's selected
4537 when mouse-2 command runs.
4538
4539 2005-12-27 Juri Linkov <juri@jurta.org>
4540
4541 * descr-text.el (describe-text-sexp): Use square brackets for
4542 button [Show] to distinguish it from the property value `show'.
4543 (describe-property-list): Use `insert-text-button' with
4544 `help-face' type instead of putting face in quotes, because button
4545 is not created automatically for a list of faces.
4546 (describe-text-properties-1): Put button-type value in quotes to
4547 distinguish from plain text "button".
4548 (describe-char): Display code point values in hex. Don't use
4549 `symbol-name' for `current-input-method' because it is a string.
4550 Use `insert-text-button' with `help-face' type instead of putting
4551 hardcoded face in quotes, because button is not created automatically.
4552
4553 2005-12-27 Richard M. Stallman <rms@gnu.org>
4554
4555 * progmodes/glasses.el (glasses-face): More specific custom type.
4556
4557 * files.el (set-visited-file-name): Doc fix.
4558
4559 * textmodes/flyspell.el (flyspell-external-point-words):
4560 Use local var buffer-scan-pos to advance scan for next misspelling.
4561 Advance it only after we find the misspelling.
4562
4563 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4564
4565 * textmodes/flyspell.el (flyspell-external-point-words):
4566 New criteria for finding the misspelling in the buffer.
4567
4568 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4569
4570 * help-mode.el (help-insert-string): Set help-xref-stack-item
4571 rather than call help-setup-xref.
4572
4573 * descr-text.el (describe-char): Revert previous changes for
4574 optional buffer argument.
4575
4576 2005-12-27 Juri Linkov <juri@jurta.org>
4577
4578 * help-mode.el (help-insert-string): New function. Save buffer
4579 contents in cases where it is impossible to recompute the old contents.
4580
4581 * descr-text.el (describe-char): Set help-xref-stack-item
4582 explicitly after buffer has been generated.
4583
4584 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4585
4586 * cus-start.el (all): Add x-gtk-show-hidden-files.
4587
4588 2005-12-26 Richard M. Stallman <rms@gnu.org>
4589
4590 * replace.el (perform-replace): Calculate match-again
4591 before skipping read-only matches.
4592
4593 * paren.el (paren-showing-faces): New group.
4594 (show-paren-match, show-paren-mismatch): Move to that group.
4595
4596 * button.el (button): Put into group `basic-faces'.
4597
4598 * progmodes/make-mode.el: Remove faces from group `faces'.
4599
4600 * apropos.el (apropos, apropos-value): Doc fix.
4601 (apropos-documentation): Doc fix.
4602
4603 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4604
4605 * subr.el (lazy-completion-table): Remove argument `args'.
4606
4607 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4608 Don't use the `args' argument of lazy-completion-table.
4609
4610 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4611
4612 * descr-text.el (describe-char): Add optional argument for buffer.
4613 Set buffer appropriately. Call help-setup-xref.
4614 Suggested by Stefan Monnier.
4615
4616 2005-12-26 Juri Linkov <juri@jurta.org>
4617
4618 * descr-text.el: Require `help-fns' at runtime. Don't require
4619 `button' for byte compilation.
4620 (describe-text-widget): Add `help-echo' for first button.
4621 Use `help-info' for second.
4622 (describe-property-list): Use `help-argument-name' instead of `italic'.
4623 (describe-text-category): Add prompt to interactive spec.
4624 Call `help-setup-xref'.
4625 (describe-char): Use `help-character-set'. Add `help-echo' for
4626 code point. Use `help-input-method'. Remove superfluous insert.
4627
4628 2005-12-25 Richard M. Stallman <rms@gnu.org>
4629
4630 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4631 at point, in case of narrowing.
4632
4633 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4634
4635 * locate.el (locate-header-face): Allow nil in type.
4636
4637 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4638
4639 2005-12-25 Romain Francoise <romain@orebokech.com>
4640
4641 * battery.el (battery-linux-proc-acpi): Also try
4642 `/proc/acpi/thermal_zone/THM0/temperature'.
4643
4644 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4645
4646 * custom.el (custom-push-theme): Fix docstring.
4647
4648 * cus-edit.el (custom-variable-set, custom-variable-save)
4649 (custom-variable-save): Custom-quote widget values.
4650 (customize-save-variable): Fix custom-push-theme call.
4651
4652 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4653
4654 * w32-fns.el (w32-batch-update-autoloads): New function.
4655
4656 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4657 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4658 from the command line.
4659
4660 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4661
4662 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4663 reset means to remove setting from theme entirely. Don't keep
4664 expanding theme-settings list; delete old entries if necessary.
4665
4666 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4667 customization" button one line up.
4668 (custom-themed): New face.
4669 (custom-magic-alist): New value, THEMED, for theme settings.
4670 (custom-variable-state-set, custom-face-state-set):
4671 Check theme-value instead of saved-value.
4672 (custom-variable-reset-standard, custom-face-reset-standard):
4673 Remove theme setting entirely. Recalculate new values.
4674 (custom-variable-set, custom-variable-set)
4675 (custom-variable-reset-saved, custom-variable-reset-backup)
4676 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4677 (custom-variable-save): Fix typos.
4678
4679 2005-12-23 Juri Linkov <juri@jurta.org>
4680
4681 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4682 Add autoload cookies.
4683 (edebug-outside-d-c-i-n-s-w): New variable.
4684 (edebug-display, edebug-outside-excursion): Use it to save the
4685 original value of default-cursor-in-non-selected-windows.
4686 Set default-cursor-in-non-selected-windows to t while Edebug
4687 is active.
4688 (edebug-mode, edebug-eval-mode): Doc fix.
4689
4690 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4691 with `buffer-substring-no-properties' to remove common substring
4692 highlighting.
4693
4694 * info.el (info-other-window, info): Rename function argument
4695 `file' to `file-or-node'.
4696 (Info-complete-menu-item): Use local variable `complete-nodes' to
4697 keep the global value of `Info-complete-nodes' unchanged for
4698 subsequent completions.
4699 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4700
4701 * simple.el (get-next-valid-buffer, last-buffer)
4702 (next-error-buffer-p, next-error-find-buffer)
4703 (minibuffer-history-sexp-flag): Doc fix.
4704
4705 * savehist.el (savehist-mode-hook): Add `:group'.
4706
4707 * log-view.el: Call autoload for vc-find-version.
4708 (log-view-current-file): Adjust subgroup numbers.
4709 (log-view-current-tag): Add `length'.
4710
4711 2005-12-23 Richard M. Stallman <rms@gnu.org>
4712
4713 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4714
4715 2005-12-23 Juri Linkov <juri@jurta.org>
4716
4717 * hi-lock.el (hi-lock-archaic-interface-message-used)
4718 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4719 (hi-lock-mode): Display "Hi" in the mode line only when
4720 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4721 (hi-lock-write-interactive-patterns):
4722 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4723 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4724 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4725 font-lock-add-keywords to t.
4726
4727 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4728
4729 * hi-lock.el (hi-lock-highlight-range): New variable.
4730 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4731 only if font-lock-fontified is non-nil. Remove overlays.
4732 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4733 font-lock-fontified is non-nil, otherwise use overlays (instead of
4734 text properties).
4735 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4736 New variables.
4737 (hi-lock-string-serialize) New function.
4738
4739 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4740
4741 * menu-bar.el (menu-find-file-existing): New function.
4742 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4743
4744 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4745
4746 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4747
4748 * vc.el: Remove unnecessary leading * in docstrings.
4749 (vc-annotate-mode-map): Move initialization into declaration.
4750 (vc-static-header-alist): Nitpick on the regexp.
4751 (vc-default-init-version): New fun.
4752 (vc-register): Use it.
4753 (vc-insert-headers): Use dolist.
4754 (vc-annotate-get-backend): Remove unused function.
4755 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4756 (vc-annotate-mode): Remove corresponding call.
4757 (vc-annotate-car-last-cons): Simplify.
4758 (vc-annotate-buffers): Remove var.
4759 (vc-annotate-backend): Make it buffer-local.
4760 (vc-annotate): Move the interaction to the interactive spec.
4761 Add a `buf' argument.
4762 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4763 killing&creating a vc-annotate buffer, which is very disruptive when
4764 the buffers are shown in dedicated frames.
4765
4766 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4767
4768 * descr-text.el: Add FSF as maintainer.
4769 (describe-text-mode, describe-text-mode-map)
4770 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4771 help-mode.
4772 (describe-text-widget, describe-text-sexp)
4773 (describe-property-list, describe-text-category)
4774 (describe-text-properties, describe-text-properties-1)
4775 (describe-char): Use help buttons instead of widgets.
4776 (describe-char-unicodedata-file): Make URL link in doc string.
4777
4778 2005-12-22 Richard M. Stallman <rms@gnu.org>
4779
4780 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4781 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4782 Don't include buttons that write a file when there's no file.
4783 (custom-variable-menu, custom-face-menu, custom-group-menu):
4784 Don't include commands that write a file when there's no file.
4785 (customize-browse): Reword the top-of-buffer help intro.
4786 (custom-buffer-create-internal): Fix previous change.
4787 (customize-changed-options-previous-release): Prev release is 21.1.
4788 (customize-changed-options): Doc fix.
4789 (customize-changed): New alias.
4790 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4791 Say "standard values".
4792 (Custom-reset-standard): Doc fix.
4793 (custom-face-reset-standard): Doc fix.
4794
4795 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4796
4797 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4798 even if font-lock-mode is non-nil since it may be t without having
4799 turned on font-lock-mode-internal.
4800 (font-lock-choose-keywords): Minor optimization.
4801 (font-lock-add-keywords, font-lock-remove-keywords)
4802 (font-lock-set-defaults): Don't call make-local-variable on a variable
4803 that we know to already be local.
4804
4805 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4806
4807 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4808 messages if in the minibuffer.
4809
4810 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4811
4812 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4813 (tex-mode-flyspell-verify, flyspell-get-word)
4814 (flyspell-external-point-words): Don't use point-min/max uselessly.
4815
4816 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4817 by Kevin Rodgers. Instead, just hide the completions buffer if we
4818 don't need to show it.
4819
4820 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4821
4822 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4823
4824 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4825
4826 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4827 delete-windows-on with an inexistent buffer.
4828
4829 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4830
4831 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4832 Delete defcustom variable :tag names.
4833
4834 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4835
4836 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4837 (log-view-font-lock-keywords): Ajust subgroup numbers.
4838 (log-view-current-tag): Don't hard code the number of subgroups.
4839
4840 2005-12-20 Juri Linkov <juri@jurta.org>
4841
4842 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4843 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4844
4845 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4846 (menu-bar-non-minibuffer-window-p): Instead of checking
4847 display-multi-frame-p, use selected-frame when menu-updating-frame
4848 is nil.
4849
4850 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
4851
4852 * align.el (align-rules-list): Use [ \t] instead of \s-
4853 for column separators in text mode.
4854
4855 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4856
4857 * help-mode.el (help-customize-variable, help-customize-face):
4858 Don't pop help-xref-stack as help-follow no longer pushes
4859 anything on to it.
4860
4861 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4862
4863 * textmodes/org.el (org-agenda-custom-commands): New option.
4864 (org-agenda): Offer custom commands on splash screen.
4865 (org-make-tags-matcher): Parser for Boolean logic added.
4866 (org-agenda-set-tags): New command.
4867 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4868 (org-set-tags): Efficiency improvements.
4869 (org-auto-align-tags): New option.
4870 (org-todo, org-demote, org-promote): Realign tags.
4871 (org-tags-completion-function): Use also "&" and "|" as separators.
4872 (org-org-menu): Agenda commands simplified.
4873
4874 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4875
4876 * cus-edit.el (customize-apropos, customize-apropos-options):
4877 Docstring changes.
4878
4879 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4880
4881 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4882
4883 * longlines.el (longlines-mode): Wrap while widened.
4884 (longlines-decode-region, longlines-encode-region): Compute max
4885 just once.
4886
4887 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4888
4889 * cus-edit.el (mac): New group.
4890
4891 * cus-start.el (all): Add user options in macterm.c. Add test for
4892 Mac-related built-ins. Fix test for GTK-related built-ins.
4893
4894 * term/mac-win.el (mac-handle-language-change)
4895 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4896 (mac-services-open-selection, mac-services-mail-selection)
4897 (mac-services-mail-to, mac-services-insert-text)
4898 (mac-dispatch-apple-event): Add docstrings.
4899 (x-get-selection, mac-select-convert-to-string): Select coding
4900 system from `utf-16be' and `utf-16le' using `byteorder'.
4901
4902 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4903
4904 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4905 a "list" (lambda ...) rather than a real completion list.
4906
4907 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4908 lexical-let when encountering ((lambda (...) ...) ...).
4909
4910 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4911
4912 * progmodes/sh-script.el (sh-mode):
4913 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4914 * textmodes/picture.el (picture-mode): Update docstrings.
4915
4916 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4917
4918 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4919 commands enclosed in $(ARGQUOTE)s should not be split between two
4920 lines, as that will break with GNU Make >3.80, when sh.exe is used
4921 and arg quoting is with '..'.
4922 (autoloads): Don't break the quoted --eval expression between
4923 several lines.
4924
4925 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4926
4927 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4928 Capture error from printing circular structures.
4929
4930 2005-12-17 Martin Rudalics <rudalics@gmx.at>
4931
4932 * wid-edit.el (widget-checkbox-action): Clear undo info.
4933
4934 2005-12-16 Bill Wohler <wohler@newt.com>
4935
4936 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4937 bar, not menubar in comment.
4938
4939 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4940
4941 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4942 After-change-functions should not clobber the match data.
4943
4944 2005-12-16 Juri Linkov <juri@jurta.org>
4945
4946 * simple.el (choose-completion): Use `buffer-substring-no-properties'
4947 instead of `buffer-substring'.
4948 (completion-common-substring): Doc fix.
4949 (completion-setup-function): Use minibuffer-completion-contents
4950 instead of minibuffer-contents. Don't set common-string-length
4951 initially. Remove special handling of partial-completion-mode.
4952 Move computation of completion-base-size into one cond.
4953 Call completion-base-size-function in mainbuf. In computation of
4954 completion-base-size for file name completion don't move point to
4955 the end of the minibuffer. Move computation of common-string-length
4956 into one cond. Start putting faces only when common-string-length>=0.
4957 Add condition to put completions-common-part when
4958 common-string-length>0.
4959
4960 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4961 place point at the first different character in the minibuffer
4962 even if this position is at the beginning of the minibuffer.
4963
4964 * info.el (Info-read-node-name-1): In completion-base-size-function's
4965 lambda return 1 if common-substring or minibuffer-completion-contents
4966 starts with (, and 0 otherwise.
4967
4968 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4969 Use `crm-current-element' for second arg of `display-completion-list'.
4970
4971 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
4972
4973 * files.el (set-auto-mode): Look for an interpreter specified on
4974 the first line also if search for mode specification succeeded,
4975 but the mode is not known.
4976
4977 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
4978
4979 * textmodes/org.el (org-tags-match-list-sublevels): New option.
4980 (org-open-at-point): Implement tag searches as links.
4981 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4982 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4983 (org-tags-sparse-tree, org-tags-view, org-set-tags)
4984 (org-agenda-dispatch): New commands.
4985 (org-use-tag-inheritance, org-tags-column): New options.
4986 (org-tab-follows-link, org-return-follows-link): New options.
4987 (org-tags): New customize group.
4988 (org-start-icalendar-file): Get local time zone.
4989 (org-tags-completion-function): New function.
4990 (org-set-font-lock-defaults): Make sure links will also be
4991 highlighted inside headlines.
4992
4993 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
4994
4995 * term.el (term-emulate-terminal):
4996 Let term-handle-ansi-terminal-messages override what Bash says about
4997 its current directory.
4998
4999 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5000
5001 * bindings.el (last-buffer): Move to simple.el.
5002 * simple.el (last-buffer): Move here.
5003 (get-next-valid-buffer): New function.
5004 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
5005 (prev-buffer): Ditto. Rename to `previous-buffer'.
5006
5007 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
5008 * bindings.el (global-map): Ditto.
5009
5010 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
5011
5012 * cus-edit.el: Introductory comment change.
5013 (custom-magic-alist): Change message string for the `rogue' state.
5014
5015 2005-12-15 Richard M. Stallman <rms@gnu.org>
5016
5017 * tooltip.el: Delete defcustom variable :tag names.
5018
5019 * complete.el (partial-completion-mode): Doc fix.
5020
5021 * textmodes/flyspell.el (flyspell-external-point-words):
5022 Use save-excursion to ensure we don't move backward in the
5023 search loop, not even one character.
5024 (flyspell-delete-all-overlays): Use remove-overlays directly.
5025
5026 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
5027 (ispell-start-process): Set that variable.
5028 Clear ispell-buffer-local-name.
5029 (ispell-internal-change-dictionary):
5030 Set ispell-current-dictionary after killing process.
5031 (ispell-buffer-local-dict):
5032 Don't set spell-personal-dictionary after killing process.
5033 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
5034 (ispell-tex-skip-alists, ispell-html-skip-alists)
5035 (ispell-skip-region-alist): Mark as risky.
5036
5037 * net/newsticker.el (newsticker--retrieval-timer-list)
5038 (newsticker--display-timer, newsticker-running-p)
5039 (newsticker-ticker-running-p): Definitions moved up.
5040
5041 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
5042
5043 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
5044
5045 2005-12-15 David Ponce <david@dponce.com>
5046
5047 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
5048 (recentf-edit-list, recentf-open-files): Signal an error when
5049 there is no recent file.
5050
5051 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
5052
5053 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
5054 read-only except for texinfo-format-region evaluation.
5055
5056 2005-12-14 Richard M. Stallman <rms@gnu.org>
5057
5058 * vc.el (vc-default-previous-version, vc-default-next-version)
5059 (vc-do-command): Doc fixes.
5060
5061 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5062
5063 * textmodes/bibtex.el (bibtex-expand-strings)
5064 (bibtex-autokey-expand-string, bibtex-name-part)
5065 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
5066 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
5067 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
5068 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
5069 (bibtex-entry-postfix, bibtex-known-entry-type-re)
5070 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
5071 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
5072 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
5073 (bibtex-beginning-of-last-entry): Remove.
5074 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
5075 message if comma is missing but buffer is read-only.
5076 (bibtex-parse-field-text): Handle whitespaces at the end of field
5077 text. Return 3-element list with beginning and end of field text
5078 and end of field.
5079 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
5080 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
5081 (bibtex-search-forward-field, bibtex-search-backward-field):
5082 Search always delimited by limits of entry. Use more efficient
5083 search algorithms.
5084 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
5085 bibtex-end-of-name-in-field.
5086 (bibtex-text-in-field-bounds): Handle BibTeX strings when
5087 extracting the content of a field.
5088 (bibtex-text-in-field): Use search limits.
5089 (bibtex-parse-string-prefix): Handle empty string keys based on
5090 bibtex-string-empty-key.
5091 (bibtex-parse-string): Fix docstring.
5092 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
5093 (bibtex-preamble-prefix, bibtex-strings): New functions.
5094 (bibtex-skip-to-valid-entry): Include preceding whitespace in
5095 BibTeX entries (consistent with other BibTeX functions).
5096 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
5097 (bibtex-search-entry): Fix docstring. Simplify.
5098 (bibtex-flash-head, bibtex-complete-string-cleanup)
5099 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
5100 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
5101 (bibtex-parse-entry): New optional arg content.
5102 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
5103 Use bibtex-text-in-field-bounds.
5104 (bibtex-print-help-message): Handle BibTeX strings and preambles.
5105 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
5106 bibtex-parse-string-postfix.
5107 (bibtex-find-text-internal): New function.
5108 (bibtex-remove-delimiters): Use it.
5109 (bibtex-find-text): Use it. New optional arg help.
5110 (bibtex-complete): Handle BibTeX string and preamble entries.
5111 (bibtex-Preamble): Fix order of closing delimiters.
5112
5113 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
5114
5115 * vc.el (vc-default-revert): New fun.
5116
5117 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
5118
5119 2005-12-14 Romain Francoise <romain@orebokech.com>
5120
5121 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
5122 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
5123 (font-lock-remove-keywords): Likewise.
5124
5125 2005-12-14 Juri Linkov <juri@jurta.org>
5126
5127 * log-view.el (log-view-diff): Doc fix.
5128
5129 * isearch.el (isearch-query-replace): Use (mark) instead of
5130 isearch-opoint if mark is active in transient-mark-mode.
5131
5132 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5133
5134 * isearch.el (isearch-query-replace): Check for isearch-other-end.
5135
5136 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
5137
5138 * progmodes/cpp.el (cpp-face): New widget.
5139 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
5140
5141 2005-12-14 Juri Linkov <juri@jurta.org>
5142
5143 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
5144 around `erase-buffer' and `insert'.
5145
5146 * descr-text.el (describe-text-properties): Replace buffer name
5147 "*Help-2*" with "*Help*<2>".
5148 (describe-char): Add functions print-help-return-message,
5149 toggle-read-only. Use help-setup-xref with nil to not store
5150 describe-char in help-xref-stack. Use help-make-xrefs to
5151 make [back] button.
5152
5153 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
5154
5155 * wdired.el (wdired-old-point): New internal variable.
5156 (wdired-change-to-wdired-mode): Set it buffer-locally.
5157 (wdired-abort-changes): Restore point after aborting changes.
5158
5159 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5160
5161 * vc.el (vc-do-command): Add a new value t for okstatus.
5162
5163 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
5164 frame in case of errors.
5165
5166 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5167
5168 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
5169 so it comes after "On the Left" in the menu.
5170
5171 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
5172
5173 * cus-edit.el (customize-apropos, customize-apropos-options)
5174 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
5175
5176 2005-12-12 Bill Wohler <wohler@newt.com>
5177
5178 * vc-svn.el (vc-svn-registered): Fix problem of visiting
5179 non-writable Subversion-controlled files by saving window
5180 configuration before calling vc-do-command. vc-do-command calls
5181 pop-to-buffer on error which is unexpected during registration.
5182
5183 2005-12-12 Jay Belanger <belanger@truman.edu>
5184
5185 * calc/README: Update the summary of changes.
5186
5187 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5188
5189 * descr-text.el (describe-char): Rework last fix to solve the problem
5190 is the same way it's solved for everything else in that function
5191 (i.e. by extracting the info before setting up the *Help* buffer).
5192
5193 2005-12-12 Kim F. Storm <storm@cua.dk>
5194
5195 * subr.el (version-regexp-alist): Allow space as separator before
5196 non-numeric part, e.g. "1.0 alpha".
5197 (version-to-list): Interpret .X.Y version as 0.X.Y version.
5198
5199 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
5200
5201 * textmodes/org.el (org-agenda, org-timeline, org-todo):
5202 Implement Logging and the keep-modes setting.
5203 (org-get-category): Make sure a string is returned.
5204 (org-log-done): New function.
5205 (org-log-done, org-closed-string): New options.
5206
5207 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5208
5209 * tooltip.el (tooltip-y-offset): Change default to 20.
5210
5211 2005-12-12 Richard M. Stallman <rms@gnu.org>
5212
5213 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
5214
5215 * frame.el (display-hourglass): Doc fix.
5216
5217 * help.el (help-for-help-internal): Simplify entry for `a'.
5218
5219 * info.el (Info-on-current-buffer): Doc fix.
5220 (info-insert-file-contents): Don't test (featurep 'jka-compr).
5221
5222 * startup.el (inhibit-splash-screen): Make this the real name.
5223 (inhibit-startup-message): Make this the alias.
5224 (command-line): Find only simple.el, and use its directory
5225 to fill in other preloaded files' names.
5226 (command-line): Deactivate the mark if deactivate-mark is set.
5227
5228 * international/mule.el (load-with-code-conversion):
5229 Bind deactivate-mark.
5230
5231 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
5232
5233 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
5234
5235 * cus-edit.el (customize-apropos): Avoid listing an option more
5236 than once under different aliases. No longer list user options
5237 that are not defined with defcustom (unless a prefix arg is given).
5238 Doc fix.
5239 (customize-apropos-options): Doc fix.
5240
5241 2005-12-11 Juri Linkov <juri@jurta.org>
5242
5243 * frame.el (set-background-color, set-foreground-color)
5244 (set-cursor-color, set-mouse-color, set-border-color):
5245 Add explicit prompts to read colors by `facemenu-read-color'.
5246 (show-trailing-whitespace, blink-cursor-delay)
5247 (blink-cursor-interval, display-hourglass, hourglass-delay):
5248 Remove tags.
5249 (display-hourglass, hourglass-delay): Doc fix.
5250 (cursor-in-non-selected-windows): Capitalize words in tag.
5251
5252 * faces.el (frame-background-mode): Replace `choice-item' keywords
5253 with `const' to not make [default] button. Change default value tag
5254 from `default' to `automatic'. Doc fix.
5255 (trailing-whitespace) <defface>: Change group `whitespace' to
5256 `whitespace-faces'.
5257
5258 2005-12-11 Richard M. Stallman <rms@gnu.org>
5259
5260 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
5261
5262 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5263
5264 * term/mac-win.el: Create keymap for mac-apple-event-map.
5265
5266 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
5267
5268 * tooltip.el (tooltip-mode): Move to start of file so that it
5269 appears at top of customize buffer.
5270
5271 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5272 Add the gud groupname.
5273 (gud-tooltip-mode): Add the tooltip groupname.
5274 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
5275 avoid conflict with tooltip-use-echo-area.
5276
5277 2005-12-10 Romain Francoise <romain@orebokech.com>
5278
5279 * help.el (help-for-help-internal): Add `r' in doc string.
5280
5281 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5282
5283 * align.el (align-regexp, align-highlight-rule):
5284 Use region-beginning and region-end instead of point and mark, so that
5285 repetition (with `repeat-complex-command') recomputes the region
5286 bounds.
5287
5288 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
5289
5290 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5291 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5292 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5293 (balance-windows): Rewrite using the above new functions.
5294
5295 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5296
5297 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5298 react if global-hi-lock-mode seems intended.
5299 (global-hi-lock-mode) Renamed from hi-lock-mode.
5300 (hi-lock-archaic-interface-message-used)
5301 (hi-lock-archaic-interface-deduce): New variables.
5302 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5303 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5304 (hi-lock-find-patterns, hi-lock-font-lock-hook):
5305 Replace hi-lock-buffer-mode with hi-lock-mode.
5306
5307 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
5308
5309 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5310 completion list, even after a partial completion has been
5311 inserted in the current buffer. If there are more than 1
5312 completion, redisplay the *Completions* buffer; if the
5313 completion is unique, delete the *Completions* window.
5314
5315 2005-12-10 Eli Zaretskii <eliz@gnu.org>
5316
5317 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5318 strings and long subject lines that were broken into multiple
5319 lines at arbitrary places. Handle subjects that have "Re: " in
5320 the middle.
5321
5322 2005-12-10 John W. Eaton <jwe@octave.org>
5323
5324 * emacs/octave-mod.el (octave-electric-space): Don't indent
5325 comments or strings if octave-auto-indent is nil.
5326
5327 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5328
5329 * term/mac-win.el: Require url when compiling.
5330 Call mac-process-deferred-apple-events after loading init files.
5331 (mac-apple-event-map): New defvar. Define event handlers in it.
5332 (core-event, internet-event): New Apple event class symbols.
5333 (open-application, reopen-application, open-documents)
5334 (print-documents, open-contents, quit-application)
5335 (application-died, show-preferences, autosave-now, get-url):
5336 New Apple event ID symbols.
5337 (about): New HICommand ID symbol.
5338 (mac-event-spec, mac-event-ae): New macros.
5339 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5340 (mac-ae-selection-range, mac-ae-text-for-search)
5341 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5342 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5343 and Services menu events are now defined in mac-apple-event-map.
5344 (mac-drag-n-drop): Remove selection range handling.
5345
5346 2005-12-10 Kenichi Handa <handa@m17n.org>
5347
5348 * simple.el (zap-to-char):
5349 * isearch.el (isearch-process-search-char): Translate CHAR by
5350 translation-table-for-input.
5351
5352 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5353
5354 * foldout.el (foldout-exit-fold): Properly hide subtree.
5355
5356 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5357
5358 * files.el (save-buffer):
5359 * international/ucs-tables.el (ucs-set-table-for-input):
5360 * mail/mail-extr.el (mail-extract-address-components):
5361 * mail/sendmail.el (mail-mode): Reformat doc string.
5362
5363 2005-12-09 Juri Linkov <juri@jurta.org>
5364
5365 * isearch.el (isearch-highlight): Change main overlay priority
5366 from 1 to 1001. Simplify.
5367 (isearch-lazy-highlight-update): Change lazy overlay priority
5368 from 0 to 1000.
5369
5370 * replace.el (replace-highlight): Change overlay priority from
5371 1 to 1001.
5372
5373 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5374 Change overlay priority from 1 to 1001. Reuse existing overlay.
5375
5376 * compare-w.el (compare-windows-highlight): Change overlay
5377 priority from 1 to 1000.
5378
5379 * menu-bar.el (menu-bar-edit-menu): Add listp around
5380 pending-undo-list to disable menu item "undo" when pending
5381 undo list is empty.
5382
5383 * locate.el (locate): Disable undo in *Locate* buffer.
5384
5385 2005-12-09 Kim F. Storm <storm@cua.dk>
5386
5387 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5388
5389 2005-12-09 David Ponce <david@dponce.com>
5390
5391 * recentf.el: Improvement of the menu code.
5392 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5393 instead of menu hook.
5394 (recentf-show-menu, recentf-hide-menu): New functions.
5395 (recentf-menu-customization-changed, recentf-mode): Use them.
5396 (recentf-menu-action, recentf-max-menu-items)
5397 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5398 (recentf-arrange-by-rule-others)
5399 (recentf-arrange-by-rules-min-items)
5400 (recentf-arrange-by-rule-subfilter) : Don't use
5401 `recentf-menu-customization-changed'.
5402 (recentf-arrange-rules): Likewise. Accept functions to compute
5403 sub-menu titles.
5404 (recentf-menu-filter): Likewise. Doc fix.
5405 (recentf-menu-value-shortcut): Doc fix.
5406 (recentf-dump-variable): Quote atom value.
5407 (recentf-make-menu-items): Update to use it as a menu filter.
5408 (recentf-match-rule): New function.
5409 (recentf-arrange-by-rule): Use it.
5410 (recentf-indirect-mode-rule): New function.
5411 (recentf-build-mode-rules): Use it.
5412 (recentf-dir-rule): New function.
5413 (recentf-arrange-by-dir): Use it.
5414 (recentf-filter-changer-current): Rename from
5415 `recentf-filter-changer-state'. All references updated.
5416 (recentf-filter-changer-alist): Update filter names.
5417 (recentf-filter-changer-select): New function.
5418 (recentf-filter-changer): Use it. Make a sub-menu from filters
5419 available in `recentf-filter-changer-alist'.
5420 (recentf-data-cache, recentf-clear-data)
5421 (recentf-update-menu): Remove. All references updated.
5422 (recentf-match-rule-p, recentf-build-dir-rules)
5423 (recentf-filter-changer-goto-next)
5424 (recentf-filter-changer-get-current)
5425 (recentf-filter-changer-get-next): Remove.
5426
5427 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5428
5429 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5430 buffer "Reset" button to "Reset to Current" for consistency with
5431 the State buttons.
5432
5433 2005-12-08 John Paul Wallington <jpw@pobox.com>
5434
5435 * ibuf-ext.el (define-ibuffer-filter filename):
5436 If `dired-directory' is a list then really use its car.
5437
5438 2005-12-08 Kim F. Storm <storm@cua.dk>
5439
5440 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5441 Fix indention of text on right side of replaced rectangle.
5442
5443 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5444
5445 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5446 No need to check gud-comint-buffer is bound.
5447 (gdb): Prevent multiple debugging when first session uses gdba.
5448
5449 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5450
5451 CC Mode update to 5.31.
5452
5453 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5454 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5455 We might do this function properly in the future).
5456
5457 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5458 New macros c-sentence-end and c-default-value-sentence end, to cope
5459 with Emacs 22's new function `sentence-end'.
5460
5461 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5462
5463 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5464 compat issue using `c-put-overlay' and `c-delete-overlay'.
5465
5466 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5467 New compat macros to handle overlays/extents.
5468
5469 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5470
5471 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5472 (for GNU Emacs 20.4)
5473
5474 * progmodes/cc-defs.el:
5475 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5476
5477 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5478 highlighting mechanism so it will work in XEmacs too.
5479
5480 * progmodes/cc-defs.el: Insert c-int-to-char.
5481
5482 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5483 call to the new macro c-int-to-char. This solves XEmacs's
5484 regarding characters as different from integers.
5485
5486 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5487
5488 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5489 New internal helper.
5490
5491 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5492 construct to make the indirect face lookup work in XEmacs.
5493
5494 (c-cpp-matchers): Append the negation char face to the existing
5495 fontification, so that the cpp face doesn't disappear.
5496 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5497 and strings.
5498
5499 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5500 to map to `font-lock-negation-char-face' in emacsen where it exists.
5501
5502 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5503
5504 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5505
5506 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5507 Rename "c-subword-move-mode" as "c-subword-mode".
5508
5509 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5510 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5511
5512 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5513
5514 * progmodes/cc-mode.el: Added autoload directive for
5515 `c-subword-move-mode' for use in older emacsen.
5516
5517 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5518
5519 * progmodes/cc-mode.el:
5520 (i) Insert a binding for C-c C-backspace into
5521 c-bind-special-erase-keys which works in TTYs.
5522 (ii) Make sure that when file styles are used, any explicitly
5523 given style variables take priority over those in the style.
5524 Do this by calling `hack-local-variables' a second time.
5525
5526 * progmodes/cc-vars.el: Add language specific customization
5527 widgets for AWK to c-doc-comment-style, c-require-final-newline
5528 and c-default-style. Add a defcustom for awk-mode-hook.
5529 Give c-syntactic-element and c-syntactic-context doc-strings by
5530 directly setting their `variable-documentation' propery.
5531 This allows Emacs 22.1 to read these with C-h v.
5532
5533 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5534
5535 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5536
5537 * progmodes/cc-fonts.el, cc-vars.el
5538 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5539 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5540 Masatake YAMATO.
5541
5542 (c-doc-comment-style): Made GtkDoc default in C mode.
5543
5544 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5545 and C-c C-<delete>.
5546
5547 (c-bind-special-erase-keys): New function for use on
5548 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5549
5550 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5551 <delete> key behavior in XEmacs according to `delete-forward-p'.
5552 C.f. `c-electric-delete'.
5553
5554 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5555
5556 * progmodes/cc-mode.el: Give c-hungry-backspace and
5557 c-hungry-delete-forward permanent key bindings.
5558
5559 * progmodes/cc-cmds.el (c-electric-semi&comma):
5560 Bind c-syntactic-context for calls to "criteria functions", for
5561 consistency with other calls to user functions.
5562
5563 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5564 `current-prefix-arg', since this might be the prefix arg to a
5565 command which calls c-indent-command as a function. Change the
5566 interactive spec from "p" to "P".
5567
5568 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5569 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5570 was difficult to understand.
5571
5572 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5573
5574 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5575 first char of an identifier.
5576
5577 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5578 +" syntax in C++.
5579
5580 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5581
5582 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5583 auto-fill doesn't split a c-comment's last word from a hanging
5584 "*/" when a space is typed between them after fill-column.
5585
5586 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5587
5588 * progmodes/cc-styles.el (c-set-style)
5589 (c-setup-paragraph-variables): Abort the command if we're not in a
5590 CC Mode buffer.
5591
5592 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5593 with blank comment-prefix, and a blank line as the comment's
5594 second line.
5595
5596 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5597
5598 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5599 Incorporate the patterns added in the Emacs development branch
5600 for the new Emacs 22 face `font-lock-negation-char-face'.
5601
5602 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5603 of "red" since it stands out better in xterms and DOS terminals.
5604
5605 * progmodes/cc-engine.el (c-literal-faces):
5606 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5607
5608 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5609
5610 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5611 forcibly enable c-electric-flag.
5612
5613 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5614 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5615 after the comment-prefix of a C-style comment will close that comment.
5616
5617 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5618
5619 * progmodes/cc-fonts.el (c-basic-matchers-before)
5620 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5621 in Pike.
5622
5623 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5624 digraphs.
5625
5626 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5627 (c-cpp-message-directives, c-cpp-include-directives)
5628 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5629 (c-cpp-expr-directives): Introduce new language constants to
5630 control cpp syntax in a cleaner way.
5631
5632 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5633
5634 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5635
5636 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5637 (c-multiline-string-start-char): New language constants and
5638 variables to specify how newlines in string literals work.
5639
5640 (c-font-lock-invalid-string): Use them.
5641
5642 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5643 unbalanced close brace is entered. Optimization by avoiding going
5644 back over arbitrarily large blocks. Removed hints that this
5645 function only would be relevant/useful in AWK.
5646
5647 (c-electric-brace): Indent syntactically after the cleanups since
5648 lineup functions might do it differently then.
5649
5650 * progmodes/cc-engine.el, cc-langs.el
5651 (c-opt-op-identifier-prefix): New language constant and variable.
5652
5653 (c-just-after-func-arglist-p, c-after-special-operator-id)
5654 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5655
5656 * progmodes/cc-align.el, cc-engine.el
5657 (c-after-special-operator-id): New helper to handle C++ operator
5658 identifiers.
5659
5660 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5661 (c-guess-basic-syntax): Handle C++ operator identifiers in
5662 declarations.
5663
5664 * progmodes/cc-langs.el (c-assignment-operators): Add the
5665 trigraph version of ^= too.
5666
5667 * progmodes/cc-langs.el (c-assignment-operators): Add the
5668 trigraph version of |= in C++.
5669
5670 * progmodes/cc-fonts.el (c-font-lock-declarators):
5671 Handle `c-decl-hangon-kwds' after the identifier name.
5672
5673 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5674 whether an arglist is "nonempty", ignore a comment after the open
5675 paren if it isn't followed by a non-comment token on the same line.
5676
5677 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5678 Enable heuristics below the point to cope with classes inside special
5679 brace lists in Pike.
5680
5681 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5682
5683 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5684
5685 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5686
5687 * progmodes/cc-guess.el (cc-guess-install): New function to
5688 install an already guessed style in another buffer.
5689
5690 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5691 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5692 anyway if the change always is undone.
5693
5694 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5695
5696 Implement togglable electricity:
5697
5698 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5699 saying when it should be used.
5700
5701 * progmodes/cc-engine.el: Add the new buffer-local variable,
5702 c-electric-flag.
5703
5704 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5705 c-toggle-auto-newline.
5706
5707 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5708 c-toggle-auto-newline. Remove the binding for
5709 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5710 c-toggle-electric-state.
5711
5712 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5713
5714 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5715 c-\(forward\|backward\)-subword.
5716 (c-update-modeline): Add the new modeline flag `l' for
5717 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5718 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5719 Make the old name an alias of the new name.
5720 (c-toggle-electric-state): New function.
5721 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5722 Adapt these functions to do electric things only when
5723 c-electric-flag is non-nil.
5724 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5725 new functions from c-electric-brace.
5726 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5727 mode, so that the tentative extra newline doesn't change the
5728 syntax of the following brace.
5729 (c-electric-brace): Restructure by extracting the above functions.
5730 Tidy up the coding somewhat.
5731 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5732 restructure a bit.
5733
5734 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5735
5736 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5737 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5738
5739 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5740 (c-submode-indicators): Change name from `c-auto-hungry-string'
5741 since it's now used to track another submode.
5742
5743 (c-update-modeline): Convert to function and extended to check
5744 `c-subword-move-mode'.
5745
5746 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5747 Convert to compat aliases for `c-forward-subword' and
5748 `c-backward-subword'.
5749
5750 * progmodes/cc-subword.el: New functions and minor mode to handle
5751 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5752
5753 (c-forward-subword, c-backward-subword, c-mark-subword)
5754 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5755 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5756 Functions corresponding to the standard word handling functions.
5757
5758 (c-subword-move-mode): Minor mode that replaces all the standard
5759 word handling functions with their subword equivalences.
5760
5761 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5762
5763 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5764 entry for one-liner-defun.
5765
5766 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5767 name in its def-edebug-spec.
5768
5769 * progmodes/cc-cmds.el (c-electric-brace): Make the
5770 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5771 compacts space before a comment, if this will make things fit on
5772 one line.
5773
5774 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5775
5776 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5777
5778 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5779 clean-up one-liner-defun.
5780
5781 * progmodes/cc-styles.el: Add the new "awk" style.
5782
5783 * progmodes/cc-vars.el: Add description of one-liner-defun to
5784 c-cleanup-list's doc-string. New user options,
5785 c-max-one-liner-length. In c-default-style, set the default style
5786 for AWK to "awk".
5787
5788 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5789
5790 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5791 macros inside labels.
5792
5793 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5794 `c-at-statement-start-p' and `c-at-expression-start-p'.
5795
5796 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5797 error if the mark isn't set.
5798
5799 * progmodes/cc-engine.el (c-guess-continued-construct)
5800 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5801 accurately detect functions inside functions.
5802
5803 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5804 like `c-at-statement-start-p' that additionally recognizes commas
5805 and expression parentheses as delimiters.
5806
5807 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5808 to avoid heuristics that doesn't work for unclosed blocks.
5809 (c-at-statement-start-p): New function.
5810
5811 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5812 Objective-C directives, e.g. directives spanning lines should work
5813 reasonably well now.
5814
5815 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5816
5817 (c-forward-objc-directive): New function to move over any ObjC
5818 directive.
5819
5820 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5821 (c-basic-matchers-before): Use it.
5822
5823 (c-font-lock-objc-iip-decl): Remove.
5824
5825 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5826 in the template arglist recognition.
5827
5828 * progmodes/cc-styles.el (c-style-alist): Fix several
5829 inconsistencies in the Whitesmith style.
5830
5831 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5832 New lineup function to get lines after Whitesmith style blocks
5833 correctly indented.
5834
5835 (c-lineup-whitesmith-in-block): Back out the compensation for
5836 opening parens since it's done using `add' lists in the style
5837 definition instead. Don't use the anchor position since it varies
5838 too much between the syntactic symbols. :P
5839
5840 * progmodes/cc-vars.el (c-valid-offset): Update.
5841
5842 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5843 lists where the offsets are combined according to several
5844 different methods: `first', `min', `max', and `add'.
5845 Report offset evaluation errors with `c-benign-error' so that some kind
5846 of reindentation still is done.
5847
5848 * progmodes/cc-engine.el (c-guess-basic-syntax):
5849 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5850 `arglist-close'.
5851
5852 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5853 situations for `arglist-cont-nonempty' and `arglist-close'.
5854
5855 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5856
5857 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5858 cc-bytecomp-boundp' in a number of places.
5859
5860 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5861 macro related issue.
5862
5863 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5864
5865 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5866 list is now [asdf], a char class [:alpha:].
5867 Include code for char classes.
5868 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5869 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5870
5871 Remove (nearly all of) the cruft associated with AWK Mode's former
5872 concept of "virtual semicolons":
5873
5874 Adapt c-beginning-of-statement, c-end-of-statement (together with
5875 subfunctions) to use the new notion of "virtual semicolon" in
5876 place of the old awkward special handling for AWK. There remains
5877 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5878 * progmodes/cc-cmds.el:
5879 (c-ascertain-adjacent-literal): In the backwards direction, now
5880 recognises AWK regexp delimiters as string delimiters.
5881 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5882 check more rigorously for "end of macro".
5883 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5884 virtual semicolons;
5885 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5886 out the code for forward movement into ...
5887 (c-end-of-statement): Now contains the code for forward movement,
5888 adapted for virtual semicolons.
5889
5890 * progmodes/cc-engine.el:
5891 (c-ws*-string-limit-regexp): New regexp.
5892 (c-forward-single-comment, c-backward-single-comment): Comment out
5893 the (now redundant) "special" AWK stuff.
5894
5895 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5896 c-string-par-start, c-string-par-separate to be more like Text
5897 Mode than Fundamental Mode.
5898
5899 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5900
5901 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5902 to the fontified region so that fontification doesn't occur
5903 outside it (could happen e.g. when fontifying a line with an
5904 unfinished declaration).
5905
5906 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5907
5908 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5909 start of the file. ^L now separate sections of the file.
5910 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5911 (c-awk-one-line-possibly-open-string-re)
5912 (c-awk-regexp-one-line-possibly-open-char-class-re)
5913 (c-awk-one-line-possibly-open-regexp-re)
5914 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5915 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5916
5917 Amend the concept of "virtual semicolons" (in the indentation
5918 engine) for languages like AWK, such that they are now
5919 conceptually attached to end of the last token of a statement, not
5920 the end of the line. (In AWK Mode, however, the pertinent text
5921 property is still physically set on the EOL.) Remove the specific
5922 tests for awk-mode, thus facilitating the introduction of other
5923 language modes where EOLs can end statements.
5924 (Note: The funtionality in cc-cmds.el, specifically
5925 c-beginning/end-of-statement has yet to be amended.)
5926
5927 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5928 New macros.
5929
5930 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5931 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5932 c-vsemi-status-unknown-p-fn (in a new page).
5933
5934 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5935 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5936 numerous awkward forms like
5937 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5938 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5939 variable before-ws-ip, the place just after char-before-ip appears.
5940
5941 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5942 a comment.
5943
5944 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5945
5946 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5947 `c-tentative-buffer-changes'.
5948
5949 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5950 convert to macro to choose between Emacs and XEmacs at compile time.
5951
5952 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5953
5954 (c-tentative-buffer-changes): New macro to handle temporary buffer
5955 changes in a convenient way.
5956
5957 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5958 for `c-tentative-buffer-changes'.
5959
5960 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5961 the checks for paren sexps between the point and the keyword, to
5962 avoid some false alarms.
5963
5964 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5965 Fixed a situation where an error could be thrown for unbalanced
5966 parens. Changed to make use of c-keyword-member' to avoid some
5967 repeated regexp matches.
5968
5969 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5970 These language variable are no longer necessary.
5971
5972 (c-block-stmt-kwds): New language constant used by
5973 c-looking-at-inexpr-block'.
5974
5975 (c-guess-basic-syntax): Remove an optional check that looked at
5976 the existence of the now removed language variables.
5977
5978 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5979 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5980 object instantiation expressions as declarations in some contexts.
5981 This bug only affected languages where the declarator can't be
5982 enclosed in parentheses.
5983
5984 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5985 insert newlines before and after substatement braces.
5986
5987 * progmodes/cc-engine.el: Improved the heuristics for recognizing
5988 function declaration headers and the handling of C++ style member
5989 init lists.
5990
5991 (c-just-after-func-arglist-p): Rewritten to use
5992 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
5993
5994 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5995
5996 (c-guess-basic-syntax): Adapt case 5B for the new
5997 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
5998 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5999 covers all cases now).
6000
6001 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
6002
6003 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6004
6005 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
6006 c-string-par-start/separate c-sentence-end-with-esc-eol,
6007 initialised in c-setup-paragraph-variables, used in string
6008 scanning subroutines of c-beginning-of-statement.
6009
6010 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
6011 which precedes the newly inserted `{'.
6012
6013 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6014
6015 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
6016 function for declaration level blocks. It should now cope with
6017 templates better and also be a lot more comprehensible.
6018
6019 (c-looking-at-decl-block): The new function.
6020
6021 (c-search-uplist-for-classkey): The old one. It's now a wrapper
6022 for compatibility.
6023
6024 (c-add-class-syntax, c-guess-continued-construct)
6025 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
6026
6027 (c-decl-block-key): Change to tell apart ambiguous and
6028 unambiguous keywords. Pike specials are now handled directly in
6029 the code instead.
6030
6031 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
6032 New language constants and variables to make the backward skip in
6033 `c-looking-at-decl-block' as tight as possible.
6034
6035 (c-nonsymbol-token-char-list): New language constant.
6036
6037 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
6038 find balanced template arglists backwards.
6039
6040 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
6041 making char classes for `c-syntactic-skip-backward'.
6042
6043 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
6044 16D - can't be a class-close at that point.
6045
6046 * progmodes/cc-engine.el (c-guess-basic-syntax)
6047 (c-add-class-syntax): Don't narrow out the enclosing declaration
6048 level. This makes everything a lot easier, and it was actually
6049 only four small places that needed it to work. Some places that
6050 previously did `widen' are removed now, which has the effect that
6051 `c-guess-basic-syntax' never will look at things outside the
6052 current narrowment now. The anchor position for `topmost-intro'
6053 is affected by this, but it was so bogus it was basically useless
6054 before, and now it's equally bogus but in a slightly different way.
6055
6056 (c-narrow-out-enclosing-class): Gone.
6057
6058 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
6059 the narrowed region.
6060
6061 (c-least-enclosing-brace): Remove silly optional argument.
6062
6063 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
6064 the point could be left directly after an open paren when finding
6065 the beginning of the first decl in the block.
6066
6067 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
6068 Specify which submatch to use.
6069
6070 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
6071
6072 (c-decl-start-re): No longer any need for special treatment of
6073 ObjC due to the above.
6074
6075 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
6076 presumably follows C in that regard.
6077
6078 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
6079 New language constants to specify operator tokens inside
6080 identifiers in a more high level way.
6081
6082 (c-opt-identifier-prefix-key): New internal language constant.
6083
6084 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
6085 (c-identifier-start, c-identifier-key): Now completely calculated
6086 from other constants.
6087
6088 (c-identifier-last-sym-match): Decommission since it's no longer used.
6089
6090 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
6091
6092 * progmodes/cc-engine.el (c-forward-name): Remove the
6093 optimization when c-identifier-key is equal to c-symbol-key since
6094 it doesn't work in byte compiled files. Don't record empty
6095 regions as identifiers.
6096
6097 * progmodes/cc-langs.el (c-filter-ops): New helper function to
6098 simplify access to `c-operators' and its likes.
6099
6100 (c-operator-list, c-all-op-syntax-tokens)
6101 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
6102 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
6103 (c-primary-expr-regexp, c-cast-parens): Use it.
6104
6105 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
6106 an explicit language in functions.
6107
6108 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
6109 variant of adornment.
6110
6111 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
6112 variable.
6113
6114 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
6115 the Pike value.
6116
6117 * progmodes/cc-engine.el (c-on-identifier)
6118 (c-simple-skip-symbol-backward): Small fix for handling "-"
6119 correctly in `skip-chars-backward'. Affected the operator lfun
6120 syntax in Pike.
6121
6122 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
6123 diagnostic message about precompiled language vars not being used.
6124
6125 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
6126 "__attribute__" is followed by a parenthesis.
6127
6128 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
6129 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
6130 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
6131
6132 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
6133 Internal cleanups to properly detect the declared identifiers in
6134 various declarations.
6135
6136 (c-decl-start-kwds): New language constant to recognize
6137 declarations that can start anywhere. Used for class declarations
6138 in Pike.
6139
6140 (c-specifier-key, c-not-decl-init-keywords)
6141 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
6142 (c-find-decl-spots): Implement `c-decl-start-kwds'.
6143
6144 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
6145 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
6146 handling of the compiler specific extension keywords into a new
6147 language constant `c-decl-hangon-kwds' that defines keyword
6148 clauses to be ignored in declarations.
6149
6150 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
6151 past unrecognized tokens when handling `c-colon-type-list-kwds'.
6152 Necessary to stop at the declared identifier in e.g. IDL valuetype
6153 declarations.
6154
6155 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
6156 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
6157 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
6158 (c-forward-decl-or-cast-1): Recognize the declared identifier in
6159 class and enum declarations as such and not as part of the type.
6160
6161 (c-forward-decl-or-cast-1, c-forward-label): Relax the
6162 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
6163
6164 (c-forward-decl-or-cast-1): Don't disregard sure signs of
6165 declarations when there's some syntax error later on.
6166
6167 (c-complex-decl-matchers): Did away with a reference to
6168 `c-specifier-key'.
6169
6170 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
6171 value - this variable is always dynamically bound.
6172
6173 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
6174 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
6175 * cc-cmds.el, cc-defs.el: Change the policy for marking up
6176 functions that might do hidden buffer changes: All such internal
6177 functions are now marked instead of those that don't.
6178
6179 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
6180 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
6181 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
6182 (c-literal-type): Allow these functions to make hidden buffer changes,
6183 so that they are free to use text property caching later on.
6184
6185 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
6186 (c-electric-brace, c-electric-slash, c-electric-star)
6187 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
6188 (c-electric-paren, c-electric-continued-statement, c-indent-command)
6189 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
6190 (c-context-line-break): Add `c-save-buffer-state' calls to comply
6191 with the changed semantics of the functions above.
6192
6193 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
6194 when macros occur in obscure places. Optimized the sexp movement
6195 a bit.
6196
6197 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6198
6199 Enhancements for c-beginning-of-statement to work in AWK Mode:
6200
6201 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
6202 (completed statement) with `}' (statement completed by closing
6203 brace or semicolon) and `$' (statement completed by EOL).
6204
6205 (c-awk-virtual-semicolon-ends-prev-line-p)
6206 (c-awk-virtual-semicolon-ends-line-p)
6207 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
6208 (c-awk-at-statement-end-p): New functions.
6209
6210 * progmodes/cc-cmds.el: Simplify the structure of functions
6211 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
6212 two functions and c-beginning-of-statement to handle AWK Mode.
6213
6214 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
6215 c-backward-single-comment for AWK mode. Attempt to clarify their
6216 doc-strings.
6217
6218 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
6219
6220 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6221
6222 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
6223 label handling. Labels are now recognized in a uniform and more
6224 robust way, regardless of context. Text properties are put on all
6225 labels to recognize the following declarations better.
6226 Multiword labels are handled both in indentation and fontification for
6227 the benefit of language extensions like Qt. For consistency, keywords
6228 in labels are now fontified with the label face instead.
6229 That also applies to "case" and "default".
6230
6231 (c-beginning-of-statement-1): Fix some bugs in the label
6232 handling. Disregard `c-nonlabel-token-key' in labels that begin
6233 with `c-label-kwds'.
6234
6235 (c-find-decl-spots): Support that the callback adds more
6236 `c-decl-end' spots to find.
6237
6238 (c-forward-decl-or-cast-1): Don't treat a list of plain
6239 identifiers followed by a colon as a declaration.
6240
6241 (c-forward-label): New function to recognize labels.
6242
6243 (c-guess-basic-syntax): Replace uses of `c-label-key' with
6244 `c-forward-label'. Moved the label recognition cases (14 and 15)
6245 earlier since they aren't so context sensitive now. Handle labels
6246 on the top level gracefully. Moved access label recognition to
6247 the generic label case (CASE 15) - removed CASE 5E.
6248
6249 (c-font-lock-declarations): Add recognition of labels in the
6250 same round since we need to handle labels in parallell with other
6251 declarations to recognize both accurately. It should also improve
6252 speed.
6253
6254 (c-simple-decl-matchers, c-basic-matchers-after):
6255 Move `c-font-lock-labels' so that it only is used on decoration level 2
6256 since `c-font-lock-declarations' handles it otherwise.
6257
6258 (c-complex-decl-matchers): Remove the simplistic recognition of
6259 access labels.
6260
6261 (c-decl-prefix-re): Remove the kludges that was necessary to cope
6262 with labels earlier.
6263
6264 (c-decl-start-re): New language variable to make
6265 `c-font-lock-declarations' stop for the special protection labels
6266 in Objective-C that start with `@'.
6267
6268 (c-label-key): Remove since it's no longer used.
6269
6270 (c-recognize-colon-labels, c-label-prefix-re): New language
6271 constants to support recognition of generic colon-terminated labels.
6272
6273 (c-type-decl-end-used): `c-decl-end' is now used whenever there
6274 are colon terminated labels.
6275
6276 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6277 first argument starts with a special brace list.
6278
6279 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
6280 (c-font-lock-declarations): Break out the declaration and cast
6281 recognition from `c-font-lock-declarations' to a new function, so
6282 that it can be used in the indentation engine.
6283
6284 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
6285 up to the start of the literal. Fixed bug with the point on the
6286 wrong side of the search limit that could happen when the start
6287 position is inside a literal.
6288
6289 * progmodes/cc-engine.el (c-parse-state)
6290 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6291 so that it's kept a little bit back to increase the hit rate.
6292
6293 (c-parse-state): Change the macro handling and fixed some
6294 glitches. Macro context is checked more often than necessary now,
6295 but otoh less garbage conses are generated.
6296
6297 * progmodes/cc-engine.el (c-parse-state)
6298 (c-invalidate-state-cache): Cache the last position where
6299 `c-state-cache' applies. This can speed up refontification quite
6300 a bit in blocks where there are many non-brace parens before the point.
6301
6302 (c-state-cache-end): New variable for this.
6303
6304 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6305 cache variable.
6306
6307 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6308 get close initial continue positions when the start position is
6309 inside a literal or macro. Do not call the callback for spots
6310 before the start position (which can happen e.g. for `c-decl-end'
6311 spots inside comments). Optimize better in special cases when the
6312 region is a single line inside a literal or macro (typically when
6313 the current line is refontified).
6314
6315 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6316 to `c-add-stmt-syntax' - there's no need to explicitly whack off
6317 entries from the paren state.
6318
6319 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6320 special case for "else if" clauses.
6321
6322 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6323 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6324
6325 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6326 New language variable to recognize the gcc extension with statement
6327 blocks inside expressions.
6328
6329 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6330 it somewhat more comprehensible. The argument AT-BLOCK-START is
6331 no longer used and hence removed.
6332
6333 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6334 to `c-add-stmt-syntax'.
6335
6336 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6337 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6338 This fixes bogus label recognition.
6339
6340 * progmodes/cc-engine.el (c-add-type, c-check-type)
6341 (c-forward-name, c-forward-type): Improve storage of template
6342 types in `c-found-types' so that they can be recognized better.
6343
6344 (c-syntactic-content): Add option to skip past nested parens.
6345
6346 * progmodes/cc-engine.el (c-forward-name):
6347 Set `c-last-identifier-range' all the time. It's less work that way.
6348 Handle that there might not be an identifier to store in
6349 `c-last-identifier-range'.
6350
6351 (c-forward-type): Handle that `c-last-identifier-range' might be
6352 nil from `c-forward-name'.
6353
6354 * progmodes/cc-defs.el (c-safe-scan-lists)
6355 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6356
6357 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6358 to work even if the form fails.
6359
6360 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6361 down in a large file in one go.
6362
6363 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6364
6365 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6366 function which is like `c-lineup-math' but returns nil instead of
6367 `c-basic-offset' when it doesn't match.
6368
6369 (c-lineup-math): Change to use `c-lineup-assignments'.
6370
6371 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6372
6373 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6374 c-beginning-of-statement. New subfunctions
6375 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6376
6377 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6378
6379 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6380 hardcoded char classes whereever possible. Changed a couple of
6381 places to use skip by syntax instead of skip by char class.
6382
6383 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6384 Fix a bug in the regexp that caused extreme backtracking.
6385
6386 * progmodes/cc-langs.el (c-block-comment-starter)
6387 (c-block-comment-ender): New language constants to specify in a
6388 single place how block comments look.
6389
6390 (c-comment-start-regexp, c-block-comment-start-regexp)
6391 (comment-start, comment-end, comment-start-skip)
6392 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6393 (c-syntactic-ws, c-nonempty-syntactic-ws)
6394 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6395 `c-line-comment-starter', `c-block-comment-starter' and
6396 `c-block-comment-ender'.
6397
6398 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6399 New language constants to break up things a bit.
6400
6401 (c-simple-ws): New language constant for simple whitespace.
6402
6403 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6404
6405 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6406 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6407 newlines. Allow and ignore nil elements in the list.
6408
6409 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6410
6411 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6412 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6413
6414 * progmodes/cc-cmds.el: Tidy up the comments in
6415 c-beginning-of-statement and subfunctions.
6416
6417 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6418 more flexible c-put-char-property and c-clear-char-properties.
6419 Add the author's email address.
6420
6421 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6422
6423 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6424 closing "*/" of a block comment.
6425
6426 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6427 subfunctions) so that it works at BOB and EOB.
6428
6429 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6430 c-beginning-of-statement, including new variable
6431 c-block-comment-start-regexp.
6432
6433 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6434
6435 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6436 symbols from `*-font-lock-extra-types' so that there's no need to
6437 use `regexp-opt' on those lists.
6438
6439 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6440 `c-type-modifier-kwds' is empty.
6441
6442 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6443 there are several strings on the same line.
6444
6445 * progmodes/cc-engine.el (c-literal-limits): Remove the
6446 compatibility function for older emacsen. `c-literal-limits-fast'
6447 has now taken the place of this function.
6448
6449 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6450 with older emacsen: We now require `pps-extended-state'.
6451
6452 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6453
6454 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6455 which obviates the need to hack sentence-end. This now handles
6456 escaped newlines in strings correctly. Correct minor bugs in
6457 c-move-over-sentence and in c-beginning-of-statement.
6458
6459 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6460 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6461 that movement over macros and code are rigorously separated from
6462 eachother. Correct a few incidental bugs.
6463
6464 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6465 Improve its doc-string. Improve the handling of certain specific cases.
6466
6467 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6468
6469 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6470 (c-guess-basic-syntax): Change the way class-level labels are
6471 recognized; they can now contain essentially any symbols.
6472
6473 (c-opt-extra-label-key): New language variable to cope with the
6474 special protection label syntax in Objective-C.
6475
6476 (c-opt-access-key): Remove; this is now handled better by
6477 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6478
6479 (c-complex-decl-matchers): Update to handle that
6480 `c-opt-access-key' no longer exists.
6481
6482 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6483 improved label recognition in `c-beginning-of-statement-1'.
6484
6485 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6486 Recognize bitfields better.
6487
6488 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6489 Remove some cruft and fixed a bug that could cause it to go to a
6490 position further down.
6491
6492 * progmodes/cc-langs.el, cc-engine.el
6493 (c-beginning-of-statement-1): Improve detection of labels in
6494 declaration contexts.
6495
6496 (c-beginning-of-decl-1): Use it.
6497
6498 (c-nonlabel-token-key): New language constant and variable needed
6499 by `c-beginning-of-statement-1'.
6500
6501 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6502 manifested itself due to the correction in `c-forward-sexp'.
6503
6504 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6505 Make these behave as documented when used at the buffer limits.
6506
6507 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6508 (c-type-decl-end-used): Made this a language variable.
6509
6510 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6511 correctly when `combine-after-change-calls' is used together with
6512 temporary narrowings.
6513
6514 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6515 Report labels correctly when the start point is immediately after the
6516 colon.
6517
6518 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6519 Remove since it isn't used anymore.
6520
6521 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6522 bracket arglists such as template parens in C++.
6523
6524 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6525 in the last check-in. Some optimization.
6526
6527 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6528 where it could stop at the same level in a preceding sexp when
6529 PAREN-LEVEL is set.
6530
6531 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6532 text property lookup only when it's needed.
6533
6534 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6535 Change the policy for paren marked angle brackets to be more
6536 persistent; once marked they remain marked even when they're found
6537 to be unbalanced in the searched region. This should keep the
6538 paren syntax around even when individual lines are refontified in
6539 multiline template arglists.
6540
6541 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6542 to control markup so that incorrect angle bracket arglists aren't
6543 marked in contexts where the correct value for
6544 `c-disallow-comma-in-<>-arglists' isn't known.
6545
6546 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6547 argument has become `c-parse-and-markup-<>-arglists'.
6548
6549 (c-remove-<>-arglist-properties): Remove - no longer used.
6550
6551 (c-after-change-check-<>-operators): New function used on
6552 `after-change-functions' to avoid that "<" and ">" characters that
6553 are part of longer operators have paren syntax.
6554
6555 (c-<>-multichar-token-regexp): New language variable used by
6556 `c-after-change-check-<>-operators'.
6557
6558 (c-after-change): Call `c-after-change-check-<>-operators'.
6559
6560 (c-font-lock-<>-arglists): Use the context properties set by
6561 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6562 correctly to avoid doing invalid markup.
6563
6564 (c-font-lock-declarations): Remove code that undoes the invalid
6565 markup done by `c-font-lock-<>-arglists'.
6566
6567 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6568 after `c-font-lock-declarations'.
6569
6570 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6571 Add paren-level feature.
6572
6573 (c-guess-basic-syntax): Improve the anchor position for
6574 `template-args-cont' in nested template arglists. There's still
6575 much to be desired in this area, though.
6576
6577 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6578
6579 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6580 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6581
6582 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6583
6584 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6585 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6586
6587 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6588 it doesn't work no longer are supported.
6589
6590 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6591 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6592 requires support for the syntax-table' text property, which rules
6593 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6594 cruft associated with those versions.
6595
6596 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6597 for the `syntax-table' text property, which rules out Emacs 19 and
6598 XEmacs < 21.4. Removed various compatibility cruft associated
6599 with those versions.
6600
6601 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6602 support for the `syntax-table' text property.
6603
6604 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6605 variable and use an extra quoted face name instead. All the
6606 emacsen flavors handle that correctly.
6607
6608 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6609 (c-font-lock-declarators, c-font-lock-declarations)
6610 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6611 property to mark the items in in declarator lists to handle
6612 refontification inside multiline declarations better.
6613
6614 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6615 construct like "a * b = c;" as a declaration.
6616
6617 2005-12-08 Kim F. Storm <storm@cua.dk>
6618
6619 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6620 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6621 select either meta, hyper, or super modifier for rectangle commands.
6622 (cua--rectangle-modifier-key): New defvar.
6623 (cua--M/H-key): Use it. Remove special case for `space'.
6624 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6625 on X, to meta otherwise. Always bind C-return to toggle
6626 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6627
6628 * emulation/cua-rect.el (cua-help-for-rectangle):
6629 Use cua--rectangle-modifier-key. Handle super modifier too.
6630 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6631 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6632
6633 * ido.el: Move Acknowledgements and History after Commentary.
6634 Minor changes to Commentary.
6635
6636 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6637 keymap if cua--prefix-override-timer is `shift'.
6638 (cua--shift-control-prefix): New function; emulate "type prefix
6639 key twice" functionality to handle shifted prefix key override.
6640 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6641 New commands.
6642 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6643
6644 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6645
6646 * textmodes/org.el (org-insert-heading): Try to do items before
6647 headings.
6648 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6649 (org-insert-item): New function.
6650 (org-renumber-ordered-list): Don't skip to higher level lists.
6651
6652 2005-12-08 Juri Linkov <juri@jurta.org>
6653
6654 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6655
6656 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6657
6658 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6659
6660 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6661 the constructed function name fun-1.
6662
6663 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6664 because such links don't lead to parent documentation.
6665
6666 2005-12-08 Kenichi Handa <handa@m17n.org>
6667
6668 * descr-text.el (describe-char): Use *Help-2* buffer if the
6669 current buffer is *Help*. Call describe-text-properties while
6670 setting the original buffer.
6671
6672 2005-12-07 Bill Wohler <wohler@newt.com>
6673
6674 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6675 and causes problems with non-MH users (such as Gnus users).
6676
6677 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6678
6679 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6680 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6681 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6682 command "info sources". Move calls to GDB command "list".
6683 (gdb-find-file-hook): Just use gdb-source-file-list.
6684 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6685 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6686 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6687 (gdb-data-list-register-values-handler): Use correct trigger name.
6688
6689 2005-12-07 Kim F. Storm <storm@cua.dk>
6690
6691 * ido.el (ido-completion-map): Rename from ido-mode-map.
6692 (ido-common-completion-map, ido-file-completion-map)
6693 (ido-file-dir-completion-map, ido-buffer-completion-map):
6694 Rename from ido-mode-....-map.
6695 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6696 (ido-setup-completion-map): Rename from ido-define-mode-map.
6697 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6698 to ido-completion-map.
6699
6700 2005-12-07 Kenichi Handa <handa@m17n.org>
6701
6702 * international/mule-cmds.el
6703 (set-display-table-and-terminal-coding-system): If the coding
6704 system specified in `unibyte-display' property is different from
6705 the arg coding-system, don't setup standard-display-table.
6706
6707 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6708
6709 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6710 that comments end at \n, regardless of selective-display.
6711
6712 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6713
6714 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6715 (gdb-version): New variables.
6716 (gdb-source-file-list, gdb-register-names)
6717 (gdb-changed-registers): New variables for use with GDB 6.4+.
6718 (gdb-ann3): Replace with...
6719 (gdb-init-1, gdb-init-2): ...two new functions.
6720 (gdba, gdb-prompt): Call gdb-init-1.
6721 (gdb-get-version): New function. Call gdb-init-2 from here.
6722 (gud-watch): Make it work with mouse events too.
6723 (gdb-post-prompt): Don't add to queue until GDB version is known.
6724 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6725 (gdb-locals-mode): Use gdb-version.
6726 (gdb-memory-format-map, gdb-memory-unit-map)
6727 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6728 (gdb-locals-font-lock-keywords-1)
6729 (gdb-locals-font-lock-keywords-2): New variables.
6730 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6731 (gdb-set-gud-minor-mode-existing-buffers-1)
6732 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6733 (gdb-var-update-1, gdb-var-update-handler-1)
6734 (gdb-data-list-register-values-handler)
6735 (gdb-data-list-register-values-custom)
6736 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6737 (gdb-stack-list-locals-handler, gdb-get-register-names):
6738 New functions for use with GDB 6.4+.
6739 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6740 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6741 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6742 (gdb-stack-list-locals-regexp)
6743 (gdb-data-list-register-names-regexp): New regexps for use with
6744 GDB 6.4+.
6745
6746 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6747
6748 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6749
6750 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6751
6752 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6753 prompts work for AUTH PLAIN. Also reported by Steve Allan
6754 <seallan@verizon.net>.
6755
6756 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6757
6758 * frame.el (set-frame-parameter): Add doc string.
6759
6760 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6761
6762 * textmodes/org.el (org-occur-highlights): New variable.
6763 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6764 (org-highlight-sparse-tree-matches): New option.
6765 (org-do-occur): New function.
6766 (org-get-heading): Make it work also at beginning of line.
6767 (org-category-table): New variable.
6768 (org-get-category-table, org-get-category)
6769 (org-camel-to-words, org-link-search): New functions.
6770 (org-select-this-todo-keyword): New variable.
6771 (org-todo-list): New command.
6772 (org-shiftright, org-shiftleft): New commands.
6773 (org-agenda-todo): Add prefix argument.
6774 (org-show-hierarchy-above): New option.
6775 (org-show-todo-tree): Numerical prefix creates tree for specific
6776 TODO keyword.
6777 (org-outline-level): New function, to assign a level to plain
6778 lists items.
6779 (org-cycle-include-plain-lists): New option.
6780 (org-mode): Use `org-outline-level' as value of `outline-level'.
6781 (org-cycle): Temporarily switch `outline-regexp' if
6782 `org-cycle-include-plain-lists' is non-nil.
6783 (org-start-icalendar-file): Fix format bug.
6784 (org-agenda-get-day-entries): Create category table.
6785 (org-agenda-get-todos, org-agenda-get-timestamps)
6786 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6787 (org-agenda-get-blocks): Use `org-get-category'.
6788 (org-context-in-file-links): Rename from
6789 `org-line-numbers-in-file-links'.
6790
6791 2005-12-06 Romain Francoise <romain@orebokech.com>
6792
6793 * window.el (balance-windows): Delete extraneous third arg in call
6794 to `enlarge-window'.
6795
6796 2005-12-06 Kenichi Handa <handa@m17n.org>
6797
6798 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6799
6800 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6801
6802 * progmodes/gdb-ui.el (gdb-var-create-handler)
6803 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6804 (gdb-var-list-children-handler, gdb-var-update-handler):
6805 Current buffer is already gdb-partial-output-buffer, don't
6806 make it current again.
6807
6808 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6809
6810 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6811 (list-buffers-noselect): Use it.
6812
6813 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6814
6815 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6816 (mail-yank-ignored-headers): Use regexp-opt.
6817 (mail-mode-map): Move initialization into declaration.
6818 (mail-sent-via): Remove unused shadowed var `to-line'.
6819 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6820 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6821 (mail-do-fcc): Use dolist and push.
6822 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6823 (mail-yank-ignored-headers): Don't autoload.
6824
6825 2005-12-05 Kenichi Handa <handa@m17n.org>
6826
6827 * international/mule-cmds.el (set-language-info-internal): New fun.
6828 (set-language-info): Call set-language-info-internal to update
6829 language-info-alist. If LANG-ENV is the current one, call
6830 set-language-environment to make INFO effective now.
6831 (set-language-info-alist): Likewise.
6832 (locale-language-names): With locale "en", use English
6833 lang. env. but set the default codings to iso-8859-1.
6834
6835 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6836
6837 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6838 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6839 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6840 for plain strings.
6841 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6842 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6843 Create registers buffer if necessary. Echo new state in minibuffer.
6844 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6845
6846 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6847
6848 * info.el (Info-fontify-node): Match external links using
6849 non-directory part of filename.
6850
6851 2005-12-04 Juri Linkov <juri@jurta.org>
6852
6853 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6854 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6855 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6856 because there is no customization option for it.
6857
6858 * font-lock.el (lisp-font-lock-keywords-1):
6859 Add define-global-minor-mode.
6860
6861 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6862
6863 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6864 properties on the constructed variable names.
6865
6866 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6867 Put `definition-name' properties on the constructed function names
6868 next-sym and prev-sym.
6869
6870 * emacs-lisp/find-func.el (find-function-regexp):
6871 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6872 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6873 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6874 and easy-menu-define.
6875
6876 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6877 easy-mmode-define-global-mode and define-global-minor-mode.
6878 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6879
6880 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6881 instead of easy-mmode-define-global-mode.
6882
6883 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6884 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6885
6886 * cus-edit.el (customize-group, customize-group-other-window):
6887 Filter out autoloaded options from the group completion list by
6888 using heuristics that autoloaded groups don't have `custom-autoload'
6889 property on their symbols (they have only `custom-loads').
6890
6891 * simple.el (completion-setup-function): Put completions-common-part
6892 face on complete completion string too (i.e. completion string
6893 without completions-first-difference face).
6894
6895 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6896
6897 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6898
6899 * view.el (view-mode): Doc fix.
6900
6901 * disp-table.el (standard-display-european): Add to the warning
6902 message a reference to the doc string.
6903
6904 * play/yow.el (apropos-zippy): Call print-help-return-message,
6905 similar to other Help and Apropos commands.
6906
6907 * help.el (print-help-return-message): If pop-up-frames is
6908 non-nil, set up help-return-method to delete the help window and,
6909 possibly, its frame as well, and don't display message about
6910 scrolling the help window. Doc fix.
6911 (help-return-method): Doc fix.
6912
6913 2005-12-03 Martin Rudalics <rudalics@gmx.at>
6914
6915 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6916 whereby names of length one or names starting with a
6917 symbol-constituent character would not be returned.
6918
6919 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6920
6921 * subr.el (atomic-change-group): Add edebug and indentation spec.
6922
6923 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6924
6925 * completion.el (save-completions-file-name): Fix typo in last change.
6926
6927 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6928
6929 * info.el: Move back/forward history to the beginning of the tool bar.
6930
6931 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6932
6933 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6934 Add fset of allout-real-isearch-abort during compile to fix
6935 byte-compilation warnings.
6936 (allout-mode-p): Move definition of this macro above all uses, or
6937 byte compilation in barren emacs (eg, during emacs build) will
6938 lack the definition.
6939 (allout-mode): Move this variable above any uses, or byte
6940 compilation will fail.
6941 (allout-resolve-xref): Remove use of personal file-reference function.
6942 (allout-toggle-current-subtree-encryption): Do the current (ie,
6943 visible containing) topic, rather than nearest around point. Doc fix.
6944 (allout-toggle-subtree-encryption): New function, workhorse that
6945 works on nearest topic containing point.
6946 (allout-encrypt-string): Signal requirement for newer version of pgg.
6947 (allout-resumptions): Doc fix.
6948
6949 2005-12-02 Eli Zaretskii <eliz@gnu.org>
6950
6951 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6952
6953 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
6954
6955 * textmodes/flyspell.el (flyspell-external-point-words):
6956 Consider a misspelling as found in the string search if: (a) misspelling
6957 and found string lengths match, or (b) misspelling is found as
6958 element in a boundary-chars separated longer string, or (c)
6959 ispell-program-name is really ispell and misspelling is found as
6960 part of a TeX string. After successful match move beginning of
6961 search region to end of match. Warn about not found misspellings
6962 once the process is done.
6963 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6964
6965 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
6966
6967 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6968 tool bar (removed inadvertently).
6969
6970 2005-12-02 Juri Linkov <juri@jurta.org>
6971
6972 * log-view.el (log-view-diff): Clarify doc string.
6973
6974 2005-12-01 Bill Wohler <wohler@newt.com>
6975
6976 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6977 triggers lm-verify errors.
6978
6979 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
6980
6981 * simple.el (transient-mark-mode, line-number-mode)
6982 (column-number-mode, size-indication-mode): Remove `:require nil'.
6983
6984 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6985
6986 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6987 in the margin also.
6988 (gdb-breakpoints-mode-map): Use D instead of d for
6989 gdb-delete-breakpoint.
6990 (gdb-get-frame-number): Require a number to match on.
6991 (gdb-threads-mode-map): Add follow-link binding.
6992
6993 2005-11-30 Jason Rumney <jasonr@gnu.org>
6994
6995 * isearch.el (isearch-mode-map): Avoid exiting search on
6996 language-change event.
6997
6998 2005-11-30 Romain Francoise <romain@orebokech.com>
6999
7000 * speedbar.el (speedbar-default-position): New defcustom.
7001 (speedbar-frame-reposition-smartly): Use it.
7002
7003 * dframe.el (dframe-reposition-frame-emacs): Fix position
7004 computation for `left' location.
7005 Update copyright year.
7006
7007 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
7008
7009 * help.el (help-map): Move initialization into declaration.
7010
7011 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
7012
7013 * help-fns.el (help-argument-name): Don't autoload.
7014 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
7015 to be re-loaded when customizing the `help' group.
7016
7017 2005-11-30 John Paul Wallington <jpw@gnu.org>
7018
7019 * help-fns.el (describe-function-1): Fill arglist output.
7020
7021 2005-11-30 Kim F. Storm <storm@cua.dk>
7022
7023 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
7024 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
7025 after revert-buffer (or anything else which kills all local variables).
7026
7027 * apropos.el (apropos-parse-pattern): Doc fix.
7028 Set apropos-regexp directly, rather than expecting callers to do so.
7029 (apropos-command, apropos, apropos-value, apropos-documentation):
7030 Simplify calls to apropos-parse-pattern.
7031
7032 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
7033
7034 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7035 (hi-lock-face-phrase-buffer): Use hi-yellow face.
7036 (hi-lock-write-interactive-patterns): Use comment-region.
7037
7038 * longlines.el (longlines-mode): Add mail-setup-hook.
7039
7040 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
7041
7042 * simple.el (sendmail-user-agent-compose, next-line):
7043 Conditionally use hard-newline.
7044
7045 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7046
7047 * international/latexenc.el (latex-inputenc-coding-alist):
7048 Reword doc string.
7049
7050 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
7051
7052 * help.el (describe-key-briefly, describe-key): Recognize default
7053 bindings.
7054
7055 2005-11-29 Romain Francoise <romain@orebokech.com>
7056
7057 * view.el (view-inhibit-help-message): New defcustom.
7058 (view-mode-enter): Use it.
7059
7060 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
7061
7062 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
7063 Preserve user position.
7064
7065 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
7066
7067 * font-lock.el: Throw error if facemenu is not loaded to prevent
7068 accidental change of loading order in loadup.el. (Suggested by RMS.)
7069
7070 * loadup.el: Add comment explaining why facemenu must be loaded
7071 before font-lock.
7072
7073 2005-11-28 Jay Belanger <belanger@truman.edu>
7074
7075 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
7076 (calc-dispatch-map): Add more keys for `calc-same-interface'.
7077
7078 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
7079
7080 * calc/calc-embed.el (calc-do-embedded): Update help message.
7081
7082 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
7083
7084 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7085
7086 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
7087
7088 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
7089 called-interactively-p.
7090 (elp-profilable-p): Rename from elp-not-profilable-p.
7091 Invert result and take into account macros and autoloaded functions.
7092 (elp-instrument-function): Update call.
7093 (elp-instrument-package): Update call. Add completion.
7094 (elp-pack-number): Use match-string.
7095 (elp-results-jump-to-definition-by-mouse): Merge into
7096 elp-results-jump-to-definition and then remove.
7097 (elp-output-insert-symname): Make help echo text single-line.
7098
7099 * replace.el (query-replace-map): Move initialization into declaration.
7100 (occur-engine): Use with-current-buffer.
7101 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
7102 (occur-mode-mouse-goto): Replace with an alias.
7103
7104 2005-11-28 Juri Linkov <juri@jurta.org>
7105
7106 * simple.el (quoted-insert): Let-bind input-method-function to nil.
7107
7108 * term/w32-win.el: Bind [S-tab] to [backtab].
7109
7110 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
7111 `Info-find-file' to t.
7112
7113 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
7114 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
7115 and same-window-regexps.
7116 (occur-next-error): Don't move point for arg 0.
7117
7118 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
7119
7120 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
7121
7122 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7123
7124 * log-edit.el (log-edit-changelog-use-first): New var.
7125 (log-edit-changelog-ours-p): Use it.
7126 (log-edit-insert-changelog): Set it with new arg `use-first'.
7127 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
7128 (log-edit-hook): Add them to the list of suggested options.
7129
7130 * textmodes/flyspell.el (flyspell-last-buffer): New var.
7131 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
7132 redundant work.
7133 (flyspell-mode-on): Use add-hook for after-change-functions.
7134 (flyspell-mode-off): Use remove-hook for after-change-functions.
7135 (flyspell-changes): Make it buffer-local.
7136 (flyspell-after-change-function): Make it non-interactive. Use push.
7137 (flyspell-post-command-hook): Check input-pending-p while processing
7138 the potentially long list of buffer changes.
7139
7140 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7141
7142 * buff-menu.el (list-buffers-noselect): Display the selected
7143 frame's buffer list, not the global one.
7144
7145 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7146
7147 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
7148 that (list last-input-event) works as in interactive spec.
7149
7150 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7151
7152 * loadup.el ("facemenu"): Load facemenu before font-lock, because
7153 `facemenu-keymap' needs to be defined when font-lock is loaded.
7154 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
7155
7156 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7157
7158 * completion.el: Remove useless leading * in defcustom docstrings.
7159 (save-completions-file-name): Use ~/.emacs.d if available.
7160 (completion-standard-syntax-table): Rename from
7161 cmpl-standard-syntax-table and fold initialization into declaration,
7162 thus removing cmpl-make-standard-completion-syntax-table.
7163 (completion-lisp-syntax-table, completion-c-syntax-table)
7164 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
7165 (cmpl-saved-syntax, cmpl-saved-point): Remove.
7166 (symbol-under-point, symbol-before-point)
7167 (symbol-under-or-before-point, symbol-before-point-for-complete)
7168 (add-completions-from-c-buffer): Use with-syntax-table.
7169 (make-completion): Don't return a list of completion entries.
7170 Update callers.
7171 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
7172 (completion-initialize): Rename from initialize-completions.
7173 (completion-find-file-hook): Rename from cmpl-find-file-hook.
7174 (kill-emacs-save-completions): Collect stats here.
7175 (save-completions-to-file, load-completions-from-file):
7176 Use with-current-buffer.
7177 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
7178 into a function. Move all calls to toplevel.
7179 (completion-lisp-mode-hook): New fun.
7180 (completion-c-mode-hook, completion-setup-fortran-mode):
7181 Set the syntax-table here. Use local-set-key.
7182 (completion-saved-bindings): New var.
7183 (dynamic-completion-mode): Make it into a proper minor mode.
7184 (load-completions-from-file): Remove unused var `num-uses'.
7185
7186 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
7187 constructor if it is explicitly overridden.
7188
7189 * complete.el (PC-completion-as-file-name-predicate):
7190 Use minibuffer-completing-file-name.
7191 (partial-completion-mode): Use find-file-not-found-functions.
7192 (PC-lisp-complete-symbol): Use with-syntax-table.
7193 (PC-look-for-include-file): Remove dead setq.
7194 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
7195 (PC-complete): Use with-current-buffer.
7196
7197 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
7198 escape single quotes.
7199
7200 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7201
7202 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
7203 of `if' whose condition always returned nil. Doc fix.
7204
7205 * buff-menu.el (Buffer-menu-revert-function): Make the selected
7206 window's buffer the current buffer around the call to
7207 `list-buffers-noselect'. This is necessary to mark that buffer
7208 with a `.' in the Buffer Menu when called from Lisp, for instance
7209 by Auto Revert Mode.
7210
7211 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7212
7213 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
7214 attaching to it.
7215 (gdb-pre-prompt): Make sure gdb-error is reset.
7216
7217 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
7218 with a child process, detect it.
7219 (gud-speedbar-buttons): Match regexp more carefully.
7220
7221 2005-11-27 Richard M. Stallman <rms@gnu.org>
7222
7223 * mouse.el (mouse-drag-move-window-bottom):
7224 Use adjust-window-trailing-edge.
7225
7226 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7227
7228 * simple.el (blink-matching-open): Ignore
7229 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
7230 (blink-matching-paren-on-screen): Update docstring.
7231
7232 * paren.el (show-paren-mode): No longer change
7233 `blink-matching-paren-on-screen'.
7234
7235 2005-11-27 John Paul Wallington <jpw@pobox.com>
7236
7237 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7238 (gdb-threads-select, gdb-edit-register-value):
7239 Use `posn-set-point' instead of `mouse-set-point' because the
7240 latter is not fbound when configured without X.
7241
7242 2005-11-27 Kim F. Storm <storm@cua.dk>
7243
7244 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
7245 existing face when partially highlighting a TAB in a rectangle.
7246
7247 2005-11-26 Kim F. Storm <storm@cua.dk>
7248
7249 * ido.el (ido-mode-map): Doc fix.
7250 (ido-mode-common-map, ido-mode-file-map)
7251 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
7252 (ido-define-mode-map): Rewrite. Select one of the new maps as
7253 parent for ido-mode-map instead of building from scratch.
7254 (ido-init-mode-maps): New defun to initialize new maps.
7255 (ido-mode): Call it.
7256 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
7257 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
7258
7259 2005-11-26 John Paul Wallington <jpw@pobox.com>
7260
7261 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
7262 `mouse-set-point' because the latter is not fbound when configured
7263 without X.
7264
7265 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
7266
7267 * files.el (file-relative-name): Doc fix.
7268
7269 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7270
7271 * progmodes/octave-inf.el (inferior-octave-startup): Force a
7272 non-empty string for secondary prompt PS2.
7273
7274 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7275
7276 * progmodes/compile.el (compilation-setup): Fix last change.
7277
7278 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
7279
7280 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7281 (gdb-mouse-toggle-breakpoint-margin)
7282 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
7283 Add gdb-server-prefix to keep out of command history.
7284 (gdb-edit-register-value): New function.
7285 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
7286 (gdb-info-registers-custom): Use above map.
7287
7288 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7289
7290 * custom.el (enable-theme): Signal error if argument is not a
7291 theme. Don't recalculate a face if it's not loaded yet.
7292
7293 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7294 the `user' theme is in effect.
7295
7296 * info.el (Info-on-current-buffer): Record actual filename in
7297 Info-current-file, instead of t, or a fake filename if a non-file
7298 buffer. Make autoload.
7299 (Info-find-node, Info-revert-find-node): No need to check for
7300 Info-current-file nil.
7301 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7302 Info-current-file is now never `t'.
7303 (Info-fontify-node): Many simplifications due to Info-current-file
7304 always being valid. Use Info-find-file to find node filename.
7305
7306 2005-11-25 David Kastrup <dak@gnu.org>
7307
7308 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7309 new character, then delete" in order to preserve markers.
7310
7311 2005-11-25 David Ponce <david@dponce.com>
7312
7313 * recentf.el (recentf-arrange-by-rule): Handle a special
7314 `auto-mode-alist'-like "strip suffix" rule.
7315 (recentf-build-mode-rules): Handle second level auto-mode entries.
7316
7317 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7318
7319 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7320 window modes.
7321
7322 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7323 jde-javadoc-checker-report-mode.
7324
7325 * ediff-wind (ediff-make-wide-display): Slight simplification.
7326
7327 * ediff.el (ediff-date): Change the date of last update.
7328
7329 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7330
7331 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7332 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7333 (hi-lock-mode): New global minor mode.
7334 (turn-on-hi-lock-if-enabled): New function.
7335 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7336 Change arguments to regexp and face instead of a font-lock pattern.
7337 Directly set face property, instead of refontifying.
7338 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7339 (hi-lock-find-patterns): Use line-number-at-pos.
7340
7341 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7342 arguments for hi-lock-set-pattern.
7343 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7344 Call font-lock-fontify-buffer.
7345 (hi-lock-find-file-hook, hi-lock-current-line)
7346 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7347
7348 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7349 turned off.
7350
7351 * progmodes/compile.el (compilation-setup): Don't fiddle with
7352 font-lock-defaults.
7353
7354 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7355
7356 * progmodes/gdb-ui.el (gdb-var-create-handler)
7357 (gdb-var-list-children-handler): Find values for all variable
7358 objects. gud-speedbar-buttons decides whether to display them.
7359
7360 2005-11-24 Romain Francoise <romain@orebokech.com>
7361
7362 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7363 buffer name with a space.
7364
7365 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7366
7367 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7368 `org-export-local-list-max-depth'. Change default value to 3.
7369 (org-auto-renumber-ordered-lists)
7370 (org-plain-list-ordered-item-terminator): New options.
7371 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7372 (org-get-indentation, org-get-string-indentation)
7373 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7374 New functions.
7375 (org-move-item-down, org-move-item-up): New commands.
7376 (org-export-as-html): New classes for CSS support. Bug fix in
7377 regular expression detecting fixed-width regions. Respect
7378 `org-local-list-ordered-item-terminator'.
7379 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7380 also a list item.
7381 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7382 New item moving functions.
7383
7384 2005-11-24 Juri Linkov <juri@jurta.org>
7385
7386 * isearch.el (isearch-repeat): With empty search ring set
7387 `isearch-error' to the error string instead of signaling error
7388 with the function `error'.
7389
7390 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7391
7392 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7393
7394 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7395
7396 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7397 and variable.
7398 (gdb-var-create-handler, gdb-var-list-children-handler):
7399 Don't match on "char **...".
7400 (gdb-var-update-handler): Find values for all variable objects.
7401 (gdb-info-frames-custom): Identify frames by leading "#".
7402
7403 * progmodes/gud.el (gud-speedbar-menu-items): Add
7404 gdb-speedbar-auto-raise as radio button.
7405 (gud-speedbar-buttons): Raise speedbar if requested.
7406 Don't match on "char **...".
7407 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7408 Make it editable.
7409
7410 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7411
7412 * info.el (Info-fontify-node): Handle the case where
7413 Info-current-file is t.
7414
7415 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7416
7417 * simple.el (blink-matching-open): Fix off-by-one in last change.
7418
7419 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7420
7421 * term/mac-win.el: Don't change default directory.
7422
7423 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7424
7425 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7426 buffers correctly. (It used to throw an error in such buffers.)
7427 Make it ask for confirmation in group buffers and other Custom
7428 buffers containing more than one customization item.
7429
7430 2005-11-22 John Paul Wallington <jpw@gnu.org>
7431
7432 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7433 property on mail and url overlays.
7434 (goto-address-at-point): Use `posn-set-point' instead of
7435 `mouse-set-point' because the latter is not fbound when configured
7436 without X.
7437
7438 2005-11-22 Lars Hansen <larsh@soem.dk>
7439
7440 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7441 (ls-lisp-classify, ls-lisp-format): Delete call to
7442 ls-lisp-parse-symlink.
7443 (ls-lisp-handle-switches): Handle symlinks to directories as
7444 directories when ls-lisp-dirs-first in non-nil.
7445
7446 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7447
7448 * startup.el (command-line): Make sure that loaddefs.el is handled
7449 correctly in load-history.
7450
7451 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7452
7453 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7454 (gdb-struct-string, gdb-array-string): New constants.
7455 (gdb-info-locals-handler): Use them.
7456 (gdb-reset): Reset gdb-var-list to nil.
7457
7458 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7459
7460 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7461 in patterns.
7462
7463 2005-11-21 Juri Linkov <juri@jurta.org>
7464
7465 * custom.el (defcustom): Update link types in docstring.
7466
7467 2005-11-20 Martin Rudalics <rudalics@gmx.at>
7468
7469 * custom.el (defgroup): Add doc-string-elt info.
7470
7471 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7472
7473 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7474
7475 * newcomment.el (comment-enter-backward): Fix last fix.
7476
7477 * simple.el (blink-matching-open):
7478 * paren.el (show-paren-function): Allow new paren-class info.
7479
7480 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7481
7482 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7483 handled automagically.
7484
7485 2005-11-20 Andreas Schwab <schwab@suse.de>
7486
7487 * descr-text.el (describe-char): When copying overlays put them
7488 over the full char description instead of just the first character
7489 of it.
7490
7491 2005-11-20 Juri Linkov <juri@jurta.org>
7492
7493 * simple.el (what-cursor-position):
7494 * descr-text.el (describe-char): Use Lisp-readable syntax
7495 for octal and hex. Reorder decimal, octal and hex values.
7496 Remove excess whitespace in the output. Use `=' in `column='
7497 like in `point=' and `Hscroll='.
7498
7499 * international/mule-cmds.el (encoded-string-description):
7500 Use Lisp-readable syntax for hex.
7501
7502 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7503
7504 * newcomment.el (comment-enter-backward): Handle the case where the
7505 comment is closed by EOB.
7506
7507 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7508
7509 * longlines.el (longlines-before-revert-hook)
7510 (longlines-after-revert-hook): New functions.
7511 (longlines-mode): Turn off longlines temporarily when reverting.
7512 Add a message-setup-hook.
7513 (longlines-decode-buffer): New function.
7514 (longlines-wrap-line): Preserve marker positions.
7515
7516 2005-11-19 Andreas Schwab <schwab@suse.de>
7517
7518 * emacs-lisp/shadow.el: Handle compressed files.
7519
7520 2005-11-19 Romain Francoise <romain@orebokech.com>
7521
7522 * net/browse-url.el (browse-url-default-browser): Signal an error
7523 if no usable browser can be found, rather than try to load w3.
7524
7525 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7526
7527 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7528 replacing existing properties.
7529 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7530 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7531 tty specs.
7532 (rcirc-server-prefix, rcirc-server): New faces.
7533 (rcirc-url-regexp): Generate with rx macro.
7534 (rcirc-last-server-message-time): New variable.
7535 (rcirc-filter): Record time of last message.
7536 (rcirc-keepalive): Kill processes that did not send a message
7537 since the last ping.
7538 (rcirc-mode): Give rcirc-topic a local binding here.
7539
7540 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7541
7542 * subr.el (read-passwd): Fontify the prompt as we do with other
7543 prompts.
7544
7545 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7546
7547 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7548 binding buffer-read-only to nil.
7549
7550 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7551
7552 * complete.el (partial-completion-mode):
7553 Mention completion-auto-help in the doc string.
7554
7555 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7556 more Lisp-ish way.
7557
7558 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7559
7560 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7561 digits, not 8, to avoid misalignment for files larger than 100MB.
7562
7563 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7564
7565 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7566 Mention "keyboard shortcuts" in the help text.
7567
7568 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7569
7570 * startup.el (fancy-splash-default-action): Discard only
7571 mouse-down and succeeding mouse-up events in the splash screen
7572 window so that drag-n-drop event can be processed.
7573
7574 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7575
7576 * longlines.el (longlines-mode): Add hacks for mail-mode and
7577 message-mode.
7578
7579 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7580
7581 * textmodes/org.el (org-table-sort-lines): New command.
7582 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7583 (org-add-file): Command removed, use `org-agenda-file-to-front'
7584 instead.
7585 (org-export-icalendar): Use `org-icalendar-combined-name'.
7586 (org-cycle-agenda-files, org-agenda-file-to-end)
7587 (org-agenda-file-to-front): New commands.
7588 (org-table-tab-jumps-over-hlines, org-export-html-style):
7589 New options.
7590 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7591 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7592 New functions.
7593 (org-fill-paragraph): Call `org-table-align' in tables.
7594 (org-mode): Call `org-set-autofill-regexps'.
7595 (org-export-as-html): Support for local handformatted lists.
7596 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7597 (org-export-local-list-max-depth): New option.
7598 (org-html-expand): Use `org-html-protect'.
7599
7600 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7601
7602 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7603 to "p".
7604 (gdb): Move definition of gud-pp to...
7605
7606 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7607 speedbar.
7608 (gdb-find-watch-expression): New function.
7609
7610 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7611
7612 * faces.el (face-attribute, set-face-attribute): Mention existence
7613 of `:ignore-defface' setting in docstring.
7614
7615 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7616
7617 * simple.el (completion-setup-function): Fix last change.
7618
7619 2005-11-17 John Paul Wallington <jpw@pobox.com>
7620
7621 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7622 Use `posn-set-point' instead of `mouse-set-point' because the
7623 latter is not fbound when configured without X.
7624
7625 * comint.el (comint-insert-input): Likewise.
7626
7627 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7628
7629 * simple.el (hard-newline): New variable.
7630 (sendmail-user-agent-compose, next-line): Use it.
7631
7632 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7633 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7634 (mail-mail-reply-to, mail-mail-followup-to)
7635 (mail-position-on-field, mail-signature, mail-yank-original)
7636 (mail-attach-file): Likewise.
7637
7638 * mail/mailheader.el (mail-header-format)
7639 (mail-header-format-function): Likewise.
7640
7641 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7642
7643 2005-11-17 Juri Linkov <juri@jurta.org>
7644
7645 * font-lock.el (font-lock-faces): Rename this defgroup from
7646 `font-lock-highlighting-faces'.
7647 (font-lock-comment-face, font-lock-comment-delimiter-face)
7648 (font-lock-string-face, font-lock-doc-face)
7649 (font-lock-keyword-face, font-lock-builtin-face)
7650 (font-lock-function-name-face, font-lock-variable-name-face)
7651 (font-lock-type-face, font-lock-constant-face)
7652 (font-lock-warning-face, font-lock-negation-char-face)
7653 (font-lock-preprocessor-face)
7654 (font-lock-regexp-grouping-backslash)
7655 (font-lock-regexp-grouping-construct): Rename :group from
7656 `font-lock-highlighting-faces' to `font-lock-faces'.
7657
7658 * cus-edit.el (lisp, c, tex):
7659 * progmodes/ada-mode.el (ada):
7660 * progmodes/asm-mode.el (asm):
7661 * progmodes/cperl-mode.el (cperl-faces):
7662 * progmodes/cpp.el (cpp):
7663 * progmodes/dcl-mode.el (dcl):
7664 * progmodes/f90.el (f90):
7665 * progmodes/fortran.el (fortran):
7666 * progmodes/icon.el (icon):
7667 * progmodes/idlwave.el (idlwave-misc):
7668 * progmodes/m4-mode.el (m4):
7669 * progmodes/make-mode.el (makefile):
7670 * progmodes/meta-mode.el (meta-font):
7671 * progmodes/modula2.el (modula2):
7672 * progmodes/octave-mod.el (octave):
7673 * progmodes/pascal.el (pascal):
7674 * progmodes/perl-mode.el (perl):
7675 * progmodes/prolog.el (prolog):
7676 * progmodes/ps-mode.el (PostScript-edit):
7677 * progmodes/scheme.el (scheme):
7678 * progmodes/sh-script.el (sh-script):
7679 * progmodes/simula.el (simula):
7680 * progmodes/tcl.el (tcl):
7681 * textmodes/nroff-mode.el (nroff):
7682 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7683 * textmodes/sgml-mode.el (sgml):
7684 * textmodes/texinfo.el (texinfo):
7685 Add :link (custom-group-link font-lock-faces) to defgroup.
7686
7687 * hi-lock.el (hi-lock): Rename this defgroup from
7688 `hi-lock-interactive-text-highlighting'. Change parent group from
7689 `faces' to `font-lock'. Add link to the manual.
7690 (hi-lock-mode, hi-lock-file-patterns-range)
7691 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7692 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7693 (hi-lock-faces): Add :group `faces'.
7694
7695 * cus-edit.el (custom-variable-prompt): Clarify the code.
7696
7697 * faces.el (face-read-string): Set the default value arg of
7698 completing-read.
7699
7700 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7701
7702 * rfn-eshadow.el (file-name-shadow-properties)
7703 (file-name-shadow-tty-properties, file-name-shadow-mode):
7704 Remove autoloads, because the file is now preloaded.
7705
7706 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7707
7708 * printing.el (easy-menu-intern): Don't define.
7709 (pr-get-symbol): Use easy-menu-intern only if defined.
7710
7711 * simple.el (blink-matching-open): Simplify a bit.
7712 (completion-setup-function): Fix the case of partial-completion-mode
7713 when the minibuffer's contents start with "-".
7714 Obey completion-base-size-function even when
7715 minibuffer-completing-file-name is non-nil.
7716
7717 2005-11-16 Richard M. Stallman <rms@gnu.org>
7718
7719 * net/eudcb-ph.el (eudc-ph-open-session):
7720 Use set-process-query-on-exit-flag.
7721
7722 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7723
7724 * international/ucs-tables.el (ucs-set-table-for-input):
7725 Use make-local-variable, not make-variable-buffer-local.
7726
7727 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7728 Improve warning message text.
7729
7730 * savehist.el (savehist-save-hook): Add :group.
7731
7732 * menu-bar.el (menu-bar-help-menu):
7733 Rename Find Extra Packages to External Packages.
7734
7735 * cus-edit.el (Custom-reset-standard): Verify that
7736 :custom-standard-value prop exists before calling it.
7737
7738 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7739
7740 2005-11-16 Martin Rudalics <rudalics@gmx.at>
7741
7742 * wid-edit.el (color): Enclose %t in %{...%}.
7743
7744 * cus-edit.el (face): Enclose %t in %{...%}.
7745
7746 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7747
7748 * savehist.el (savehist-mode-hook): Re-add the var.
7749 (savehist-mode): Use it.
7750
7751 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7752
7753 * textmodes/flyspell.el: Fix commenting convention.
7754 Remove unnecessary leading * in custom docstrings.
7755 (flyspell-emacs): Remove unused var.
7756 (flyspell-delete-region-overlays): Use remove-overlays.
7757 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7758 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7759 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7760 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7761 (make-flyspell-overlay): Don't locally reuse a global name.
7762 (flyspell-highlight-incorrect-region)
7763 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7764 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7765 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7766 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7767 Wrap calls to accept-process-output inside with-local-quit since it's
7768 often called from a post-command-hook.
7769 (flyspell-correct-word, flyspell-auto-correct-word):
7770 Use ispell-send-string.
7771 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7772
7773 * calendar/diary-lib.el (diary-list-entries): Also hide the
7774 terminating newline.
7775
7776 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7777
7778 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7779 window-system, to allow fonts on tty.
7780
7781 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7782
7783 * progmodes/gud.el (gud-speedbar-item-info): New function.
7784 (gud-install-speedbar-variables): Use it to display data type
7785 of watch expression as a tooltip in speedbar.
7786
7787 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7788
7789 * font-core.el (global-font-lock-mode): Add :version keyword,
7790 because default was changed.
7791
7792 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7793
7794 * startup.el (command-line): Use `custom-reevaluate-setting' for
7795 `file-name-shadow-mode'.
7796
7797 * loadup.el: Preload rfn-eshadow.
7798
7799 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7800 Add :version keyword.
7801 (file-name-shadow-properties, file-name-shadow-tty-properties)
7802 (file-name-shadow): Add :version keyword.
7803
7804 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7805 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7806 in the custom-group property of the symbol frames and the fringe
7807 group got no link to its parent group frames.
7808 Doc fix.
7809
7810 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7811
7812 * progmodes/gud.el (gud-stop-subjob): New function.
7813 (gud-menu-map, gud-tool-bar-map): Use it.
7814
7815 2005-11-16 Kim F. Storm <storm@cua.dk>
7816
7817 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7818 than kill it.
7819 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7820 to a more useful/logical place.
7821
7822 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7823
7824 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7825 go buttons complementary.
7826
7827 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7828
7829 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7830 (rfn-eshadow-sifn-equal): New function.
7831 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7832
7833 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7834
7835 * viper-utils.el (viper-non-word-characters-reformed-vi):
7836 Quote `-' in string.
7837
7838 * viper.el (viper-emacs-state-mode-list): Ensure that
7839 rcirc-mode buffers come up in Emacs state.
7840
7841 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7842 operation.
7843
7844 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7845
7846 * term.el (term-termcap-format): Fix typos.
7847 (term-down): Fix the negative argument case.
7848
7849 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7850
7851 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7852 2005-08-15.
7853 (gdb-ann3): New command gud-go.
7854 (menu): Accomodate gdb-mi.el.
7855 (gdb-assembler-custom): Make buffer of selected window current
7856 so that set-window-point works.
7857
7858 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7859 buttons and include new ones.
7860
7861 2005-11-16 Kim F. Storm <storm@cua.dk>
7862
7863 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7864 (gud-menu-map): Use it.
7865
7866 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7867
7868 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7869 that works correctly for Custom and that does not override a user
7870 who disables it.
7871
7872 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7873 (help-xref-interned, help-follow): Make hyperlinks for variables
7874 that are unbound, but have a non-nil variable-documentation property.
7875
7876 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7877 mode hook. (It conflicted with defcustoms for some mode hooks.)
7878 Use the `variable-documentation' property to give the mode hook a
7879 docstring and expand that docstring.
7880
7881 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7882
7883 * savehist.el (savehist-mode): Don't bother with
7884 `custom-set-minor-mode'.
7885 (savehist-coding-system): Check XEmacs version.
7886 (history-length): Declare also at run time.
7887 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7888 Don't set the customize state.
7889 (savehist-minibuffer-hook): Special case for when
7890 minibuffer-history-variable is equal to t.
7891
7892 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7893
7894 * files.el (write-file): Refresh VC status.
7895
7896 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7897 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7898 than fundamental-mode to see if the mode was set.
7899
7900 2005-11-14 Romain Francoise <romain@orebokech.com>
7901
7902 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7903 dummy function in `eval-when-compile' to avoid compiler warning.
7904 Require `man' at compile time.
7905
7906 2005-11-14 Jay Belanger <belanger@truman.edu>
7907
7908 * calc-alg.el (calcFunc-write-out-power): Rename it to
7909 calcFunc-powerexpand.
7910 (math-write-out-power): Rename it to math-powerexpand; have it
7911 handle negative exponents.
7912 (calc-writeoutpower): Rename it to calc-powerexpand.
7913
7914 * calc-ext.el: Change calcFunc-writeoutpower and
7915 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7916 autoloads.
7917 Add calcFunc-ldiv to autoloads.
7918
7919 * calc-arith.el (calcFunc-ldiv): New function.
7920
7921 * calc.el (calc-left-divide): New function.
7922
7923 2005-11-14 Juri Linkov <juri@jurta.org>
7924
7925 * cus-edit.el (custom-variable-prompt): Set the default value arg
7926 of completing-read.
7927
7928 * cus-dep.el (custom-make-dependencies): Reverse the list of
7929 found dependencies.
7930
7931 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7932
7933 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7934 Highlighting" entry, it is on by default now.
7935 (menu-bar-options-save): Do not save global-font-lock-mode.
7936
7937 2005-11-13 Richard M. Stallman <rms@gnu.org>
7938
7939 * textmodes/flyspell.el (flyspell-large-region):
7940 Call flyspell-accept-buffer-local-defs.
7941
7942 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
7943
7944 * textmodes/flyspell.el (flyspell-notify-misspell):
7945 Fix misspelling of "Misspelling".
7946 (flyspell-process-localwords): New function.
7947 (flyspell-large-region): Call flyspell-process-localwords and
7948 flyspell-delete-region-overlays.
7949 (flyspell-delete-region-overlays): New function.
7950 (flyspell-delete-all-overlays): Call that.
7951
7952 2005-11-13 Richard M. Stallman <rms@gnu.org>
7953
7954 * help.el (help-for-help-internal): Improve doc of C-h a.
7955 (describe-key): Improve prompt; doc fix.
7956
7957 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7958
7959 * vc-svn.el (vc-svn-registered): Catch all errors.
7960
7961 * cus-dep.el (custom-make-dependencies): Typo.
7962
7963 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
7964
7965 * net/tramp-util.el (top): Fix compilation warning.
7966
7967 2005-11-13 Kim F. Storm <storm@cua.dk>
7968
7969 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
7970
7971 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7972
7973 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7974 (gud-speedbar-buttons): Match on "const char *" too.
7975
7976 * progmodes/gdb-ui.el (gdb-var-create-handler)
7977 (gdb-var-list-children-handler): Match on "const char *" too.
7978 (gdb-var-evaluate-expression-handler): Match on empty string.
7979 (gdb-var-update-handler): Only call
7980 gdb-var-evaluate-expression-handler when required.
7981
7982 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7983
7984 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7985 selected window. This still doesn't work for speedbar.
7986 (gud-speedbar-buttons): Handle string expressions properly.
7987
7988 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7989 (gdb-var-create-handler): Handle string expressions properly.
7990 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7991 Handle string expressions properly. Move "type" field into regexp.
7992
7993 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7994
7995 * bookmark.el (bookmark-maybe-message): New function to reduce
7996 code duplication: invokes `message' iff baud-rate is high enough.
7997 (bookmark-write-file): Use above instead of an inline conditional.
7998 (bookmark-load): Same.
7999
8000 2005-11-12 Karl Fogel <kfogel@red-bean.com>
8001
8002 * bookmark.el (bookmark-write-file): Don't visit the destination
8003 file, just write the data to it using write-region. This is
8004 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
8005 change to avoid visiting the file in the first place.
8006
8007 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
8008
8009 * hi-lock.el (hi-lock-mode): Set the default value of
8010 font-lock-defaults.
8011
8012 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
8013
8014 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
8015 arg to `file-attributes'.
8016 (find-lisp-format): The UID and GID can now be strings.
8017
8018 2005-11-12 Kim F. Storm <storm@cua.dk>
8019
8020 * help.el (help-map): Bind C-h d to apropos-documentation.
8021
8022 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
8023 when point is at end-of-buffer.
8024
8025 * apropos.el (apropos-match-face): Doc fix.
8026 (apropos-sort-by-scores): Add new choice `verbose'.
8027 (apropos-documentation-sort-by-scores): New defcustom.
8028 (apropos-pattern): Now contains the pattern entered by the user.
8029 (apropos-pattern-quoted): New defvar.
8030 (apropos-regexp): New defvar, containing the regexp corresponding
8031 to apropos-pattern.
8032 (apropos-all-words-regexp): Rename from apropos-all-regexp.
8033 (apropos-read-pattern): New defun. Use it to read pattern arg in
8034 interactive calls; returns list of words for a word list, and
8035 string for a regexp.
8036 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
8037 parses a list of words or regexp as returned by apropos-read-pattern.
8038 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
8039 (apropos-score-doc): Return a very high score if the string
8040 entered by the user matches literally.
8041 (apropos-variable): Doc fix. Use apropos-read-pattern.
8042 (apropos-command): Doc fix. Use apropos-read-pattern and
8043 apropos-parse-pattern. Call apropos-print with nosubst=t.
8044 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
8045 apropos-parse-pattern.
8046 (apropos-documentation): Doc fix. Use apropos-read-pattern and
8047 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
8048 apropos-documentation-sort-by-scores. Call apropos-print with
8049 nosubst=t.
8050 (apropos-documentation-internal): Pass doc string through
8051 substitute-key-definition before adding text properties.
8052 Highlight substring matching literal user input if possible.
8053 (apropos-documentation-check-doc-file): Remove locals beg and end.
8054 Fix calculation of score (as added twice). Pass doc string through
8055 substitute-key-definition before adding text properties.
8056 (apropos-documentation-check-elc-file): Pass doc string through
8057 substitute-key-definition before adding text properties.
8058 Highlight substring matching literal user input if possible.
8059 (apropos-print): Add new arg NOSUBST; if set, command and variable
8060 doc strings have already been passed through substitute-key-definition.
8061 Add code to handle apropos-accumulator items without score element
8062 for backwards compatibility (e.g. with woman package).
8063 Only show scores if apropos-sort-by-scores is `verbose'.
8064
8065 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8066
8067 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
8068 Add jka-compr-load-suffixes to load-suffixes.
8069
8070 * jka-compr.el: Require jka-cmpr-hook.
8071 (jka-compr-info-compress-message, jka-compr-info-compress-program)
8072 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
8073 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
8074 (jka-compr-info-can-append, jka-compr-info-strip-extension)
8075 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
8076 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
8077 (jka-compr-uninstall): Remove entries from
8078 jka-compr-added-to-file-coding-system-alist after they are used.
8079 (jka-compr-error): Remove unused var `curbuf'.
8080 (jka-compr-file-local-copy): Remove unused var `notfound'.
8081
8082 2005-11-10 Romain Francoise <romain@orebokech.com>
8083
8084 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
8085
8086 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
8087
8088 * progmodes/gud.el (gud-menu-map): Move parentheses.
8089 (gdb): New command gud-pv.
8090
8091 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8092
8093 * tar-mode.el: Remove spurious or unnecessary leading stars
8094 in docstrings.
8095 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
8096 (tar-parse-octal-integer-safe): Use mapc.
8097 (tar-header-block-summarize): Remove unused var `ck'.
8098 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
8099 cleared before. Obey default-enable-multibyte-characters.
8100 Use mapconcat. Simplify setting of tar-header-offset.
8101 (tar-mode-map): Move initialization inside delcaration.
8102 (tar-flag-deleted): Use `abs'.
8103 (tar-expunge-internal): Remove unused var `line'.
8104 (tar-expunge-internal): Don't hardcode point-min==1.
8105 (tar-expunge): Widen while doing set-buffer-multibyte.
8106 (tar-rename-entry): Use file-name-coding-system.
8107 (tar-alter-one-field): Don't hardcode point-min==1.
8108 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
8109 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
8110
8111 2005-11-10 Masatake YAMATO <jet@gyve.org>
8112
8113 * add-log.el (add-log-current-defun): Handle class::method
8114 notation of c++. Fix incorrect comment.
8115
8116 2005-11-10 Alan Mackenzie <acm@muc.de>
8117
8118 * help-fns.el (describe-variable): Make C-h v work when a variable
8119 has variable documentation yet is unbound.
8120
8121 2005-11-10 Masatake YAMATO <jet@gyve.org>
8122
8123 * man.el (Man-highlight-references): Set an empty
8124 string to `Man-arguments' if it is nil.
8125 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
8126
8127 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8128
8129 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
8130 commenting conventions.
8131
8132 * cus-dep.el (custom-make-dependencies): Simplify.
8133 Better follow the commenting conventions.
8134
8135 2005-11-09 Richard M. Stallman <rms@gnu.org>
8136
8137 * apropos.el (apropos-pattern): Rename from apropos-regexp.
8138 (apropos-orig-pattern): Rename from apropos-orig-regexp.
8139 All uses changed.
8140 (apropos-rewrite-regexp): Doc fix.
8141 (apropos-variable, apropos-command, apropos, apropos-value):
8142 Change prompt; carry through the argument renaming.
8143
8144 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
8145
8146 * find-lisp.el: Require dired.
8147 (find-lisp-find-dired-internal): Do not call
8148 `abbreviate-file-name' on DIR.
8149
8150 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
8151
8152 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
8153
8154 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
8155
8156 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
8157 when using the speedbar.
8158 (gdb): New command gud-pp.
8159 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
8160
8161 2005-11-09 Juri Linkov <juri@jurta.org>
8162
8163 * replace.el (occur-excluded-properties): New defcustom.
8164 (occur-1, occur-engine, occur-accumulate-lines): Use it.
8165
8166 2005-11-08 Jay Belanger <belanger@truman.edu>
8167
8168 * calc/calc-units.el (math-convert-units): Replace any composite
8169 unit by its definition.
8170
8171 2005-11-08 Lars Hansen <larsh@soem.dk>
8172
8173 * emacs-lisp/autoload.el (update-directory-autoloads):
8174 Add obsolete function alias.
8175
8176 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8177
8178 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8179 comment-indent-function.
8180 (lisp-comment-indent): Replace by an alias for comment-indent-default.
8181
8182 * reveal.el (reveal-post-command): Rework the handling of
8183 reveal-open-spots, so as to be more reliable. There were several
8184 tricky corner cases where an open spot might be lost, or where
8185 a closed spot might end up on the list of open spots.
8186 Only reveal text that's ellipsised.
8187
8188 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
8189
8190 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
8191
8192 2005-11-07 John Paul Wallington <jpw@gnu.org>
8193
8194 * ibuffer.el (ibuffer): Search iconified frames too when
8195 getting Ibuffer buffer's window.
8196
8197 2005-11-06 Richard M. Stallman <rms@gnu.org>
8198
8199 * progmodes/compile.el (compilation-internal-error-properties):
8200 save-excursion around the computation of MARKER.
8201
8202 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
8203
8204 * textmodes/flyspell.el (flyspell-external-point-words):
8205 flyspell-get-word returns a list, not just a string.
8206
8207 2005-11-06 John Paul Wallington <jpw@pobox.com>
8208
8209 * ibuffer.el (ibuffer): Search all visible frames when getting
8210 Ibuffer buffer's window.
8211
8212 2005-11-07 Masatake YAMATO <jet@gyve.org>
8213
8214 * man.el (Man-reference-regexp): Accept spaces between
8215 `Man-name-regexp' and `Man-section-regexp'.
8216 (Man-apropos-regexp): New variable.
8217 (Man-abstract-xref-man-page): Use value for `Man-target-string'
8218 if available.
8219 (Man-highlight-references, Man-highlight-references0):
8220 Handle the case when `Man-arguments' includes "-k".
8221 (Man-highlight-references0): Rename the argument `TARGET-POS' to
8222 `TARGET'. `TARGET' can be a number, function or nil.
8223
8224 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
8225
8226 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
8227 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
8228 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
8229 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
8230 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
8231 (gdb-send-item): Use buffer-local-value and simplify.
8232
8233 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
8234
8235 * startup.el (command-line): Use `custom-reevaluate-setting' for
8236 `global-font-lock-mode'.
8237
8238 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
8239 by default, except in batch mode or when the -D option is given.
8240
8241 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
8242 specified keyword args on to `define-minor-mode'. Update docstring.
8243
8244 2005-11-05 Romain Francoise <romain@orebokech.com>
8245
8246 * replace.el (occur-engine): Add marker at end of line, too.
8247
8248 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8249
8250 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8251 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8252 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8253 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8254 argument to all these routines, so the passphrase can be managed
8255 externally and passed in to the system.
8256 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8257 pgg-add-passphrase-to-cache function.
8258
8259 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8260 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8261 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8262 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8263 argument to all these routines, so the passphrase can be managed
8264 externally and passed in to the system.
8265 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8266 function.
8267
8268 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8269
8270 * font-lock.el: Don't deal with font-lock-face-attributes here,
8271 move the code ...
8272
8273 * startup.el (command-line): ... here. Use face-spec-set instead
8274 of custom-declare-face.
8275
8276 * faces.el (face-spec-set): Reset the face if spec is not nil.
8277
8278 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8279
8280 * newcomment.el (comment-region-internal): Box more tightly in the
8281 common case where there's no TAB in the boxed text.
8282
8283 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8284
8285 * info.el (info-tool-bar-map): Use images prev-node, next-node and
8286 up-node.
8287
8288 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8289
8290 * newsticker.el: Commentary updated. Code formatting changed.
8291 (newsticker-version): Change to "1.9".
8292 (newsticker, newsticker-feed): Doc fix.
8293 (newsticker-url-list): Doc fix. Add option "Weekly".
8294 (newsticker-retrieval-interval): Add option "Weekly".
8295 (newsticker-headline-processing): Doc fix.
8296 (newsticker-auto-mark-filter): Remove.
8297 (newsticker-auto-mark-filter-list): New.
8298 (newsticker-layout, newsticker-sort-method): Doc fix.
8299 (newsticker-hide-old-items-in-newsticker-buffer)
8300 (newsticker-heading-format, newsticker-item-format)
8301 (newsticker-desc-format): Doc fix.
8302 (newsticker-show-all-rss-elements): Remove.
8303 (newsticker-show-all-news-elements): New.
8304 (newsticker-faces, newsticker-ticker): Doc fix.
8305 (remove-from-invisibility-spec): Code formatting.
8306 (newsticker--process-ids): New.
8307 (newsticker-mode): Doc fix.
8308 (newsticker-mode): Change mode-line-format.
8309 (newsticker-start): Remove debug output.
8310 (newsticker-start-ticker): Doc fix. Add autoload cookie.
8311 (newsticker-w3m-show-inline-images): Code formatting.
8312 (newsticker-next-item): Call `force-mode-line-update'.
8313 (newsticker-previous-item): Call `force-mode-line-update'.
8314 (newsticker-next-feed): Call `force-mode-line-update'.
8315 (newsticker-previous-feed): Call `force-mode-line-update'.
8316 (newsticker-mark-all-items-at-point-as-read): Code formatting.
8317 (newsticker-show-old-items): Do not show descs.
8318 (newsticker-hide-entry): Hide too much.
8319 (newsticker-hide-entry, newsticker-show-entry)
8320 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8321 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8322 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8323 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8324 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8325 (newsticker-get-news): Call `force-mode-line-update'.
8326 Collect process ids.
8327 (newsticker--sentinel): Change coding system handling.
8328 Move image retrieval to new functions newsticker--get-logo-url-*.
8329 Move feed parsing to new functions newsticker--parse-*.
8330 Update list of process ids.
8331 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8332 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8333 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8334 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8335 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8336 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8337 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8338 (newsticker--decode-coding-string): Remove.
8339 (newsticker--decode-numeric-entities): Check input. Format code.
8340 (newsticker--remove-whitespace): Check input.
8341 (newsticker--do-forget-preformatted): Doc fix.
8342 (newsticker--decode-rfc822-date): Allow for missing time.
8343 (newsticker--update-process-ids): New.
8344 (newsticker--image-sentinel): Change comment.
8345 (newsticker--image-read): Change error message.
8346 (newsticker--imenu-goto): Doc fix. Show headline title.
8347 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8348 (newsticker--buffer-do-insert-text): Clean whitespace in
8349 html-rendered headline title. Code formatting.
8350 Call `newsticker--buffer-print-extra-elements'.
8351 (newsticker--buffer-print-extra-element): Remove.
8352 (newsticker--buffer-print-extra-elements): New.
8353 (newsticker--buffer-do-print-extra-element): New.
8354 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8355 large sizes.
8356 (newsticker--run-auto-mark-filter)
8357 (newsticker--do-run-auto-mark-filter):
8358 Use `newsticker-auto-mark-filter-list'.
8359
8360 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8361
8362 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8363 (rcirc-print): Force redisplay before running hooks. Do long
8364 buffer truncation after making new text read-only. Deal with nil
8365 text when decoding strings. If TARGET is nil, use either the
8366 currently selected buffer, if it is an rcirc buffer and of the
8367 same process or the process buffer.
8368 (rcirc-mode): Remove header-line. Recompute short buffer names.
8369 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8370 (rcirc-short-buffer-name): Add variable.
8371 (rcirc-kill-buffer-hook): Recompute short buffer names.
8372 Remove nick from private channel.
8373 (rcirc-send-input): Send command text to current-buffer.
8374 Don't clear overlay arrow here.
8375 (rcirc-short-buffer-name): Return a short buffer name.
8376 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8377 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8378 buffer-name abbreviations.
8379 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8380 Do not touch nick-table when killing a parted channel.
8381 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8382 Clear arrow from current buffer if it is now hidden.
8383 (rcirc-current-buffer): Add variable.
8384 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8385 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8386 Remove -face from names.
8387 (rcirc-update-activity-string): Print "DND" when globally ignoring
8388 activity.
8389 (rcirc-ignore-buffer-activity-flag): Rename from
8390 rcirc-ignore-channel-activity.
8391 (rcirc-ignore-all-activity-flag): Doc fix.
8392 (rcirc-channels): Remove variable.
8393 (rcirc-kill-buffer-hook):
8394 (rcirc-get-buffer-create): Add nick to private channel.
8395 (rcirc-multiline-edit-submit): Remove tabs.
8396 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8397 folded.
8398 (rcirc-remove-nick-channel): Bug fix.
8399 (rcirc-toggle-ignore-buffer-activity): Rename from
8400 rcirc-toggle-ignore-channel-activity.
8401 (rcirc-record-activity): Add buffers to the front of the list.
8402 (rcirc-update-activity): Remove killed buffers from list.
8403 (rcirc-process-server-response-1): Remove last argument if it is
8404 null before calling handler.
8405 (rcirc): Add "rcirc" defcustom prefix.
8406 (rcirc-prompt): Simplify default prompt.
8407 Use custom-initialize-default.
8408 (rcirc-private-chats): Remove variable.
8409 (rcirc-prompt): Change initialization.
8410 (rcirc-version): Remove function.
8411 (rcirc-id-string): Add constant.
8412 (rcirc-last-buffer): Remove variable.
8413 (rcirc-buffer-alist): Add variable.
8414 (rcirc-connect): Update variable setup.
8415 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8416 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8417 default.
8418 (rcirc-handler-generic): Trigger activity.
8419 (rcirc-send-message): Create the buffor of the target.
8420 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8421 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8422 (rcirc-multiline-edit-cancel): Remove function.
8423 (rcirc-set-last-buffer): Remove function.
8424 (rcirc-get-any-buffer): Add function.
8425 (rcirc-join-channels): Don't print /join text.
8426 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8427 messages.
8428 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8429 (rcirc-handler-NOTICE): Recognize CTCP responses.
8430 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8431 constructing TOPIC string for buffers we are not JOINed.
8432 (rcirc-handler-CTCP-response): Add handler.
8433 (rcirc-multiline-edit-submit): Restore the window-configuration
8434 before adjusting point.
8435 (rcirc): Add customization group.
8436 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8437 (rcirc-user-full-name, rcirc-startup-channels-alist)
8438 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8439 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8440 (rcirc-input-ring-size, rcirc-read-only-flag)
8441 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8442 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8443 Change defvar to defcustom.
8444 (rcirc-update-prompt): Add optional ALL arg, which will update
8445 prompts in all rcirc buffers. Regexp quote replacement text.
8446 (rcirc-fill-column): Accept frame-width as a value.
8447 (rcirc-set-changed): Add function.
8448 (rcirc-next-active-buffer): Write more meaningful messages.
8449 (rcirc-faces): Add customization group.
8450 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8451 (rcirc-nick-in-message-face, rcirc-prompt-face)
8452 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8453 (with-rcirc-process-buffer): Move before first usage.
8454 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8455 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8456 (rcirc-debug): Rename from `rcirc-log'.
8457 (rcirc-format-response-string): Do not print `-' chars for a
8458 NOTICE with no sender. Simplify output of server responses.
8459
8460 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8461
8462 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8463 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8464 Make urls mouse and RET clickable.
8465
8466 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8467
8468 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8469
8470 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8471
8472 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8473 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8474 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8475 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8476 argument to all these routines, so the passphrase can be managed
8477 externally and passed in to the system.
8478 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8479 pgg-add-passphrase-to-cache function.
8480
8481 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8482 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8483 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8484 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8485 argument to all these routines, so the passphrase can be managed
8486 externally and passed in to the system.
8487 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8488 function.
8489
8490 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8491
8492 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8493 from goto-address-url-regexp.
8494
8495 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8496
8497 * textmodes/org.el (org-read-date, org-goto-calendar)
8498 (org-recenter-calendar, org-agenda-goto-calendar):
8499 Temporarily clear `calendar-move-hook'.
8500
8501 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8502
8503 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8504 merging.
8505
8506 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8507 have merge clashes.
8508
8509 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8510
8511 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8512 Undo previous change.
8513
8514 * startup.el (command-line): Use `custom-reevaluate-setting' for
8515 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8516 tty-register-default-colors on Mac.
8517
8518 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8519
8520 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8521 (gdb-buffer-type): Make it automatically buffer local...
8522 (gdb-get-create-buffer): ...and set it accordingly.
8523 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8524 actually work.
8525
8526 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8527
8528 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8529 not red.
8530
8531 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8532
8533 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8534 case GUD buffer is not visible.
8535 (gdb-goto-breakpoint): Try to force display in source buffer.
8536 (gdb-frame-gdb-buffer): Copy other similar functions.
8537 (gdb-restore-windows): Don't display source if not asked for.
8538 (gdb-assembler-buffer-name): Don't capitalise.
8539
8540 2005-11-03 Richard M. Stallman <rms@gnu.org>
8541
8542 * wid-edit.el (key-sequence): New widget type.
8543
8544 * simple.el (set-mark-command-repeat-pop): New variable.
8545 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8546 if set-mark-command-repeat-pop is true.
8547
8548 * info.el (Info-fontify-node): Don't display extra "see" if there
8549 already is one here.
8550
8551 * mouse.el: Fix special handling of DEL after dragging a region:
8552 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8553 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8554
8555 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8556
8557 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8558 not to assume it pertains to an affix.
8559
8560 * textmodes/flyspell.el (flyspell-post-command-hook):
8561 Bind deactivate-mark to prevent deactivation.
8562
8563 2005-11-03 Lars Hansen <larsh@soem.dk>
8564
8565 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8566 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8567 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8568
8569 2005-11-03 Romain Francoise <romain@orebokech.com>
8570
8571 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8572 Update copyright years.
8573
8574 2005-11-03 Sam Steingold <sds@gnu.org>
8575
8576 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8577 Use system-type instead of window-system because window-system is not
8578 correctly defined during loadup.
8579
8580 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8581
8582 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8583 (xml-parse-tag): Join strings separated by a comment properly.
8584
8585 2005-11-02 Andreas Schwab <schwab@suse.de>
8586
8587 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8588
8589 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8590
8591 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8592 (byte-optimize-pure-func): Quote the eval'd value.
8593
8594 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8595 Rename from perl-font-lock-syntactic-face-function.
8596 Change the calling convention so it can be used as a font-lock MATCHER.
8597 Do the parse-partial-sexp loop outselves.
8598 (perl-font-lock-syntactic-keywords): Use it.
8599 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8600
8601 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8602
8603 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8604 disassembly buffer too.
8605 (gdb-exited): Remove overlay arrows when execution has finished.
8606 (gdb-info-frames-custom, gdb-info-threads-custom)
8607 (gdb-info-registers-custom): Don't add inappropriate text
8608 properties if inferior is not active.
8609
8610 2005-11-02 Glenn Morris <rgm@gnu.org>
8611
8612 * progmodes/fortran.el (fortran-blink-match):
8613 Use `blink-matching-delay'.
8614
8615 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8616
8617 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8618
8619 2005-11-02 Lars Hansen <larsh@soem.dk>
8620
8621 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8622 "Permission denied".
8623
8624 2005-11-01 Richard M. Stallman <rms@gnu.org>
8625
8626 * textmodes/flyspell.el (flyspell-external-point-words):
8627 Pass nil to flyspell-get-word.
8628
8629 2005-11-02 Kim F. Storm <storm@cua.dk>
8630
8631 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8632 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8633
8634 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8635
8636 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8637 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8638 (calendar-mouse-print-dates): Add optional `event' argument.
8639 Update interactive-spec.
8640 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8641 Use `calendar-event-to-date' instead of `event'.
8642
8643 2005-11-02 Masatake YAMATO <jet@gyve.org>
8644
8645 * progmodes/ld-script.el (ld-script-builtins):
8646 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8647 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8648 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8649
8650 2005-11-01 Romain Francoise <romain@orebokech.com>
8651
8652 * vc-sccs.el: Update copyright year.
8653 * ezimage.el: Likewise.
8654
8655 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8656
8657 * info.el (Info-fontify-node): Use `string-width' for fontifying
8658 underlined titles.
8659
8660 2005-11-01 Juri Linkov <juri@jurta.org>
8661
8662 * info.el (Info-fontify-node): Downcase node header keywords Node,
8663 Prev, Next, Up before comparison.
8664 (Info-history): Insert absolute directory name, and put invisible
8665 property on it.
8666
8667 2005-11-01 Juri Linkov <juri@jurta.org>
8668
8669 * info.el (Info-file-supports-index-cookies): New variable.
8670 (Info-find-node-2): Check makeinfo version for index cookie support.
8671 (Info-index-nodes): Search for nodes with index cookies only when
8672 Info-file-supports-index-cookies is t. Otherwise, search nodes
8673 with "Index" in the node name.
8674 (Info-index-node): Search index cookie in the current node only when
8675 Info-file-supports-index-cookies is t. Otherwise, check the word
8676 "Index" in the node name.
8677 (Info-find-emacs-command-nodes): Remove code that searches nodes
8678 with "Index" node name in the top menu.
8679
8680 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8681
8682 * progmodes/scheme.el (scheme-mode-variables): Use the default
8683 comment-indent-function.
8684
8685 * faces.el (face-attribute): Handle the case where a face inherits from
8686 a non-existent face.
8687
8688 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8689 for octal and hexa output, and merge the char into the paren.
8690 (kill-new): Use push.
8691 (copy-to-buffer): Use with-current-buffer.
8692 (completion-setup-function): Move code in loop to remove redundancy.
8693 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8694 those inherited from minibuffer-local-completion-map.
8695
8696 * savehist.el (savehist-mode) <defcustom>:
8697 Use custom-set-minor-mode if available.
8698 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8699 and emit a message if applicable.
8700
8701 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8702
8703 * savehist.el: Sync up to version 19.
8704 (savehist-mode): New minor mode.
8705 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8706 (savehist-length): Remove (use history-length instead).
8707 (savehist-file-modes): Rename from savehist-modes.
8708 (savehist-save-hook, savehist-loaded): New vars.
8709 (savehist-load): Use savehist-mode. Try to smooth up transition from
8710 old format to new format.
8711 (savehist-install): Allow savehist-autosave-interval to be nil.
8712 (savehist-save): Run the new hook. Be more careful to only trim the
8713 history variables.
8714 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8715 (savehist-printable): Print into a buffer rather than char-by-char.
8716
8717 2005-11-01 John Wiegley <johnw@newartisans.com>
8718
8719 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8720 toggle-ignore keybinding (C-a). The author said it had been
8721 disabled much earlier due to a possible incompatibility, but after
8722 many months of usage I have encountered no problems (and it is a
8723 rather useful option, especially for switching to " *temp*").
8724
8725 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8726 support for OS/X's AddressBook, by calling out to the open source
8727 program "contacts" (installable through Fink).
8728
8729 * net/eudc.el (eudc-expand-inline): If the
8730 `eudc-multiple-match-handling-method' is set to `all', delete the
8731 query string before inserting the query result.
8732
8733 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8734 flag, to prevent Eshell from using the system ls when
8735 `eshell-ls-insert-directory' is in used.
8736 (eshell-ls-insert-directory): Disable font-lock in directory
8737 buffer so that Eshell's own fontification is seen. This broke
8738 recently due to changes in font-lock, so this goes back to version
8739 21 behavior.
8740
8741 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8742
8743 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8744 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8745 (gdb-many-windows): Doc fix.
8746
8747 2005-10-31 Romain Francoise <romain@orebokech.com>
8748
8749 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8750
8751 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8752
8753 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8754 that global-font-lock-mode can be enabled by default.
8755
8756 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8757 (font-lock-add-keywords, font-lock-remove-keywords)
8758 (font-lock-fontify-buffer): Remove autoload cookies.
8759
8760 * jit-lock.el (jit-lock-register): Likewise.
8761
8762 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8763
8764 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8765
8766 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8767 intact if there is no gud-comint-buffer.
8768
8769 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8770
8771 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8772 old prompt comint-prompt-read-only is t and GDB commands are
8773 issued from tool bar etc.
8774
8775 2005-10-31 Masatake YAMATO <jet@gyve.org>
8776
8777 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8778
8779 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8780
8781 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8782 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8783
8784 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8785
8786 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8787 starting at beginning of line. Fontification is messed up when
8788 `open-paren-in-column-0-is-defun-start' set to t.
8789 Reported by John Paul Wallington <jpw@pobox.com>.
8790
8791 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8792
8793 * comint.el (comint-send-input): Call `comint-update-fence' when
8794 `comint-process-echoes' and `comint-prompt-read-only' are both
8795 non-nil, to avoid leftover read-only newline.
8796
8797 2005-10-30 Richard M. Stallman <rms@gnu.org>
8798
8799 * textmodes/flyspell.el (flyspell-external-point-words):
8800 Detect when WORD can't be checked properly because
8801 flyspell-get-word finds just part of it, and move on.
8802
8803 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8804 boundarychar for Polish.
8805 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8806 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8807
8808 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8809
8810 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8811 (gdb-registers-font-lock-keywords): Delete.
8812 (gdb-registers-mode): Don't fontify.
8813 (gdb-info-registers-custom): Use text properties instead as, in
8814 future, changed register values will use font-lock-warning-face.
8815 (gdb-local-font-lock-keywords): Rename to...
8816 (gdb-locals-font-lock-keywords): ...for consistency.
8817
8818 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8819
8820 * vc.el (vc-switch-backend): Better error message if the buffer is
8821 not visiting a file under version control.
8822
8823 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8824
8825 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8826
8827 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8828 ~/.emacs.d/.emacs.
8829
8830 2005-10-29 Richard M. Stallman <rms@gnu.org>
8831
8832 * replace.el (occur-mode-mouse-goto): Always go to other window.
8833 (occur-mode-goto-occurrence): Always switch in same window.
8834
8835 * simple.el (undo): Display message at end, not at start.
8836
8837 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8838 New arg REUSE-CELL.
8839 (cancel-timer-internal): New function.
8840 (timer-event-handler): Use cancel-timer-internal,
8841 and pass the cell it returns to timer-activate...
8842
8843 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8844 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8845 (jit-lock-after-change): Test memory-full.
8846
8847 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8848
8849 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8850 part of the decoded armor to find the key-identifier.
8851 (pgg-gpg-lookup-key-owner): New function to return the
8852 human-readable identifier of a key owner.
8853 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8854 key itself.
8855 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8856 the key value) if we have a key and can match it against a secret
8857 key. Also, added a note pointing out fact that the prompt only
8858 indicates the first matching key.
8859
8860 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8861 pgg-decrypt-region.
8862 (pgg-pending-timers): A new hash for tracking the passphrase cache
8863 timers, so that new ones supercede old ones.
8864 (pgg-add-passphrase-to-cache): Rename from
8865 `pgg-add-passphrase-cache' to reduce confusion (all callers
8866 changed). Modified to cancel old timers when new ones are added.
8867 (pgg-remove-passphrase-from-cache): Rename from
8868 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8869 changed). Modified to cancel old timers when their keys are
8870 removed from the cache.
8871 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8872 XEmacs, an indirection to delete-itimer.
8873 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8874 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8875 users can only check cache without risk of prompting. Correct bug in
8876 notruncate behavior.
8877 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8878 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8879 Add informative docstrings.
8880 (pgg-decrypt): Convey provided passphrase in subordinate call to
8881 pgg-decrypt-region.
8882
8883 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8884 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8885 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8886 `passphrase' argument, so the passphrase can be managed externally
8887 and then passed in to the system.
8888
8889 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8890 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8891 so the passphrase cache can be used reliably with identifiers
8892 besides a pgp packet's key id.
8893
8894 * pgg-gpg.el (pgg-pgp-encrypt-region)
8895 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8896 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8897 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8898 argument to all these routines, so the passphrase can be managed
8899 externally and passed in to the system.
8900
8901 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8902 `notruncate' argument, so the passphrase cache can be used
8903 reliably with identifiers besides a pgp packet's key id.
8904
8905 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8906
8907 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8908 symmetric encryption.
8909 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8910 encrypted session key.
8911 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8912 message ask for the passphrase in a proper way.
8913
8914 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8915 New user commands for symmetric encryption.
8916
8917 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8918
8919 * textmodes/conf-mode.el (conf-assignment-sign)
8920 (conf-assignment-regexp): Fix docstrings.
8921 (conf-mode-initialize): New function.
8922 (conf-mode): Remove optional args. Use delay-mode-hooks to
8923 recognize recursive calls.
8924 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8925 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8926 (conf-xdefaults-mode): Use define-derived-mode and
8927 conf-mode-initialize.
8928
8929 2005-10-29 Romain Francoise <romain@orebokech.com>
8930
8931 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8932
8933 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8934
8935 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8936 part of the decoded armor to find the key-identifier.
8937 (pgg-gpg-lookup-key-owner): New function to return the
8938 human-readable identifier of a key owner.
8939 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8940 key itself.
8941 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8942 the key value) if we have a key and can match it against a secret
8943 key. Also, added a note pointing out fact that the prompt only
8944 indicates the first matching key.
8945
8946 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8947 pgg-decrypt-region.
8948 (pgg-pending-timers): A new hash for tracking the passphrase cache
8949 timers, so that new ones supercede old ones.
8950 (pgg-add-passphrase-to-cache): Rename from
8951 `pgg-add-passphrase-cache' to reduce confusion (all callers
8952 changed). Modified to cancel old timers when new ones are added.
8953 (pgg-remove-passphrase-from-cache): Rename from
8954 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8955 changed). Modified to cancel old timers when their keys are
8956 removed from the cache.
8957 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8958 XEmacs, an indirection to delete-itimer.
8959 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8960 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8961 users can only check cache without risk of prompting. Correct bug in
8962 notruncate behavior.
8963 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8964 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8965 Add informative docstrings.
8966 (pgg-decrypt): Convey provided passphrase in subordinate call to
8967 pgg-decrypt-region.
8968
8969 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
8970
8971 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8972 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8973 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8974 `passphrase' argument, so the passphrase can be managed externally
8975 and then passed in to the system.
8976
8977 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8978 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8979 so the passphrase cache can be used reliably with identifiers
8980 besides a pgp packet's key id.
8981
8982 * pgg-gpg.el (pgg-pgp-encrypt-region)
8983 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8984 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8985 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8986 argument to all these routines, so the passphrase can be managed
8987 externally and passed in to the system.
8988
8989 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8990 `notruncate' argument, so the passphrase cache can be used
8991 reliably with identifiers besides a pgp packet's key id.
8992
8993 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8994
8995 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8996 symmetric encryption.
8997 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8998 encrypted session key.
8999 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9000 message ask for the passphrase in a proper way.
9001
9002 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9003 New user commands for symmetric encryption.
9004
9005 2005-10-28 Bill Wohler <wohler@newt.com>
9006
9007 * help-mode.el (help-url): New button type. Calls browse-url.
9008 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
9009 Similar to Info nodes: URL `url'.
9010 (help-make-xrefs): Create help-url buttons for
9011 help-xref-url-regexp matches.
9012
9013 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
9014
9015 * tool-bar.el (tool-bar-add-item-from-menu)
9016 (tool-bar-local-item-from-menu): Fix doc strings.
9017
9018 2005-10-28 Romain Francoise <romain@orebokech.com>
9019
9020 * ldefs-boot.el: Update.
9021
9022 * subr.el (locate-library): Move from help-fns.el.
9023 * help-fns.el (locate-library): Move to subr.el.
9024
9025 2005-10-28 Richard M. Stallman <rms@gnu.org>
9026
9027 * net/tramp.el (tramp-completion-mode): defvar moved up.
9028
9029 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
9030
9031 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
9032
9033 * files.el (find-file-noselect): Use %d to format large file size.
9034
9035 * bindings.el (mode-line-format): Add %e.
9036
9037 * loadup.el ("facemenu"): Load unconditionally.
9038 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
9039 ("x-dnd"): Load, when appropriate.
9040
9041 * startup.el (command-line): Call before-init-hook earlier.
9042 Warn about some bad characters in -u user name.
9043
9044 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
9045 (flyspell-external-point-words): Error if misspelled word is not found.
9046 Set flyspell-large-region-beg at end of word.
9047
9048 2005-10-28 Andreas Schwab <schwab@suse.de>
9049
9050 * view.el (View-revert-buffer-scroll-page-forward):
9051 Use view-page-size-default.
9052
9053 2005-10-28 Juri Linkov <juri@jurta.org>
9054
9055 * international/quail.el (quail-get-current-str): Translate last
9056 raw character for deterministic input methods.
9057
9058 2005-10-27 Jay Belanger <belanger@truman.edu>
9059
9060 * calc/calc-ext.el: Add functions to autoloads.
9061 (math-identity-matrix-p, math-ident-row-p): New functions.
9062
9063 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
9064 multiplication by an identity matrix; don't turn multiplication by
9065 an inverse matrix into division.
9066 (math-div-symbol-fancy): Replace division by matrices with
9067 multiplication by inverse.
9068
9069 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
9070
9071 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
9072 (calc-writeoutpower): New functions.
9073
9074 2005-10-27 Romain Francoise <romain@orebokech.com>
9075
9076 * replace.el (occur-engine): Include colon in mouse-face highlight.
9077
9078 * dired-x.el: Change Maintainer field.
9079
9080 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
9081
9082 * longlines.el (longlines-mode): Bind after-change-functions to
9083 nil during initial decoding and final encoding.
9084
9085 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
9086
9087 * term.el (term-emulate-terminal, term-handle-colors-array)
9088 (term-handle-ansi-escape): Specify the terminfo capabilities
9089 implemented.
9090
9091 2005-10-26 Richard M. Stallman <rms@gnu.org>
9092
9093 * info.el (Info-fontify-node): Fix detection of sentence-break
9094 before *Note.
9095
9096 2005-10-26 Romain Francoise <romain@orebokech.com>
9097
9098 * smerge-mode.el: Add `tools' to file keywords.
9099
9100 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
9101
9102 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
9103 when the fringe is not available.
9104
9105 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
9106 (def-gdb-auto-update-trigger): Simplify construction.
9107 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
9108 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
9109 defined explicitly.
9110 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
9111 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
9112 defined explicitly.
9113 (gdb-info-locals-custom): Remove as it's a no-op.
9114
9115 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
9116
9117 * longlines.el (longlines-mode): Remove narrowing before
9118 performing the initial decoding or final encoding.
9119
9120 2005-10-25 Romain Francoise <romain@orebokech.com>
9121
9122 * emacs-lisp/find-func.el (find-library-name): Also strip
9123 extension if library name ends in .el, to take advantage of
9124 `find-library-suffixes'.
9125
9126 2005-10-25 Richard M. Stallman <rms@gnu.org>
9127
9128 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
9129
9130 2005-10-25 Juri Linkov <juri@jurta.org>
9131
9132 * textmodes/texinfo.el (texinfo-mode): Change charset of one
9133 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
9134
9135 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9136
9137 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
9138 (blackbox-redefine-key): Add argument `map'.
9139
9140 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
9141 regions when moving the jit-lock-context-unfontify-pos boundary.
9142
9143 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9144
9145 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
9146
9147 2005-10-25 Masatake YAMATO <jet@gyve.org>
9148
9149 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
9150
9151 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9152
9153 * play/blackbox.el (blackbox-redefine-key): New function.
9154 (blackbox-mode-map): Use it to remap existing bindings for cursor
9155 motion instead of binding literal keys.
9156
9157 2005-10-25 Glenn Morris <rgm@gnu.org>
9158
9159 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
9160 diary does not end in a newline. Do not assume a blank line at
9161 the start of the diary file.
9162
9163 2005-10-25 Kenichi Handa <handa@m17n.org>
9164
9165 * international/quail.el (quail-translate-key): If the input
9166 method is deterministic and failed to handle the last key, restart
9167 the key handling loop from an appropriate key.
9168
9169 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
9170
9171 * vc.el (vc-dired-mode): Extend comment for binding of
9172 `directory-listing-before-filename-regexp'.
9173
9174 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9175
9176 * textmodes/texinfo.el (texinfo-mode):
9177 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
9178 not to unnecessarily expose emacs-mule's internal char codes.
9179
9180 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
9181
9182 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
9183 Display hand pointer and help-echo on disabled icon too.
9184 (gdb-mouse-until): New function.
9185 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
9186
9187 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
9188
9189 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
9190 with 2005-10-23 change to doctor.el.
9191
9192 * finder.el (finder-mode-map): Add follow-link binding.
9193
9194 2005-10-25 Kim F. Storm <storm@cua.dk>
9195
9196 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
9197 to gdb-mouse-toggle-breakpoint-fringe.
9198 (gdb-mouse-toggle-breakpoint-margin): Rename from
9199 gdb-mouse-toggle-breakpoint. Fix doc.
9200 (gdb-mouse-toggle-breakpoint-fringe): New defun.
9201 (gdb-put-string): Add optional SPROPS arg. Add props to string.
9202 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
9203 string properties also for fringe breakpoint bitmaps.
9204
9205 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
9206
9207 * textmodes/org.el (org-start-icalendar-file): Fix format form.
9208
9209 2005-10-25 Masatake YAMATO <jet@gyve.org>
9210
9211 * simple.el (completion-common-substring):
9212 Use `completion-common-substring' prior to `completion-base-size'.
9213
9214 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
9215
9216 * savehist.el: Require CL while compiling.
9217 (savehist-history-variables): Remove.
9218 (savehist-save-minibuffer-history, savehist-additional-variables)
9219 (savehist-minibuffer-history-variables): New vars.
9220 (savehist-save): Use them.
9221 (savehist-uninstall, savehist-minibuffer-hook): New funs.
9222 (savehist-install): New fun, extracted from savehist-load.
9223 (savehist-load): Use them.
9224
9225 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9226
9227 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
9228 a dummy doc-string-elt property.
9229 (defalias, defvaralias, define-category): Add a docstring property.
9230
9231 * image.el (defimage):
9232 * widget.el (define-widget):
9233 * custom.el (defface, defcustom): Add `doc-string' declaration.
9234
9235 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
9236 (defadvice): Add `doc-string' declaration.
9237
9238 * emacs-lisp/byte-run.el (macro-declaration-function):
9239 Handle `doc-string' declarations.
9240 (define-obsolete-function-alias, define-obsolete-variable-alias):
9241 Add `doc-string' declaration.
9242
9243 2005-10-24 Kenichi Handa <handa@m17n.org>
9244
9245 * international/utf-7.el (utf-7): Add autoload cookie.
9246
9247 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
9248
9249 2005-10-24 Eli Zaretskii <eliz@gnu.org>
9250
9251 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
9252 list of directories passed to batch-update-autoloads. Add "." to
9253 the list of the echoed directories.
9254
9255 * pgg-def.el:
9256 * pgg-gpg.el:
9257 * pgg-parse.el:
9258 * pgg-pgp.el:
9259 * pgg-pgp5.el:
9260 * pgg.el: Moved here from the gnus subdirectory.
9261
9262 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
9263
9264 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
9265 in case comint-prompt-read-only is set to t.
9266
9267 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
9268 in case comint-prompt-read-only is set to t.
9269
9270 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
9271
9272 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
9273 Now a string.
9274 (icalendar-import-format): Handle CLASS, STATUS, URL.
9275 Rename `subject' to `summary'.
9276 (icalendar-import-format-summary): Rename from
9277 `icalendar-import-format-subject'.
9278 (icalendar-import-format-url, icalendar-import-format-status)
9279 (icalendar-import-format-class): New variables.
9280 (icalendar--rris): Take variable argument list.
9281 (icalendar--datestring-to-isodate): Remove unnecessary
9282 calendar-style check when converting dates with explicit month names.
9283 (icalendar-export-region): Change return type of conversion
9284 subroutines. Bury current buffer unless error occurred.
9285 (icalendar--convert-to-ical)
9286 (icalendar--parse-summary-and-rest): New functions.
9287 (icalendar--convert-ordinary-to-ical)
9288 (icalendar--convert-weekly-to-ical)
9289 (icalendar--convert-yearly-to-ical)
9290 (icalendar--convert-block-to-ical)
9291 (icalendar--convert-cyclic-to-ical)
9292 (icalendar--convert-anniversary-to-ical): Change return type.
9293 Strip trailing blanks from subject.
9294 (icalendar--convert-sexp-to-ical): Change return type.
9295 Strip trailing blanks from subject. Handle simple sexp
9296 entries as generated by icalendar.el.
9297 (icalendar--convert-float-to-ical)
9298 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9299 (icalendar-import-file): Doc fix.
9300 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9301 Correct call to icalendar--rris.
9302 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
9303 `summary'.
9304 (icalendar--add-diary-entry): Rename `subject' to `summary'.
9305
9306 2005-10-24 Romain Francoise <romain@orebokech.com>
9307
9308 * server.el (server-sentinel): Set query-on-exit flag to nil on
9309 new client processes (it isn't inherited from the server process).
9310
9311 * replace.el (occur-engine): Rearrange text properties.
9312
9313 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9314
9315 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9316 case-fold-search is nil.
9317 (debug-help-follow): Use help-xref-interned directly.
9318
9319 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9320
9321 * thumbs.el (thumbs-image-type): Add .pbm.
9322
9323 2005-10-23 Richard M. Stallman <rms@gnu.org>
9324
9325 * faces.el (inhibit-face-set-after-frame-default): New variable.
9326 (set-face-attribute): Bind it.
9327 (face-set-after-frame-default): Test it.
9328
9329 * help-fns.el (describe-simplify-lib-file-name): New function.
9330 (describe-function-1, describe-variable): Use it.
9331
9332 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9333
9334 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9335 Eliminate nil as possible value.
9336 (tooltip-hide-delay): Reduce internal-border-width.
9337
9338 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9339 (menu-bar-file-menu) <new-file>: Likewise.
9340
9341 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9342
9343 * international/mule.el (load-with-code-conversion):
9344 Pass full file name to `eval-buffer' unless preloading.
9345
9346 * textmodes/flyspell.el (flyspell-large-region):
9347 Call ispell-check-version.
9348
9349 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9350 Fix the make-variable-buffer-local call that was supposed
9351 to be for this variable.
9352 (ispell-aspell-supports-utf8): Doc fix.
9353 (ispell-find-aspell-dictionaries): Preserve elements of
9354 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9355 (ispell-aspell-find-dictionary): Return nil on error.
9356
9357 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9358 (doctor-symptoms): Likewise.
9359
9360 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9361
9362 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9363
9364 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9365 (custom-raised-buttons): Add :set spec.
9366 (custom-button-unraised, custom-button-pressed-unraised):
9367 New faces, so that custom-raised-buttons actually does something.
9368 (custom-mode): Use custom-button and custom-button-pressed.
9369
9370 * wid-edit.el (widget-specify-button): Don't ignore
9371 widget-mouse-face on graphic terminals.
9372 (widget-move-and-invoke): Cleanup.
9373
9374 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9375
9376 * whitespace.el (whitespace-cleanup): Doc fix.
9377
9378 2005-10-23 Romain Francoise <romain@orebokech.com>
9379
9380 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9381 `eval-after-load' to avoid evaluating their result.
9382
9383 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9384
9385 * files.el (directory-listing-before-filename-regexp):
9386 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9387
9388 * dired.el (dired-move-to-filename-regexp): Remove.
9389 All occurences replaced by `directory-listing-before-filename-regexp'.
9390
9391 * dired-x.el, locate.el, vc.el:
9392 Replace `dired-move-to-filename-regexp' by
9393 `directory-listing-before-filename-regexp'. In vc.el it is
9394 overwritten locally; maybe this can be handled in files.el too.
9395
9396 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9397 replaced by `directory-listing-before-filename-regexp'.
9398
9399 2005-10-23 Andreas Schwab <schwab@suse.de>
9400
9401 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9402 and eval-next-after-load.
9403
9404 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9405
9406 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9407 exist, create it.
9408
9409 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9410
9411 * allout.el: Remove autoloads for mailcrypt and crypt++.
9412 Require pgg, pgg-gpg during compilation.
9413 (allout-version): Increment version number to 2.1, and use a literal
9414 rather than RCS Id.
9415 (allout-default-encryption-scheme): Remove.
9416 (allout-passphrase-verifier-handling)
9417 (allout-passphrase-verifier-string)
9418 (allout-file-passphrase-verifier-string)
9419 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9420 (allout-passphrase-hint-handling): Rename and simplify.
9421 (allout-init): Use `find-file-hook' if available, otherwise
9422 `find-file-hooks'.
9423 (allout-mode): Use `write-file-functions' if available, otherwise
9424 `local-write-file-hooks' and, instead of making auto-save-hook
9425 buffer local, make the write-file-hook activity contingent to
9426 allout-mode.
9427 (allout-mode): Use key-binding substitution in the docstring.
9428 (allout-kill-line): Spell-out kill ring data structure mutation
9429 instead of using byte-compiler-complaint-provoking `pop'.
9430 (allout-insert-listified): Use `insert' rather than `insert-string'
9431 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9432 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9433 (allout-encrypt-string): Totally revamped vis new underlying
9434 encryption facilities.
9435 (allout-mc-activate-passwd): Remove.
9436 (allout-obtain-passphrase): New, more or less replaces
9437 allout-mc-activate-passwd.
9438 (allout-encrypted-key-info): More or less replaces
9439 allout-encrypted-text-type.
9440 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9441 (my-mark-marker): Use `(featurep 'xemacs)'.
9442
9443 2005-10-23 Lars Hansen <larsh@soem.dk>
9444
9445 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9446 (byte-compile-file-form-defmumble, byte-compile-defun)
9447 (byte-compile-defmacro): Use it.
9448 (byte-compile-form): Don't call byte-compile-set-symbol-position
9449 when a byte-compile handler is called.
9450
9451 2005-10-22 Romain Francoise <romain@orebokech.com>
9452
9453 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9454
9455 * subr.el (eval-after-load): Convert library name to an absolute
9456 file name using locate-library, since load-history no longer has
9457 library names in it.
9458
9459 2005-10-22 Richard M. Stallman <rms@gnu.org>
9460
9461 * files.el (make-temp-file): Move from subr.el.
9462 * subr.el (make-temp-file): Move to files.el.
9463
9464 * window.el (get-buffer-window-list): Move from subr.el.
9465 * subr.el (get-buffer-window-list): Move to window.el.
9466
9467 * image.el (image-load-path): Use eval-at-startup to initialize.
9468
9469 * subr.el (eval-at-startup): New macro.
9470
9471 * subr.el: Much rearrangement of functions and division
9472 into pages. No code changes.
9473
9474 2005-10-22 Kenichi Handa <handa@m17n.org>
9475
9476 * tar-mode.el (tar-extract): Be sure to call
9477 find-operation-coding-system if set-auto-coding doesn't find a
9478 coding system.
9479
9480 2005-10-22 Kim F. Storm <storm@cua.dk>
9481
9482 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9483 Change users.
9484 (image-type-file-name-regexps): New defconst.
9485 (image-type-from-data): Simplify loop.
9486 (image-type-from-buffer): New defun.
9487 (image-type-from-file-header): Use it instead of image-type-from-data.
9488 Use image-search-load-path instead of only looking in data-directory.
9489 (image-type-from-file-name): New defun.
9490 (image-search-load-path): Change `pathname' to `filename'.
9491 Make PATH arg optional, default to image-load-path.
9492
9493 2005-10-21 Richard M. Stallman <rms@gnu.org>
9494
9495 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9496
9497 * textmodes/paragraphs.el (sentence-end-base): New variable.
9498 (sentence-end): Use sentence-end-base.
9499
9500 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9501
9502 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9503 property independently from the font-lock-multiline variable.
9504
9505 2005-10-21 Richard M. Stallman <rms@gnu.org>
9506
9507 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9508
9509 * startup.el (command-line): Convert library names
9510 in `load-history' to absolute file names.
9511
9512 * subr.el (symbol-file): Doc fix.
9513
9514 * loadhist.el (file-loadhist-lookup): Call locate-library
9515 instead of find-library-name. Don't try converting
9516 abs file names to library names, since load-history no longer
9517 has library names in it.
9518 (file-dependents, file-provides, file-requires): Doc fixes.
9519
9520 2005-10-21 Juri Linkov <juri@jurta.org>
9521
9522 * progmodes/etags.el (tags-table-mode): New function.
9523 (tags-verify-table): Replace initialize-new-tags-table with
9524 tags-table-mode.
9525
9526 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9527 default value.
9528 (desktop-modes-not-to-save): Add tags-table-mode to the
9529 default value.
9530
9531 * info.el (Info-index-next): Add total number of index
9532 alternatives to the message.
9533
9534 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9535 backward only space (instead of space and period) before looking
9536 at sentence end.
9537
9538 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9539 Add the old variable value as 4th default-value arg of read-string.
9540
9541 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9542
9543 * cus-face.el (custom-declare-face): Make face from X resources
9544 also on Mac.
9545
9546 * disp-table.el (standard-display-g1, standard-display-graphic):
9547 Refuse to use string glyphs also on Mac.
9548 (standard-display-european): Don't set terminal coding system also
9549 on Mac.
9550
9551 * frame.el (display-screens): Use x-display-screens also on Mac.
9552
9553 2005-10-21 Romain Francoise <romain@orebokech.com>
9554
9555 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9556
9557 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9558
9559 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9560 and $? into sexps.
9561
9562 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9563 warning face on open-paren-in-column-0.
9564
9565 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9566 boundary case. Fix typo.
9567 Suggested by Martin Rudalics <rudalics@gmx.at>.
9568
9569 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9570
9571 * textmodes/org.el (org-combined-agenda-icalendar-file)
9572 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9573 (org-export-icalendar-this-file)
9574 (org-export-icalendar-all-agenda-files)
9575 (org-export-icalendar-combine-agenda-files): New commands.
9576 (org-export-icalendar, org-print-icalendar-entries)
9577 (org-start-icalendar-file, org-finish-icalendar-file)
9578 (org-ical-ts-to-string): New functions.
9579 (org-read-date, org-goto-calendar)
9580 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9581 call to `calendar'.
9582 (orgtbl-setup): Remove the :keys arguments from the menu description.
9583 (org-after-save-iCalendar-file-hook): New variable.
9584
9585 2005-10-21 Kenichi Handa <handa@m17n.org>
9586
9587 * language/vietnamese.el (tcvn-5712): Make it an alias of
9588 vietnamese-tcvn coding-system.
9589
9590 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9591
9592 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9593 group id is given.
9594
9595 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9596
9597 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9598 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9599 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9600 whose line is either continued or ends with a comment.
9601
9602 2005-10-20 Romain Francoise <romain@orebokech.com>
9603
9604 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9605
9606 * replace.el (occur-engine): Add follow-link property.
9607
9608 * font-core.el (font-lock-mode): Doc fix.
9609
9610 2005-10-20 Richard M. Stallman <rms@gnu.org>
9611
9612 * net/rcirc.el: New file.
9613
9614 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9615
9616 * term.el (term-term-name): Initialize to "eterm-color".
9617
9618 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9619
9620 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9621 for encryption functionality.
9622 Move allout customization subgroup from `editing' to `outlines' group.
9623 Fix commentary keywords to legitimate ones.
9624 Update author info (using my current email address, obscurified).
9625 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9626 (allout-encrypted-topic-p, allout-encrypted-text-type)
9627 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9628 (allout-situate-encryption-key-verifier)
9629 (allout-get-encryption-key-verifier, allout-verify-key)
9630 (allout-next-topic-pending-encryption)
9631 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9632 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9633 (outline-key-verifier-handling, outline-key-hint-handling)
9634 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9635 (allout-file-key-verifier-string, allout-encryption-scheme)
9636 (allout-key-verifier-string, allout-key-hint-string)
9637 (allout-after-save-decrypt): New variables.
9638 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9639 (allout-after-saves-handler): New hook functions.
9640 (allout-post-command-business): Do allout-after-save-decrypt.
9641 (allout-enable-file-variable-adjustment): Custom var to enable
9642 mechanism for adding and adjusting settings of Emacs file variables.
9643 (allout-adjust-file-variable, allout-file-vars-section-data):
9644 New functions, implement the mechanism.
9645 (outlineify-sticky): Use the file vars mechanism.
9646 (allout-inhibit-protection, allout-during-write-cue)
9647 (allout-override-protect, allout-before-change-protect): Remove.
9648 (allout-flag-region, allout-open-topic): Adjust read-only text.
9649 (allout-open-line-not-read-only): Add to facilitate read-only
9650 text based protection.
9651 (allout-kill-line): Revise to adjust read-only text, clue the
9652 user about the inhibition.
9653 (allout-unprotected): Use unwind-protect.
9654 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9655 topic deeper than the offspring depth of the previous topic -
9656 avoiding confusing "containment discontinuities".
9657 (allout-reindent-bodies): Fix retention of body relative hanging
9658 indent during promotion of collapsed bodies.
9659 (allout-open-topic): Make it easy to open new topic with same
9660 bullet as current topic - topic creation functions provided with
9661 any universal argument provokes now prompt for bullet, defaulting
9662 to the bullet of the previous topic.
9663 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9664 Plain bullet alternates `.' period and `,' comma only. All other
9665 bullets are relegated to special status (but customizable).
9666 (allout-end-of-entry): Rename from allout-end-of-current-entry
9667 since it actually operates w.r.t. most immediately containing
9668 entry, visible or not.
9669 (allout-hide-current-entry, allout-show-current-entry): Use the
9670 revised version.
9671 (allout-old-expose-topic): Solidify deprecation.
9672 (allout-end-of-subtree): Add so we can span concealed as well
9673 as visible topics.
9674 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9675 (allout-end-of-current-heading): Tweak to just respect the first line.
9676 (allout-get-body-text): Add.
9677 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9678 when invoked interactively.
9679 (allout-up-current-level): Use `interactive-p'.
9680 (allout-mode, allout-init): Miscellaneous docstring and
9681 operational refinements, as well as hookups of new encryption stuff.
9682 (allout-beginning-of-current-entry): Now works as advertised.
9683 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9684 (allout-isearch-rectification): Refine condition for isearching.
9685 (allout-isearch-abort, allout-enwrap-isearch)
9686 (allout-flag-region, my-region-active-p): Relocate some macros.
9687 (allout-title): Fallback title is (buffer-name), not
9688 non-existing (current-buffer-name).
9689 (subst-char-in-string): Define if absent (for some XEmacs versions).
9690
9691 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9692
9693 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9694 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9695 (mail-citation-prefix-regexp, mail-signature-file)
9696 (mail-default-headers, mail-bury-selects-summary)
9697 (mail-send-nonascii): Add autoload cookies.
9698
9699 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9700
9701 * frame.el (blink-cursor-mode): Add `mac' to the list of
9702 window-system's that support blinking cursor.
9703
9704 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9705
9706 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9707
9708 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9709
9710 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9711 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9712 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9713
9714 2005-10-20 Kim F. Storm <storm@cua.dk>
9715
9716 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9717 (ido-set-current-directory): Don't add / after final @.
9718 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9719 Explicitly handle ange-ftp completion oddities.
9720 (ido-make-file-list): Don't rotate list at tramp root to avoid
9721 triggering tramp file handler for expand-file-name via get-file-buffer.
9722
9723 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9724
9725 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9726
9727 2005-10-19 Jay Belanger <belanger@truman.edu>
9728
9729 * calc/calc-units.el (math-standard-units): Add units, adjust
9730 symbols and update values.
9731 (math-unit-prefixes): Add more prefixes.
9732
9733 2005-10-19 Romain Francoise <romain@orebokech.com>
9734
9735 * bookmark.el (bookmark-menu-heading): New face.
9736 (bookmark-bmenu-list): Use it.
9737 Don't fiddle with `baud-rate' at top-level.
9738
9739 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9740
9741 * image.el (create-image, find-image): Mention max-image-size in
9742 docstring.
9743
9744 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9745
9746 * savehist.el (savehist-load): Revert to checking XEmacs.
9747
9748 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9749 Various docstring and line-width fixups.
9750 (conf-mode): Use cond.
9751 Set font-lock-defaults. Don't set comment-use-syntax.
9752
9753 2005-10-18 David Ponce <david@dponce.com>
9754
9755 * tree-widget.el (tree-widget-button-click): New function.
9756 (tree-widget-button-keymap): Use it.
9757
9758 2005-10-18 Romain Francoise <romain@orebokech.com>
9759
9760 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9761 (bookmark-bmenu-hide-filenames): Add follow-link property.
9762 Improve help-echo text.
9763
9764 * ffap.el (find-file-at-point): Doc fix.
9765
9766 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9767
9768 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9769
9770 2005-10-18 Masatake YAMATO <jet@gyve.org>
9771
9772 Install to the CVS repository what I forgot to install in my
9773 2005-10-16 changes.
9774
9775 * progmodes/python.el (python-complete-symbol): Pass the common
9776 prefix substring of completion to `display-completion-list'.
9777
9778 * textmodes/org.el (org-complete): Ditto.
9779
9780 2005-10-18 Masatake YAMATO <jet@gyve.org>
9781
9782 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9783
9784 * woman.el (WoMan-xref-man-page): New button type derived
9785 from `Man-abstract-xref-man-page'.
9786 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9787
9788 * man.el (Man-abstract-xref-man-page): New button type.
9789 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9790 (Man-highlight-references): Add new optional argument `xref-man-type'.
9791
9792 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9793
9794 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9795
9796 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9797
9798 * cus-edit.el (Custom-move-and-invoke): Delete.
9799 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9800
9801 * wid-edit.el (widget-move-and-invoke): New function, from
9802 Custom-move-and-invoke.
9803
9804 2005-10-17 Bill Wohler <wohler@newt.com>
9805
9806 Move all remaining images from lisp/toolbar to etc/images, move
9807 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9808 the low resolution images in their own directory (low-color).
9809
9810 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9811 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9812 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9813 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9814 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9815 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9816 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9817
9818 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9819 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9820 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9821 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9822 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9823 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9824 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9825 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9826 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9827 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9828 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9829 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9830 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9831 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9832 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9833
9834 To conform with convention, replace the underscore (_) in the
9835 following image names with dash (-) or (/) as appropriate.
9836
9837 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9838 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9839 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9840 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9841 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9842 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9843 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9844 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9845 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9846 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9847 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9848 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9849 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9850 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9851 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9852
9853 * info.el (info-tool-bar-map): Replace underscores in image names
9854 with dashes.
9855
9856 * makefile.w32-in (WINS): Remove toolbar.
9857
9858 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9859
9860 * tool-bar.el: Move to lisp from toolbar. Now that
9861 toolbar is empty, it should be deleted when folks run "cvs up -P".
9862
9863 2005-10-18 Jay Belanger <belanger@truman.edu>
9864
9865 * calc/calc-store.el (calc-store-into): Get the proper variable name
9866 to display in message.
9867
9868 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9869
9870 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9871 expressions display in speedbar for all buffers when debugging.
9872 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9873
9874 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9875 (speedbar-insert-button, speedbar-make-button):
9876 Use add-text-properties.
9877 (speedbar-update-localized-contents)
9878 (speedbar-update-directory-contents)
9879 (speedbar-update-special-contents): Use dolist.
9880 (speedbar-buffer-easymenu-definition): Add a menu separator.
9881
9882 2005-10-17 Jason Rumney <jasonr@gnu.org>
9883
9884 * makefile.w32-in: Use $(lisp) consistently.
9885 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9886 for shell specific generation of mh-autoloads.
9887
9888 2005-10-17 Richard M. Stallman <rms@gnu.org>
9889
9890 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9891
9892 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9893
9894 * jit-lock.el (jit-lock-fontify-now):
9895 Move jit-lock-context-unfontify-pos to avoid wasted work.
9896
9897 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9898
9899 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9900 `tramp-completion-mode' for checking if we are in completion mode.
9901 (tramp-completion-handle-file-name-all-completions): Reorder code
9902 in order to complete for file names only in case there are no
9903 method/user/host completions. This is necessary for cooperation
9904 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9905
9906 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9907
9908 * longlines.el (longlines-search-forward)
9909 (longlines-search-backward): Match any number of spaces.
9910
9911 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9912
9913 * diff-mode.el (diff-mode): Doc fix.
9914
9915 2005-10-16 David Reitter <david.reitter@gmail.com>
9916
9917 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9918 as default on darwin and windows systems.
9919
9920 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9921
9922 * arc-mode.el (archive-zip-extract): Doc fix.
9923
9924 2005-10-16 Romain Francoise <romain@orebokech.com>
9925
9926 * mouse.el (mouse-1-click-follows-link): Doc fix.
9927
9928 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9929
9930 * savehist.el: Don't require CL at runtime.
9931 (savehist-xemacs): Remove.
9932 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9933 (savehist-no-conversion): Use (featurep 'xemacs).
9934 (savehist-load): Check existence of start-itimer rather than XEmacs.
9935 Use an idle timer.
9936 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9937 `delete-if-not'.
9938
9939 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
9940
9941 * savehist.el: Newer version.
9942 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9943 (savehist-last-checksum, savehist-no-conversion): New vars.
9944 (savehist-autosave, savehist-process-for-saving, savehist-printable):
9945 New functions.
9946 (savehist-load, savehist-save): Use them.
9947 (savehist-delimit): Remove.
9948
9949 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9950
9951 * progmodes/compile.el (compilation-goto-locus): Display the
9952 compilation buffer first and the source buffer second, in case they're
9953 in overlapping frames. Don't raise the compilation frame if it was the
9954 selected window upon entry. Pass the `other-window' arg to
9955 pop-to-buffer.
9956
9957 * info.el (Info-fontify-node): Use dolist.
9958 Change add-text-properties to put-text-property.
9959
9960 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9961
9962 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9963 bound of search.
9964
9965 2005-10-16 Masatake YAMATO <jet@gyve.org>
9966
9967 * dabbrev.el (dabbrev-completion): Pass the common
9968 prefix substring of completion to `display-completion-list'.
9969
9970 * filecache.el (file-cache-minibuffer-complete)
9971 (file-cache-complete): Ditto.
9972
9973 * tempo.el (tempo-display-completions): Ditto.
9974
9975 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9976
9977 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9978
9979 * eshell/em-hist.el (eshell-list-history): Ditto.
9980
9981 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9982
9983 * mail/mailalias.el (mail-complete): Ditto.
9984
9985 * progmodes/etags.el (complete-tag): Ditto.
9986
9987 * progmodes/make-mode.el (makefile-complete): Ditto.
9988
9989 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9990
9991 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9992
9993 * progmodes/pascal.el (pascal-complete-word)
9994 (pascal-show-completions): Ditto.
9995
9996 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9997
9998 * simple.el (completion-common-substring): New variable.
9999 (completion-setup-function): Use `completion-common-substring'
10000 to put faces.
10001
10002 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10003
10004 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
10005 (x-get-selection, mac-select-convert-to-string): Convert from/to
10006 UTF-16 clipboard data as in native byte order, no BOM.
10007
10008 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
10009
10010 * progmodes/gud.el (gud-tool-bar-map): Rename the images
10011 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
10012 (gud-sentinel): Use speedbar-frame to check for speedbar.
10013
10014 2005-10-15 Richard M. Stallman <rms@gnu.org>
10015
10016 * savehist.el: New file.
10017
10018 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
10019
10020 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
10021 Fix bug in \bf fontification.
10022
10023 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
10024
10025 * pcvs.el (cvs-edit-log-files): New var.
10026 (cvs-mode-edit-log): New arg `file'.
10027 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
10028 Instead force the use of the original file and nothing else.
10029 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
10030 the cvs-minor-wrap-function is set.
10031 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
10032
10033 2005-10-14 Bill Wohler <wohler@newt.com>
10034
10035 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
10036 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
10037 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
10038 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
10039 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
10040 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
10041 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
10042 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
10043 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
10044 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
10045 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
10046 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
10047 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
10048 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
10049 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
10050
10051 * progmodes/gud.el (gud-tool-bar-map): Rename the images
10052 appropriately (for example, gud-break to gud/break).
10053
10054 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
10055
10056 * longlines.el (longlinges-search-function)
10057 (longlines-search-forward, longlines-search-backward): New functions.
10058 (longlines-mode): Set isearch-search-fun-function to
10059 longlinges-search-function.
10060
10061 * mouse.el (mouse-drag-region-1): Handle the case where a
10062 double-click event is bound to an arbitrary function.
10063
10064 2005-10-14 David Ponce <david@dponce.com>
10065
10066 * recentf.el (recentf-track-opened-file)
10067 (recentf-track-closed-file, recentf-update-menu)
10068 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
10069 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
10070 mouse-1-click-follows-link.
10071
10072 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10073
10074 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
10075 Gnome file-manager.png. Suggested by
10076 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
10077
10078 * toolbar/README: Add diropen.xpm.
10079
10080 2005-10-13 Bill Wohler <wohler@newt.com>
10081
10082 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
10083 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
10084
10085 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10086
10087 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10088 Don't waste the byte-compiler's time on constant data.
10089
10090 2005-10-13 Kenichi Handa <handa@m17n.org>
10091
10092 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
10093 byte with `escape-glyph' face.
10094
10095 * international/fontset.el (ccl-encode-unicode-font):
10096 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
10097 Handle the case that ucs-mule-to-mule-unicode translates a character to
10098 ASCII (usually for IPA characters).
10099
10100 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10101
10102 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
10103 Don't hide the underline of titles if font-lock-mode is disabled.
10104
10105 2005-10-12 Bill Wohler <wohler@newt.com>
10106
10107 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
10108 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10109 files in MH-E-SRC have been updated.
10110 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
10111
10112 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10113
10114 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
10115 (mixal-mode-syntax-table): Add \n as end-comment.
10116 (mixal-operation-codes-alist): Immediately initialize to full value.
10117 (mixal-add-operation-code): Remove.
10118 (mixal-describe-operation-code): Make the arg non-optional.
10119 Use the interactive spec instead.
10120 Use mixal-operation-codes-alist rather than mixal-operation-codes.
10121 (mixal-font-lock-keywords): Don't highlight comments here any more.
10122 (mixal-font-lock-syntactic-keywords): New var.
10123 (mixal-mode): Use it. Fix comment-start-skip.
10124
10125 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10126
10127 * startup.el (command-line-x-option-alist): -nb => -nbi
10128
10129 2005-10-12 Kim F. Storm <storm@cua.dk>
10130
10131 * startup.el (fancy-splash-default-action): Discard mouse click in
10132 the splash screen window, as it has no sensible meaning in the
10133 next window to be selected. Fixes error reported by Jan D.
10134
10135 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10136
10137 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
10138
10139 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10140
10141 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
10142 Try to fix up minor layout issues like indentation, line break, etc...
10143 (mixal-mode-syntax-table): Don't try to specify comment syntax,
10144 because it doesn't work.
10145 (mixal-operation-codes): Add some more codes.
10146 (mixal-font-lock-keywords): Process comments here.
10147 (mixal-mode): mixasm no longer needs -g option.
10148
10149 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
10150
10151 * progmodes/sh-script.el (sh-tmp-file):
10152 Use mktemp -t. Finish support for es and rc shells.
10153
10154 2005-10-11 Jay Belanger <belanger@truman.edu>
10155
10156 * calc/calcalg2.el (calc-integral): With an argument, compute the
10157 definite integral.
10158
10159 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
10160
10161 * mouse.el (mouse-drag-region-1): Don't try to catch a
10162 double-click when doing follow-link (it's overridden anyway).
10163
10164 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
10165
10166 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
10167 (autoload-print-form-outbuf): Add docstring.
10168
10169 2005-10-11 Juri Linkov <juri@jurta.org>
10170
10171 * info.el (Info-mode-menu): Delete menu item "Edit".
10172 (Info-mode): Delete description of Info-edit from docstring,
10173 and rearrange descriptions of Info commands in the order
10174 they are documented in the Info manual.
10175
10176 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10177
10178 * calendar/appt.el (appt-check): Use diary-selective-display var.
10179
10180 2005-10-10 Richard M. Stallman <rms@gnu.org>
10181
10182 * net/newsticker.el (newsticker-start, newsticker-show-news):
10183 Add autoload cookies.
10184
10185 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
10186
10187 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
10188
10189 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
10190
10191 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
10192
10193 2005-10-10 Jay Belanger <belanger@truman.edu>
10194
10195 * calc/calc-arith.el (math-check-known-scalarp)
10196 (math-check-known-matrixp): Check the values of arguments that are
10197 variables.
10198 (math-check-known-square-matrixp): New function.
10199 (math-known-square-matrixp): Use math-check-known-square-matrixp.
10200 (math-super-types): Add sqmatrix type.
10201
10202 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
10203 mode name `square' to `sqmatrix'.
10204
10205 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
10206 mode name `square' to `sqmatrix'.
10207
10208 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10209
10210 * progmodes/etags.el (select-tags-table-mode): Don't use
10211 selective-display.
10212 (tags-select-tags-table): Pass `button' to the action function.
10213 (select-tags-table): Place the side-info on button properties rather
10214 than in hidden text. Abbreviate file names.
10215 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
10216 (select-tags-table-select): Add `button' argument.
10217 Get side-info from the button property rather than from hidden text.
10218
10219 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
10220
10221 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
10222 (gud-speedbar-buttons): Preserve point if possible.
10223 (gud-sentinel): Restore previous speedbar display type.
10224
10225 * progmodes/gdb-ui.el (gdba): Improve diagram.
10226 (def-gdb-auto-update-handler, gdb-info-locals-handler)
10227 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
10228 Call get-buffer-window once.
10229
10230 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10231
10232 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
10233 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
10234 (pascal-indent-command): Remove unused var `ind'.
10235 (pascal-indent-case): Remove unused var `oldpos'.
10236 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
10237 since it's now used as a proper minor mode map.
10238 (pascal-outline): Rename to pascal-outline-mode.
10239 (pascal-outline-mode): Use define-minor-mode.
10240 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
10241 selective-display.
10242
10243 2005-10-10 Andreas Schwab <schwab@suse.de>
10244
10245 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
10246 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
10247
10248 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
10249 outside source directory.
10250
10251 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
10252
10253 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
10254 C-x' as a prefix.
10255 (orgtbl-mode-map): Full keymap instead of sparse, because all
10256 `self-insert-command' keys are redefined in this map.
10257 (org-export-as-html): Specify charset for HTML file, by taking it
10258 from the coding system.
10259
10260 2005-10-10 Kenichi Handa <handa@m17n.org>
10261
10262 * textmodes/flyspell.el (flyspell-check-word-p):
10263 If unread-command-events is non-empty, don't call sit-for.
10264
10265 2005-10-09 Richard M. Stallman <rms@gnu.org>
10266
10267 * font-lock.el (font-lock-syntactic-keywords)
10268 (font-lock-keywords): Doc fixes.
10269
10270 * textmodes/flyspell.el (flyspell-external-point-words):
10271 Simplify logic, and don't try to check for consecutive appearances
10272 of one incorrect word.
10273
10274 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
10275
10276 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10277 separator.
10278
10279 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
10280 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
10281 (gud-expansion-speedbar-buttons): New function.
10282 (gud-speedbar-buttons): Check for gud-comint-buffer.
10283
10284 2005-10-09 Bill Wohler <wohler@newt.com>
10285
10286 * Makefile.in (updates): Add mh-loaddefs dependency.
10287
10288 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
10289
10290 * speedbar.el (speedbar-file-key-map): Fix typo.
10291
10292 2005-10-09 Daniel Brockman <daniel@brockman.se>
10293
10294 * cus-start.el (line-spacing): Add custom spec.
10295
10296 2005-10-09 Romain Francoise <romain@orebokech.com>
10297
10298 * textmodes/ispell.el (ispell-check-version): Fix last change.
10299
10300 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10301
10302 * term/x-win.el: Remove -i, --icon-type from comment.
10303
10304 * startup.el (command-line-x-option-alist): Remove options -i,
10305 -itype, --icon-type, added -nb, --no-bitmap-icon
10306
10307 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
10308
10309 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10310 instead of :active.
10311
10312 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
10313
10314 * textmodes/ispell.el (ispell-check-version):
10315 Ignore hyphen, and all that follows, in aspell's version text.
10316
10317 2005-10-08 Jay Belanger <belanger@truman.edu>
10318
10319 * calc/calc-arith.el (math-known-square-matrixp): New function.
10320 (math-pow-fancy): Check for matrices before distributing exponent
10321 across products.
10322
10323 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10324 fullscreen keypad. Suggested by Luc Teirlinck.
10325 (calc-keypad-show-input): Add space for formatting.
10326
10327 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10328 Add square matrix option.
10329
10330 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10331 of checking calc-matrix-mode when deciding how to expand.
10332
10333 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10334
10335 2005-10-08 Lars Hansen <larsh@soem.dk>
10336
10337 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10338 Add error handling.
10339 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10340
10341 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10342
10343 Sync with Tramp 2.0.51.
10344
10345 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10346 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10347 Insert special handling for `last-coding-system-used', again
10348 it still seems to be necessary (unlike stated before).
10349 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10350 (tramp-password-prompt-regexp): There might be other words before
10351 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10352 (tramp-chunksize): Improve docstring.
10353 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10354 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10355 Christian Joergensen <bugs@razor.dk>.
10356
10357 2005-10-07 Glenn Morris <rgm@gnu.org>
10358
10359 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10360 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10361 precision'.
10362
10363 2005-10-07 Romain Francoise <romain@orebokech.com>
10364
10365 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10366 (ibuffer-do-shell-command-pipe-replace)
10367 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10368 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10369 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10370 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10371 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10372 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10373 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10374 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10375 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10376 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10377 Autoload file sans suffix.
10378
10379 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10380
10381 2005-10-07 David Ponce <david@dponce.com>
10382
10383 * recentf.el (recentf-menu-open-all-flag): New option.
10384 (recentf-digit-shortcut-command-name): New function.
10385 (recentf--shortcuts-keymap): New variable.
10386 (recentf-menu-shortcuts): New variable.
10387 (recentf-make-menu-items): Initialize it. Replace the "More..."
10388 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10389 (recentf-menu-value-shortcut): New function.
10390 (recentf-make-menu-item): Use it. No more in-lined.
10391 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10392 (recentf-open-most-recent-file): Rename from
10393 `recentf-open-file-with-key'. Don't depend on key binding.
10394 (recentf-mode-map): New variable.
10395 (recentf-mode): Use it.
10396
10397 2005-10-06 Bill Wohler <wohler@newt.com>
10398
10399 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10400
10401 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10402 (MH-E-SRC): New. Used by mh-autoloads.
10403 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10404 files in MH-E-SRC have been updated.
10405 (compile, recompile, bootstrap): Depend on mh-autoloads.
10406
10407 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10408
10409 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10410 gud-break and gud-remove icons when the fringe is not available.
10411
10412 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10413 Typo.
10414
10415 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10416
10417 * play/zone.el (zone): Wrap body with save-window-excursion.
10418
10419 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10420
10421 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10422 Use the new `list-only' arg to diary-list-entries.
10423
10424 * calendar/diary-lib.el: Use overlays rather than selective-display.
10425 (diary-selective-display): New var.
10426 (diary-header-line-format): Use it.
10427 (diary-list-entries): Add argument `list-only'.
10428 Put the buffer in diary-mode. Don't add \^M at beg and end.
10429 Replace \^M by invisible overlays.
10430 (diary-unhide-everything): Replace \^M by invisible overlays.
10431 (print-diary-entries): Look for overlays rather than \^M.
10432 Add a space to the temp buffer name.
10433 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10434 Put the buffer in diary-mode.
10435 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10436 (diary-anniversary): Make the year arg optional.
10437 (diary-time-regexp): New const.
10438 (diary-font-lock-keywords): Use it to accept a few more time formats.
10439
10440 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10441
10442 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10443
10444 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10445 Fix bug introduced 2005-07-03: Use (car (last ...))
10446 to faithfully reproduce replaced artist-last.
10447 (artist-set-arrow-points-for-poly): Likewise.
10448 Suggested by Johan Bockg\e,Ae\e(Brd.
10449
10450 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10451
10452 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10453 * wid-edit.el (widget):
10454 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10455 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10456
10457 2005-10-06 Kenichi Handa <handa@m17n.org>
10458
10459 * international/mule-cmds.el (set-language-environment):
10460 Fix setting up of case-table for unibyte mode.
10461
10462 * simple.el (what-cursor-position): If the character is displayed
10463 by some `display' text property, show that. Don't use
10464 single-key-description for eight-bit characters in multibyte mode.
10465
10466 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10467
10468 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10469 (gdb-ann3): Set it.
10470 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10471 (gdb-info-frames-custom): Use inverse-video for first five
10472 characters of selected frame only.
10473 (gdb-get-frame-number): Select frame even when point is on frame
10474 number.
10475
10476 2005-10-06 Masatake YAMATO <jet@gyve.org>
10477
10478 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10479 Put `font-lock-function-name-face'.
10480 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10481 and `font-lock-variable-name-face'
10482 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10483 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10484 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10485 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10486 (gdb-local-font-lock-keywords): New font lock keywords definition.
10487 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10488 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10489 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10490
10491 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10492
10493 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10494 (ediff-merge-region-is-non-clash-to-skip): Previously called
10495 ediff-merge-region-is-non-clash.
10496
10497 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10498 Use insert-buffer-substring.
10499
10500 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10501 selecting files to patch. Also bug fixes.
10502
10503 * ediff-util.el (ediff-setup): Bug fix.
10504 (ediff-next-difference): Never skip clashes that differ in white
10505 space only.
10506
10507 * ediff-wind.el (ediff-setup-control-frame)
10508 (ediff-destroy-control-frame): Check the menubar feature.
10509
10510 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10511 (viper-refresh-mode-line): Use make-local-variable to localize
10512 some vars instead of make-variable-buffer-local. Suggested by
10513 Stefan Monnier.
10514
10515 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10516 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10517 Use make-local-variable instead of make-variable-buffer-local.
10518 Suggested by Stefan Monnier.
10519
10520 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10521 (viper-comint-mode-hook): Use make-local-variable on
10522 require-final-newline.
10523 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10524
10525 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10526
10527 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10528 also the second char of a comment-start sequence.
10529 (scheme-sexp-comment-syntax-table): New var.
10530 (lambda, define): Set their scheme-doc-string-elt property.
10531 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10532 Use lisp-font-lock-syntactic-face-function now that it properly
10533 handles |...| symbols.
10534 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10535 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10536
10537 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10538 bit from # to |.
10539 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10540
10541 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10542 (lisp-doc-string-elt-property): New var.
10543 (lisp-font-lock-syntactic-face-function): Use it.
10544 Rewrite to recognize docstrings even for forms not at toplevel.
10545
10546 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10547 annotation on the | part of #| rather than on the # part.
10548 (scheme-font-lock-syntactic-face-function): New function, to
10549 distinguish strings from |...| symbols.
10550 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10551 syntax-table so that #|...|# is properly highlighted.
10552
10553 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10554 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10555
10556 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10557
10558 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10559 and C-e.
10560
10561 * emacs-lisp/eldoc.el: Move comments into docstrings.
10562 (eldoc-message-commands): Initialize in its declaration.
10563 Add move-beginning-of-line and move-end-of-line.
10564 (eldoc-add-command, eldoc-add-command-completions)
10565 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10566
10567 * outline.el (outline-mark-subtree): Activate the mark.
10568
10569 * calendar/appt.el (appt-time-regexp): New var.
10570 (appt-add, appt-make-list): Use it.
10571 (appt-convert-time): Clean up.
10572
10573 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10574 Don't set any syntax-table property here.
10575 (tex-font-lock-verb): New function. Do it here.
10576 (tex-font-lock-syntactic-keywords): Use it.
10577
10578 2005-10-04 Richard M. Stallman <rms@gnu.org>
10579
10580 * wid-edit.el (widget-file-complete): Get the widget start point
10581 the right way. Default directory to `/' if file has none.
10582
10583 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10584
10585 * textmodes/flyspell.el (flyspell-mode-on):
10586 Call ispell-maybe-find-aspell-dictionaries.
10587
10588 * textmodes/ispell.el (ispell-word, ispell-region):
10589 Call ispell-maybe-find-aspell-dictionaries.
10590 (ispell-accept-buffer-local-defs):
10591 Don't call ispell-maybe-find-aspell-dictionaries
10592
10593 2005-10-04 Richard M. Stallman <rms@gnu.org>
10594
10595 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10596
10597 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10598
10599 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10600 instead of `fboundp' in order to allow for anonymous functions.
10601
10602 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10603
10604 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10605 case the user clicks on the link while another window is selected.
10606 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10607
10608 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10609 functionality.
10610 (dframe-help-echo): Save point in case mouse tracking is off.
10611
10612 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10613
10614 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10615
10616 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10617
10618 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10619 not change the global value of those vars.
10620
10621 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10622 make-local-variable which we do not need any more.
10623
10624 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10625
10626 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10627 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10628 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10629 (speedbar-path-line): Define obsolete aliases.
10630 (speedbar-line-directory): Doc fix.
10631
10632 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10633 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10634 instead of speedbar-line-path.
10635
10636 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10637
10638 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10639 to nil if dropping on a window. Handle dropping on a minibuffer window
10640 like dropping on a non-window part of Emacs.
10641
10642 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10643
10644 * net/ange-ftp.el: Use with-current-buffer.
10645 (ange-ftp-insert-directory): Do not follow symlinks any more.
10646
10647 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10648 Remove interactive spec.
10649
10650 2005-10-03 Kim F. Storm <storm@cua.dk>
10651
10652 * ido.el (ido-mode): Use custom-initialize-set.
10653
10654 2005-10-02 Richard M. Stallman <rms@gnu.org>
10655
10656 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10657 Use insert-buffer-substring.
10658
10659 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10660 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10661
10662 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10663
10664 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10665 in last change.
10666 (ange-ftp-insert-directory): Fix up the search for the case where
10667 `file' is absolute.
10668
10669 2005-10-02 Romain Francoise <romain@orebokech.com>
10670
10671 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10672
10673 2005-10-02 Andreas Schwab <schwab@suse.de>
10674
10675 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10676 directory component in the session info.
10677
10678 2005-10-01 Richard M. Stallman <rms@gnu.org>
10679
10680 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10681
10682 * simple.el (next-error-internal): New function.
10683
10684 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10685 (compilation-start): Pass new arg to compilation-buffer-name.
10686 (compile-goto-error): Use next-error-internal.
10687
10688 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10689
10690 * speedbar.el: Remove RCS tag.
10691 (speedbar-check-read-only): Handle non-existent files.
10692
10693 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10694
10695 * info.el (Info-speedbar-hierarchy-buttons)
10696 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10697
10698 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10699
10700 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10701 Do not match newline.
10702 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10703 (bibtex-summary): Remove unnecessary save-excursion.
10704 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10705
10706 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10707
10708 * term/mac-win.el: Add charset info for "iso10646-1".
10709 Modify default fontset to use ATSUI-compatible fonts for some charsets
10710 if available.
10711
10712 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10713
10714 * speedbar.el: Re-apply arch tag.
10715 (speedbar-version): Rename to version 1.0. Suggested by Eric
10716 M. Ludlam.
10717 Reapply two changes from Emacs CVS' version of speedbar lost
10718 during the merge:
10719 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10720 (speedbar-frame-parameters): Improve customize type.
10721
10722 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10723
10724 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10725 (ange-ftp-file-directory-p): Fix the symlink case.
10726 (ange-ftp-insert-directory): When listing a single file, get a list of
10727 the parent buffer and extract the relevant line. Inspired from a patch
10728 by Katsumi Yamaoka <yamaoka@jpl.org>.
10729 (ange-ftp-file-name-sans-versions): Simplify.
10730
10731 2005-09-30 Bill Wohler <wohler@newt.com>
10732
10733 Move MH-E image files from toolbar and mail directories into
10734 etc/images.
10735
10736 * mail/reply2.*: Move to etc/images/mail/reply*.
10737
10738 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10739 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10740 etc/images.
10741
10742 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10743 * toolbar/reply*: Move to etc/images/mail.
10744
10745 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10746
10747 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10748
10749 * speedbar.el: New version 1.0pre3.
10750
10751 Frame management code (including timer, and mouse click specifics)
10752 moved to dframe.el:
10753 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10754 (speedbar-timer): Removed. Use dframe-timer.
10755 (speedbar-close-frame): Removed. Use dframe-close-frame.
10756 (speedbar-activity-change-focus-flag): Removed. Use
10757 dframe-activity-change-focus-flag.
10758 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10759 dframe-update-speed.
10760
10761 (speedbar-current-frame): New macro. Use this instead of the
10762 variable speedbar-frame.
10763
10764 (speedbar-use-images, speedbar-expand-image-button-alist)
10765 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10766
10767 (speedbar-find-image-on-load-path): Removed. Replaced by
10768 defezimage in ezimage.el.
10769 (speedbar-expand-image-button-alist): Removed. Replaced by
10770 ezimage-expand-image-button-alist in ezimage.el.
10771
10772 (speedbar-ignored-directory-regexp)
10773 (speedbar-add-ignored-directory-regexp)
10774 (speedbar-ignored-directory-expressions)
10775 (speedbar-line-directory, speedbar-buffers-line-directory)
10776 (speedbar-directory-line, speedbar-buffers-line-directory):
10777 Renamed, replacing `path' with `directory'.
10778
10779 (speedbar-create-directory, speedbar-expand-line-descendants)
10780 (speedbar-toggle-line-expansion)
10781 (speedbar-contract-line-descendants): New commands.
10782
10783 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10784 (speedbar-use-tool-tips-flag): New options.
10785
10786 (speedbar-check-read-only, speedbar-require-version)
10787 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10788 (speedbar-handle-delete-frame, speedbar-try-completion)
10789 (speedbar-update-localized-contents): New functions.
10790
10791 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10792 (speedbar-object-read-only-indicator): New variables.
10793
10794 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10795 New hooks.
10796
10797 (speedbar-separator-face): New face.
10798
10799 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10800 (speedbar-ignored-modes): Add fundamental-mode.
10801 (speedbar-directory-unshown-regexp): Add . directories.
10802
10803 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10804 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10805 `]' for full expand/close.
10806 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10807
10808 (speedbar-check-vc): Support hidden files.
10809 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10810 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10811 state is nil, it is not checked out.
10812
10813 (speedbar-line-text, speedbar-line-token): Support expand buttons
10814 with no text.
10815 (speedbar-refresh): Universal argument acts as power-click.
10816 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10817 that buffer to get variable values.
10818
10819 And many other bugfixes.
10820
10821 * dframe.el, ezimage.el, sb-image.el: New files.
10822
10823 * sb-*.xpm: Remove files. New image files installed into
10824 etc/images/ezimage.
10825
10826 2005-09-30 Kenichi Handa <handa@m17n.org>
10827
10828 * ps-mule.el (ps-mule-show-warning): If a character is in
10829 ps-print-translation-table, don't treat it as non-printable.
10830
10831 2005-09-30 David Ponce <david@dponce.com>
10832
10833 * tree-widget.el (tree-widget-themes-load-path): New variable.
10834 (tree-widget-themes-directory): Doc fix.
10835 (tree-widget-image-formats) [Emacs]: Doc fix.
10836 (tree-widget--locate-sub-directory): New function.
10837 (tree-widget-themes-directory): Use it.
10838
10839 * recentf.el (recentf-filename-handlers): Rename from
10840 `recentf-filename-handler'. Allow a list of functions.
10841 (recentf-menu-items-for-commands): Fix :help strings.
10842 (recentf-apply-filename-handlers): New function.
10843 (recentf-expand-file-name): Use it.
10844 (recentf-cleanup): Remove duplicates too.
10845
10846 2005-09-29 Juri Linkov <juri@jurta.org>
10847
10848 * faces.el: Rearrange face definitions to be in the same order as
10849 their face descriptions in "(emacs)Standard Faces".
10850
10851 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10852
10853 * tooltip.el (tooltip): Add group `basic-faces'.
10854
10855 * buff-menu.el (Buffer-menu-buffer): Remove group
10856 `font-lock-highlighting-faces'.
10857
10858 * progmodes/compile.el (compilation-error, compilation-warning)
10859 (compilation-info, compilation-line-number, compilation-column-number):
10860 Change group from `font-lock-highlighting-faces' to `compilation'.
10861
10862 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10863 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10864 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10865 (vhdl-font-lock-reserved-words-face)
10866 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10867 `font-lock-highlighting-faces'.
10868
10869 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10870
10871 2005-09-28 Kim F. Storm <storm@cua.dk>
10872
10873 * emulation/cua-base.el: Set CUA move property on additional commands:
10874 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10875 forward-sexp, backward-sexp, forward-list, backward-list.
10876
10877 2005-09-28 Romain Francoise <romain@orebokech.com>
10878
10879 * comint.el (comint-show-output): Really set point at the
10880 beginning of the output when not using `comint-use-prompt-regexp'.
10881
10882 2005-09-27 Jay Belanger <belanger@truman.edu>
10883
10884 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10885 in TeX mode.
10886
10887 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10888
10889 * textmodes/org.el (org-table-sum): Fix format string.
10890
10891 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10892 Quote face names.
10893
10894 2005-09-26 Romain Francoise <romain@orebokech.com>
10895
10896 * isearch.el (isearch-forward-regexp): Close doc string.
10897
10898 2005-09-25 Richard M. Stallman <rms@gnu.org>
10899
10900 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10901
10902 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10903
10904 * progmodes/compile.el (compilation-error-properties):
10905 When getting the file from the previous error message,
10906 correctly decode the new data format.
10907
10908 * progmodes/cc-cmds.el (c-electric-paren):
10909 Call old-blink-paren only for close-paren.
10910
10911 2005-09-24 Andreas Schwab <schwab@suse.de>
10912
10913 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10914 condition.
10915
10916 2005-09-25 Romain Francoise <romain@orebokech.com>
10917
10918 * dired-aux.el (dired-copy-file-recursive):
10919 * dired.el (dired-delete-file):
10920 * ediff-mult.el (ediff-dir-diff-copy-file):
10921 * ediff-util.el (ediff-test-save-region):
10922 * forms.el (forms-mode):
10923 * ido.el (ido-file-internal, ido-delete-file-at-head):
10924 * log-edit.el (log-edit-done):
10925 * ses.el (ses-yank-resize):
10926 * play/gomoku.el (gomoku-human-plays, gomoku)
10927 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10928 (gomoku-offer-a-draw):
10929 * play/landmark.el (lm-human-resigns, lm):
10930 * net/eudcb-ldap.el (eudc-ldap-check-base):
10931 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10932 * progmodes/ebrowse.el (ebrowse-find-pattern):
10933 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10934 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10935 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10936
10937 * vc.el (vc-delete-file):
10938 * play/gomoku.el (gomoku-terminate-game, gomoku)
10939 (gomoku-prompt-for-move, gomoku-human-takes-back):
10940 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10941 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10942
10943 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10944
10945 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10946 color rxvt terminals by using the code xterm.el used to use before
10947 2005-04-09 in order to match the colors used by rxvt.
10948
10949 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10950
10951 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10952 colors rxvt-unicode terminals by using the same code as xterm.el.
10953
10954 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10955
10956 * textmodes/tex-mode.el (tex-font-lock-append-prop)
10957 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10958 new symbol used for the tex-verbatim face.
10959
10960 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10961
10962 * woman.el (woman-file-name):
10963 * wid-edit.el (widget-file-prompt-value)
10964 (widget-coding-system-prompt-value):
10965 * w32-fns.el (set-w32-system-coding-system):
10966 * vc.el (vc-version-diff, vc-annotate):
10967 * textmodes/reftex-auc.el (reftex-arg-cite)
10968 (reftex-arg-index-tag):
10969 * textmodes/refer.el (refer-get-bib-files):
10970 * textmodes/artist.el (artist-figlet-choose-font):
10971 * terminal.el (terminal-emulator):
10972 * replace.el (occur-read-primary-args):
10973 * rect.el (string-rectangle, string-insert-rectangle):
10974 * ps-print.el (ps-print-preprint):
10975 * progmodes/pascal.el (pascal-goto-defun):
10976 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10977 * progmodes/compile.el (compilation-find-file):
10978 * printing.el (pr-interactive-n-up):
10979 * play/animate.el (animate-birthday-present):
10980 * net/rcompile.el (remote-compile):
10981 * man.el (man, Man-goto-section, Man-follow-manual-reference):
10982 * mail/rmailsum.el (rmail-summary-search-backward)
10983 (rmail-summary-search):
10984 * mail/rmailout.el (rmail-output-read-rmail-file-name)
10985 (rmail-output-read-file-name):
10986 * mail/rmail.el (rmail-search, rmail-search-backwards):
10987 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10988 * locate.el (locate):
10989 * international/quail.el (quail-show-keyboard-layout):
10990 * international/mule.el (set-buffer-file-coding-system)
10991 (revert-buffer-with-coding-system, set-file-name-coding-system)
10992 (set-terminal-coding-system, set-keyboard-coding-system)
10993 (set-next-selection-coding-system):
10994 * international/mule-diag.el (describe-coding-system)
10995 (describe-font, describe-fontset):
10996 * international/mule-cmds.el (universal-coding-system-argument)
10997 (search-unencodable-char, describe-input-method)
10998 (set-language-environment, describe-language-environment):
10999 * international/codepage.el (codepage-setup):
11000 * international/code-pages.el (codepage-setup):
11001 * info.el (Info-search, Info-follow-reference)
11002 (Info-search-backward):
11003 * emacs-lisp/advice.el (ad-read-advised-function)
11004 (ad-read-advice-class, ad-clear-cache, ad-activate)
11005 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
11006 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
11007 (ad-read-regexp):
11008 * ediff-util.el (ediff-toggle-regexp-match):
11009 * ediff-ptch.el (ediff-prompt-for-patch-file):
11010 * dired-aux.el (dired-diff):
11011 * diff.el (diff):
11012 * cus-edit.el (custom-variable-prompt):
11013 * calendar/timeclock.el (timeclock-ask-for-project):
11014 * calc/calcalg3.el (calc-get-fit-variables):
11015 * calc/calc-store.el (calc-edit-variable)
11016 (calc-permanent-variable):
11017 * vc-mcvs.el (vc-mcvs-register):
11018 * shadowfile.el (shadow-define-literal-group):
11019 * woman.el (woman-file-name):
11020 * vc.el (vc-version-diff, vc-merge):
11021 * textmodes/reftex-index.el (reftex-index-complete-tag):
11022 * format.el (format-decode-buffer, format-decode-region):
11023 * emulation/viper-cmd.el (viper-read-string-with-history):
11024 * emacs-lisp/debug.el (cancel-debug-on-entry):
11025 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11026 * ediff.el (ediff-merge-revisions)
11027 (ediff-merge-revisions-with-ancestor, ediff-revision):
11028 * completion.el (interactive-completion-string-reader):
11029 * calc/calc-prog.el (calc-user-define-formula):
11030 Follow convention for reading with the minibuffer.
11031
11032 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
11033
11034 * progmodes/python.el (python-describe-symbol): Add globals() and
11035 locals() to the arguments of emacs.ehelp.
11036
11037 2005-09-24 Magnus Henoch <mange@freemail.hu>
11038
11039 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
11040 New function, code extracted from ispell-valid-dictionary-list.
11041 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
11042 Call it.
11043
11044 2005-09-24 Eli Zaretskii <eliz@gnu.org>
11045
11046 * subr.el (version-regexp-alist): Extend valid syntax for version
11047 strings: allow any of the characters -,_,+ to separate the
11048 alpha/beta/rc part from the version part. Doc fix.
11049 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
11050
11051 2005-09-23 David Reitter <david.reitter@gmail.com>
11052
11053 * mail/mailclient.el: New file.
11054
11055 2005-09-23 Richard M. Stallman <rms@gnu.org>
11056
11057 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
11058 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
11059 Doc fixes.
11060
11061 * progmodes/cc-mode.el (c-font-lock-init):
11062 Specify font-lock-lines-before.
11063
11064 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11065
11066 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
11067 whole conflict.
11068
11069 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
11070
11071 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
11072 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
11073 of `remap' feature when available. Additional key bindings for
11074 better tty support.
11075 (org-mode-restart, org-force-self-insert): New commands.
11076 (org-time-stamp-inactive): New command.
11077 (org-remap): New function.
11078 (org-table-auto-blank-field, org-level-color-stars-only): New options.
11079 (org-enable-fixed-width-editor): Move to `org-structure'
11080 customization group.
11081 (org-self-insert-command, orgtbl-self-insert-command): Modify to
11082 blank field after field motion commands.
11083
11084 2005-09-23 Kenichi Handa <handa@m17n.org>
11085
11086 * international/mule-cmds.el (set-language-environment):
11087 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
11088 have to call utf-translate-cjk-load-tables.
11089
11090 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11091
11092 * mouse.el (mouse-move-drag-overlay): Fix last change.
11093
11094 2005-09-22 David Ponce <david@dponce.com>
11095
11096 * tree-widget.el (tree-widget-value-create): Fix previous change.
11097
11098 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11099
11100 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
11101
11102 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11103
11104 * mouse.el (mouse-move-drag-overlay): New function.
11105 (mouse-drag-region-1): Use it.
11106 Try to simplify a bit the state handling. Handle clicks on links
11107 inside intangible areas.
11108 (mouse-save-then-kill): Minor simplification.
11109 (mouse-secondary-overlay): Make it always non-nil instead of
11110 recreating it each time.
11111 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
11112 (mouse-kill-secondary, mouse-secondary-save-then-kill):
11113 Simplify accordingly.
11114
11115 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11116
11117 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
11118
11119 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
11120
11121 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
11122 (ediff-file-name-sans-prefix): Treat nil as an empty string.
11123 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
11124 to patch.
11125
11126 * ediff-util.el: Use insert-buffer-substring.
11127
11128 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
11129
11130 * emulation/viper-cmd.el (viper-change-state): Don't move over the
11131 field boundaries in the minibuffer.
11132 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
11133 (viper-minibuffer-post-command-hook): New hook.
11134 (viper-line): Don't move cursor at bolp.
11135
11136 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
11137
11138 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
11139 avoid compiler warnings.
11140
11141 * emulation/viper-macs.el (ex-map): Better messages.
11142
11143 * emulation/viper-utils.el (viper-beginning-of-field): New function.
11144
11145 * emulation/viper.el: Replace make-variable-buffer-local with
11146 viper-make-variable-buffer-local everywhere, to avoid warnings.
11147
11148 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11149
11150 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
11151 Delete unused var `old-selected-window'.
11152 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
11153 (mouse-drag-secondary): Delete unused var `start-frame'.
11154
11155 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11156
11157 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
11158
11159 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11160
11161 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
11162 Re-indent within 80 columns. Use inhibit-read-only.
11163
11164 2005-09-19 Romain Francoise <romain@orebokech.com>
11165
11166 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
11167
11168 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11169
11170 * font-lock.el (font-lock-default-fontify-region): Don't add a line
11171 unconditionally, since the after-change-function already did it.
11172
11173 2005-09-19 Miles Bader <miles@gnu.org>
11174
11175 * net/newsticker.el: Get rid of CVS keyword.
11176
11177 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
11178
11179 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
11180 The prompt is formatted later.
11181
11182 2005-09-19 David Ponce <david@dponce.com>
11183
11184 * tree-widget.el (tree-widget-value-create): Save the converted
11185 tree :node widget.
11186
11187 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
11188
11189 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
11190 variable `message'.
11191
11192 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
11193
11194 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
11195 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
11196 <slawomir.nowaczyk.847@student.lu.se>.
11197
11198 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
11199
11200 * image.el (image-load-path): Use symbol `data-directory' instead
11201 of its value, for backward compatibility with packages that bind
11202 it during `find-image'. Suggested by Katsumi Yamaoka.
11203 (image-search-load-path): Handle symbols whose values are strings.
11204
11205 2005-09-18 Romain Francoise <romain@orebokech.com>
11206
11207 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
11208 with-current-buffer form in save-excursion.
11209
11210 2005-09-18 D Goel <deego@gnufans.org>
11211
11212 * apropos.el (apropos-command): Fix `message' call: first arg
11213 should be a format spec. In this and all other cases that appear
11214 below and elsewhere in the source code, I made a change only when
11215 two conditions were satisfied: [1] I can think of a possibility
11216 that the arguments would cause an error, for example, the code in
11217 question relies on external variables such as filenames. [2] I
11218 was sure that the arg to `message' could not have been nil in the code.
11219
11220 * textmodes/tildify.el (tildify-region): Ditto.
11221
11222 * textmodes/reftex-index.el (reftex-index-change-entry)
11223 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
11224 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
11225 * textmodes/org.el (org-complete, org-deadline, org-schedule)
11226 (org-priority, org-table-sum):
11227 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
11228 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
11229 (flyspell-word, flyspell-display-next-corrections):
11230 * textmodes/bibtex.el (bibtex-print-help-message):
11231 * textmodes/artist.el (artist-key-set-point-poly):
11232 * term/mac-win.el (mac-services-insert-text):
11233 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
11234 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
11235 (vhdl-port-paste-testbench, vhdl-compose-new-component)
11236 (vhdl-compose-configuration):
11237 * progmodes/sh-script.el (sh-blink, sh-show-indent)
11238 (sh-set-indent, sh-learn-line-indent):
11239 * progmodes/ps-mode.el (ps-mode-target-column):
11240 * progmodes/idlwave.el (idlwave-make-tags)
11241 (idlwave-scan-library-catalogs):
11242 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
11243 * progmodes/gud.el (gud-jdb-analyze-source):
11244 * progmodes/flymake.el (flymake-log):
11245 * progmodes/ebnf2ps.el (ebnf-generate-region):
11246 * progmodes/cmacexp.el (c-macro-expansion):
11247 * progmodes/ada-xref.el (ada-treat-cmd-string):
11248 * progmodes/ada-mode.el (ada-create-case-exception-substring)
11249 (ada-justified-indent-current, ada-batch-reformat):
11250 * play/zone.el (zone):
11251 * play/landmark.el (lm-move):
11252 * play/decipher.el (decipher-show-alphabet):
11253 * net/newsticker.el (newsticker--display-jump)
11254 (newsticker--display-scroll):
11255 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
11256 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
11257 * mail/feedmail.el (feedmail-dump-message-to-queue):
11258 * eshell/esh-proc.el (eshell-remove-process-entry):
11259 * emulation/ws-mode.el (ws-last-error):
11260 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
11261 (viper-record-kbd-macro):
11262 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
11263 * emacs-lisp/lisp-mnt.el (lm-report-bug):
11264 * emacs-lisp/find-func.el (find-function-noselect):
11265 * calendar/timeclock.el (timeclock-status-string)
11266 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
11267 (timeclock-when-to-leave-string):
11268 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
11269 * calc/calc-units.el (calc-enter-units-table):
11270 * calc/calc-mode.el (calc-mode-record-mode):
11271 * woman.el (woman-mini-help):
11272 * wdired.el (wdired-change-to-wdired-mode):
11273 * vc.el (vc-retrieve-snapshot):
11274 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
11275 * startup.el (display-startup-echo-area-message):
11276 * simple.el (set-goal-column):
11277 * ses.el (ses-command-hook, ses-recalculate-cell):
11278 * server.el (server-process-filter):
11279 * printing.el (pr-interface-txt-print, pr-interface-printify)
11280 (pr-interface-ps):
11281 * pcvs.el (cvs-help):
11282 * log-edit.el (log-edit, log-edit-mode-help):
11283 * iswitchb.el (iswitchb-possible-new-buffer):
11284 * isearch.el (isearch-edit-string):
11285 * image-mode.el (image-mode, image-minor-mode):
11286 * ibuf-macs.el (define-ibuffer-filter):
11287 * hi-lock.el (hi-lock-find-patterns):
11288 * files.el (toggle-read-only):
11289 * ediff-util.el (ediff-copy-diff)
11290 (ediff-write-merge-buffer-and-maybe-kill):
11291 * echistory.el (Electric-history-undefined):
11292 * dnd.el (dnd-insert-text):
11293 * dired-aux.el (dired-query):
11294 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11295 * bookmark.el (bookmark-bmenu-locate):
11296 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11297 Fix `message' calls to ensure first arg is a format string.
11298 The change was made only when these two conditions were satisfied:
11299 [1] when there is a possibility that the arguments would cause an error
11300 for example, if the code in question relies on external variables
11301 such as filenames, and
11302 [2] if the arg to `message' could not have been nil in the code.
11303
11304 * pcomplete.el (pcomplete--help): Fix `message' format spec.
11305 Not having a %s would be weird, though not technically wrong.
11306
11307 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11308
11309 * term/mac-win.el (mac-add-charset-info): Doc fix.
11310
11311 2005-09-17 Romain Francoise <romain@orebokech.com>
11312
11313 * shell.el (shell-resync-dirs): Handle echoing processes more
11314 reliably. Don't insert resync command if `comint-process-echoes'
11315 is non-nil.
11316
11317 2005-09-17 Magnus Henoch <mange@freemail.hu>
11318
11319 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11320 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11321 aspell versions >= 0.60.
11322 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11323 only if ispell-aspell-supports-utf8 is non-nil.
11324
11325 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11326
11327 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11328 buffer-local value to lisp-indent-function.
11329
11330 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11331
11332 * progmodes/glasses.el (glasses-make-readable): If
11333 glasses-separator differs from underscore, put appropriate
11334 overlays over underscore characters.
11335 (glasses-convert-to-unreadable): If glasses-separator differs from
11336 underscore, try to convert glasses-separator characters to
11337 underscores.
11338
11339 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11340
11341 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11342 Use with-syntax-table and dolist.
11343
11344 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11345
11346 * textmodes/reftex-auc.el:
11347 * textmodes/reftex-cite.el:
11348 * textmodes/reftex-dcr.el:
11349 * textmodes/reftex-global.el:
11350 * textmodes/reftex-parse.el:
11351 * textmodes/reftex-ref.el:
11352 * textmodes/reftex-sel.el:
11353 * textmodes/reftex-toc.el:
11354 * textmodes/reftex-vars.el:
11355 * textmodes/reftex.el: Small changes to remove compiler warnings.
11356
11357 * textmodes/reftex-index.el: Likewise.
11358 (reftex-query-index-phrase): More efficient use of markers.
11359
11360 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11361
11362 * image.el (image-load-path): New variable.
11363 (image-search-load-path): New function.
11364 (find-image): Search for images in `image-load-path'.
11365
11366 2005-09-15 Richard M. Stallman <rms@gnu.org>
11367
11368 * follow.el: Change Maintainer field.
11369
11370 2005-09-15 David Ponce <david@dponce.com>
11371
11372 * recentf.el (recentf-save-file-modes): New option.
11373 (recentf-save-list): Use it.
11374
11375 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11376
11377 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11378 (mode-line-mule-info, mode-line-modified): Move bindings from
11379 mouse-3 to mouse-1.
11380
11381 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11382
11383 * simple.el (sendmail-user-agent-compose): Revert last change.
11384
11385 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11386
11387 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11388 Use with-current-buffer.
11389 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11390 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11391 (ange-ftp-insert-directory): Remove unused var `short'.
11392 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11393
11394 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11395 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11396
11397 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11398 (check-calendar-holidays, diary-list-entries): Autoload.
11399 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11400 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11401
11402 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11403 which mistakenly removed a call to display-buffer.
11404
11405 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11406
11407 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11408
11409 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11410
11411 * progmodes/hideshow.el
11412 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11413 (hs-allow-nesting): New user var.
11414 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11415 (hs-hide-block-at-point): When nesting allowed,
11416 if there is already an overlay in place, delete it.
11417 (hs-safety-is-job-n): Delete func; remove call sites.
11418 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11419 (hs-overlay-at): New func.
11420 (hs-already-hidden-p, hs-show-block): Use it.
11421 (hs-hide-all): Don't pre-clean if nesting allowed.
11422 (hs-show-all): Temporarily disallow
11423 nesting around call to `hs-discard-overlays'.
11424
11425 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11426
11427 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11428 Delete unused local var.
11429
11430 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11431
11432 * help-fns.el (describe-categories): "?\ " -> "?\s".
11433 (help-do-arg-highlight): Recognize also ARG-n, as in
11434 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11435
11436 * international/codepage.el (dos-unsupported-char-glyph):
11437 * net/newsticker.el (tool-bar-map, w3-mode-map)
11438 (w3m-minor-mode-map):
11439 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11440 (ent-alist):
11441 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11442
11443 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11444
11445 * custom.el (custom-push-theme): Handle the case where a symbol is
11446 bound but face properties have not yet been assigned.
11447
11448 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11449 Fix behavior if noerase is `t' and there is no mail buffer.
11450
11451 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11452 if `continue' is nil, rather than signal an error.
11453
11454 2005-09-12 Richard M. Stallman <rms@gnu.org>
11455
11456 * font-lock.el (font-lock-keywords): Add autoload.
11457
11458 * help-fns.el (describe-variable): Rearrange to put source link
11459 in a predictable place.
11460
11461 * net/newsticker.el: New file.
11462
11463 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11464
11465 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11466 (calendar-basic-setup): Use the new nil arg.
11467 (number-of-diary-entries): Move to diary-lib.el.
11468
11469 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11470 (diary-list-entries): Use with-syntax-table and dolist.
11471 Rename from list-diary-entries.
11472 Use number-of-diary-entries if `number' is nil.
11473 (diary, diary-view-entries): Use this new name and new nil arg value.
11474 (number-of-diary-entries): Move from calendar.el.
11475 (diary-unhide-everything): New function.
11476 (include-other-diary-files, fancy-diary-display)
11477 (diary-show-all-entries, make-diary-entry): Use it.
11478 (diary-mail-entries): Use buffer-string.
11479 (mark-diary-entries): Fix long standing paren typo.
11480 (diary-sexp-entry): Use count-lines.
11481 (make-diary-entry): Avoid `previous-line'.
11482 (diary-mode-map): New var.
11483 (diary-mode): Redraw cal after saving. Setup header-line.
11484 (fancy-diary-display-mode): Use local-set-key.
11485
11486 * startup.el (command-line): Try calling various terminal-init-foo-bar
11487 functions by stripping hyphenated suffixes from $TERM.
11488
11489 * files.el (normal-mode): Check boundness of font-lock-keywords.
11490
11491 2005-09-12 Richard M. Stallman <rms@gnu.org>
11492
11493 * progmodes/compile.el: Don't decide a file's directory
11494 until the user actually tries to go there.
11495 (compilation-next-error-function):
11496 Pass compilation-find-file the directory from the file-struct.
11497 (compilation-internal-error-properties): Separate local FILE-STRUCT
11498 from FILE. Doc the args better. Rename arg FMT to FMTS.
11499 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11500 Expand it, and if nil, use default-directory.
11501 (compilation-get-file-structure): Don't mix specified directory
11502 with default directory. Put specified directory into
11503 file-struct. Don't make the file name absolute.
11504
11505 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11506 (compile-command): Add autoload.
11507 (compilation-disable-input): Add autoload.
11508
11509 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11510
11511 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11512 strings of the variables it can override.
11513 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11514 %Q and %q, for fully-qualified domain name and unqualified host name.
11515
11516 2005-09-11 Kim F. Storm <storm@cua.dk>
11517
11518 * emacs-lisp/authors.el (authors-aliases): Update list.
11519 (authors-fixed-entries): Update mldrag.el entry.
11520
11521 2005-09-10 Alan Mackenzie <acm@muc.de>
11522
11523 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11524 from the region narrowed to.
11525
11526 2005-09-10 Magnus Henoch <mange@freemail.hu>
11527
11528 * textmodes/ispell.el (ispell-check-version): Signal an error if
11529 aspell version is less than 0.60.
11530
11531 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11532
11533 * progmodes/octave-inf.el (inferior-octave-startup):
11534 Resync current dir at the end.
11535
11536 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11537
11538 * woman.el (woman-topic-at-point-default):
11539 Rename to woman-use-topic-at-point-default.
11540 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11541 (woman-file-name): Reflect renames above. Automatically use the
11542 word at point as topic if woman-use-topic-at-point is non-nil.
11543 Otherwise offer it as default but don't insert it in the
11544 minibuffer. Also use `test-completion' instead of `assoc' as
11545 suggested by Stefan Monnier.
11546
11547 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11548
11549 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11550 the attempt to do it over Tramp. This is not yet supported.
11551
11552 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11553
11554 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11555 (menu-bar-non-minibuffer-window-p): New functions.
11556 ("Split Window", "Save As..."): Use them.
11557 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11558 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11559 Use menu-bar-menu-frame-live-and-visible-p.
11560 ("Save Buffer", "Insert File", "Open Directory...")
11561 ("Open File...", "Visit New File..."):
11562 Use menu-bar-non-minibuffer-window-p.
11563 (kill-this-buffer-enabled-p, dired <menu-enable>):
11564 Use menu-bar-non-minibuffer-window-p.
11565
11566 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11567
11568 * cus-start.el (all): Don't complain about fringe-related
11569 built-ins if fringes are not supported. Ditto about
11570 selection-related built-ins. Fix the test for GTK-related built-ins.
11571
11572 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11573 ("Postscript Print Buffer", "Print Region", "Save As...")
11574 ("Save", "Insert File...", "Open Directory...")
11575 ("Open File...", "Visit New File..."")
11576 ("Truncate Long Lines in this Buffer"): Don't look at
11577 menu-updating-frame if this display does not support multiple frames.
11578
11579 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11580
11581 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11582
11583 2005-09-09 Emilio Lopes <eclig@gmx.net>
11584
11585 * woman.el: Format- and whitespace-related changes.
11586
11587 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11588
11589 * woman.el: Fix my email address.
11590
11591 2005-09-08 Richard M. Stallman <rms@gnu.org>
11592
11593 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11594 (sh-mode): Locally set skeleton-pair-default-alist.
11595
11596 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11597
11598 * progmodes/flymake.el: Require `compile' unconditionally.
11599
11600 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11601
11602 * woman.el (woman-file-name): Provide a default, not initial input.
11603
11604 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11605
11606 * font-lock.el (font-lock-support-mode): Doc fix.
11607
11608 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11609
11610 2005-09-08 Richard M. Stallman <rms@gnu.org>
11611
11612 * simple.el (blink-matching-open): Get rid of text props from
11613 the string shown in echo area. Don't permanently set point.
11614 Some rearrangements.
11615
11616 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11617
11618 * recentf.el (recentf-filename-handler): Add custom choice
11619 `abbreviate-file-name'.
11620
11621 * msb.el (msb--very-many-menus): Fix typo.
11622
11623 * disp-table.el (standard-display-european): Don't set
11624 enable-multibyte-characters to nil.
11625
11626 2005-09-08 David Ponce <david@dponce.com>
11627
11628 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11629 (recentf-expand-file-name): Doc fix.
11630 (recentf-dialog-mode-map): Define digit shortcuts.
11631 (recentf--files-with-key): New variable.
11632 (recentf-show-digit-shortcut-filter): New function.
11633 (recentf-open-files-items): New function.
11634 (recentf-open-files): Use it.
11635 (recentf-open-file-with-key): New command.
11636
11637 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11638
11639 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11640 Suggested by Kim F. Storm.
11641 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11642 (Buffer-menu-make-sort-button): Use global keymap.
11643
11644 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11645
11646 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11647 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11648 necessary any longer with the remapped command.
11649 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11650 formatting time only.
11651
11652 * net/tramp.el (tramp-action-password)
11653 (tramp-multi-action-password): Compile the password prompt from
11654 `method', `user' and `host'. Sometimes it isn't obvious which
11655 password to enter, for example with remote files offered by
11656 recentf.el, or with multiple steps. Suggested by Robert Marshall
11657 <robert@chezmarshall.freeserve.co.uk>.
11658
11659 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11660
11661 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11662 Fix regexp for when "s///" is at the beginning of line.
11663
11664 2005-09-07 Jay Belanger <belanger@truman.edu>
11665
11666 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11667 when in matrix mode.
11668
11669 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11670
11671 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11672 non-anonymous functions.
11673
11674 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11675
11676 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11677 when using a header line. Otherwise, use mouse-1-click-follows-link.
11678
11679 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11680 can't be moved; don't signal an error.
11681
11682 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11683
11684 * cus-theme.el (custom-theme-write-faces): Save the current face
11685 spec, not the defface spec.
11686
11687 * custom.el (custom-known-themes): Clarify meaning of "standard".
11688 (custom-push-theme): Save old values in the standard theme.
11689 (disable-theme): Correct typo.
11690 (custom-face-theme-value) Deleted unused function.
11691 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11692
11693 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11694
11695 * progmodes/compile.el (compilation-goto-locus): Take into account
11696 iconified frames when determining whether the buffer is
11697 already visible.
11698 Don't reset window height if the window already existed.
11699
11700 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11701
11702 * custom.el (load-theme): Rename from require-theme.
11703 Add interactive spec.
11704 (enable-theme): Rename from custom-enable-theme.
11705 Add interactive spec.
11706 (disable-theme): Rename from custom-disable-theme.
11707 Add interactive spec.
11708 (custom-make-theme-feature): Doc fix.
11709 (custom-theme-directory): Doc fix.
11710 (provide-theme): Call enable-theme.
11711
11712 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11713
11714 * obsolete/lazy-lock.el (lazy-lock-mode):
11715 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11716 font-lock-mode if it's off. Print a warning instead.
11717
11718 * progmodes/compile.el (compilation-start): Ignore errors if the
11719 process died before we get to send-eof.
11720
11721 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11722 Undo last change. Enclosing the result in quotes broke things on Unix
11723 since tex-send-command passes it through shell-quote-argument.
11724 (tex-send-command): Pass `file' through convert-standard-filename
11725 when possible.
11726 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11727 info in a transcript.
11728
11729 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11730
11731 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11732 fix compilation warning. Reorder the key definitions to group
11733 together keys emitted by the current version of xterm.
11734
11735 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11736 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11737 Reorder predicates to correct min-color usage.
11738
11739 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11740
11741 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11742 Kill local variables when longlines-mode is turned off.
11743
11744 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11745
11746 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11747
11748 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11749
11750 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11751
11752 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11753 (font-lock-lines-before): Change default to being inactive.
11754 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11755 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11756
11757 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11758
11759 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11760 Deactivate temporarily advice if active (not needed for Emacs 22,
11761 but for backwards compatibility).
11762 (tramp-exists-file-name-handler): Rewrite. First implementation
11763 was too simple.
11764 (tramp-advice-make-auto-save-file-name):
11765 Call `tramp-handle-make-auto-save-file-name' (again, just for
11766 backwards compatibility).
11767
11768 2005-08-31 Reto Zimmermann <reto@gnu.org>
11769
11770 * progmodes/vhdl-mode.el
11771 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11772 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11773 (vhdl-set-default-project): New function (easier setting of default).
11774 (vhdl-port-copy): Handle extended identifiers for generics.
11775 (vhdl-compiler-alist): Better description for error message regexp.
11776 (vhdl-make): Query for target, use previous as default.
11777 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11778 (vhdl-font-lock-keywords-2): Fix fontification for record
11779 el. assign.
11780 (vhdl-speedbar-make-subpack-line): Add package body link.
11781 (vhdl-generate-makefile-1): Not include itself as dependency.
11782 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11783 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11784 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11785 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11786 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11787 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11788 (vhdl-import-project): Add string argument for `error'.
11789 (vhdl-compose-configuration)
11790 (vhdl-compose-configuration-architecture): Add configuration
11791 declaration generation.
11792 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11793 (vhdl-trailer-re): Add "record" keyword (better indentation).
11794 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11795 "[^ \t-\"]+".
11796 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11797 (vhdl-testbench-entity-file-name)
11798 (vhdl-testbench-architecture-file-name): Allow separate
11799 customization of testbench file names.
11800 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11801 (vhdl-get-visible-signals): Allow newline within alias declaration.
11802 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11803 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11804 (member-ignore-case): Alias for missing function in XEmacs.
11805 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11806 (vhdl-update-sensitivity-list): Ignore case on read signals.
11807 (vhdl-replace-string): Adjust case only for file names.
11808 (vhdl-update-sensitivity-list): Fix search for read signals.
11809 (vhdl-update-sensitivity-list): Exclude formal parameters.
11810 (vhdl-get-visible-signals): Include aliases of signals.
11811 (vhdl-get-visible-signals): Fix signal name searching.
11812 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11813 (vhdl-fixup-whitespace-region): Fix for character
11814 literals (e.g. `:').
11815
11816 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11817
11818 * ansi-color.el (comint-last-output-start):
11819 * bs.el (font-lock-verbose):
11820 * diff-mode.el (add-log-buffer-file-name-function):
11821 * dired-x.el (vm-folder-directory):
11822 * faces.el (help-xref-stack-item):
11823 * files.el (font-lock-keywords):
11824 * find-lisp.el (dired-buffers, dired-subdir-alist):
11825 * ido.el (cua-inhibit-cua-keys):
11826 * log-view.el (cvs-minor-wrap-function):
11827 * outline.el (font-lock-warning-face):
11828 * simple.el (compilation-current-error):
11829 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11830 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11831 * tooltip.el (comint-prompt-regexp):
11832 * w32-fns.el (explicit-shell-file-name):
11833 * term/mac-win.el (mac-charset-info-alist)
11834 (mac-services-selection, mac-system-script-code):
11835 * term/tty-colors.el (msdos-color-values):
11836 * term/w32-win.el (xlfd-regexp-registry-subnum):
11837 * term/x-win.el (x-keysym-table, x-selection-timeout)
11838 (x-session-id, x-session-previous-id):
11839 * textmodes/ispell.el (mail-yank-prefix):
11840 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11841 * textmodes/org.el (calc-embedded-close-formula)
11842 (calc-embedded-open-formula)
11843 (font-lock-unfontify-region-function):
11844 * textmodes/reftex-global.el (isearch-next-buffer-function)
11845 (TeX-master):
11846 * textmodes/reftex.el (font-lock-keywords):
11847 * textmodes/tex-mode.el (font-lock-comment-face)
11848 (font-lock-doc-face):
11849 * textmodes/texinfo.el (outline-heading-alist):
11850 Add defvars.
11851
11852 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11853 (artist-spray-chars, artist-mode-init, artist-replace-string)
11854 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11855 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11856 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11857
11858 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11859 (conf-align-assignments): "?\ " -> "?\s".
11860
11861 * textmodes/reftex-index.el (TeX-master): Add defvar.
11862 (reftex-index-phrases-marker): Move up defvar.
11863
11864 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11865 (reftex-toc-include-labels-indicator)
11866 (reftex-toc-include-index-indicator)
11867 (reftex-toc-max-level-indicator): Move up declarations.
11868
11869 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11870 of args to `tramp-run-real-handler', even if it's empty in this case.
11871
11872 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11873
11874 * dired.el (dired-move-to-filename-regexp): Add date format for
11875 Mac OS X 10.3 in East Asian locales.
11876
11877 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11878
11879 * files.el (make-auto-save-file-name): Add file name handler call
11880 if applicable.
11881
11882 * net/tramp.el (tramp-file-name-handler-alist)
11883 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11884 (tramp-handle-make-auto-save-file-name): Rename from
11885 `tramp-make-auto-save-file-name'.
11886 (tramp-exists-file-name-handler): New defun.
11887 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11888 `make-auto-save-file-name' is not a magic file name operation.
11889
11890 2005-08-30 Richard M. Stallman <rms@gnu.org>
11891
11892 * files.el (risky-local-variable-p):
11893 Match `-predicates' and `-commands.
11894
11895 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11896 (custom-save-all): Visit the file if necessary;
11897 kill the buffer if we created it.
11898 (custom-save-delete): Don't visit file or kill buffer here.
11899
11900 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11901
11902 * textmodes/org.el (org-special-keyword): New face.
11903 (org-table-copy-down, org-table-eval-formula)
11904 (org-table-recalculate, org-init-section-numbers):
11905 Use `string-to-number' instead of `string-to-int'.
11906 (org-get-location): Use `insert-buffer-substring' instead of
11907 `insert-buffer'.
11908 (org-modify-diary-entry-string): New function.
11909 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11910 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11911 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11912 active region.
11913 (org-export-as-html): Handle QUOTE keyword.
11914 (org-quote-string): New option.
11915 (org-bookmark-jump-unhide): New function, used for
11916 `bookmark-after-jump-hook'.
11917 (org-diary-default-entry): Apply only when not called through
11918 `org-agenda'.
11919
11920 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11921
11922 * net/eudc.el (mode-popup-menu):
11923 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11924 * progmodes/ada-mode.el (compile-auto-highlight)
11925 (skeleton-further-elements):
11926 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11927 * progmodes/cmacexp.el (msdos-shells):
11928 * progmodes/compile.el (font-lock-extra-managed-props)
11929 (font-lock-keywords, font-lock-maximum-size)
11930 (font-lock-support-mode):
11931 * progmodes/grep.el (font-lock-lines-before):
11932 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11933 * progmodes/mixal-mode.el (compile-command):
11934 * progmodes/perl-mode.el (font-lock-comment-face)
11935 (font-lock-doc-face, font-lock-string-face):
11936 * progmodes/prolog.el (comint-prompt-regexp):
11937 * progmodes/sh-script.el (font-lock-comment-face)
11938 (font-lock-set-defaults, font-lock-string-face):
11939 * progmodes/sql.el (font-lock-keyword-face)
11940 (font-lock-set-defaults, font-lock-string-face):
11941 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11942 (itimer-version, lazy-lock-defer-contextually)
11943 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11944 Add defvars.
11945
11946 * progmodes/cperl-mode.el (cperl-electric-lbrace)
11947 (cperl-electric-keyword, cperl-electric-pod)
11948 (cperl-electric-backspace, cperl-forward-re)
11949 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11950 (vc-rcs-header, vc-sccs-header): Add defvars.
11951
11952 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11953 (font-lock-syntactic-keywords, gud-find-expr-function):
11954 Add defvars.
11955
11956 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11957 (gdb-frame-parameters): Declare before use.
11958
11959 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11960 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11961 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11962 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11963
11964 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11965 (idlwave-help-with-source): Use `insert-buffer-substring', not
11966 `insert-buffer'.
11967
11968 2005-08-29 Juri Linkov <juri@jurta.org>
11969
11970 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11971 Put outline-back-to-heading function call inside save-excursion.
11972
11973 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
11974
11975 * man.el (Man-init-defvars, Man-translate-references)
11976 (Man-support-local-filenames, Man-highlight-references):
11977 * progmodes/sql.el (sql-interactive-mode):
11978 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11979
11980 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11981 (compilation-mode-font-lock-keywords): Add defvars.
11982 (checkdoc-interactive-loop): "?\ " -> "?\s".
11983
11984 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11985 (font-lock-doc-face, font-lock-string-face)
11986 (font-lock-keywords-case-fold-search): Add defvars.
11987 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11988
11989 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11990 Don't pass X and Y (they are ignored anyway).
11991 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11992 (mouse-delete-window): Make arguments optional.
11993
11994 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11995 (caesar-translate-table, minor-modes, news-buffer-save)
11996 (news-group-name, news-minor-modes): Add defvars.
11997
11998 * emacs-lisp/lselect.el (mouse-highlight-priority)
11999 (x-lost-selection-functions, zmacs-regions):
12000 * emacs-lisp/pp.el (font-lock-verbose):
12001 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
12002 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
12003 (ses-mode-map):
12004 * emacs-lisp/tcover-unsafep.el (safe-functions):
12005 * international/mule-cmds.el (mac-system-coding-system)
12006 (mac-system-locale):
12007 * language/ethio-util.el (rmail-current-message)
12008 (rmail-message-vector):
12009 * language/thai-util.el (thai-auto-composition-mode):
12010 * mail/metamail.el (rmail-current-message, rmail-message-vector):
12011 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
12012 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
12013 (vm-primary-inbox, vm-spool-files):
12014 * mail/rmail.el (deleted-head, font-lock-fontified)
12015 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
12016 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
12017 (total-messages):
12018 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
12019 (rmail-summary-mode-map):
12020 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
12021 (rmail-last-label, rmail-last-multi-labels)
12022 (rmail-summary-vector, rmail-total-messages):
12023 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
12024 * mail/rmailsum.el (msgnum):
12025 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
12026 (rmail-current-message):
12027 * obsolete/fast-lock.el (font-lock-face-list):
12028 * obsolete/rnewspost.el (mail-reply-buffer):
12029 * obsolete/scribe.el (compile-command):
12030 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
12031
12032 2005-08-28 John Paul Wallington <jpw@gnu.org>
12033
12034 * ibuf-ext.el (ibuffer-auto-update-changed):
12035 Use `frame-or-buffer-changed-p' to check whether we need to update.
12036 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
12037 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
12038 as a `frame-or-buffer-changed-p' state vector instead.
12039
12040 2005-08-27 Romain Francoise <romain@orebokech.com>
12041
12042 * textmodes/makeinfo.el (makeinfo-compile):
12043 Use `compilation-start'. Set `next-error-function' according to
12044 `disable-errors'.
12045 (makeinfo-next-error): New function.
12046 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
12047 (makeinfo-buffer): Likewise.
12048
12049 * progmodes/compile.el (compilation-start): Add autoload cookie.
12050
12051 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
12052 * textmodes/sgml-mode.el: Likewise.
12053 * progmodes/python.el: Likewise.
12054
12055 2005-08-27 Eli Zaretskii <eliz@gnu.org>
12056
12057 * simple.el (blink-matching-paren-distance): Document the meaning
12058 of nil value, and allow to customize to nil.
12059
12060 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
12061 command.com, not command.exe.
12062
12063 2005-08-26 John Wiegley <johnw@newartisans.com>
12064
12065 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
12066 code around a bit so that an extraneous nil argument is not added
12067 to a command when no args are given.
12068
12069 * eshell/esh-arg.el (eshell-parse-double-quote): If a
12070 double-quoted argument resolves to nil, return it as an empty
12071 string rather than as nil. This made it impossible to pass "" to
12072 a shell script as a null string argument.
12073
12074 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
12075
12076 * outline.el (outline-invent-heading): New fun.
12077 (outline-promote, outline-demote): Use it.
12078 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
12079 (outline-end-of-subtree): Remove unused var `opoint'.
12080
12081 2005-08-26 David Reitter <david.reitter@gmail.com>
12082
12083 * menu-bar.el (truncate-lines, write-file, print-buffer)
12084 (ps-print-buffer-faces, ps-print-buffer, split-window):
12085 Disable menu items when the frame they refer to is invisible, or when
12086 they refer to a buffer and the minibuffer is selected.
12087
12088 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
12089
12090 * progmodes/flymake.el (flymake-highlight-err-lines):
12091 Use save-excursion around flymake-highlight-line to preserve point.
12092
12093 2005-08-26 Eli Zaretskii <eliz@gnu.org>
12094
12095 * progmodes/octave-mod.el: Change Author and Maintainer address.
12096 (octave-maintainer-address): Change Kurt's email address.
12097 * progmodes/octave-inf.el: Change Author and Maintainer address.
12098 * progmodes/octave-hlp.el: Change Author and Maintainer address.
12099
12100 2005-08-26 Kim F. Storm <storm@cua.dk>
12101
12102 * subr.el (version-list-<, version-list-<=, version-list-=):
12103 Rename from integer-list-*.
12104 (version-list-not-zero): Likewise. Fix while loop.
12105 (version=): Use version-list-= instead of string-equal.
12106
12107 2005-08-26 Richard M. Stallman <rms@gnu.org>
12108
12109 * outline.el (outline-promote): Try shortening the heading.
12110 As last resort, read the heading to use.
12111 (outline-demote): As last resort, read the heading to use.
12112
12113 2005-08-26 Romain Francoise <romain@orebokech.com>
12114
12115 * progmodes/compile.el (compilation-start): Doc fix.
12116
12117 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
12118 (antlr-font-lock-additional-keywords): Fix reference to
12119 `antlr-font-lock-literal-regexp' erroneously changed during the
12120 mass face rename.
12121 (antlr-run-tool): Use `compilation-start'.
12122
12123 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
12124 instead of the obsolete `compile-internal'.
12125
12126 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
12127
12128 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
12129 (number, original-date):
12130 * calendar/cal-china.el (date):
12131 * calendar/cal-coptic.el (date):
12132 * calendar/cal-french.el (date):
12133 * calendar/cal-hebrew.el (date, entry, number, original-date):
12134 * calendar/cal-islam.el (date, number, original-date):
12135 * calendar/cal-iso.el (date):
12136 * calendar/cal-julian.el (date):
12137 * calendar/cal-mayan.el (date):
12138 * calendar/cal-menu.el (date, event):
12139 * calendar/cal-persia.el (date):
12140 * calendar/lunar.el (date):
12141 * calendar/solar.el (date): Add defvars.
12142
12143 * emerge.el:
12144 * ibuffer.el:
12145 * info-xref.el:
12146 * obsolete/bg-mouse.el:
12147 * obsolete/sun-curs.el:
12148 * obsolete/swedish.el: Move the `defvar's to the top level.
12149
12150 * smerge-mode.el (smerge-refined-change): Add :group.
12151
12152 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
12153
12154 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
12155 (smerge-keep-n): Remove props.
12156 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
12157 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
12158 now that it's done in smerge-keep-n.
12159 (smerge-refined-change): New face.
12160 (smerge-refine-chopup-region, smerge-refine-highlight-change)
12161 (smerge-refine): New funs.
12162 (smerge-basic-map): Bind smerge-refine.
12163
12164 2005-08-25 Juri Linkov <juri@jurta.org>
12165
12166 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
12167 compilation-process-setup-function and compilation-disable-input
12168 in grep-mode instead of let-bindings in grep.
12169
12170 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
12171 Delete "Automatic File De/compression" (auto-compression-mode).
12172
12173 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
12174
12175 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
12176 Silence warning about non-existent variable.
12177
12178 2005-08-25 Richard M. Stallman <rms@gnu.org>
12179
12180 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
12181 Rename "Describe Key" to "Describe Key or Mouse Operation".
12182
12183 * mail/mailalias.el (build-mail-aliases): Delete comments
12184 from the contents before processing them.
12185
12186 * isearch.el (isearch-edit-string): Erase the Search prompt
12187 if user enters an empty string and there is no default.
12188
12189 * comint.el (comint-file-name-prefix): Add autoload.
12190
12191 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
12192
12193 * subr.el (play-sound): Rearrange to avoid warning.
12194
12195 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
12196
12197 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
12198 New hook.
12199 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
12200
12201 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12202
12203 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
12204
12205 * custom.el (custom-theme-set-variables): Sort minor modes last.
12206
12207 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12208
12209 * subr.el (version-separator, version-regexp-alist): New vars used by
12210 version comparison funs.
12211 (integer-list-<, integer-list-=, integer-list-<=)
12212 (integer-list-not-zero): New funs for integer list comparison.
12213 (version-to-list, version=, version<, version<=): New funs for version
12214 comparison.
12215
12216 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
12217
12218 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
12219 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
12220 time to silence the byte-compiler.
12221
12222 * ibuffer.el (ibuffer-compile-make-eliding-form)
12223 (ibuffer-check-formats): Use `with-no-warnings' to hide references
12224 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
12225 so it's silly to get warnings for it).
12226 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
12227 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
12228 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
12229 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
12230 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
12231 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
12232 Defvar at compile time.
12233 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
12234 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
12235 Declare them before use.
12236
12237 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
12238 (info-xref-good, info-xref-bad): Defvar at compile time.
12239
12240 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
12241 Use `let*' instead of `let'.
12242
12243 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
12244 (*mouse-y*, menu, char): Defvar at compile time.
12245 (sc::menu): Declare it before use.
12246 (sc::pack-one-line): Use `let', not `let*'.
12247
12248 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
12249 (mail-send-hook): Defvar at compile time.
12250
12251 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
12252 Defvar at compile time.
12253
12254 * term/sun-mouse.el (current-global-mousemap)
12255 (current-local-mousemap): Declare them before use.
12256
12257 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
12258
12259 * bookmark.el (bookmark-after-jump-hook): New hook.
12260 (bookmark-jump): Run `bookmark-after-jump-hook'.
12261
12262 2005-08-23 Juri Linkov <juri@jurta.org>
12263
12264 * faces.el (minibuffer-prompt): Doc fix.
12265
12266 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
12267
12268 * progmodes/xscheme.el: Trivial changes to silence warnings.
12269 (xscheme-previous-mode, xscheme-previous-process-state):
12270 Add defvars.
12271 (xscheme-last-input-end, xscheme-process-command-line)
12272 (xscheme-process-name, xscheme-buffer-name)
12273 (xscheme-expressions-ring-max, xscheme-expressions-ring)
12274 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
12275 (xscheme-control-g-synchronization-p)
12276 (xscheme-control-g-disabled-p, xscheme-string-receiver)
12277 (default-xscheme-runlight, xscheme-runlight)
12278 (xscheme-runlight-string, xscheme-process-filter-state)
12279 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
12280 Move to beginning of file.
12281 (scheme-interaction-mode-commands-alist)
12282 (scheme-interaction-mode-map, scheme-debugger-mode-map):
12283 Declare them before use. Note: the initialization code for the variables
12284 has not been moved because it uses functions that reference the variables.
12285 (xscheme-control-g-message-string, xscheme-process-filter-alist)
12286 (xscheme-prompt-for-expression-map): Declare them before use.
12287 (scheme-debugger-mode-commands): "?\ " -> "?\s".
12288
12289 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12290
12291 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12292
12293 2005-08-22 Juri Linkov <juri@jurta.org>
12294
12295 * faces.el (set-face-underline): Delete this duplicate function
12296 and make an obsolete alias to set-face-underline-p.
12297 (set-face-underline-p): Use docstring of set-face-underline.
12298 (describe-face): Create hyperlink to parent face.
12299
12300 * info.el (Info-insert-dir): Use save-excursion around
12301 insert-buffer-substring.
12302 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12303 (Info-escape-percent): Delete function.
12304 (Info-fontify-node): Replace Info-escape-percent by
12305 replace-regexp-in-string with REP arg set to lambda that
12306 duplicates `%' and preserves text properties.
12307
12308 * progmodes/compile.el (compilation-disable-input): Doc fix.
12309 (define-compilation-mode): Doc fix and refill.
12310 (kill-compilation): Use `mode-name' in the error message.
12311 (compilation-find-file): Use `compilation-error' in the
12312 read-file-name's prompt.
12313
12314 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12315
12316 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12317 (smerge-auto-leave): Make undo re-enable the mode.
12318 (debug-ignored-errors): Add the user-error of impossible resolution.
12319 (smerge-resolve): Move things around a bit, in preparation for later.
12320 (smerge-diff): Don't fail if the buffer has no associated file.
12321 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12322 (smerge-conflict-overlay): New function.
12323 (smerge-match-conflict): Don't add text properties here.
12324 (smerge-find-conflict): Instead, add an overlay here.
12325 Also check for the case where we're inside a conflict already, so as to
12326 obviate the need for font-lock-multiline, which is unbearably slow with
12327 large conflicts and ciomplex font-lock patterns.
12328 (smerge-remove-props): Remove overlay rather than text-properties.
12329 (smerge-mode): Don't set font-lock-multiline.
12330 Remove overlays when turned off.
12331
12332 2005-08-21 Kim F. Storm <storm@cua.dk>
12333
12334 * ido.el (ido-ignore-item-p): Use save-match-data.
12335 Bind case-fold-search to ido-case-fold locally.
12336
12337 2005-08-20 Richard M. Stallman <rms@gnu.org>
12338
12339 * files.el (normal-mode): If font lock is on, turn it off and on.
12340
12341 * subr.el (replace-regexp-in-string): Doc fix.
12342
12343 * startup.el (command-line-1): Don't suppress startup screen
12344 due to existing processes.
12345
12346 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12347
12348 * progmodes/compile.el (compilation-disable-input): Default to nil.
12349
12350 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12351
12352 * progmodes/compile.el (compilation-disable-input): New defcustom.
12353 (compilation-start): If compilation-disable-input is non-nil, send
12354 EOF to the compilation process.
12355
12356 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12357
12358 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12359 Run the argument of tex-shell-cd-command through
12360 convert-standard-filename, to get the correct style of slashes on
12361 Windows, and enclose the result in quotes, in case the file name
12362 includes whitespace or other special characters.
12363
12364 2005-08-19 Andreas Schwab <schwab@suse.de>
12365
12366 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12367 process.
12368
12369 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12370
12371 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12372
12373 2005-08-18 Kim F. Storm <storm@cua.dk>
12374
12375 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12376
12377 2005-08-18 Richard M. Stallman <rms@gnu.org>
12378
12379 * scroll-lock.el: New file.
12380
12381 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12382
12383 * dired.el (dired-move-to-end-of-filename):
12384 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12385
12386 2005-08-18 Kim F. Storm <storm@cua.dk>
12387
12388 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12389 rather than toggle mode when custom value is nil.
12390 (ido-everywhere): Fix defun doc string.
12391
12392 2005-08-17 Richard M. Stallman <rms@gnu.org>
12393
12394 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12395 as tag instead of "Inviolable".
12396
12397 2005-08-17 Kim F. Storm <storm@cua.dk>
12398
12399 * windmove.el (windmove-coordinates-of-position): Remove.
12400 (windmove-coordinates-of-window-position): Remove.
12401 (windmove-reference-loc): Use posn-at-point instead.
12402
12403 * subr.el (insert-for-yank-1): Doc fix.
12404
12405 * ido.el (ido-enter-matching-directory): Rename from
12406 ido-enter-single-matching-directory. Change `slash' choice to
12407 `only'. Add `first' choice.
12408 (ido-exhibit): Adapt to above changes.
12409
12410 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12411
12412 * Makefile.in: Expand comment about building loaddefs.el.
12413
12414 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12415
12416 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12417 Comment use of defadvice.
12418
12419 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12420
12421 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12422
12423 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12424 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12425 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12426 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12427 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12428 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12429 for backward compatibility for faces that did not appear in the
12430 previous Emacs release.
12431
12432 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12433
12434 2005-08-15 Kim F. Storm <storm@cua.dk>
12435
12436 * emulation/cua-base.el (cua-delete-region): Return t if
12437 deleted region was non-empty.
12438 (cua-replace-region): Inhibit overwrite-mode for
12439 self-insert-command if replaced region was non-empty.
12440 (cua--explicit-region-start, cua--status-string): Make them
12441 buffer-local at top-level...
12442 (cua-mode): ...rather than when mode is enabled.
12443
12444 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12445
12446 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12447 Set t for Emacs 21, 22, and so on.
12448
12449 2005-08-15 David Ponce <david@dponce.com>
12450
12451 * tree-widget.el: Update Commentary header.
12452 (tree-widget-theme): Doc fix.
12453 (tree-widget-space-width): New option.
12454 (tree-widget-image-properties): Look up in the default theme too.
12455 (tree-widget--cursors): Only for images with arrow pointer shape.
12456 (tree-widget-lookup-image): Pointer shape is hand by default.
12457 (tree-widget-icon): Rename generic icon widget from
12458 `tree-widget-control'.
12459 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12460 derive from `tree-widget-icon'.
12461 (tree-widget-handle): Improve default look and feel of the text
12462 representation.
12463 (tree-widget): Rename :*-control properties to :*-icon properties.
12464 Add :action and :help-echo properties.
12465 (tree-widget-after-toggle-functions): Move.
12466 (tree-widget-close-node, tree-widget-open-node): Remove.
12467 (tree-widget-before-create-icon-functions): New hook.
12468 (tree-widget-value-create): Update to allow customization of icons
12469 and nodes at run-time via that new hook.
12470 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12471 (tree-widget-icon-action, tree-widget-icon-help-echo)
12472 (tree-widget-action, tree-widget-help-echo): New functions.
12473
12474 2005-08-15 Kim F. Storm <storm@cua.dk>
12475
12476 * ido.el (ido-buffer-internal): Use with-no-warnings.
12477 (ido-make-merged-file-list): Use while-no-input.
12478
12479 2005-08-15 Richard M. Stallman <rms@gnu.org>
12480
12481 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12482 (flyspell-large-region): Fix doc and custom type.
12483
12484 2005-08-14 Richard M. Stallman <rms@gnu.org>
12485
12486 * files.el (interpreter-mode-alist): Doc fix.
12487
12488 * mail/rmail.el (rmail-nonignored-headers): New variable.
12489 (rmail-clear-headers): Use it.
12490 (rmail-reply): Better handling of mail-followup-to header.
12491
12492 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12493 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12494 don't try to refer to executable-font-lock-keywords.
12495 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12496 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12497 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12498 (sh-mode): Set comment-start-skip, local-abbrev-table,
12499 imenu-case-fold-search.
12500 (sh-set-shell): Don't set them here.
12501 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12502 Don't cache the results in the original alist; don't ever modify
12503 that alist.
12504
12505 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12506
12507 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12508 empty.
12509
12510 2005-08-15 Andreas Schwab <schwab@suse.de>
12511
12512 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12513
12514 * dired.el, info.el, mail/rmail.el: Revert last change.
12515
12516 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12517
12518 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12519 modification in `eval-after-load' form.
12520 * info.el: Likewise.
12521 * mail/rmail.el: Likewise.
12522
12523 2005-08-14 Juri Linkov <juri@jurta.org>
12524
12525 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12526 Remove highlighting of "Compilation started". Highlight only
12527 the word "finished" in "Compilation finished". Add highlighting
12528 of "interrupt", "killed", "terminated" and the exit code.
12529 (compilation-start): Add newline after header. Use exactly the
12530 same time stamp format as the finishing message.
12531 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12532
12533 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12534 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12535 Add highlighting of "interrupt", "killed", "terminated".
12536
12537 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12538 enabled and the current command is self-insert-command, call it
12539 explicitly with overwrite-mode bound to nil, to not allow it
12540 to delete the character after the selected region.
12541
12542 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12543
12544 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12545 move-end-of-line, end-of-line, and beginning-of-line to the list
12546 of commands after which the echo area is updated.
12547
12548 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12549
12550 * cus-edit.el (custom-save-all, custom-save-delete):
12551 Bind recentf-exclude to exclude custom-file.
12552
12553 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12554
12555 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12556 to go to the bottom of the mail message. Added to
12557 `rmail-summary-mode-map' with key "/".
12558 (rmail-summary-show-message): New (internal) function for use by
12559 both `rmail-summary-beginning/end-of-message'.
12560 (rmail-summary-beginning-of-message): Change to use
12561 rmail-summary-show-message.
12562
12563 * mail/rmail.el (rmail-end-of-message): New command to go to the
12564 end of the current message. Added to `rmail-mode-map' with key "/".
12565 (rmail-beginning-of-message): Fix to work as documented.
12566 (rmail-mode): Change documentation.
12567
12568 * progmodes/compile.el (compilation-start): Add the line
12569 "Compilation started" with compilation start time.
12570 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12571
12572 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12573
12574 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12575 of menu items.
12576
12577 2005-08-11 Richard M. Stallman <rms@gnu.org>
12578
12579 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12580
12581 * battery.el (battery-status-function): Don't use ignore-errors.
12582
12583 2005-08-11 Lute Kamstra <lute@gnu.org>
12584
12585 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12586 define-obsolete-variable-alias.
12587
12588 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12589
12590 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12591 (ange-ftp-send-cmd): Revert last change, and expand
12592 the comment explaining the problem.
12593
12594 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12595
12596 * ldefs-boot.el: Update.
12597
12598 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12599 item to "Time, Load and Mail". Change help echo text.
12600
12601 * time.el (display-time-use-mail-icon, display-time-format)
12602 (display-time-string-forms): Shorten first line of docstrings.
12603
12604 2005-08-10 Lars Hansen <larsh@soem.dk>
12605
12606 * desktop.el (desktop-buffer-mode-handlers):
12607 Make non-customizable. Add autoload cookie. Change initial value to
12608 nil; add elements in respective modules instead. Fix doc string.
12609 (desktop-load-file): New function.
12610 (desktop-minor-mode-handlers): New autoloaded variable.
12611 (desktop-create-buffer): Call minor mode handlers.
12612 Use desktop-load-file to load major and minor mode modules prior to
12613 checking for a handler.
12614 (desktop-save): Don't add nil to desktop-minor-modes for minor
12615 modes with nil function in desktop-minor-mode-table. Don't delete
12616 desktop file before rewriting it.
12617 (desktop-locals-to-save): Add autoload cookie. Don't make
12618 automatically buffer-local. Add variables column-number-mode,
12619 size-indication-mode, indent-tabs-mode,
12620 indicate-buffer-boundaries, indicate-empty-lines and
12621 show-trailing-whitespace.
12622 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12623 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12624 (desktop-clear-preserve-buffers-regexp): Delete.
12625 (desktop-clear-preserve-buffers): Update initial value and docstring.
12626 (desktop-save-buffer): Fix doc string.
12627
12628 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12629 (hilit-chg-desktop-restore): New function.
12630 (highlight-changes-mode): Add highlight-changes-mode to
12631 desktop-locals-to-save.
12632
12633 * dired.el: Add handler to desktop-buffer-mode-handlers.
12634 (dired-restore-desktop-buffer): Remove autoload cookie.
12635 (dired-mode): Add autoload cookie.
12636
12637 * info.el: Add handler to desktop-buffer-mode-handlers.
12638 (Info-restore-desktop-buffer): Remove autoload cookie.
12639 (Info-mode): Add autoload cookie.
12640
12641 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12642 (mh-restore-desktop-buffer): Remove autoload cookie.
12643 (mh-folder-mode): Add autoload cookie.
12644
12645 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12646 (rmail-restore-desktop-buffer): Remove autoload cookie.
12647
12648 2005-08-11 Masatake YAMATO <jet@gyve.org>
12649
12650 * hexl.el (hexl-address-region):
12651 (hexl-ascii-region, hexl-font-lock-keywords):
12652 (hexl-highlight-line-range): Use the term "region"
12653 instead of "area" for consistency with the other symbols
12654 defined in hexl.el.
12655
12656 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12657
12658 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12659 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12660 out by Juri Linkov). Add `display-battery-mode'.
12661
12662 2005-08-09 Juri Linkov <juri@jurta.org>
12663
12664 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12665 Remove `-text' from face variable names.
12666 (compilation-error-file-name, compilation-warning-file-name)
12667 (compilation-info-file-name): Delete faces.
12668 (compilation-line-number, compilation-column-number):
12669 Remove face underlining.
12670 (compilation-message-face): Set to `underline' value by default.
12671 (compilation-error-face, compilation-warning-face)
12672 (compilation-info-face): Remove `-file-name' from face names.
12673 (compilation-error-text-face, compilation-warning-text-face)
12674 (compilation-info-text-face): Delete face variables.
12675 (compilation-text-face): Delete function.
12676
12677 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12678 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12679 (grep-error-face): Set to `compilation-error' instead of
12680 `compilation-error-face' (which is redefined to `grep-hit-face' in
12681 grep buffers).
12682 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12683 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12684
12685 * dired-aux.el (dired-do-query-replace-regexp):
12686 Use `query-replace-read-args'.
12687
12688 * replace.el (query-replace-read-from, query-replace-read-to)
12689 (query-replace-read-args): Rename arg `string' to `prompt'.
12690
12691 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12692
12693 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12694
12695 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12696 uploading files.
12697 (ange-ftp-canonize-filename): Handle file names beginning with ~
12698 correctly.
12699
12700 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12701
12702 * textmodes/fill.el (canonically-space-region)
12703 (fill-context-prefix, fill-french-nobreak-p)
12704 (fill-delete-newlines, fill-comment-paragraph)
12705 (justify-current-line): "?\ " -> "?\s".
12706
12707 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12708
12709 * textmodes/fill.el (fill-nonuniform-paragraphs):
12710 Improve argument/docstring consistency.
12711
12712 2005-08-09 Richard M. Stallman <rms@gnu.org>
12713
12714 * textmodes/ispell.el (ispell-word): More fboundp checks.
12715
12716 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12717 (find-file-noselect-1): Call it here, only if RAWFILE.
12718 (normal-mode): Always set some major mode.
12719 (save-some-buffers-action-alist): Change some explanation strings.
12720 (file-name-non-special): In the `quote' method, use unwind-protect.
12721
12722 2005-08-09 Magnus Henoch <mange@freemail.hu>
12723
12724 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12725 (ispell-have-aspell-dictionaries): New variable.
12726 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12727 (ispell-get-aspell-config-value): New function.
12728 (ispell-aspell-find-dictionary): New function.
12729 (ispell-aspell-add-aliases): New function.
12730 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12731 appropriate. Don't look for ispell dictionaries if we use aspell.
12732 (ispell-menu-map): Don't build a submenu of dictionaries.
12733
12734 2005-08-09 Richard M. Stallman <rms@gnu.org>
12735
12736 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12737 (sql-read-passwd): Use read-passwd.
12738
12739 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12740 (idlwave-toolbar-is-possible): Add defvars.
12741
12742 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12743 Avoid warnings.
12744
12745 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12746 (idlwave-system-class-info, idlwave-executive-commands-alist):
12747 Use defvar.
12748
12749 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12750
12751 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12752 Avoid warnings.
12753
12754 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12755 and content-type: headers.
12756
12757 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12758
12759 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12760 and rename some of them to be more self-explanatory.
12761
12762 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12763
12764 * startup.el (command-line-1): Implement -scriptload.
12765
12766 * replace.el (occur-engine): Initial *Occur* output not undoable.
12767
12768 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12769 and improve help strings.
12770
12771 * isearch.el (isearch-repeat): When changing direction,
12772 mark search successful.
12773
12774 * ediff-init.el: Use (featurep 'xemacs).
12775
12776 * comint.el (send-invisible): Identify buffer, if not selected.
12777
12778 * align.el: Delete autoload for c-guess-basic-syntax.
12779
12780 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12781
12782 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12783 Improve argument/docstring consistency. Doc fixes.
12784 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12785 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12786 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12787 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12788 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12789 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12790 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12791 Defvar at compile time.
12792
12793 2005-08-09 Juri Linkov <juri@jurta.org>
12794
12795 * info.el: Replace `info' with upper-case `Info' where appropriate.
12796 (info-title-1, info-title-2, info-title-3, info-title-4)
12797 (info-menu-header): Move up face definitions.
12798 (info-menu-star): Rename from `info-menu-5'.
12799 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12800 (Info-fontify-visited-nodes): Fix docstring.
12801 (Info-hide-note-references): Fix docstring.
12802 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12803 menu items in the same way as on cross-references.
12804 (info-apropos): Fix sorting order and formatting to be like in the
12805 stand-alone Info browser. Display error messages for 1 sec.
12806 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12807 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12808 from the menu bar.
12809 (Info-insert-dir): Restore point after calling
12810 `insert-buffer-substring'.
12811
12812 2005-08-08 Richard M. Stallman <rms@gnu.org>
12813
12814 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12815 (recompute-lucid-menubar): Add defvars.
12816
12817 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12818
12819 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12820
12821 * net/net-utils.el (run-dig): Rename from `dig'.
12822
12823 * play/gametree.el (gametree-mode): Use make-local-variable,
12824 not make-variable-buffer-local.
12825
12826 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12827
12828 * ansi-color.el (ansi-color-make-extent)
12829 (ansi-color-set-extent-face): Use fboundp, not functionp.
12830
12831 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12832 not make-variable-buffer-local.
12833
12834 * bookmark.el (Info-current-file): Add defvar.
12835 (bookmark-jump-noselect): Use with-no-warnings.
12836
12837 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12838
12839 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12840
12841 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12842
12843 * find-file.el (ada-procedure-start-regexp)
12844 (ada-package-start-regexp): Add defvars.
12845
12846 * info.el (Info-insert-dir): Use insert-buffer-substring.
12847
12848 * xml.el (xml-att-def-re): Add defvar.
12849
12850 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12851 calling convention.
12852
12853 * subr.el (while-no-input): Return t if there is input.
12854
12855 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12856
12857 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12858
12859 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12860
12861 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12862 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12863
12864 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12865
12866 * cmuscheme.el (scheme-start-file): Replace reference to
12867 `user-emacs-directory' by "~/.emacs.d/".
12868
12869 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12870
12871 * info.el (Info-dir-remove-duplicates): Avoid case folding
12872 in loop; instead, keep downcased strings for comparison.
12873 Suggested by Helmut Eller.
12874
12875 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12876
12877 Sync with Tramp 2.0.50.
12878
12879 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12880 XEmacs case; not necessary anymore.
12881 (tramp-user-regexp): Allow "@" as part of user name.
12882 (tramp-handle-set-visited-file-modtime)
12883 (tramp-handle-insert-file-contents)
12884 (tramp-handle-write-region): No special handling for
12885 `last-coding-system-used, because this is done in
12886 `tramp-accept-process-output' now.
12887 (tramp-accept-process-output): New defun.
12888 (tramp-process-one-action, tramp-process-one-multi-action)
12889 (tramp-wait-for-regexp, tramp-wait-for-output)
12890 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12891 Howells <dhowells@redhat.com>.
12892 (clear-visited-file-modtime): Defadvice removed. The check for
12893 unset buffer's modtime does not need to be based on
12894 `tramp-buffer-file-attributes'. Suggested by RMS.
12895 (tramp-message): Insert "\n" if not being at beginning of line.
12896 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12897 sequence with same logic.
12898 (tramp-completion-handle-expand-file-name): Discard call of
12899 `tramp-drop-volume-letter'. It is not necessary, and there have
12900 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12901 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12902 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12903 should always be visible.
12904 (tramp-handle-insert-directory, tramp-setup-complete)
12905 (tramp-set-process-query-on-exit-flag)
12906 (tramp-append-tramp-buffers): Pacify byte-compiler.
12907 (tramp-bug): Delete non-existing variables from list.
12908 Apply `tramp-load-report-modules' as pre-hook.
12909 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12910 `shell-prompt-pattern' because of non-7bit characters.
12911 Reported by Sebastian Luque <sluque@mun.ca>.
12912 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12913 (tramp-match-string-list): Remove function.
12914 (tramp-wait-for-regexp): Remove call of that function.
12915 Suggested by Kim F. Storm <storm@cua.dk>.
12916 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12917 instead of octal character code ?\600. The latter resulted in a
12918 syntax error with XEmacs.
12919
12920 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12921 XEmacs case; not necessary anymore.
12922 (tramp-smb-handle-write-region): No special handling for
12923 `last-coding-system-used, because this is done in
12924 `tramp-accept-process-output' now.
12925 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12926
12927 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12928
12929 * wid-edit.el (widget-choice-value-create):
12930 Unconditionally respect user choice. Set :explicit-choice back to nil
12931 when no longer needed.
12932 (widget-choice-action): Unconditionally respect user choice.
12933 Eliminate :explicit-choice-value.
12934
12935 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12936
12937 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12938 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12939 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12940 running new function `toggle-indicate-empty-lines'.
12941 Rename "Customize" item to "Customize fringe".
12942 Rename "Indicators" item to "Buffer boundaries" and change help echo.
12943 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12944 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12945 Delete "Empty lines only" item.
12946 (menu-bar-showhide-fringe-ind-customize): New function.
12947 (menu-bar-showhide-fringe-ind-mixed)
12948 (menu-bar-showhide-fringe-ind-box)
12949 (menu-bar-showhide-fringe-ind-right)
12950 (menu-bar-showhide-fringe-ind-left)
12951 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12952 instead of `fringe-indicators'.
12953
12954 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12955
12956 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12957 Change the date of last update.
12958
12959 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12960
12961 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12962 (viper-exec-yank, viper-put-back): Don't display modification msg
12963 if in the minibuffer.
12964
12965 * viper-init.el (viper-replace-overlay-cursor-color)
12966 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12967 Make variables frame local.
12968
12969 * viper-util.el (viper-append-filter-alist): Use append instead of
12970 nconc.
12971
12972 * viper.el (viper-vi-state-mode-list)
12973 (viper-emacs-state-mode-list): Move help-mode and
12974 completion-list-mode from the first list to the second.
12975 (viper-mode): Docstring.
12976 (viper-go-away, viper-non-hook-settings): Don't localize
12977 minor-mode-alist in newer Emacsen. Add advice to
12978 set-cursor-color. Don't bind "\C-c\\".
12979
12980 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
12981
12982 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12983 (scheme-macro-expand-command): New user options.
12984 (scheme-trace-procedure, scheme-expand-current-form): New commands.
12985 (scheme-form-at-point, scheme-start-file)
12986 (scheme-interactively-start-process): New functions.
12987 (scheme-get-process): New function, extracted from `scheme-proc'.
12988 (run-scheme): Call `scheme-start-file' to get start file, and pass
12989 it to `make-comint'.
12990 (switch-to-scheme, scheme-proc):
12991 Call `scheme-interactively-start-process' if no Scheme buffer/process
12992 is available.
12993
12994 2005-08-06 Juri Linkov <juri@jurta.org>
12995
12996 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12997 Use `compilation-text-face', `compilation-info-text-face' and
12998 `compilation-error-text-face' instead of `font-lock-keyword-face'.
12999 (compilation-error): New face.
13000 (compilation-error-file-name): Inherit from
13001 `compilation-error' instead of `font-lock-warning-face'.
13002 (compilation-warning-file-name): Inherit from
13003 `compilation-warning' instead of `font-lock-warning-face'.
13004 (compilation-info, compilation-error-file-name)
13005 (compilation-warning-file-name, compilation-info-file-name)
13006 (compilation-line-number, compilation-column-number): Doc fix.
13007 (compilation-error-text-face, compilation-warning-text-face)
13008 (compilation-info-text-face): New face variables.
13009 (compilation-line-face, compilation-column-face)
13010 (compilation-enter-directory-face)
13011 (compilation-leave-directory-face): Doc fix.
13012 (compilation-text-face): New function.
13013
13014 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
13015 instead of 1 to display binary file names as info file links.
13016 (grep-error-face): Use `compilation-error-face' instead of
13017 `font-lock-keyword-face'.
13018 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
13019 and `compilation-warning-text-face' instead of
13020 `font-lock-keyword-face'. Use `compilation-error-text-face'
13021 instead of `grep-error-face'.
13022
13023 2005-08-05 Kenichi Handa <handa@m17n.org>
13024
13025 * international/code-pages.el: Add autoload cookies for all coding
13026 systems.
13027
13028 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
13029
13030 * cus-start.el (all): Put undo.c where it alphabetically belongs.
13031
13032 2005-08-04 Juri Linkov <juri@jurta.org>
13033
13034 * progmodes/compile.el (compilation-mode-map):
13035 * progmodes/grep.el (grep-mode-map):
13036 Bind TAB to `compilation-next-error' and [backtab] to
13037 `compilation-previous-error'.
13038
13039 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
13040 matching line numbers, column numbers and their ranges with regexp
13041 matching only line numbers.
13042 (grep-context-face): New face variable.
13043 (grep-mode-font-lock-keywords): Use it.
13044
13045 * faces.el (read-face-name): Delete duplicate faces.
13046
13047 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
13048
13049 * thumbs.el (thumbs-find-image): Don't make variables
13050 automatically buffer local.
13051 (thumbs-current-tmp-filename, thumbs-current-image-filename)
13052 (thumbs-image-num): Make automatically buffer local.
13053 (thumbs-show-thumbs-list): Use `make-local-variable', not
13054 `make-variable-buffer-local'.
13055 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
13056
13057 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
13058 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
13059 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
13060 (bother, bye, canyou, chatlst, continue, deathlst, describe)
13061 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
13062 (feelings-about, foullst, found, hello, history, howareyoulst)
13063 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
13064 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
13065 (neglst, obj, object, owner, please, problems, qlist)
13066 (random-adjective, relation, remlst, repetitive-shortness)
13067 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
13068 (shortlst, something, sportslst, stallmanlst, states, subj)
13069 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
13070 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
13071 Defvar at compile time.
13072
13073 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
13074 not `make-variable-buffer-local'.
13075
13076 2005-08-02 Kim F. Storm <storm@cua.dk>
13077
13078 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
13079 rectangle overlay in selected window.
13080
13081 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
13082
13083 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
13084 instead of display group. Make `indicate-buffer-boundaries'
13085 customizable through Custom.
13086
13087 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
13088
13089 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
13090 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
13091 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
13092 (gdb-put-string): Fix typos in docstrings.
13093
13094 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
13095
13096 Update copyright notices of files in progmodes directory for
13097 release of Emacs 22.1.
13098
13099 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
13100
13101 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
13102 Don't barf if the GUD buffer has been killed.
13103
13104 2005-08-01 Kim F. Storm <storm@cua.dk>
13105
13106 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
13107
13108 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
13109
13110 * simple.el (next-error-follow-minor-mode):
13111 make-variable-buffer-local -> make-local-variable.
13112
13113 * emacs-lisp/cl-extra.el: Require CL also when compiling.
13114
13115 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
13116 (byte-compile-form-make-variable-buffer-local): New functions to warn
13117 about misuses of make-variable-buffer-local where make-local-variable
13118 was meant.
13119
13120 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
13121
13122 * bs.el (bs-attributes-list): Doc fix.
13123 (bs): Update url-link.
13124
13125 * desktop.el (desktop-save-buffer): Fix typos in docstring.
13126 (desktop-load-default): Simplify.
13127
13128 * ibuffer.el (ibuffer-columnize-and-insert-list)
13129 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
13130 (ibuffer-unmark-all, ibuffer-toggle-marks)
13131 (ibuffer-unmark-forward, ibuffer-unmark-backward)
13132 (ibuffer-compile-make-format-form, ibuffer-format-column)
13133 (ibuffer-current-buffers-with-marks)
13134 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
13135 (ibuffer): Doc fix.
13136 (ibuffer-mode): Fix typo in docstring.
13137 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
13138 with `define-obsolete-variable-alias'.
13139 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
13140
13141 2005-07-29 Kenichi Handa <handa@m17n.org>
13142
13143 * international/mule-cmds.el (select-message-coding-system):
13144 Be sure to use LF for end-of-line. If no coding system is decided,
13145 return iso-8859-1-unix.
13146
13147 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
13148
13149 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
13150 (ange-ftp-pending-error-line): New vars.
13151 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
13152 to handle the non-fatal no-route-to-host messages.
13153 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
13154
13155 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
13156
13157 * isearch.el (isearch-mode-map, isearch-other-meta-char)
13158 (isearch-quote-char, isearch-printing-char)
13159 (isearch-text-char-description): "?\ " -> "?\s".
13160 (isearch-lazy-highlight-cleanup)
13161 (isearch-lazy-highlight-initial-delay)
13162 (isearch-lazy-highlight-interval)
13163 (isearch-lazy-highlight-max-at-a-time)
13164 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
13165 Declare with define-obsolete-*-alias macros.
13166 (isearch-forward): Fix typo in docstring.
13167 (search-invisible, search-ring-yank-pointer)
13168 (regexp-search-ring-yank-pointer): Doc fixes.
13169
13170 * recentf.el (recentf-menu-append-commands-p): Declare with
13171 `define-obsolete-variable-alias'.
13172 (recentf-max-saved-items, recentf-menu-filter)
13173 (recentf-arrange-by-rule-subfilter): Doc fixes.
13174 (recentf-menu-append-commands-flag)
13175 (recentf-initialize-file-name-history, recentf-expand-file-name)
13176 (recentf-clear-data): Fix typos in docstrings.
13177
13178 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
13179
13180 * progmodes/gdb-ui.el: Smarten comments.
13181 (gdb-info-breakpoints-custom): Use nowarn when finding file.
13182
13183 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13184
13185 * term/apollo.el (terminal-init-apollo): New function containing
13186 all former top level forms in the file.
13187 * term/bobcat.el (terminal-init-bobcat):
13188 * term/cygwin.el (terminal-init-cygwin):
13189 * term/iris-ansi.el (terminal-init-iris-ansi):
13190 * term/linux.el (terminal-init-linux):
13191 * term/news.el (terminal-init-news):
13192 * term/rxvt.el (terminal-init-rxvt):
13193 * term/sun.el (terminal-init-sun):
13194 * term/tvi970.el (terminal-init-tvi970):
13195 * term/vt100.el (terminal-init-vt100):
13196 * term/vt102.el (terminal-init-vt102):
13197 * term/vt125.el (terminal-init-vt125):
13198 * term/vt200.el (terminal-init-vt200):
13199 * term/vt201.el (terminal-init-vt201):
13200 * term/vt220.el (terminal-init-vt220):
13201 * term/vt240.el (terminal-init-vt240):
13202 * term/vt300.el (terminal-init-vt300):
13203 * term/vt320.el (terminal-init-vt320):
13204 * term/vt400.el (terminal-init-vt400):
13205 * term/vt420.el (terminal-init-vt420):
13206 * term/wyse50.el (terminal-init-wyse50):
13207 * term/xterm.el (terminal-init-xterm): Likewise.
13208
13209 * term/README: Describe the terminal-init-* functionality.
13210
13211 * startup.el (command-line): After loading the terminal initialization
13212 file call the corresponding terminal initialization function.
13213
13214 2005-07-27 Kenichi Handa <handa@m17n.org>
13215
13216 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
13217 negative.
13218
13219 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
13220 (ps-mule-composition-prologue): Fix for the case that
13221 RelativeCompose is false.
13222
13223 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13224
13225 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
13226
13227 * descr-text.el (describe-char): Handle the case where the list of
13228 chars is displayed in a separate frame.
13229 Be a bit more discriminating when looking for the char.
13230
13231 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
13232
13233 * bookmark.el (bookmark-automatically-show-annotations)
13234 (bookmark-read-annotation-text-func): Doc fixes.
13235 (bookmark-save): Improve argument/docstring consistency.
13236 (bookmark-get-bookmark, bookmark-get-bookmark-record)
13237 (bookmark-alist-from-buffer)
13238 (bookmark-upgrade-file-format-from-0)
13239 (bookmark-grok-file-format-version)
13240 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
13241 (bookmark-read-annotation-mode)
13242 (bookmark-insert-current-bookmark, bookmark-jump)
13243 (bookmark-exit-hook): Fix typos in docstrings.
13244 (bookmark-exit-hooks): Define as obsolete alias.
13245 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
13246 not `bookmark-exit-hooks'. Fix docstring.
13247 (bookmark-bmenu-select): "?\ " -> "?\s".
13248
13249 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
13250
13251 * startup.el (command-line): Fix typo.
13252
13253 2005-07-24 Richard M. Stallman <rms@gnu.org>
13254
13255 * tooltip.el (tooltip-mode): Test emacs-basic-display,
13256 not emacs-quick-startup.
13257
13258 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
13259
13260 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13261 (reb-next-match, reb-show-subexp): Use `with-selected-window'
13262 instead of `reb-with-current-window'.
13263 (reb-prev-match): Likewise. Also, don't move left if the search
13264 was unsuccessful.
13265 (reb-initialize-buffer): New function.
13266 (re-builder, reb-change-syntax): Use it.
13267
13268 * man.el (Man-goto-page): Make second argument NOERROR optional.
13269
13270 2005-07-23 Richard M. Stallman <rms@gnu.org>
13271
13272 * man.el (Man-bgproc-sentinel): Check here for failure to find
13273 any man page in the output, and report the error here.
13274 (Man-arguments): Make it permanent local.
13275 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
13276 (Man-mode): Pass t for NOERROR.
13277
13278 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
13279 (grep-mode-font-lock-keywords):
13280 Don't use compilation-...-face for messages that are not file names.
13281
13282 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13283 Don't use compilation-...-face for messages that are not file names.
13284
13285 2005-07-22 Juri Linkov <juri@jurta.org>
13286
13287 * startup.el (normal-splash-screen): Update menu name.
13288
13289 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13290
13291 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13292
13293 * term/xterm.el: Load term/rxvt if the terminal is actually an
13294 rxvt terminal.
13295 (xterm-rxvt-set-background-mode): Remove, not used anymore.
13296
13297 * term/rxvt.el (function-key-map): Use substitute-key-definition
13298 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
13299
13300 * term/cygwin.el: New file.
13301
13302 2005-07-22 Kim F. Storm <storm@cua.dk>
13303
13304 * image-file.el (insert-image-file, image-file-yank-handler):
13305 Fix last change to maintain a (unique) yank-handler on yanked images.
13306
13307 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
13308
13309 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13310 of the file size (as in "177B" for 177 bytes). This happens with
13311 "ls -lh" on FreeBSD.
13312
13313 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
13314
13315 * hilit-chg.el (highlight-changes-global-initial-state)
13316 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13317 (hilit-chg-fixup, highlight-changes-mode):
13318 Fix typos in docstrings.
13319 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13320 Doc fixes.
13321
13322 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13323
13324 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13325 mode function using `eval-after-load'.
13326
13327 2005-07-21 Kim F. Storm <storm@cua.dk>
13328
13329 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13330 included when reporting an emacs crash, and tell about the DEBUG file.
13331
13332 * image-file.el (insert-image-file): Add yank-handler.
13333 (image-file-yank-handler): Yank handler to make unique copies of
13334 images when they are yanked into a buffer next to each other.
13335
13336 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13337
13338 * comint.el (comint-use-prompt-regexp, comint-send-input)
13339 (comint-source-default, comint-extract-string)
13340 (comint-get-source, comint-word, comint-completion)
13341 (comint-source, comint-prompt-read-only, comint-update-fence):
13342 Fix typos in docstrings.
13343 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13344 Declare with define-obsolete-*-alias macros.
13345 (comint-previous-matching-input-from-input)
13346 (comint-next-matching-input-from-input)
13347 (comint-previous-matching-input, comint-next-matching-input)
13348 (comint-forward-matching-input):
13349 Improve argument/docstring consistency.
13350
13351 * desktop.el (desktop-clear-preserve-buffers-regexp):
13352 Also preserve the *server* buffer.
13353
13354 * simple.el (clone-indirect-buffer): Doc fix.
13355 (fixup-whitespace, just-one-space)
13356 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13357 (next-error, next-error-highlight)
13358 (next-error-highlight-no-select, next-error-last-buffer)
13359 (next-error-buffer-p, next-error-find-buffer, next-error)
13360 (previous-error, next-error-no-select, previous-error-no-select)
13361 (open-line, split-line, minibuffer-prompt-width, kill-new)
13362 (binary-overwrite-mode): Fix typos in docstrings.
13363 (set-fill-column): Fix typo in message.
13364
13365 * skeleton.el (skeleton-proxy-new): Doc fix.
13366
13367 * strokes.el (strokes-load-hook): Doc fix.
13368 (strokes-grid-resolution, strokes-get-grid-position)
13369 (strokes-renormalize-to-grid, strokes-read-stroke)
13370 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13371 (strokes-global-map): Fix typos in docstrings.
13372 (strokes-help): Doc fix. Fix help message and pass it through
13373 `substitute-command-keys'.
13374
13375 * tempo.el (tempo-insert-prompt, tempo-interactive)
13376 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13377 (tempo-insert-string-functions, tempo-local-tags)
13378 (tempo-define-template, tempo-insert-template)
13379 (tempo-insert-prompt-compat, tempo-is-user-element)
13380 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13381 Fix typos in docstrings.
13382
13383 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13384 (vcursor-key-bindings, vcursor-use-vcursor-map)
13385 (vcursor-find-window, vcursor-scroll-down)
13386 (vcursor-disable, vcursor-beginning-of-buffer)
13387 (vcursor-end-of-buffer): Fix typos in docstrings.
13388 (vcursor-relative-move, vcursor-get-char-count):
13389 Improve argument/docstring consistency.
13390
13391 * version.el: "?\ " -> "?\s".
13392
13393 * wid-edit.el (widget-default-create, widget-after-change)
13394 (widget-default-format-handler, widget-checklist-add-item)
13395 (widget-radio-add-item, widget-choose, widget-specify-secret)
13396 (widget-field-value-create, widget-field-value-get)
13397 (widget-editable-list-format-handler)
13398 (widget-editable-list-entry-create, widget-group-value-create)
13399 (widget-documentation-link-add)
13400 (widget-documentation-string-value-create): "?\ " -> "?\s".
13401 (widget-convert-text): Doc fix.
13402 (widget-narrow-to-field, widget-field-find)
13403 (widget-url-link-action, widget-emacs-library-link-action)
13404 (widget-color-notify): Fix typos in docstrings.
13405
13406 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13407 (x-select-text, set-w32-system-coding-system)
13408 (w32-add-charset-info): Fix typos in docstrings.
13409
13410 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13411 (cua-enable-cua-keys, cua-use-hyper-key)
13412 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13413 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13414
13415 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13416
13417 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13418 `defalias' instead of faking it.
13419
13420 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13421 (eshell-ls-missing, eshell-ls-dired-initial-args)
13422 (eshell-ls-use-in-dired): Fix typos in docstrings.
13423
13424 2005-07-20 Kim F. Storm <storm@cua.dk>
13425
13426 * emulation/cua-base.el (cua-mode): Improve doc string.
13427
13428 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13429
13430 * abbrev.el (expand-region-abbrevs): Doc fix.
13431 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13432 Improve argument/docstring consistency.
13433
13434 * arc-mode.el (archive-get-descr, archive-alternate-display):
13435 Doc fixes.
13436 (archive-l-e): Improve argument/docstring consistency.
13437 (archive-tmpdir, archive-unixdate, archive-unixtime)
13438 (archive-chmod-entry): Fix typos in docstrings.
13439 (archive-unflag, archive-unflag-backwards)
13440 (archive-unmark-all-files): "?\ " -> "?\s".
13441
13442 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13443 (Buffer-menu-not-modified, Buffer-menu-execute)
13444 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13445 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13446
13447 * composite.el (compose-string, encode-composition-rule)
13448 (compose-last-chars): Fix typos in docstrings.
13449
13450 * desktop.el (desktop-enable, desktop-basefilename):
13451 Declare with `define-obsolete-variable-alias'.
13452 (desktop-internal-v2s): Don't quote keywords.
13453 (desktop-clear): "?\ " -> "?\s".
13454
13455 * dired.el (dired-align-file, dired-flag-backup-files)
13456 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13457 (dired-listing-switches, dired-ls-F-marks-symlinks)
13458 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13459 (dired-directory, dired-faces, dired, dired-revert)
13460 (dired-mode, dired-summary, dired-view-file)
13461 (dired-copy-filename-as-kill, dired-delete-file)
13462 (dired-no-confirm, dired-unmark-all-marks)
13463 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13464 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13465 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13466 Fix typos in message strings.
13467
13468 * dired-x.el (virtual-dired): Declare with `defalias'.
13469 (dired-mark-unmarked-files, dired-local-variables-file)
13470 (dired-omit-here-always): Doc fix.
13471 (dired-omit-mode, dired-find-subdir)
13472 (dired-enable-local-variables, dired-clean-up-buffers-too)
13473 (dired-extra-startup, dired-mark-extension, dired-jump)
13474 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13475 (dired-smart-shell-command, dired-guess-shell-alist-user)
13476 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13477 (dired-x-bind-find-file, dired-x-submit-report):
13478 Fix typos in docstrings.
13479 (dired-mark-unmarked-files): "?\ " -> "?\s".
13480
13481 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13482
13483 * faces.el (describe-face): "?\ " -> "?\s".
13484 (read-all-face-attributes, read-face-font, modify-face)
13485 (face-attr-construct, italic): Fix typos in docstrings.
13486 (frame-update-face-colors): Declare with
13487 `define-obsolete-function-alias'.
13488
13489 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13490 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13491 (magic-mode-alist, buffer-file-numbers-unique)
13492 (write-file-functions, get-free-disk-space):
13493 Fix typos in docstrings.
13494 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13495 (write-contents-hooks, write-file-hooks):
13496 Declare with `define-obsolete-variable-alias'.
13497
13498 * forms-d2.el (arch-rj): Fix typo in docstrings.
13499 (arch-tocol): Likewise. "?\ " -> "?\s".
13500
13501 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13502 Fix typo in docstring.
13503 (set-screen-width, set-screen-height): Delete redundant info in
13504 doctrings.
13505 (new-frame, screen-height, screen-width): Declare with
13506 `define-obsolete-function-alias'.
13507 (delete-frame-hook, blink-cursor): Declare with
13508 `define-obsolete-variable-alias'.
13509
13510 * paths.el (prune-directory-list): Fix typos in docstring.
13511
13512 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13513 (cvs-prefix-get): Fix typos in docstrings.
13514
13515 * ps-print.el (ps-extend-face-list, ps-extend-face)
13516 (ps-print-background-image): Fix typos in docstrings.
13517 (ps-default-fg, ps-default-bg): Doc fixes.
13518
13519 * s-region.el (s-region-bind): Doc fix.
13520 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13521
13522 * textmodes/org.el (org-table-formula-substitute-names)
13523 (org-table-get-vertical-vector): Doc fixes.
13524 (org-table-recalculate): Remove unused argument to `message'.
13525
13526 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13527
13528 * textmodes/org.el (org-table-column-names)
13529 (org-table-column-name-regexp)
13530 (org-table-named-field-locations): New variables.
13531 (org-archive-subtree): Protect `this-command' when calling
13532 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13533 the kill buffer.
13534 (org-complete): Remove fixed-formula completion.
13535 (org-edit-formulas-map): New variable.
13536 (org-table-edit-formulas): New command.
13537 (org-finish-edit-formulas, org-abort-edit-formulas)
13538 (org-show-variable, org-table-get-vertical-vector): New functions.
13539 (org-table-maybe-eval-formula): Handle `:=' fields.
13540 (org-table-get-stored-formulas, org-table-store-formulas)
13541 (org-table-get-formula, org-table-modify-formulas)
13542 (org-table-replace-in-formulas): Handle named field formulas.
13543 (org-table-get-specials): Store locations of named fields.
13544
13545 2005-07-19 Juri Linkov <juri@jurta.org>
13546
13547 * progmodes/grep.el (grep-regexp-alist)
13548 (grep-mode-font-lock-keywords, grep-process-setup):
13549 Use default GNU grep match color "01;31m" instead of "01;41m".
13550 (grep-regexp-alist, grep-mode-font-lock-keywords):
13551 Use `\\[[0-9]*m' instead of `\\[00m'.
13552 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13553 sgr_start where its handling is more important. Use the real
13554 length of sgr_start instead of constant 8.
13555 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13556 specially. Delete all remaining escape sequences.
13557 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13558 (grep-regexp-alist): Make hyperlink only for binary file name
13559 instead of the whole line.
13560 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13561 (grep-mode): Add autoload.
13562
13563 * emacs-lisp/find-func.el (find-function-regexp):
13564 Add `define-compilation-mode'.
13565
13566 2005-07-19 Juri Linkov <juri@jurta.org>
13567
13568 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13569 (compare-windows-sync-string-size, compare-windows-recenter)
13570 (compare-windows-highlight, compare-windows): Add version 22.1.
13571 (compare-windows) <defface>: Inherit from lazy-highlight instead
13572 of duplicating its default value.
13573
13574 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13575 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13576
13577 * descr-text.el (describe-char): Create link buttons for `charset'
13578 and `code point'. Add the current input method name with a link
13579 button to `to input' field. Print face names of display table
13580 characters in `The display table entry is displayed by' section
13581 instead of printing face-id in the `display' field.
13582 Guess hardcoded faces and create a link button for them.
13583 Skip empty fields when calculating max-width.
13584 Treat `widget-create' specially while inserting strings from the
13585 collected field list.
13586 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13587
13588 * diff-mode.el (diff-file-header): Change foreground color from
13589 yellow to green on light backgrounds.
13590 (diff-context): Inherit from `shadow' only for color/grayscale
13591 with more than 88 colors.
13592 (diff-indicator-removed, diff-indicator-added)
13593 (diff-indicator-changed): New faces.
13594 (diff-font-lock-keywords): Use new faces. Regroup rules.
13595 Add "^---$" for `normal' diff format. Fontify `#' lines with
13596 font-lock-comment-delimiter-face and font-lock-comment-face.
13597 Add `#' to ^[^...] in the rule for `diff-context-face'.
13598
13599 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13600 a button-like box. Inherit from `highlight' on low colors.
13601 (shadow): Use shades of gray only for color/grayscale with
13602 more than 88 colors. Use green for light backgrounds with
13603 8 colors, and yellow for dark backgrounds with 8 colors.
13604
13605 * font-lock.el (font-lock-regexp-grouping-backslash):
13606 Don't inherit from escape-glyph (use bold for all cases).
13607
13608 * info.el (info-xref-visited): Use light foreground color `violet'
13609 for dark backgrounds instead of dark color `magenta3'.
13610 (info-title-1): Use `yellow' color for dark backgrounds.
13611
13612 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13613 too-light magenta2.
13614
13615 * replace.el (match): Use slightly more light RoyalBlue3 instead
13616 of dark RoyalBlue4.
13617
13618 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13619
13620 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13621
13622 * novice.el (disabled-command-hook): Declare it with
13623 `define-obsolete-variable-alias'.
13624
13625 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13626 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13627 (desktop-load-default): Add release to obsolescence info.
13628 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13629 (desktop-append-buffer-args, desktop-read):
13630 Fix typos in docstrings.
13631 (desktop-kill): Fix typo in message.
13632 (desktop-save): Doc fix.
13633
13634 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13635
13636 * viper-cmd.el (viper-escape-to-state): Bug fix.
13637 (viper-envelop-ESC-key): Change the definition of fast
13638 keysequence so it'll work with keyboard macros.
13639
13640 * ediff.el (ediff-patch-buffer): Change the docstring.
13641
13642 2005-07-19 Kenichi Handa <handa@m17n.org>
13643
13644 * international/mule-cmds.el (select-safe-coding-system): Try to
13645 use an auto-coding (if any) before anything else. If the found
13646 auto-coding is invalid, show a warning message.
13647
13648 * international/mule.el (find-auto-coding): New function created
13649 by modifying the body of set-auto-coding.
13650 (set-auto-coding): Use find-auto-coding to find a coding.
13651
13652 2005-07-18 Richard M. Stallman <rms@gnu.org>
13653
13654 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13655 not isearch-mode-end-hook-error.
13656 (allout-before-change-protect): Fix error message.
13657
13658 2005-07-18 Juri Linkov <juri@jurta.org>
13659
13660 * allout.el (allout-mode):
13661 * calculator.el (calculator-copy):
13662 * custom.el (custom-known-themes):
13663 * dired.el (dired-desktop-buffer-misc-data)
13664 (dired-restore-desktop-buffer):
13665 * dired-x.el (dired-omit-marker-char):
13666 * files.el (basic-save-buffer):
13667 * font-core.el (font-lock-mode):
13668 * calendar/calendar.el (calendar-goto-hebrew-date)
13669 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13670 (calendar-goto-persian-date):
13671 * language/ethio-util.el (ethio-sera-to-fidel-region):
13672 * textmodes/picture.el (picture-mode):
13673 Delete duplicate duplicate words.
13674
13675 2005-07-18 Juri Linkov <juri@jurta.org>
13676
13677 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13678 chars * ? } |.
13679 (isearch-fallback): Don't call `isearch-process-search-char'.
13680 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13681 (isearch-process-search-char): Call `isearch-fallback' for regexp
13682 chars * ? } |.
13683 (isearch-return-char): Make obsolete with `make-obsolete' instead
13684 of simply documenting it as obsolete in the docstring.
13685 (isearch-fallback): Refill docstring.
13686
13687 * international/isearch-x.el
13688 (isearch-process-search-multibyte-characters): Remove unneeded
13689 `concat'. Add intermediate values to `junk-hist' instead of
13690 `minibuffer-history'. Test the length of `str'.
13691
13692 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13693
13694 * allout.el (allout-resolve-xref): Fix typos in error strings.
13695 (allout-before-change-protect): Remove unneeded `concat'.
13696
13697 * array.el (array-mode, array-reconfigure-rows)
13698 (untabify-backward): Fix typos in docstrings.
13699 (array-reconfigure-rows): Use `insert-buffer-substring', not
13700 `insert-buffer'.
13701
13702 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13703 * progmodes/ada-mode.el (ada-make-body):
13704 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13705
13706 * dired.el (dired-log):
13707 * tar-mode.el (tar-subfile-save-buffer):
13708 * play/zone.el (zone-pgm-stress-destress):
13709 Use `insert-buffer-substring', not `insert-buffer'.
13710
13711 2005-07-17 Simon Josefsson <jas@extundo.com>
13712
13713 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13714
13715 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13716
13717 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13718 Add plain auth method.
13719 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13720
13721 2005-07-17 Kim F. Storm <storm@cua.dk>
13722
13723 * ido.el (dired-other-window): Add ido property.
13724
13725 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13726
13727 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13728 Fix typo in docstring.
13729 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13730 `insert-file-literally'.
13731
13732 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13733 info and delete redundant message. Doc fix.
13734 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13735 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13736
13737 2005-07-16 Richard M. Stallman <rms@gnu.org>
13738
13739 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13740 (byte-compile-and): Use byte-compile-and-recursion.
13741 (byte-compile-or-recursion): New function.
13742 (byte-compile-or): Use that.
13743 (byte-compile-if): Guard the else-clause too.
13744 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13745
13746 * isearch.el (isearch-mode-end-hook-quit): New variable.
13747 (isearch-done): Bind it.
13748 (isearch-mode-end-hook): Doc fix.
13749
13750 * allout.el (allout-isearch-did-quit): Variable deleted.
13751 (allout-real-isearch-abort): Function name no longer used.
13752 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13753 (allout-isearch-rectification): isearch-mode always exists.
13754 Don't set allout-isearch-did-quit.
13755 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13756 allout-isearch-did-quit.
13757 (allout-enwrap-isearch): Just add the hook.
13758 (allout-isearch-abort): Function deleted.
13759 (allout-pre-command-business): Avoid warning.
13760
13761 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13762 Correctly avoid warnings.
13763 (pascal-outline): Likewise.
13764
13765 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13766
13767 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13768
13769 * play/tetris.el (tetris-mode): Avoid warning.
13770
13771 * play/snake.el (snake-mode): Avoid warning.
13772
13773 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13774 (gamegrid-set-display-table): Avoid warning.
13775 (gamegrid-set-timer): Likewise.
13776 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13777 (gamegrid-add-score-with-update-game-score-1): Take FILE
13778 as argument.
13779 (gamegrid-add-score-with-update-game-score): Pass that argument.
13780 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13781
13782 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13783
13784 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13785 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13786
13787 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13788 and insert-file.
13789
13790 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13791 (sc-ask): Avoid warnings.
13792
13793 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13794 (eshell-hist-initialize): Use that var the natural way.
13795
13796 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13797
13798 * emacs-lisp/re-builder.el (reb-cook-regexp):
13799 Avoid warning calling lre-compile-string.
13800 (reb-color-display-p): Avoid warning.
13801
13802 * calculator.el (calculator-last-input): Guard uses
13803 of event-key and key-press-event-p.
13804 (event-key, key-press-event-p): Delete definitions.
13805
13806 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13807 (find-gc-source-directory, find-gc-subrs-callers)
13808 (find-gc-noreturn-list, find-gc-source-files)
13809 (find-gc-subrs-called): Vars renamed and defvar'd.
13810
13811 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13812 (checkdoc-overlay-put, checkdoc-delete-overlay)
13813 (checkdoc-overlay-start, checkdoc-overlay-end)
13814 (checkdoc-mode-line-update, checkdoc-char=):
13815 Define such that compiler knows they are defined.
13816 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13817 (checkdoc-read-event): Delete. Use read-event directly.
13818
13819 * whitespace.el (whitespace-make-overlay)
13820 (whitespace-overlay-put, whitespace-delete-overlay)
13821 (whitespace-overlay-start, whitespace-overlay-end):
13822 Define such that compiler knows they are defined.
13823 (whitespace): Move conditional inside.
13824
13825 * tempo.el (tempo-insert-template): Suppress warning.
13826
13827 * ediff-diff.el (longlines-mode): Add defvar.
13828
13829 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13830
13831 * server.el: Bind "C-x #" in a way that works even if C-x is
13832 redefined to a command key, not a prefix key.
13833
13834 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13835
13836 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13837 cl-make-type-test till execution time.
13838
13839 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13840
13841 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13842 arg ARG and use it.
13843
13844 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13845
13846 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13847
13848 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13849
13850 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13851 a defcustom with two :set or :type keywords.
13852
13853 2005-07-15 Richard M. Stallman <rms@gnu.org>
13854
13855 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13856 Don't give ^M comment-end syntax.
13857
13858 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13859
13860 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13861 Don't consider gdbmi (gdb-mi.el has its own update functions).
13862 (gdb-var-delete): Make it work for gdbmi as well.
13863 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13864
13865 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13866 (gud-speedbar-menu-items): Correct logic for enabling items.
13867
13868 2005-07-15 Kim F. Storm <storm@cua.dk>
13869
13870 * ido.el: Fix commentary.
13871 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13872 Use with-no-warnings around ffap-guesser.
13873 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13874 Let bind minibuffer-completing-file-name to t.
13875
13876 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13877
13878 * startup.el (site-run-file, keyboard-type): Doc fixes.
13879 (command-line): Check for "--basic-display" argument; also for
13880 "--quick", not "--bare-bones" (which was renamed).
13881 (fancy-splash-text): Add missing item "Getting New Versions".
13882 (normal-splash-screen): Fix typos and improve consistency with
13883 `fancy-splash-text'. Update copyright year.
13884
13885 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13886 valid binding for `help-char'.
13887
13888 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13889
13890 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13891
13892 * term.el (term-mode): Disable cua-mode for term buffers.
13893
13894 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13895
13896 * add-log.el (add-log-mailing-address, change-log-merge):
13897 Doc fixes.
13898 (change-log-get-method-definition): Fix typo in docstring.
13899
13900 2005-07-14 Kim F. Storm <storm@cua.dk>
13901
13902 * emulation/cua-base.el:
13903 (cua--pre-command-handler-1, cua--pre-command-handler)
13904 (cua--post-command-handler-1, cua--post-command-handler):
13905 Split in two. Check (buffer local) value of cua-mode.
13906 (cua-selection-mode): New command.
13907
13908 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13909
13910 * custom.el (custom-initialize-safe-set)
13911 (custom-initialize-safe-default): Doc fixes.
13912
13913 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13914 and simplify :init-value again.
13915
13916 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13917 and simplify :init-value again. Delete autoload.
13918
13919 * startup.el (command-line): Use `custom-reevaluate-setting' again
13920 for tooltip-mode.
13921
13922 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13923 a defcustom with two :initialize keywords.
13924
13925 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13926
13927 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13928 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13929 (allout-post-command-business, allout-flag-region)
13930 (isearch-reenable-font-lock, allout-yank)
13931 (allout-insert-latex-header, allout-insert-latex-trailer)
13932 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13933 (allout-latex-verb-quote): Fix typos in docstrings.
13934 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13935 (allout-unprotected, allout-prefix-data):
13936 Improve argument/docstring consistency.
13937 (allout-chart-subtree): Fix argument spec.
13938 (allout-open-topic): Rename `use_sib_bullet' argument to
13939 `use-sib-bullet'. Doc fix.
13940
13941 * whitespace.el (whitespace-check-buffer-leading)
13942 (whitespace-check-buffer-trailing)
13943 (whitespace-check-buffer-indent)
13944 (whitespace-check-buffer-spacetab)
13945 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13946 (whitespace-check-leading-whitespace)
13947 (whitespace-check-trailing-whitespace)
13948 (whitespace-check-spacetab-whitespace)
13949 (whitespace-check-indent-whitespace)
13950 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13951 (whitespace-modes): Fix typos in docstrings.
13952 (defgroup, defcustom): Doc fixes.
13953
13954 * winner.el (winner-mode, winner-boring-buffers)
13955 (winner-pending-undo-ring): Doc fixes.
13956 (winner-ring): Remove unneeded `progn'.
13957 (winner-equal): `defsubst' it.
13958 (winner-redo): Fix message.
13959
13960 2005-07-13 Kim F. Storm <storm@cua.dk>
13961
13962 * simple.el (line-move-1): Always use vertical-motion to
13963 do the last (or only) line move to ensure some movement.
13964 Undo 2005-06-23 change--don't check for overlays.
13965
13966 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13967
13968 * term/mac-win.el (ccl-encode-mac-roman-font)
13969 (ccl-encode-mac-centraleurroman-font)
13970 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13971 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13972 Change charset-id boundary of dimension to ?\xef.
13973 (mac-char-fontspec-list): New constant.
13974 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
13975 argument. Nil uses itself as family in font-spec. Previous
13976 behavior for nil is now provided by non-nil non-string argument.
13977 All callers changed. Add font-specs for Mac fonts to
13978 "fontset-default" unless iso8859-1 fonts are installed.
13979
13980 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13981
13982 * progmodes/sh-script.el (sh-get-indent-info): Only indent
13983 a continuation line if the \ is preceded by SPC or TAB.
13984 (sh-get-indent-info): Simplify.
13985 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13986 Use with-current-buffer.
13987
13988 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13989 when the matched text is empty.
13990
13991 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
13992
13993 * startup.el (command-line): Revert to previous handling of
13994 tooltip-mode. Explain in comment why the complexity is needed.
13995
13996 * tooltip.el (tooltip-mode): Revert to previous implementation of
13997 its defcustom.
13998
13999 * frame.el (blink-cursor-mode): Revert to previous implementation
14000 of its defcustom. Update comment.
14001
14002 2005-07-12 Lars Hansen <larsh@soem.dk>
14003
14004 * desktop.el: Update e-mail address.
14005
14006 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14007
14008 * term/mac-win.el (mac-services-mail-selection)
14009 (mac-services-mail-to): New functions.
14010 (mac-application-menu-map): Bind them.
14011
14012 2005-07-12 wulei <milton@wulei.net> (tiny change)
14013
14014 * progmodes/gdb-ui.el: Add note about buffering with Windows.
14015
14016 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
14017
14018 * custom.el (custom-reevaluate-setting): Doc fix.
14019
14020 2005-07-11 Jay Belanger <belanger@truman.edu>
14021
14022 * calc/calc.el (calc-embedded-announce-formula-alist)
14023 (calc-embedded-open-close-plain-alist)
14024 (calc-embedded-open-close-mode-alist): Add checks for additional
14025 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
14026
14027 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
14028
14029 * custom.el (custom-enable-theme): Don't add theme to
14030 `custom-enabled-themes' with `push' because there is no
14031 setf-method for `delq'.
14032
14033 2005-07-11 Richard M. Stallman <rms@gnu.org>
14034
14035 * custom.el (custom-declare-variable): Doc fix.
14036
14037 * dired-aux.el (dired-compare-directories): Remove "." and ".."
14038 from the alists.
14039
14040 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
14041 Do nothing if edebug-active.
14042
14043 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
14044 (edebug-display): Do it here instead.
14045
14046 2005-07-10 Richard M. Stallman <rms@gnu.org>
14047
14048 * cus-face.el (custom-theme-set-faces): Make it work.
14049 (custom-reset-faces): Doc fix.
14050 (custom-theme-reset-internal-face, custom-theme-face-value):
14051 Functions deleted.
14052
14053 * custom.el (custom-push-theme): Maintain list of the settings
14054 of a given theme in its theme-settings property.
14055 Maintain position of old settings in the theme-value
14056 or theme-face property.
14057 (custom-enabled-themes): New variable.
14058 (custom-theme-enabled-p): New function.
14059 (provide-theme): Update custom-enabled-themes.
14060 Disable and reenable the `user' theme.
14061 (require-theme): Doc fix.
14062 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
14063 (custom-theme-value, custom-theme-variable-value): Likewise.
14064 (custom-theme-reset-internal): Likewise.
14065 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
14066 (custom-enable-theme, custom-disable-theme): New functions.
14067 (custom-variable-theme-value, custom-face-theme-value): Likewise.
14068 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
14069 (custom-theme-reset-variables): Simplify.
14070 (deftheme, custom-declare-theme, custom-make-theme-feature):
14071 Definitions moved.
14072
14073 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
14074
14075 * longlines.el (longlines-show-region)
14076 (longlines-unshow-hard-newlines): Recognize hard newlines by
14077 non-nil hard property, instead of t.
14078
14079 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
14080
14081 * viper-cmd.el (viper--key-maps): New variable.
14082 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
14083 emulation-mode-map-alists.
14084 (viper-envelop-ESC-key): Use viper-subseq.
14085 (viper-search-forward/backward/next): Disable debug-on-error.
14086
14087 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14088 (viper-ESC-key): New defcustoms.
14089
14090 * viper-macs.el (ex-map-read-args): Use viper-subseq.
14091
14092 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
14093 (viper-subseq): Copy of subseq from cl.el.
14094
14095 * viper.el (viper-go-away, viper-set-hooks): Use
14096 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
14097
14098 * viper-mous.el (viper-current-frame-saved): Use defvar.
14099
14100 * viper-init.el: Get rid of -face in face names.
14101
14102 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
14103 Make it work with longlines mode
14104
14105 * ediff-mult.el (ediff-meta-mode-hook): New variable.
14106
14107 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
14108
14109 * ediff-init.el: Get rid of -face in face names.
14110
14111 2005-07-10 Richard M. Stallman <rms@gnu.org>
14112
14113 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
14114 and with-timeout-unsuspend.
14115
14116 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
14117 and with-timeout-unsuspend.
14118
14119 * emacs-lisp/timer.el (with-timeout-timers): New variable.
14120 (with-timeout): Bind that variable to record timers.
14121 (with-timeout-suspend, with-timeout-unsuspend): New functions.
14122
14123 * emacs-lisp/debug.el (debug-help-follow): New function.
14124 (debugger-mode-map): Use that instead of help-follow.
14125 (debugger-setup-buffer): Use eval-buffer-list
14126 to handle eval-buffer frames.
14127
14128 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
14129
14130 * timezone.el (timezone-parse-date): Change first regexp
14131 so it will not mistakenly match dates with no time zone.
14132
14133 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
14134
14135 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
14136
14137 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
14138
14139 * custom.el (custom-initialize-safe-set)
14140 (custom-initialize-safe-default): New functions.
14141
14142 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
14143 and simplify :init-value.
14144
14145 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
14146 and simplify :init-value. Delete obsolete comment.
14147
14148 * startup.el (command-line): Use `custom-reevaluate-setting' to
14149 handle `tooltip-mode'. Delete obsolete comment.
14150
14151 * files.el (set-visited-file-name): Avoid calling
14152 `file-name-nondirectory' with a nil argument.
14153
14154 2005-07-09 Richard M. Stallman <rms@gnu.org>
14155
14156 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
14157 was called with nil for the buffer, handle the read position right.
14158 Handle read position for eval-region, too.
14159
14160 2005-07-09 Juri Linkov <juri@jurta.org>
14161
14162 * fringe.el (fringe-mode): Add period in docstring.
14163 (fringe-query-style): Build prompt depending on `all-frames' arg.
14164
14165 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
14166 to not create links to unrelated functions in the Help buffer.
14167
14168 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
14169 Doc fix.
14170
14171 * simple.el (next-error-hook): New variable.
14172 (next-error): Use it. Doc fix.
14173
14174 * textmodes/ispell.el (ispell-command-loop): Add current
14175 dictionary name and program name to mode-line-format.
14176 (ispell-region, ispell-process-line): Add current dictionary name
14177 and program name to messages.
14178
14179 2005-07-08 Jay Belanger <belanger@truman.edu>
14180
14181 * calc/calc.el (calc-embedded-announce-formula-alist)
14182 (calc-embedded-open-close-formula-alist)
14183 (calc-embedded-open-close-word-alist)
14184 (calc-embedded-open-close-plain-alist)
14185 (calc-embedded-open-close-new-formula-alist)
14186 (calc-embedded-open-close-mode-alist)
14187 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
14188 (calc-embedded-mode-hook): New variables.
14189
14190 * calc/calc-embed.el (calc-embedded-firsttime)
14191 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
14192 New variables.
14193 (calc-do-embedded): Use calc-embedded-firsttime,
14194 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
14195 determine whether or not to run hooks.
14196 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
14197 calc-embedded-firsttime-formula appropriately.
14198 Set calc-embedded delimiter variables according to mode.
14199
14200 2005-07-08 Richard M. Stallman <rms@gnu.org>
14201
14202 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
14203 Check for "emacs", etc., as entire symbol, not just as word.
14204 (checkdoc-file-comments-engine): Use regexp-quote on FN.
14205
14206 * files.el (set-visited-file-name): Report the error
14207 for "empty filename" earlier.
14208 (kill-some-buffers): Ignore buffers already dead.
14209
14210 * fringe.el (fringe-mode): Doc fix.
14211
14212 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14213 Check for (featurep 'xemacs) and turn off warnings in what it guards.
14214 Use unwind-protect to ensure byte-compile-unresolved-functions
14215 is updated.
14216
14217 * whitespace.el (whitespace-buffer-leading-cleanup):
14218 Simplify w/ skip-chars-forward.
14219 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
14220
14221 * mail/rmail.el (rmail-only-expunge): Fix paren error.
14222 Unconditionally try to leave point at the same old place.
14223
14224 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
14225
14226 * comint.el (comint-postoutput-scroll-to-bottom)
14227 (comint-show-maximum-output): Take scroll-margin into consideration.
14228
14229 2005-07-08 Kim F. Storm <storm@cua.dk>
14230
14231 * ido.el (ido-use-filename-at-point): New choice `guess'.
14232 (ido-file-internal): Try ffap-guesser if selected.
14233
14234 * ido.el (ido-before-fallback-functions): New hook.
14235 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
14236 (ido-read-file-name): Run it.
14237
14238 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
14239
14240 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
14241 strings rather than a list of symbols to the completion function.
14242
14243 2005-07-07 Jay Belanger <belanger@truman.edu>
14244
14245 * calc/calc-units.el (math-apply-units): Change the places in
14246 which units are simplified.
14247
14248 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
14249
14250 * cus-edit.el (customize-option, customize-option-other-window):
14251 Make them handle aliases.
14252
14253 * custom.el (custom-variable-p): Make it recursively follow
14254 aliases. Mention that in the docstring.
14255
14256 2005-07-07 Richard M. Stallman <rms@gnu.org>
14257
14258 * cus-start.el (exec-path): Use `directory' instead of `file'.
14259 Fix tag for nil.
14260
14261 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14262
14263 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
14264 when called non-interactively. Doc fix.
14265
14266 2005-07-07 Lute Kamstra <lute@gnu.org>
14267
14268 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
14269 new address as well.
14270
14271 2005-07-07 Kenichi Handa <handa@m17n.org>
14272
14273 * international/mule.el (make-coding-system):
14274 Describe `ascii-incompatible' property in the docstring.
14275 (set-file-name-coding-system): Signal an error if coding-system is
14276 ascii-incompatible.
14277 (set-keyboard-coding-system): Likewise.
14278
14279 * international/mule-cmds.el (set-default-coding-systems):
14280 Don't set default-file-name-coding-system and
14281 default-keyboard-coding-system if coding-system is ASCII-incompatible.
14282
14283 * international/utf-16.el: Declare that all UTF-16-based coding
14284 systems are ASCII-incompatible.
14285
14286 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
14287
14288 * progmodes/gud.el: Require font-lock for displaying errors.
14289 Used by gdb-ui.el.
14290
14291 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14292
14293 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14294 values for the pattern lists which are `read'able but not
14295 `append'able (like symbols).
14296
14297 2005-07-06 Richard M. Stallman <rms@gnu.org>
14298
14299 * progmodes/flymake.el (flymake-float-time): Instead of
14300 with-no-warnings, test for xemacs.
14301 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14302 to avoid warning.
14303
14304 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
14305
14306 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14307
14308 2005-07-05 Lute Kamstra <lute@gnu.org>
14309
14310 * battery.el: Add support for Darwin (with much debugging help
14311 from Samuel Lauber <sam124@operamail.com>).
14312 (battery-status-function, battery-echo-area-format)
14313 (battery-mode-line-format): Add support for pmset on Darwin.
14314 (battery-load-low, battery-load-critical): New user options.
14315 (battery-pmset): New function.
14316
14317 2005-07-05 Lute Kamstra <lute@gnu.org>
14318
14319 Update FSF's address in GPL notices.
14320
14321 * textmodes/page-ext.el: Update FSF's address.
14322
14323 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14324
14325 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14326 filling from using prefix when filling a single-line docstring.
14327
14328 * progmodes/flymake.el: Remove useless eval-when-compile.
14329
14330 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14331
14332 2005-07-04 Richard M. Stallman <rms@gnu.org>
14333
14334 * textmodes/org.el (org-file-apps-defaults-gnu):
14335 Rename from org-file-apps-defaults-linux.
14336 (org-default-apps): Don't test system-type for `linux'.
14337 (org-file-apps): Doc fix.
14338
14339 2005-07-04 David Ponce <david@dponce.com>
14340
14341 * tree-widget.el: Improve header Commentary section.
14342 (tree-widget) [defgroup]
14343 (tree-widget-image-enable, tree-widget-themes-directory)
14344 (tree-widget-theme, tree-widget-image-properties-emacs)
14345 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14346 (tree-widget-image-formats, tree-widget-control)
14347 (tree-widget-empty-control, tree-widget-leaf-control
14348 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14349 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14350 (tree-widget-keep, tree-widget-after-toggle-functions)
14351 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14352 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14353 :help-echo message.
14354 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14355 (tree-widget-image-properties): Doc fix. Clearer implementation.
14356 (tree-widget--cursors): New constant.
14357 (tree-widget-lookup-image): New function split from
14358 `tree-widget-find-image'. Clearer implementation.
14359 (tree-widget-find-image): Use it.
14360 (tree-widget-button-keymap): Use `set-keymap-parent'.
14361 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14362 Define the sub-widgets here.
14363 (tree-widget-node): Check that :node is not a tree-widget.
14364 (tree-widget-get-super, tree-widget-open-control)
14365 (tree-widget-close-control, tree-widget-empty-control)
14366 (tree-widget-leaf-control, tree-widget-guide)
14367 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14368 (tree-widget-no-handle, tree-widget-value-delete)
14369 (tree-widget-map): Remove.
14370 (tree-widget-children-value-save): Doc fix. Simplified.
14371 (tree-widget-value-create): Update according to previous changes.
14372
14373 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14374
14375 * textmodes/org.el: Leading space replaced by TABS.
14376 (org-recalc-marks, org-table-rotate-recalc-marks)
14377 (org-table-get-specials): Treat "^" and "_" marks.
14378 (org-table-justify-field-maybe): Optional argument NEW.
14379 (org-table-eval-formula): Parsing of the format simplified.
14380 New modes C,I. Honor the %= parameter in the current table.
14381 Avoid unnecessary re-align by using the NEW argument to
14382 `org-table-justify-field-maybe'.
14383 (org-calc-default-modes): Default for date-format mimicks org-mode.
14384 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14385
14386 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14387
14388 * cus-face.el (custom-theme-set-faces): Make it handle face
14389 aliases whose alias declarations are pre- or autoloaded.
14390
14391 2005-07-04 Juri Linkov <juri@jurta.org>
14392
14393 * faces.el (read-face-name): Put the code for getting a face name
14394 from the buffer before adding the faces from the `face' property.
14395 Use `completing-read-multiple' instead of `completing-read'.
14396 Require `crm'. Add default value and post-process the returned
14397 list of faces.
14398
14399 * emacs-lisp/crm.el (crm-find-current-element)
14400 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14401
14402 * emacs-lisp/lisp-mode.el (eval-defun-1):
14403 * emacs-lisp/edebug.el (edebug-eval-defun):
14404 Remove unnecessary quotes.
14405
14406 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14407
14408 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14409 (prolog-indent-level): Fix typo in docstring.
14410
14411 * info.el (Info-history, Info-history-forward)
14412 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14413
14414 * add-log.el (add-change-log-entry):
14415 * comint.el (comint-dynamic-list-input-ring)
14416 (comint-dynamic-list-completions):
14417 * dabbrev.el (dabbrev-expand):
14418 * delim-col.el (delimit-columns-rectangle-line):
14419 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14420 (diff-unified->context):
14421 * ediff-init.el (ediff-abbrev-jobname):
14422 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14423 (ediff-replace-session-activity-marker-in-meta-buffer):
14424 * info.el (Info-summary):
14425 * lpr.el (printify-region):
14426 * printing.el (pr-create-interface):
14427 * ps-print.el (ps-print-quote):
14428 * ses.el (ses-column-widths, ses-print-cell)
14429 (ses-adjust-print-width, ses-center):
14430 * shell.el (shell-file-name-quote-list):
14431 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14432 (strokes-fill-current-buffer-with-whitespace)
14433 (strokes-xpm-for-stroke, strokes-list-strokes)
14434 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14435 * term.el (term-dynamic-list-input-ring)
14436 (term-dynamic-list-completions):
14437 * calc/calc.el (math-format-stack-value):
14438 * emacs-lisp/edebug.el (edebug-display-freq-count):
14439 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14440 (delphi-new-comment-line):
14441 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14442 * progmodes/executable.el (executable-set-magic):
14443 * progmodes/python.el (inferior-python-mode):
14444 * progmodes/scheme.el (scheme-mode-syntax-table):
14445 * progmodes/sh-script.el (sh-maybe-here-document):
14446 * progmodes/sql.el (sql-copy-column):
14447 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14448 * textmodes/bibtex.el (bibtex-mode):
14449 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14450 (sgml-auto-attributes):
14451 * textmodes/table.el (table-insert, table-shorten-cell)
14452 (table--generate-source-scan-lines, table-delete-row)
14453 (*table--cell-delete-char, table--spacify-frame)
14454 (table--horizontally-shift-above-and-below)
14455 (table--cell-insert-char, table--cell-blank-str)
14456 (table--fill-region-strictly):
14457 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14458 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14459
14460 * add-log.el (change-log):
14461 * apropos.el (apropos):
14462 * comint.el (comint-completion, comint-source):
14463 * dabbrev.el (dabbrev):
14464 * delim-col.el (columns):
14465 * diff-mode.el (diff-mode):
14466 * ediff.el (ediff):
14467 * ediff-diff.el (ediff-diff):
14468 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14469 * ediff-mult.el (ediff-mult):
14470 * ediff-ptch.el (ediff-ptch):
14471 * ediff-wind.el (ediff-window):
14472 * facemenu.el (facemenu):
14473 * indent.el (indent):
14474 * info.el (info):
14475 * jka-cmpr-hook.el (compression, jka-compr):
14476 * lpr.el (lpr):
14477 * outline.el (outlines):
14478 * pcmpl-cvs.el (pcmpl-cvs):
14479 * pcmpl-rpm.el (pcmpl-rpm):
14480 * printing.el (printing):
14481 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14482 (ps-print-vertical, ps-print-headers, ps-print-font)
14483 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14484 (ps-print-background, ps-print-printer, ps-print-page)
14485 (ps-print-miscellany):
14486 * ses.el (ses):
14487 * shell.el (shell, shell-directories, shell-faces):
14488 * startup.el (initialization):
14489 * strokes.el (strokes):
14490 * term.el (term):
14491 * uniquify.el (uniquify):
14492 * w32-vars.el (w32):
14493 * calc/calc.el (calc):
14494 * emacs-lisp/bytecomp.el (bytecomp):
14495 * emacs-lisp/cl-indent.el (lisp-indent):
14496 * emacs-lisp/edebug.el (edebug):
14497 * emacs-lisp/elp.el (elp):
14498 * emacs-lisp/testcover.el (testcover):
14499 * emacs-lisp/trace.el (trace):
14500 * emulation/viper-ex.el (viper-ex):
14501 * emulation/viper-mous.el (viper-mouse):
14502 * mail/mailalias.el (mailalias):
14503 * mail/supercite.el (supercite, supercite-frames)
14504 (supercite-attr, supercite-cite, supercite-hooks):
14505 * net/rcompile.el (remote-compile):
14506 * net/rlogin.el (rlogin):
14507 * obsolete/ooutline.el (outlines):
14508 * progmodes/delphi.el (delphi):
14509 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14510 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14511 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14512 (ebnf-optimization):
14513 * progmodes/etags.el (etags):
14514 * progmodes/executable.el (executable):
14515 * progmodes/idlwave.el (idlwave):
14516 * progmodes/pascal.el (pascal):
14517 * progmodes/prolog.el (prolog):
14518 * progmodes/python.el (python):
14519 * progmodes/scheme.el (scheme):
14520 * progmodes/sh-script.el (sh, sh-script):
14521 * progmodes/sql.el (SQL):
14522 * progmodes/tcl.el (tcl):
14523 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14524 * textmodes/enriched.el (enriched):
14525 * textmodes/makeinfo.el (makeinfo):
14526 * textmodes/sgml-mode.el (sgml):
14527 * textmodes/table.el (table-hooks):
14528 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14529 * textmodes/texinfo.el (texinfo):
14530 * textmodes/two-column.el (two-column):
14531 Finish `defgroup' description with period.
14532
14533 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14534 * eshell/esh-var.el (eshell-var):
14535 * progmodes/vhdl-mode.el (vhdl-testbench):
14536 * textmodes/org.el (org): Fix typos in docstrings.
14537
14538 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14539 consistency.
14540
14541 * progmodes/flymake.el (flymake-find-file): Remove.
14542 (flymake-float-time): Use `with-no-warnings'.
14543 (flymake-check-start-time, flymake-check-was-interrupted)
14544 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14545 (flymake-new-err-info): `defvar' at compile time.
14546
14547 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14548
14549 * replace.el (occur-hook): Doc fix.
14550 (occur-1): Don't call `occur-hook' if there are no matches.
14551
14552 2005-07-03 Richard M. Stallman <rms@gnu.org>
14553
14554 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14555 global-map, save the same map.
14556 (global-map): Don't alter it at top level.
14557 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14558 Then alter it here instead.
14559 (tpu-edt-off): Set global-map to the saved one.
14560
14561 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14562 All references simplified.
14563 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14564 (zmacs-regions): Add defvar.
14565 (repeat-complex-command-map): Everything about that deleted.
14566
14567 * textmodes/artist.el (artist-key-is-drawing)
14568 (artist-key-endpoint1, artist-key-poly-point-list)
14569 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14570 (artist-key-compl-table, artist-rb-save-data)
14571 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14572 Don't put them in eval-when-compile.
14573 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14574
14575 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14576 Use with-no-warnings.
14577
14578 * net/browse-url.el (dos-windows-version): Add defvar.
14579
14580 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14581
14582 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14583 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14584 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14585 Add defvar.
14586 (rmail-summary-beginning-of-message): Use with-no-warnings.
14587 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14588
14589 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14590 Use with-no-warnings.
14591
14592 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14593 (c-mark-function): Add point-moving-unit property.
14594 (vi-goto-line): Use with-no-warnings.
14595
14596 * emulation/edt.el (edt-last-copied-word): Add defvar.
14597 (zmacs-region-stays): Likewise.
14598 (edt-mark-section-wisely): Use c-mark-function for C.
14599 Use makr-defun for Fortran.
14600 (time-string): defvar deleted.
14601 (edt-display-the-time): Don't set time-string.
14602
14603 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14604
14605 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14606 Don't warn when name is not constant
14607 or for defining the group `emacs'.
14608
14609 * tooltip.el (gud-tooltip-mode): Add defvar.
14610
14611 * startup.el (default-frame-background-mode): Add defvar.
14612
14613 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14614
14615 * info.el (tool-bar-map): Add defvar.
14616
14617 * dired.el (dnd-protocol-alist): Add defvar.
14618
14619 * dired-aux.el (dired-query): Display question with answer, when
14620 the user answers.
14621
14622 * custom.el (custom-add-option): Doc fix.
14623
14624 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14625
14626 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14627
14628 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14629 bogus name from the last change.
14630
14631 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14632
14633 * custom.el (custom-declare-variable): Fix typos in comment.
14634 (custom-known-themes): Doc fix.
14635 (custom-theme-directory): New defcustom.
14636 (require-theme): Make it check `custom-theme-directory'.
14637
14638 * cus-theme.el (custom-new-theme-mode): New function.
14639 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14640 (custom-theme-description): Add compiler defvars.
14641 (customize-create-theme): Add doc to the "*New Custom Theme*"
14642 buffer. Use `custom-new-theme-mode'.
14643 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14644 and save it to the `custom-theme-directory'. Make this the
14645 default directory of the buffer.
14646
14647 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14648
14649 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14650 Fix unbalanced parentheses.
14651
14652 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14653
14654 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14655 into flymake-mode and delegate to flymake-mode.
14656
14657 * find-file.el (ff-which-function-are-we-in): Clean up.
14658
14659 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14660
14661 * replace.el (occur-rename-buffer): Fix docstring.
14662
14663 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14664 (edt-last-copied-word, edt-learn-macro-count)
14665 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14666 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14667 (time-string, zmacs-region-stays):
14668 * emulation/edt-mapper.el (edt-save-function-key-map)
14669 (EDT-key-name): `defvar' to silence the byte-compiler.
14670
14671 2005-07-02 Martin Rudalics <rudalics@gmx.at>
14672
14673 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14674 font-lock-regexp-backslash. Doc fix.
14675 (font-lock-regexp-backslash-grouping-construct): Rename from
14676 font-lock-regexp-backslash-construct. Doc fix.
14677 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14678 grouping constructs.
14679
14680 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14681
14682 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14683 updating all the prerequisites.
14684
14685 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14686
14687 * textmodes/org.el (org-agenda-start-on-weekday)
14688 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14689 (org-agenda-use-time-grid, org-archive-location)
14690 (org-allow-space-in-links, org-usenet-links-prefer-google)
14691 (org-enable-table-editor, org-export-default-language)
14692 (org-export-html-show-new-buffer, org-fill-paragraph)
14693 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14694 (org-goto-quit, org-occur, org-eval-in-calendar)
14695 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14696 (org-agenda-diary-entry, org-remember-help)
14697 (org-table-convert-region, org-at-table-p)
14698 (org-table-move-row-down, org-table-move-row-up)
14699 (org-table-copy-region, org-table-toggle-vline-visibility)
14700 (org-table-get-stored-formulas, org-table-get-specials)
14701 (org-recalc-commands, org-table-eval-formula)
14702 (org-table-formula-substitute-names, orgtbl-make-binding)
14703 (org-format-org-table-html, org-format-table-table-html)
14704 (org-format-table-table-html-using-table-generate-source)
14705 (org-customize): Fix typos in docstrings.
14706 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14707 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14708 (org-back-to-heading): Doc fixes.
14709 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14710 (org-agenda-change-all-lines, org-get-header):
14711 Improve argument/docstring consistency.
14712 (orgtbl-error): Fix error message.
14713
14714 * progmodes/flymake.el (flymake-find-possible-master-files)
14715 (flymake-master-file-compare, flymake-get-line-err-count)
14716 (flymake-highlight-line, flymake-gui-warnings-enabled):
14717 Fix typos in docstrings.
14718 (flymake-parse-line, flymake-get-project-include-dirs-function)
14719 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14720 Doc fixes.
14721 (flymake-get-project-include-dirs-function)
14722 (flymake-make-err-menu-data):
14723 Improve argument/docstring consistency.
14724
14725 2005-07-01 Lute Kamstra <lute@gnu.org>
14726
14727 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14728 Catch errors with ignore-errors. Use temporary buffer.
14729 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14730
14731 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14732 background color faces.
14733 (facemenu-set-foreground, facemenu-set-background):
14734 Use facemenu-set-face-from-menu.
14735 (facemenu-set-face-from-menu): Treat face names that start with
14736 "fg:" or "bg:" as special.
14737 (facemenu-add-new-color): Don't create faces. Simplify.
14738
14739 2005-06-30 Richard M. Stallman <rms@gnu.org>
14740
14741 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14742 (crm-find-current-element): Likewise.
14743
14744 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14745
14746 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14747
14748 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14749
14750 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14751 (archive-mouse-extract): Make it an obsolete alias.
14752 (archive-mode-map): Don't use archive-mouse-extract any more.
14753 (archive-mode, archive-extract): write-contents-hooks ->
14754 write-contents-functions.
14755 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14756 first arg.
14757 (archive-rename-entry): Update the call.
14758 (archive-zip-summarize): Remove unused var `method'.
14759 (archive-lzh-summarize): Remove unused var `creator'.
14760
14761 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14762 dedicated frame upon exit.
14763
14764 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14765 (archive-zip-extract, archive-zip-expunge)
14766 (archive-zip-update, archive-zip-update-case): Use executable-find.
14767 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14768 Use restore-buffer-modified-p.
14769 (archive-extract, archive-add-new-member, archive-write-file-member):
14770 Use with-current-buffer.
14771 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14772
14773 2005-06-30 Andreas Schwab <schwab@suse.de>
14774
14775 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14776
14777 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14778
14779 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14780
14781 2005-06-30 Juri Linkov <juri@jurta.org>
14782
14783 * faces.el (vertical-border): Inherit from mode-line-inactive
14784 only on tty.
14785
14786 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14787
14788 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14789 example, -NLINES in the `occur' docstring).
14790
14791 * replace.el (occur-1): When no matches are found, do not set the
14792 `buffer-read-only' and modified flags for the occur buffer,
14793 because it is deleted.
14794
14795 * emulation/cua-base.el (cua-check-pending-input)
14796 (cua-repeat-replace-region, cua-mode, cua-debug)
14797 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14798 Fix typos in docstrings.
14799
14800 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14801 (cua-cut-region-to-global-mark)
14802 (cua--cut-rectangle-to-global-mark):
14803 Remove period from end of messages.
14804
14805 * emulation/cua-rect.el (cua-do-rectangle-padding):
14806 Remove period from end of messages.
14807 (cua--rectangle-seq-format): Fix typo in docstring.
14808 (cua-sequence-rectangle, cua-fill-char-rectangle):
14809 Improve argument/docstring consistency.
14810
14811 2005-06-29 Juri Linkov <juri@jurta.org>
14812
14813 * faces.el (default-frame-background-mode): New internal variable.
14814 (frame-set-background-mode): Use it.
14815
14816 * startup.el (normal-top-level): Set default-frame-background-mode
14817 instead of frame-background-mode. Before setting it, test for its
14818 nil value. Remove tests for frame-background-mode and frame
14819 parameter `reverse'. Add test for "unspecified-fg".
14820
14821 * term/xterm.el (xterm-rxvt-set-background-mode):
14822 * term/rxvt.el (rxvt-set-background-mode):
14823 Set default-frame-background-mode instead of frame-background-mode.
14824
14825 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14826
14827 * simple.el (set-variable): Warn about obsolete user variables.
14828
14829 * imenu.el (imenu--completion-buffer):
14830 * mouse.el (mouse-buffer-menu-alist):
14831 * msb.el (msb-invisible-buffer-p):
14832 * calendar/diary-lib.el (diary-header-line-format):
14833 * emacs-lisp/pp.el (pp-buffer):
14834 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14835 * textmodes/picture.el (picture-replace-match):
14836 Change space constants followed by a sexp to "?\s ".
14837
14838 * play/decipher.el (decipher-loop-with-breaks):
14839 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14840 constants "protected" from end of line by a comment to "?\s".
14841
14842 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14843
14844 * font-lock.el (save-buffer-state): Use `declare'.
14845
14846 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14847 reset the syntax-table to cperl-mode-syntax-table.
14848 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14849 "foo_print_bar" is not matched as a reserved keyword.
14850
14851 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14852
14853 * textmodes/org.el (orgtbl-setup): New function, for delayed
14854 setup for the orgtbl commands.
14855 (org-calc-default-modes): New option.
14856 (orgtbl-make-binding): Use `defun' to get better help display.
14857 (org-diary): Call `org-compile-prefix-format'.
14858 (org-table-formula-substitute-names): New function.
14859 (org-agenda-day-view, org-agenda-week-view): New commands.
14860 (org-agenda-toggle-week-view): Command removed.
14861 (org-tbl-menu): Split off from org-org-menu.
14862 (org-mode): Move removal of outline-mode menus to here.
14863 (org-table-formula-debug): New option.
14864 (org-table-insert-row): Keep first field if just "#" or "*".
14865 (org-mode): Paragraph regexps fixed.
14866 (org-table-recalculate-regexp): New constant.
14867 (org-table-justify-field-maybe): Avoid replace if not necessary.
14868 (org-copy-special, org-cut-special): Use `call-interactively'.
14869 (org-table-copy-region): Take region from `interactive' call.
14870 (org-trim): Return string even if no match.
14871 (org-formula): New face.
14872 (org-set-font-lock-defaults): No longer highlight "FIXME".
14873 But highlight formula-related fields in table.
14874 (org-table-p): Use regexp, not fontification.
14875 (org-table-align): Handle white space at end of line.
14876 (org-table-formula-evaluate-inline): New option.
14877 (org-mode): Auto-wrapping in comment lines turned off.
14878 (org-table-copy-down): Evaluate only in copied field, not in
14879 destination.
14880 (org-table-current-formula): Variable removed.
14881 (org-table-store-formulas, org-table-get-stored-formulas)
14882 (org-table-modify-formulas, org-table-replace-in-formulas)
14883 (org-table-maybe-eval-formula): New functions.
14884 (org-table-get-formula): Modify to use stored formulas.
14885 (org-table-insert-column, org-table-delete-column)
14886 (org-table-move-column): Call `org-table-modify-formulas'.
14887 (org-complete): Add completion for keyword formulas.
14888 (orgtbl-mode): Pull orgtbl-mode-map to start of
14889 minor-mode-map-alist.
14890
14891 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14892
14893 * progmodes/python.el (python-check): Require `compile' before
14894 modifying its variables.
14895
14896 * newcomment.el (comment-indent-default): Don't get fooled by an early
14897 end of buffer.
14898
14899 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14900
14901 * ps-print.el (ps-print-version): Fix version number.
14902
14903 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14904
14905 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14906
14907 2005-06-28 Richard M. Stallman <rms@gnu.org>
14908
14909 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14910 (flyspell-local-mouse-map): Declaration deleted.
14911 (flyspell-mouse-map): Bind only mouse-2.
14912 (flyspell-mode-map): Don't test flyspell-use-local-map.
14913 (flyspell-overlay-keymap-property-name): Var deleted.
14914 (flyspell-mode-on): Don't make local bindings for
14915 flyspell-mouse-map and flyspell-mode-map.
14916 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14917
14918 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14919
14920 * progmodes/compile.el (compilation-next-error-function):
14921 Don't switch buffers; operate on the current buffer.
14922
14923 * progmodes/compile.el (compilation-error-file-name)
14924 (compilation-warning-file-name, compilation-info-file-name)
14925 (compilation-line-number, compilation-column-number): New faces.
14926 (compilation-error-face, compilation-warning-face)
14927 (compilation-info-face, compilation-line-face)
14928 (compilation-column-face): Use them.
14929
14930 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14931
14932 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14933
14934 * bindings.el (global-map): Bind insertchar and its variants.
14935
14936 2005-06-27 Richard M. Stallman <rms@gnu.org>
14937
14938 * textmodes/artist.el (artist-text-overwrite)
14939 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14940
14941 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14942
14943 * ps-print.el: It was not working the page selection for printing.
14944 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14945 (ps-print-version): New version 6.6.7.
14946 (ps-end-sheet): New fun.
14947 (ps-header-sheet, ps-end-job): Call it.
14948
14949 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
14950
14951 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14952
14953 2005-06-27 Lute Kamstra <lute@gnu.org>
14954
14955 * facemenu.el (facemenu-unlisted-faces): Add foreground and
14956 background color faces.
14957 (facemenu-get-face): Delete function.
14958 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14959 (facemenu-add-new-color): Make second argument mandatory.
14960 Create the appropriate face and return it. Simplify.
14961 (facemenu-set-foreground, facemenu-set-background): Don't check if
14962 color is defined. Use return value of facemenu-add-new-color.
14963
14964 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
14965
14966 * progmodes/gud.el (gud-filter): Add missing argument to
14967 with-selected-window.
14968
14969 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14970
14971 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14972 a :require to the defcustom.
14973
14974 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14975 defcustoms corresponding to minor modes.
14976
14977 2005-06-26 David Ponce <david@dponce.com>
14978
14979 * recentf.el: Require tree-widget instead of wid-edit.
14980 (recentf-filename-handler): Fix widget :type.
14981 (recentf-cancel-dialog, recentf-open-more-files)
14982 (recentf-open-files-action): Doc fix.
14983 (recentf-dialog-goto-first): New function.
14984 (recentf-dialog-mode-map): Set parent keymap first.
14985 (recentf-dialog-mode): Define with define-derived-mode.
14986 Don't display continuation lines in dialogs.
14987 (recentf-edit-list): Rename from recentf-edit-selected-items.
14988 (recentf-edit-list-select): Rename from recentf-edit-list-action.
14989 Simplify.
14990 (recentf-edit-list-validate): New function.
14991 (recentf-edit-list): Update accordingly.
14992 (recentf-open-files-item-shift): Remove.
14993 (recentf-open-files-item): Convert menu elements into tree and
14994 link widgets. Don't create the widgets.
14995 (recentf-open-files): Update accordingly.
14996 (recentf-save-list): Untabify.
14997
14998 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
14999
15000 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
15001 (keep-lines): Add INTERACTIVE arg. Never delete lines only
15002 partially contained in the active region. Do not take active
15003 region into account when called from Lisp, unless INTERACTIVE arg
15004 is non-nil. Use `forward-line' instead of `beginning-of-line' to
15005 avoid trouble with fields. Make marker point nowhere when no
15006 longer used. Always return nil. Doc fix.
15007 (flush-lines): Add INTERACTIVE arg. Do not take active region
15008 into account when called from Lisp, unless INTERACTIVE arg is
15009 non-nil. Use `forward-line' instead of `beginning-of-line' to
15010 avoid trouble with fields. Make marker point nowhere when no
15011 longer used. Always return nil. Doc fix.
15012 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
15013 interchangeable. Do not take active region into account when
15014 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
15015 message in echo area when called from Lisp, unless INTERACTIVE arg
15016 is non-nil. Avoid saying "1 occurrences". Do not use markers.
15017 Return the number of matches. Doc fix.
15018 (occur): Doc fix.
15019 (perform-replace): Make comment follow double space convention for
15020 the sake of `outline-minor-mode'.
15021
15022 * faces.el (facep): Doc fix.
15023
15024 2005-06-25 Richard M. Stallman <rms@gnu.org>
15025
15026 * facemenu.el (facemenu-enable-faces-p): New function.
15027 (facemenu-background-menu, facemenu-foreground-menu)
15028 (facemenu-face-menu): Add menu-enable property.
15029
15030 * jka-compr.el (jka-compr-insert-file-contents):
15031 Special handling if cannot find the uncompression program.
15032
15033 * cus-face.el (custom-face-attributes): Add autoload.
15034
15035 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15036 Bind comment-indent-function locally.
15037
15038 * window.el (save-selected-window): Use save-current-buffer.
15039
15040 * subr.el (with-selected-window): Use save-current-buffer.
15041
15042 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
15043 and with-current-buffer.
15044
15045 2005-06-24 Richard M. Stallman <rms@gnu.org>
15046
15047 * simple.el (line-move-1): Fix previous change.
15048
15049 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
15050
15051 * replace.el (occur-1): Set `buffer-read-only' and the
15052 buffer-modified flag before running `occur-hook' to protect
15053 against unintentional buffer switches that can lead to data loss.
15054
15055 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
15056
15057 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
15058 (gud-gdb-marker-filter): Use font-lock-warning-face for any
15059 initial error.
15060
15061 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
15062 after fresh input.
15063 (gdb-var-create-handler): Put name of expression in quotes.
15064
15065 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
15066
15067 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
15068 elements of RING in order, and without bogus nil elements.
15069
15070 2005-06-23 Richard M. Stallman <rms@gnu.org>
15071
15072 * simple.el (set-variable): Args renamed; doc fix.
15073 (line-move-1): When there are overlays around, use vertical-motion.
15074
15075 * faces.el (escape-glyph): Use brown against light background.
15076 (nobreak-space): Rename from no-break-space.
15077 Fix previous change.
15078
15079 * dired-aux.el (dired-do-copy): Fix arg prompt.
15080
15081 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
15082
15083 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
15084
15085 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
15086 rather than "Distributor".
15087
15088 2005-06-23 Lute Kamstra <lute@gnu.org>
15089
15090 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
15091 (debug-on-entry): Use it. New interactive declaration that uses
15092 function-called-at-point.
15093
15094 2005-06-23 Kim F. Storm <storm@cua.dk>
15095
15096 * subr.el (save-match-data): Add comment about using evaporate arg
15097 to set-match-data.
15098
15099 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
15100
15101 * cus-edit.el (customize-face)
15102 (customize-face-other-window): Handle face aliases.
15103
15104 * faces.el (face-documentation, set-face-attribute)
15105 (face-spec-set): Handle face aliases.
15106
15107 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
15108
15109 * help-mode.el (help-make-xrefs): If a symbol representing a face
15110 name is not followed by the word "face", it could still be a
15111 function or variable name, so don't bypass other checks.
15112
15113 2005-06-22 Juri Linkov <juri@jurta.org>
15114
15115 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
15116 Replace aliased functions with calls where second arg `inherit' is t.
15117
15118 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
15119
15120 * progmodes/gdb-ui.el (gdb-error): New variable.
15121 (gdb-error): New function.
15122 (gdb-annotation-rules): Act on error-begin and error annotations.
15123 (gdb-concat-output): Use font-lock-warning-face for errors.
15124
15125 2005-06-22 Miles Bader <miles@gnu.org>
15126
15127 * bindings.el (propertized-buffer-identification): Use renamed
15128 `Buffer-menu-buffer' face.
15129
15130 * faces.el (vertical-border): Rename from `vertical-divider'.
15131 (escape-glyph): Change dark-background color back to `cyan'.
15132
15133 2005-06-21 Juri Linkov <juri@jurta.org>
15134
15135 * faces.el (face-user-default-spec): Try getting `customized-face'
15136 prior to `saved-face'.
15137 (frame-background-mode): Refill docstring.
15138
15139 * emacs-lisp/lisp-mode.el (eval-defun-1):
15140 * emacs-lisp/edebug.el (edebug-eval-defun):
15141 Set `saved-face' temporarily to nil before calling form.
15142 Set `customized-face' to the new spec after that.
15143
15144 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15145
15146 * subr.el (1value, lambda, key-substitution-in-progress):
15147 Doc fixes.
15148
15149 * autoinsert.el (auto-insert-alist):
15150 * ses.el (ses-call-printer):
15151 * subr.el (noreturn):
15152 * emacs-lisp/lisp.el (check-parens):
15153 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
15154 * net/browse-url.el (browse-url-mosaic):
15155 * progmodes/cc-defs.el (c-safe-scan-lists):
15156 * progmodes/ebnf-abn.el (ebnf-abn-lex):
15157 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
15158 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
15159 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
15160 * progmodes/ebnf-iso.el (ebnf-iso-lex):
15161 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
15162
15163 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
15164
15165 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
15166
15167 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
15168
15169 * calendar/appt.el (appt-make-list): Activate the package, if
15170 not already active (for backwards compatibility).
15171
15172 2005-06-20 Kim F. Storm <storm@cua.dk>
15173
15174 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
15175
15176 2005-06-20 Miles Bader <miles@gnu.org>
15177
15178 * faces.el (vertical-divider): New face.
15179
15180 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
15181
15182 * simple.el (kill-whole-line): Doc fix.
15183 (next-error-buffer-p, next-error-find-buffer)
15184 (clone-indirect-buffer): Fix typos in docstrings.
15185 (comment-line-break-function): Doc fix: don't say variable
15186 is automatically buffer-local (it isn't).
15187
15188 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
15189
15190 * net/tramp-ftp.el (top):
15191 * net/tramp-smb.el (top):
15192 * net/tramp-util.el (top):
15193 * net/tramp-uu.el (top):
15194 * net/tramp-vc.el (top):
15195 * net/tramp.el (top): Revert copyright years back to original
15196 ones. Tramp has a life outside GNU Emacs.
15197
15198 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
15199
15200 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
15201
15202 2005-06-18 Juri Linkov <juri@jurta.org>
15203
15204 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
15205 end of first regexp to limit the match to the position between
15206 line number and source line with same separator character as used
15207 between file name and line number. In the second regexp limit
15208 mouse-face area to file name and line number by adding new group
15209 for them and referring it in HYPERLINK arg.
15210 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
15211 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
15212 previous line where grep markers may be already removed.
15213
15214 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
15215
15216 * progmodes/ps-mode.el: Update version and maintainer's email address.
15217
15218 2005-06-18 Steve Youngs <steve@xemacs.org>
15219
15220 * net/browse-url.el (browse-url-browser-function)
15221 (browse-url-default-browser): Add firefox.
15222 (browse-url-firefox-program, browse-url-firefox-arguments)
15223 (browse-url-firefox-startup-arguments)
15224 (browse-url-firefox-new-window-is-tab): New defcustoms.
15225 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
15226
15227 2005-06-17 Richard M. Stallman <rms@gnu.org>
15228
15229 * startup.el (command-line): Warn if specified user name has
15230 no home directory.
15231
15232 * term.el (term-get-old-input, term-input-filter, term-input-sender)
15233 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
15234
15235 * longlines.el (longlines-mode, longlines-show-hard-newlines):
15236 Doc fixes.
15237
15238 * faces.el (underline): Try bold if terminal doesn't support underline.
15239
15240 * mail/sendmail.el (mail-setup-with-from): New variable.
15241 (mail-insert-from-field): New function.
15242 (sendmail-send-it): Call it.
15243 (mail-setup): Optionally call it here.
15244
15245 * term/linux.el: Call tty-no-underline.
15246
15247 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
15248
15249 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
15250
15251 2005-06-17 Miles Bader <miles@gnu.org>
15252
15253 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
15254 (ediff-current-diff-C, ediff-current-diff-Ancestor)
15255 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
15256 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
15257 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
15258 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
15259 Remove "-face" suffix from face names.
15260 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15261 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15262 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15263 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15264 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15265 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15266 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15267 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15268 New backward-compatibility aliases for renamed faces.
15269 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15270 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15271 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15272 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15273 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15274 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15275 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15276 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15277 Use renamed ediff faces.
15278
15279 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
15280 Remove "-face" suffix from face names.
15281 (eshell-test-ok-face, eshell-test-failed-face):
15282 New backward-compatibility aliases for renamed faces.
15283 (eshell-run-test): Use renamed eshell-test faces.
15284
15285 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
15286 face name.
15287 (eshell-prompt-face): New backward-compatibility alias for renamed
15288 face.
15289 (eshell-emit-prompt): Use renamed eshell-prompt face.
15290
15291 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15292 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15293 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15294 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15295 Remove "-face" suffix from face names.
15296 (eshell-ls-directory-face, eshell-ls-symlink-face)
15297 (eshell-ls-executable-face, eshell-ls-readonly-face)
15298 (eshell-ls-unreadable-face, eshell-ls-special-face)
15299 (eshell-ls-missing-face, eshell-ls-archive-face)
15300 (eshell-ls-backup-face, eshell-ls-product-face)
15301 (eshell-ls-clutter-face):
15302 New backward-compatibility aliases for renamed faces.
15303 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15304
15305 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15306 Remove "-face" suffix from face name.
15307 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15308 instead of literal face.
15309
15310 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
15311
15312 * emacs-lisp/warnings.el (display-warning, lwarn)
15313 (warning-minimum-log-level): Doc fixes.
15314 (warning-minimum-level, warning-minimum-log-level):
15315 Add :debug to :type choices.
15316
15317 * progmodes/ada-mode.el (ada-format-paramlist)
15318 (ada-get-indent-case, ada-check-matching-start)
15319 (ada-check-defun-name, ada-goto-matching-decl-start)
15320 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15321 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15322 (ada-make-subprogram-body): Follow error conventions.
15323 (ada-case-exception-file, ada-indent-comment-as-code)
15324 (ada-indent-handle-comment-special, ada-indent-renames)
15325 (ada-indent-return, ada-search-directories-internal)
15326 (ada-tab-policy, ada-case-exception-substring)
15327 (ada-other-file-alist, ada-matching-start-re)
15328 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15329 (ada-imenu-generic-expression, ada-compile-goto-error)
15330 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15331 (ada-popup-menu, ada-add-extensions, ada-mode)
15332 (ada-region-selected, ada-create-case-exception)
15333 (ada-create-case-exception-substring, ada-after-keyword-p)
15334 (ada-activate-keys-for-case, ada-adjust-case-region)
15335 (ada-adjust-case-buffer, ada-format-paramlist)
15336 (ada-scan-paramlist, ada-insert-paramlist)
15337 (ada-indent-newline-indent)
15338 (ada-indent-newline-indent-conditional)
15339 (ada-justified-indent-current, ada-goto-previous-word)
15340 (ada-indent-current, ada-get-indent-open-paren)
15341 (ada-get-indent-paramlist, ada-get-indent-end)
15342 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15343 (ada-get-indent-block-start, ada-get-indent-subprog)
15344 (ada-get-indent-noindent, ada-get-indent-label)
15345 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15346 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15347 (ada-goto-stmt-end, ada-goto-next-word)
15348 (ada-check-matching-start, ada-check-defun-name)
15349 (ada-goto-matching-decl-start, ada-goto-matching-start)
15350 (ada-goto-matching-end, ada-search-ignore-string-comment)
15351 (ada-in-decl-p, ada-looking-at-semi-or)
15352 (ada-looking-at-semi-private, ada-in-paramlist-p)
15353 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15354 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15355 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15356 (ada-previous-package, ada-create-menu)
15357 (ada-fill-comment-paragraph-justify)
15358 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15359 (ada-other-file-name, ada-last-which-function-line)
15360 (ada-last-which-function-subprog, ada-which-function)
15361 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15362 (ada-gen-treat-proc, ada-check-emacs-version)
15363 (ada-continuation-indent, ada-align-region-separate):
15364 Fix typos in docstrings.
15365 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15366
15367 2005-06-16 Lute Kamstra <lute@gnu.org>
15368
15369 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15370 conditionally.
15371
15372 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15373
15374 * comint.el (comint-replace-by-expanded-filename)
15375 (comint-prompt-regexp, comint-delimiter-argument-list)
15376 (comint-preinput-scroll-to-bottom):
15377 * info.el (Info-hide-cookies-node):
15378 * ls-lisp.el (ls-lisp-classify):
15379 * find-file.el (ff-search-directories, ff-special-constructs)
15380 (ff-find-other-file):
15381 * font-lock.el (font-lock-keywords):
15382 * shell.el (shell-prompt-pattern)
15383 (shell-dynamic-complete-functions, shell-mode)
15384 (shell-delimiter-argument-list):
15385 * term.el (term-replace-by-expanded-filename)
15386 (term-prompt-regexp, term-delimiter-argument-list):
15387 * woman.el (woman-ignore, woman0-if):
15388 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15389 * emacs-lisp/elint.el (elint-init-env):
15390 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15391 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15392 * language/ethio-util.el (ethio-tilde-escape)
15393 (ethio-use-three-dot-question):
15394 * net/zone-mode.el (zone-mode-load-time-setup):
15395 * progmodes/cc-align.el (c-lineup-argcont):
15396 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15397 * progmodes/cperl-mode.el (cperl-set-style-back):
15398 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15399 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15400 Fix spellings in docstrings.
15401
15402 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15403 * progmodes/modula2.el (m2-for): Fix spellings.
15404
15405 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15406
15407 * simple.el (undo-more): Don't use `format' on `error' arguments.
15408 Improve argument/docstring consistency.
15409 (pending-undo-list): Doc fix.
15410
15411 * smerge-mode.el (smerge-ensure-match):
15412 * emulation/vip.el (vip-ex):
15413 * net/zone-mode.el (zone-mode-update-serial):
15414 * progmodes/idlwave.el (idlwave-complete):
15415 * progmodes/vhdl-mode.el (vhdl-visit-file)
15416 (vhdl-compose-wire-components):
15417 Don't use `format' on `error' arguments.
15418
15419 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15420 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15421 (tooltip-help-tips): Fix typos in docstrings.
15422
15423 2005-06-16 David Ponce <david@dponce.com>
15424
15425 * tree-widget.el (tree-widget-value-create): Simplify last change.
15426
15427 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15428
15429 * ido.el (ido-incomplete-regexp): New variable.
15430 (ido-set-matches-1): Handle invalid-regexp error and set
15431 ido-incomplete-regexp.
15432 (ido-incomplete-regexp): New face.
15433 (ido-completions): Use it.
15434 (ido-complete, ido-exit-minibuffer, ido-completions):
15435 Handle incomplete regexps.
15436 (ido-completions): Add check for complete match when entering a regexp.
15437
15438 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15439
15440 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15441
15442 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15443
15444 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15445 by field delimiters.
15446
15447 2005-06-15 David Ponce <david@dponce.com>
15448
15449 * tree-widget.el: eval-and-compile inlined functions so they will
15450 be available at run-time too.
15451 (tree-widget-super-format-handler)
15452 (tree-widget-format-handler): Remove.
15453 (tree-widget-value-create): Handle the :indent property.
15454
15455 2005-06-15 Miles Bader <miles@gnu.org>
15456
15457 * progmodes/which-func.el (which-func): Only inherit
15458 `font-lock-function-name-face' when that makes sense against the
15459 default mode-line face, otherwise set the face color explicitly.
15460
15461 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15462 faces instead of (non-existent) variables.
15463
15464 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15465
15466 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15467 (iswitchb-get-matched-buffers): Likewise. Simplify.
15468
15469 2005-06-14 Miles Bader <miles@gnu.org>
15470
15471 * progmodes/ld-script.el (ld-script-location-counter):
15472 Remove "-face" suffix from face name.
15473 (ld-script-location-counter-face):
15474 New backward-compatibility alias for renamed face.
15475 (ld-script-location-counter-face): Use renamed face.
15476
15477 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15478 (cperl-hash): Remove "-face" suffix from face names.
15479 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15480 New backward-compatibility aliases for renamed faces.
15481 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15482 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15483
15484 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15485 name.
15486 (which-func-face): New backward-compatibility alias for renamed face.
15487 (which-func-format): Use renamed which-func face.
15488
15489 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15490 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15491 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15492 names.
15493 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15494 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15495 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15496 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15497 (vhdl-speedbar-architecture-selected)
15498 (vhdl-speedbar-configuration-selected)
15499 (vhdl-speedbar-package-selected)
15500 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15501 names.
15502 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15503 Use renamed faces.
15504 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15505 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15506 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15507 Use renamed faces.
15508 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15509 names.
15510 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15511 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15512 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15513 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15514 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15515 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15516
15517 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15518 face name.
15519 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15520 (sh-heredoc-face): Use renamed sh-heredoc face.
15521
15522 * progmodes/idlw-help.el (idlwave-help-link):
15523 Remove "-face" suffix from face name.
15524 (idlwave-help-link-face):
15525 New backward-compatibility alias for renamed face.
15526 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15527
15528 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15529 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15530 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15531 New backward-compatibility aliases for renamed faces.
15532 (idlwave-shell-disabled-breakpoint-face)
15533 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15534
15535 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15536 Remove "-face" suffix from face names.
15537 (flymake-errline-face, flymake-warnline-face):
15538 New backward-compatibility aliases for renamed faces.
15539 (flymake-highlight-line): Use renamed flymake faces.
15540
15541 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15542 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15543 (ebrowse-member-class, ebrowse-progress):
15544 Remove "-face" suffix from face names.
15545 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15546 (ebrowse-file-name-face, ebrowse-default-face)
15547 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15548 (ebrowse-progress-face):
15549 New backward-compatibility aliases for renamed faces.
15550 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15551 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15552 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15553 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15554
15555 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15556 antlr-syntax)
15557 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15558 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15559 names.
15560 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15561 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15562 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15563 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15564 backward-compatibility aliases for renamed faces.
15565 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15566 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15567 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15568 remove "font-lock-". Use renamed antlr-mode faces.
15569 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15570 literal face-names with face variable references.
15571
15572 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15573 face name.
15574 (Buffer-menu-buffer-face): New backward-compatibility alias for
15575 renamed face.
15576 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15577
15578 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15579
15580 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15581 Eliminate "-face" suffix.
15582 (makefile-targets): Inherit from font-lock-function-name-face and
15583 eliminate "-face" suffix.
15584 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15585 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15586 actions, instead of prepending, to make it less visible.
15587 (makefile-previous-dependency, makefile-match-dependency):
15588 Don't match a target on a continuation line.
15589
15590 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15591
15592 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15593
15594 * progmodes/gdb-ui.el (menu): Re-order menu items.
15595 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15596
15597 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15598 Define in tooltip.el.
15599 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15600 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15601 gud-tooltip-echo-area.
15602
15603 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15604 backward compatibility and make obsolete.
15605 (tooltip-help-tips): Use tooltip-use-echo-area.
15606 (tooltip-show-help-function): Rename to...
15607 (tooltip-show-help): ...this, because it is a function.
15608 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15609
15610 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15611
15612 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15613 (edebug-print-length, edebug-print-level, edebug-print-circle)
15614 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15615 (edebug-eval-print-last-sexp): Doc fixes.
15616
15617 2005-06-14 Kim F. Storm <storm@cua.dk>
15618
15619 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15620 as the coverage buffer/file/both may change.
15621
15622 2005-06-14 Lute Kamstra <lute@gnu.org>
15623
15624 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15625 and run-mode-hooks. Simplify.
15626
15627 * mail/rmailedit.el (rmail-edit-mode):
15628 * progmodes/octave-inf.el (inferior-octave-mode):
15629 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15630
15631 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15632 and run-mode-hooks.
15633 (recentf-edit-list, recentf-open-files): Don't call
15634 kill-all-local-variables directly.
15635
15636 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15637
15638 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15639
15640 * emacs-lisp/byte-run.el (make-obsolete)
15641 (define-obsolete-function-alias): Rename arguments FUNCTION and
15642 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15643 (make-obsolete-variable, define-obsolete-variable-alias):
15644 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15645 respectively.
15646
15647 * isearchb.el (isearchb-activate):
15648 * pcvs.el (cvs-mode):
15649 * ses.el (ses-load):
15650 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15651 * net/tramp.el (tramp-find-file-exists-command)
15652 (tramp-find-shell):
15653 * progmodes/ada-mode.el (ada-create-case-exception)
15654 (ada-create-case-exception-substring, ada-make-subprogram-body):
15655 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15656 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15657 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15658 * textmodes/org.el (org-promote, org-evaluate-time-range)
15659 (org-agenda-next-date-line, org-agenda-previous-date-line)
15660 (org-agenda-error, org-open-at-point, org-table-move-row)
15661 (org-format-table-table-html-using-table-generate-source)
15662 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15663 * textmodes/reftex.el (reftex-access-scan-info):
15664 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15665 (reftex-toc-promote-prepare): Follow error conventions.
15666
15667 * diff-mode.el (diff-mode): Fix typo in docstring.
15668
15669 * forms.el (forms--intuit-from-file): Fix reference to
15670 `forms-number-of-fields' in error message.
15671 (forms-print): Fix quoting in error message.
15672
15673 * forms.el (forms-mode):
15674 * emulation/vi.el (vi-goto-insert-state):
15675 * progmodes/flymake.el (flymake-new-err-info)
15676 (flymake-start-syntax-check-for-current-buffer)
15677 (flymake-simple-cleanup):
15678 * eshell/esh-var.el (eshell/export):
15679 * progmodes/gud.el (xdb):
15680 * textmodes/flyspell.el (flyspell-incorrect-hook)
15681 (flyspell-maybe-correct-transposition)
15682 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15683
15684 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15685
15686 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15687 minibuffer prompt.
15688
15689 2005-06-13 Kim F. Storm <storm@cua.dk>
15690
15691 * subr.el (add-to-ordered-list): New defun.
15692
15693 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15694 add cua--keymap-alist to emulation-mode-map-alists.
15695
15696 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15697
15698 * subr.el (complete-in-turn): New macro.
15699 (dynamic-completion-table, lazy-completion-table): Add debug info.
15700
15701 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15702 in preference to face aliases.
15703
15704 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15705 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15706 Remove unused vars `start' and `firstline'.
15707 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15708 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15709
15710 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15711
15712 * cus-start.el (all): Don't complain about missing GTK-related
15713 variables, unless either `gtk' is boundp or this isn't a
15714 `windows-nt' build.
15715
15716 2005-06-13 Lute Kamstra <lute@gnu.org>
15717
15718 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15719 run-mode-hooks.
15720
15721 * ediff-mult.el (ediff-meta-mode):
15722 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15723
15724 * ledit.el (ledit-mode): Use delay-mode-hooks.
15725
15726 * woman.el (woman-mode-line-format): Delete constant.
15727 (woman-mode-map): Initialize it properly.
15728 (woman-mode): Set mode-class property to special.
15729 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15730 Set major-mode and mode-name. Don't set mode-line-format directly.
15731 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15732
15733 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15734 string argument obsolete.
15735
15736 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15737
15738 * textmodes/org.el (org-CUA-compatible): New option.
15739 (org-disputed-keys): New variable.
15740 (org-key): New function.
15741 (orgtbl-make-binding): Add docstring to the created function.
15742 (org-mode): Set paragraph start/separate regexps.
15743 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15744 (org-archive-location, org-archive-mark-done)
15745 (org-archive-stamp-time): New options.
15746 (org-archive-subtree): New command.
15747 (org-fill-paragraph): New function.
15748 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15749 (org-fake-empty-table-line): Function removed.
15750 (org-format-org-table-html): Do not create empty table lines at
15751 separator lines. Improved table header treatment.
15752 (org-link-format): New option.
15753 (org-make-link): New function.
15754 (org-insert-link, org-store-link): Use org-make-link.
15755 (org-open-file): Quote file name for shell command, to allow
15756 spaces in file names.
15757 (org-link-regexp): Fix bug with mailto link.
15758 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15759 New constants.
15760 (org-export-as-html): Deal with the optional angles around a link.
15761 Better treatment of file: links.
15762 (org-open-at-point): Replace @{ and @} with < and >.
15763 (org-run-mode-hooks): Function removed.
15764 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15765
15766 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15767
15768 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15769 MI command -data-list-register-values.
15770 (gdb-post-prompt): Indent properly.
15771
15772 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15773
15774 * hilit-chg.el (highlight-changes-colors): Rename from
15775 `highlight-changes-colours'.
15776 (highlight-changes-colours): Keep as obsolete alias.
15777 (highlight-changes-face-list): Doc fix.
15778 (hilit-chg-make-list): Use `highlight-changes-colors'.
15779
15780 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15781
15782 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15783 defun-prompt-regexp.
15784
15785 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15786
15787 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15788 and cygwin.
15789
15790 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15791 Don't use an old loaddefs.el, as in Makefile.in.
15792
15793 2005-06-12 Lute Kamstra <lute@gnu.org>
15794
15795 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15796
15797 * man.el (Man-mode-map): Initialize it properly.
15798 (Man-mode): Set mode-class property to special.
15799
15800 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15801
15802 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15803
15804 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15805 A newline is needed in the docstring there.
15806
15807 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15808 Doc fixes.
15809
15810 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15811
15812 * printing.el: Doc fix. The menubar is no more changed when printing
15813 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15814 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15815 (pr-version): New version number (6.8.4).
15816 (pr-menu-bind): New command.
15817 (pr-update-menus): Docstring and code fix.
15818 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15819 Docstring fix.
15820 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15821 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15822
15823 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15824
15825 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15826 "Returns" to "return", document useful return values, etc.
15827
15828 2005-06-11 Alan Mackenzie <acm@muc.de>
15829
15830 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15831 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15832 (adaptive-file-function): Minor amendment to doc-string.
15833
15834 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15835
15836 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15837 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15838 Fix :type--it is `integer', not `string'.
15839
15840 * faces.el (modeline-highlight): Rename from (the erroneous)
15841 `modeline-higilight'.
15842
15843 2005-06-11 Lute Kamstra <lute@gnu.org>
15844
15845 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15846 lisp-interaction-mode-map but make it the parent.
15847 (edebug-eval-mode): Use define-derived-mode.
15848
15849 2005-06-11 Andreas Schwab <schwab@suse.de>
15850
15851 * bindings.el: Add binding of `ESC functionkey' for every
15852 `M-functionkey'.
15853 * hexl.el (hexl-mode-map): Likewise.
15854
15855 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15856
15857 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15858 [msft]: update regexp for newer msft compilers.
15859
15860 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15861
15862 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15863 ATTLIST portions of included DTDs.
15864 (xml-parse-dtd): Eliminate use of inefficient match-data.
15865
15866 2005-06-10 Miles Bader <miles@gnu.org>
15867
15868 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15869 (mpuz-text): Remove "-face" suffix from face names.
15870 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15871 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15872 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15873
15874 * play/gomoku.el (gomoku-O, gomoku-X):
15875 Remove "-face" suffix from face names.
15876 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15877 New backward-compatibility aliases for renamed faces.
15878 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15879
15880 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15881
15882 * thumbs.el: Fixes for changes of 2005-06-09.
15883 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15884 as a directory.
15885 (thumbs-thumbname): Remove directory separator from format string;
15886 `thumbs-thumbsdir' now returns a valid directory name.
15887 (thumbs-temp-dir): New defsubst.
15888 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15889 Use it.
15890
15891 * cus-edit.el (minibuffer):
15892 * files.el (make-backup-file-name-function):
15893 * filesets.el (filesets-external-viewers):
15894 * hilit-chg.el (highlight-changes-colours)
15895 (highlight-changes-face-list, highlight-changes-rotate-faces):
15896 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15897 * kmacro.el (kmacro-call-macro):
15898 * log-edit.el (log-edit-changelog-full-paragraphs):
15899 * mouse.el (mouse-1-click-follows-link):
15900 * skeleton.el (skeleton-autowrap):
15901 * subr.el (insert-for-yank-1):
15902 * tempo.el (tempo-insert-region):
15903 * terminal.el (terminal-emulator):
15904 * time.el (display-time-mail-face):
15905 * vc.el (vc-annotate):
15906 * vcursor.el (vcursor-copy-line):
15907 * woman.el (woman-bold-headings, woman-ignore)
15908 (woman-default-faces, woman-monochrome-faces):
15909 * calendar/todo-mode.el (todo-insert-threshold):
15910 * emulation/pc-select.el (pc-select-selection-keys-only)
15911 (pc-selection-mode):
15912 * emulation/vip.el (vip-find-char-forward):
15913 * emulation/viper-cmd.el (viper-find-char-forward):
15914 * international/mule-cmds.el
15915 (select-safe-coding-system-accept-default-p)
15916 (input-method-exit-on-invalid-key):
15917 * international/mule-diag.el (describe-coding-system):
15918 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15919 * net/browse-url.el (browse-url-xterm-program):
15920 * obsolete/lazy-lock.el (lazy-lock-mode):
15921 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15922 (cperl-mode):
15923 * progmodes/cpp.el (cpp-face-light-name-list)
15924 (cpp-face-dark-name-list):
15925 * progmodes/delphi.el (delphi-newline-always-indents):
15926 Fix spellings in docstrings.
15927
15928 * ido.el (ido-mode, ido-file-extensions-order)
15929 (ido-default-file-method, ido-default-buffer-method)
15930 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15931 (ido-decorations, ido-read-file-name-as-directory-commands)
15932 (ido-read-file-name-non-ido, ido-work-directory-list)
15933 (ido-ignore-item-temp-list, ido-current-directory)
15934 (ido-magic-forward-char, ido-enter-find-file)
15935 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15936 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15937
15938 2005-06-10 Lute Kamstra <lute@gnu.org>
15939
15940 * play/dunnet.el (dun-mode): Use define-derived-mode.
15941 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
15942 obsolete alias.
15943
15944 * play/doctor.el (doctor-mode-map): Remove defvar.
15945 (doctor-mode): Use define-derived-mode.
15946
15947 * mail/mspools.el (mspools-mode):
15948 * net/eudc-hotlist.el (eudc-hotlist-mode):
15949 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15950
15951 2005-06-10 Miles Bader <miles@gnu.org>
15952
15953 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15954 Remove "-face" suffix from face names.
15955 (flyspell-incorrect-face, flyspell-duplicate-face):
15956 New backward-compatibility aliases for renamed faces.
15957 (flyspell-mode-on, make-flyspell-overlay)
15958 (flyspell-highlight-incorrect-region)
15959 (flyspell-highlight-duplicate-region)
15960 (flyspell-display-next-corrections)
15961 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15962
15963 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15964 from face name.
15965 (texinfo-heading-face): New backward-compatibility alias for
15966 renamed face.
15967 (texinfo-heading-face): Use renamed texinfo-heading face.
15968
15969 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15970 suffix from face names.
15971 (tex-math-face, tex-verbatim-face):
15972 New backward-compatibility aliases for renamed faces.
15973 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15974 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15975 literal face name.
15976
15977 * textmodes/table.el (table-cell): Remove "-face" suffix from face
15978 name.
15979 (table-cell-face): New backward-compatibility alias for renamed face.
15980 (table--put-cell-face-property, table--update-cell-face):
15981 Use renamed table-cell face.
15982
15983 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15984 from face name.
15985 (sgml-namespace-face): New backward-compatibility alias for
15986 renamed face.
15987 (sgml-namespace-face): Use renamed sgml-namespace face.
15988
15989 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15990 (org-level-4, org-level-5, org-level-6, org-level-7)
15991 (org-level-8, org-warning, org-headline-done)
15992 (org-deadline-announce, org-scheduled-today)
15993 (org-scheduled-previously, org-link, org-done, org-table)
15994 (org-time-grid): Remove "-face" suffix from face names.
15995 (org-level-1-face, org-level-2-face, org-level-3-face)
15996 (org-level-4-face, org-level-5-face, org-level-6-face)
15997 (org-level-7-face, org-level-8-face, org-warning-face)
15998 (org-headline-done-face, org-deadline-announce-face)
15999 (org-scheduled-today-face, org-scheduled-previously-face)
16000 (org-link-face, org-done-face, org-table-face)
16001 (org-time-grid-face):
16002 New backward-compatibility aliases for renamed faces.
16003 (org-level-faces, org-set-font-lock-defaults, org-timeline)
16004 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
16005 (org-agenda-get-timestamps, org-agenda-get-scheduled)
16006 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
16007
16008 * emulation/viper-init.el (viper-search, viper-replace-overlay)
16009 (viper-minibuffer-emacs, viper-minibuffer-insert)
16010 (viper-minibuffer-vi): Remove "-face" suffix from face names.
16011 (viper-search-face, viper-replace-overlay-face)
16012 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
16013 (viper-minibuffer-vi-face):
16014 New backward-compatibility aliases for renamed faces.
16015 (viper-search-face, viper-replace-overlay-face)
16016 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
16017 (viper-minibuffer-vi-face): Use renamed viper faces.
16018
16019 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
16020 Remove "-face" suffix from face names.
16021 (testcover-nohits-face, testcover-1value-face):
16022 New backward-compatibility aliases for renamed faces.
16023 (testcover-mark): Use renamed testcover faces.
16024
16025 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
16026 face name.
16027 (diary-button-face): New backward-compatibility alias for renamed face.
16028 (diary-entry): Use renamed diary-button face.
16029
16030 * calendar/calendar.el (diary, calendar-today, holiday)
16031 (mark-visible-calendar-date): Remove "-face" suffix from face names.
16032 (diary-face, calendar-today-face, holiday-face):
16033 New backward-compatibility aliases for renamed faces.
16034 (eval-after-load "facemenu", diary-entry-marker)
16035 (calendar-today-marker, calendar-holiday-marker, diary-face):
16036 Use renamed calendar faces.
16037
16038 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
16039 (compare-windows-face): New backward-compatibility alias for
16040 renamed face.
16041 (compare-windows-highlight): Use renamed compare-windows face.
16042
16043 * strokes.el (strokes-char): Remove "-face" suffix from face name.
16044 (strokes-char-face): New backward-compatibility alias for renamed face.
16045 (strokes-encode-buffer): Use renamed strokes-char face.
16046
16047 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
16048 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
16049 Remove "-face" suffix from face names.
16050 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
16051 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
16052 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
16053 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
16054 Use renamed pcvs faces.
16055 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
16056 * pcvs-defs.el (cvs-mode-map): Likewise.
16057 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
16058
16059 * info.el (info-title-1, info-title-2, info-title-3)
16060 (info-title-4): Remove "-face" suffix from and downcase face names.
16061 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16062 (Info-title-4-face):
16063 New backward-compatibility aliases for renamed faces.
16064 (Info-fontify-node): Use renamed info faces.
16065
16066 * hilit-chg.el (highlight-changes, highlight-changes-delete):
16067 Remove "-face" suffix from face names.
16068 (highlight-changes-face, highlight-changes-delete-face):
16069 New backward-compatibility aliases for renamed faces.
16070 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
16071 (hilit-chg-make-list): Use renamed highlight-changes faces.
16072
16073 * generic-x.el (show-tabs-tab, show-tabs-space):
16074 Remove "-face" suffix from face names.
16075 (show-tabs-tab-face, show-tabs-space-face):
16076 New backward-compatibility aliases for renamed faces.
16077 (show-tabs-generic-mode-font-lock-defaults-1)
16078 (show-tabs-generic-mode-font-lock-defaults-2):
16079 Use renamed show-tabs faces.
16080
16081 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
16082 (smerge-markers): Remove "-face" suffix from face names.
16083 (smerge-mine-face, smerge-other-face, smerge-base-face)
16084 (smerge-markers-face):
16085 New backward-compatibility aliases for renamed faces.
16086 (smerge-mine-face, smerge-other-face, smerge-base-face)
16087 (smerge-markers-face): Use renamed smerge faces.
16088
16089 * log-view.el (log-view-file, log-view-message): Remove "-face"
16090 suffix from face names.
16091 (log-view-file-face, log-view-message-face):
16092 New backward-compatibility aliases for renamed faces.
16093 (log-view-file-face, log-view-message-face): Use renamed log-view
16094 faces.
16095
16096 * paren.el (show-paren-match, show-paren-mismatch):
16097 Remove "-face" suffix from face names.
16098 (show-paren-match-face, show-paren-mismatch-face):
16099 New backward-compatibility aliases for renamed faces.
16100 (show-paren-function): Use renamed show-paren faces.
16101
16102 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
16103 (ruler-mode-margins, ruler-mode-fringes)
16104 (ruler-mode-column-number, ruler-mode-fill-column)
16105 (ruler-mode-comment-column, ruler-mode-goal-column)
16106 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
16107 suffix from face names.
16108 (ruler-mode-default-face, ruler-mode-pad-face)
16109 (ruler-mode-margins-face, ruler-mode-fringes-face)
16110 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
16111 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
16112 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
16113 New backward-compatibility aliases for renamed faces.
16114 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
16115 (ruler-mode-column-number, ruler-mode-fill-column)
16116 (ruler-mode-comment-column, ruler-mode-goal-column)
16117 (ruler-mode-tab-stop, ruler-mode-current-column)
16118 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
16119 faces.
16120
16121 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
16122 face name.
16123 (whitespace-highlight-the-space): Use renamed face.
16124 (whitespace-highlight-face): New backward-compatibility alias for
16125 renamed face.
16126
16127 * woman.el (woman-italic, woman-bold, woman-unknown)
16128 (woman-addition, woman-symbol-face):
16129 Remove "-face" suffix from face names.
16130 (woman-italic-face, woman-bold-face, woman-unknown-face)
16131 (woman-addition-face):
16132 New backward-compatibility aliases for renamed faces.
16133 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
16134 (woman-decode-region, woman-replace-match)
16135 (woman-display-extended-fonts, woman-special-characters)
16136 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
16137 Use renamed woman faces.
16138
16139 * longlines.el (longlines-visible-face): Face removed.
16140
16141 * diff-mode.el (diff-header, diff-file-header, diff-index)
16142 (diff-hunk-header, diff-removed, diff-added, diff-changed)
16143 (diff-function, diff-context, diff-nonexistent): Remove "-face"
16144 suffix from face names.
16145 (diff-header-face, diff-file-header-face, diff-index-face)
16146 (diff-hunk-header-face, diff-removed-face, diff-added-face)
16147 (diff-changed-face, diff-function-face, diff-context-face)
16148 (diff-nonexistent-face): New backward-compatibility aliases for
16149 renamed faces.
16150 (diff-header-face, diff-file-header-face)
16151 (diff-index, diff-index-face, diff-hunk-header)
16152 (diff-hunk-header-face, diff-removed, diff-removed-face)
16153 (diff-added, diff-added-face, diff-changed-face, diff-function)
16154 (diff-function-face, diff-context-face, diff-nonexistent)
16155 (diff-nonexistent-face): Use renamed diff-mode faces.
16156
16157 * progmodes/compile.el (compilation-warning-face)
16158 (compilation-info-face): Remove "-face" suffix from face names.
16159 (compilation-warning-face, compilation-info-face):
16160 New backward-compatibility aliases for renamed faces.
16161 (compilation-warning-face, compilation-info-face):
16162 Use renamed compilation faces.
16163
16164 * add-log.el (change-log-date, change-log-name)
16165 (change-log-email, change-log-file, change-log-list)
16166 (change-log-conditionals, change-log-function)
16167 (change-log-acknowledgement): Remove "-face" suffix from face names.
16168 (change-log-date-face, change-log-name-face)
16169 (change-log-email-face, change-log-file-face)
16170 (change-log-list-face, change-log-conditionals-face)
16171 (change-log-function-face, change-log-acknowledgement-face):
16172 New backward-compatibility aliases for renamed faces.
16173 (change-log-font-lock-keywords): Use renamed change-log faces.
16174
16175 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
16176 (custom-set, custom-changed, custom-saved, custom-button)
16177 (custom-button-pressed, custom-documentation, custom-state)
16178 (custom-comment, custom-comment-tag, custom-variable-tag)
16179 (custom-variable-button, custom-face-tag, custom-group-tag-1)
16180 (custom-group-tag): Remove "-face" suffix from face names.
16181 (custom-magic-alist, custom-magic-value-create)
16182 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
16183 (custom-invalid-face, custom-rogue-face, custom-modified-face)
16184 (custom-set-face, custom-changed-face, custom-saved-face)
16185 (custom-button-face, custom-button-pressed-face)
16186 (custom-documentation-face, custom-state-face)
16187 (custom-comment-face, custom-comment-tag-face)
16188 (custom-variable-tag-face, custom-variable-button-face)
16189 (custom-face-tag-face, custom-group-tag-face-1)
16190 (custom-group-tag-face):
16191 New backward-compatibility aliases for renamed faces.
16192
16193 * wid-edit.el (widget-documentation, widget-button)
16194 (widget-field, widget-single-line-field, widget-inactive)
16195 (widget-button-pressed): "-face" suffix removed from face names.
16196 (widget-documentation-face, widget-button-face)
16197 (widget-field-face, widget-single-line-field-face)
16198 (widget-inactive-face, widget-button-pressed-face):
16199 New backward-compatibility aliases for renamed faces.
16200 (widget-documentation-face, widget-button-face)
16201 (widget-button-pressed-face, widget-specify-field)
16202 (widget-specify-inactive): Use renamed widget faces.
16203
16204 2005-06-10 Kenichi Handa <handa@m17n.org>
16205
16206 * term/x-win.el (x-clipboard-yank): Remove condition-case
16207 wrapping.
16208
16209 2005-06-11 Kenichi Handa <handa@m17n.org>
16210
16211 * add-log.el (change-log-font-lock-keywords): Make the regexp for
16212 date lines stricter.
16213
16214 2005-06-10 Zhang Wei <id.brep@gmail.com>
16215
16216 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
16217 of x-get-selection.
16218
16219 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16220
16221 * comint.el (comint-mode, comint-snapshot-last-prompt):
16222 * frame.el (frame-current-scroll-bars):
16223 * term.el (term-mode, term-check-proc, term-input-sender)
16224 (term-simple-send, term-extract-string, term-word)
16225 (term-match-partial-filename):
16226 * window.el (window-current-scroll-bars):
16227 * emulation/cua-base.el (cua-normal-cursor-color)
16228 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
16229 (cua-global-mark-cursor-color):
16230 * mail/undigest.el (rmail-forward-separator-regex):
16231 Fix typos in docstrings.
16232
16233 * comint.el (comint-check-proc, make-comint-in-buffer)
16234 (comint-source-default): Doc fixes.
16235
16236 * term.el (term-send-string): Improve argument/docstring consistency.
16237
16238 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
16239
16240 * comint.el (comint-send-input): Bind `inhibit-read-only' around
16241 call to `delete-region'.
16242 (comint-mode-hook): Do not enable Font Lock by default.
16243
16244 2005-06-09 Lute Kamstra <lute@gnu.org>
16245
16246 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
16247 could be void.
16248
16249 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
16250
16251 * emacs-lisp/debug.el (debugger-will-be-back): New var.
16252 (debug): Use it.
16253 (debugger-step-through, debugger-continue, debugger-jump)
16254 (debugger-return-value): Set it when needed.
16255 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
16256 Use inhibit-read-only.
16257
16258 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
16259
16260 * window.el (shrink-window-if-larger-than-buffer)
16261 (window-size-fixed): Fix typo in docstring.
16262
16263 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
16264 thumbnails directory on loading.
16265 (thumbs-conversion-program): Use `eq' to check the system type,
16266 not `equal'.
16267 (thumbs-temp-dir): Initialize to `temporary-file-directory',
16268 not "/tmp". Fix docstring.
16269 (thumbs-thumbsdir): New function to return the thumbnails
16270 directory, creating it if needed.
16271 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
16272 (thumbs-temp-file): Delete variable and make it into a function.
16273 (thumbs-resize-image, thumbs-modify-image): Use it.
16274 (thumbs-kill-buffer): Simplify.
16275 (thumbs-gensym): Defalias or duplicate CL `gensym'.
16276 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
16277 docstrings.
16278
16279 2005-06-09 Kim F. Storm <storm@cua.dk>
16280
16281 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
16282 set-match-data to free markers in match-data.
16283
16284 * replace.el (replace-match-data): Pass RESEAT arg `t' to
16285 match-data to unchain markers in match-data.
16286
16287 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
16288
16289 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16290 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
16291 unnecessary now.
16292
16293 2005-06-08 Richard M. Stallman <rms@gnu.org>
16294
16295 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16296 give the variable a doc string that doesn't say don't set it directly.
16297
16298 * textmodes/ispell.el (ispell-check-version):
16299 Use match-string-no-properties.
16300 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16301 (ispell-buffer-local-words): Likewise.
16302
16303 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16304 except on terminals with enough colors to really display it.
16305 (makefile-dependency-regex): Delete spurious `bb'.
16306
16307 * faces.el (escape-glyph): Use blue once again in last case.
16308 (no-break-space): Redefine so that it isn't invisible on a tty.
16309
16310 2005-06-08 Kim F. Storm <storm@cua.dk>
16311
16312 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16313 also when reading directory name.
16314
16315 2005-06-08 Lute Kamstra <lute@gnu.org>
16316
16317 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16318 (flyspell-mode-line-string): Remove autoload cookie.
16319 (flyspell-mode): Remove defvar.
16320
16321 2005-06-07 Lute Kamstra <lute@gnu.org>
16322
16323 * textmodes/org.el (org-run-mode-hooks): New function.
16324 (org-agenda-mode): Use it.
16325
16326 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16327
16328 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16329
16330 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16331
16332 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16333
16334 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16335
16336 * font-lock.el (font-lock-add-keywords): Doc fix.
16337
16338 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16339
16340 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16341 (tex-compile-default): In the absence of any history, use the order in
16342 tex-compile-alist to choose the preferred command.
16343 (tex-compile-commands): Reorder a bit.
16344
16345 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16346 (flyspell-incorrect-face, flyspell-duplicate-face):
16347 Use (X)Emacs-agnostic code.
16348 (flyspell-mode-map): Don't overwrite at each load. Remove code
16349 redundant with the subsequent add-minor-mode. Merge Emacs and
16350 XEmacs code.
16351 (flyspell-word): Minor simplification.
16352 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16353 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16354 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16355 Merge the corresponding Emacs code.
16356 (flyspell-correct-word, flyspell-xemacs-popup):
16357 Use flyspell-do-correct.
16358
16359 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16360 a dedicated window.
16361
16362 * international/latexenc.el (latexenc-find-file-coding-system):
16363 Undo part of last patch, to turn off a compiler warning.
16364
16365 2005-06-06 Juri Linkov <juri@jurta.org>
16366
16367 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16368 Rename `tmm-inactive-face' to `tmm-inactive'.
16369
16370 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16371
16372 * iswitchb.el: Rename faces.
16373
16374 2005-06-06 Kim F. Storm <storm@cua.dk>
16375
16376 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16377 (cua-global-mark): Remove -face suffix from face names.
16378
16379 * emulation/cua-gmrk.el (cua--init-global-mark):
16380 Remove cua-global-mark face setup.
16381
16382 2005-06-06 Richard M. Stallman <rms@gnu.org>
16383
16384 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16385 just like other allowed characters.
16386 (makefile-match-dependency): Exclude leading and training whitespace
16387 from the range of regexp subexp 1.
16388 (makefile-macroassign-regex): Don't try to match the body,
16389 just the name of the macro being defined.
16390
16391 * info.el (Info-read-node-name-2): New function.
16392 (Info-read-node-name-1): Use that.
16393 Add a completion-base-size-function property.
16394
16395 * simple.el (completion-setup-function): Look for
16396 completion-base-size-function property of minibuffer-completion-table.
16397
16398 * files.el (locate-file-completion): Doc fix.
16399
16400 * printing.el: Don't call pr-update-menus; user must do that.
16401
16402 * emacs-lisp/debug.el (debugger-window): New variable.
16403 (debug): Use debugger-window if it is set and still alive.
16404 Record debugger-window for next entry.
16405
16406 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16407
16408 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16409
16410 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16411 (hack-one-local-variable, hack-local-variables)
16412 (hack-local-variables-prop-line): Pass that arg.
16413
16414 2005-06-06 Kim F. Storm <storm@cua.dk>
16415
16416 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16417 (ido-indicator): Remove -face suffix from face names.
16418
16419 2005-06-06 Juri Linkov <juri@jurta.org>
16420
16421 * font-lock.el (font-lock-regexp-backslash)
16422 (font-lock-regexp-backslash-construct): New faces.
16423 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16424 after `('. Add `while-no-input' to control structures.
16425
16426 * faces.el (no-break-space, shadow): New faces.
16427 (escape-glyph): Use less loud colors pink2 and red4.
16428
16429 * diff-mode.el (diff-context-face)
16430 * dired.el (dired-ignored)
16431 * rfn-eshadow.el (file-name-shadow)
16432 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16433
16434 * info.el (Info-title-1-face): Use green instead of yellow because
16435 bold yellow is not readable on light backgrounds.
16436
16437 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16438 before selecting the desired mode to not spend time fontifying
16439 old contents.
16440
16441 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16442
16443 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16444 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16445
16446 * ps-print.el (ps-default-fg, ps-default-bg):
16447 Fix typos in docstrings.
16448
16449 * isearchb.el (isearchb): Don't pass a spurious second argument to
16450 `iswitchb-completions'.
16451
16452 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16453
16454 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16455 to preserve point.
16456 (gdb-find-file-hook): Add doc string.
16457
16458 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16459 C dereferenced pointer expression.
16460 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16461
16462 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16463
16464 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16465 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16466 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16467 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16468 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16469 Make background transparent.
16470
16471 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16472
16473 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16474 (font-lock-remove-keywords): Doc fix.
16475 (font-lock-mode-major-mode): Compiler defvar.
16476 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16477
16478 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16479 (font-lock-mode): Update `font-lock-mode-major-mode'.
16480 (font-lock-set-defaults): Compiler defvar.
16481 (font-lock-default-function): Take `font-lock-mode-major-mode'
16482 into account.
16483
16484 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16485 keep track of which major mode it enabled the minor mode for.
16486 Use find-file-hook again. Update docstring.
16487
16488 * simple.el (eval-expression-print-level)
16489 (eval-expression-print-length, eval-expression-debug-on-error):
16490 Doc fixes.
16491
16492 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16493
16494 * iswitchb.el (iswitchb-single-match-face)
16495 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16496 (iswitchb-invalid-regexp-face): New faces.
16497 (iswitchb-completions): Use them.
16498 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16499 now marked as an obsolete alias.
16500 (iswitchb-read-buffer): Remove check for bound font variables.
16501 (iswitchb-invalid-regexp): New free variable.
16502 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16503 set iswitchb-invalid-regexp.
16504 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16505 invalid regexps.
16506 (iswitchb-completions): Add check for complete match when entering
16507 a regexp.
16508 (iswitchb-completions): Remove require-match argument.
16509 (iswitchb-exhibit): Fix caller.
16510 (iswitchb-common-match-inserted): New variable.
16511 (iswitchb-complete, iswitchb-completion-help): Use it.
16512
16513 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16514
16515 * url-http.el (url-http-chunked-encoding-after-change-function):
16516 Use `url-http-debug' instead of `message'.
16517
16518 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16519
16520 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16521 callback argument.
16522
16523 2005-06-04 Kim F. Storm <storm@cua.dk>
16524
16525 * simple.el (line-move): Only call sit-for when moving backwards.
16526
16527 * ido.el (ido-make-merged-file-list-1): New defun split from
16528 ido-make-merged-file-list.
16529 (ido-make-merged-file-list): Bind throw-on-input around call to
16530 ido-make-merged-file-list-1. Return input-pending-p if
16531 interrupted by more input available.
16532 (ido-read-internal): Handle input-pending-p return value from
16533 ido-make-merged-file-list.
16534
16535 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16536
16537 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16538 compatibility code.
16539
16540 * international/latexenc.el (latexenc-find-file-coding-system):
16541 Don't inherit the EOL part of the coding-system from the
16542 tex-main buffer. Fit within 80 columns.
16543
16544 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16545
16546 * tmm.el (tmm-inactive-face): New face.
16547 (tmm-remove-inactive-mouse-face): New function.
16548 (tmm-prompt, tmm-add-one-shortcut)
16549 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16550 but not selectable.
16551
16552 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16553
16554 * faces.el (face-equal): Improve argument/docstring consistency.
16555
16556 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16557
16558 * progmodes/make-mode.el (makefile-targets-face)
16559 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16560 (makefile-bsdmake-dependency-regex)
16561 (makefile-makepp-rule-action-regex)
16562 (makefile-bsdmake-rule-action-regex): New constants.
16563 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16564
16565 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16566 Allow (...) within `...' for makepp messages.
16567
16568 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16569
16570 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16571
16572 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16573 "." files are deleted from all file lists before comparison.
16574
16575 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16576 (viper-ESC-key): Made them customizable.
16577
16578 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16579
16580 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16581
16582 * autorevert.el (auto-revert-buffers): Use save-match-data.
16583
16584 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16585
16586 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16587 menu items with a nil command binding.
16588
16589 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16590
16591 * emacs-lisp/cl-macs.el (defsetf):
16592 Improve argument/docstring consistency.
16593
16594 * faces.el (list-faces-display): Improve the formatting by
16595 computing the maximum length required for any face-name (reworked
16596 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16597 (internal-find-face): Remove redundant info in docstring.
16598
16599 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16600
16601 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16602 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16603 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16604 (gdb-assembler-custom): Improve regexps.
16605 (def-gdb-auto-update-handler): Use window point to preserve point.
16606
16607 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16608
16609 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16610
16611 2005-05-31 Jay Belanger <belanger@truman.edu>
16612
16613 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16614 to calc-embedded.
16615 (calc-embedded-make-info): Have plain prefix argument select
16616 entire line.
16617
16618 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16619
16620 * faces.el (list-faces-display): Signal error if passed a regexp
16621 that matches no face name.
16622
16623 * simple.el (filter-buffer-substring): Fix typo in docstring.
16624
16625 2005-05-31 Richard M. Stallman <rms@gnu.org>
16626
16627 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16628 (vhdl-emacs-21): Doc fix.
16629 (vhdl-mode): Unconditionally set comment-padding.
16630 (vhdl-fixup-whitespace-region): Insert spaces only where
16631 there are none.
16632 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16633
16634 2005-05-30 John Wiegley <johnw@newartisans.com>
16635
16636 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16637 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16638 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16639 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16640 `string-to-number'.
16641
16642 2005-05-30 Jay Belanger <belanger@truman.edu>
16643
16644 * calc/calc.el (calc-bug-address): Fix docstring.
16645 (calc-window-hook, calc-trail-window-hook): New variables.
16646 (calc-trail-display): Restore use of calc-trail-window-hook.
16647 (calc): Restore use of calc-window-hook.
16648
16649 2005-05-31 Masatake YAMATO <jet@gyve.org>
16650
16651 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16652
16653 * help-fns.el (help-C-file-name): Add autoload mark for
16654 `find-function-noselect'.
16655
16656 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16657
16658 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16659 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16660
16661 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16662
16663 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16664 included diary buffer if it was not already being visited.
16665 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16666
16667 * calendar/icalendar.el (top-level): Do not require appt.
16668
16669 * mail/supercite.el (sc-select-attribution): Only use a list
16670 element from sc-attrib-selection-list if it returns a string.
16671 Reported by Davide G. M. Salvetti <salve@debian.org>.
16672
16673 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16674
16675 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16676 includes a hash value to improve its uniqueness, and has a ".jpg"
16677 extension. Also, it is now a valid filename on all systems.
16678 (thumbs-make-thumb): Use `let', not `let*'.
16679 (thumbs-show-thumbs-list): Check for JPEG availability.
16680
16681 2005-05-30 Richard M. Stallman <rms@gnu.org>
16682
16683 * filesets.el (filesets-menu-ensure-use-cached):
16684 Prevent warning when emacs-version>= is undefined.
16685
16686 * printing.el (pr-interactive-n-up): Use string-to-number.
16687
16688 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16689
16690 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16691 Warn only when name to be defined is quoted.
16692
16693 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16694
16695 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16696 Make regexp more robust.
16697 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16698 Force regeneration of disassembly.
16699
16700 2005-05-29 Jay Belanger <belanger@truman.edu>
16701
16702 * calc/calc.el (calc-user-invocation): Check if
16703 calc-invocation-macro is non-nil.
16704
16705 2005-05-29 Juri Linkov <juri@jurta.org>
16706
16707 * add-log.el (change-log-font-lock-keywords):
16708 Add `+' to e-mail regexp to accept mail address with keywords.
16709
16710 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16711
16712 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16713
16714 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16715
16716 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16717
16718 2005-05-29 Richard M. Stallman <rms@gnu.org>
16719
16720 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16721 Undo the change that moves to end of the current word.
16722
16723 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16724
16725 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16726 Throw error when count <= 0 to ensure input is a number.
16727 (gdb-read-memory-custom): Pick up address from buffer.
16728 (gdb-memory-mode): Allow user to increment and decrement
16729 memory address from header line.
16730
16731 2005-05-29 Richard M. Stallman <rms@gnu.org>
16732
16733 * flyspell.el (flyspell-version): Function deleted.
16734 (flyspell-auto-correct-previous-hook): Doc fix.
16735
16736 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16737 Do nothing if memory is full.
16738
16739 * font-lock.el (font-lock-fontify-syntactically-region):
16740 Pass t for GREEDY to looking-back.
16741
16742 * saveplace.el (save-place-alist-to-file): Write the file
16743 using write-region.
16744
16745 * subr.el (looking-back): New argument GREEDY.
16746
16747 * progmodes/compile.el (compilation-start): Set the mode
16748 before inserting the initial text.
16749
16750 * progmodes/which-func.el (which-func-update-1): Turn the mode
16751 off in case of error by setting which-func-mode.
16752
16753 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16754
16755 * flyspell.el (flyspell-auto-correct-previous-word):
16756 Narrow down to what's on the screen, and recenter overlays
16757 at the end of the next word.
16758
16759 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16760
16761 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16762 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16763 (flyspell-abbrev-p): Default to nil.
16764 (flyspell-use-global-abbrev-table-p): Doc fix.
16765 (flyspell-large-region): Allow nil as value.
16766 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16767
16768 (mail-mode-flyspell-verify): More robust handling
16769 of `mail-header-separator'. More efficient signature detection.
16770 Allow for regexp metacharacters in message-header-separator.
16771 Adding `To' not to be checked in mail-mode-flyspell-verify.
16772
16773 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16774 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16775 Bind flyspell-auto-correct-binding.
16776 Bind C-. and C-, .
16777 (flyspell-mode-map): Likewise.
16778 (flyspell-mode): Doc fix.
16779 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16780 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16781 (flyspell-word-cache-result): New var, always local.
16782 (flyspell-check-pre-word-p): Doc fix.
16783 (flyspell-check-changed-word-p): Handle spc like newline.
16784 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16785 (flyspell-word-search-backward, flyspell-word-search-forward):
16786 New functions.
16787 (flyspell-word): Return t if nothing to check.
16788 When parsing TeX code, check for after } or \.
16789 Use flyspell-word-search-backward to find previous word.
16790 Return nil if duplicated word.
16791 For word already checked, return same value as last time.
16792 Set flyspell-word-cache-result after checking.
16793 Don't clobber the return value.
16794 (flyspell-get-word): Major rewrite.
16795 (flyspell-external-point-words): New locals pword, pcount.
16796 Fix size used in progress message.
16797 Find the proper corresponding word in flyspell-large-region-buffer.
16798 (flyspell-region): Check for flyspell-large-region = nil.
16799 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16800 (flyspell-auto-correct-word): Check that WORD is a cons.
16801 (flyspell-correct-word): Likewise.
16802
16803 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16804
16805 * progmodes/make-mode.el (makefile-rule-action-regex)
16806 (makefile-macroassign-regex, makefile-makepp-mode)
16807 (makefile-bsdmake-mode): Continuation lines may be empty.
16808 Reported by Joshua Varner.
16809 (makefile-makepp-font-lock-keywords): Add $(stem).
16810
16811 2005-05-28 Karl Berry <karl@gnu.org>
16812
16813 * textmodes/tex-mode.el: Now that tex-send-command calls
16814 shell-quote-argument (2005-03-31 change), remove all calls to
16815 shell-quote-argument; they all end up invoking tex-send-command.
16816 The double quoting loses on filenames with non-safe characters,
16817 such as "@". Reported by Frederik Fouvry.
16818
16819 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16820
16821 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16822 about preserving point.
16823
16824 2005-05-27 Jay Belanger <belanger@truman.edu>
16825
16826 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16827 Info-goto-node.
16828
16829 * calc/calc-embed.el (calc-embed-arg): New variable.
16830 (calc-do-embedded-activate, calc-embedded-activate-formula)
16831 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16832 variable by new variable.
16833 (calc-embedded-make-info): Replace undeclared variable by new
16834 variable. When selecting region with positive prefix
16835 argument, use end of previous line instead of beginning of line.
16836
16837 * calc/calc-aent.el (calc-arg-values): Declare it.
16838
16839 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16840 Declare them.
16841
16842 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16843
16844 * calc/calc.el (calc-alg-map): Declare it.
16845
16846 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16847
16848 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16849
16850 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16851 (gdb-registers-buffer, toggle-gdb-all-registers):
16852 Toggle display of floating point registers.
16853 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16854
16855 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16856 (toggle-gud-tooltip-dereference):
16857 Rename from gud-toggle-tooltip-dereference.
16858
16859 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16860
16861 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16862
16863 2005-05-27 Jay Belanger <belanger@truman.edu>
16864
16865 * calc/calc-prog.el (calc-kbd-report): Remove.
16866 (calc-kbd-query): Rewrite.
16867
16868 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16869
16870 * image.el (image-library-alist): Move to image.c.
16871 (image-type-available-p): Doc fix.
16872
16873 2005-05-27 Lute Kamstra <lute@gnu.org>
16874
16875 * calc/calc.el (calc):
16876 * outline.el (outline-1, outline-2, outline-3, outline-4)
16877 (outline-5, outline-6, outline-7, outline-8):
16878 * textmodes/dns-mode.el (dns-mode):
16879 * textmodes/sgml-mode.el (sgml-namespace-face):
16880 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16881 (tex-verbatim-face, tex-use-reftex):
16882 * textmodes/texinfo.el (texinfo-heading-face):
16883 Specify customization group.
16884
16885 * longlines.el: Don't require easy-mmode.
16886 (longlines-visible-face): Specify customization group.
16887
16888 2005-05-27 Kenichi Handa <handa@m17n.org>
16889
16890 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16891 encoding table of windows-1251.
16892
16893 * international/ucs-tables.el (ucs-set-table-for-input):
16894 If translation-table-for-input of a coding system is a symbol, get
16895 its translation-table property.
16896
16897 * international/code-pages.el: Don't register a coding system into
16898 non-iso-charset-alist more than once.
16899 (cp-make-coding-system): Likewise.
16900
16901 2005-05-26 John Wiegley <johnw@newartisans.com>
16902
16903 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16904 `eshell-resume-eval' is wrapped in a list, it indicates that the
16905 command was run asynchronously. In that case, unwrap the value
16906 before checking the delimiter value.
16907
16908 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16909 character before a space at the end of a line is \, assume the space
16910 is part of the last argument rather than a final argument separator.
16911
16912 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16913 is in use, and the target is `t' or `nil' (which are the most common
16914 values), don't assume that the symbol target is a buffer.
16915
16916 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16917
16918 * calendar/calendar.el (calendar-mode-line-format):
16919 Use mode-line-highlight as mouse-face.
16920
16921 * time.el (display-time-string-forms, display-time-update):
16922 Use mode-line-highlight as mouse-face.
16923
16924 2005-05-26 Jay Belanger <belanger@truman.edu>
16925
16926 * calc/calc.el (calc-language-alist): Remove extra defvar.
16927
16928 2005-05-26 Lute Kamstra <lute@gnu.org>
16929
16930 * arc-mode.el (archive-mode):
16931 * bookmark.el (bookmark-read-annotation-mode)
16932 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16933 * bs.el (bs-mode):
16934 * calc/calc-yank.el (calc-edit-mode):
16935 * calc/calc.el (calc-mode, calc-trail-mode):
16936 * calculator.el (calculator-mode):
16937 * chistory.el (command-history-mode):
16938 * comint.el:
16939 * cus-edit.el (custom-mode):
16940 * descr-text.el (describe-text-mode):
16941 * ebuff-menu.el (Electric-buffer-menu-mode):
16942 * ediff-util.el (ediff-mode):
16943 * emacs-lisp/re-builder.el (reb-mode):
16944 * emulation/vi.el (vi-mode-setup):
16945 * emulation/ws-mode.el (wordstar-mode):
16946 * eshell/esh-mode.el (eshell-mode):
16947 * forms.el (forms-mode):
16948 * help-mode.el (help-mode):
16949 * hexl.el (hexl-mode):
16950 * ibuffer.el (ibuffer-mode):
16951 * ielm.el (inferior-emacs-lisp-mode):
16952 * info.el (Info-mode, Info-edit-mode):
16953 * international/swedish.el:
16954 * ledit.el (ledit-from-lisp-mode):
16955 * locate.el (locate-mode):
16956 * mail/rmail.el (rmail-mode):
16957 * mail/rmailedit.el (rmail-edit-mode):
16958 * mail/rmailsum.el (rmail-summary-mode):
16959 * mail/supercite.el (sc-electric-mode):
16960 * net/eudc.el (eudc-mode):
16961 * net/quickurl.el (quickurl-list-mode):
16962 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16963 * obsolete/ooutline.el (outline-mode):
16964 * obsolete/options.el (Edit-options-mode):
16965 * obsolete/rnews.el (news-mode):
16966 * obsolete/rnewspost.el (news-reply-mode):
16967 * play/5x5.el (5x5-mode):
16968 * play/decipher.el (decipher-mode, decipher-stats-mode):
16969 * play/gomoku.el (gomoku-mode):
16970 * play/snake.el (snake-mode):
16971 * play/solitaire.el (solitaire-mode):
16972 * play/tetris.el (tetris-mode):
16973 * progmodes/ada-mode.el (ada-mode):
16974 * progmodes/antlr-mode.el (antlr-mode):
16975 * progmodes/autoconf.el (autoconf-mode):
16976 * progmodes/dcl-mode.el (dcl-mode):
16977 * progmodes/delphi.el (delphi-mode):
16978 * progmodes/ebrowse.el (ebrowse-tree-mode)
16979 (ebrowse-electric-list-mode, ebrowse-member-mode)
16980 (ebrowse-electric-position-mode):
16981 * progmodes/f90.el (f90-mode):
16982 * progmodes/fortran.el (fortran-mode):
16983 * progmodes/icon.el (icon-mode):
16984 * progmodes/idlw-help.el (idlwave-help-mode):
16985 * progmodes/idlw-shell.el (idlwave-shell-mode):
16986 * progmodes/idlwave.el (idlwave-mode):
16987 * progmodes/inf-lisp.el (inferior-lisp-mode):
16988 * progmodes/m4-mode.el (m4-mode):
16989 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16990 * progmodes/modula2.el (modula-2-mode):
16991 * progmodes/octave-inf.el (inferior-octave-mode):
16992 * progmodes/octave-mod.el (octave-mode):
16993 * progmodes/pascal.el (pascal-mode):
16994 * progmodes/sh-script.el (sh-mode):
16995 * progmodes/sql.el (sql-mode, sql-interactive-mode):
16996 * progmodes/vhdl-mode.el (vhdl-mode):
16997 * progmodes/xscheme.el (scheme-interaction-mode):
16998 * replace.el (occur-mode):
16999 * ses.el (ses-mode):
17000 * simple.el (completion-list-mode):
17001 * skeleton.el:
17002 * speedbar.el (speedbar-mode):
17003 * term.el (term-mode):
17004 * terminal.el (terminal-edit-mode):
17005 * textmodes/reftex-index.el (reftex-index-mode)
17006 (reftex-index-phrases-mode):
17007 * textmodes/reftex-sel.el (reftex-select-label-mode)
17008 (reftex-select-bib-mode):
17009 * textmodes/reftex-toc.el (reftex-toc-mode):
17010 * wdired.el (wdired-change-to-wdired-mode):
17011 * wid-browse.el (widget-browse-mode):
17012 Use run-mode-hooks.
17013
17014 * array.el (array-mode):
17015 * calendar/todo-mode.el (todo-mode):
17016 * man.el (Man-mode):
17017 * play/landmark.el (lm-mode):
17018 * play/mpuz.el (mpuz-mode):
17019 Use kill-all-local-variables and run-mode-hooks.
17020
17021 * subr.el (delay-mode-hooks): Specify indentation.
17022
17023 2005-05-26 Mark A. Hershberger <mah@everybody.org>
17024
17025 * xml.el (xml-substitute-special): Don't die for undefined xml
17026 entities.
17027
17028 2005-05-26 Jay Belanger <belanger@truman.edu>
17029
17030 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
17031 of nil.
17032
17033 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
17034
17035 * progmodes/gdb-ui.el (gdb-frame-address):
17036 Rename from gdb-current-address.
17037 (gdb-previous-frame-address): Rename from gdb-previous-address.
17038 (gdb-selected-frame): Rename from gdb-current-frame.
17039 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
17040 (gdb-frame-number): Rename from gdb-current-stack-level.
17041 (gdb-ann3): Match new mode-name for disassembly buffer.
17042 Extend initialization of variables.
17043 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
17044 (gdb-memory-mode): Use mouse-face in header line.
17045 (gdb-assembler-buffer-name): Call it disassembly and give frame
17046 in mode line.
17047 (gdb-source-spec-regexp, gdb-assembler-custom)
17048 (gdb-invalidate-assembler, gdb-frame-handler):
17049 Make robust to leading zeroes in address format.
17050
17051 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
17052
17053 * textmodes/org.el (org-mode): Use `define-derived-mode' to
17054 define `org-mode'.
17055 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
17056
17057 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
17058
17059 * log-edit.el (log-edit-changelog-entries): Distinguish between
17060 filenames like xfns.c and fns.c.
17061
17062 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
17063
17064 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
17065 point after reverting.
17066 (Buffer-menu-make-sort-button): Handle the case where
17067 `Buffer-menu-use-header-line' is nil.
17068
17069 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
17070
17071 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
17072 New funcs. In minibuffer-local-completion-map bind `]', `/'
17073 and `:' to them.
17074
17075 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
17076
17077 * startup.el (normal-top-level): Allow modification of load-path while
17078 we're iterating over it.
17079
17080 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
17081
17082 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
17083 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
17084 (thumbs-resize-interactive, thumbs-insert-image)
17085 (thumbs-insert-thumb, thumbs-dired-show-marked)
17086 (thumbs-find-image-at-point, thumbs-delete-images)
17087 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
17088 (thumbs-increment-image-size, thumbs-decrement-image-size):
17089 Fix typos in docstrings.
17090
17091 2005-05-24 Andre Spiegel <spiegel@gnu.org>
17092
17093 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
17094 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
17095 (cperl-mode): Use them.
17096
17097 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
17098
17099 * window.el (quit-window, shrink-window-if-larger-than-buffer):
17100 Doc fixes.
17101
17102 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
17103
17104 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
17105 Bind C-d to gdb-inferior-io-eof.
17106
17107 * dired.el (dired-dnd-popup-notice): Use message-box.
17108
17109 2005-05-23 Masatake YAMATO <jet@gyve.org>
17110
17111 * bindings.el (mode-line-major-mode-keymap):
17112 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
17113
17114 * faces.el (mode-line-highlight): New face.
17115
17116 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
17117 as mouse-face.
17118
17119 * bindings.el (top-level, help-echo, mode-line-modified)
17120 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
17121 as mouse-face.
17122
17123 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
17124
17125 * progmodes/cc-engine.el (c-guess-basic-syntax):
17126 Remove spurious call to `zerop'.
17127
17128 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
17129
17130 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
17131
17132 CC Mode update to 5.30.10:
17133
17134 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
17135 could go past the limit in decoration level 2, thereby causing
17136 errors during interactive fontification.
17137
17138 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
17139 the file is evaluated interactively.
17140
17141 * cc-engine.el (c-guess-basic-syntax): Handle operator
17142 declarations somewhat better in C++.
17143
17144 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
17145 make use of `run-mode-hooks' which has been added in Emacs 21.1.
17146 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
17147 (awk-mode): Use it.
17148 (make-local-hook): Suppress warning about obsoleteness.
17149
17150 * cc-engine.el, cc-align.el, cc-cmds.el
17151 (c-append-backslashes-forward, c-delete-backslashes-forward)
17152 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
17153 Compensate for return value from `forward-line' when it has moved
17154 but not to a different line due to eob.
17155
17156 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
17157 `objc-method-intro' and `objc-method-args-cont'.
17158
17159 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
17160
17161 CC Mode update to 5.30.10:
17162
17163 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
17164 in the copyright statement. Incidentally, change "along with GNU
17165 Emacs" to "along with this program" where it occurs.
17166
17167 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
17168 so that it is interactive, hence can be found by M-x awk-mode
17169 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
17170 <gmorris+emacs@ast.cam.ac.uk>.
17171
17172 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
17173 Mode's regexps.
17174
17175 2005-05-23 Kevin Ryde <user42@zip.com.au>
17176
17177 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
17178 c-parse-state, to avoid a lisp error (on bad code).
17179
17180 2005-05-23 Lute Kamstra <lute@gnu.org>
17181
17182 * subr.el (font-lock-defaults): Remove defvar as it's already
17183 defined in font-core.el.
17184
17185 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
17186
17187 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
17188
17189 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
17190 more general and work when GDB variable "print pretty" is on,
17191 as with Emacs, for example.
17192
17193 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
17194
17195 * font-core.el: Update comment.
17196
17197 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17198 Use `after-change-major-mode-hook' instead of `find-file-hook'.
17199
17200 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
17201
17202 2005-05-22 Eli Zaretskii <eliz@gnu.org>
17203
17204 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
17205 and `yank-handler' in the doc strings.
17206
17207 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17208
17209 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
17210
17211 2005-05-22 Richard M. Stallman <rms@gnu.org>
17212
17213 * help.el (describe-key): Move print-help-return-message call
17214 out of conditional.
17215
17216 * progmodes/etags.el (list-tags): Use with-no-warnings.
17217
17218 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
17219 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
17220 (starttls-extra-args, starttls-extra-arguments): Add defvars.
17221
17222 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
17223
17224 * language/viet-util.el (viet-viscii-nonascii-translation-table):
17225 Add defvar.
17226
17227 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
17228 Use defvar, not defconst.
17229
17230 * hexl.el (hexl-follow-line): Use with-no-warnings.
17231
17232 * emulation/tpu-extras.el: Use write-file-functions instead of
17233 write-file-hooks.
17234
17235 * dired.el (dired-font-lock-keywords): Fontify files with junk
17236 extensions even if marked by -F.
17237
17238 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
17239
17240 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
17241 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
17242 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
17243 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
17244 (concatenate, list-length, get*, getf, cl-remprop):
17245 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
17246 (etypecase, progv, lexical-let, lexical-let*)
17247 (multiple-value-bind, multiple-value-setq, shiftf):
17248 Improve argument/docstring consistency.
17249
17250 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
17251
17252 2005-05-22 Andre Spiegel <spiegel@gnu.org>
17253
17254 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
17255 doesn't exist.
17256
17257 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
17258 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
17259
17260 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
17261
17262 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
17263 already deleted variables: auto-fill-hook, blink-paren-hook,
17264 lisp-indent-hook, inhibit-local-variables, unread-command-event,
17265 suspend-hooks, comment-indent-hook, meta-flag,
17266 before-change-function, after-change-function,
17267 font-lock-doc-string-face.
17268
17269 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
17270
17271 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17272
17273 2005-05-21 Eli Zaretskii <eliz@gnu.org>
17274
17275 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
17276 rmail-dont-reply-to.
17277
17278 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17279
17280 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
17281 literal blank when splitting new-header-values.
17282
17283 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
17284
17285 * calendar/cal-menu.el (cal-menu-update): Add separator as a
17286 string so that tmm doesn't create a completion entry for it.
17287
17288 * textmodes/table.el (table-disable-menu): Ditto.
17289
17290 2005-05-21 Richard M. Stallman <rms@gnu.org>
17291
17292 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17293
17294 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17295
17296 * net/rcompile.el (remote-compile): Use compilation-start.
17297
17298 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17299
17300 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
17301
17302 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17303 Default to makefile-bsdmake-mode on BSD systems.
17304
17305 * imenu.el (imenu-generic-expression, imenu--generic-function'):
17306 REGEXP may also be a search function now. The part of doc-string
17307 for describing the structure was 95% identical to that of
17308 `imenu--generic-function'. Unify it there.
17309
17310 * progmodes/make-mode.el (makefile-imenu-generic-expression):
17311 Use function to find dependencies, because regexp alone is so complex,
17312 it easily goes into an endless loop.
17313 (makefile-makepp-mode): Also add submenu for Perl functions
17314 defined in the makefile.
17315 (makefile-bsdmake-mode): Special imenu-generic-expression no
17316 longer needed, due to function call.
17317 (makefile-match-dependency): Take BOUND into account when checking
17318 if we're through.
17319
17320 2005-05-20 Jay Belanger <belanger@truman.edu>
17321
17322 * calc/calc-units.el (calc-invalidate-units-table):
17323 Use inhibit-read-only.
17324 (math-build-units-table-buffer): Use view-mode.
17325
17326 2005-05-20 David Kastrup <dak@gnu.org>
17327
17328 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17329 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17330
17331 2005-05-20 Lute Kamstra <lute@gnu.org>
17332
17333 * diff-mode.el (diff-header-face, diff-file-header-face)
17334 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17335 (diff-added-face, diff-changed-face, diff-function-face)
17336 (diff-context-face, diff-nonexistent-face): Put them in the
17337 diff-mode customization group.
17338
17339 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17340
17341 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17342
17343 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17344
17345 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17346 Minor regexp-optimization.
17347
17348 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17349
17350 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17351 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17352 (org-agenda-add-time-grid-maybe): New function.
17353 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17354 (org-table-create): `dotimes' instead of `mapcar'.
17355 (org-xor): Simplify implementation.
17356 (org-agenda): `inhibit-redisplay' turned on.
17357 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17358 a consistent line after a state change.
17359 (org-agenda-remove-times-when-in-prefix): New option.
17360 (org-prefix-has-time): New variable.
17361 (org-parse-time-string): Optional argument NODEFAULT.
17362 (org-format-agenda-item): Parse items for time-of-day
17363 specifications and move these into the prefix if possible.
17364 (org-agenda-priority): Get current heading, not previous heading
17365 during agenda remote editing.
17366
17367 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17368
17369 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17370 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17371 (remove-duplicates, delete-duplicates, substitute)
17372 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17373 (nsubstitute-if-not, find, find-if, find-if-not, position)
17374 (position-if, position-if-not, count, count-if, count-if-not)
17375 (mismatch, search, sort*, stable-sort, merge, member*)
17376 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17377 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17378 (intersection, nintersection, set-difference, nset-difference)
17379 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17380 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17381 (nsublis, tree-equal): Improve argument/docstring consistency.
17382
17383 * subr.el (send-string, send-region): Remove obsolescence declaration.
17384 (window-dot, set-window-dot, read-input, show-buffer)
17385 (eval-current-buffer, string-to-int):
17386 Add release number to obsolescence declarations.
17387
17388 2005-05-19 Kim F. Storm <storm@cua.dk>
17389
17390 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17391 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17392
17393 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17394
17395 * faces.el (list-faces-display): Make back button respect optional
17396 regexp arg.
17397
17398 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17399
17400 * calculator.el (calculator-radix-grouping-mode)
17401 (calculator-radix-grouping-digits, calculator-displayer)
17402 (calculator-radix-grouping-separator, calculator-copy-displayer):
17403 * dabbrev.el (dabbrev-search-these-buffers-only):
17404 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17405 (diff-advance-after-apply-hunk, diff-mode-hook)
17406 (diff-minor-mode-prefix):
17407 * imenu.el (imenu-use-popup-menu):
17408 * jit-lock.el (jit-lock-context-time):
17409 * newcomment.el (comment-fill-column, comment-column)
17410 (comment-style, comment-padding, comment-multi-line)
17411 (comment-empty-lines, comment-auto-fill-only-comments):
17412 * reveal.el (reveal-around-mark):
17413 * uniquify.el (uniquify-buffer-name-style)
17414 (uniquify-after-kill-buffer-p)
17415 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17416 (uniquify-min-dir-content, uniquify-separator)
17417 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17418 * w32-vars.el (w32-fixed-font-alist):
17419 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17420 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17421 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17422 * progmodes/perl-mode.el (perl-indent-level)
17423 (perl-continued-statement-offset, perl-continued-brace-offset)
17424 (perl-brace-offset, perl-brace-imaginary-offset)
17425 (perl-label-offset, perl-indent-continued-arguments)
17426 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17427 * progmodes/tcl.el (tcl-indent-level)
17428 (tcl-continued-indent-level, tcl-auto-newline)
17429 (tcl-tab-always-indent, tcl-electric-hash-style)
17430 (tcl-help-directory-list, tcl-use-smart-word-finder)
17431 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17432 (inferior-tcl-source-command):
17433 * textmodes/fill.el (enable-kinsoku):
17434 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17435 * textmodes/table.el (table-yank-handler):
17436 Specify missing group (and type, if simple) in defcustom.
17437
17438 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17439
17440 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17441
17442 2005-05-19 Richard M. Stallman <rms@gnu.org>
17443
17444 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17445
17446 * subr.el (event-basic-type): Don't get an error.
17447 (left-fringe-p): Function deleted.
17448
17449 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17450 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17451
17452 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17453 in recursive copy.
17454
17455 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17456
17457 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17458
17459 * emacs-lisp/bytecomp.el
17460 (byte-compile-file-form-custom-declare-variable):
17461 Call byte-compile-nogroup-warn if appropriate.
17462
17463 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17464 (compilation-set-window): Don't call left-fringe-p; do it directly.
17465
17466 2005-05-19 Jay Belanger <belanger@truman.edu>
17467
17468 * calc/calc-graph.el (calc-graph-format-data): Make sure
17469 var-PlotRejects is bound before trying to check its value.
17470
17471 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17472
17473 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17474 definition of this variable from reftex-global.el to reftex.el,
17475 because it is needed in the menu.
17476
17477 2005-05-19 Lute Kamstra <lute@gnu.org>
17478
17479 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17480 years are fixed. Don't insert a space after a dash.
17481
17482 2005-05-19 Kim F. Storm <storm@cua.dk>
17483
17484 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17485
17486 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17487
17488 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17489 strings, because (eq ... ?\\) is fairly frequent.
17490
17491 * progmodes/make-mode.el (makefile-add-this-line-targets):
17492 Simplify and integrate into `makefile-pickup-targets'.
17493 (makefile-add-this-line-macro): Simplify and integrate into
17494 `makefile-pickup-macros.
17495 (makefile-pickup-filenames-as-targets): Simplify.
17496 (makefile-previous-dependency, makefile-match-dependency):
17497 Don't stumble over `::'.
17498
17499 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17500
17501 * subr.el (post-command-idle-hook, post-command-idle-delay):
17502 Remove obsoletion of post-command-idle-hook and
17503 post-command-idle-delay.
17504
17505 * faces.el (list-faces-display): Provide button when describe-face
17506 is called to take user back to the list of faces.
17507
17508 * help-fns.el (describe-variable): Remove hyperlinks in a
17509 variable's value as these are quite frequently inappropriate.
17510
17511 * follow.el (follow-submit-feedback, follow-mode):
17512 Remove references to post-command-idle-hook.
17513
17514 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17515
17516 * progmodes/make-mode.el (makefile-previous-dependency)
17517 (makefile-match-dependency): Check for := (and in bsd mode also
17518 !=) to give a better result, even when font-lock is not on.
17519
17520 2005-05-18 Jay Belanger <belanger@truman.edu>
17521
17522 * calc/calc-help.el (calc-s-prefix-help):
17523 Add `calc-copy-special-constant' to help string.
17524
17525 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17526
17527 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17528
17529 2005-05-18 Jay Belanger <belanger@truman.edu>
17530
17531 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17532 in linear factors are in proper order.
17533
17534 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17535
17536 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17537 Support for jurabib.
17538
17539 * textmodes/reftex.el (featurep): Define aliases for overlay
17540 commands, for XEmacs compatibility, and use these aliases in
17541 overlay initializations.
17542 (reftex-highlight): Use `reftex-move-overlay'.
17543 (reftex-unhighlight): Use `reftex-delete-overlay'.
17544 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17545 (reftex-access-search-path): Use `reftex-uniquify' instead of
17546 `reftex-uniq'
17547
17548 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17549 `before-string' property modification enables for Emacs as well.
17550 (reftex-select-item): Use `reftex-delete-overlay'.
17551 (reftex-select-mark): Use `reftex-make-overlay' and
17552 `reftex-overlay-put'.
17553 (reftex-select-unmark): Use `reftex-delete-overlay' and
17554 `reftex-overlay-put'.
17555
17556 2005-05-18 Lute Kamstra <lute@gnu.org>
17557
17558 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17559
17560 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17561
17562 * add-log.el (add-change-log-entry):
17563 * array.el (array-make-template, array-reconfigure-rows)
17564 (array-init-max-row, array-init-max-column)
17565 (array-init-columns-per-line, array-init-field-width):
17566 * replace.el (replace-match-maybe-edit, perform-replace):
17567 * textmodes/spell.el (spell-region):
17568 Replace `read-input' by `read-string'.
17569
17570 * forms.el (forms-mode):
17571 * finder.el (finder-compile-keywords):
17572 * shadowfile.el (shadow-read-files):
17573 Replace `eval-current-buffer' by `eval-buffer'.
17574
17575 * terminal.el (te-pass-through):
17576 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17577 (ange-ftp-raw-send-cmd):
17578 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17579 (send-process-next-char, telnet-initial-filter, telnet):
17580 Replace `send-string' by `process-send-string'.
17581
17582 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17583 (prolog-consult-region): Replace `send-string' by
17584 `process-send-string'; replace `send-region' by `process-send-region'.
17585
17586 * progmodes/delphi.el (delphi-log-msg):
17587 Replace `set-window-dot' by `set-window-point'.
17588
17589 * subr.el (window-dot, set-window-dot, read-input, send-string)
17590 (send-region, show-buffer, eval-current-buffer):
17591 Make really obsolete, as the comment says.
17592
17593 2005-05-17 Kim F. Storm <storm@cua.dk>
17594
17595 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17596 (cua--init-keymaps): Bind C-return instead of S-return to set
17597 rectangle mark.
17598
17599 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17600 instead of S-return to toggle/clear rectangle mark.
17601
17602 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17603
17604 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17605 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17606 Also fontify plain strings assigned to variables, mostly so that a
17607 colon has a face and is thus not taken as a dependency separator.
17608 (makefile-previous-dependency): Inline the new matcher, because it
17609 is too complex to work in both directions.
17610 (makefile-match-dependency): Eliminate `backward' arg (see above).
17611 Completely reimplemented so as to not sometimes go into an endless
17612 loop. It should also be more efficient, because first it only
17613 searches for `:', instead of applying the very complex regexp.
17614 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17615 to be fontified in one piece can be too long for JIT.
17616 Makefiles are never *that* big.
17617
17618 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17619
17620 * dired.el (dired-mode): Simplify.
17621
17622 2005-05-17 Lute Kamstra <lute@gnu.org>
17623
17624 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17625 defcustom for the mode hook variable.
17626
17627 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17628 Emacs Lisp Reference Manual.
17629
17630 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17631
17632 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17633 (evenp, list*):
17634 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17635 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17636
17637 * net/tramp-smb.el (tramp-smb-open-connection):
17638 Pass `tramp-chunksize' as fifth (required) argument.
17639
17640 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17641
17642 * font-lock.el (lisp-font-lock-keywords-1):
17643 Set `font-lock-negation-char-face' for [^...] char group.
17644 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17645
17646 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17647 a var, and refine it to mask one more level of nested vars.
17648 (makefile-rule-action-regex): Turn it into a var, and refine it so
17649 it recognizes backslashed continuation lines as belonging to the
17650 same command.
17651 (makefile-macroassign-regex): Refine it so it recognizes
17652 backslashed continuation lines as belonging to the same command.
17653 (makefile-var-use-regex): Don't look at the next char, because it
17654 might be the same one to be skipped by the initial [^$], leading
17655 to an overlooked variable use.
17656 (makefile-make-font-lock-keywords): Remove two parameters, which
17657 are now variables that some of the modes set locally.
17658 Handle dependency and rule action matching through functions, because
17659 regexps alone match too often. Dependency matching now comes
17660 last, so it can check, whether a colon already matched something else.
17661 (makefile-mode): Inform that font-lock improves makefile parsing
17662 capabilities.
17663 (makefile-match-dependency, makefile-match-action): New functions.
17664
17665 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17666
17667 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17668
17669 * align.el (align-regexp):
17670 * ansi-color.el (ansi-color-get-face):
17671 * array.el (array-reconfigure-rows, array-init-max-row)
17672 (array-init-max-column, array-init-columns-per-line)
17673 (array-init-field-width):
17674 * dired-aux.el (dired-trample-file-versions):
17675 * dired-x.el (dired-mark-sexp):
17676 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17677 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17678 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17679 * faces.el (face-read-integer):
17680 * files.el (backup-extract-version, insert-directory):
17681 * hexl.el (hexl-insert-decimal-char):
17682 * server.el (server-process-filter):
17683 * shell.el (shell-extract-num):
17684 * startup.el (command-line-1):
17685 * term.el (term-command-hook):
17686 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17687 (time-stamp-do-number):
17688 * time.el (display-time-update):
17689 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17690 (timezone-fix-time):
17691 * vms-patch.el (vms-suspend-resume-hook):
17692 * calendar/appt.el (appt-convert-time):
17693 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17694 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17695 * calendar/cal-islam.el (mark-islamic-diary-entries):
17696 * calendar/calendar.el (calendar-cursor-to-date)
17697 (calendar-star-date):
17698 * calendar/diary-lib.el (diary-attrtype-convert)
17699 (mark-diary-entries, diary-entry-time):
17700 * calendar/solar.el (solar-get-number):
17701 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17702 * emacs-lisp/re-builder.el (reb-display-subexp):
17703 * emulation/edt.el (edt-set-scroll-margins):
17704 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17705 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17706 (vip-get-ex-count):
17707 * emulation/viper-ex.el (viper-get-ex-token)
17708 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17709 * international/fontset.el (fontset-plain-name):
17710 * mail/feedmail.el (feedmail-look-at-queue-directory):
17711 * mail/mailalias.el (mail-get-names):
17712 * mail/rmail.el (rmail-convert-to-babyl-format):
17713 * mail/rmailsum.el (rmail-make-basic-summary-line)
17714 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17715 (rmail-summary-goto-msg):
17716 * mail/smtpmail.el (smtpmail-read-response):
17717 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17718 (ange-ftp-vms-add-file-entry):
17719 * play/gametree.el (gametree-looking-at-ply)
17720 (gametree-current-branch-score):
17721 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17722 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17723 * progmodes/cperl-mode.el (condition-case):
17724 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17725 (ebrowse-set-member-buffer-column-width)
17726 (ebrowse-select-1st-to-9nth):
17727 * progmodes/etags.el (etags-snarf-tag):
17728 * progmodes/flymake.el (flymake-parse-line):
17729 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17730 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17731 (idlwave-shell-menu-def):
17732 * progmodes/ps-mode.el (ps-run-goto-error):
17733 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17734 (vhdl-speedbar-contract-level):
17735 * term/mac-win.el (x-handle-numeric-switch):
17736 * term/sun-mouse.el (sun-get-frame-data):
17737 * term/w32-win.el (x-handle-numeric-switch):
17738 * term/x-win.el (x-handle-numeric-switch):
17739 * textmodes/ispell.el (ispell-parse-output):
17740 * textmodes/nroff-mode.el (nroff-outline-level):
17741 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17742 (reftex-bib-sort-year-reverse, reftex-format-citation):
17743 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17744 (reftex-section-number):
17745 * textmodes/texinfmt.el (texinfo-paragraphindent):
17746 Replace `string-to-int' by `string-to-number'.
17747
17748 * international/latexenc.el: Add page marker to force the "Local
17749 Variables:" string out of the last page.
17750
17751 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17752
17753 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17754 tooltip-change-major-mode.
17755 (gud-tooltip-print-command): Remove case where gud-minor-mode
17756 is gdb ("--fullname").
17757 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17758 explain to user.
17759
17760 2005-05-16 Jay Belanger <belanger@truman.edu>
17761
17762 * calc/calc-store.el (calc-copy-special-constant): New function.
17763
17764 * calc/calc-ext.el (calc-init-extensions): Add binding for
17765 `calc-copy-special-constant'.
17766
17767 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17768 for the `calc-copy-special-constant' command.
17769
17770 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17771
17772 * subr.el (left-fringe-p): New function.
17773
17774 * progmodes/compile.el (compilation-setup): Set local value of
17775 overlay-arrow-string to "" always.
17776 (compilation-set-window): Left fringe then don't scroll.
17777 No left fringe then no arrow and scroll message to top.
17778 (compilation-context-lines): Adjust doc string accordingly.
17779
17780 2005-05-16 Kim F. Storm <storm@cua.dk>
17781
17782 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17783 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17784 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17785 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17786 (ido-read-file-name): Handle commands with ido property value
17787 equal to find-file as reading a file name, to allow C-d to enter dired.
17788 (ibuffer-find-file): Add ido property with value find-file.
17789
17790 2005-05-15 Kim F. Storm <storm@cua.dk>
17791
17792 * subr.el (open-network-stream-nowait): Remove.
17793 (open-network-stream-server): Remove.
17794
17795 2005-05-15 Richard M. Stallman <rms@gnu.org>
17796
17797 * faces.el (describe-face): Output a definition link button.
17798
17799 * help-mode.el (help-face-def): New button type.
17800
17801 * emacs-lisp/copyright.el (copyright-fix-years):
17802 Match properly if the first year is 2-digit.
17803 Don't mess up the whitespace after the years by filling.
17804
17805 * dired-aux.el (dired-mark-confirm):
17806 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17807
17808 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17809 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17810 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17811
17812 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17813 Set font-lock-comment-start-skip.
17814
17815 * font-lock.el (font-lock-comment-start-skip): New variable.
17816 (font-lock-comment-end-skip): New variable.
17817 (font-lock-fontify-syntactically-region): Use them if non-nil.
17818
17819 2005-05-15 Jay Belanger <belanger@truman.edu>
17820
17821 * calc/calc-store.el (calc-store-value): Return a string rather
17822 than display it as a message.
17823 Use calc-var-name for variable name.
17824 (calc-store-into): Add the result of calc-store-value to message.
17825 (calc-copy-variable): Add a message.
17826 (calc-store-exchange): Improve error messages.
17827 (calc-store-binary, calc-store-map): Don't reset the values of
17828 special constants.
17829
17830 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17831
17832 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17833 manual to docstring.
17834
17835 * files.el (hack-local-variables-confirm): Add STRING argument.
17836 Make the function handle non file visiting buffers correctly.
17837 (hack-local-variables-prop-line, hack-local-variables)
17838 (hack-one-local-variable): Use STRING arg of
17839 `hack-local-variables-confirm'.
17840
17841 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17842
17843 Sync with Tramp 2.0.49.
17844
17845 * net/tramp.el (tramp-handle-dired-call-process)
17846 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17847 because the contents of the Tramp buffer is changed before
17848 insertion (`expand-file' and alike).
17849 (tramp-handle-insert-directory): If `localname' has an empty
17850 nondirectory name, it must not be quoted.
17851 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17852 variable `tramp-chunksize'. Change callees.
17853 (tramp-open-connection-setup-interactive-shell): Check remote host
17854 for buggy `send-process-string' implementation.
17855 Set `tramp-chunksize' if found. Reported by Michael Kifer
17856 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17857 (tramp-handle-shell-command): `insert-buffer' cannot be used
17858 because the contents of the Tramp buffer is changed before
17859 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17860 <frederic.bothamy@free.fr>.
17861 (tramp-set-auto-save): Actions should be done for Tramp file name
17862 handler only. Ange-FTP has its own auto-save mechanism.
17863 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17864 (tramp-set-auto-save-file-modes): Set file modes of
17865 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17866 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17867 (tramp-bug): Remove obsolete variable.
17868 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17869 for presence of `mml-mode'. Make it running for older Emacsen as well.
17870
17871 2005-05-14 John Paul Wallington <jpw@pobox.com>
17872
17873 * ibuf-ext.el (define-ibuffer-filter filename):
17874 If `dired-directory' is a list, use its car.
17875
17876 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17877
17878 * ibuffer.el (define-ibuffer-column filename):
17879 If `dired-directory' is a list, use its car.
17880
17881 2005-05-14 Richard M. Stallman <rms@gnu.org>
17882
17883 * subr.el (symbol-file): Doc fix.
17884
17885 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17886 (byte-compile-form): Call byte-compile-nogroup-warn.
17887 (byte-compile-warning-types): Doc fix.
17888
17889 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17890
17891 * progmodes/cc-engine.el (c-literal-faces):
17892 Add font-lock-comment-delimiter-face.
17893
17894 * net/net-utils.el (dig): Use with-no-warnings.
17895
17896 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17897 (sc-recite-frame-alist, sc-default-cite-frame)
17898 (sc-default-uncite-frame, sc-default-recite-frame)
17899 (sc-attrib-selection-list, sc-rewrite-header-list):
17900 Mark as risky-local-variable.
17901
17902 * international/ogonek.el (ogonek-jak, ogonek-how):
17903 Don't use beginning-of-buffer.
17904
17905 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17906
17907 * calendar/solar.el (solar-data-list): Move definition up.
17908
17909 * dnd.el (dnd-protocol-alist): Add autoload.
17910
17911 * progmodes/sh-script.el: Many doc usage fixes.
17912 (sh-indent-after-do): Change default to match common styles.
17913
17914 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17915
17916 * files.el (interpreter-mode-alist)
17917 (auto-mode-interpreter-regexp): Doc fixes.
17918
17919 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17920
17921 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17922
17923 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17924
17925 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17926
17927 * dired.el (dired-mode): make-variable-buffer-local =>
17928 make-local-variable.
17929
17930 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17931
17932 * term/mac-win.el (mac-select-convert-to-string): Try coding
17933 systems in mac-script-code-coding-systems if specified one cannot
17934 encode string for `com.apple.traditional-mac-plain-text'.
17935
17936 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17937
17938 * progmodes/make-mode.el (makefile-targets-face)
17939 (makefile-shell-face, makefile-makepp-perl-face): New faces.
17940 (makefile-dependency-regex): Fix it to not make the colon in
17941 $(var:a=b) special.
17942 (makefile-rule-action-regex): New regexp for highlighting embedded
17943 Shell strings.
17944 (makefile-macroassign-regex): Handle != for highlighting as
17945 embedded Shell strings.
17946 (makefile-var-use-regex): New const.
17947 (makefile-statements, makefile-automake-statements)
17948 (makefile-gmake-statements, makefile-makepp-statements)
17949 (makefile-bsdmake-statements): New consts.
17950 (makefile-make-font-lock-keywords): New function.
17951 (makefile-automake-font-lock-keywords)
17952 (makefile-gmake-font-lock-keywords)
17953 (makefile-makepp-font-lock-keywords)
17954 (makefile-bsdmake-font-lock-keywords): New consts.
17955 (makefile-mode-map): Add switchers between the various submodes.
17956 (makefile-mode): Document the availability of the variants.
17957 (makefile-automake-mode, makefile-gmake-mode)
17958 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17959
17960 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17961 new variants of makefile-mode.
17962
17963 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17964
17965 * font-lock.el (font-lock-comment-delimiter-face): Fix up
17966 the inheritance.
17967
17968 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
17969
17970 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17971 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17972
17973 * files.el (normal-mode): Extend the scope of the
17974 `enable-local-variables' binding to include the `set-auto-mode' call.
17975 (magic-mode-alist): Doc fix.
17976
17977 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17978
17979 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17980 font-lock-comment-face rather than copying its setting.
17981
17982 2005-05-12 Andreas Schwab <schwab@suse.de>
17983
17984 * eshell/esh-mode.el (eshell-send-input): Doc fix.
17985
17986 2005-05-12 Lute Kamstra <lute@gnu.org>
17987
17988 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17989 defcustom for the mode hook variable. Delete the last argument.
17990 * generic-x.el: Fix callers of define-generic-mode.
17991 (generic-x-modes): Delete group.
17992 (show-tabs-tab-face, show-tabs-space-face): Put them in the
17993 generic-x customization group.
17994
17995 2005-05-12 Kim F. Storm <storm@cua.dk>
17996
17997 * font-lock.el (font-lock-negation-char-face): Default to "off".
17998
17999 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
18000 font-lock-negation-char-face to ! in !=.
18001
18002 2005-05-12 Masatake YAMATO <jet@gyve.org>
18003
18004 * add-log.el (find-change-log): Fix typos in the docstring
18005 of function.
18006
18007 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18008
18009 * international/latexenc.el (latexenc-find-file-coding-system):
18010 Avoid `re-search-forward' when looking for input encoding because
18011 of speed and safety. Better regular expressions for recognizing
18012 input encoding. Limit a search for TeX-master/tex-main-file to
18013 the local variable section.
18014
18015 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
18016
18017 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
18018 syntax of $ to "'" (quote).
18019
18020 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
18021
18022 * dnd.el (dnd-protocol-alist): Improve custom type.
18023
18024 * dired.el (dired-dnd-protocol-alist): New variable.
18025 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
18026 `dired-mode-hook' to the end.
18027
18028 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
18029
18030 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
18031 comment-end if comment-start-skip is not set.
18032 Obey the font-lock-comment-delimiter-face variables.
18033
18034 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
18035
18036 * files.el (executable-find): Move from executable.el. Use
18037 locate-file.
18038 * progmodes/executable.el (executable-find): Move to files.el.
18039
18040 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
18041 when trying to ensure forward progress.
18042
18043 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
18044
18045 * mouse-sel.el (mouse-sel-follow-link-p): New function.
18046 (mouse-select, mouse-select-internal, mouse-extend-internal):
18047 Use it to implement mouse-1-click-follows-link functionality.
18048
18049 2005-05-11 Richard M. Stallman <rms@gnu.org>
18050
18051 * font-lock.el (font-lock-fontify-syntactically-region):
18052 Use font-lock-comment-delimiter-face for comment delimiters.
18053
18054 2005-05-10 Jay Belanger <belanger@truman.edu>
18055
18056 * calc/calc-help.el (calc-m-prefix-help): Add mention of
18057 preserving embedded modes.
18058
18059 2005-05-10 Richard M. Stallman <rms@gnu.org>
18060
18061 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
18062
18063 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
18064 Move from ada-stmt.el.
18065 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
18066
18067 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
18068 Move to ada-mode.el.
18069 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
18070
18071 * cus-edit.el (custom-file): Call file-chase-links.
18072
18073 * files.el (read-directory-name): Fix previous change.
18074 (hack-local-variables-confirm): New function.
18075 (hack-local-variables-prop-line, hack-local-variables)
18076 (hack-one-local-variable): Use it.
18077
18078 2005-05-10 Lute Kamstra <lute@gnu.org>
18079
18080 * font-lock.el (font-lock-keywords-alist)
18081 (font-lock-removed-keywords-alist): Clarify docstrings.
18082
18083 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
18084
18085 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
18086 (gdb-source-info): Check for preprocessor info.
18087 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
18088 a macro for a function.
18089 (gdb-info-breakpoints-custom): Try to find file again if not already
18090 found (user might have used GDB dir command).
18091 (gdb-get-location): Update gdb-location-alist correctly for change
18092 to gdb-info-breakpoints-custom.
18093
18094 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
18095 (gud-tooltip-print-command): Add gdbmi case.
18096 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
18097 preprocessor info.
18098
18099 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
18100
18101 * startup.el (fancy-splash-insert): Fix typo in doc string.
18102
18103 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
18104
18105 * obsolete/float.el (string-to-float):
18106 * obsolete/hilit19.el (hilit-add-pattern):
18107 * obsolete/rnews.el (news-parse-range, news-select-message)
18108 (news-get-pruned-list-of-files): Replace `string-to-int' by
18109 `string-to-number'.
18110
18111 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
18112 `find-file-not-found-hooks'; use `add-hook'.
18113 (uncompress-while-visiting): Set `write-file-functions', not
18114 `write-file-hooks'; use `add-hook'.
18115
18116 2005-05-09 Kim F. Storm <storm@cua.dk>
18117
18118 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
18119 (cua-paste): Handle clipboard action.
18120 (cua--init-keymaps): Remap clipboard-kill-region and
18121 clipboard-kill-ring-save.
18122
18123 2005-05-08 Eli Zaretskii <eliz@gnu.org>
18124
18125 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18126 Improve commentary.
18127
18128 * simple.el (next-error-overlay-arrow-position): Revert the change
18129 made on 2005-04-30.
18130
18131 2005-05-07 Jay Belanger <belanger@truman.edu>
18132
18133 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
18134 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
18135 `calc-sel-reselect'.
18136
18137 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
18138 Calc is in embedded mode.
18139
18140 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18141
18142 * progmodes/compile.el (compilation-setup):
18143 Set overlay-arrow-string to an empty string on text terminals.
18144
18145 * textmodes/ispell.el (ispell-program-name): Try looking for
18146 "aspell" along exec-path, and if found, use it as the default
18147 speller program.
18148
18149 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
18150
18151 * international/mule.el (sgml-xml-auto-coding-function):
18152 Recognize encoding='FOO' in single quotes as well as in double quotes.
18153
18154 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18155
18156 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
18157 as well as `interactive', so that defmacro* would recognize
18158 `declare' forms.
18159
18160 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18161
18162 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18163 Explain more about the LIGHTER arg's usage in the doc string.
18164 Add commentary to clarify what the code does. Fix the regexp that
18165 strips whitespace from LIGHTER. Quote LIGHTER before using it,
18166 since it could have characters special to regular expressions.
18167
18168 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18169
18170 * replace.el (occur-1): Bind inhibit-read-only so that
18171 erase-buffer doesn't barf on read-only text properties (likewise
18172 for add-text-properties in occur-engine). Mark buffer as unmodified.
18173 (occur-engine): Don't set buffer-read-only here.
18174
18175 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18176
18177 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
18178 list-buffers-directory. This caused the *cvs-commit* buffer to be
18179 sometimes mistakenly reused as a *cvs* buffer.
18180
18181 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
18182
18183 * tooltip.el: Move code for GUD tooltips into gud.el.
18184 (require): CL no longer needed to compile case.
18185 (tooltip-mode): Do not toggle functions for GUD tooltips.
18186 (tooltip-gud-tips-p): Remove. Replace with minor mode
18187 gud-tooltip-mode in gud.el.
18188 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
18189 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
18190 tooltip-gud prefix with gud-tooltip and obsolete.
18191 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
18192 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
18193 (tooltip-mouse-motion): Mouse movement functions/variable.
18194 Rename in gud.el by adding gud prefix.
18195 (tooltip-gud-original-filter, tooltip-gud-dereference)
18196 (tooltip-gud-event, tooltip-toggle-gud-tips)
18197 (tooltip-gud-process-output, tooltip-gud-print-command)
18198 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
18199 gud.el by replacing tooltip-gud prefix with gud-tooltip.
18200 (gdb-tooltip-print): Move to gdb-ui.el.
18201
18202 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
18203 (require): CL needed to compile case.
18204 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
18205 tooltip-gud-tips-p. Make it a minor-mode.
18206 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
18207 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
18208 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
18209 (gud-tooltip-change-major-mode)
18210 (gud-tooltip-activate-mouse-motions-if-enabled)
18211 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
18212 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
18213 (gud-tooltip-original-filter, gud-tooltip-dereference)
18214 (gud-tooltip-event, tooltip-toggle-gud-tips)
18215 (gud-tooltip-process-output, gud-tooltip-print-command)
18216 (gud-tooltip-tips): Move from tooltip.el.
18217
18218 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
18219 (gdb-cpp-define-alist-flags): Doc fix.
18220 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
18221 gud-tooltip-mode is t.
18222
18223 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18224
18225 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
18226 evaporate if their text is deleted.
18227 (goto-address-at-point): Make it work as a mouse binding as well.
18228 (goto-address-at-mouse): Obsolete it. Update users.
18229
18230 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
18231
18232 * calendar/appt.el (top-level): No longer activate on load.
18233
18234 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
18235
18236 * calendar/cal-bahai.el (mark-bahai-diary-entries):
18237 * net/webjump.el (webjump):
18238 * progmodes/idlw-help.el (idlwave-do-context-help1)
18239 (idlwave-highlight-linked-completions):
18240 * textmodes/po.el (po-find-file-coding-system-guts):
18241 Replace `assoc-ignore-case' by `assoc-string'.
18242
18243 2005-05-06 Eli Zaretskii <eliz@gnu.org>
18244
18245 * files.el (locate-file): Doc fix.
18246
18247 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
18248 Remove the redundant test for ms-dos.
18249
18250 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
18251 look for the preprocessor with exec-suffixes. If not found in
18252 standard places, look in exec-path. Remove most of the tests that
18253 used system-type.
18254
18255 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
18256
18257 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
18258
18259 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
18260 file-name clash with jka-compr.el on 8+3 filesystems.
18261
18262 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18263
18264 * term/mac-win.el: Don't define or bind scroll bar functions if
18265 x-toolkit-scroll-bars is t.
18266 (x-select-text, x-get-selection-value): Clear
18267 x-last-selected-text-clipboard if x-select-enable-clipboard is
18268 nil.
18269 (PRIMARY): Put mac-scrap-name property.
18270 (mac-select-convert-to-file-url): New function.
18271 (public.file-url): New selection target type. Add to
18272 selection-converter-alist.
18273 (x-get-selection, x-selection-value): Handle it.
18274 (x-cut-buffer-or-selection-value): New alias.
18275
18276 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18277
18278 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
18279 entry to avoid calling bibtex-find-entry with arg global
18280 being t. Remove arg key.
18281 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
18282 (bibtex-copy-summary-as-kill): Change accordingly.
18283
18284 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18285
18286 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
18287 (org-agenda-date-later): Use with-current-buffer.
18288
18289 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
18290
18291 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18292 (define-obsolete-variable-alias): Doc Fixes.
18293
18294 2005-05-06 Kim F. Storm <storm@cua.dk>
18295
18296 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
18297 vertical-motion when selective-display is active.
18298
18299 * ido.el (ido-setup-hook): New hook.
18300 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18301 (ido-input-stack): New var.
18302 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
18303 ido-next-work-file binding to M-O.
18304 Bind M-f to ido-wide-find-file-or-pop-dir.
18305 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18306 (ido-read-internal): Run ido-setup-hook.
18307 Catch quit in read-file-name and read-string to cancel edit.
18308 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18309 Automatically pop-all when completing a directory name (RET).
18310 (ido-file-internal): Add with-no-warnings around ffap and dired code.
18311 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18312 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18313 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18314 New functions for M-b/M-f to move among the directory components.
18315 (ido-make-merged-file-list): Catch quit to cancel merge.
18316 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18317 (ido-completion-help): No warnings for ido-completion-buffer-full.
18318
18319 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18320
18321 * font-lock.el (font-lock-negation-char-face): New face and variable.
18322 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18323 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18324 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18325 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18326
18327 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18328
18329 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18330 Fix typo in docstring.
18331
18332 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18333 (ebrowse-print-statistics-line)
18334 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18335
18336 * term/w32-win.el (image-library-alist): Add additional name for
18337 Xpm library.
18338
18339 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18340
18341 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18342 use gcc instead of cpp.
18343
18344 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18345 (gdb-create-define-alist): Use it.
18346 (gdb-cpp-define-alist-program): Update for MS-DOS.
18347
18348 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18349
18350 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18351
18352 2005-05-04 Richard M. Stallman <rms@gnu.org>
18353
18354 * help.el (describe-key): No error when UNTRANSLATED is nil.
18355
18356 * simple.el (line-move-1): Fix previous change to signal errors
18357 appropriately.
18358
18359 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18360
18361 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18362 (icalendar-duration-correction): Remove.
18363 (icalendar--get-event-properties): Split result at commas.
18364 (icalendar--decode-isoduration): New optional argument
18365 DURATION-CORRECTION.
18366 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18367 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18368 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18369 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18370 (icalendar--convert-anniversary-to-ical): New functions, extracted
18371 from icalendar-export-region, with bug fixes.
18372 (icalendar-export-region): Use the above functions.
18373 (icalendar-import-buffer): Check before saving diary file.
18374 (icalendar--convert-recurring-to-diary)
18375 (icalendar--convert-non-recurring-all-day-to-diary)
18376 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18377 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18378 (icalendar--convert-ical-to-diary): Use the above functions.
18379
18380 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18381
18382 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18383 Remove these recent additions.
18384 (c-mode): Restore to before 2005-04-28.
18385
18386 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18387 recent addition.
18388
18389 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18390 (gdb-define-alist): New variables.
18391 (gdb-create-define-alist): New function.
18392 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18393 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18394 with string-to-number.
18395 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18396
18397 * progmodes/gud.el: Replace string-to-int with string-to-number.
18398 (gud-find-file): Handle gdb-define-alist.
18399
18400 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18401
18402 2005-05-02 Jay Belanger <belanger@truman.edu>
18403
18404 * calc/calc-aent.el (math-read-token):
18405 * calc/calc-bin.el (calc-word-size):
18406 * calc/calc-ext.el (calc-read-number-fancy):
18407 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18408 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18409 * calc/calc-frac.el (calc-over-notation):
18410 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18411 (calc-graph-num-points, calc-graph-init):
18412 * calc/calc-prog.el (calc-read-parse-table-part)
18413 (calc-edit-macro-repeats):
18414 * calc/calc-yank.el (calc-do-grab-rectangle):
18415 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18416 Replace `string-to-int' by `string-to-number'.
18417
18418 2005-05-02 Kim F. Storm <storm@cua.dk>
18419
18420 * kmacro.el: Use executing-kbd-macro-index variable.
18421
18422 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18423
18424 * net/rlogin.el (rlogin-parse-words): Delete func.
18425 (rlogin): Use split-string, not rlogin-parse-words.
18426 Also, if there are option-like elements in the parsed args,
18427 take the host to be the first arg immediately following them.
18428 Suggested by Michael Mauger.
18429
18430 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18431
18432 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18433
18434 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18435
18436 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18437 (cc-mode-cpp-program): Rename to cc-define-list-program and
18438 move to cc-vars.el.
18439
18440 * progmodes/cc-vars.el (cc-define-list-program):
18441 Change to "gcc -E -dM -". Make customizable.
18442
18443 2005-05-02 Kim F. Storm <storm@cua.dk>
18444
18445 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18446
18447 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18448
18449 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18450
18451 * international/mule-util.el (truncate-string): Remove alias and
18452 obsolete declaration.
18453
18454 * international/mule-cmds.el (update-iso-coding-systems):
18455 Remove alias and obsolete declaration.
18456
18457 * international/mule.el (coding-system-parent): Remove alias and
18458 obsolete declaration.
18459
18460 * subr.el (define-function, sref): Remove aliases and obsolete
18461 declarations.
18462 (chars-in-region): Remove obsolete declaration.
18463
18464 2005-05-01 Richard M. Stallman <rms@gnu.org>
18465
18466 * info.el (Info-mode): Set widen-automatically to nil, locally.
18467
18468 * simple.el (widen-automatically): New variable.
18469 (pop-global-mark): Obey widen-automatically.
18470
18471 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18472
18473 * term/xterm.el (function-key-map): Call substitute-key-definition
18474 before the keymap size is increased by a lot of define-key calls.
18475
18476 2005-05-01 Richard M. Stallman <rms@gnu.org>
18477
18478 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18479 Rename ARG to ELEMENT. Doc fix.
18480
18481 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18482
18483 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18484 Remove references to allout-exposure/change to allout-new-exposure.
18485
18486 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18487 bytecode symbols.
18488
18489 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18490 (compiled-function-p, focus-frame, unfocus-frame):
18491 Remove aliases and obsolete declarations.
18492 Back out inadvertent changes from previous commit.
18493
18494 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18495
18496 * files.el (require-final-newline): Make Custom tags consistent
18497 with mode-require-final-newline.
18498 (mode-require-final-newline): Doc fix.
18499
18500 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18501
18502 * international/latexenc.el (latexenc-find-file-coding-system):
18503 Fix regular expressions.
18504
18505 2005-05-01 David Kastrup <dak@gnu.org>
18506
18507 * international/latexenc.el (latexenc-find-file-coding-system):
18508 Fix regular expressions.
18509
18510 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18511
18512 * subr.el (string-to-int): Make obsolete.
18513
18514 2005-04-30 Richard M. Stallman <rms@gnu.org>
18515
18516 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18517
18518 * loadup.el: load jka-comp-hook.
18519
18520 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18521 (jka-compr-handler): Add autoload. `put' calls moved
18522 to jka-comp-hook.el.
18523 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18524 (jka-compr-inhibit): Autoload.
18525
18526 * jka-comp-hook.el: New file.
18527 Enable the mode by default.
18528
18529 * files.el (backup-buffer-copy): Use copy-file instead
18530 of write-region, and put back the 'excl.
18531
18532 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18533
18534 * progmodes/flymake.el (flymake-split-string)
18535 (flymake-split-string, flymake-log, flymake-pid-to-names)
18536 (flymake-reg-names, flymake-get-source-buffer-name)
18537 (flymake-unreg-names, flymake-add-line-err-info)
18538 (flymake-add-err-info): Clarify docstrings.
18539 (flymake-popup-menu, flymake-make-emacs-menu)
18540 (flymake-make-xemacs-menu): Add docstrings.
18541 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18542 Set variables directly throughout.
18543
18544 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18545
18546 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18547 exists. Initialize cc-define-alist.
18548 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18549 If there is no file (Macroexpansion) don't create an alist.
18550
18551 2005-04-29 Sam Steingold <sds@gnu.org>
18552
18553 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18554 (cc-create-define-alist): Use it instead of the hard-coded string.
18555
18556 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18557
18558 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18559 for latexenc.
18560
18561 2005-04-29 Lute Kamstra <lute@gnu.org>
18562
18563 * emacs-lisp/generic.el: Improve commentary section.
18564 (define-generic-mode): Improve docstring.
18565
18566 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18567
18568 * textmodes/org.el (many places): Change to quiet the byte compiler.
18569 (org-prefix-format-compiled): New variable.
18570 (org-compile-prefix-format): New function.
18571 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18572 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18573 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18574 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18575 consistency with entries from `org-mode' files.
18576 (org-get-time-of-day): Fix bug with partial matches early in a line.
18577 (org-non-link-chars): New constant.
18578 (org-link-regexp): Respect `org-non-link-chars'.
18579 (org-agenda-day-view): Remove command.
18580 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18581 (org-follow-bbdb-link, org-store-link): Search also company field.
18582 (org-highlight-overlay): New variable.
18583 (org-highlight, org-unhighlight): New functions.
18584 (org-agenda-mode): Add pre-command-hook to remove highlight.
18585 (org-evaluate-time-range): Behavior depends upon whether time stamp
18586 contains a time or not.
18587 (org-show-subtree, org-show-entry): New functions.
18588 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18589
18590 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18591
18592 * comint.el (comint-output-filter-functions): Add autoload cookie.
18593
18594 2005-04-28 Kim F. Storm <storm@cua.dk>
18595
18596 * ido.el (ido-everywhere): Fix last change.
18597
18598 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18599
18600 * international/latexenc.el: New file.
18601 * international/mule-conf.el (file-coding-system-alist): For .tex,
18602 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18603
18604 2005-04-28 Lute Kamstra <lute@gnu.org>
18605
18606 * font-lock.el (font-lock-add-keywords)
18607 (font-lock-remove-keywords): Clarify docstring.
18608 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18609 Don't start docstrings with a `*'.
18610 (font-lock-update-removed-keyword-alist): Give it a docstring.
18611
18612 * generic-x.el: Update commentary section.
18613 Only require font-lock when compiling.
18614 Define all modes conditionally.
18615 Place all generic modes in the generic-x-modes customization group.
18616 (generic-x-modes): New customization group.
18617 (generic-default-modes, generic-mswindows-modes)
18618 (generic-unix-modes, generic-other-modes): New constants.
18619 (generic-define-mswindows-modes, generic-define-unix-modes):
18620 Update docstrings. Make them obsolete.
18621 (generic-extras-enable-list): New default value. Update docstring.
18622 Improve :type. Change :set function.
18623 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18624 Fix docstring.
18625
18626 * emacs-lisp/generic.el (generic-mode-internal):
18627 Simplify font-lock-defaults.
18628 (define-generic-mode): Fix docstring.
18629
18630 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18631
18632 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18633 font-lock-face property to highlight matches.
18634
18635 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18636
18637 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18638 (cc-define-alist): New variable.
18639 (c-mode): Make it local and initialize it.
18640
18641 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18642 (gdb-exited): New function.
18643 (gdb-annotation-rules): Use it.
18644 (gdb-starting): Set gdb-active-process to t.
18645 (gdb-stopping): Amend doc string.
18646 (gdb-reset): Set gdb-active-process to nil.
18647
18648 * tooltip.el (tooltip-gud-tips): Show the associated #define
18649 directives when a C program under GDB is not executing.
18650
18651 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18652
18653 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18654 font-lock-fontify-syntactic-keywords.
18655
18656 * font-lock.el (font-lock-default-fontify-region): Don't force
18657 parse-sexp-lookup-properties to nil.
18658
18659 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18660
18661 * man.el (man-mode-syntax-table): Set up `:' to have
18662 word-constituent syntax.
18663
18664 2005-04-27 Lute Kamstra <lute@gnu.org>
18665
18666 * novice.el (disable-command): Don't add spurious newlines to the
18667 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18668
18669 2005-04-26 Jay Belanger <belanger@truman.edu>
18670
18671 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18672 than one window before deleting window.
18673
18674 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18675
18676 * shell.el (shell-prompt-pattern): Doc fix.
18677 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18678
18679 * comint.el (comint-prompt-regexp, comint-get-old-input)
18680 (comint-use-prompt-regexp)
18681 (comint-use-prompt-regexp-instead-of-fields)
18682 (comint-replace-by-expanded-history, comint-send-input)
18683 (comint-output-filter, comint-get-old-input-default)
18684 (comint-line-beginning-position, comint-bol, comint-show-output)
18685 (comint-backward-matching-input, comint-forward-matching-input)
18686 (comint-next-prompt, comint-previous-prompt):
18687 Rename `comint-use-prompt-regexp-instead-of-fields' to
18688 `comint-use-prompt-regexp'. Keep old name as alias and declare
18689 obsolete.
18690 (comint-use-prompt-regexp): Shorten first line of doc string.
18691
18692 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18693 Set paragraph-separate buffer locally to "\\'".
18694
18695 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18696 Adapt to above name change.
18697
18698 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18699 (smbclient-prompt-regexp): Ditto.
18700
18701 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18702
18703 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18704
18705 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18706 gdb-location-list.
18707 Break lines that are over 80 characters wide.
18708
18709 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18710
18711 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18712 New fun and var, to preserve compatibility.
18713
18714 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18715
18716 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18717
18718 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18719 name to file-newer-than-file-p.
18720
18721 2005-04-26 Richard M. Stallman <rms@gnu.org>
18722
18723 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18724
18725 * progmodes/python.el (python-mode):
18726 Use new name eldoc-documentation-function.
18727
18728 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18729
18730 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18731 (eldoc-documentation-function):
18732 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18733
18734 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18735
18736 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18737
18738 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18739
18740 * term/xterm.el (function-key-map): Fix strings for
18741 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18742 {C,S,A,C-S}-{f1-f12}.
18743
18744 2005-04-26 Kenichi Handa <handa@m17n.org>
18745
18746 * international/mule-cmds.el (select-safe-coding-system):
18747 Fix previous change.
18748
18749 2005-04-26 Lute Kamstra <lute@gnu.org>
18750
18751 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18752
18753 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18754 (font-lock-comment-delimiter-face): Ditto.
18755
18756 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18757
18758 2005-04-25 Jay Belanger <belanger@truman.edu>
18759
18760 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18761 to t while inserting information; use help-mode.
18762
18763 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18764
18765 * term.el (ansi-term-color-vector): Use the xterm colors.
18766 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18767
18768 2005-04-25 Lute Kamstra <lute@gnu.org>
18769
18770 * font-core.el (font-lock-defaults): Fix docstring.
18771
18772 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18773
18774 2005-04-25 Kenichi Handa <handa@m17n.org>
18775
18776 * international/mule-cmds.el (select-safe-coding-system):
18777 Don't check consistency with coding: spec, etc if raw-text or
18778 no-conversion was found to be safe.
18779
18780 2005-04-24 Richard M. Stallman <rms@gnu.org>
18781
18782 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18783 citation markers at start of each line.
18784
18785 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18786 citation markers at start of each line.
18787
18788 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18789
18790 * files.el (mode-require-final-newline): Fix previous change.
18791 (require-final-newline): Fix type label.
18792
18793 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18794
18795 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18796 statement in buffer (broken by 2004-11-24 change).
18797
18798 2005-04-24 Kim F. Storm <storm@cua.dk>
18799
18800 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18801 and read-file-name-function values. Don't overwrite existing
18802 non-nil values if ido-mode is enabled without ido-everywhere.
18803
18804 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18805
18806 * files.el (mode-require-final-newline): Minor doc fix.
18807
18808 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18809
18810 * subr.el (syntax-after): Doc fix.
18811 (syntax-class): If argument is nil, return nil. Mask off upper 16
18812 bits, not 8 bits.
18813
18814 * files.el (mode-require-final-newline): Doc fix.
18815 (backup-buffer-copy): Fix last change.
18816
18817 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18818
18819 * term/mac-win.el: Require select. Set selection-coding-system to
18820 mac-system-coding-system. Call menu-bar-enable-clipboard.
18821 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18822 (x-select-enable-clipboard): New variables.
18823 (x-select-text, x-get-selection, x-selection-value)
18824 (x-get-selection-value, mac-select-convert-to-string)
18825 (mac-services-open-file, mac-services-open-selection)
18826 (mac-services-insert-text): New functions.
18827 (CLIPBOARD, FIND): Put mac-scrap-name property.
18828 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18829 (public.tiff): Put mac-ostype property.
18830 (selection-converter-alist): Add entries for them.
18831 (mac-application-menu-map): New keymap.
18832 (interprogram-cut-function, interprogram-paste-function): Set to
18833 x-select-text and x-get-selection-value, respectively.
18834 (split-window-keep-point): Set to t.
18835
18836 2005-04-23 Richard M. Stallman <rms@gnu.org>
18837
18838 * files.el (read-directory-name): Always pass non-nil
18839 DEFAULT-FILENAME arg to read-file-name.
18840 (backup-buffer-copy, basic-save-buffer-2): Take care against
18841 writing thru an unexpected existing symlink.
18842 (revert-buffer): In indirect buffer, revert the base buffer.
18843 (magic-mode-alist): Doc fix.
18844 (buffer-stale-function): Doc fix.
18845 (minibuffer-with-setup-hook): Avoid warning.
18846 (mode-require-final-newline): Doc and custom fix.
18847
18848 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18849
18850 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18851 use the default appearance.
18852 (font-lock-comment-delimiter-face): New face, new variable.
18853
18854 * imenu.el (imenu--generic-function): The official position of a
18855 definition is the start of the line that BEG is in.
18856
18857 * midnight.el (midnight-timer): Move defvar up.
18858
18859 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18860
18861 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18862
18863 * startup.el (command-line): Use with-no-warnings.
18864
18865 * window.el (window-size-fixed): New defvar.
18866
18867 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18868
18869 * mail/rmail.el (rmail-font-lock-keywords):
18870 Use font-lock-comment-delimiter-face.
18871
18872 * mail/sendmail.el (mail-font-lock-keywords):
18873 Use font-lock-comment-delimiter-face.
18874
18875 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18876
18877 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18878
18879 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18880 Specify t for LAXMATCH when matching directories.
18881 Save match data around compilation-compat-error-properties form.
18882
18883 2005-04-23 David Kastrup <dak@gnu.org>
18884
18885 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18886 Mention that the autoloaded aliases should be kept for AUCTeX.
18887
18888 2005-04-23 Andreas Schwab <schwab@suse.de>
18889
18890 * isearch.el (isearch-forward): Doc fix.
18891
18892 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18893
18894 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18895 (jit-lock-stealth-nice): Change default value to 0.5.
18896
18897 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18898
18899 * abbrev.el (write-abbrev-file): Write table entries in
18900 alphabetical order by table name.
18901
18902 2005-04-22 Kim F. Storm <storm@cua.dk>
18903
18904 * ido.el (ido-read-internal): Fix `list' completion.
18905
18906 2005-04-22 Kenichi Handa <handa@m17n.org>
18907
18908 * recentf.el (recentf-save-file-coding-system): New variable.
18909 (recentf-save-list): Encode the file by
18910 recentf-save-file-coding-system and add coding: tag.
18911
18912 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18913
18914 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18915
18916 2005-04-21 Lute Kamstra <lute@gnu.org>
18917
18918 * loadhist.el (unload-feature): Don't remove a function from hooks
18919 if it is about to be restored to an autoload . Remove functions
18920 that will become unbound from auto-mode-alist. Simplify the code.
18921
18922 * subr.el (assq-delete-all): New implementation that is linear,
18923 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18924 (rassq-delete-all): New function.
18925
18926 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18927 Add size-indication-mode.
18928
18929 2005-04-21 Kenichi Handa <handa@m17n.org>
18930
18931 * international/mule-cmds.el: Add autoload for widget-value in
18932 eval-when-compile.
18933
18934 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18935
18936 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18937 Add tooltip-mode.
18938
18939 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18940
18941 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
18942
18943 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18944 (inferior-lisp-filter-regexp, inferior-lisp-program)
18945 (inferior-lisp-load-command, inferior-lisp-prompt)
18946 (inferior-lisp-mode-hook, lisp-source-modes)
18947 (inferior-lisp-load-hook): defvar->defcustom.
18948 (inferior-lisp-program, inferior-lisp-prompt)
18949 (inferior-lisp-load-hook): Doc fixes.
18950 (inferior-lisp-install-letter-bindings): Small change in
18951 introductory comment.
18952
18953 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
18954
18955 * vc.el (vc-annotate-color-map): Change some colors so that text
18956 using them as foreground is readable on both white and black
18957 backgrounds.
18958
18959 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18960
18961 * international/mule-conf.el (translation-table-for-input):
18962 Remove redundant declaration.
18963
18964 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18965
18966 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18967
18968 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18969 (tooltip-toggle-gud-tips): New function.
18970
18971 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18972
18973 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18974 right angle brackets.
18975
18976 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18977
18978 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18979
18980 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18981
18982 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18983 Remove. Update callers to use expand-file-name instead.
18984
18985 * subr.el (syntax-class): New function.
18986
18987 * simple.el (blink-matching-open): Use it.
18988
18989 * paren.el (show-paren-function): Use it to recognize parens that are
18990 also used in 2-char comment markers.
18991
18992 2005-04-19 Lute Kamstra <lute@gnu.org>
18993
18994 * loadhist.el (unload-feature): Update for new format of
18995 load-history. Simplify the code.
18996
18997 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18998
18999 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
19000 (mac-add-charset-info): New function. Initialize variable
19001 mac-charset-info-alist using it.
19002 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
19003 for translation.
19004 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
19005 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
19006 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
19007 New CCL programs.
19008
19009 2005-04-19 Kim F. Storm <storm@cua.dk>
19010
19011 * simple.el (next-buffer, prev-buffer, next-error)
19012 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
19013 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
19014
19015 * bindings.el (next-buffer, prev-buffer, next-error)
19016 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
19017 (clone-indirect-buffer-other-window): Move bindings from simple.el.
19018 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
19019 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
19020
19021 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
19022
19023 * isearch.el (isearch-edit-string): Make the search-ring available for
19024 minibuffer history commands.
19025 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
19026 the default history commands now work just as well.
19027 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
19028
19029 2005-04-18 Kim F. Storm <storm@cua.dk>
19030
19031 * emulation/cua-base.el (cua--pre-command-handler): Add more
19032 elaborate check for shift modifier on non-window systems.
19033
19034 2005-04-18 Lars Hansen <larsh@math.ku.dk>
19035
19036 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
19037
19038 2005-04-18 Kim F. Storm <storm@cua.dk>
19039
19040 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
19041 and make it optional. Don't test tooltip-gud-echo-area here.
19042 (tooltip-gud-process-output, gdb-tooltip-print):
19043 Pass tooltip-gud-echo-area to tooltip-show.
19044 (tooltip-help-tips): Remove second optional arg to tooltip-show.
19045
19046 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19047
19048 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
19049 `display-graphic-p' may not be bound yet.
19050
19051 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
19052
19053 * startup.el (command-line): No longer enable Xterm Mouse mode by
19054 default in terminals compatible with xterm.
19055
19056 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
19057
19058 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
19059
19060 * tooltip.el (tooltip-gud-echo-area): Rename from
19061 tooltip-use-echo-area.
19062 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
19063 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
19064 area independently of where help tooltips are displayed.
19065
19066 2005-04-17 David Kastrup <dak@gnu.org>
19067
19068 * cus-theme.el (custom-theme-write-variables): Quote variables
19069 where necessary.
19070
19071 2005-04-17 Richard M. Stallman <rms@gnu.org>
19072
19073 * simple.el (yank-excluded-properties): Add follow-link to value.
19074
19075 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
19076
19077 * startup.el (fancy-splash-max-time): Just 30 seconds.
19078 (fancy-splash-delay): Just 7.
19079 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
19080
19081 * loadhist.el (unload-feature): Update for new format of load-history.
19082 Simplify the code.
19083
19084 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
19085 (rmail-font-lock-keywords): Don't fontify the text of a citation.
19086
19087 * mail/sendmail.el (mail-font-lock-keywords):
19088 Don't fontify subject text.
19089 Don't fontify the text of a citation.
19090
19091 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
19092
19093 * comint.el (comint-output-filter): Run comint-output-filter-functions
19094 with point where the user had it.
19095
19096 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
19097
19098 * international/ucs-tables.el (ucs-set-table-for-input):
19099 Disable when using unify-on-decoding.
19100
19101 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
19102
19103 * emulation/cua-base.el (cua-global-mark-face): Add special case
19104 for displays supporting a high number of colors.
19105
19106 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
19107
19108 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
19109
19110 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
19111
19112 * filesets.el (filesets-add-buffer): If user supplies a name of a
19113 non-existing fileset, create a new fileset.
19114
19115 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
19116
19117 * textmodes/org.el (org-up-heading-all): Fix bug with
19118 `outline-up-heading-all'.
19119
19120 2005-04-16 Andreas Schwab <schwab@suse.de>
19121
19122 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
19123 /etc/permissions.d/* and /etc/aliases.d/*.
19124
19125 2005-04-16 Kenichi Handa <handa@m17n.org>
19126
19127 * international/code-pages.el (cp-make-coding-system):
19128 Set `translation-table-for-input' property value to the symbol
19129 ucs-mule-to-mule-unicode, not to that value.
19130 (pt154): Escape guillemet by `\'.
19131
19132 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
19133
19134 * loadup.el: Load tooltip if x-show-tip is fboundp.
19135
19136 * startup.el (command-line): Add comment.
19137
19138 * tooltip.el (tooltip-mode): Specify correct standard value for
19139 Custom in init-value.
19140
19141 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
19142
19143 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
19144 possible.
19145
19146 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
19147
19148 * textmodes/org.el (org-agenda-date-prompt): Rename from
19149 `org-agenda-date-today'.
19150 (org-evaluate-time-range): Insert at point instead of directly
19151 after time range.
19152 (org-first-headline-recenter, org-subtree-end-visible-p)
19153 (org-optimize-window-after-visibility-change): New functions
19154 (org-agenda-post-command-hook): Don't allow point at end of line,
19155 to make sure it always hits the text properties.
19156 (org-agenda-next-date-line, org-agenda-previous-date-line):
19157 New commands.
19158 (org-set-regexps-and-options): Category may contain white space.
19159 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19160 Improve marker positions.
19161 (org-agenda-new-marker): Argument POS made optional.
19162 (org-agenda-get-timestamps): Deadlines which are done are listed
19163 in org-done-face now.
19164 (org-agenda-get-todos, org-agenda-get-timestamps)
19165 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19166 Set `undone-face' and `done-face' properties.
19167 (org-last-todo-state-is-todo): New variable.
19168 (org-todo): Set `org-last-todo-state-is-todo'.
19169 (org-agenda-todo): Change face according to
19170 `org-last-todo-state-is-todo'. And change other lines referring to
19171 the same entry.
19172 (org-calendar-goto-agenda): New command.
19173 (org-calendar-to-agenda-key): New option.
19174 (org-startup-folded): New allowed value `content'.
19175 (org-set-regexps-and-options): Accept new value `content' for
19176 `org-startup-folded'.
19177 (org-get-current-options): Handle new value `content' for
19178 `org-startup-folded'.
19179 (org-insert-todo-heading): New command.
19180 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
19181 interactively in empty file and option
19182 `org-insert-mode-line-in-empty-file' has been set.
19183 (org-agenda-todo, org-agenda-priority): Modify to use
19184 `org-agenda-change-all-lines'.
19185 (org-warning-face): Change color on dark background
19186
19187 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19188
19189 * international/mule-cmds.el (set-locale-environment): On Mac OS,
19190 use preferences AppleLocale and AppleLanguages, and variable
19191 mac-system-locale for default locale. On Mac OS Classic, use
19192 mac-system-coding-system for default coding systems.
19193
19194 * term/mac-win.el: Don't set file-name-coding-system.
19195 Decode variables system-name, emacs-build-system, user-login-name, and
19196 user-full-name by mac-system-coding-system on Mac OS Classic.
19197 (mac-system-coding-system): New variable.
19198
19199 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
19200
19201 * startup.el (command-line): Handle `xterm-mouse-mode' before
19202 reading init file.
19203
19204 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
19205
19206 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
19207
19208 * progmodes/sh-script.el (sh-here-document-word): Make it a
19209 defcustom. Doc fix.
19210 (sh-add): Bash uses $(( )) for arithmetic.
19211 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
19212 (sh-maybe-here-document): Remove quotes and leading whitespace
19213 from heredoc word when closing. Indent heredoc with tabs if word
19214 starts with "-".
19215
19216 2005-04-13 Richard M. Stallman <rms@gnu.org>
19217
19218 * simple.el (undo): Fix previous change.
19219
19220 * custom.el (defface): Doc fix.
19221
19222 2005-04-13 Lute Kamstra <lute@gnu.org>
19223
19224 * Makefile.in (DONTCOMPILE): Remove list.
19225 (compile, compile-always): Don't use DONTCOMPILE.
19226 (update-authors): Load the library in which batch-update-authors
19227 is defined.
19228 * makefile.w32-in (DONTCOMPILE): Remove list.
19229 (compile, compile-always): Fix comments.
19230 (update-authors): Load the library in which batch-update-authors
19231 is defined.
19232
19233 * generic-x.el (generic-mode-ini-file-find-file-hook):
19234 Rename to ini-generic-mode-find-file-hook.
19235 Keep generic-mode-ini-file-find-file-hook as an alias.
19236 (ini-generic-mode-find-file-hook): Rename from
19237 generic-mode-ini-file-find-file-hook. Fix docstring.
19238 (ini-generic-mode): Docstring change.
19239 (bat-generic-mode-run-as-comint): Silence the byte compiler.
19240
19241 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
19242 called from lisp.
19243
19244 * generic.el: Move to the emacs-lisp subdir.
19245
19246 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
19247
19248 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
19249 and C-S- function and cursor motion keys.
19250
19251 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
19252
19253 * startup.el (command-line): Enable Xterm Mouse mode by default.
19254 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
19255 for Custom. No longer show "Mouse" in mode line when enabled.
19256 Doc fix.
19257
19258 2005-04-12 Kim F. Storm <storm@cua.dk>
19259
19260 * emulation/cua-base.el (cua-rectangle-face)
19261 (cua-rectangle-noselect-face): Define face attributes here.
19262
19263 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
19264
19265 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19266
19267 * startup.el (command-line): Turn off blinking cursor if
19268 cursorBlink in resources is off or false.
19269
19270 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19271
19272 * term/mac-win.el (dnd): Require dnd.
19273 (mac-drag-n-drop): Call dnd-handle-one-url.
19274 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
19275 (kTextEncodingISOLatin2): Remove constants.
19276 (mac-script-code-coding-systems): New constant.
19277 (mac-handle-language-change): New function.
19278 (special-event-map): Bind it to `language-change' event.
19279 (mac-centraleurroman, mac-cyrillic): New coding systems.
19280 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
19281 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
19282 and mac-cyrillic-encoder to encode-mac-centraleurroman and
19283 encode-mac-cyrillic, respectively.
19284
19285 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19286
19287 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19288 Don't set overlay-arrow-string to "=>" as this is done
19289 globally in C now.
19290
19291 2005-04-12 Lute Kamstra <lute@gnu.org>
19292
19293 * generic-x.el (rc-generic-mode, rul-generic-mode):
19294 Fix auto-mode-alist entries.
19295 (etc-fstab-generic-mode): Tweak fontification.
19296
19297 * generic.el (generic-make-keywords-list): Fix docstring.
19298 (generic-mode-internal): Simplify generic-font-lock-keywords.
19299
19300 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19301
19302 * whitespace.el (whitespace-buffer-leading)
19303 (whitespace-buffer-trailing): Revert the incorrect test inversion.
19304 However, fix the highlight area for the leading and
19305 trailing whitespaces to show space.
19306
19307 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19308
19309 * whitespace.el (whitespace-version): Bump to 3.5
19310
19311 (whitespace-buffer-leading, whitespace-buffer-trailing):
19312 Invert sense of the test to highlight the whitespace.
19313
19314 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19315
19316 * progmodes/gud.el (gud-display-line): GUD uses its own
19317 overlay arrow now so don't set overlay-arrow-string.
19318 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19319
19320 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19321
19322 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19323 (term-ansi-current-reverse, term-ansi-current-invisible)
19324 (term-ansi-face-already-done): Change to boolean.
19325 (term-reset-terminal, term-handle-colors-array): Handle the above
19326 vars accordingly.
19327 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19328 (term-emulate-terminal): Use the new name.
19329
19330 * faces.el (secondary-selection): Use yellow1, not yellow.
19331 (trailing-whitespace): Use red1, not red.
19332
19333 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19334
19335 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19336 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19337 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19338
19339 * cus-edit.el (dnd): New group.
19340
19341 * term/w32-win.el (dnd): Require dnd
19342 (w32-drag-n-drop): Call dnd-handle-one-url.
19343
19344 * x-dnd.el: Require dnd.
19345 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19346 Call dnd-handle-one-url.
19347 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19348 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19349 to dnd-insert-text.
19350 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19351 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19352 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19353 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19354
19355 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19356
19357 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19358
19359 * wdired.el: Doc fixes.
19360 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19361 (wdired-use-dired-vertical-movement): Rename from
19362 wdired-always-move-to-filename-beginning.
19363 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19364 (wdired-change-to-wdired-mode): Change mode name.
19365 (wdired-newline): Delete.
19366
19367 2005-04-11 Richard M. Stallman <rms@gnu.org>
19368
19369 * whitespace.el (whitespace-highlight-the-space):
19370 Don't call whitespace-unhighlight-the-space here.
19371
19372 * simple.el (undo): Record t in undo-equiv-table
19373 for the redo record made by an undo-in-region.
19374
19375 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19376
19377 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19378 (gdb-frame-inferior-io-buffer): New Functions to control
19379 display of separate IO buffer.
19380 (menu): Add them to menu-bar.
19381 (gdb-display-buffer): Check for buffer another frame.
19382 Protect GUD buffer.
19383 (gdb-setup-windows): Create IO buffer if not already there.
19384 (gdb-memory-mode): Remove purecopy noops.
19385
19386 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19387
19388 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19389 and pass to self-insert-command.
19390
19391 2005-04-11 Lute Kamstra <lute@gnu.org>
19392
19393 * generic.el: Commentary section cleanup.
19394 (generic): Delete.
19395 (generic-use-find-file-hook, generic-lines-to-scan)
19396 (generic-find-file-regexp, generic-ignore-files-regexp)
19397 (default-generic-mode, generic-mode-find-file-hook)
19398 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19399 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19400 (generic-use-find-file-hook, generic-lines-to-scan)
19401 (generic-find-file-regexp, generic-ignore-files-regexp)
19402 (default-generic-mode, generic-mode-find-file-hook)
19403 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19404
19405 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19406
19407 * bookmark.el (bookmark-write-file): Catch errors writing file.
19408 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19409
19410 2005-04-10 Richard M. Stallman <rms@gnu.org>
19411
19412 * startup.el (fancy-splash-tail): Update copyright year.
19413 (command-line): Split part of -Q into -D.
19414 (emacs-basic-display): New defvar.
19415 (fancy-splash-text): Correct name of menu item.
19416
19417 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19418
19419 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19420 lines in one node.
19421
19422 * comint.el (comint-send-input): New arg ARTIFICIAL.
19423 Callers in this file changed.
19424
19425 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19426
19427 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19428
19429 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19430
19431 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19432 `ldap-search-internal'.
19433
19434 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19435
19436 * files.el (set-auto-mode-1): Use line-end-position.
19437
19438 * international/latin-1.el:
19439 * international/latin-2.el:
19440 * international/latin-3.el:
19441 * international/latin-4.el:
19442 * international/latin-5.el:
19443 * international/latin-8.el:
19444 * international/latin-9.el: Give punctuation syntax to NBSP.
19445
19446 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19447 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19448 Use char-classes to accept non-ascii letters, accepted in some recent
19449 bibtex implementations.
19450
19451 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19452
19453 * custom.el (custom-set-minor-mode): Any non-nil value for the
19454 variable should enable the mode when set through Custom.
19455
19456 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19457
19458 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19459 TAB binding so tab-always-indent is obeyed.
19460 (vhdl-minibuffer-local-map): Move initialization into declaration.
19461 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19462 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19463 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19464 (vhdl-current-line): Use line-beginning-position.
19465 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19466 with-output-to-temp-buffer, so the current position can be recorded.
19467
19468 2005-04-10 Masatake YAMATO <jet@gyve.org>
19469
19470 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19471 Add regexp for gcov.
19472
19473 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19474
19475 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19476 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19477 syntax which Emacs 20 doesn't support.
19478
19479 2005-04-09 Richard M. Stallman <rms@gnu.org>
19480
19481 * help.el (describe-key-briefly, describe-key):
19482 Replace strings as event types with "(any string)".
19483
19484 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19485
19486 * arc-mode.el (archive-mode-map): Move initialization into
19487 the declaration. Override *all* bindings of `undo'.
19488 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19489
19490 2005-04-09 Jay Belanger <belanger@truman.edu>
19491
19492 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19493
19494 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19495
19496 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19497 (xterm-register-default-colors): Update color values computation
19498 to match xterm-200.
19499
19500 2005-04-09 Kenichi Handa <handa@m17n.org>
19501
19502 * international/code-pages.el (iso-latin-7): Fix the map.
19503
19504 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19505
19506 * emacs-lisp/lisp.el (defun-prompt-regexp)
19507 (parens-require-spaces, buffer-end, end-of-defun)
19508 (insert-parentheses): Doc fixes.
19509
19510 2005-04-08 Kim F. Storm <storm@cua.dk>
19511
19512 * comint.el (comint-highlight-prompt): Fix face spec.
19513 * hi-lock.el (hi-green): Likewise.
19514
19515 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19516
19517 * cus-edit.el (custom-modified-face):
19518 * comint.el (comint-highlight-input): Fix previous changes.
19519 * term.el (term-handle-ansi-escape): Add a comment.
19520
19521 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19522
19523 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19524 in the buffer and in whitespace-highlighted-space.
19525 (whitespace-unhighlight-the-space): Simplify.
19526 (whitespace-buffer): Simplify.
19527
19528 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19529
19530 * textmodes/table.el (table-cell-face): Add special case for
19531 displays supporting a high number of colors.
19532 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19533 (vhdl-font-lock-reserved-words-face)
19534 (vhdl-speedbar-architecture-face)
19535 (vhdl-speedbar-instantiation-face)
19536 (vhdl-speedbar-architecture-selected-face)
19537 (vhdl-speedbar-instantiation-selected-face): Likewise.
19538 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19539 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19540 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19541 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19542 (ebrowse-progress-face): Likewise.
19543 * progmodes/compile.el (compilation-info-face): Likewise.
19544 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19545 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19546 * calendar/calendar.el (diary-face): Likewise.
19547 * woman.el (woman-italic-face, woman-bold-face)
19548 (woman-unknown-face): Likewise.
19549 * wid-edit.el (widget-button-pressed-face): Likewise.
19550 * whitespace.el (whitespace-highlight-face): Likewise.
19551 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19552 * pcvs-info.el (cvs-marked-face): Likewise.
19553 * info.el (info-xref): Likewise.
19554 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19555 * hilit-chg.el (highlight-changes-face)
19556 (highlight-changes-delete-face): Likewise.
19557 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19558 (hi-red-b): Likewise.
19559 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19560 * font-lock.el (font-lock-keyword-face)
19561 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19562 * cus-edit.el (custom-invalid-face, custom-modified-face)
19563 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19564 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19565 * comint.el (comint-highlight-prompt): Likewise.
19566
19567 2005-04-08 Lute Kamstra <lute@gnu.org>
19568
19569 * font-lock.el (font-lock-keywords): Docstring fixes.
19570
19571 2005-04-08 Kenichi Handa <handa@m17n.org>
19572
19573 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19574 chars are more than a limit, print " and more..." at the tail.
19575
19576 2005-04-08 Kim F. Storm <storm@cua.dk>
19577
19578 * emacs-lisp/authors.el (authors-aliases): Update list.
19579 (authors-ignored-files): New list.
19580 (authors-fixed-entries): Fix typo.
19581 (authors-renamed-files-alist): Update list.
19582 (authors-add): Check authors-ignored-files.
19583
19584 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19585
19586 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19587 optional, to ensure backward compatibility.
19588
19589 2005-04-08 Stephen Eglen <stephen@gnu.org>
19590
19591 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19592
19593 2005-04-08 Kim F. Storm <storm@cua.dk>
19594
19595 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19596
19597 * mouse.el (mouse-on-link-p): Doc fix.
19598
19599 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19600
19601 * ielm.el (ielm-prompt-read-only): Doc fix.
19602
19603 * comint.el (comint-prompt-read-only): Doc fix.
19604
19605 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19606
19607 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19608 ensure dired always handles wildcards passed to ffap.
19609 (find-file-at-point): Use it.
19610 (ffap-dired-wildcards): Doc fix.
19611
19612 2005-04-07 Juri Linkov <juri@jurta.org>
19613
19614 * simple.el (next-error-overlay-arrow-position): New defvar.
19615 Put "=>" on its property `overlay-arrow-string'. Add it to
19616 `overlay-arrow-variable-list'.
19617
19618 * progmodes/compile.el (compilation-setup):
19619 Set `next-error-overlay-arrow-position' to nil. Also set it to
19620 nil in the local hook `kill-buffer-hook'. Make local variable
19621 `overlay-arrow-string' and set it to "=>".
19622 (compilation-goto-locus): Set BOL position to
19623 `next-error-overlay-arrow-position' instead of
19624 `overlay-arrow-position'.
19625
19626 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19627 locally instead of adding it to the global hook.
19628 (Info-kill-buffer): Move up.
19629
19630 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19631
19632 * term/xterm.el (xterm-standard-colors): Update color values from
19633 xterm-200.
19634
19635 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19636
19637 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19638
19639 * fast-lock.el:
19640 * lazy-lock.el: Move them to the obsolete subdir.
19641
19642 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19643
19644 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19645 (wdired-add-replace-advice): Remove.
19646 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19647
19648 2005-04-06 Kim F. Storm <storm@cua.dk>
19649
19650 * startup.el (command-line): Add --bare-bones alias for -Q.
19651
19652 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19653
19654 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19655 create the startup fontset if a font specification ends with
19656 `mac-roman'.
19657
19658 2005-04-06 Lute Kamstra <lute@gnu.org>
19659
19660 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19661 change.
19662
19663 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19664 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19665
19666 2005-04-05 Lute Kamstra <lute@gnu.org>
19667
19668 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19669 (define-generic-mode): Ditto. Fix debug declaration.
19670
19671 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19672 Put them in the generic-x group.
19673
19674 * calendar/timeclock.el (timeclock): Doc fix.
19675
19676 * generic.el (define-generic-mode): Don't use custom-current-group.
19677 Document default :group value.
19678 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19679 (define-global-minor-mode): Don't use custom-current-group.
19680
19681 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19682
19683 * startup.el (command-line-1): Display startup-echo-area-message
19684 when fancy splash screen is in use.
19685
19686 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19687 (sh-escaped-newline): New face.
19688 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19689 newline, and use sh-escaped-newline face.
19690
19691 * progmodes/tcl.el (tcl-escaped-newline): New face.
19692 (tcl-builtin-list): New variable.
19693 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19694 newlines. Fix keywords subexpression number.
19695
19696 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19697
19698 * textmodes/org.el (org-diary-default-entry): Fix call to
19699 `add-to-diary-entry'.
19700
19701 2005-04-05 Kim F. Storm <storm@cua.dk>
19702
19703 * ediff-init.el: Use (featurep 'xemacs).
19704
19705 2005-04-05 David Ponce <david@dponce.com>
19706
19707 * cus-edit.el (face): Derive from symbol widget. Display sample
19708 of the current face on the fly.
19709 (widget-face-sample-face-get, widget-face-notify): New functions.
19710 (widget-face-value-create): Remove.
19711
19712 * wid-edit.el (widget-field-end): Temporarily remove field
19713 narrowing before to call `get-char-property'.
19714
19715 2005-04-04 Jay Belanger <belanger@truman.edu>
19716
19717 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19718 (math-read-subscripts): New variable.
19719 (math-read-preprocess-string): Process subscripts.
19720
19721 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19722
19723 * comint.el (comint-prompt-read-only): Doc fix.
19724
19725 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19726 `-1'. Doc fix.
19727
19728 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19729
19730 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19731 Change default value to nil.
19732
19733 2005-04-04 Lute Kamstra <lute@gnu.org>
19734
19735 * autorevert.el (auto-revert-mode): Specify :group.
19736 * battery.el (display-battery-mode): Specify :group.
19737 * diff-mode.el (diff-minor-mode): Specify :group.
19738 * font-core.el (font-lock-mode): Specify :group.
19739 * hl-line.el (hl-line-mode): Specify :group.
19740 * iimage.el (iimage): New customization group.
19741 (iimage-mode): Specify :group.
19742 * longlines.el (longlines-mode): Specify :group.
19743 * master.el: Don't require easy-mmode.
19744 (master): New customization group.
19745 (master-mode): Specify :group.
19746 * msb.el (msb-mode): Specify :group.
19747 * reveal.el (reveal-mode): Specify :group.
19748 * simple.el (next-error-follow-minor-mode): Specify :group.
19749 * smerge-mode.el (smerge-mode): Specify :group.
19750 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19751 * emulation/cua-base.el (cua-mode): Specify :group.
19752 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19753 * language/thai-util.el (thai-auto-composition-mode)
19754 (thai-word-mode): Specify :group.
19755 * mail/supercite.el (sc-minor-mode): Specify :group.
19756 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19757 * progmodes/flymake.el (flymake-mode): Specify :group.
19758 * progmodes/glasses.el (glasses-mode): Specify :group.
19759 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19760 * textmodes/enriched.el (enriched-mode): Specify :group.
19761 * textmodes/refill.el (refill-mode): Specify :group.
19762
19763 * add-log.el (change-log-font-lock-keywords): Names in
19764 parenthesized lists can contain spaces.
19765
19766 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19767
19768 * startup.el (fancy-splash-text): Shorten default text of
19769 "Emacs Tutorial" line. Also, if the current language env
19770 indicates an available tutorial file other than TUTORIAL,
19771 extract its title and append it to the line in parentheses.
19772 (fancy-splash-insert): If arg is a thunk, funcall it.
19773
19774 2005-04-04 Jay Belanger <belanger@truman.edu>
19775
19776 * calc.el (calc-language-alist): Add tags to customization type.
19777
19778 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19779
19780 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19781 Doc fix.
19782
19783 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19784
19785 * add-log.el (change-log-font-lock-keywords): The manual
19786 describing a Change Log entry, says: (...) "Aside from these
19787 header lines, every line in the change log starts with a space or
19788 a tab.". The font-lock was not highlighting lines started with
19789 spaces, added support for it.
19790
19791 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19792
19793 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19794 (bibtex-generate-url-list): Update docstring accordingly. Put the
19795 complex example in the docstring.
19796 (bibtex-font-lock-url): Use pop.
19797
19798 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19799
19800 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19801
19802 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19803
19804 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19805
19806 * filesets.el (filesets-set-default): Doc fix.
19807
19808 2005-04-03 Lute Kamstra <lute@gnu.org>
19809
19810 * generic.el (define-generic-mode): Add argument to specify
19811 keywords for defcustom.
19812 (default-generic-mode): Specify :group.
19813
19814 * generic-x.el: Specify :group for all generic modes.
19815
19816 * desktop.el (desktop-no-desktop-file-hook)
19817 (desktop-after-read-hook): Doc fix.
19818
19819 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19820
19821 * simple.el (visible-mode): Use explicit :group keyword.
19822 This changes the group of `visible-mode-hook' from paren-blinking
19823 to editing-basics.
19824
19825 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19826
19827 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19828 mailbox specifications as well as URLs.
19829 (rmail-insert-inbox-text): Remove unused conditional branches.
19830
19831 2005-04-01 Jay Belanger <belanger@truman.edu>
19832
19833 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19834 (calc-gnuplot-print-command): Move definitions to calc.el.
19835
19836 * calc/calc-embed.el (calc-embedded-announce-formula)
19837 (calc-embedded-open-formula, calc-embedded-close-formula)
19838 (calc-embedded-open-word, calc-embedded-close-word)
19839 (calc-embedded-open-plain, calc-embedded-close-plain)
19840 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19841 (calc-embedded-open-mode, calc-embedded-close-mode):
19842 Move definitions to calc.el.
19843
19844 * calc/calc.el (calc-settings-file, calc-language-alist):
19845 Make customizable.
19846 (calc-embedded-announce-formula, calc-embedded-open-formula)
19847 (calc-embedded-close-formula, calc-embedded-open-word)
19848 (calc-embedded-close-word, calc-embedded-open-plain)
19849 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19850 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19851 (calc-embedded-close-mode, calc-gnuplot-name)
19852 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19853 from other files and make customizable.
19854
19855 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19856
19857 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19858 Use buffer-live-p.
19859 (cvs-mode-run): Don't call cvs-update-header here.
19860 (cvs-run-process): Call cvs-update-header.
19861 Use process properties for cvs-postprocess and cvs-buffer so that
19862 the sentinel can behave better if the temp buffer is killed.
19863 Use a pipe rather than a tty, to better handle unexpected prompts.
19864 (cvs-sentinel): Rewrite. Call cvs-update-header.
19865
19866 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19867
19868 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19869 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19870
19871 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19872
19873 * generic.el (define-generic-mode): Add indentation rule.
19874
19875 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19876
19877 * files.el (mode-require-final-newline): Make Custom correctly
19878 report a nil value and allow to set it to nil via Custom.
19879 Doc fix.
19880
19881 2005-04-01 Kenichi Handa <handa@m17n.org>
19882
19883 * international/characters.el: Enable the correct case setting for
19884 dotless-i and dotted-I.
19885
19886 2005-04-01 Kim F. Storm <storm@cua.dk>
19887
19888 * ido.el (ido-file-internal): Fall back to non-ido command if
19889 initial directory is on slow ftp (or tramp) host.
19890
19891 2005-03-31 Richard M. Stallman <rms@gnu.org>
19892
19893 * emacs-lisp/autoload.el (make-autoload):
19894 Handle define-global-minor-mode.
19895
19896 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19897 Rename from easy-mmode-define-global-mode.
19898 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19899
19900 * progmodes/scheme.el (scheme-mode-syntax-table):
19901 Update syntax of | and # for two-character comment syntax.
19902
19903 2005-03-31 Lute Kamstra <lute@gnu.org>
19904
19905 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19906 (define-minor-mode): Call custom-current-group at load-time.
19907
19908 * generic.el (define-generic-mode): Add debug declaration.
19909 Add defcustom for the mode hook.
19910 (generic-mode-internal): Use run-mode-hooks.
19911
19912 2005-03-31 Kim F. Storm <storm@cua.dk>
19913
19914 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19915 (mouse-fixup-help-message): New defun called by show_help_echo
19916 to fixup mouse-2 prefix in help messages when applicable.
19917
19918 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19919
19920 2005-03-31 Kenichi Handa <handa@m17n.org>
19921
19922 * language/thai-word.el (thai-find-word-ends): Pay attention to
19923 the case that we reach the end of buffer.
19924
19925 * textmodes/fill.el (fill-text-properties-at): New function.
19926 (fill-newline): Use fill-text-properties-at instead of
19927 text-properties-at.
19928
19929 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19930
19931 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19932 not comint-quote-filename.
19933
19934 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19935
19936 * help-fns.el (help-with-tutorial): Revert last change.
19937
19938 2005-03-31 Kim F. Storm <storm@cua.dk>
19939
19940 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19941
19942 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
19943
19944 * calendar/cal-china.el: Update reference to "Calendrical
19945 Calculations" book; there's a new edition.
19946 * calendar/cal-coptic.el: Likewise.
19947 * calendar/cal-french.el: Likewise.
19948 * calendar/cal-hebrew.el: Likewise.
19949 * calendar/cal-islam.el: Likewise.
19950 * calendar/cal-iso.el: Likewise.
19951 * calendar/cal-julian.el: Likewise.
19952 * calendar/cal-mayan.el: Likewise.
19953 * calendar/cal-persia.el: Likewise.
19954 * calendar/calendar.el: Likewise.
19955 * calendar/holidays.el: Likewise.
19956 * calendar/lunar.el: Likewise.
19957 * calendar/solar.el: Likewise.
19958
19959 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19960 white space from doc string.
19961
19962 2005-03-30 Jay Belanger <belanger@truman.edu>
19963
19964 * calc/calc-help.el (calc-full-help): Remove email address.
19965
19966 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
19967
19968 * help-fns.el (help-with-tutorial): Delete title line.
19969
19970 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19971
19972 * calendar/cal-x.el (calendar-one-frame-setup)
19973 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19974 rather than `symbol' for set-window-dedicated-p.
19975
19976 * calendar/appt.el (appt-buffer-name): Make it a constant.
19977 (appt-add): Doc fix.
19978
19979 * filesets.el (filesets-menu-path, filesets-menu-before)
19980 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
19981 (filesets-menu-cache-file): Use directory ~/.emacs.d.
19982 (filesets-add-submenu): Delete and use add-submenu instead.
19983
19984 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
19985
19986 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19987 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19988 (org-diary-default-entry): New function.
19989 (org-get-entries-from-diary): Better parsing of diary entries.
19990 (org-agenda-check-no-diary): New function.
19991 ("diary-lib"): Advice to function `add-to-diary-list', to allow
19992 linking to diary entries.
19993 (org-agenda-execute-calendar-command): New function.
19994 (org-agenda): Improve visible section in window.
19995 Use `org-fit-agenda-window'.
19996 (org-fit-agenda-window): New option.
19997 (org-move-subtree-down): Better handling of empty lines
19998 at end of subtree.
19999 (org-cycle): Numeric prefix is interpreted now as show-subtree N
20000 levels up.
20001 (org-fontify-done-headline): New option.
20002 (org-headline-done-face): New face.
20003 (org-set-font-lock-defaults): Use `org-headline-done-face'.
20004 (org-table-copy-down): Rename from `org-table-copy-from-above'.
20005 When current field is non-empty, it is copied to next row.
20006 (org-table-copy-from-above): Fix bug which made it
20007 impossible to copy fields containing only a single non-white character.
20008
20009 2005-03-30 Kim F. Storm <storm@cua.dk>
20010
20011 * kmacro.el (kmacro-end-macro): Isearch may store this command
20012 into the macro -- so ignore it when executing keyboard macro.
20013
20014 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
20015
20016 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
20017
20018 2005-03-29 Kenichi Handa <handa@m17n.org>
20019
20020 * language/thai.el ("Thai"): Set setup-function and exit-function
20021 for Thai language environment.
20022
20023 * language/thai-util.el: Require thai-word.
20024 (thai-word-mode-map): New variable.
20025 (thai-word-mode): New minor mode.
20026 (setup-thai-language-environment-internal): New function.
20027 (exit-thai-language-environment-internal): New function.
20028
20029 * language/thai-word.el (thai-word-table): Declare it by defvar,
20030 use dolist to initialize it.
20031 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
20032 (thai-fill-find-break-point): New functions.
20033
20034 2005-03-29 Richard M. Stallman <rms@gnu.org>
20035
20036 * simple.el (idle-update-delay): Move definition up.
20037 (set-mark): Doc fix.
20038
20039 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
20040
20041 * longlines.el: New file.
20042
20043 * simple.el (buffer-substring-filters): New variable.
20044 (filter-buffer-substring): New function.
20045 (kill-region, copy-region-as-kill): Use it.
20046
20047 * register.el (copy-to-register, append-to-register)
20048 (prepend-to-register): Use filter-buffer-substring.
20049
20050 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
20051
20052 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
20053 (gud-filter-pending-text): Move in front of gdb.
20054 (gud-overlay-arrow-position): New variable.
20055 (gud-sentinel, gud-display-line): Use it in place of
20056 overlay-arrow-position.
20057
20058 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
20059
20060 * progmodes/fortran.el (fortran-if-indent): Doc fix.
20061 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
20062 (fortran-font-lock-keywords-4): New variable.
20063 (fortran-blocks-re, fortran-end-block-re)
20064 (fortran-start-block-re): New constants, for hideshow.
20065 (hs-special-modes-alist): Add a Fortran entry.
20066 (fortran-mode-map): Bind fortran-end-of-block,
20067 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
20068 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
20069 (fortran-looking-at-if-then, fortran-end-of-block)
20070 (fortran-beginning-of-block): New functions, for hideshow.
20071
20072 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
20073 Doc fix. Tweak regexp.
20074 (f90-beginning-of-block): Push mark first.
20075
20076 2005-03-29 Jay Belanger <belanger@truman.edu>
20077
20078 * calc/calc.el: Update copyright date.
20079 (calc-version): Increase to 2.1.
20080 (calc-version-date): Remove.
20081
20082 * calc/calc-help.el: Update copyright date.
20083 (calc-full-help): Remove reference to calc-version-date.
20084 Update copyright date.
20085
20086 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20087
20088 * vc.el (vc-do-command): Use a pipe for async processes, so password
20089 prompts don't show up at places where the user can't reply.
20090
20091 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
20092
20093 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
20094 on the file name we pass to the inferior shell.
20095
20096 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20097
20098 * progmodes/which-func.el (which-function): Be robust in the face of an
20099 imenu--make-index-alist failure.
20100
20101 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20102
20103 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
20104
20105 * progmodes/python.el (python-preoutput-filter): Fix last change.
20106
20107 2005-03-29 Lute Kamstra <lute@gnu.org>
20108
20109 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
20110 functions and compiled macros.
20111 (debug-convert-byte-code): Handle macros too.
20112 (debug-on-entry-1): Don't signal an error when trying to clear a
20113 function that is not set to debug on entry.
20114
20115 2005-03-29 Jay Belanger <belanger@truman.edu>
20116
20117 * calc/calc-lang.el: Add functions to math-function-table
20118 properties of tex and math.
20119
20120 2005-03-29 Kenichi Handa <handa@m17n.org>
20121
20122 * ps-mule.el (ps-mule-plot-string): Translate characters by
20123 ps-print-translation-table.
20124 (ps-mule-begin-job): Call find-charset-region/string with
20125 ps-print-translation-table.
20126 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
20127
20128 * ps-print.el (ps-print-translation-table): New variable.
20129 (ps-plot-region): Translate characters by ps-print-translation-table.
20130
20131 2005-03-29 Juri Linkov <juri@jurta.org>
20132
20133 * simple.el (next-error-highlight-timer): New variable.
20134
20135 * progmodes/compile.el (compilation-goto-locus):
20136 Use `next-error-highlight-timer' instead of `sit-for'.
20137
20138 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20139
20140 * mail/supercite.el (sc-mail-field): Use assoc-string.
20141 (sc-get-address): Simplify regexps.
20142
20143 * files.el (minibuffer-with-setup-hook): New macro.
20144 (find-file-read-args): Use it to avoid let-binding
20145 minibuffer-with-setup-hook (which breaks turning on/off
20146 file-name-shadow-mode while in the prompt).
20147
20148 * complete.el (PC-read-include-file-name-internal):
20149 Use test-completion.
20150
20151 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
20152
20153 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
20154
20155 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20156
20157 * window.el (window-buffer-height): Use count-screen-lines.
20158
20159 * progmodes/python.el (python-preoutput-leftover): New var.
20160 (python-preoutput-filter): Use it.
20161 (python-send-receive): Loop until all the result has been received.
20162
20163 2005-03-28 Juri Linkov <juri@jurta.org>
20164
20165 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
20166
20167 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
20168 "Recover Crashed Session".
20169 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
20170 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
20171 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
20172 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
20173 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
20174 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
20175 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
20176 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
20177
20178 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
20179 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
20180 Ediff Sessions", "Toggle use of separate control buffer frame",
20181 "Use separate frame for Ediff control buffer".
20182
20183 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
20184 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
20185 "Rename Bookmark", "Delete Bookmark".
20186
20187 * info.el (Info-mode-menu): Remove ellipsis from "Index".
20188 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
20189 Add `:active Info-index-alternatives' to "Next Matching Item".
20190
20191 * wdired.el (wdired-change-to-wdired-mode):
20192 Mention `wdired-abort-changes' key in the initial message.
20193
20194 * international/mule.el (auto-coding-alist): Associate non-ascii
20195 image filename extensions with `no-conversion'.
20196
20197 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
20198
20199 * international/iso-acc.el:
20200 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
20201
20202 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
20203
20204 * textmodes/sgml-mode.el (html-mode): Doc update.
20205
20206 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
20207
20208 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
20209
20210 * term.el (term-move-columns): Fix face after extending a line.
20211 (term-insert-spaces): Likewise.
20212 (term-reset-terminal): Fix off by one error.
20213
20214 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20215
20216 * international/mule.el (auto-coding-alist): Add .xpi files.
20217
20218 * files.el (auto-mode-alist): Add .xpi files.
20219
20220 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
20221
20222 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
20223
20224 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20225
20226 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
20227
20228 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20229
20230 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
20231 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
20232
20233 * calendar/cal-move.el (calendar-beginning-of-year): Move the
20234 cursor to Jan 1 when needed.
20235 (calendar-end-of-year): Fix -/+ typo.
20236 Reported by Chong Yidong <cyd@stupidchicken.com>.
20237
20238 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20239
20240 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
20241
20242 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
20243 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
20244
20245 2005-03-25 Richard M. Stallman <rms@gnu.org>
20246
20247 * filesets.el (filesets-init): Add autoload.
20248
20249 * mail/mailalias.el (mail-directory): Doc fix.
20250
20251 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20252
20253 * mail/mailalias.el (mail-directory-process): Do nothing if
20254 mail-directory-process is an atom.
20255 (mail-get-names): Ignore mail-directory-names if it is an atom.
20256 (mail-directory-process defvar): Doc fix.
20257 (mail-names): Doc fix.
20258
20259 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
20260
20261 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
20262
20263 2005-03-26 Kenichi Handa <handa@m17n.org>
20264
20265 * international/mule-util.el (detect-coding-with-priority):
20266 Call update-coding-systems-internal before detect-coding-region.
20267
20268 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
20269
20270 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
20271 (gdb-frames-mode-map): Add follow-link property.
20272
20273 2005-03-25 Jay Belanger <belanger@truman.edu>
20274
20275 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
20276 for variables.
20277
20278 2005-03-25 Juri Linkov <juri@jurta.org>
20279
20280 * image-mode.el: Optimize image filename extension regexps in
20281 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
20282 in `auto-mode-alist'.
20283 (image-mode): Add `image-toggle-display-text' to local hook
20284 `change-major-mode-hook'. Display the image as an image by
20285 default. Set `cursor-type' and `truncate-lines' if the image
20286 is already displayed. Take into account the current mode (image
20287 or text) in message.
20288 (image-minor-mode): New minor mode.
20289 (image-mode-maybe, image-toggle-display-text): New functions.
20290 (image-toggle-display): Use called-interactively-p.
20291 Let-bind `inhibit-read-only' to t.
20292
20293 * image-mode.el (image-minor-mode): Set `cursor-type' and
20294 `truncate-lines' if the image is already displayed. Add turning
20295 image-minor-mode off to `change-major-mode-hook'. Add message.
20296 Call `image-toggle-display-text' after turning image-minor-mode off.
20297
20298 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20299
20300 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20301 Terminal.app, use utf-8.
20302 (set-display-table-and-terminal-coding-system): Add coding-system arg.
20303 (set-locale-environment): Use it.
20304
20305 * term/xterm.el: Undo last change, better done in mule-cmds.el.
20306
20307 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20308
20309 * progmodes/python.el (python-close-block-statement-p)
20310 (python-outdent-p, python-current-defun): Use symbol-end.
20311
20312 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20313
20314 * files.el (save-some-buffers): Doc fix.
20315
20316 2005-03-25 Werner Lemberg <wl@gnu.org>
20317
20318 * complete.el, thumbs.el: Replace `legal' with `valid'.
20319 * calendar/calendar.el: Replace `legal' with `valid'.
20320 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20321 * mail/supercite.el: Replace `legal' with `valid'.
20322 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20323 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20324 Replace `legal' with `valid'.
20325 * textmodes/reftex-vars.el, textmodes/reftex.el:
20326 Replace `legal' with `valid'.
20327
20328 2005-03-25 Werner Lemberg <wl@gnu.org>
20329
20330 * calc/calc-forms.el, calc/calc-sel.el
20331 * midnight.el, vc-cvs.el
20332 * emacs-lisp/cl-macs.el
20333 * emulation/vip.el
20334 * eshell/esh-io.el, eshell/esh-var.el
20335 * mail/supercite.el
20336 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20337 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20338 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20339 * progmodes/sh-script.el, progmodes/xscheme.el
20340 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20341 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20342 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20343 * textmodes/reftex.el, textmodes/org.el:
20344 Replace `illegal' with `invalid'.
20345
20346 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20347
20348 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20349 (flymake-find-buildfile, flymake-find-possible-master-files)
20350 (flymake-check-include, flymake-parse-line): Replace loops over the
20351 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20352
20353 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20354 Substitute file-name-as-directory in the rest of the file.
20355 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20356 (flymake-replace-region): Remove unused arg `buffer'.
20357 (flymake-check-patch-master-file-buffer): Update calls to it.
20358 (flymake-add-err-info): Remove unused var `count'.
20359 (flymake-mode): Use define-minor-mode.
20360
20361 * progmodes/flymake.el: Use with-current-buffer.
20362 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20363 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20364 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20365 Avoid testing for `xemacs'.
20366 (flymake-nop): Move.
20367 (flymake-region-has-flymake-overlays): Return the computed value.
20368 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20369 Remove unused var `endline'.
20370 (flymake-get-line-count): Remove unused function.
20371 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20372
20373 * emulation/vi.el:
20374 * generic.el:
20375 * hilit-chg.el (global-highlight-changes):
20376 * hi-lock.el (hi-lock-mode):
20377 * follow.el: find-file-hooks -> find-file-hook.
20378
20379 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20380
20381 2005-03-24 Juri Linkov <juri@jurta.org>
20382
20383 * dired.el (dired-mode-map): Add menu item "Compare directories"
20384 for dired-compare-directories.
20385
20386 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20387 Doc fix. Replace `read-file-name' with `read-directory-name'.
20388
20389 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20390
20391 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20392
20393 2005-03-24 Jay Belanger <belanger@truman.edu>
20394
20395 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20396 relevant mode settings in calc-embedded-original-modes when modes
20397 are permanently changed.
20398
20399 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20400
20401 * autoinsert.el: find-file-hooks -> find-file-hook.
20402
20403 2005-03-24 Lute Kamstra <lute@gnu.org>
20404
20405 * generic.el (generic-font-lock-defaults): Make it obsolete.
20406 (generic-font-lock-keywords): New variable to replace
20407 generic-font-lock-defaults.
20408 (generic-mode-set-font-lock): Delete it.
20409 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20410 (generic-bracket-support): Add docstring.
20411
20412 * generic-x.el: Rename generic-font-lock-defaults to
20413 generic-font-lock-keywords throughout.
20414 (mailagent-rules-setup-function): Delete it.
20415 (mailagent-rules-generic-mode): Use anonymous function instead.
20416 (show-tabs-generic-mode-font-lock-defaults-1)
20417 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20418 Quote faces.
20419 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20420 not foreground.
20421
20422 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20423 Recognize define-generic-mode.
20424
20425 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20426
20427 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20428 if there's no completion table.
20429
20430 2005-03-23 Miles Bader <miles@gnu.org>
20431
20432 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20433 Remove tty-specific variants, as they're no longer needed.
20434
20435 2005-03-23 Lute Kamstra <lute@gnu.org>
20436
20437 * generic-x.el: Code cleanup: make args constant whenever possible.
20438 (installshield-statement-keyword-list)
20439 (installshield-system-functions-list)
20440 (installshield-system-variables-list, installshield-types-list)
20441 (installshield-funarg-constants-list): Make them constants.
20442
20443 * generic.el (generic-make-keywords-list): Add autoload cookie.
20444
20445 * calendar/time-date.el: Add comment on time value formats.
20446 Don't require parse-time.
20447 (with-decoded-time-value): New macro.
20448 (encode-time-value): New function.
20449 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20450 (days-to-time): Return a valid time value when arg is huge.
20451 (time-since): Use time-subtract.
20452 (time-to-number-of-days): Use time-to-seconds.
20453
20454 2005-03-23 David Ponce <david@dponce.com>
20455
20456 * recentf.el (recentf-keep): New option.
20457 (recentf-menu-action): Default to `find-file'.
20458 (recentf-keep-non-readable-files-flag)
20459 (recentf-keep-non-readable-files-p)
20460 (recentf-file-readable-p, recentf-find-file)
20461 (recentf-cleanup-remote): Remove.
20462 (recentf-include-p): More robust.
20463 (recentf-keep-p): New function.
20464 (recentf-remove-if-non-kept): Rename from
20465 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20466 All callers updated.
20467 (recentf-menu-items-for-commands): Fix help string.
20468 (recentf-track-closed-file): Update. Doc fix.
20469 (recentf-cleanup): Update. Count removed files. Doc fix.
20470
20471 2005-03-23 Kim F. Storm <storm@cua.dk>
20472
20473 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20474 Don't inherit from fringe face (now happens automatically).
20475
20476 2005-03-22 Kim F. Storm <storm@cua.dk>
20477
20478 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20479 position values.
20480
20481 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20482
20483 * menu-bar.el (showhide-date-time): Remove.
20484 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20485 (menu-bar-make-mm-toggle): Simplify.
20486
20487 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20488
20489 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20490 Accept qualified variable and function names.
20491
20492 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20493
20494 * bindings.el (completion-ignored-extensions):
20495 Remove ".lis" for `vax-vms'.
20496
20497 2005-03-22 Andreas Schwab <schwab@suse.de>
20498
20499 * generic-x.el: Revert last change.
20500 * ldefs-boot.el: Update.
20501
20502 2005-03-22 Jay Belanger <belanger@truman.edu>
20503
20504 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20505 (calc-embedded-save-original-modes)
20506 (calc-embedded-restore-original-modes): New functions.
20507 (calc-do-embedded): Save original modes when entering embedded mode
20508 and restore when leaving embedded mode.
20509 (calc-embedded-modes-change): Change the value of
20510 calc-embedded-original-modes to reflect permanent changes.
20511
20512 2005-03-22 Lute Kamstra <lute@gnu.org>
20513
20514 * generic-x.el: Require generic again.
20515
20516 2005-03-22 Miles Bader <miles@gnu.org>
20517
20518 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20519 Tweak details to look good on both ttys and bitmap displays, light
20520 or dark background, etc.
20521
20522 2005-03-21 Kim F. Storm <storm@cua.dk>
20523
20524 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20525 mouse position.
20526
20527 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20528
20529 * icomplete.el: Don't forcibly turn on the mode upon load.
20530 (icomplete-mode): Use define-minor-mode.
20531 (icomplete-eoinput): Default to nil.
20532 (icomplete-minibuffer-setup): Remove autoload.
20533 (icomplete-tidy): Simplify.
20534 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20535 in the initial state or if the user has modified the field.
20536 Fix handling of icomplete-max-delay-chars.
20537 Remove code that handles the oddball case where
20538 minibuffer-completion-table is an integer.
20539 Wrap icomplete-completions in while-no-input in case building
20540 completions takes more time than expected.
20541 (icomplete-completions): Simplify.
20542
20543 2005-03-21 Richard M. Stallman <rms@gnu.org>
20544
20545 * jka-compr.el (jka-compr-really-do-compress):
20546 Make variable buffer-local.
20547
20548 * image-mode.el: Handle .xpm files too.
20549 (image-toggle-display): Preserve modification flag.
20550
20551 * help.el (where-is): Don't mention aliases with no key bindings.
20552
20553 2005-03-21 Lute Kamstra <lute@gnu.org>
20554
20555 * generic.el: Fix commentary section. Don't require cl for
20556 compilation.
20557 (generic-mode-list): Add autoload cookie.
20558 (generic-use-find-file-hook, generic-lines-to-scan)
20559 (generic-find-file-regexp, generic-ignore-files-regexp)
20560 (generic-mode, generic-mode-find-file-hook)
20561 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20562 (define-generic-mode): Make it a defmacro. Fix docstring.
20563 (generic-mode-internal): Code cleanup. Add autoload cookie.
20564 (generic-mode-set-comments): Code cleanup.
20565 * generic-x.el: Don't prevent compilation. Don't require generic.
20566 Follow coding conventions. Minor code cleanup.
20567 (etc-fstab-generic-mode): Add some keywords.
20568 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20569 define-generic-mode like a function declaration.
20570
20571 2005-03-21 Jay Belanger <belanger@truman.edu>
20572
20573 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20574 changing modes.
20575
20576 2005-03-21 Sam Steingold <sds@gnu.org>
20577
20578 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20579
20580 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20581
20582 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20583 Add underscore to "f$ lexicals" regexp.
20584
20585 2005-03-20 Juri Linkov <juri@jurta.org>
20586
20587 * subr.el (progress-reporter-do-update): When `min-value' is equal
20588 to `max-value', set `percentage' to 0 and prevent division by zero.
20589
20590 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20591
20592 Sync with Tramp 2.0.48.
20593
20594 * net/tramp.el (all): Change all addresses to .gnu.org.
20595 (tramp-append-tramp-buffers): New defun.
20596 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20597 Catch `dont-send' signal.
20598 (tramp-set-auto-save-file-modes): Set always permissions, because
20599 there might be an old auto-saved file belonging to another
20600 original file. This could be a security threat. Reported by
20601 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20602 Check for Emacs 21.3.50 removed.
20603
20604 * net/tramp-smb.el (all): Remove debug construct for
20605 `with-parsed-tramp-file-name'.
20606 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20607 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20608 No error message if DIRECTORY or FILENAME doesn't exist.
20609 (tramp-smb-open-connection): Check existence of
20610 `tramp-smb-program'.
20611
20612 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20613
20614 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20615 Properly handle the case where the `m' or `s' command's argument is not
20616 yet terminated.
20617 (perl-indent-new-calculate): New function.
20618 (perl-indent-line): Use it.
20619
20620 2005-03-20 Miles Bader <miles@gnu.org>
20621
20622 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20623 in text-mode too. Change to new face names.
20624 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20625 Add `:weight bold' attribute.
20626 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20627
20628 2005-03-19 Juri Linkov <juri@jurta.org>
20629
20630 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20631
20632 * international/mule.el (auto-coding-alist): Sync with
20633 `auto-mode-alist' by adding upper case archive file extensions
20634 and adding ear/war to jar extension.
20635
20636 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20637
20638 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20639 running, restart it.
20640
20641 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20642
20643 * finder.el (finder-current-item): Throw an error on an empty line.
20644
20645 * man.el (Man-follow-manual-reference): If current-word returns
20646 nil, use "".
20647
20648 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20649
20650 * simple.el (goto-line): Doc fix.
20651
20652 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20653
20654 * files.el (save-buffer): Doc fix.
20655
20656 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20657
20658 * recentf.el (recentf-cleanup-remote): New variable.
20659 (recentf-cleanup): Use it to conditionally check availability of
20660 remote files.
20661
20662 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20663
20664 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20665 function names.
20666
20667 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20668
20669 * language/thai-word.el: New file.
20670
20671 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20672
20673 * files.el (backup-buffer): If the file's directory is not
20674 writable, use copy instead of move to backup the file.
20675
20676 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20677
20678 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20679
20680 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20681
20682 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20683 Use functionp instead of symbolp and fboundp. Reported by Drkm
20684 <darkman_spam@yahoo.fr>.
20685 (ps-print-version): New version 6.6.6.
20686
20687 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20688
20689 * textmodes/table.el (table--line-column-position): New idiom.
20690 (table--row-column-insertion-point-p): New function to test
20691 validity of row and column insertion operation at a location.
20692 (table-global-menu, table-cell-menu): Use above functions for
20693 deterministic test operation.
20694 (table--editable-cell-p): Behave in deterministic fashion.
20695
20696 2005-03-18 Juri Linkov <juri@jurta.org>
20697
20698 * isearch.el (isearch-lazy-highlight-new-loop):
20699 Make arguments beg and end optional.
20700 (isearch-update): Remove optional arguments nil from
20701 isearch-lazy-highlight-new-loop.
20702 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20703 isearch-lazy-highlight-case-fold-search instead of
20704 isearch-case-fold-search, and let-bind isearch-regexp to
20705 isearch-lazy-highlight-regexp.
20706 Use isearch-lazy-highlight-last-string instead of isearch-string.
20707
20708 * replace.el (perform-replace): Remove bindings of global
20709 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20710 Add three new arguments to `replace-highlight'.
20711 (replace-highlight): Add arguments string, regexp, case-fold.
20712 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20713 to allow isearch-lazy-highlight-new-loop to use these values
20714 to set corresponding isearch-lazy-highlight-* internal
20715 variables whose values lazy highlighting will use regardless of
20716 changes to global variables isearch-string, isearch-regexp,
20717 isearch-case-fold-search during lazy highlighting loop.
20718 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20719 to `lazy-highlight-cleanup'.
20720
20721 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20722 (ispell-highlight-face): Set default face to `isearch' when
20723 lazy highlighting is enabled.
20724 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20725 priority to 1. Add lazy highlighting.
20726 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20727 from `isearch-dehighlight'.
20728
20729 2005-03-18 David Ponce <david@dponce.com>
20730
20731 * files.el (hack-local-variables): Do a case-insensitive search
20732 for End.
20733
20734 2005-03-18 Juri Linkov <juri@jurta.org>
20735
20736 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20737 `isearch-lazy-highlight-cleanup', add alias to old name and
20738 declare obsolete. Add release numbers to other obsolete vars.
20739 (isearch-done, isearch-lazy-highlight-new-loop):
20740 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20741 (lazy-highlight-cleanup) <variable>: Doc fix.
20742 (isearch-lazy-highlight-update): Rename obsolete
20743 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20744
20745 2005-03-18 Kenichi Handa <handa@m17n.org>
20746
20747 * language/thai-util.el: Fix categorization of Thai characters in
20748 thai-category-table.
20749 (thai-composition-pattern): Adjust it for the above change.
20750 (thai-self-insert-command, thai-compose-syllable): New functions.
20751 (thai-compose-region): Use thai-compose-syllable.
20752 (thai-compose-string): Likewise.
20753 (thai-composition-function): Likewise.
20754 (thai-auto-composition): New function.
20755 (thai-auto-composition-mode): New minor mode.
20756
20757 * language/thai.el: Fix patterns to be registered in
20758 composition-function-table.
20759
20760 * international/quail.el (quail-input-method): Locally bind
20761 inhibit-modification-hooks to t.
20762
20763 2005-03-17 Richard M. Stallman <rms@gnu.org>
20764
20765 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20766 (perl-mode): Use run-mode-hooks.
20767
20768 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20769 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20770 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20771
20772 * mail/sendmail.el (sendmail-send-it): Reenable the code
20773 to compute resend-to-address and use it.
20774
20775 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20776
20777 * image-mode.el: New file.
20778
20779 * image.el (insert-sliced-image): Add autoload cookie.
20780
20781 * font-lock.el (font-lock-lines-before): New user option.
20782 (font-lock-after-change-function): Obey it.
20783
20784 * bindings.el (esc-map): Make M-g a prefix.
20785 Bind M-g g and M-g M-g to goto-line.
20786
20787 * faces.el (face-id): Doc fix.
20788
20789 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20790
20791 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20792 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20793 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20794
20795 * mail/sendmail.el (mail-yank-ignored-headers)
20796 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20797 Add Mail-Followup-To and Mail-Reply-To headers.
20798 (mail-citation-hook): Add autoload cookie.
20799 (mail-mode): Doc fix.
20800 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20801 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20802 (mail-mode-fill-paragraph): Handle those headers.
20803 (mail-mailing-lists): New variable.
20804 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20805
20806 2005-03-17 Juri Linkov <juri@jurta.org>
20807
20808 * isearch.el (isearch-fallback): Check for `(car previous)'
20809 before calling `isearch-other-end-state'.
20810
20811 2005-03-17 Kim F. Storm <storm@cua.dk>
20812
20813 * simple.el (move-beginning-of-line): Move to beginning of buffer
20814 line, as well as beginning of screen line.
20815
20816 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20817
20818 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20819 argument REDRAW rather than calendar-redrawing variable.
20820 * calendar/calendar.el (calendar-redrawing): Delete.
20821 (redraw-calendar): Do not bind calendar-redrawing.
20822
20823 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20824
20825 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20826 diary-file buffer.
20827
20828 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20829
20830 * help.el (describe-mode): Allow a :minor-mode-function property to
20831 specify a different minor mode toggle function than the variable.
20832 * simple.el (auto-fill-function):
20833 * subr.el (add-minor-mode): Use it.
20834
20835 2005-03-16 Kenichi Handa <handa@m17n.org>
20836
20837 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20838 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20839 (ethio-fidel-to-sera-buffer): Likewise.
20840
20841 2005-03-16 Juri Linkov <juri@jurta.org>
20842
20843 * emacs-lisp/find-func.el (find-function-regexp):
20844 Add defun-emitting macro `menu-bar-make-toggle'.
20845
20846 * isearch.el: Put `isearch-scroll' property to
20847 `split-window-horizontally'.
20848
20849 * info.el: Update error messages for `debug-ignored-errors'.
20850 (Info-isearch-search): Doc fix.
20851 (Info-find-node): Move up code to go into info buffer before
20852 recording the node to the history.
20853 (Info-fontify-node): Fontify titles only if the next line
20854 has two or more `*', `=', `-', `.'.
20855 Display "go to this node" for empty (match-string 3).
20856
20857 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20858
20859 * term/mac-win.el: Add mouse pointer shape constants.
20860
20861 2005-03-15 Kim F. Storm <storm@cua.dk>
20862
20863 * simple.el (move-beginning-of-line): Use vertical-motion.
20864
20865 2005-03-15 Juri Linkov <juri@jurta.org>
20866
20867 * isearch.el (isearch-error): New variable.
20868 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20869 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20870 (isearch-within-brackets-state): Remove.
20871 (isearch-case-fold-search-state, isearch-pop-fun-state):
20872 Decrease frame index.
20873 (isearch-mode, isearch-top-state, isearch-push-state)
20874 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20875 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20876 (isearch-search, isearch-lazy-highlight-new-loop):
20877 Replace `isearch-invalid-regexp' with `isearch-error'.
20878 Remove `isearch-within-brackets'.
20879 (isearch-search): Add `search-failed' handler to `condition-case'.
20880 (isearch-lazy-highlight-search): Add `condition-case' to catch
20881 errors and allow `isearch-lazy-highlight-update' to try
20882 highlighting from the beginning of the window.
20883 (isearch-repeat): Move up code to set isearch-wrapped to t
20884 before calling isearch-wrap-function.
20885
20886 * info.el (Info-isearch-initial-node): New internal variable.
20887 (Info-search): Signal an error in isearch mode when search leaves
20888 the initial node. Signal an error when `bound' is non-nil and
20889 nothing was found in the current subfile.
20890 (Info-isearch-search): Remove `condition-case'.
20891 (Info-isearch-wrap): Don't wrap when search failed during leaving
20892 the initial node. If `Info-isearch-search' is nil, wrap around
20893 the current node.
20894 (Info-isearch-start): New fun.
20895 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20896 `isearch-mode-hook'.
20897
20898 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20899
20900 * simple.el (normal-erase-is-backspace): Set default to t if
20901 running on Mac.
20902
20903 * term/mac-win.el (function-key-map): Sync with x-win.el.
20904
20905 2005-03-15 Kenichi Handa <handa@m17n.org>
20906
20907 * international/mule-cmds.el (locale-language-names): Modify the
20908 format of elements and add more entries.
20909 (locale-preferred-coding-systems): Add more entries.
20910 (set-locale-environment): Adjust for the change of
20911 locale-language-names.
20912
20913 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20914
20915 * pcvs.el (smerge-ediff): Remove bogus autoload.
20916
20917 2005-03-14 Lute Kamstra <lute@gnu.org>
20918
20919 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20920 Ignore a `*' at the beginning of a line.
20921
20922 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20923 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20924 subr.el.
20925 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20926 to specify indentation.
20927
20928 * generic.el (define-generic-mode): Let generic-mode-list be a
20929 list of strings; test membership with equal.
20930
20931 2005-03-14 Kim F. Storm <storm@cua.dk>
20932
20933 * simple.el (next-line, previous-line): Add optional try-vscroll
20934 arg to recognize interactive use. Pass it on to line-move.
20935 (line-move): Don't perform auto-window-vscroll when defining or
20936 executing keyboard macro to ensure consistent behavior.
20937
20938 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20939
20940 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20941
20942 2005-03-13 Lute Kamstra <lute@gnu.org>
20943
20944 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20945 debugger-setup-buffer so that backtrace marks the frames set to
20946 debug-on-exit and we don't have to do it manually. Set an extra
20947 debug-on-exit for macro's.
20948 (debugger-setup-buffer): Don't mark the top frame manually.
20949
20950 2005-03-12 Lute Kamstra <lute@gnu.org>
20951
20952 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20953 lisp-indent-function throughout.
20954 (with-no-warnings): Set lisp-indent-function property.
20955
20956 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
20957
20958 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20959 Add entry for backslash.
20960
20961 2005-03-12 Juri Linkov <juri@jurta.org>
20962
20963 * info.el (Info-search): Four fixes for backward search.
20964
20965 2005-03-11 Jay Belanger <belanger@truman.edu>
20966
20967 * calc/calc.el (calc-language-alist): New variable.
20968 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20969 (calc-embedded-find-modes): Use calc-language-alist instead of
20970 calc-embedded-language-alist.
20971
20972 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20973
20974 * calendar/calendar.el (calendar-redrawing): New internal
20975 variable.
20976 (redraw-calendar): Remove bogus save-excursion from previous
20977 change. Bind calendar-redrawing to t for mark-diary-entries.
20978 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20979 calendar if that is why we were called.
20980
20981 2005-03-11 Kenichi Handa <handa@m17n.org>
20982
20983 * international/mule.el (make-coding-system): Set property
20984 coding-system-define-form to nil.
20985 (define-coding-system-alias): Likewise.
20986
20987 2005-03-11 Kenichi Handa <handa@m17n.org>
20988
20989 These changes are suggested by Dave Love <fx@gnu.org>.
20990
20991 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20992 coding: tag.
20993 (adaptive-fill-regexp): Add more bullets.
20994 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20995 regexps.
20996
20997 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20998
20999 * help.el (describe-mode): Properly handle non-trivial lighters.
21000 Don't ignore minor modes that are not listed in minor-mode-list.
21001
21002 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
21003 feature ON when the user requests to turn it OFF.
21004
21005 2005-03-10 Lute Kamstra <lute@gnu.org>
21006
21007 * emacs-lisp/debug.el (debug-entry-code): Delete it.
21008 (implement-debug-on-entry): New function to replace debug-entry-code.
21009 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
21010 second argument as the 2005-03-07 change makes it obsolete.
21011 (debug-on-entry, cancel-debug-on-entry): Update call to
21012 debug-on-entry-1.
21013 (debug, debugger-setup-buffer): Comment update.
21014 (debugger-frame-number): Update to work with implement-debug-on-entry.
21015
21016 2005-03-10 Jay Belanger <belanger@truman.edu>
21017
21018 * calc/calc-embed.el (math-ms-args): Declare it.
21019 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
21020 math-ms-args.
21021 (calc-embedded-subst): Use math-multi-subst-rec to substitute
21022 variables.
21023
21024 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
21025
21026 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
21027 Use message-box.
21028
21029 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
21030 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
21031 (tooltip-gud-tips): Simplify.
21032 (tooltip-gud-tips-p): Remove superfluous :set.
21033 (tooltip-gud-modes): Add fortran-mode.
21034 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
21035
21036 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
21037
21038 2005-03-09 Kim F. Storm <storm@cua.dk>
21039
21040 * play/animate.el (animate-place-char): Use forward-line instead
21041 of next-line to improve performance.
21042
21043 2005-03-09 Simon Josefsson <jas@extundo.com>
21044
21045 * net/browse-url.el (browse-url-default-browser): Doc fix.
21046
21047 2005-03-09 Miles Bader <miles@gnu.org>
21048
21049 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
21050 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
21051
21052 2005-03-09 Kenichi Handa <handa@m17n.org>
21053
21054 * international/latin-1.el: Set case and syntax for 255 only if
21055 set-case-syntax-set-multibyte is nil.
21056
21057 * textmodes/ispell.el (ispell-insert-word): New function.
21058 (ispell-word): Use ispell-insert-word to insert a new word.
21059 (ispell-process-line): Likewise.
21060 (ispell-complete-word): Likewise.
21061
21062 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
21063
21064 * calendar/calendar.el (redraw-calendar): Preserve point.
21065 Reported by Matt Hodges <MPHodges@member.fsf.org>.
21066 (calendar-week-start-day): Move after definition of
21067 redraw-calendar. Delete buffer test, since redraw-calendar has
21068 that now.
21069
21070 * calendar/diary-lib.el (mark-diary-entries): Only call
21071 redraw-calendar in the first of any recursive calls.
21072 Reported by Alan Shutko <ats@acm.org>.
21073
21074 2005-03-08 Juri Linkov <juri@jurta.org>
21075
21076 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
21077 (html-horizontal-rule, html-line, html-image, html-checkboxes)
21078 (html-radio-buttons): Add a space before the trailing `/>' where
21079 sgml-xml-mode is non-nil.
21080 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
21081 the subsequent tag of the empty XML tag.
21082 (html-href-anchor): Don't set initial input to "http:".
21083 (html-image): Ask for the image URL and set point inside alt="".
21084 (html-name-anchor): Duplicate the name in the `id' attribute when
21085 sgml-xml-mode is non-nil.
21086 (html-paragraph): Remove \n before <p>.
21087 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
21088 instead of `checked' when sgml-xml-mode is non-nil.
21089
21090 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
21091 Remove 1 space before #RRGGBB to not truncate it on terminal
21092 windows w/o fringes. Remove 1 space between bg and fg examples
21093 to get more space.
21094 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
21095 avoid byte-compile warnings.
21096
21097 * image-file.el (image-file-handler): Put `safe-magic' property to
21098 `image-file-handler'.
21099
21100 * info.el (Info-isearch-search): Emulate word search in
21101 isearching through multiple Info nodes with Info-search.
21102 (Info-isearch-wrap): Allow isearch-word.
21103
21104 2005-03-08 Lute Kamstra <lute@gnu.org>
21105
21106 * emacs-lisp/debug.el (debugger-step-through): Make sure that
21107 stepping into the debugger's code is not possible.
21108 (debugger-jumping-flag): Docstring update.
21109
21110 2005-03-08 Jay Belanger <belanger@truman.edu>
21111
21112 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
21113 embedded mode begins.
21114 (calc-embedded-language-alist): New variable.
21115 (calc-embedded-find-modes): Use calc-embedded-language-alist to
21116 set default language mode.
21117
21118 2005-03-08 Kenichi Handa <handa@m17n.org>
21119
21120 * international/ccl.el (define-ccl-program): Fix docstring about
21121 extra 256 bytes assured for the output buffer.
21122
21123 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21124 Fix BUFFER_MAGNIFICATION to 2.
21125 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21126
21127 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
21128
21129 * align.el (align-rules-list): Added an alignment rule for CSS
21130 declarations (applies to css-mode and html-mode buffers).
21131
21132 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
21133
21134 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
21135
21136 2005-03-07 Kim F. Storm <storm@cua.dk>
21137
21138 * simple.el (move-beginning-of-line): New command.
21139
21140 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
21141
21142 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
21143
21144 * emulation/cua-base.el: Put CUA move property on move-end-of-line
21145 and move-beginning-of-line.
21146
21147 * apropos.el (apropos-print): Omit command from M-x ... RET.
21148
21149 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
21150
21151 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
21152 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
21153
21154 2005-03-06 Richard M. Stallman <rms@gnu.org>
21155
21156 * bindings.el (esc-map): Bind M-g to goto-line.
21157
21158 * facemenu.el (global-map): Bind M-o, not M-g.
21159
21160 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21161
21162 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
21163 "Open Directory" as for "Open File".
21164
21165 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
21166
21167 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
21168 (push-mark-command): Run activate-mark-hook.
21169
21170 2005-03-06 Richard M. Stallman <rms@gnu.org>
21171
21172 * help-mode.el (help-mode-finish): Don't alter the element
21173 in view-return-to-alist if there already is one.
21174
21175 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
21176 make sure the current buffer is the expected one.
21177
21178 * novice.el (disabled-command-function): Output in *Disabled Command*.
21179 Explicitly ignore non-keyboard events, and explicitly handle C-g.
21180
21181 * textmodes/flyspell.el (flyspell-large-region):
21182 Pass args differently for aspell.
21183
21184 * files.el (mode-require-final-newline): Doc fix.
21185
21186 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21187
21188 * progmodes/which-func.el (which-function):
21189 Specify NOERROR when calling imenu--make-index-alist.
21190
21191 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
21192
21193 * simple.el (normal-erase-is-backspace): Define default value.
21194
21195 * custom.el (custom-theme-set-variables): Remove unused var
21196 `immediate'.
21197 (custom-reevaluate-setting): Simple function to handle variables
21198 that are defined before their default value can really be
21199 computed.
21200
21201 * startup.el (command-line): Use it for temporary-file-directory,
21202 small-emporary-file-directory, auto-save-file-name-transforms,
21203 blink-cursor-mode, and normal-erase-is-backspace.
21204
21205 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
21206 progress, even with buggy anchored keywords.
21207
21208 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
21209
21210 * simple.el (goto-line): Remove unbalanced final parenthesis.
21211
21212 2005-03-05 Richard M. Stallman <rms@gnu.org>
21213
21214 * simple.el (goto-line): Use a number at point as the default.
21215 With C-u as arg, switch buffers.
21216
21217 2005-03-05 Juri Linkov <juri@jurta.org>
21218
21219 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
21220 with `no-blinking-cursor'.
21221
21222 * startup.el (no-blinking-cursor): New defvar.
21223 (command-line): Add `--no-blinking-cursor' to longopts.
21224 Set `no-blinking-cursor' to t for command line arguments
21225 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
21226 with `no-blinking-cursor' in the condition for calling
21227 `blink-cursor-mode'.
21228
21229 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
21230
21231 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
21232 (menu-bar-options-save): Add blink-cursor-mode.
21233 (menu-bar-options-menu): Add blink-cursor-mode.
21234
21235 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
21236
21237 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
21238 (icalendar-export-file, icalendar-export-region)
21239 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
21240 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
21241
21242 2005-03-04 Lute Kamstra <lute@gnu.org>
21243
21244 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
21245 (debug-function-list): Ditto.
21246
21247 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
21248
21249 * textmodes/texinfmt.el (texinfo-append-refill):
21250 Redefine the types of line to which @refill
21251 is not appended by replacing a search for `@refill\\|@bye' with
21252 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
21253 itemize@refill' bug and the unfilled long lines bug.
21254 (texinfmt-version): Update number and date.
21255
21256 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21257
21258 * international/code-pages.el (windows-1250, windows-125[2-8])
21259 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
21260
21261 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21262
21263 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
21264 bound yet.
21265
21266 2005-03-02 Romain Francoise <romain@orebokech.com>
21267
21268 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
21269 buffer after removing limits.
21270 (ibuffer-pop-filter): Ditto.
21271 Update copyright.
21272
21273 2005-03-02 Miles Bader <miles@gnu.org>
21274
21275 * button.el (make-text-button): If the user doesn't specify a
21276 type, use the default. Rewrite to use `add-text-properties' and
21277 plist functions.
21278
21279 2005-03-01 Lute Kamstra <lute@gnu.org>
21280
21281 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
21282 (debugger-jumping-flag): New var.
21283 (debug-entry-code): Use it.
21284 (debugger-jump): Use debugger-jumping-flag and add
21285 debugger-reenable to post-command-hook.
21286 (debugger-reenable): Use debugger-jumping-flag and remove itself
21287 from post-command-hook.
21288 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21289 debugger-reenable.
21290
21291 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
21292
21293 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21294 inclusion of "itemize\\|", which may be unnecessary, is certainly
21295 inelegant, and stops refilling in itemize lists when formatting
21296 Japanese Texinfo files to Info.
21297 Update copyright to 2005.
21298
21299 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
21300
21301 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21302 of an error if GDB can't find the source file.
21303
21304 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21305
21306 * calendar/calendar.el (redraw-calendar): Work from any buffer,
21307 not just the calendar.
21308
21309 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21310 first.
21311 (diary-redraw-calendar): New function.
21312 (make-diary-entry): Add diary-redraw-calendar to local
21313 write-contents-functions. Turn off selective display before
21314 inserting in diary.
21315
21316 2005-03-01 Kim F. Storm <storm@cua.dk>
21317
21318 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21319
21320 2005-03-01 Lute Kamstra <lute@gnu.org>
21321
21322 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21323 that debug-entry-code can be safely removed from a function while
21324 this code is being evaluated. Revert the 2005-02-27 change as the
21325 new implementation no longer requires it. Make sure that a
21326 function body containing just a string is not mistaken for a docstring.
21327 (debug): Skip one more frame in case of debug on entry.
21328 (debugger-setup-buffer): Delete one more frame line in case of
21329 debug on entry.
21330 (debugger-frame-number): Update to use the new text introduced by
21331 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21332
21333 2005-02-28 Kim F. Storm <storm@cua.dk>
21334
21335 * double.el (double-translate-key): Call force-window-update after
21336 read-event to avoid crash in redisplay.
21337
21338 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21339
21340 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21341 (debug): Use it. Move the inhibit-trace earlier.
21342 (debug-entry-code): New const.
21343 (debug-on-entry-1): Use it.
21344
21345 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21346
21347 * international/utf-16.el (ccl-encode-mule-utf-16le):
21348 Fix BUFFER_MAGNIFICATION to 2.
21349 (ccl-encode-mule-utf-16be): Likewise.
21350
21351 2005-02-28 Kenichi Handa <handa@m17n.org>
21352
21353 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21354 Fix BUFFER_MAGNIFICATION to 4.
21355 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21356
21357 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21358
21359 * speedbar.el (speedbar-update-flag): Doc fix.
21360 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21361 argument.
21362
21363 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21364
21365 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21366 have a non-nil `invisible' property but are actually visible.
21367
21368 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21369 for perldoc sections.
21370 (perl-outline-regexp, perl-outline-level): New var and function.
21371 (perl-mode): Use them.
21372
21373 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21374
21375 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21376 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21377
21378 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21379
21380 * cus-edit.el: Comment change.
21381 (custom-buffer-create-internal): Slightly reword text at top of
21382 Custom buffers. Mention there that saving an option edits the
21383 init file. Add link to Emacs manual node on `custom-file'.
21384 (custom-magic-alist): Rewrite individual State messages to use
21385 capitalized keywords. Doc fix.
21386
21387 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21388
21389 * calendar/calendar.el (calendar-buffer): Move above
21390 calendar-week-start-day.
21391 (calendar-week-start-day): Doc fix. Add :set function.
21392 (calendar-minimum-window-height): New variable.
21393 (generate-calendar-window): Only resize window if selected-window
21394 is displaying the calendar buffer. Use new variable
21395 calendar-minimum-window-height.
21396 (generate-calendar): Reword error message.
21397 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21398
21399 2005-02-27 Andreas Schwab <schwab@suse.de>
21400
21401 * vc.el (vc-do-command): Don't run command asynchronously when
21402 operating in a remote directory.
21403
21404 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21405 change from sync with Tramp 2.0.47.
21406
21407 2005-02-27 Richard M. Stallman <rms@gnu.org>
21408
21409 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21410
21411 * textmodes/flyspell.el (flyspell-mode-on):
21412 Call ispell-change-dictionary only if necessary.
21413
21414 * emacs-lisp/re-builder.el (regexp-builder): New function.
21415
21416 * register.el (describe-register-1): Explicitly handle
21417 yank-excluded-properties = t.
21418
21419 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21420 (custom-magic-alist): Change the status descriptions again.
21421 (face widget-type): Total rewrite based on `restricted-sexp'
21422 to eliminate the confusing double hiding levels.
21423
21424 * emacs-lisp/debug.el (debug-on-entry-1):
21425 If function body is empty, add nil as body form.
21426
21427 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21428
21429 * emacs-lisp/trace.el (inhibit-trace): New var.
21430 (trace-make-advice): Use it.
21431
21432 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21433
21434 2005-02-26 Kim F. Storm <storm@cua.dk>
21435
21436 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21437 (mouse-on-link-p, mouse-drag-region-1): Use it.
21438
21439 2005-02-25 Lute Kamstra <lute@gnu.org>
21440
21441 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21442
21443 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21444
21445 * frame.el (blink-cursor-mode): Add :group keyword.
21446
21447 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21448
21449 * calendar/icalendar.el (icalendar--decode-isodatetime):
21450 New optional argument DAY-SHIFT.
21451 (icalendar-export-region): Fix coding-system-for-write.
21452 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21453 events by one.
21454
21455 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21456
21457 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21458
21459 2005-02-24 Kim F. Storm <storm@cua.dk>
21460
21461 * international/iso-acc.el (iso-accents-compose): Fix crash
21462 during redisplay. Call force-window-update after read-event
21463 and delete-region to signal that window is not accurate.
21464
21465 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21466
21467 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21468 Remove unused and inexistent var `inhibit-trace'.
21469 (debugger-mode): Use run-mode-hooks.
21470 (debugger-list-functions): Add buttons; setup xref stack.
21471
21472 2005-02-23 Richard M. Stallman <rms@gnu.org>
21473
21474 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21475 appointment says it was explicitly made.
21476 (appt-add): Set the 3rd element.
21477 (appt-make-list): Preserve explicit appointments.
21478
21479 * subr.el (find-tag-default): Catch errors in forward-sexp.
21480
21481 2005-02-23 Juri Linkov <juri@jurta.org>
21482
21483 * info.el (Info-isearch-search): New defcustom.
21484 (Info-isearch-search): Call the default isearch function
21485 when Info-isearch-search is nil.
21486 (Info-isearch-wrap): Use variable Info-isearch-search.
21487
21488 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21489
21490 * cus-edit.el: Comment change.
21491
21492 2005-02-22 Kim F. Storm <storm@cua.dk>
21493
21494 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21495 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21496
21497 2005-02-22 Simon Josefsson <jas@extundo.com>
21498
21499 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21500 New variable.
21501 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21502 Oskarsson" <myrkraverk@users.sourceforget.net>.
21503
21504 2005-02-22 Kim F. Storm <storm@cua.dk>
21505
21506 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21507 check that window of that event is the selected window.
21508 (mouse-drag-region-1): Compare mouse event window to selected
21509 window before setting point.
21510
21511 * tooltip.el (tooltip-show-help-function): Pass event to
21512 mouse-on-link-p so it can check selected window.
21513
21514 2005-02-22 Kenichi Handa <handa@m17n.org>
21515
21516 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21517 (ps-mule-show-warning): New function.
21518 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21519 characters are found.
21520
21521 * ps-print.el (ps-header-footer-string): Return a list of header
21522 and footer strings.
21523
21524 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21525
21526 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21527
21528 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21529
21530 * frame.el (blink-cursor-mode): Use define-minor-mode.
21531
21532 * term/mac-win.el (function-key-map): Use char-names more consistently.
21533 (file-name-coding-system): Only set it for MacOS-9. The other case is
21534 already handled in mule-cmds.el (where it also works when mac-win.el
21535 is not used).
21536
21537 2005-02-21 Kenichi Handa <handa@m17n.org>
21538
21539 * international/mule.el (ctext-pre-write-conversion): Always use
21540 " *code-converting-work*" buffer for work.
21541
21542 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21543
21544 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21545
21546 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21547
21548 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21549
21550 * ses.el (undo-more): Restore defadvice, but only the part that
21551 allows changes outside the restricted area of the buffer.
21552
21553 2005-02-20 Kim F. Storm <storm@cua.dk>
21554
21555 * simple.el (line-move): Add fourth optional arg try-vscroll which
21556 must be set to perform auto-window-vscroll.
21557 When moving backwards and doing auto-window-vscroll, automatically
21558 vscroll to the last part of lines which are taller than the window.
21559 (next-line, previous-line): Set try-vscroll arg on line-move.
21560
21561 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21562
21563 * replace.el (query-replace, query-replace-regexp)
21564 (replace-string, replace-regexp): When operating on region, make
21565 the minibuffer prompt say so.
21566
21567 * isearch.el (isearch-forward): Document isearch-query-replace and
21568 isearch-query-replace-regexp keybindings.
21569
21570 2005-02-19 Jay Belanger <belanger@truman.edu>
21571
21572 * calc/calc-aent.el (math-read-token): Add local variable.
21573
21574 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21575 (calc-edit-top): Move declaration to earlier in file.
21576 (calc-edit-macro-repeats): Add local variables.
21577
21578 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21579 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21580 calcFunc-tanh.
21581 Adjust integration rule for calcFunc-tan.
21582
21583 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21584
21585 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21586 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21587 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21588 (viper-skip-separators): Bug fix.
21589 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21590 particular major mode.
21591 (viper-del-backward-char-in-replace): Don't put deleted char on the
21592 kill ring.
21593
21594 * viper-ex.el (viper-color-display-p): New function.
21595 (viper-has-face-support-p): Use viper-color-display-p.
21596
21597 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21598
21599 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21600
21601 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21602 (viper-file-remote-p): Make equivalent to file-remote-p.
21603
21604 * viper.el (viper-major-mode-modifier-list):
21605 Use viper-gnus-modifier-map.
21606
21607 2005-02-19 David Kastrup <dak@gnu.org>
21608
21609 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21610 quoting.
21611
21612 2005-02-19 Jay Belanger <belanger@truman.edu>
21613
21614 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21615 Remove extra definitions.
21616 (calc-coth): New function.
21617 (calcFunc-cot): Fix `let'.
21618
21619 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21620
21621 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21622 the reasons we use "type pc" in these faces.
21623
21624 * button.el (button): Ditto.
21625
21626 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21627
21628 * replace.el (query-replace-read-from): Set the value of
21629 query-replace-from-history-variable to handle the case of an empty
21630 string entered to accept the suggested default.
21631
21632 * net/tramp.el (tramp-file-name-for-operation):
21633 Use dired-call-process instead of dired-call-process-command.
21634
21635 2005-02-19 Jay Belanger <belanger@truman.edu>
21636
21637 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21638 (math-div-non-trig): New variables.
21639 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21640 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21641 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21642 trig expressions.
21643
21644 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21645
21646 * progmodes/gdb-ui.el (gdb-var-update-handler)
21647 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21648 for watch expressions,
21649 (gdb-var-create-handler): Don't set speedbar-update-flag.
21650 (gdb-post-prompt): Simplify test for speedbar.
21651
21652 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21653
21654 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21655 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21656 we use the syntax table of the correct buffer.
21657 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21658 Felix Gatzemeier.
21659
21660 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21661 (ediff-file-remote-p): Make synonymous with file-remote-p.
21662 In all deffaces ediff-*-face-*, use min-colors.
21663
21664 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21665 ediff-recurse-to-subdirectories.
21666 (ediff-mark-if-equal): Check that the arguments are strings, use
21667 ediff-same-contents (after to Felix Gatzemeier).
21668
21669 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21670 nil.
21671
21672 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21673
21674 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21675
21676 2005-02-18 David Kastrup <dak@gnu.org>
21677
21678 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21679 use `mark-active' when defined.
21680
21681 2005-02-18 Kenichi Handa <handa@m17n.org>
21682
21683 * ps-print.el (ps-font-info-database): New entry
21684 ZapfChancery-MediumItalic with correct font name. Fix font name
21685 of the entry Zapf-Chancery-MediumItalic.
21686
21687 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21688
21689 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21690
21691 2005-02-16 Kim F. Storm <storm@cua.dk>
21692
21693 * ido.el (ido-fallback-command): Pass user input to fallback command.
21694
21695 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21696
21697 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21698 (gdb-find-file-hook): Add server prefix.
21699
21700 2005-02-16 Richard M. Stallman <rms@gnu.org>
21701
21702 * replace.el (perform-replace): Pass new args to replace-highlight.
21703 (replace-highlight): Take region args,
21704 and pass them to isearch-lazy-highlight-new-loop.
21705
21706 * novice.el (disabled-command-hook): Autoload the defalias
21707 and the make-obsolete-variable call.
21708
21709 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21710
21711 * isearch.el (isearch-lazy-highlight-start-limit)
21712 (isearch-lazy-highlight-end-limit): New variables limit
21713 the region for highlighting.
21714 (isearch-lazy-highlight-new-loop): New args BEG and END.
21715 (isearch-lazy-highlight-search): Use the new vars.
21716 (isearch-lazy-highlight-update): Likewise.
21717
21718 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21719
21720 * cus-start.el (all): Use default-boundp.
21721
21722 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21723
21724 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21725
21726 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21727
21728 * autorevert.el (auto-revert-stop-on-user-input)
21729 (auto-revert-verbose): Doc fixes.
21730
21731 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21732
21733 * international/mule-cmds.el (set-locale-environment): Remove call
21734 to set-selection-coding-system on Windows.
21735
21736 2005-02-15 Jay Belanger <belanger@truman.edu>
21737
21738 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21739 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21740 calcFunc-coth.
21741 (math-simplify-sqrt): Add simplifications.
21742
21743 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21744 to list.
21745
21746 * calc/calc-ext.el: Add functions to autoloads.
21747
21748 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21749 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21750 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21751 (math-csc-raw, math-cot-raw): New functions.
21752
21753 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21754
21755 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21756 the variable name in a message.
21757
21758 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21759 calcFunc-csc, calcFunc-cot.
21760
21761 * calc/calcalg2.el: Add derivative and integration rules for
21762 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21763 calcFunc-csch, calcFunc-coth.
21764 (math-do-integral-methods): Add to checks for when to use
21765 substitutions.
21766
21767 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21768
21769 2005-02-15 Lute Kamstra <lute@gnu.org>
21770
21771 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21772 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21773 <monnier@iro.umontreal.ca>
21774 (lisp-outline-level): Improve efficiency. Suggested by David
21775 Kastrup <dak@gnu.org>.
21776
21777 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21778
21779 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21780 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21781 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21782 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21783 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21784
21785 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21786
21787 * cus-start.el (all): Comment change.
21788
21789 2005-02-14 Lute Kamstra <lute@gnu.org>
21790
21791 * cus-start.el (all): Check if symbol is void.
21792
21793 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21794
21795 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21796 optional argument to \cite.
21797
21798 2005-02-14 Richard M. Stallman <rms@gnu.org>
21799
21800 * cus-edit.el (custom-buffer-create-internal): Update help message.
21801 (custom-magic-alist): Update help messages.
21802
21803 * cus-start.el (all): Allow a var to specify a standard value.
21804
21805 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21806
21807 * custom.el (custom-theme-set-variables): Handle variable aliases.
21808
21809 * frame.el (blink-cursor-timer): Doc fix.
21810 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21811 declare obsolete.
21812 (blink-cursor-mode): Define with defcustom and use correct
21813 standard expression in that defcustom.
21814 * startup.el (command-line): Adapt to above changes in frame.el.
21815
21816 2005-02-11 Lute Kamstra <lute@gnu.org>
21817
21818 * apropos.el (apropos-score-doc): Prevent division by zero.
21819
21820 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21821
21822 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21823 (icalendar--get-event-property-attributes)
21824 (icalendar--get-event-properties)
21825 (icalendar--datetime-to-diary-date): New functions.
21826 (icalendar--split-value): Doc fix.
21827 (icalendar--datetime-to-noneuropean-date)
21828 (icalendar--datetime-to-european-date): New optional argument
21829 SEPARATOR. Return result as a string instead of a list.
21830 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21831 (icalendar--convert-string-for-export): Rename arg S to STRING.
21832 (icalendar-export-region): Doc fix. Change name of error buffer.
21833 Save output buffer.
21834 (icalendar-import-file): Add blank at end of prompt.
21835 (icalendar-import-buffer): Doc fix. Do not switch to error
21836 buffer. Indicate status in return value.
21837 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21838 buffer. Save output buffer. Handle exception from recurrence
21839 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21840 events. Fix problems with weekly all-day events.
21841
21842 2005-02-10 Richard M. Stallman <rms@gnu.org>
21843
21844 * simple.el (eval-expression-print-format):
21845 Avoid warning about edebug-active.
21846
21847 * help.el (help-for-help-internal): Rename from help-for-help.
21848 (help-for-help): Define with defalias.
21849
21850 * font-core.el (font-lock-default-function): Use with-no-warnings.
21851
21852 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21853
21854 * custom.el (defface): Doc fix.
21855
21856 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21857
21858 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21859 width 0" to prevent word wrapping problems.
21860
21861 2005-02-09 Kim F. Storm <storm@cua.dk>
21862
21863 * ido.el (ido-file-extensions-order): New defcustom.
21864 (ido-file-extension-lessp, ido-file-extension-aux)
21865 (ido-file-extension-order): New advanced file ordering.
21866 (ido-file-lessp): New simple file ordering.
21867 (ido-sort-list): Remove.
21868 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21869 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21870
21871 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21872
21873 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21874 that some versions of grep produce.
21875 (grep-mode-font-lock-keywords): Likewise.
21876
21877 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21878
21879 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21880 (gdb-cdir): Delete.
21881 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21882 (gdb-source-info): Treat case when source file is in another
21883 directory properly.
21884 (gdb-get-location): New function.
21885
21886 2005-02-07 Jay Belanger <belanger@truman.edu>
21887
21888 * calc/calc-prog.el (calc-write-parse-table-part)
21889 (calc-fix-token-name): Fix a check for language type.
21890
21891 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21892
21893 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21894
21895 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21896 as directory not writable.
21897
21898 2005-02-07 Kim F. Storm <storm@cua.dk>
21899
21900 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21901 (cua--standard-movement-commands): Remove list.
21902 Instead, set CUA property value to move for movement commands.
21903 (cua-movement-commands): Remove. Users must set CUA prop instead.
21904 (cua--pre-command-handler): Check CUA property.
21905 (cua--init-keymaps): Don't remap undo commands.
21906 (cua-mode): Don't call cua--rectangle-on-off.
21907
21908 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21909 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21910 (cua--rect-undo-set-point): New var.
21911 (cua--rectangle-undo-boundary): Setup undo apply entry.
21912 (cua--rect-undo-handler): New function for rectangle undo.
21913 (cua--rect-start-position, cua--rect-end-position): Add.
21914 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21915 for restored rectangle. Set point if cua--rect-undo-set-point.
21916
21917 2005-02-06 Jay Belanger <belanger@truman.edu>
21918
21919 * calc/calc-lang.el (calc-tex-language): Display more information
21920 in messages.
21921
21922 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21923 in TeX mode.
21924
21925 2005-02-06 Richard M. Stallman <rms@gnu.org>
21926
21927 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21928
21929 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21930
21931 * net/ldap.el (ldap-search-internal): Support attributes with
21932 optional descriptions separated by a semi-colon, as in
21933 "userCertificate;binary".
21934
21935 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21936
21937 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21938 isn't a cons (i.e. the version is 0).
21939
21940 2005-02-05 Eli Zaretskii <eliz@gnu.org>
21941
21942 * help.el (help-for-help): Doc fix.
21943
21944 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
21945
21946 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
21947 GDB-Windows on the menu-bar as this works better.
21948
21949 2005-02-04 Jay Belanger <belanger@truman.edu>
21950
21951 * calc/calc-embed.el (calc-embedded-update): Don't put in
21952 unnecessary newlines. Adjust the end of formula marker.
21953
21954 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21955 (math-latex-parse-two-args): New function.
21956
21957 2005-02-03 Lute Kamstra <lute@gnu.org>
21958
21959 * help-fns.el (help-with-tutorial): Make sure that users cannot
21960 remove the entire text of the tutorial by means of `undo'.
21961
21962 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
21963
21964 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21965 in recent changes, where the ispell process was repeatedly
21966 killed & restarted.
21967
21968 * international/mule-cmds.el (set-locale-environment): Set file-name
21969 coding system to utf-8 on Darwin systems.
21970 (set-default-coding-systems): Don't set default-file-name-coding-system
21971 on Darwin systems.
21972
21973 2005-02-03 Richard M. Stallman <rms@gnu.org>
21974
21975 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21976
21977 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
21978
21979 * faces.el (list-faces-display): Add optional argument.
21980
21981 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21982
21983 * font-core.el (font-lock-default-function): Handle the rare case where
21984 only font-lock-keywords is set.
21985
21986 2005-02-02 Kenichi Handa <handa@m17n.org>
21987
21988 * international/characters.el: Cancel previous change for
21989 I-WITH-DOT-ABOVE and DOTLESS-i.
21990
21991 * international/latin-5.el: Cancel previous change.
21992
21993 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21994
21995 * progmodes/gud.el: Correction to syntax in gud-menu-map.
21996
21997 2005-02-02 Kenichi Handa <handa@m17n.org>
21998
21999 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
22000 DOTLESS-i.
22001
22002 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
22003 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
22004
22005 * case-table.el (get-upcase-table): New function.
22006 (copy-case-table): Copy upcaes table too if non-nil.
22007 (set-case-syntax-delims): Maintain upcase table too.
22008 (set-case-syntax-pair): Likewise.
22009 (set-upcase-syntax, set-downcase-syntax): New functions.
22010 (set-case-syntax): Maintain upcase table too.
22011
22012 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
22013
22014 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
22015
22016 * progmodes/gud.el (gud-goto-info): New function.
22017 (gud-tool-bar-map): Use correct icon.
22018
22019 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
22020
22021 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
22022 When delegating, order args in the funcall correctly.
22023
22024 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
22025
22026 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
22027
22028 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
22029
22030 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
22031 buffer not visiting a file.
22032
22033 2005-01-31 Jay Belanger <belanger@truman.edu>
22034
22035 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
22036 bound on the line with the formula.
22037
22038 2005-01-31 Kim F. Storm <storm@cua.dk>
22039
22040 * ses.el (ses-create-cell-variable-range)
22041 (ses-destroy-cell-variable-range, ses-reset-header-string)
22042 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
22043 (ses-insert-row): Fix format of apply undo entries.
22044
22045 2005-01-31 Jay Belanger <belanger@truman.edu>
22046
22047 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
22048 parts.
22049
22050 * calc/calc-embed.el (calc-embedded-open-formula)
22051 (calc-embedded-close-formula): Ignore matrix environments.
22052
22053 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
22054 TeX mode.
22055
22056 * calc/calc-lang.el (math-function-table, math-oper-table)
22057 (math-variable-table): Adjust the LaTeX portions.
22058
22059 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
22060 (math-latex-ignore-words): New constant.
22061
22062 2005-01-31 Richard M. Stallman <rms@gnu.org>
22063
22064 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
22065 (ispell-local-dictionary): Doc fix.
22066 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
22067 Don't reinitialize at run time. Don't defcustom.
22068 All uses changed to append ispell-local-dictionary-alist,
22069 or check it first.
22070 (ispell-current-dictionary): New variable for dictionary in use.
22071 (ispell-dictionary): Now used only for global default.
22072 (ispell-start-process): Set ispell-current-dictionary,
22073 not ispell-dictionary.
22074 (ispell-change-dictionary): Use this only for setting
22075 user preferences.
22076 (ispell-internal-change-dictionary): New function
22077 to change the current dictionary in use.
22078 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
22079 Use ispell-current-dictionary.
22080 Handle ispell-local-dictionary-overridden.
22081 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
22082
22083 2005-01-31 Jay Belanger <belanger@truman.edu>
22084
22085 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
22086
22087 * calc/calc-ext.el: Add calc-latex-language to autoloads.
22088 (calc-mode-map): Add calc-latex-language.
22089
22090 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
22091 (math-latex-print-frac): New functions.
22092 (math-oper-table, math-function-table, math-variable-table)
22093 (math-complex-format, math-input-filter): Add latex properties.
22094 (calc-set-language): Set math-expr-special-function-mapping.
22095
22096 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
22097 (calc-write-parse-table-part): Add LaTeX support.
22098
22099 * calc/calc.el (calc-language): Adjust docstring.
22100 (calc-set-mode-line): Add LaTeX support.
22101 (math-expr-special-function-mapping): New variable.
22102 (math-tex-ignore-words): Add to list.
22103
22104 * calc/calccomp.el (math-compose-expr, math-compose-rows):
22105 Add LaTeX support.
22106 (math-compose-expr): Add support for special functions.
22107
22108 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
22109
22110 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
22111
22112 * progmodes/gdb-ui.el (gdb-memory-address)
22113 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
22114 (gdb-memory-mode-map, gdb-memory-format-keymap)
22115 (gdb-memory-format-menu, gdb-memory-unit-keymap)
22116 (gdb-memory-unit-menu): New variables for a buffer
22117 that lets the user examine program memory.
22118 (gdb-memory-set-address, gdb-memory-set-repeat-count)
22119 (gdb-memory-format-binary, gdb-memory-format-octal)
22120 (gdb-memory-format-unsigned, gdb-memory-format-signed)
22121 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
22122 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
22123 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22124 (gdb-memory-unit-byte, gdb-memory-unit-menu)
22125 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
22126 (gdb-memory-mode, gdb-memory-buffer-name)
22127 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
22128 New functions for above buffer.
22129
22130 2005-01-30 Richard M. Stallman <rms@gnu.org>
22131
22132 * cus-edit.el (custom-bury-buffer): Function deleted.
22133 (custom-buffer-done-function): Option deleted.
22134 (custom-buffer-done-kill): New replacement option.
22135 (Custom-buffer-done): Call quit-window.
22136 (custom-buffer-create-internal): Update for above changes.
22137
22138 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
22139
22140 * simple.el (undo-ask-before-discard): New var.
22141 (undo-outer-limit-truncate): Implement it.
22142 (undo-extra-outer-limit): Doc update.
22143
22144 2005-01-29 Richard M. Stallman <rms@gnu.org>
22145
22146 * ses.el (undo-more): Delete defadvice.
22147 (ses-begin-change): Doc fix.
22148
22149 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
22150 instead of rebinding C-x u and C-_.
22151
22152 * files.el (normal-backup-enable-predicate): Return nil for files
22153 in /tmp, regardless of temporary-file-directory.
22154
22155 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
22156
22157 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
22158 (open-rectangle, delete-whitespace-rectangle-line)
22159 (clear-rectangle-line): If FILL, pass t instead of FILL
22160 for move-to-column's 2nd arg.
22161
22162 * simple.el (undo): Fix the test for continuing a series of undos.
22163 (undo-more): Set pending-undo-list to t when we reach end.
22164 (pending-undo-list): Move up defvar.
22165
22166 * wid-edit.el (widget-button-click):
22167 Shorten the range of the track-mouse binding.
22168
22169 * comint.el (comint-insert-input): Undo previous changes;
22170 use last-input-event in interactive spec.
22171
22172 2005-01-29 Eli Zaretskii <eliz@gnu.org>
22173
22174 * progmodes/compile.el (compilation-start): Bind buffer-read-only
22175 to nil before invoking call-process. Reset buffer's modified flag
22176 after fontifying it in the no-async branch.
22177
22178 * wid-edit.el (widget-specify-button): If mouse pointer shape
22179 cannot be changed, use mouse face instead.
22180
22181 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
22182
22183 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22184 (gdb-goto-breakpoint): Make breakpoint handling work on template
22185 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
22186 (gdb-assembler-custom): Update to recognize breakpoint information
22187 added on 2005-01-19.
22188
22189 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
22190
22191 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
22192 (dsssl-mode): Use define-derived-mode.
22193 (scheme-mode-initialize): Remove.
22194 (scheme-mode): Use run-mode-hooks.
22195
22196 * cus-edit.el (customize-group-other-window)
22197 (custom-buffer-create-other-window): Don't override special-display-*.
22198 (custom-mode-map): Make it dense.
22199
22200 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
22201 sets the default value.
22202
22203 2005-01-28 Eli Zaretskii <eliz@gnu.org>
22204
22205 * descr-text.el: Add more keywords.
22206
22207 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
22208
22209 * speedbar.el: Avoid unnecessary use of locate-library.
22210
22211 * international/mule-cmds.el (standard-display-european-internal):
22212 Don't fiddle with latin-1 non-break space any more since it's now
22213 special cased in the C code.
22214 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
22215
22216 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
22217
22218 * cus-start.el (all): Add `undo-outer-limit'.
22219
22220 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22221
22222 * textmodes/bibtex.el (bibtex-format-entry):
22223 Use `bibtex-empty-field-re' only on the text of fields, not on entire
22224 field lines.
22225 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
22226 not on part of a buffer.
22227
22228 2005-01-25 Lute Kamstra <lute@gnu.org>
22229
22230 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
22231 nonempty field text strings like "{letters\\macro{}more letters}".
22232 Clarify docstring.
22233 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
22234 (bibtex-entry-offset, bibtex-parse-association)
22235 (bibtex-parse-field-name): Fix typos in docstrings.
22236 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
22237
22238 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
22239
22240 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
22241 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
22242 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
22243 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
22244
22245 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
22246 isearch minor mode.
22247
22248 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
22249
22250 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
22251
22252 2005-01-24 Lute Kamstra <lute@gnu.org>
22253
22254 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
22255 CASECHARS and NOT-CASECHARS regular expressions of the
22256 "nederlands" and "nederlands8" dictionaries to prevent a "Range
22257 striding over charsets" error.
22258
22259 2005-01-24 Jay Belanger <belanger@truman.edu>
22260
22261 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
22262 display variable name.
22263
22264 2005-01-24 Kenichi Handa <handa@m17n.org>
22265
22266 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
22267 Fix setting of the element of encoded-kbd-iso2022-invocations.
22268
22269 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
22270
22271 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22272 (gdb-threads-select): Change to also accept mouse events.
22273 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
22274 (gdb-threads-mouse-select): Delete.
22275
22276 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
22277
22278 * files.el (insert-directory): Take care of empty directory,
22279 listed without -a switch.
22280
22281 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
22282
22283 * textmodes/refill.el (refill-post-command-function):
22284 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
22285 to the list of functions that we should be careful not to undo.
22286 (refill-late-fill-paragraph-function): Remove.
22287 (refill-saved-state): New var.
22288 (refill-mode): Use it to save fill-paragraph-function.
22289 Save also the value of auto-fill-function.
22290
22291 * term/w32-win.el: Simplify code.
22292
22293 2005-01-23 Kim F. Storm <storm@cua.dk>
22294
22295 * simple.el (line-move): Adapt to new return value from
22296 pos-visible-in-window-p.
22297
22298 * simple.el (line-move): Fix last change. Check partial
22299 visibility at point rather than at window-start.
22300
22301 2005-01-22 Jason Rumney <jasonr@gnu.org>
22302
22303 * term/w32-win.el (xw-defined-colors): Remove debug-message.
22304
22305 2005-01-22 David Kastrup <dak@gnu.org>
22306
22307 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22308
22309 2005-01-22 Eli Zaretskii <eliz@gnu.org>
22310
22311 * type-break.el (type-break-mode): Add a test for
22312 type-break-file-name being non-nil.
22313
22314 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
22315
22316 * net/eudc.el (top level): Call (message "") via progn, so that
22317 eudc-options-file is loaded.
22318
22319 2005-01-22 Kim F. Storm <storm@cua.dk>
22320
22321 * simple.el (line-move-1): Rename from line-move.
22322 (line-move): New function that adjusts vscroll for partially
22323 visible rows, and calls line-move-1 otherwise.
22324
22325 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22326
22327 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22328 since it's not a complete read-event implementation
22329
22330 2005-01-20 Jay Belanger <belanger@truman.edu>
22331
22332 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22333 for called function.
22334
22335 2005-01-20 Steven Tamm <steventamm@mac.com>
22336
22337 * term/mac-win.el (process-connection-type): Remove.
22338 Controlled now by s/darwin.h:PTY_ITERATION.
22339
22340 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22341
22342 * window.el (handle-select-window): Don't switch window when we're
22343 in the minibuffer.
22344
22345 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22346
22347 * subr.el (dotimes-with-progress-reporter): New macro.
22348
22349 * ses.el (ses-dotimes-msg): Remove macro.
22350 Use `dotimes-with-progress-reporter' instead.
22351
22352 2005-01-19 Steven Tamm <steventamm@mac.com>
22353
22354 * term/mac-win.el (process-connection-type): Use new
22355 operating-system-release variable to use ptys on Darwin 7 (OS X
22356 10.3) when using carbon build.
22357
22358 2005-01-19 Jay Belanger <belanger@truman.edu>
22359
22360 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22361 flags if the last command was a tab or M-tab.
22362
22363 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22364 in formula editing buffer.
22365
22366 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22367
22368 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22369 breakpoint image symbol in margin.
22370
22371 2005-01-19 Jay Belanger <belanger@truman.edu>
22372
22373 * calc/calc-prog.el (calc-execute-kbd-macro):
22374 Ignore calc-keep-arg-flag.
22375
22376 2005-01-19 Kenichi Handa <handa@m17n.org>
22377
22378 * textmodes/ispell.el (ispell-looking-at): New function.
22379 (ispell-process-line): Use ispell-looking-at to compare the ispell
22380 output and the buffer contents.
22381
22382 2005-01-18 Jay Belanger <belanger@truman.edu>
22383
22384 * calc/calc.el (calc-display-raw): Fix docstring.
22385
22386 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22387
22388 * simple.el (blink-matching-open): Strip extra info from syntax.
22389
22390 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22391 funny chars in the end-of-here-doc marker.
22392
22393 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22394
22395 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22396 that enable/disabled state of breakpoints is shown correctly in
22397 fringe and on ttys.
22398 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22399 Add breakpoint information as text properties.
22400 (gdb-mouse-toggle-breakpoint):
22401 Rename to gdb-mouse-set-clear-breakpoint.
22402 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22403 breakpoints in the margin.
22404 (gdb-remove-strings): Simplify.
22405
22406 2005-01-17 Jay Belanger <belanger@truman.edu>
22407
22408 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22409 erasing buffer.
22410
22411 2005-01-17 Richard M. Stallman <rms@gnu.org>
22412
22413 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22414 for calling grep-compute-defaults.
22415
22416 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22417 if buffer is empty.
22418
22419 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22420
22421 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22422
22423 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22424
22425 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22426 non-preloaded variables.
22427
22428 2005-01-17 Steven Tamm <steventamm@mac.com>
22429
22430 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22431 tex-shell cause to force interactivity when using pipes.
22432
22433 2005-01-17 Kim F. Storm <storm@cua.dk>
22434
22435 * simple.el (just-one-space): Make arg optional.
22436
22437 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22438
22439 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22440 posn-at-x-y to t to access left-margin.
22441
22442 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22443
22444 Sync with Tramp 2.0.47.
22445
22446 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22447 catching keep-date problems in cp/scp operations.
22448 (tramp-handle-copy-file): Don't call `set-file-modes'
22449 unconditionally. Specialized functions should know better what is
22450 necessary. This improves performance a little bit, and the
22451 functions could catch errors with `cp -p' and `scp -p'.
22452 (tramp-do-copy-or-rename-file-via-buffer)
22453 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22454 when appropriate.
22455 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22456 Call `set-file-modes' when appropriate.
22457 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22458 Johnsson <isak@hypergene.com>
22459 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22460 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22461 <joakim@verona.se>
22462 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22463 Emacs only.
22464
22465 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22466 `find-file-hooks' and `dired-mode-hook'.
22467 (tramp-minor-mode-map): Respective map. Add remapping for
22468 `compile' and `recompile'.
22469 (tramp-remap-command, tramp-recompile): New defuns.
22470 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22471 in buffer "*Compilation*". Call the commands asynchronously.
22472
22473 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22474 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22475 `shell-command', because it isn't magic in XEmacs. Reported by
22476 Adrian Aichner <adrian@xemacs.org>.
22477
22478 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22479 `substitute-in-file-name.
22480 (tramp-smb-handle-substitute-in-file-name): New defun.
22481 (tramp-smb-advice-PC-do-completion): Delete advice.
22482
22483 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22484
22485 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22486 Fix error in deleting region.
22487
22488 2005-01-15 Richard M. Stallman <rms@gnu.org>
22489
22490 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22491 In non-temp buffer, switch syntax table temporarily.
22492
22493 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22494
22495 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22496
22497 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22498
22499 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22500 (imenu--generic-function): Use START, not BEG, as pos of definition.
22501
22502 * simple.el (just-one-space): Argument specifies number of spaces.
22503
22504 * simple.el (eval-expression-print-format): Avoid warning
22505 about edebug-active.
22506
22507 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22508
22509 * progmodes/sh-script.el: Code copied from make-mode.el
22510 with small changes,
22511 (sh-mode-map): Bind C-c C-\.
22512 (sh-backslash-column, sh-backslash-align): New variables.
22513 (sh-backslash-region, sh-append-backslash): New functions.
22514
22515 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22516
22517 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22518 (rmail-pop-password, rmail-pop-password-required): Move to
22519 rmail-obsolete group.
22520 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22521 All callers updated.
22522 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22523 Take an argument specifying whether it is POP or IMAP mailbox we
22524 are using. All callers updated.
22525 (rmail-pop-password-error): Rename to
22526 rmail-remote-password-error. Added mailutils-specific error message.
22527 (rmail-movemail-search-path)
22528 (rmail-movemail-variant-in-use): New variables.
22529 (rmail-remote-password, rmail-remote-password-required):
22530 New customization variables.
22531 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22532 (rmail-parse-url): New function.
22533 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22534 with GNU mailutils movemail.
22535
22536 2005-01-15 Kevin Ryde <user42@zip.com.au>
22537
22538 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22539 suffix to space, $ or '$, to correctly position point when going
22540 to @table style constants like DBL_MAX.
22541
22542 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22543
22544 * type-break.el (type-break-mode, type-break-file-time)
22545 (type-break-file-keystroke-count, type-break-choose-file):
22546 Don't store data in or load data from the file if type-break-file-name
22547 is nil.
22548 (type-break-file-name): Doc update as per the above.
22549
22550 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22551
22552 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22553 lookup-key might return nil; handle that.
22554
22555 2005-01-15 Alan Mackenzie <acm@muc.de>
22556
22557 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22558 rather than the element found, thus enabling the tree to be setcar'd.
22559
22560 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22561
22562 * textmodes/org.el (org-show-following-heading): New option.
22563 (org-show-hierarchy-above): Use `org-show-following-heading'.
22564 (org-cycle): Documentation fix.
22565
22566 * textmodes/org.el (orgtbl-optimized): New option
22567 (orgtbl-mode): New command, a minor mode.
22568 (orgtbl-mode-map): New variable.
22569 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22570 (orgtbl-error, orgtbl-self-insert-command)
22571 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22572
22573 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22574 a local variable in each org-mode buffer.
22575
22576 * textmodes/org.el (org-set-regexps-and-options): Rename from
22577 `org-set-regexps'. Added checking for STARTUP keyword.
22578 (org-get-current-options): Add STARTUP options.
22579 (org-table-insert-row): Make mode intelligent about when
22580 realignment is needed.
22581 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22582 New commands.
22583 (org-enable-table-editor): New default value `optimized'.
22584 (org-table-blank-field): Support blanking regions if active.
22585
22586 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22587
22588 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22589 if the year is not given.
22590
22591 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22592 Add new escapes %m and %M, fixed bug with %F by adding
22593 save-match-data.
22594 (reftex-reference): Remove ?. from list of spaces.
22595 (reftex-label-info): Add automatic label prefix recognition.
22596
22597 * textmodes/reftex-index.el (reftex-index-next-phrase):
22598 Add slave parameter to call of `reftex-index-this-phrase'.
22599 (reftex-index-this-phrase): New optional argument.
22600 (reftex-index-region-phrases): Add slave parameter to call of
22601 `reftex-index-this-phrase'.
22602 (reftex-display-index): New argument redo.
22603 (reftex-index-rescan): Add `redo' to arguments of
22604 `reftex-display-index'.
22605 (reftex-index-Rescan, reftex-index-revert)
22606 (reftex-index-switch-index-tag): Add `redo' to arguments of
22607 `reftex-display-index'.
22608 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22609 indexing. Fix bug with matching is there is a quote before or
22610 after the word.
22611
22612 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22613 Fix bug when collecting citation keys in lines with comments.
22614 (reftex-citation): Prefix argument no longer rescans the document,
22615 but forces prompting for optional arguments of cite macros.
22616 (reftex-do-citation): Prompting for optional arguments implemented.
22617
22618 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22619 Add optional arguments to most cite commands.
22620 (reftex-cite-cleanup-optional-args): New option
22621 (reftex-cite-prompt-optional-args): New option.
22622 (reftex-trust-label-prefix): New option.
22623
22624 * textmodes/reftex-toc.el (reftex-toc-find-section):
22625 Add push-mark before changing the position in the buffer.
22626
22627 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22628 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22629
22630 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22631
22632 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22633 more carefully.
22634
22635 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22636
22637 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22638 (sgml-mode): Use it.
22639 (sgml-get-context): Better keep track of implicitly closed tags.
22640
22641 2005-01-13 Kenichi Handa <handa@m17n.org>
22642
22643 * textmodes/ispell.el: These changes are to fix misalignment error
22644 caused by equivalent characters of different Emacs charsets.
22645 (ispell-unified-chars-table): New variable.
22646 (ispell-get-decoded-string): New function.
22647 (ispell-get-casechars, ispell-get-not-casechars)
22648 (ispell-get-otherchars): Call ispell-get-decoded-string.
22649
22650 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22651
22652 * custom.el (custom-declare-variable): Just put symbol instead
22653 of (defvar . symbol) in `current-load-list'.
22654
22655 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22656
22657 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22658
22659 2005-01-12 Jay Belanger <belanger@truman.edu>
22660
22661 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22662 to create a Calc summary.
22663
22664 2005-01-12 Kim F. Storm <storm@cua.dk>
22665
22666 * mouse.el (mouse-on-link-p): Change functionality and doc
22667 string to comply with latest description in lisp ref.
22668
22669 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22670
22671 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22672 Enable mouse clicks on mode-line, header-line and margin.
22673 (event-type): Give mouse event symbols an `event-kind' property
22674 with value `mouse-click'.
22675
22676 2005-01-12 Juri Linkov <juri@jurta.org>
22677
22678 * facemenu.el (list-colors-display): Add new arg buffer-name.
22679 Use it. Fix docstring. Replace code for identifying duplicate
22680 colors by the name with call to `list-colors-duplicates' which
22681 identifies duplicate colors by the value unless the color
22682 is one of special Windows colors. Set truncate-lines to t.
22683 Print sorted duplicate color names on each line. Indent to 22
22684 \(the longest color name in rgb.txt) instead of 20. Optimize.
22685 (list-colors-duplicates): New function.
22686 (facemenu-color-name-equal): Delete function.
22687
22688 * facemenu.el (list-colors-print): New function created from code
22689 in list-colors-display. Print #RRGGBB at the window right edge.
22690 (list-colors-display): When temp-buffer-show-function is not
22691 defined, call list-colors-print from temp-buffer-show-hook
22692 to get the right value of window-width in list-colors-print
22693 after the buffer is displayed.
22694
22695 * simple.el (pop-mark): Move deactivate-mark out of conditional
22696 part to deactivate the active mark regardless of the state of the
22697 mark ring.
22698
22699 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22700 variables line in desktop files.
22701
22702 2005-01-12 Juri Linkov <juri@jurta.org>
22703
22704 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22705 Bring together isearch highlight related options.
22706 (lazy-highlight): Replace group `replace' by `matching'.
22707 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22708 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22709 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22710 and declare them obsolete.
22711 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22712 (isearch-faces): Remove defgroup.
22713 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22714 Move isearch highlighting code closer to lazy highlighting code.
22715
22716 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22717 (query-replace-highlight, query-replace-lazy-highlight)
22718 (query-replace): Move definitions to the beginning of the file.
22719
22720 2005-01-11 Juri Linkov <juri@jurta.org>
22721
22722 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22723 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22724 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22725
22726 * info.el (Info-history-forward): New variable.
22727 (Info-select-node): Reset Info-history-forward to nil.
22728 (Info-last): Turn into defalias.
22729 (Info-history-back): Rename from Info-last.
22730 Add current node to Info-history-forward.
22731 (Info-history-forward): New fun.
22732 (Info-mode-map): Replace Info-last by Info-history-back.
22733 Bind Info-history-forward to "r".
22734 (Info-mode-menu): Replace Info-last by Info-history-back.
22735 Fix menu item text. Add menu item for Info-history-forward.
22736 (info-tool-bar-map): Replace Info-last by Info-history-back.
22737 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22738 for Info-history-forward.
22739 (Info-mode): Replace Info-last by Info-history-back in docstring.
22740 Add local variable Info-history-forward.
22741 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22742
22743 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22744
22745 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22746 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22747 Ignore select-window events rather than fiddle with
22748 mouse-autoselect-window.
22749
22750 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22751
22752 * type-break.el (type-break-mode): Fix previous change.
22753
22754 2005-01-10 Jay Belanger <belanger@truman.edu>
22755
22756 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22757 calculator; only reset when point is inside a calculator.
22758 Don't adjust the window height if the window takes up the whole height
22759 of the frame.
22760
22761 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22762
22763 * ebuff-menu.el (Electric-buffer-menu-mode):
22764 Preserve value of buffer-local var header-line-format.
22765
22766 2005-01-09 Jay Belanger <belanger@truman.edu>
22767
22768 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22769 Make sure settings file exists before accessing it.
22770
22771 * calc/calc-embed.el (calc-embedded-subst):
22772 Replace math-multi-subst-rec, which is only supposed to be called
22773 by math-multi-subst, by math-multi-subst.
22774
22775 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22776
22777 * vc.el (vc-allow-async-revert): New user option.
22778 (vc-disable-async-diff): New internal variable.
22779 (vc-revert-buffer): Use them to disable asynchronous diff.
22780
22781 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22782 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22783 asynchronously if vc-disable-async-diff is t.
22784
22785 2005-01-09 Jay Belanger <belanger@truman.edu>
22786
22787 * calc/calc.el (defcalcmodevar): New macro.
22788 (calc-mode-var-list-restore-default-values)
22789 (calc-mode-var-list-restore-saved-values): New functions.
22790 (calc-mode-var-list): Use defcalcmodevar to define it.
22791 (calc-always-load-extensions, calc-line-numbering)
22792 (calc-line-breaking, calc-display-just, calc-display-origin)
22793 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22794 (calc-group-char, calc-point-char, calc-frac-format)
22795 (calc-prefer-frac, calc-hms-format, calc-date-format)
22796 (calc-float-format, calc-full-float-format, calc-complex-format)
22797 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22798 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22799 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22800 (calc-matrix-brackets, calc-language, calc-language-option)
22801 (calc-left-label, calc-right-label, calc-word-size)
22802 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22803 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22804 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22805 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22806 (calc-window-height, calc-display-trail, calc-show-selections)
22807 (calc-use-selections, calc-assoc-selections)
22808 (calc-display-working-message, calc-auto-why, calc-timing)
22809 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22810 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22811 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22812 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22813 (calc-gnuplot-geometry, calc-graph-default-resolution)
22814 (calc-graph-default-resolution-3d, calc-invocation-macro)
22815 (calc-show-banner): Use defcalcmodevar to declare them and set
22816 their default values.
22817
22818 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22819 instead of default values (but restore default values if there is
22820 an argument of 0).
22821
22822 2005-01-09 David Kastrup <dak@gnu.org>
22823
22824 * desktop.el (desktop-restore-eager): Fix typo in type.
22825
22826 2005-01-08 Richard M. Stallman <rms@gnu.org>
22827
22828 * cus-edit.el (customize): Delete :link.
22829
22830 2005-01-08 Jay Belanger <belanger@truman.edu>
22831
22832 * calc/calc.el (calc-mode): Remove the extension from the
22833 `calc-settings-file' file name when loading it.
22834
22835 2005-01-08 Kim F. Storm <storm@cua.dk>
22836
22837 * info.el (Info-mode-map, Info-next-link-keymap)
22838 (Info-prev-link-keymap, Info-up-link-keymap):
22839 Map follow-link to mouse-face.
22840 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22841
22842 2005-01-08 Jay Belanger <belanger@truman.edu>
22843
22844 * calc/calc.el (calc-settings-file): Change default value.
22845 Suggested by cgw in a comment in calc-mode.el.
22846
22847 * calc/calc-mode.el (calc-settings-file-name):
22848 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22849 Replace ~/.emacs in a prompt by calc-settings-file.
22850
22851 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22852
22853 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22854 (desktop-lazy-idle-delay): New customizable variables.
22855 (desktop-buffer-args-list): New variable.
22856 (desktop-append-buffer-args): New function.
22857 (desktop-save): Call desktop-append-buffer-args for some buffers.
22858 (desktop-lazy-create-buffer): New function.
22859 (desktop-idle-create-buffers): New function.
22860 (desktop-read): Add message about buffers to restore lazily.
22861 (desktop-lazy-abort): New command.
22862 (desktop-clear): Call desktop-lazy-abort.
22863 (desktop-lazy-complete): New command.
22864
22865 2005-01-06 Richard M. Stallman <rms@gnu.org>
22866
22867 * emacs-lisp/find-func.el (find-face-definition):
22868 Rename from find-face.
22869
22870 2005-01-06 Kim F. Storm <storm@cua.dk>
22871
22872 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22873
22874 * man.el (Man-xref-man-page, Man-xref-header-file)
22875 (Man-xref-normal-file): Add follow-link property.
22876
22877 2005-01-06 Jay Belanger <belanger@truman.edu>
22878
22879 * calc/calc-units.el: Make sure the proper macro definitions are
22880 available when compiling.
22881
22882 2005-01-06 Juri Linkov <juri@jurta.org>
22883
22884 * isearch.el (isearch-lazy-highlight-update):
22885 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22886
22887 2005-01-06 Miles Bader <miles@gnu.org>
22888
22889 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22890 (isearch-lazy-highlight-face): Use new name.
22891
22892 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22893
22894 * uniquify.el (uniquify-rationalize-file-buffer-names):
22895 Re-add an interactive spec.
22896 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22897 to the same name.
22898
22899 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22900 (isearch-update, isearch-done): Adjust calls accordingly.
22901
22902 2005-01-05 Richard M. Stallman <rms@gnu.org>
22903
22904 * custom.el (custom-set-variables, custom-theme-set-variables):
22905 Clarify documentation.
22906
22907 * emacs-lisp/find-func.el (find-variable)
22908 (find-variable-other-window, find-variable-other-frame):
22909 Fix the TYPE args to find-function-read and find-function-do-it.
22910 (find-function): Doc fix.
22911 (find-function-at-point): Replace function-at-point alias.
22912
22913 2005-01-04 Richard M. Stallman <rms@gnu.org>
22914
22915 * cus-face.el (custom-declare-face):
22916 Record defface in current-load-list.
22917
22918 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22919
22920 * emacs-lisp/find-func.el: Doc fixes.
22921 (find-face-regexp): New variable.
22922 (find-function-regexp-alist): New variable.
22923 (find-function-C-source): Third arg is now TYPE.
22924 (find-function-search-for-symbol): Handle general TYPE.
22925 (find-function-read, find-function-do-it): Handle general TYPE.
22926 (find-definition-noselect, find-face): New functions.
22927 (function-at-point): Alias deleted.
22928
22929 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22930
22931 * battery.el (display-battery-mode): Rename from display-battery.
22932 Handle the case where it gets turned off.
22933
22934 2005-01-04 Richard M. Stallman <rms@gnu.org>
22935
22936 * cus-edit.el (customize): Make :link point to user doc.
22937
22938 * man.el (Man-fontify-manpage): Turn off undo generation.
22939
22940 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22941
22942 2005-01-04 Andreas Schwab <schwab@suse.de>
22943
22944 * files.el (insert-directory): Only look for error lines in
22945 inserted text. Don't move too far after processing --dired markers.
22946
22947 2005-01-04 Richard M. Stallman <rms@gnu.org>
22948
22949 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22950 Don't expand if the character is @, period, dash, etc.
22951 (define-mail-abbrev): Quote names that contain problem characters.
22952
22953 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
22954
22955 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22956
22957 2005-01-03 Richard M. Stallman <rms@gnu.org>
22958
22959 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22960 (query-replace-highlight, query-replace-lazy-highlight)
22961 (query-replace): Definitions moved up. Doc fix.
22962
22963 2005-01-03 Richard M. Stallman <rms@gnu.org>
22964
22965 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22966 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22967 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22968 (lazy-highlight-face): Rename from isearch-lazy-...
22969 Change all references to them.
22970
22971 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
22972
22973 * cus-edit.el (custom-file): Doc fix for defcustom.
22974 (custom-file): The function no longer sets the variable
22975 `custom-file' to its return value.
22976
22977 * startup.el (command-line): No longer load `custom-file'.
22978
22979 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22980
22981 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22982
22983 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22984 Don't confuse module-prefixed identifiers for labels.
22985 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22986
22987 2005-01-02 Richard M. Stallman <rms@gnu.org>
22988
22989 * files.el (basic-save-buffer-1): Fix previous change.
22990
22991 * loadhist.el (file-loadhist-lookup): New function.
22992 (file-provides, file-requires): Use it.
22993
22994 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22995 instead of calculating the right size.
22996
22997 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22998
22999 * vc-svn.el (vc-svn-diff): Stay local if possible.
23000
23001 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
23002
23003 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
23004
23005 * files.el (hack-local-variables): Fix last change.
23006
23007 2005-01-02 Jay Belanger <belanger@truman.edu>
23008
23009 * calc/calc-yank.el (calc-edit-top): New variable.
23010 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
23011 object. Change header properties.
23012 (calc-edit-finish, calc-edit-finish-stack-object)
23013 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
23014 edited object.
23015 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
23016 for the beginning of the edited object.
23017 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
23018 for the beginning of the edited object.
23019 * calc/calc-prog.el (calc-edit-macro-finish-edit)
23020 (calc-finish-formula-edit, calc-macro-repeats)
23021 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
23022 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
23023 beginning of the edited object.
23024 (calc-user-define-edit): Change the header for editing macros.
23025 Remove unnecessary variable.
23026
23027 2005-01-01 Jay Belanger <belanger@truman.edu>
23028
23029 * calc/calc-yank.el (calc-edit-mode): Change default header.
23030 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
23031 * calc/calc-store.el (calc-edit-variable): Change title to match new
23032 header.
23033 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
23034 mode to match new header.
23035 (calc-user-define-edit): Change titles to include names of commands.
23036 (calc-finish-formula-edit): Adjust to handle new header.
23037 (calc-finish-macro-edit): Remove.
23038 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
23039 (calc-edit-macro-command, calc-edit-macro-command-type)
23040 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
23041 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
23042 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
23043 (calc-edit-macro-finish-edit): New functions.
23044 (calc-user-define-edit): Use new functions to edit named calc macros.
23045
23046 2005-01-01 Stefan <monnier@iro.umontreal.ca>
23047
23048 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
23049
23050 * ses.el (copy-region-as-kill): Deactivate mark.
23051
23052 2005-01-01 Richard M. Stallman <rms@gnu.org>
23053
23054 * replace.el (occur-1): If the output buffer is also an input,
23055 don't kill it, rename it.
23056
23057 * faces.el (set-face-background, set-face-foreground): Doc fix.
23058
23059 * cus-face.el (custom-face-attributes): Fix :help-echo strings
23060 for :foreground and :background.
23061
23062 * dired.el (dired-view-command-alist): Variable deleted.
23063 (dired-view-file, dired-mouse-find-file-other-window):
23064 Delete the code to use it.
23065
23066 2005-01-01 Kim F. Storm <storm@cua.dk>
23067
23068 * image.el (insert-sliced-image): Use t for line-height property.
23069
23070 See ChangeLog.11 for earlier changes.
23071
23072 ;; Local Variables:
23073 ;; coding: iso-2022-7bit
23074 ;; End:
23075
23076 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
23077 Copying and distribution of this file, with or without modification,
23078 are permitted provided the copyright notice and this notice are preserved.
23079
23080 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1