]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * help-fns.el (describe-variable): Add info about safe local variables.
4
5 2006-04-29 Richard Stallman <rms@gnu.org>
6
7 * bindings.el (mode-line-format): help-echo doc fixes.
8
9 * net/tramp.el (tramp-file-name-handler-alist): Delete
10 expand-file-name and other operations that can cause spurious loading.
11
12 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13
14 * files.el (safe-local-variable-p): Remove support for the special
15 value t.
16
17 * textmodes/paragraphs.el (sentence-end-without-space):
18 Fix safety predicate.
19 (sentence-end-double-space, sentence-end-without-period)
20 (paragraph-ignore-fill-prefix):
21 * textmodes/fill.el (colon-double-space):
22 * abbrev.el (abbrev-mode): Tighten the safety predicate.
23
24 * subr.el (booleanp): New fun.
25
26 * textmodes/reftex-vars.el (reftex-guess-label-type):
27 Tighten the safety predicate.
28
29 2006-04-28 Kim F. Storm <storm@cua.dk>
30
31 * progmodes/grep.el (defgroup grep): Doc fix.
32 (grep-auto-highlight): Remove.
33 (grep-template): New defcustom.
34 (grep-find-template): Rename from grep-tree-template.
35 (grep-files-aliases): Rename from grep-tree-files-aliases.
36 Remove "all" alias, add "l" alias.
37 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
38 (grep-find-ignored-directories): New defcustom to replace
39 grep-tree-ignore-CVS-directories, to facilitate ignoring
40 subdirectories for multiple version control systems.
41 (grep-mode-map): Add Recursive grep item to GREP menu.
42 (grep-regexp-history, grep-files-history): New defvars.
43 (grep-probe): New helper function.
44 (grep-compute-defaults): Use it to simplify code.
45 Adapt to name changes.
46 Use `.' as base in grep-find-template rather than <D>.
47 (grep): Remove superfluous highlight-regexp arg. Fix doc.
48 Call grep-compute-defaults unconditionally.
49 (grep-expand-keywords): New defconst.
50 (grep-expand-template): Rename from grep-expand-command-macros.
51 Simplify via grep-expand-keywords. Look at case-fold-search instead
52 of grep-tree-ignore-case to add -i option.
53 Bind case-fold-search to nil while matching keywords.
54 (grep-tree-last-regexp, grep-tree-last-files): Remove.
55 (grep-read-regexp, grep-read-files): New helper functions.
56 (rgrep): Rename from grep-tree. Rework to use proper histories.
57 Adapt to changes in defcustoms and functions above.
58 (lgrep): New command, as grep, but using same interactive api as rgrep.
59
60 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
61
62 * net/tramp.el (tramp-completion-file-name-handler):
63 Disable Tramp's functionality while loading Tramp itself.
64 (tramp-register-file-name-handlers): That's a defsubst now.
65 Code from `tramp-repair-jka-compr' moved here. Apply it via
66 `after-init-hook'.
67 (tramp-repair-jka-compr): Remove.
68
69 2006-04-27 Jay Belanger <belanger@truman.edu>
70
71 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
72 read expression when `math-read-big-expr' doesn't work.
73
74 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
75
76 * startup.el (command-line-1): Display warning when
77 pure-space-overflow is non-nil.
78
79 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
80
81 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
82 risky.
83
84 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
85
86 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
87 Return the URL or nil if none can be generated.
88
89 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
90
91 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
92 byte compiler warnings.
93 (gud-basic-call, gud-find-expr): Let user select an expression
94 for printing. Print expression as well as value in GUD buffer.
95
96 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
97
98 * allout.el: Remove local autoload declaration for
99 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
100 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
101 (allout-plain-bullets-string, allout-distinctive-bullets-string)
102 (allout-use-mode-specific-leader, allout-old-style-prefixes)
103 (allout-stylish-prefixes, allout-numbered-bullet)
104 (allout-file-xref-bullet, allout-presentation-padding)
105 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
106 safe-local-variable with suitable value spec, and add autoload
107 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
108 (move-beginning-of-line, move-end-of-line): Repair so these compat
109 functions now actually resituate the point, when appropriate.
110
111 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
112
113 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
114
115 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
116 (add-log-iso8601-time-string): Fix call to format-time-string.
117
118 2006-04-26 Kim F. Storm <storm@cua.dk>
119
120 * subr.el (posn-string, posn-image, posn-object): Doc fix.
121
122 2006-04-26 Masatake YAMATO <jet@gyve.org>
123
124 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
125 Add support for "//" style comments. Remove `b' flag
126 from ?* in `asm-mode-syntax-table'.
127
128 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
129
130 * follow.el: Use (featurep 'xemacs) everywhere.
131 (follow-mode): Use define-minor-mode.
132 (follow-mode-map): Move initialization into the declaration.
133 Use command remapping.
134 (follow-emacs-version-xemacs-p): Remove.
135 (follow-submit-feedback): Remove.
136
137 * allout.el (allout-layout, allout-passphrase-verifier-string)
138 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
139
140 * textmodes/reftex-vars.el (reftex-vref-is-default)
141 (reftex-fref-is-default, reftex-guess-label-type):
142 Tighten up a bit the safety predicate.
143
144 * textmodes/paragraphs.el (sentence-end-double-space)
145 (sentence-end-without-period, sentence-end-without-space)
146 (page-delimiter, paragraph-ignore-fill-prefix):
147 Tighten up a bit the safety predicate.
148
149 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
150
151 * progmodes/python.el (python-continuation-line-p)
152 (python-beginning-of-statement): syntax-ppss may return
153 a negative depth.
154 (python-mode): Don't forcefully enable font-lock.
155
156 * time-stamp.el (time-stamp-start, time-stamp-end)
157 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
158
159 * add-log.el: Remove spurious * in docstrings.
160 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
161 (add-change-log-entry): Use it here, since it's not specific
162 to iso8601.
163 (add-log-iso8601-time-string): Don't use it here any more.
164 (change-log-indent-text, change-log-indent): Rename from add-log-*.
165
166 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
167
168 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
169
170 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
171 (rcirc-toggle-low-priority): Doc fix.
172 (rcirc-handler-NOTICE): Remove beginning of line anchor in
173 ChanServ regexp.
174 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
175 #emacs.
176 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
177 (rcirc-decode-coding-system): Use utf-8 as the default.
178 (rcirc-multiline-minor-mode): Set the fill-column.
179 (rcirc-format-response-string): Display bright and dim nicks.
180 (rcirc-browse-url): Update interactive spec to fill ARG.
181 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
182 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
183
184 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
185
186 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
187 case for @Article, etc.
188
189 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
190
191 * net/tramp.el (tramp-register-file-name-handlers): New defun.
192 Added with autoload cookie.
193 (tramp-unload-file-name-handlers): Rename from
194 `tramp-unload-file-name-handler-alist'.
195
196 2006-04-23 Romain Francoise <romain@orebokech.com>
197
198 * comint.el (comint-match-partial-filename): Doc fix.
199
200 2006-04-21 Glenn Morris <rgm@gnu.org>
201
202 * calendar/cal-menu.el (calendar-mode-map): Refer to
203 `diary-view-entries' rather than alias `view-diary-entries'.
204 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
205
206 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
207
208 * progmodes/antlr-mode.el (antlr-default):
209 * cus-edit.el (custom-documentation):
210 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
211 in defface.
212
213 2006-04-21 Kim F. Storm <storm@cua.dk>
214
215 * image.el (image-type): New defun split out of create-image.
216 (create-image): Use it.
217
218 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
219
220 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
221 (org-open-at-point): Remove the "...done" message to keep output
222 in the echo area visible.
223 (org-export-as-xoxo): Fix call to `indent-region'.
224
225 2006-04-21 Kevin Ryde <user42@zip.com.au>
226
227 * international/mule.el (keyboard-coding-system): defcustom
228 info-link fixes: "Specify Coding" has been split, keyboard now in
229 "Terminal Coding", and "Single-Byte Character Support" is now
230 "Unibyte Mode".
231
232 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
233
234 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
235 Use font-lock-warning-face for any errors e.g. no stack.
236 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
237
238 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
239
240 * progmodes/sh-script.el (sh-shell): Mark as safe.
241
242 * newcomment.el (comment-start, comment-start-skip)
243 (comment-end-skip, comment-end): Mark as safe.
244
245 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
246
247 * textmodes/org.el (org-deadline-announce): Face removed.
248 (org-level-faces, org-n-levels): Convert to constant.
249 (org-compatible-face): New function.
250 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
251 (org-level-5, org-level-6, org-level-7, org-level-8)
252 (org-special-keyword, org-warning, org-headline-done, org-link)
253 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
254 (org-scheduled-today, org-scheduled-previously, org-time-grid):
255 Face definition revised for better color tty support.
256 (org-bold-re, org-italic-re, org-underline-re): New constants.
257 (org-set-font-lock-defaults): Use the new constants.
258 (org-agenda-highlight-todo): New function.
259 (org-agenda-todo): Fix bug with point at end of line.
260 (org-agenda-change-all-lines, org-finalize-agenda-entries):
261 Fontify TODO keywords.
262 (org-insert-link): Preserve relative path in ../ links.
263 (org-export-as-html): Convert links pointing to .org files into
264 links that will work beteen the exported HTML files.
265 (org-todo-list): Fix bug when arg=0.
266 (org-insert-heading): More fine-tuning.
267
268 2006-04-19 Romain Francoise <romain@orebokech.com>
269
270 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
271 from `rmail-mime-charset-pattern'.
272
273 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
274
275 * progmodes/python.el (python-mode): Fix typo.
276
277 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
278
279 * comint.el (comint-previous-input): Don't clobber input line
280 when moving off either end of the input history ring.
281 (comint-delete-input): New function, used by
282 `comint-previous-input' and others.
283 (comint-previous-matching-input):
284 Use `coming-delete-input'. Save the partial input if leaving the
285 edit line. Goto point-max before deleting input to avoid
286 partial input fragments hanging around.
287 (comint-restore-input): New function, used by `comint-previous-input'.
288
289 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
290
291 * imenu.el (imenu--index-alist): Balance parentheses.
292
293 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
294
295 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
296
297 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
298
299 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
300 file is nil.
301
302 2006-04-18 Richard Stallman <rms@gnu.org>
303
304 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
305
306 * imenu.el (imenu-create-index-function, imenu--index-alist)
307 (imenu--last-menubar-index-alist, imenu--make-index-alist)
308 (imenu-default-create-index-function, imenu--generic-function):
309 Doc fixes.
310
311 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
312
313 * help-mode.el (help-mode): Set view-exit-action to delete window.
314
315 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
316 now works by passing nil as arg.
317
318 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
319
320 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
321 (read-abbrev-file): Provide default when reading filename.
322
323 * files.el (enable-local-variables): Allow :all as value.
324 (hack-local-variables): Implement that value.
325 (safe-local-variable-values, safe-local-eval-forms)
326 (enable-local-variables): Mark as risky.
327 (find-file-visit-truename, kept-old-versions): Mark safe.
328
329 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
330 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
331 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
332
333 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
334
335 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
336 Use forward-line so as to get to BOL even in the presence of fields.
337 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
338 in return.
339 (inferior-tcl): Tell tclsh to work in interactive mode.
340
341 * complete.el (partial-completion-mode):
342 Use 'choose-completion-string-functions to make sure that
343 choose-completion fills the minibuffer properly.
344
345 * complete.el (PC-old-read-file-name-internal): Remove.
346 (PC-read-include-file-name-internal): Remove. Turn it into an advice
347 of read-file-name-internal.
348 (partial-completion-mode): Enable/disable this advice.
349
350 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
351
352 * net/tramp.el (tramp-completion-file-name-handler): Revert change
353 of 2006-04-17.
354
355 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
356
357 * textmodes/org.el (org-insert-heading): Insert heading before
358 current if at beginning of line.
359 (org-todo, org-date): New faces.
360 (org-table-align): Make sure tooltip window contains full text.
361 (org-no-properties): New defsubst.
362 (org-set-font-lock-defaults): Use new faces.
363
364 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
365
366 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
367 for root variables.
368
369 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
370 (gdb-frame-address): Re-use to identify frame for watch expression.
371 (gdb-var-list, gdb-var-create-handler): Add frame address for root
372 variables.
373 (gdb-init-1, gdb-source, gdb-post-prompt)
374 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
375 (gdb-frame-handler): Get gdb-frame-address.
376
377 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
378
379 Sync with Tramp 2.0.53.
380
381 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
382 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
383 (tramp-completion-file-name-handler): Add autoload cookie for
384 adding to `file-name-handler-alist'.
385
386 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
387 the prompt. If it returns earlier (when detecting an error
388 message), the rest of the output will merge accidently with the
389 output of the next command. Reported by M Jared Finder
390 <jared@hpalace.com>.
391
392 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
393 for `process-file', in order to let it work for older Emacsen too.
394
395 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
396
397 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
398 (tex-font-lock-keywords-3): Use it.
399
400 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
401
402 * newcomment.el (comment-add): New function.
403 (comment-region-default, comment-dwim): Use it.
404
405 2006-04-15 Michael Olson <mwolson@gnu.org>
406
407 * emacs-lisp/tq.el: Improve comments.
408 (tq-queue-head-question): New accessor function.
409 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
410 Update for modified queue structure.
411 (tq-queue-add): Accept `question' argument.
412 (tq-queue-pop): If a question is pending, send it.
413 (tq-enqueue): Accept new optional argument `delay-question'.
414 If this is non-nil, and at least one other question is pending a
415 response, queue the question rather than sending it immediately.
416
417 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
418
419 * calendar/appt.el (appt-add): Check whether an appointment is
420 already present in appt-time-msg-list. Simplify code.
421
422 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
423
424 * progmodes/cc-langs.el (c-mode-menu):
425 Don't presume c-subword-mode is bound.
426
427 2006-04-13 Bill Wohler <wohler@newt.com>
428
429 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
430 (customize-package-emacs-version): Use cdr instead of cadr now
431 that alists use dotted pairs.
432
433 * custom.el (defcustom): Fix docstring for :package-version.
434
435 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
436
437 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
438 (tramp-handle-shell-command): Display output buffer only when
439 `tramp-display-shell-command-buffer' is true.
440 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
441
442 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
443
444 * textmodes/org.el (org-set-autofill-regexps): Set only the local
445 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
446
447 2006-04-13 Romain Francoise <romain@orebokech.com>
448
449 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
450 leaving temporary .cvsignore buffers behind.
451
452 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
453
454 * textmodes/org.el (org-set-regexps-and-options)
455 (org-get-current-options): Better names for the startup folding
456 options.
457
458 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
459
460 * vc.el (vc-annotate): Arrange for point to end up at the same
461 line number as in the original, but only when using a new buffer.
462
463 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
464
465 * files.el (hack-one-local-variable-eval-safep):
466 Recognize `edebug-form-spec' for `put', but only if it passes
467 `edebug-basic-spec'. Generalize `put' handling.
468
469 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
470 vetting file-local form specs.
471
472 * allout.el (allout-layout): Autoload its `safe-local-variable'
473 property.
474
475 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
476
477 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
478 (org-agenda-mouse-1-follows-link)
479 (org-mouse-1-follows-link): New options.
480 (org-format-agenda-item): Fix bug if TAGS is nil.
481 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
482
483 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
484
485 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
486 GDB 6.1+ gives full filename for "info sources" so use
487 file-name-nondirectory.
488
489 2006-04-12 Romain Francoise <romain@orebokech.com>
490
491 * subr.el (read-passwd): Bind `message-log-max' to nil.
492
493 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
494
495 * progmodes/perl-mode.el (perl-indent-new-calculate):
496 Recompute parse-start after jumping backward by a whole sexp.
497
498 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
499
500 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
501 window configuration.
502 (vc-annotate-display-select): Select the buffer so that current-buffer
503 (and selected-window) is the output buffer at the end of vc-annotate.
504
505 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
506
507 * vc.el (vc-annotate-color-map): Add custom TTY color map for
508 8-color terminals, to use all of the colors in a sensible order.
509 256-color terminals work well with the standard map.
510 (vc-annotate-lines): Only strip the first color character if it
511 is "#", to allow for terminal-style named colors.
512 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
513 the correct buffer is scrolled.
514
515 2006-04-11 Richard Stallman <rms@gnu.org>
516
517 * emacs-lisp/bytecomp.el (byte-compile-file):
518 Bind enable-local-variables to :safe, and make normal-mode obey it.
519
520 * files.el (enable-local-variables): Allow value :safe.
521 (normal-mode): Doc fix.
522 (hack-local-variables): Implement enable-local-variables = :safe.
523 (hack-local-variables-confirm): Don't prevent quitting.
524
525 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
526
527 * loadhist.el (unload-feature): A bit of sanity check of
528 load-history entries. Cancel timer-vars before unbinding them.
529
530 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
531 quote special chars, and make the trick work on the hex part of the
532 buffer as well.
533 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
534 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
535
536 * startup.el (normal-splash-screen): Fix last change so we don't wait
537 2 minutes if we don't show the splash screen.
538
539 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
540
541 * textmodes/org.el (org-export-plain-list-max-depth)
542 (org-table-spaces-around-separators)
543 (org-radio-targets, org-activate-camels)
544 (org-table-spaces-around-invisible-separators): Options removed.
545 (org-time-stamp-rounding-minutes, org-remember-templates)
546 (org-ellipsis, org-activate-links, org-descriptive-links):
547 New options.
548 (org-remember-apply-template, org-current-time)
549 (org-finish-edit-table-field)
550 (org-link-unescape, org-link-escape)
551 (org-string-width, org-table-clean-line, org-html-do-expand)
552 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
553 (org-read-agenda-file-list): New functions.
554 (org-table-edit-field)
555 (org-table-create-or-convert-from-region): New commands
556 (org-table-toggle-vline-visibility): Command removed.
557 (org-table-convert-region): Made a command.
558 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
559 Replace with the normal org- functions.
560 (org-self-insert-command): Don't trigger realign unnecessarily
561 when blanking a field that is not full.
562 (org-mode): `Set buffer-invisibility-spec' for links.
563 (org-activate-links2): Hide link part and only show descriptive
564 part of the link.
565 (org-insert-link): Modify for new linking system.
566 (org-store-link): Store description separately, for use by
567 `org-insert-link'.
568 (org-table-align): Use `org-string-width'.
569 (defgroup): Completely new group structure for custom variables.
570 (org-agenda-files): Option: Single file name allowed. Function:
571 Optional argument unrestrited means ignore any restricitons.
572 (org-install-agenda-files-menu): Find a buffer in Org-mode before
573 trying to modify the menu. Use generalized access to
574 `org-agenda-files.'
575 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
576 (org-agenda-file-to-front, org-remove-file, org-diary)
577 (org-tags-view, org-export-icalendar-all-agenda-files)
578 (org-export-icalendar-combine-agenda-files): Use generalized
579 access to `org-agenda-files'.
580 (org-remember-handler): Correctly preserve heading if present.
581 (org-table-insert-row, org-table-insert-hline): Deal with
582 invisible characters.
583
584 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
585
586 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
587 (vc-annotate-color-map): New 18 element constant
588 value/saturation, rotating hue colormap, from red->blue.
589 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
590 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
591 (vc-annotate): To avoid killing the required local variables,
592 set them before the end of `with-output-to-temp-buffer', and
593 after first switching to annotate-mode.
594 (vc-annotate-warp-version): Add buffer argument in goto-line to
595 ensure annotation, not source, is scrolled.
596
597 2006-04-10 Bill Wohler <wohler@newt.com>
598
599 * custom.el (defcustom, custom-handle-keyword):
600 Add :package-version keyword.
601 (custom-add-package-version): New function. Sets value of new
602 property 'custom-package-version from :package-version keyword.
603 (defcustom): Create Common Keywords section in docstring.
604 (defface, defgroup): Replace definitions of a select few keywords
605 with a reference to the Common Keywords in defcustom.
606 (defcustom, defface, defgroup): Replace reference to Customization
607 chapter in manual with hyperlink.
608
609 * cus-edit.el (customize-package-emacs-version-alist):
610 New variable.
611 (customize-changed-options): Add check for custom-package-version.
612 (customize-package-emacs-version): New function to look up Emacs
613 version corresponding to the given package version.
614
615 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
616 defun name, in similar fashion to find-variable-regexp.
617
618 2006-04-10 Eli Zaretskii <eliz@gnu.org>
619
620 * international/mule-cmds.el (set-locale-environment): Fix last
621 change for when the locale's preferences don't specify any encoding.
622
623 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
624
625 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
626 so the defined var/fun doesn't need to be quoted.
627
628 2006-04-10 Richard Stallman <rms@gnu.org>
629
630 * finder.el (finder-mode-map): Add n and p bindings.
631
632 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
633
634 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
635 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
636 (gdb-setup-windows): Put something in source window if we can't find
637 the source file.
638 (gdb-frame-handler): Make it work again with just assembly.
639 (gdb-data-list-register-values-handler): Make it work when there is
640 no stack.
641
642 2006-04-09 Richard Stallman <rms@gnu.org>
643
644 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
645 specs while looking for charset.
646
647 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
648
649 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
650 Make them faces.
651 (lm-font-lock-keywords): Update appropriately.
652
653 2006-04-10 Kim F. Storm <storm@cua.dk>
654
655 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
656 it can also replace buffer-substring-no-properties.
657
658 * emulation/cua-base.el (cua-delete-region, cua-paste)
659 (cua-repeat-replace-region): Use filter-buffer-substring.
660
661 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
662 (cua-cut-region-to-global-mark): Likewise.
663
664 * emulation/cua-rect.el (cua--extract-rectangle)
665 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
666
667 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
668
669 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
670 entry-type. Add field delimiters to numerical fields if they are
671 not present.
672
673 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
674
675 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
676 string-const to return value.
677 (bibtex-remove-delimiters): Use it.
678
679 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
680
681 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
682 cl-byte-compile-compiler-macro unless it exists.
683
684 2006-04-08 Eli Zaretskii <eliz@gnu.org>
685
686 * files.el (hack-local-variables-confirm) <offer-save>:
687 Clarify message text. Suggested by Ralf Angeli.
688
689 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
690
691 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
692 (delete-extract-rectangle-line): Use `filter-buffer-substring'
693 instead of `buffer-substring' and `delete-region'. (Most of the
694 code actually copied from `kill-region'.)
695
696 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
697
698 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
699 (rcirc-default-port): Rename from rcirc-port.
700 (rcirc-default-nick): Rename from rcirc-nick.
701 (rcirc-default-user-name): Rename from rcirc-user-name.
702 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
703 (rcirc-low-priority-flag): New variable.
704 (rcirc-decode-coding-system): New defcustom.
705 (rcirc-encode-coding-system): New defcustom.
706 (rcirc-coding-system-alist): New defcustom.
707 (rcirc-multiline-major-mode): New defcustom.
708 (rcirc-nick): New internal variable.
709 (rcirc-process): Remove variable.
710 (rcirc-server-buffer): New variable.
711 (rcirc): Update to use rcirc-default-* variables above.
712 (rcirc-connect): Do not add window-configuration-hook-here.
713 (rcirc-server): New internal variable.
714 (rcirc-connect): Do not send keepalive pings if
715 rcirc-keepalive-seconds is nil.
716 (with-rcirc-server-buffer): New macro.
717 (rcirc-send-string): Encode with rcirc-encode-coding-system.
718 (rcirc-server-name): Rename from rcirc-server.
719 (rcirc-buffer-process): New function.
720 (rcirc-buffer-nick): New function.
721 (rcirc-buffer-target): Remove function.
722 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
723 New commands.
724 (rcirc-mode-map): Change binding of C-c C-l to
725 rcirc-toggle-low-priority.
726 (rcirc-mode): Initialize coding system based on
727 rcirc-coding-system-alist. New change-major-mode-hook to part the
728 channel on a mode change. Make kill-buffer-hook buffer-local.
729 (rcirc-change-major-mode-hook): New function.
730 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
731 (rcirc-last-post-time): New variable.
732 (rcirc-process-message): Store the last time user posted a message
733 to this target.
734 (rcirc-multiline-minor-mode): New mode.
735 (rcirc-multiline-minor-mode-map): New mode map.
736 (rcirc-edit-multiline): Put multiline-edit buffer in
737 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
738 (rcirc-print): Ignore any line starting with an ignored nick.
739 (rcirc-print): Decode using rcirc-decode-coding-system.
740 (rcirc-track-minor-mode): Update global-mode-string when disabling
741 this mode.
742 (minor-mode-alist): Add LowPri indicator.
743 (rcirc-toggle-low-priority): New function.
744 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
745 next lowpriority buffer with activity.
746 (rcirc-record-activity): Sort buffers in rcirc-activity by the
747 last time the user posted a message in to the target.
748 (rcirc-update-activity-string): New formatting for low priority
749 buffers.
750 (rcirc-split-activity): New function.
751 (rcirc-handler-PART, rcirc-handler-KICK)
752 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
753 (rcirc-nick-away-alist): New variable.
754 (rcirc-handler-301): New handler. Away messages are printed once
755 per change.
756
757 2006-04-08 Eli Zaretskii <eliz@gnu.org>
758
759 * info.el (Info-follow-nearest-node): Doc fix.
760
761 * international/mule-cmds.el (set-locale-environment): Make sure
762 the coding-system preferred by the locale's language has the same
763 EOL conversion type as the original buffer-file-coding-system.
764 (locale-language-names): Add a few MS Windows language codes.
765
766 2006-04-07 Richard Stallman <rms@gnu.org>
767
768 * simple.el (eval-expression): Doc fix.
769
770 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
771 (eval-defun): Doc fixes.
772
773 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
774
775 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
776
777 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
778
779 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
780 GDB list command without argument for greater generality.
781
782 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
783
784 * subr.el (string-or-null-p): New function.
785
786 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
787
788 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
789
790 * files.el: Update comment about safe-local-variable declarations.
791
792 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
793
794 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
795 See idlwave.org.
796
797 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
798 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
799
800 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
801 See idlwave.org.
802
803 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
804 version 6.0 (minimal changes). See idlwave.org.
805
806 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
807 6.0 (minimal changes). See idlwave.org.
808
809 * progmodes/idlw-rinfo.el: File obsoleted and removed.
810
811 2006-04-06 Romain Francoise <romain@orebokech.com>
812
813 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
814 symmetric encryption features and a new asynchronous interface to
815 GnuPG. This new version is version 1.4, plus whitespace changes.
816
817 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
818
819 * files.el: Move some `safe-local-variable' declarations to the
820 respective files.
821
822 * textmodes/ispell.el (ispell-check-comments)
823 (ispell-local-dictionary): Mark as safe.
824
825 * abbrev.el (abbrev-mode): Mark as safe.
826
827 * add-log.el (change-log-default-name): Mark as safe.
828
829 * textmodes/reftex-vars.el (reftex-vref-is-default)
830 (reftex-fref-is-default, reftex-level-indent)
831 (reftex-guess-label-type): Mark as safe.
832
833 * textmodes/fill.el (colon-double-space): Mark as safe.
834
835 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
836 (sentence-end-double-space, sentence-end-without-period)
837 (sentence-end-without-space, sentence-end, sentence-end-base)
838 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
839
840 2006-04-06 Kim F. Storm <storm@cua.dk>
841
842 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
843 the :set-after list.
844 (ido-downcase-unc-hosts): New user option. Default on.
845 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
846 when it is set, as regexps are now applied on the fly.
847 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
848 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
849 on the fly, but only when ido-process-ignore-lists is set.
850 Do case insensitive filtering if ido-downcase-unc-hosts is set.
851 Only downcase names if ido-downcase-unc-hosts is set.
852
853 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
854
855 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
856
857 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
858
859 2006-04-05 Kim F. Storm <storm@cua.dk>
860
861 * ido.el (ido-mode): Set after ido-unc-hosts and
862 ido-ignore-unc-host-regexps.
863 (ido-save-history): Save ido-unc-hosts-cache.
864 (ido-load-history): Load ido-unc-hosts-cache.
865 (ido-reread-directory): Refresh unc hosts cache in // dir.
866
867 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
868 to nil while displaying slash screen.
869
870 2006-04-05 Daiki Ueno <ueno@unixuser.org>
871
872 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
873 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
874
875 2006-04-05 Kenichi Handa <handa@m17n.org>
876
877 * international/characters.el: Setup cases of Latin, Greek, and
878 Cyrillic characters in CJK charsets.
879
880 2006-03-29 Daiki Ueno <ueno@unixuser.org>
881
882 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
883 default-enable-multibyte-characters. This reverts the change from
884 revision 6.17 which is no longer necessary because the passphrase
885 is sent separately now. GnuPG messages are unreadable under
886 multibyte locales with default-enable-multibyte-characters set to nil.
887
888 2006-04-04 Andreas Schwab <schwab@suse.de>
889
890 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
891 and `byte-compile-warnings' as `safe-local-variable'.
892
893 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
894
895 * man.el (Man-mode-map): Restore the \r binding.
896 (Man-abstract-xref-man-page): If Man-target-string is a function,
897 call it.
898 (Man-highlight-references): Use Man-default-man-entry to get the
899 target. Deal with xrefs too.
900 (Man-highlight-references0): Don't call the target function.
901
902 * woman.el (WoMan-xref-man-page): Strip the section number, woman
903 cannot deal with it.
904
905 2006-04-04 Daiki Ueno <ueno@unixuser.org>
906
907 * pgg-gpg.el: Clean up process buffers every time gpg processes
908 complete.
909
910 2006-04-04 Kenichi Handa <handa@m17n.org>
911
912 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
913 here.
914 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
915 Temporarily bind inhibit-field-text-motion to t.
916
917 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
918
919 * startup.el (normal-splash-screen): Only set mode-line-format in the
920 splash buffer, so as not to interfere when debugging the code.
921 Ignore errors when switching buffer.
922
923 2006-04-03 Romain Francoise <romain@orebokech.com>
924
925 * dired.el (dired-dnd-protocol-alist): Fix typo.
926
927 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
928
929 * savehist.el (savehist): Add :version.
930 (savehist-ignored-variables): New variable.
931 (savehist-minibuffer-hook): Don't save variables listed in
932 `savehist-ignored-variables'.
933
934 * dired.el (dired-dnd-protocol-alist): Mention that change does
935 only apply to new buffers in doc string.
936
937 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
938
939 * recentf.el (recentf-open-files-item): Include newline in button
940 field, so opening a file will work, when the point is at the end
941 of the file name. Allow, for example, to [i]search a file by
942 extension and just push RET to open it.
943
944 2006-04-03 Daiki Ueno <ueno@unixuser.org>
945
946 * pgg-gpg.el (pgg-gpg-process-filter)
947 (pgg-gpg-wait-for-completion): Check if buffer is alive.
948
949 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
950 lines, temporary fix.
951
952 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
953
954 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
955
956 2006-04-02 Richard Stallman <rms@gnu.org>
957
958 * progmodes/compile.el (compilation-message-face): Make it defcustom.
959
960 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
961
962 * ibuf-macs.el (define-ibuffer-column): Add a new key:
963 header-mouse-map.
964
965 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
966 (ibuffer-mode-header-map): New keymaps.
967 (ibuffer-update-title-and-summary): Enable mouse face highlighting
968 and keybindings for column headers.
969 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
970 property.
971
972 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
973
974 * speedbar.el (speedbar-after-create-hook): Doc fix.
975
976 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
977
978 * shell.el (shell-directory-tracker)
979 (shell-dynamic-complete-command): Doc fixes.
980
981 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
982
983 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
984 terminals.
985
986 2006-04-01 Kim F. Storm <storm@cua.dk>
987
988 * ido.el (ido-unc-hosts-cache): New defvar.
989 (ido-unc-hosts): If value of defcustom is a function, call it to
990 get list of UNC hosts. Add function-item choices to specify
991 ido-unc-hosts-net-view or user function.
992 (ido-ignore-unc-host-regexps): New defcustom.
993 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
994 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
995 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
996
997 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
998
999 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
1000 wwidth.
1001
1002 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
1003
1004 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
1005 (ido-max-work-file-list, ido-switch-buffer)
1006 (ido-read-file-name-as-directory-commands):
1007 Fix typos in docstrings.
1008
1009 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1010
1011 * term/mac-win.el (mac-system-coding-system): Define and use after
1012 Mac-specific coding systems are ready.
1013
1014 2006-03-27 Romain Francoise <romain@orebokech.com>
1015
1016 * net/rcirc.el (rcirc-connect): Add autoload cookie.
1017
1018 * ldefs-boot.el: Update.
1019
1020 2006-03-27 Daiki Ueno <ueno@unixuser.org>
1021
1022 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1023 passphrases when it is not needed.
1024 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1025 passphrase stuff from gpg, should only be necessary when you use
1026 gpg with a smartcard.
1027
1028 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
1029
1030 * comint.el (comint-dynamic-list-completions): Allow user to
1031 select *Completions* buffer.
1032
1033 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
1034
1035 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
1036
1037 2006-03-26 Andreas Schwab <schwab@suse.de>
1038
1039 * progmodes/gud.el (gdb): Only complain about multiple debugging
1040 when the gdb process is still running.
1041
1042 2006-03-25 Eli Zaretskii <eliz@gnu.org>
1043
1044 * mail/rmail.el (tool-bar-map): Defvar it.
1045 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
1046 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
1047
1048 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
1049
1050 * help.el (print-help-return-message): Suggest to use
1051 display-buffer instead of switch-to-buffer-other-window to restore
1052 the previous window without selecting it.
1053
1054 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1055
1056 * frame.el (select-frame-by-name): Call x-focus-frame also when
1057 window-system is mac.
1058
1059 * term/mac-win.el: Adjust Courier font specifications in
1060 x-fixed-font-alist.
1061 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
1062 when directly encoding to UTF-16 in native byte order, no BOM.
1063
1064 2006-03-25 Kim F. Storm <storm@cua.dk>
1065
1066 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
1067 (cua--init-keymaps): Use it instead of fixed C-return.
1068 (cua-mode): Set after it.
1069
1070 * emulation/cua-rect.el (cua--init-rectangles):
1071 Use cua-rectangle-mark-key instead of fixed C-return.
1072
1073 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
1074
1075 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
1076 "run" in .gdbinit.
1077 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
1078
1079 2006-03-24 Romain Francoise <romain@orebokech.com>
1080
1081 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
1082 `display-buffer-other-frame'.
1083
1084 2006-03-24 Kim F. Storm <storm@cua.dk>
1085
1086 * apropos.el (apropos-synonyms): Add selection => region.
1087
1088 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1089
1090 * progmodes/gdb-ui.el (gdb-var-create-regexp)
1091 (gdb-var-list-children-regexp, gdb-var-update-regexp)
1092 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
1093 (gdb-data-list-register-values-regexp)
1094 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
1095 Future proof against new fields being added to MI output.
1096 (gdb-send): Don't treat backslashes for program input as
1097 continuations.
1098 (gdb-assembler-handler): Don't use window-start for this handler.
1099 (gdb-frame-handler): Don't change to hollow arrow if overlay
1100 arrow doesn't move to new frame.
1101
1102 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1103
1104 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
1105 prevent compiler warnings.
1106 (gdb-stopped): Check for gud-last-last-frame (case: signal).
1107 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
1108 (gdb-assembler-custom): Use hollow-right-triangle for assembler
1109 buffer too.
1110
1111 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
1112
1113 * pgg-gpg.el (pgg-gpg-update-agent): Check for
1114 make-network-process, so we can use the same code in Gnus v5-10
1115 too and have this file fully synchronized with that release.
1116
1117 2006-03-23 Romain Francoise <romain@orebokech.com>
1118
1119 * ibuf-ext.el (ibuffer-read-filter-group-name):
1120 Use `ibuffer-generate-filter-groups' to make completion list match
1121 the filter groups that are really displayed in the Ibuffer buffer.
1122 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
1123
1124 2006-03-23 Kenichi Handa <handa@m17n.org>
1125
1126 * international/mule-cmds.el (sort-coding-systems): Describe that
1127 the argument is modified in docstring.
1128
1129 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
1130
1131 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1132 (pgg-gpg-update-agent): New function.
1133 (pgg-gpg-use-agent-p): New function.
1134 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1135 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1136 (pgg-gpg-sign-region): Use it.
1137
1138 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
1139
1140 * cus-edit.el (custom-face-set): Call custom-push-theme before
1141 face-spec set so that `changed' theme is correctly saved.
1142 (custom-face-reset-standard): Reset to recalculated face rather
1143 than defface spec.
1144
1145 * custom.el (custom-push-theme): Only save `changed' theme if the
1146 current face does not match the defface specs.
1147
1148 2006-03-21 Simon Josefsson <jas@extundo.com>
1149
1150 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1151 <wilde@sha-bang.de>.
1152 (pgg-gpg-use-agent): New variable.
1153 (pgg-gpg-process-region): Use it.
1154 (pgg-gpg-encrypt-region): Likewise.
1155 (pgg-gpg-encrypt-symmetric-region): Likewise.
1156 (pgg-gpg-decrypt-region): Likewise.
1157 (pgg-gpg-sign-region): Likewise.
1158 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1159
1160 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
1161
1162 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
1163 bracket links.
1164
1165 2006-03-21 Kim F. Storm <storm@cua.dk>
1166
1167 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
1168 fringe-indicator-alist instead of modifying global value.
1169 (gdb-frame-handler): Likewise.
1170
1171 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
1172
1173 * diff-mode.el (diff-function): Make it inherit from diff-header
1174 instead of diff-context.
1175
1176 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
1177 bitmap.
1178 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
1179 change names in macro above for consistency.
1180 (gdb-frame-handler): Use hollow-right-triangle for all selected
1181 frames which except the innermost (where execution has stopped).
1182 (gdb-reset): Reset buffer-local values of overlay-arrow.
1183
1184 2006-03-20 Richard Stallman <rms@gnu.org>
1185
1186 * simple.el (set-mark-command): Doc fix.
1187
1188 * files.el (display-buffer-other-frame): New command.
1189 (ctl-x-4-map): Bind C-x 5 C-o to it.
1190
1191 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1192
1193 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
1194 rather than just defer-time, in case defer-time has been changed but
1195 the timer isn't running yet.
1196 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
1197
1198 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1199
1200 * help-mode.el (help-follow-symbol): New function.
1201 Essentially identical to the old `help-follow', but do not let
1202 `push-button' do the work when on an xref.
1203 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
1204
1205 2006-03-19 Richard Stallman <rms@gnu.org>
1206
1207 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
1208 preceded by the word `program'.
1209 (help-follow-mouse, help-follow): Throw error if not on xref.
1210 Delete no longer used args.
1211
1212 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
1213
1214 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
1215 annotation ensure gud-overlay-arrow-position is redisplayed.
1216
1217 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1218
1219 * textmodes/bibtex.el (bibtex-include-OPTkey)
1220 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
1221 (bibtex-autokey-name-case-convert)
1222 (bibtex-autokey-titleword-case-convert): Make these the aliases
1223 for the following two variables.
1224 (bibtex-autokey-name-case-convert-function)
1225 (bibtex-autokey-titleword-case-convert-function): Make these the
1226 real names.
1227 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
1228 bibtex-font-lock-crossref sublists.
1229 (bibtex-mode): Revert 2005-12-30 change (which made
1230 completion-ignore-case buffer-local).
1231 (bibtex-url): Simplify.
1232
1233 2006-03-19 Kim F. Storm <storm@cua.dk>
1234
1235 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
1236 cursor property value to 2 (to align with C level change).
1237
1238 2006-03-19 Bill Wohler <wohler@newt.com>
1239
1240 * image.el (image-load-path-for-library): Shorten first line in
1241 docstring.
1242
1243 2006-03-18 Richard Stallman <rms@gnu.org>
1244
1245 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
1246
1247 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
1248
1249 * isearch.el (isearch-other-meta-char): Handle user bindings for
1250 shifted control characters.
1251
1252 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
1253
1254 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
1255 part that matches email addresses, file names, etc.
1256
1257 2006-03-18 Eli Zaretskii <eliz@gnu.org>
1258
1259 * term/w32-win.el (mouse-set-font):
1260 Mention w32-list-proportional-fonts in the doc string.
1261
1262 2006-03-18 Kim F. Storm <storm@cua.dk>
1263
1264 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1265 (ido-unc-hosts): New user option to explicitly define list of know
1266 UNC-style hosts for completion.
1267 (ido-cache-unc-host-shares-time): New user option.
1268 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1269 New helper functions for UNC file-name support.
1270 (ido-may-cache-directory): Check for UNC host. Simplify.
1271 (ido-wash-history): Clean out old UNC hosts.
1272 (ido-nonreadable-directory-p): UNC hosts are always readable.
1273 (ido-directory-too-big-p): UNC hosts are never too big.
1274 (ido-set-current-directory): Handle UNC root path.
1275 (ido-file-name-all-completions): Complete UNC host names from
1276 ido-unc-hosts list. Cache UNC host shares.
1277 (ido-make-file-list-1): Don't filter UNC root.
1278 (ido-exhibit): Check for // in root directory, and switch to UNC
1279 mode by setting ido-current-directory to //.
1280
1281 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
1282
1283 * cus-edit.el (customize-changed-options): Mention explicit
1284 version number as default in prompt.
1285
1286 2006-03-17 Bill Wohler <wohler@newt.com>
1287
1288 * image.el (image-load-path-for-library): Minor docstring fix.
1289
1290 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
1291
1292 * textmodes/org.el (org-read-date): Include subgroup 5 into
1293 replacement text.
1294 (org-popup-calendar-for-date-prompt): Fix customization type.
1295
1296 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1297
1298 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1299 (gdb-continuation): New variable.
1300 (gdb-send): Deal with continuation lines.
1301
1302 * progmodes/gud.el (gud-gdb-complete-command)
1303 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1304 expressions.
1305 (gud-tooltip-mode): Use buffer-local value.
1306
1307 2006-03-16 Kim F. Storm <storm@cua.dk>
1308
1309 * ido.el (ido-edit-input): Use selected match, if any.
1310
1311 2006-03-16 Bill Wohler <wohler@newt.com>
1312
1313 * image.el (image-load-path-for-library): Prefer user's images in
1314 image-load-path.
1315
1316 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1317
1318 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1319 when checking for attempt to drag leftmost or rightmost scrollbar.
1320
1321 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1322
1323 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1324 (gdb-force-mode-line-update): New function.
1325 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1326 (gdb-exited): Use them.
1327 (gdb-signal): New function.
1328 (gdb-annotation-rules): Provide a rule for it.
1329
1330 2006-03-16 Kenichi Handa <handa@m17n.org>
1331
1332 * international/mule.el (auto-coding-regexp-alist): Add entries
1333 for Unicode BOM.
1334
1335 * sort.el (sort-build-lists): Temporarily bind
1336 inhibit-field-text-motion to t.
1337
1338 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1339
1340 * locate.el (locate-command, locate-make-command-line)
1341 (locate-fcodes-file, locate-update-command)
1342 (locate-prompt-for-command, locate, locate-with-filter)
1343 (locate-get-file-positions): Doc fixes.
1344 (locate-buffer-name, locate-header-face): Remove leading `*' in
1345 defcustom.
1346 (locate-filter-output): Use `keep-lines' instead of its alias
1347 `delete-non-matching-lines'.
1348 (locate-get-filename, locate-get-dirname): Add introductory comment.
1349 (locate-find-directory-other-window): Give appropriate error
1350 message if used outside main listing.
1351
1352 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1353
1354 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1355 the new extend-region feature.
1356 (font-lock-after-change-function): Update correspondingly.
1357 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1358 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1359
1360 2006-03-15 Bill Wohler <wohler@newt.com>
1361
1362 * image.el (image-load-path-for-library): Fix example by not
1363 recommending that one binds image-load-path. Just defvar it to
1364 placate compiler and only use it if previously defined.
1365
1366 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1367
1368 * textmodes/org.el (org-insert-centered): Use `string-width' to
1369 make underlining work for wide characters.
1370 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1371 TAB to `org-cycle', to make sure that no binding in
1372 `outline-mode-map' can supercede it.
1373
1374 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1375
1376 * allout.el: Increment version to 2.2.1 in file commentary.
1377
1378 (allout-version): Increment to 2.2.1.
1379
1380 (allout-default-layout): New customization variable, used when the
1381 file lacks a specific allout-layout. Uses allout-layout-type for
1382 recursively nested definition.
1383
1384 (allout-layout-type): Widget defining allout layouts, necessary for
1385 self-recursive definition.
1386
1387 (allout-mode): Incorporate allout-default-layout as fallback for
1388 allout-layout.
1389
1390 (allout-layout): Mark as 'safe-local-variable', and refer mention
1391 fallback to `allout-default-layout' in absence of a specified value.
1392 (allout-passphrase-verifier-string)
1393 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1394
1395 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1396
1397 (allout-get-encryption-passphrase-verifier): Use correct name of
1398 passphrase verifier in docstring.
1399
1400 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1401
1402 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1403 elements.
1404 (gdb-find-watch-expression): Make it work for arrays too.
1405 Follow change to gdb-var-list.
1406 (gud-watch): Allow the user to enter variable name with a prexix
1407 arg. Create keybindings.
1408 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1409 (gdb-var-list-children-handler, gdb-var-update-handler)
1410 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1411 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1412 Follow change to gdb-var-list.
1413 (gdb-starting): Don't show the overlay arrows when program is running.
1414
1415 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1416 gdb-var-list.
1417
1418 2006-03-14 Bill Wohler <wohler@newt.com>
1419
1420 * image.el (image-load-path-for-library): Pass value of path
1421 rather than symbol. Always return list of directories.
1422 Guarantee that image directory comes first.
1423
1424 2006-03-14 Alan Mackenzie <acm@muc.de>
1425
1426 * font-core.el (font-lock-extend-region\(-function\)?.):
1427 New function/variable.
1428
1429 * font-lock.el (font-lock-after-change-function):
1430 Call font-lock-extend-region. Obey font-lock-lines-before.
1431 (font-lock-default-fontify-region): Remove reference to
1432 font-lock-lines-before.
1433
1434 * jit-lock.el (jit-lock-after-change):
1435 Call font-lock-extend-region. Obey font-lock-lines-before.
1436
1437 2006-03-14 David Ponce <david@dponce.com>
1438
1439 * tree-widget.el (tree-widget-themes-load-path)
1440 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1441
1442 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1443
1444 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1445 (rcirc-print): Mark the start of text at the end of the prompt.
1446 (rcirc-track-minor-mode): Add autoload cookie.
1447 (rcirc-update-activity-string): Add space to front of mode-line
1448 indicator.
1449
1450 2006-03-13 Miles Bader <miles@gnu.org>
1451
1452 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1453 (rcirc-abbrev-nick): Remove function.
1454 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1455
1456 2006-03-13 David Ponce <david@dponce.com>
1457
1458 * tree-widget.el: Handle themes across all occurrences of the main
1459 themes sub-directory found in tree-widget-themes-load-path.
1460 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1461 (tree-widget--locate-sub-directory): Return all occurrences.
1462 (tree-widget-themes-path): New function.
1463 Replace tree-widget-themes-directory, and return a list of directories.
1464 (tree-widget-set-parent-theme)
1465 (tree-widget-lookup-image): Use it.
1466
1467 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1468
1469 * textmodes/org.el (org-link-search): Avoid self-matching of
1470 links, allow target text to be distributed over several lines.
1471 (org-search-not-link): New function.
1472 (org-set-regexps-and-options, org-get-current-options):
1473 New startup options.
1474 (org-export-as-html): Take odd-level setting from local variable.
1475 (org-fontify-emphasized-text): New option.
1476 (org-set-font-lock-defaults): Include emphasized text.
1477 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1478 (org-font-lock): Customize group renamed from `org-faces'.
1479
1480 2006-03-13 John Paul Wallington <jpw@pobox.com>
1481
1482 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1483 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1484
1485 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1486
1487 * cus-start.el (all): Delete :version keyword for members of the
1488 fringe group, since the entire group is new in 22.1.
1489
1490 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1491
1492 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1493 map if value is hexadecimal (an address).
1494 (gud-watch): Only search roots for existing watch expressions.
1495 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1496 prevent caching problems with speedbar-update-directory-contents.
1497
1498 2006-03-12 Juri Linkov <juri@jurta.org>
1499
1500 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1501 before comparing with `low' and `warn'.
1502
1503 * info.el (Info-dir-remove-duplicates): Move point to the
1504 beginning of the current line after deleting the entries from
1505 redundant heading. Use marker for `limit' and compare it with
1506 point before calling `re-search-forward'.
1507
1508 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1509
1510 * simple.el (yank): Fix typo in docstring.
1511
1512 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1513
1514 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1515 messages, where "D" is the 6th character.
1516
1517 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1518
1519 * simple.el (yank): Fix last change.
1520
1521 2006-03-11 David Ponce <david@dponce.com>
1522
1523 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1524 merging elements from the standard ispell-dictionary-alist.
1525 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1526 alist, and return the new alist.
1527
1528 2006-03-11 Richard Stallman <rms@gnu.org>
1529
1530 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1531
1532 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1533 the way it is implemented is too unclean.
1534
1535 * simple.el (kill-region, yank): Doc fix.
1536
1537 * battery.el (battery-echo-area-format): Doc fix.
1538 (battery-mode-line-format): Likewise.
1539 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1540 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1541
1542 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1543
1544 * progmodes/octave-mod.el (octave-indent-for-comment):
1545 Behave according to do string.
1546
1547 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1548
1549 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1550 Be visible only if major mode is Mail Mode.
1551
1552 * textmodes/flyspell.el (flyspell-external-point-words)
1553 (flyspell-process-localwords): Fix last changes.
1554
1555 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1556
1557 * calendar/holidays.el (list-holidays): Doc fix.
1558
1559 * international/mule.el (auto-coding-alist): Add .odt
1560 (OpenOffice's open document) files.
1561
1562 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1563 document) files. Mention in the doc string the need to sync with
1564 auto-coding-alist.
1565
1566 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1567
1568 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1569 enable-local-variables is set to always query, or there is no
1570 savable variable.
1571
1572 2006-03-10 Bill Wohler <wohler@newt.com>
1573
1574 * image.el (image-load-path-for-library): Merge at least three
1575 functions from Gnus and MH-E into this one function that can now
1576 be shared.
1577
1578 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1579
1580 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1581 gdb-remove-mouse-face and remove help-echo too.
1582 (gdb-enqueue-input): Correct conditional clause.
1583
1584 2006-03-10 Glenn Morris <rgm@gnu.org>
1585
1586 * calendar/calendar.el (calendar-holidays): Doc fix.
1587 * calendar/holidays.el (list-holidays): Doc fix.
1588
1589 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1590
1591 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1592 it gets called in gdb-prompt anyway.
1593 (gdb-use-separate-io-buffer): Only restore window arrangement for
1594 gdb-many-windows.
1595 (gdb-enqueue-input): Make it harder to send GDB input when program
1596 is running.
1597 (gdb-buffer-list): New variable.
1598 (gdb-remove-mouse-face): New function.
1599 (gdb-starting): Use it when GDB input won't get sent.
1600
1601 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1602
1603 * help.el (view-lossage): Remove trailing whitespace before
1604 inserting "\n".
1605
1606 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1607
1608 * files.el (hack-local-variables-confirm):
1609 Set coding-system-for-read to nil before writing to .emacs.
1610
1611 * arc-mode.el (archive-extract): Check if an existing buffer name
1612 comes from a different archive.
1613
1614 * help.el (describe-key-briefly): If KEY is a down event, read and
1615 discard the up event.
1616
1617 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1618
1619 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1620 be edited and use font-lock-warning-face for any changes.
1621
1622 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1623 (gdb-edit-value): Use it to report any errors.
1624
1625 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1626
1627 * help.el (describe-key): Remove leftover test code.
1628
1629 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1630
1631 * textmodes/org.el: Move defvars out of eval-when-compile.
1632 Use buffer-file-name variable.
1633 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1634 arg `file'.
1635 (org-level-faces): Remove startup dependency.
1636 (org-cycle, org-map-tree, org-scan-tags)
1637 (org-remember-handler): Don't call `outline-level' directly.
1638 (org-mhe-search-all-folders): New option.
1639 (org-mhe-get-message-folder-from-index)
1640 (org-mhe-get-message-folder): Fix indexing search.
1641 (org-format-agenda-item): Handle nil TAGS argument.
1642 (org-cleaned-string-for-export, org-activate-target-links)
1643 (org-make-target-link-regexp): Deal with empty radio target list.
1644 (org-tag): New face.
1645 (org-get-level-face): New function.
1646 (org-set-font-lock-defaults): Simplify setup for headlines.
1647 (org-complete): Pass common substring to `display-completion-list'.
1648
1649 2006-03-06 David Ponce <david@dponce.com>
1650
1651 * tree-widget.el: Update Commentary header.
1652 (tree-widget-theme-name): Ignore parent themes.
1653 (tree-widget-set-parent-theme): New function.
1654 (tree-widget-set-theme): Use it.
1655 (tree-widget-set-image-properties): Move definition. Does nothing
1656 if image properties have already been set.
1657 (tree-widget-image-properties): Move definition. Receive an image
1658 name. Set the :pointer property.
1659 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1660 Don't set the :pointer image property.
1661 (tree-widget-convert-widget): New function. Handle :dynargs
1662 compatibility here.
1663 (tree-widget): Use it to :convert-widget. Add the :expander-p
1664 predicate to control when the :expander function is entered.
1665 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1666 (tree-widget-value-create): Handle :expander-p. widget-apply
1667 :expander.
1668 (tree-widget-expander-p): New function. Default value of the
1669 :expander-p property.
1670
1671 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1672
1673 * help.el (describe-key): Properly handle the return value of
1674 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1675 remaps. Handle string and vector `follow-link' values.
1676
1677 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1678
1679 * complete.el (PC-expand-many-files): Try be more careful when parsing
1680 the shell's output.
1681
1682 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1683
1684 * outline.el (hide-sublevels): Provide better interactive default.
1685
1686 2006-03-06 Kenichi Handa <handa@m17n.org>
1687
1688 * international/fontset.el (create-fontset-from-fontset-spec):
1689 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1690
1691 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1692
1693 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1694 backslashes instead of one in regexp.
1695 (gud-tooltip-dereference): Add missing optional argument.
1696
1697 2006-03-04 John Paul Wallington <jpw@pobox.com>
1698
1699 * wdired.el (toplevel): Require `cl' at compile-time.
1700
1701 2006-03-04 Andreas Schwab <schwab@suse.de>
1702
1703 * server.el (server-process-filter): Handle errors during
1704 evaluation of the argument.
1705
1706 2006-03-03 John Paul Wallington <jpw@pobox.com>
1707
1708 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1709 escape parentheses at beginning of line.
1710 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1711 (t-mouse-mode): Remove period from end of error message.
1712
1713 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1714
1715 * textmodes/flyspell.el (flyspell-process-localwords):
1716 Be case-sensitive.
1717
1718 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1719
1720 * cus-edit.el (custom-quote): Remove function, since it has been
1721 moved to custom.el.
1722
1723 * font-lock.el (lisp-font-lock-keywords-2)
1724 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1725 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1726 they have no special meaning.
1727
1728 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1729 indirect buffer gets killed before indirect buffer. Use dolist.
1730
1731 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1732
1733 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1734 value instead of a literal constant (1) on more pauses.
1735
1736 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1737
1738 * textmodes/flyspell.el (flyspell-external-point-words):
1739 Be case-sensitive.
1740
1741 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1742
1743 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1744 with "www".
1745
1746 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1747
1748 * allout.el: Restablish intermediate missing comment header to
1749 preserve outline structure.
1750 (allout-beginning-of-current-entry): Skip invisible text.
1751 (allout-open-topic): Fix opening a topic at end-of-buffer.
1752 (allout-minor-mode): Move nearer to allout-mode function.
1753
1754 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1755
1756 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1757
1758 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1759
1760 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1761 is nil.
1762
1763 * progmodes/gud.el (gud-speedbar-menu-items):
1764 Use buffer-local-value and add missing :visible keyword.
1765
1766 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1767
1768 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1769
1770 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1771 must be `follow-link'.
1772
1773 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1774
1775 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1776 formatting: No nested anchors.
1777 (org-all-targets): Fix bug with XEmacs compatibility.
1778 (org-read-date): Add (require 'parse-time).
1779 (org-set-tags): Fix bug with extra inserted space.
1780 (org-export-html-style): Define a style class for targets.
1781 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1782 (org-hide-leading-stars): New option.
1783 (org-hide): New face.
1784 (org-set-font-lock-defaults): Allow to hide leading stars.
1785 (org-get-legal-level, org-tr-level): New functions.
1786 (org-odd-levels-only): New option.
1787 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1788 (org-demote, org-promote): Deal with double-star levels.
1789 (org-convert-to-odd-levels): New command.
1790
1791 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1792
1793 * speedbar.el (speedbar-update-localized-contents): Try to
1794 preserve window-start.
1795 (speedbar-update-directory-contents): Try to preserve window-start
1796 and window-point.
1797 (speedbar-update-special-contents): Don't move back to start of window.
1798
1799 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1800 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1801 speedbar-timer-fn.
1802 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1803 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1804 instead of gdb-speedbar-timer-fn.
1805
1806 2006-02-28 Jay Belanger <belanger@truman.edu>
1807
1808 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1809 (math-compose-expr): Use latex option when calling
1810 `math-compose-tex-matrix' for latex mode.
1811
1812 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1813
1814 * speedbar.el: Re-instate comments about developing for speedbar
1815 [this is what info and gdb-ui use even if better methods exist now].
1816
1817 * t-mouse.el: New file.
1818 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1819 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1820 (t-mouse-make-event-element): Use posn-at-x-y instead.
1821 (t-mouse-make-event): Deal with Fedora Core 3.
1822 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1823 (t-mouse-mouse-position-function): New function. Use it instead
1824 of advising mouse-position.
1825 (t-mouse-mode): New minor mode.
1826 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1827
1828 2006-02-27 Glenn Morris <rgm@gnu.org>
1829
1830 * calendar/calendar.el (calendar-holidays): Doc fix.
1831
1832 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1833
1834 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1835 Re-introduce the concept of a source window.
1836 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1837 consistency with get-buffer-create.
1838 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1839 (gdb-data-list-register-values-handler)
1840 (gdb-stack-list-locals-handler): Try to preserve window-start as
1841 well as window-point.
1842 (gdb-display-source-buffer): New function (old concept).
1843 (gdb-goto-breakpoint): Use it.
1844
1845 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1846 for gdb-ui/gdb-mi (old concept).
1847
1848 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1849
1850 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1851 binding.
1852
1853 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1854
1855 * textmodes/reftex-sel.el (reftex-select-label-map)
1856 (reftex-select-bib-map): Add `follow-mouse' binding.
1857
1858 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1859
1860 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1861 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1862 Give :set functions to provide automatic updating.
1863 Update docstring. Give compiler defvars early in the file
1864 and move the defcustoms to a later spot where all called functions
1865 are defined.
1866 (jka-compr-file-name-handler-entry): Doc fix.
1867 (jka-compr-compression-info-list--internal)
1868 (jka-compr-mode-alist-additions--internal)
1869 (jka-compr-load-suffixes--internal): New variables.
1870 (jka-compr-install): Set the three above variables.
1871 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1872 (jka-compr-update, jka-compr-set): New functions.
1873 (auto-compression-mode): Doc fix.
1874
1875 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1876 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1877 Use jka-compr-compression-info-list--internal,
1878 jka-compr-mode-alist-additions--internal and
1879 jka-compr-load-suffixes--internal.
1880
1881 * files.el (load-library):
1882 * loadhist.el (file-loadhist-lookup):
1883 * startup.el (command-line):
1884 * subr.el (locate-library):
1885 * emacs-lisp/autoload.el (update-directory-autoloads):
1886 * emacs-lisp/find-func.el (find-library-suffixes):
1887 Use `get-load-suffixes' instead of `load-suffixes'.
1888
1889 * subr.el (locate-library):
1890 * emacs-lisp/find-func.el (find-library-name):
1891 Use `load-file-rep-suffixes' instead of '("").
1892
1893 2006-02-26 Kim F. Storm <storm@cua.dk>
1894
1895 * ido.el (ido-save-history, ido-load-history): Simplify.
1896 Don't use find-file-noselect to avoid interference from other modes.
1897
1898 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1899
1900 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1901 to use the default shell if filename is not available.
1902 Reported by Giorgos Keramidas.
1903
1904 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1905
1906 * progmodes/etags.el (tags-completion-table): Do completion from
1907 all the tables in the current list, as documented in the manual.
1908
1909 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1910
1911 * CC Mode Update to 5.31.3.
1912
1913 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1914
1915 * progmodes/cc-mode.el (c-postprocess-file-styles):
1916 Bind inhibit-read-only to t, around the call to
1917 c-remove-any-local-eval-or-mode-variables, so that it works on a
1918 RO file.
1919
1920 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1921
1922 * progmodes/cc-awk.el: Correct a typo.
1923
1924 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1925
1926 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1927 c-hungry-delete-backwards, at the request of RMS. Leave the old
1928 name as an alias.
1929
1930 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1931
1932 * progmodes/cc-mode.el: Correct a typo.
1933
1934 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1935
1936 * progmodes/cc-defs.el: Update the version number to 5.31.3.
1937
1938 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1939
1940 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1941 brace-else-brace (error due to mbeg, mend being undefined).
1942
1943 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1944
1945 * progmodes/cc-mode.el: File Local variables: Solve the problem
1946 where both `mode' and c-file-offsets are specified: `mode' will
1947 overwrite c-f-o's settings:
1948 (c-remove-any-local-eval-or-mode-variables): New function.
1949 (c-postprocess-file-styles): Call the above new function, within
1950 c-tentative-buffer-change, to splat `mode' and `eval' before the
1951 second hack-local-variables.
1952
1953 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1954
1955 * progmodes/cc-mode.el:
1956 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1957 (c-after-change): Protect the match data with save-match-data.
1958 It was getting corrupted by c-after-change-check-<>-operators.
1959
1960 * cc-defs.el: [Supersedes patch V1.38]:
1961 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1962 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
1963
1964 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1965 with save-match-data. It was being corrupted when Font Lock was
1966 not enabled.
1967
1968 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1969
1970 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1971 Mode and Subword Mode.
1972
1973 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1974 real labels ("case 1:" or "foo:") from non-labels ("public:").
1975 (c-forward-objc-directive): Replace c-forward-token-2 with crude
1976 coding; c-f-t-2 doesn't move over a token at EOB.
1977
1978 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1979
1980 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1981 (c-update-modeline): Concatenate the minor mode indicators
1982 directly onto mode-name, removing c-submode-indicators.
1983 Sometimes, c-s-i got separated from the mode name on the mode line.
1984
1985 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1986 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1987
1988 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1989
1990 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1991 error message when there's an evaluation error to show whether
1992 it's loaded from source or not.
1993 (c-filter-ops): Make it available at runtime too to work when
1994 `c-make-init-lang-vars-fun' needs to evaluate from source.
1995
1996 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
1997
1998 * help.el (help): Revert last part of 2006-02-23 change (deletion
1999 of the `provide' call).
2000
2001 2006-02-23 Juri Linkov <juri@jurta.org>
2002
2003 * compare-w.el (compare-windows-highlight): Add new value
2004 `persistent' and change :type from `boolean' to `choice'.
2005 (compare-windows-overlays1, compare-windows-overlays2):
2006 New internal variables.
2007 (compare-windows-highlight): If compare-windows-highlight is
2008 `persistent', add current overlays to compare-windows-overlays[12]
2009 instead of adding compare-windows-dehighlight to pre-command-hook.
2010 (compare-windows-dehighlight): Delete all overlays from
2011 compare-windows-overlays[12].
2012
2013 * info.el (Info-search): Don't bind search-spaces-regexp to
2014 Info-search-whitespace-regexp in non-regexp isearch mode.
2015
2016 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2017
2018 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
2019
2020 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
2021
2022 * textmodes/org.el (org-xemacs-p)
2023 (org-export-html-show-new-buffer, org-table-may-need-update)
2024 (org-insert-item, org-mhe-get-message-real-folder)
2025 (org-mhe-get-message-folder-from-index)
2026 (org-mhe-get-message-folder, org-mhe-get-message-num)
2027 (org-mhe-get-header, org-make-org-heading-search-string)
2028 (org-make-org-heading-camel, org-table-sort-lines)
2029 (org-format-org-table-html, org-format-table-table-html):
2030 Fix typos in docstrings.
2031
2032 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
2033
2034 * textmodes/org.el (org-cleaned-string-for-export)
2035 (org-solidify-link-text): New function.
2036 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
2037 XEmacs, just to silence the compiler.
2038 (org-export-as-ascii, org-export-as-html-and-open):
2039 Use `org-cleaned-string-for-export' and create internal links.
2040 (org-follow-mhe-link): Require mh-e, use folder.
2041
2042 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2043
2044 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
2045
2046 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
2047 gdb-debug-log-length.
2048 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
2049 it a real ring but...
2050 (gud-gdba-marker-filter): ...make it work like mark-ring.
2051 (gdb-enable-debug): Rename from gdb-enable-debug-log.
2052 (gdb-mouse-jump): New function. Add bindings.
2053
2054 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2055
2056 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
2057 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
2058 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
2059 (gdb-debug-log-length): Customize it's length.
2060 (gud-watch, gdb-var-create-handler): Display function::var format
2061 but don't use to create variable object.
2062 (gdb-var-create-handler): Use message-box in place of message.
2063 (gdb-stopped): Call gdb-exited if signalled.
2064
2065 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
2066
2067 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
2068
2069 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
2070
2071 * textmodes/reftex.el (reftex-locate-file): Search all extensions
2072 if `reftex-try-all-extensions' is set.
2073
2074 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
2075 fail silently when there is no valid argument at point.
2076 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
2077 `fail-silently' argument. From a patch by David Reiter.
2078
2079 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
2080 New commands.
2081 (org-mark-ring): New variable.
2082 (org-mark-ring-length): New option.
2083 (org-open-at-point, org-goto, org-open-file): Push old position
2084 onto the mark ring.
2085 (org-add-hook): New function.
2086 (org-export-table-remove-special-lines): New option.
2087 (org-skip-comments, org-format-org-table-html): Respect new
2088 option `org-export-table-remove-special-lines'.
2089 (org-open-file): Allow special command configuration for
2090 directory link.
2091 (org-file-apps): Fix bugs in customize type, added setting
2092 for directories.
2093 (org-activate-tags, org-format-agenda-item, org-complete)
2094 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
2095 (org-get-tags, org-get-buffer-tags, org-open-at-point)
2096 (org-link-search, org-make-org-heading-search-string)
2097 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
2098 (org-radio-targets, org-file-link-context-use-camel-case)
2099 (org-activate-camels): New options.
2100 (org-update-radio-target-regexp, org-all-targets)
2101 (org-make-target-link-regexp, org-activate-target-links):
2102 New functions.
2103 (org-make-org-heading-search-string): New function.
2104 (org-store-link, org-insert-link): Use new option
2105 `org-file-link-context-use-camel-case'.
2106 (org-activate-camels): Use new option `org-activate-camels'.
2107 (org-link-regexp): Add mhe prefix.
2108 (org-open-at-point, org-store-link): Support for mhe links.
2109 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
2110 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
2111 (org-mhe-get-header, org-follow-mhe-link): New functions.
2112 (org-remove-angle-brackets, org-add-angle-brackets):
2113 New functions.
2114 (org-bracket-link-regexp): New constant.
2115 (org-read-date): Fix bug that was rejecting all typed dates.
2116 (org-link-search): Make hierarchy above visible after a match.
2117 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
2118 (org-store-link): Fix bug with link creation when cursor is in
2119 an empty line.
2120 (org-open-at-point): Fix bug with matching a link.
2121 Fixed buggy argument sequence in call to `org-view-tags'.
2122 (org-compile-prefix-format): Set `org-prefix-has-tag'.
2123 (org-prefix-has-tag): New variable.
2124 (org-format-agenda-item): Remove tags from headline
2125 if appropriate.
2126 (org-agenda-remove-tags-when-in-prefix): New option.
2127
2128 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
2129
2130 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
2131 Fix the regular expressions.
2132
2133 2006-02-21 Richard M. Stallman <rms@gnu.org>
2134
2135 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
2136 if there's no other specific basis.
2137
2138 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
2139 as variables at all.
2140 (unsafep-variable): Rename arg; doc fix.
2141
2142 * abbrevlist.el (list-one-abbrev-table): Add autoload.
2143
2144 * calendar/appt.el (diary-selective-display): Add defvar.
2145
2146 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
2147
2148 * isearch.el (search-whitespace-regexp): Fix custom type.
2149
2150 * help.el (describe-key-briefly): Compute interactive args
2151 in same was as before previous change.
2152
2153 * files.el (enable-local-variables): Doc fix.
2154
2155 2006-02-21 Kim F. Storm <storm@cua.dk>
2156
2157 * fringe.el: Cleanup as file is now pre-loaded.
2158 (fringe-bitmaps): Initialize unconditionally.
2159 (fringe-mode, set-fringe-style): Remove autoload cookies.
2160
2161 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2162
2163 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
2164 `horizontal-bar'.
2165 (fringe-cursor-alist): Use `horizontal-bar'.
2166
2167 2006-02-20 Kim F. Storm <storm@cua.dk>
2168
2169 * fringe.el (fringe-bitmaps): Update to new bitmap names.
2170 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
2171
2172 * loadup.el: Load "fringe" on window systems.
2173
2174 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2175
2176 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
2177 out of scope components.
2178
2179 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
2180 default.
2181
2182 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
2183
2184 * custom.el (customize-mark-to-save, customize-mark-as-set):
2185 Load the symbol first.
2186
2187 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
2188
2189 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
2190 strech spec so it doesn't display as "^J" on the header line
2191 when `Buffer-menu-use-header-line' is t.
2192
2193 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2194
2195 * speedbar.el (speedbar-make-button): Keep text properties
2196 of string arguments if desired.
2197
2198 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
2199 expessions.
2200
2201 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
2202 of speedbar.
2203
2204 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
2205
2206 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
2207 to value of `read-file-name-completion-ignore-case'.
2208
2209 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
2210
2211 * custom.el (customize-mark-as-set): Push to `user' theme.
2212
2213 * cus-edit.el (custom-save-variables): Allow unthemed values.
2214 (customize-set-variable): Push setting to `user' theme.
2215
2216 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2217
2218 * progmodes/gud.el: Don't require font-lock as it's now
2219 automatically loaded.
2220 (gud-speedbar-buttons): Replace gdb-var-changed with
2221 gdb-force-update.
2222
2223 * progmodes/gdb-ui.el (gdb-force-update): Rename from
2224 gdb-var-changed.
2225 (gdb-post-prompt): Use it.
2226 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2227 (gdb-var-update-handler, gdb-var-delete)
2228 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
2229 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
2230 gdb-force-update in gdb-post-prompt.
2231 (gdb-reset): Clear watch expressions from speedbar when quitting.
2232
2233 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2234
2235 * viper-cmd.el (viper-insert-state-post-command-sentinel)
2236 (viper-change-state-to-vi, viper-change-state-to-emacs):
2237 Make aware of cursor coloring in the Emacs state.
2238 (viper-special-read-and-insert-char): Use read-char-exclusive.
2239 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
2240
2241 * viper-init.el (viper-emacs-state-cursor-color): New variable.
2242
2243 * viper-util.el (viper-save-cursor-color)
2244 (viper-get-saved-cursor-color-in-replace-mode)
2245 (viper-get-saved-cursor-color-in-insert-mode)
2246 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
2247 state.
2248 (viper-get-saved-cursor-color-in-emacs-mode): New function.
2249
2250 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
2251 (ediff-ignore-case-option3, ediff-actual-diff-options)
2252 (ediff-actual-diff3-options): New variables to control case sensitivity.
2253 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
2254 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
2255 (ediff-toggle-ignore-case): New function.
2256 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
2257
2258 * ediff-help.el (ediff-long-help-message-narrow2)
2259 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
2260 (ediff-long-help-message-word-mode): Add ignore-case command.
2261 (ediff-help-for-quick-help): Add ignore-case command.
2262
2263 * ediff-merg.el: Move provide to the end.
2264
2265 * ediff-ptch.el: Move provide to the end.
2266
2267 * ediff-wind.el: Move provide to the end.
2268
2269 * ediff-mult.el: Move provide to the end.
2270 (ediff-set-meta-overlay): Enable follow-link.
2271
2272 * ediff.el: Move provide to the end.
2273 Break recursive load cycle in eval-when-compile.
2274 (ediff-patch-buffer): Better heuristics.
2275
2276 * ediff-util.el: Move provide to the end.
2277 Break recursive load cycle in eval-when-compile.
2278 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
2279 defuns.
2280 (ediff-submit-report): Pass the values of ediff-diff3-program,
2281 ediff-diff3-options.
2282
2283 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2284
2285 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2286 the opening bracket of the following bracketing pairs: {}, [], (), <>,
2287 `' (for example, in the docstring of `windmove-default-keybindings').
2288
2289 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2290
2291 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2292 shadow face. Don't provide binding to edit variable when it is
2293 out of scope.
2294
2295 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2296 (gdb-var-update-handler): Detect out of scope variables with pre
2297 GDB 6.4 too.
2298 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2299 Reset status of variable objects to nil in update handlers.
2300 (gdb-var-update-handler-1): Detect when a variable object comes
2301 in scope. setcar on var changes gdb-var-list directly.
2302
2303 2006-02-17 Juri Linkov <juri@jurta.org>
2304
2305 * ffap.el (ffap) <defface>: Add explicit face declaration.
2306 (ffap-highlight): Use face `ffap' directly instead of checking
2307 for its existence.
2308
2309 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2310 `visible-ok' of `other-buffer' to find the right original buffer.
2311
2312 * info.el (Info-search): Skip `Local Variables' node.
2313
2314 2006-02-17 Juri Linkov <juri@jurta.org>
2315
2316 * info.el (Info-find-file): Check for symbols `apropos', `history',
2317 `toc' in the input filename, and return these symbols as is.
2318 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2319 `history', `toc' instead of strings.
2320 (Info-set-mode-line): For non-string Info-current-file use the
2321 symbol's name inside **.
2322 (Info-isearch-push-state): Add quote before Info-current-file and
2323 Info-current-node.
2324 (Info-isearch-pop-state): Use `equal' instead of `string='.
2325 (Info-extract-pointer, Info-following-node-name): Use
2326 `match-string-no-properties' instead of `match-string'.
2327 (Info-up): Check `old-file' for `stringp'.
2328 (Info-history): Use `equal' instead of `string-equal'.
2329 Check `file' for `stringp'.
2330 (Info-history): Use symbol `history' instead of string as first arg
2331 of `Info-find-node'.
2332 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2333 `toc' instead of string.
2334 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2335 instead of `buffer-substring', and `match-string-no-properties'
2336 instead of `match-string'.
2337 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2338 instead of strings.
2339 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2340 Use symbol `apropos' instead of string.
2341 (Info-copy-current-node-name): Check `Info-current-file' for
2342 `stringp' and construct a command with `Info-find-node' from it.
2343 (Info-fontify-node): Use `match-string-no-properties' instead of
2344 `match-string' and check file names for `stringp'.
2345 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2346 `history', `toc' instead of strings.
2347
2348 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2349
2350 * files.el: Rearrange functions and variables in the file local
2351 variables section.
2352
2353 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2354
2355 * files.el: Add truncate-lines, ispell-check-comments and
2356 ispell-local-dictionary as safe local variables.
2357
2358 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2359
2360 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2361 out of scope variables.
2362 (gud-speedbar-buttons): Use unless.
2363
2364 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2365 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2366 (gdb-show-changed-values): Also use for out of scope variables.
2367 (gdb-var-update-handler-1): Note if variable goes out of scope.
2368
2369 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2370
2371 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2372 default to global variable values for unsupplied args.
2373 (rcirc-get-buffer-create): Fix bug with setting the target.
2374 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2375 test for rcirc-always-use-server-buffer-flag here.
2376 (rcirc-response-formats): Add %N, which is a facified nick. %n
2377 uses the default face. Change the ACTION format string. If the
2378 "nick" is the server, don't print anything for that field.
2379 Comment fixes.
2380 (rcirc-target-buffer): Don't test
2381 rcirc-always-use-server-buffer-flag here.
2382 (rcirc-print): Squeeze extra spaces out of the text before message.
2383 (rcirc-put-nick-channel): Strip potential "@" char from nick
2384 before adding them to nick table.
2385 (rcirc-url-regexp): Improve to match address like "foo.com".
2386
2387 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2388
2389 * allout.el (allout-hidden-p): Move this defsubst before
2390 allout-overlay-interior-modification-handler, where it is first
2391 used.
2392
2393 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2394
2395 * allout.el: Use allout invisible-text overlays instead of
2396 selective display for concealed text. Also, lots of general
2397 cleanup, and improved compatibility code.
2398
2399 (allout-version) Incremented, corrected, revised, and refined
2400 module commentary.
2401
2402 (provide 'allout): Moved to the bottom, added a require of overlay.
2403
2404 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2405 `except-current'.
2406 (allout-write-file-hook-handler): Minimize delay.
2407 (count-trailing-whitespace-region): New function so
2408 auto-encryption of current topic can resituate cursor exactly.
2409 PGP/GPG encryption trims trailing whitespace from lines, which
2410 must be accounted for across encryption then decryption.
2411
2412 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2413 just plain "\C-c", to avoid intruding on user's keybinding space.
2414
2415 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2416 parameter, so user request to provide a new password is done.
2417
2418 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2419 Refined mechanism for auto-filling behavior while in allout mode.
2420
2421 (allout-mode): Explicitly specify the mode map in the docstring.
2422 Clarify provision for various write-file hook var names.
2423 Adjusted for invisible-text overlays instead of selective-display.
2424
2425 (allout-depth): Really return 0 if not within any topic. This
2426 rectifies `allout-beginning-of-level' and sequence numbering
2427 errors that occur when cutting and pasting numbered topics.
2428 Changed from a in-line subst to a regular function, as well.
2429
2430 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2431
2432 (allout-end-of-subtree, allout-end-of-subtree)
2433 (allout-end-of-entry, allout-end-of-current-heading)
2434 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2435 (allout-show-children, allout-show-to-offshoot)
2436 (allout-hide-current-entry, allout-show-current-entry): Rectified
2437 handling of trailing blank lines between items.
2438
2439 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2440 (allout-current-depth, allout-unprotected, allout-hidden-p)
2441 (allout-on-current-heading-p, allout-listify-exposed)
2442 (allout-chart-subtree, allout-goto-prefix)
2443 (allout-back-to-current-heading, allout-get-body-text)
2444 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2445 (allout-hide-region-body, allout-toggle-subtree-encryption)
2446 (allout-encrypt-string, allout-encrypted-key-info)
2447 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2448 (allout-file-vars-section-data): Adjusted for use with
2449 invisible-text overlays instead of selective-display.
2450
2451 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2452 Reworked for use with invisible text overlays.
2453
2454 (allout-current-topic-collapsed-p): New function.
2455
2456 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2457 to know when to close the containing topic.
2458
2459 (allout-pre-command-business, allout-post-command-business):
2460 Simplify undo-batching and dynamic isearch exposure.
2461
2462 (allout-set-overlay-category): New for invisible-text overlays.
2463 Sets properties of allout-overlay-category, used by
2464 allout-flag-region to set invisible-text overlay properties.
2465 (allout-get-invisibility-overlay): Get the first qualifying
2466 invisibility overlay, so we can find the extent of it.
2467 (allout-back-to-visible-text): Get to just before the beginnining
2468 of the current invisibility overlay, if any.
2469
2470 (allout-overlay-insert-in-front-handler)
2471 (allout-overlay-interior-modification-handler)
2472 (allout-before-change-handler, allout-isearch-end-handler): New
2473 functions to handle extraordinary actions affecting concealed
2474 text.
2475
2476 (allout-flag-region): Use overlays instead of selective-display
2477 for invisible text - by inheritence from the properties of
2478 allout-overlay-category in mainline Emacs, and applied
2479 property-by-property in XEmacs, some recent versions of which
2480 don't inherit the properties from the category. Provisions to
2481 respond to concealed-text edits simplified drastically.
2482
2483 (allout-isearch-rectification, allout-isearch-was-font-lock)
2484 (allout-isearch-expose, allout-enwrap-isearch)
2485 (allout-isearch-abort, allout-pre-was-isearching)
2486 (allout-isearch-prior-pos, allout-isearch-did-quit)
2487 (allout-isearch-dynamic-expose)
2488 (allout-hide-current-entry-completely): Functions deleted.
2489
2490 (allout-undo-aggregation): Explicit undo aggregation no longer
2491 necessary due to transition away from selective-display.
2492
2493 (set-allout-regexp, allout-up-current-level)
2494 (allout-next-visible-heading, allout-forward-current-level)
2495 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2496 (allout-kill-line, allout-yank-processing, allout-show-children)
2497 (allout-expose-topic, allout-old-expose-topic)
2498 (allout-listify-exposed, allout-insert-latex-header)
2499 (allout-toggle-subtree-encryption, allout-encrypt-string)
2500 (remove-from-invisibility-spec, allout-hide-current-subtree):
2501 Ditched unused variables.
2502
2503 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2504
2505 * textmodes/ispell.el (ispell-change-dictionary): Call
2506 ispell-buffer-local-dict instead of
2507 ispell-accept-buffer-local-defs.
2508 (ispell-local-dictionary-alist): Accept as valid any coding-system
2509 supported by Emacs.
2510 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2511 changed to iso-8859-3.
2512
2513 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2514
2515 * speedbar.el (speedbar-frame-width): Make an inline function
2516 instead of a macro. Use frame-width.
2517 (speedbar-try-completion, speedbar-update-contents)
2518 (speedbar-timer-fn): Use consp.
2519 (speedbar-update-localized-contents): Try to preserve point.
2520
2521 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2522 (menu): Re-order menu items.
2523 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2524 field.
2525 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2526 (gdb-post-prompt): Speed things by not forcing update.
2527
2528 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2529
2530 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2531 press and perform default action if we get a mouse movement event.
2532
2533 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2534
2535 * calendar/icalendar.el (icalendar--get-event-property)
2536 (icalendar--get-event-property-attributes): Fix typos in
2537 docstrings.
2538
2539 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2540 docstring.
2541
2542 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2543
2544 * bs.el (bs-mode): Use `buffer-disable-undo'.
2545 (bs--get-file-name): Simplify.
2546 (bs-show-in-buffer): Mark the buffer as not modified.
2547
2548 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2549
2550 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2551 widget-button-click.
2552
2553 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2554 (custom-mode): Update docstring.
2555
2556 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2557 binding.
2558
2559 * files.el (hack-local-variables-confirm): Allow scrolling if the
2560 file variable list is too long. Kill temp buffer after use.
2561
2562 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2563
2564 * progmodes/gud.el (gdb): Improve doc string.
2565 (gdb-script-font-lock-keywords): Expand allowed character set.
2566
2567 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2568 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2569 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2570 (gdb-separate-io-stop, gdb-separate-io-eof):
2571 Rename from gdb-inferior-* to gdb-separate-*.
2572 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2573
2574 2006-02-14 Jay Belanger <belanger@truman.edu>
2575
2576 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2577 expression is a symbol before checking that it is bound.
2578
2579 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2580 test to see if equation can be solved.
2581
2582 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2583
2584 * wid-edit.el (widget-button-click): Use :pressed-face property
2585 for overlay face, if it exists.
2586
2587 * cus-edit.el (custom-manual, custom-add-see-also)
2588 (custom-add-parent-links, custom-group-link): Add :pressed-face
2589 property to links.
2590
2591 * files.el (hack-local-variables): Remove ignored variables before
2592 checking if any variables need setting.
2593
2594 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2595
2596 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2597
2598 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2599
2600 * help.el (where-is): Fix message for remapped commands.
2601
2602 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2603 Fix typos in docstrings.
2604
2605 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2606
2607 * files.el (safe-local-variable-values): New option.
2608 (hack-local-variables-prop-line): Return a list of variable-value
2609 pairs if MODE-ONLY is non-nil.
2610 (hack-local-variables): Construct list of variable-value pairs,
2611 and apply or reject them in one go. Ask for confirmation if
2612 variables are not known safe.
2613 (hack-local-variables-confirm): Complete rewrite. Support
2614 `safe-local-variable-values'.
2615 (enable-local-variables): Update docstring to reflect new
2616 behavior.
2617 (ignored-local-variables): Ignore ignored-local-variables and
2618 safe-local-variable-values.
2619 (safe-local-variable-p): New function.
2620 (risky-local-variable-p): `safe-local-variable' property check
2621 moved to safe-local-variable-p.
2622 (hack-one-local-variable): Checks moved to hack-local-variables.
2623
2624 (byte-compile-dynamic, c-basic-offset, c-file-style)
2625 (c-indent-level, comment-column, fill-column, fill-prefix)
2626 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2627 (no-update-autoloads, outline-regexp, page-delimiter)
2628 (paragraph-start, paragraph-separate, sentence-end)
2629 (sentence-end-double-space tab-width, version-control):
2630 Add `safe-local-variable' property.
2631
2632 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2633
2634 * icomplete.el, play/landmark.el: Change nonexistent
2635 `outline-layout' file variable to `allout-layout'.
2636
2637 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2638
2639 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2640 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2641 to gud-comint-buffer.
2642 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2643 gdb-ui.el for gdb-mi.el.
2644 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2645 registers buffer to gdb-get-changed-registers.
2646 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2647 deletion of catchpoints (throw and catch).
2648 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2649 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2650 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2651 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2652 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2653
2654 2006-02-13 Jay Belanger <belanger@truman.edu>
2655
2656 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2657 expression is a symbol before checking that it is bound.
2658
2659 2006-02-13 Richard M. Stallman <rms@gnu.org>
2660
2661 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2662 for the minibuffer too, but not if resize-mini-windows will interfere.
2663
2664 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2665 inside `interactive' spec.
2666 (describe-key-briefly-internal, describe-key-internal):
2667 Functions merged back into their callers.
2668
2669 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2670
2671 * info.el (info-xref-visited): Inherit from info-xref too.
2672 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2673 when propertizing Info-current-file and Info-current-node.
2674
2675 2006-02-13 Juri Linkov <juri@jurta.org>
2676
2677 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2678 (tumme-thumb-name): Fix per-directory format.
2679
2680 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2681
2682 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2683
2684 2006-02-12 Miles Bader <miles@gnu.org>
2685
2686 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2687
2688 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2689
2690 * tumme.el: Remove history section. If someone needs the it, it
2691 can always be found in CVS.
2692
2693 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2694
2695 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2696 about the Thumbnail Managing Standard option.
2697
2698 2006-02-12 Richard M. Stallman <rms@gnu.org>
2699
2700 * subr.el (substitute-key-definition): Doc fix.
2701
2702 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2703
2704 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2705
2706 * info.el (Info-mode): Doc fix.
2707
2708 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2709
2710 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2711
2712 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2713 because on Solaris a POSIX compatible "id" is needed. Reported by
2714 Magnus Henoch <mange@freemail.hu>.
2715
2716 2006-02-12 Juri Linkov <juri@jurta.org>
2717
2718 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2719 (tumme) <defgroup>: Change :group to `multimedia'.
2720 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2721 Managing Standard.
2722 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2723 Fix dostring.
2724 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2725 and %y. Fix docstring.
2726 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2727 (tumme-cmd-create-standard-thumbnail-command): New user options.
2728 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2729 is `standard'. Fix docstring.
2730 (tumme-thumb-width, tumme-thumb-height): New user options.
2731 (tumme-external-viewer): Try to find various viewers.
2732 (tumme-get-thumbnail-image): Use `create-image' instead of
2733 constructing the `image' structure.
2734 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2735 `standard'.
2736 (tumme-thumb-name): Add file name generation for standard storage.
2737 Simplify code for other storages.
2738 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2739 Add modification time %m and thumbnail-nq8 %q.
2740 Use `tumme-cmd-create-standard-thumbnail-command' if
2741 tumme-thumbnail-storage is `standard'.
2742 (tumme-dired-insert-marked-thumbs): New autoload command.
2743 (tumme-dired-after-readin-hook): New function.
2744 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2745 `tumme-thumb-size'.
2746 (tumme-display-image): Replace size-x %x and size-y %y with
2747 width %w and height %h.
2748
2749 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2750 `tumme-dired-insert-marked-thumbs'.
2751
2752 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2753
2754 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2755 include path).
2756 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2757 matching tag.
2758
2759 2006-02-12 Miles Bader <miles@gnu.org>
2760
2761 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2762 New variables.
2763 (rcirc-abbrev-nick): New function.
2764 (rcirc-format-response-string): Rewrite to use the formats in
2765 `rcirc-response-formats' and expand escape sequences therein.
2766 A text-property `rcirc-text' is added over the actual response
2767 text to make easy to find inside the returned string.
2768 (rcirc-print): When filling, just look for the `rcirc-text'
2769 text-property to find the appropriate fill prefix, instead of
2770 using hardwired patterns.
2771
2772 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2773
2774 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2775 Managing Standard.
2776
2777 2006-02-11 Kim F. Storm <storm@cua.dk>
2778
2779 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2780 Don't use insert-buffer; do insert-buffer-substring directly.
2781 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2782
2783 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2784
2785 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2786 with inhibit-read-only. Suggested by Stefan Monnier.
2787 (revert-buffer): Let insert-file-contents discard
2788 buffer-undo-list. Simplify code.
2789 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2790
2791 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2792
2793 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2794
2795 * help.el (describe-key-briefly): Now a wrapper for
2796 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2797 to t. Populate yank-menu if empty.
2798 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2799 (describe-key): Now a wrapper for describe-key-internal. Bind
2800 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2801 (describe-key-internal): Renamed from describe-key.
2802
2803 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2804
2805 * progmodes/glasses.el (glasses-separator): Doc fix.
2806 (glasses-original-separator): New defcustom.
2807 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2808
2809 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2810
2811 * mwheel.el (mouse-wheel-up-event): Doc fix.
2812
2813 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2814
2815 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2816 (tumme-dir): New function. Copied from thumbs.el.
2817
2818 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2819
2820 * desktop.el (desktop-outvar): Fix typo.
2821 (desktop-save-buffer-p): Doc fix.
2822
2823 * subr.el (substitute-key-definition): Fix typo.
2824
2825 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2826
2827 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2828 when window-system is mac.
2829
2830 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2831
2832 2006-02-10 Kim F. Storm <storm@cua.dk>
2833
2834 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2835 indirect-function instead of using condition-case.
2836
2837 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2838
2839 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2840 less `colloquial'...
2841
2842 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2843
2844 * tumme.el: Add a couple of todo items.
2845
2846 2006-02-09 Lars Hansen <larsh@soem.dk>
2847
2848 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2849 (highlight-changes-mode): Don't change desktop-locals-to-save.
2850
2851 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2852
2853 * image-mode.el (image-toggle-display): Clear image cache if using
2854 filename.
2855
2856 2006-02-09 Masatake YAMATO <jet@gyve.org>
2857
2858 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2859 a `dired-man' target.
2860
2861 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2862 boundary of symbols.
2863
2864 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2865
2866 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2867
2868 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2869
2870 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2871 `mapcar'; return nil.
2872
2873 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2874
2875 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2876 some other event.
2877
2878 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2879
2880 * net/rcirc.el (rcirc-startup-channels-alist):
2881 Add irc.freenode.net and #emacs as defaults.
2882 (rcirc-ignore-all-activity-flag): Remove variable.
2883 (rcirc-authinfo): New variable.
2884 (rcirc-authinfo-filename): Remove variable.
2885 (rcirc-always-use-server-buffer-flag): New flag.
2886 (rcirc): M-x rcirc will automatically connect without prompting.
2887 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2888 connection in lisp.
2889 (rcirc-process-server-response-1): Remove everything but the nick
2890 portion of the sender so it doesn't need to be done everywhere
2891 else. Update related code.
2892 (global-map): Remove global keybindings.
2893 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2894 (rcirc-send-input): Split into several functions.
2895 (rcirc-process-input-line, rcirc-process-message)
2896 (rcirc-process-command): New functions.
2897 (rcirc-target-buffer): New function to determine where to route
2898 messages.
2899 (rcirc-user-nick): Save match data.
2900 (rcirc-toggle-ignore-buffer-activity)
2901 (rcirc-update-activity-string): Remove global ignore functionality,
2902 which can be done now by toggling rcirc-track-minor-mode.
2903 (rcirc-track-minor-mode-map): New keymap.
2904 (rcirc-track-minor-mode): New minor-mode.
2905 (ignore): Make the ignore output nicer. Always print it when
2906 adding or removing nicks.
2907 (rcirc-url-regexp): Improve.
2908 (rcirc-mangle-text): Remove properties before using text in the
2909 modeline.
2910 (rcirc-authenticate): Authentication data comes from
2911 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2912 (rcirc-server-prefix): Inherit from rcirc-server.
2913
2914 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2915
2916 * Makefile.in (compile): Append "|| true" to the end of the `find'
2917 command, like compile-always does.
2918
2919 2006-02-08 Sam Steingold <sds@gnu.org>
2920
2921 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2922 output from a dead connection.
2923
2924 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2925
2926 * dired.el (dired-mode-map): Add more bindings for tumme.
2927
2928 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2929
2930 * wdired.el (wdired-mode-map): Use remap.
2931 (wdired-get-filename): Massage.
2932 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2933 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2934 `keymap' property rather than `local-map'.
2935
2936 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2937
2938 * tumme.el (tumme-get-thumbnail-image): New utility function.
2939 Suggested by from Chong Yidong.
2940 (tumme-dired-with-window-configuration): Rename from
2941 `tumme-dired'. Add code to save window configuration.
2942 (tumme-restore-window-configuration): New command to restore the
2943 window configuration that `tumme-dired-with-window-configuration'
2944 saves before it changes the window configuration.
2945 (tumme-show-all-from-dir): New command to display thumbnails for
2946 all files in a directory entered by the user, like M-x thumbs.
2947 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2948 have been created.
2949 (tumme-display-thumbnail-original-image): Call `display-buffer'.
2950 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2951 Remove obsolete test function.
2952
2953 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
2954
2955 * vc.el (small-temporary-file-directory): Remove defvar; there's
2956 a defcustom for it in files.el.
2957
2958 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2959 Fix typo in message.
2960 (tumme-gallery-generate): Fix typo in `error' message.
2961 (tumme-display-window-height-correction)
2962 (tumme-display-window-width-correction, tumme-line-up-dynamic)
2963 (tumme-line-up-interactive): Dox fixes.
2964 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2965 (tumme-restore-window-configuration, tumme-format-properties-string)
2966 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2967 Fix typos in docstrings.
2968
2969 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2970
2971 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2972
2973 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
2974
2975 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2976 User should use hook if desired.
2977
2978 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2979 buffer if necessary.
2980 (gdb-delete-frame-or-window): New function.
2981 (gdb-breakpoints-mode-map): Bind "q" to it.
2982
2983 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2984
2985 * textmodes/nroff-mode.el: Clean up name space.
2986 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2987 (nroff-mode): Obey the global setting of nroff-electric-mode.
2988 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2989
2990 * calendar/calendar.el (calendar-increment-month): Typo in last change.
2991
2992 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
2993
2994 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2995
2996 2006-02-06 Lars Hansen <larsh@soem.dk>
2997
2998 * generic-x.el (etc-fstab-generic-mode): Add file system types
2999 cifs and usbdevfs. Allow special chars in file names.
3000
3001 2006-02-05 Jay Belanger <belanger@truman.edu>
3002
3003 Update copyright notices of the files in lisp/calc.
3004
3005 2006-02-05 Romain Francoise <romain@orebokech.com>
3006
3007 Update copyright notices of all files in the lisp/play directory.
3008
3009 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
3010
3011 * ldefs-boot.el: Regenerate.
3012
3013 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
3014
3015 2006-02-05 Kim F. Storm <storm@cua.dk>
3016
3017 * files.el (magic-mode-regexp-match-limit): New defvar.
3018 (set-auto-mode): Use it to limit magic-mode-alist matching.
3019
3020 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
3021
3022 * simple.el (display-message-or-buffer): Compare the number of
3023 characters to the frame width when determining whether a 1-line
3024 message string will fit in the echo area. Count screen lines
3025 instead of buffer lines when determining whether a multi-line
3026 message will fit in the echo area/minibuffer window.
3027
3028 2006-02-04 Eli Zaretskii <eliz@gnu.org>
3029
3030 * info.el (Info-index, Info-mode): Improve the description of the
3031 `i' command.
3032
3033 * ldefs-boot.el: Regenerate.
3034
3035 2006-02-03 Werner Lemberg <wl@gnu.org>
3036
3037 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
3038 greedy to find the closing bracket in \*[...] and similar
3039 expressions. This is a first rough fix -- many additional
3040 refinements are necessary to make nroff mode really usable with groff.
3041
3042 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
3043
3044 * international/mule-cmds.el (set-locale-environment):
3045 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
3046 libX11.
3047
3048 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
3049
3050 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
3051 archive are created in archive-tmpdir.
3052
3053 2006-02-02 John Paul Wallington <jpw@pobox.com>
3054
3055 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
3056 (ibuffer-fontification-alist): Use it.
3057 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
3058 to "* z" and the Ibuffer Mark menu.
3059
3060 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
3061
3062 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3063
3064 * textmodes/table.el (*table--cell-describe-mode)
3065 (*table--cell-describe-bindings): Undo last change since
3066 print-help-return-message is not obsoleted by anything at all.
3067
3068 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
3069
3070 * emulation/cua-base.el (cua-mode): Doc fix.
3071
3072 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
3073
3074 * dframe.el (dframe-handle-make-frame-visible)
3075 (dframe-handle-iconify-frame, dframe-get-focus)
3076 (dframe-select-attached-frame, dframe-power-click)
3077 (dframe-frame-mode): Fix typos in docstrings.
3078
3079 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
3080 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
3081 Fix typos in docstrings.
3082
3083 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
3084 (hi-lock-face-buffer, hi-lock-font-lock-hook)
3085 (hi-lock-archaic-interface-message-used)
3086 (hi-lock-file-patterns-range): Fix typos in docstrings.
3087
3088 * savehist.el (savehist-loaded, savehist-load, savehist-install)
3089 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
3090
3091 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
3092 Fix typo in docstring.
3093
3094 * net/newsticker.el (newsticker--decode-iso8601-date)
3095 (newsticker--set-customvar, newsticker--buffer-insert-item)
3096 (newsticker--do-run-auto-mark-filter)
3097 (newsticker--parse-generic-feed): Doc fixes.
3098 (newsticker--retrieval-timer-list, newsticker-url-list)
3099 (newsticker-hide-immortal-items-in-echo-area)
3100 (newsticker-hide-obsolete-items-in-echo-area)
3101 (newsticker-new-item-face, newsticker--enclosure)
3102 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
3103 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
3104 (newsticker--parse-generic-feed, newsticker--cache-contains)
3105 (newsticker--stat-num-items, newsticker-download-enclosures):
3106 Fix typos in docstrings.
3107
3108 * net/rcirc.el (rcirc-debug): Doc fix.
3109 (rcirc-fill-column, rcirc-receive-message-hooks)
3110 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
3111 (rcirc-mode, rcirc-generate-new-buffer-name)
3112 (rcirc-startup-channels, rcirc-ignore-update-automatic)
3113 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
3114 Fix typos in docstrings.
3115 (rcirc-print): "?\ " -> "?\s".
3116 (rcirc-cmd-join): Improve argument/docstring consistency.
3117
3118 2006-02-01 Mark A. Hershberger <mah@everybody.org>
3119
3120 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
3121 before narrow-to-region.
3122
3123 2006-02-01 Richard M. Stallman <rms@gnu.org>
3124
3125 * simple.el (move-beginning-of-line): Scan properly for invis change.
3126
3127 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
3128
3129 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
3130
3131 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
3132 change bit only when id-format is 'integer. Reported by Matt
3133 Hodges <M.P.Hodges@rl.ac.uk>.
3134
3135 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
3136
3137 * hilit-chg.el (highlight-changes-initial-state)
3138 (highlight-changes-global-initial-state): Doc fixes.
3139 (highlight-changes-global-modes, global-highlight-changes):
3140 Fix typos in docstrings.
3141
3142 2006-02-01 Kim F. Storm <storm@cua.dk>
3143
3144 * emulation/cua-base.el (cua-mode): Mention that CUA enables
3145 transient-mark-mode in doc string.
3146
3147 2006-01-31 Richard M. Stallman <rms@gnu.org>
3148
3149 * replace.el (multi-occur): Doc fix.
3150 (multi-occur-in-matching-buffers): Rename from
3151 multi-occur-by-filename-regexp. Prefix arg says match
3152 buffer names instead of file names.
3153
3154 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
3155
3156 * bs.el: Allow non-default values of `bs-header-lines-length'.
3157 (bs--running-in-xemacs): Remove (not needed anymore).
3158 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
3159 instead of `shrink-window', thus avoiding having to compute the
3160 height of the window.
3161 (bs--up): Wrap around even when there's no header.
3162 (bs--down): Use `forward-line' instead of `next-line'.
3163
3164 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
3165
3166 * image-mode.el (image-toggle-display): Use file name if possible,
3167 instead of unnecessarily allocating a (possibly huge) lisp string.
3168
3169 2006-01-30 John Paul Wallington <jpw@pobox.com>
3170
3171 * subr.el (toplevel): Define `cl-assertion-failed' condition here
3172 because the `assert' macro signals it at runtime.
3173
3174 * emacs-lisp/cl.el (toplevel): Remove definition of
3175 `cl-assertion-failed' condition.
3176
3177 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
3178
3179 * thumbs.el (thumbs-marked-list): Make buffer-local and
3180 permanent-local.
3181 (thumbs-insert-thumb): Make help-echo non-sticky.
3182 (thumbs-file-alist): Use eolp as check for (non)-image.
3183
3184 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
3185
3186 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
3187 (ediff-before-session-group-setup-hooks)
3188 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
3189 Fix typos in docstrings.
3190
3191 * window.el (bw-dir, bw-eqdir, balance-windows)
3192 (split-window-keep-point): Fix typos in docstrings.
3193
3194 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
3195 (org-quote-string, org-calendar-to-agenda-key)
3196 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
3197 (org-show-following-heading, org-tags-column)
3198 (org-use-tag-inheritance, org, org-allow-space-in-links)
3199 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
3200 (org-enable-table-editor, org-calc-default-modes)
3201 (org-table-allow-automatic-line-recalculation)
3202 (org-export-html-style, org-export-with-fixed-width)
3203 (org-export-with-sub-superscripts, org-special-keyword)
3204 (org-formula, org-time-grid, org-table-may-need-update)
3205 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
3206 (org-goto-quit, org-get-indentation, org-end-of-item)
3207 (org-move-item-down, org-move-item-up)
3208 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
3209 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
3210 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
3211 (org-agenda-log-mode, org-agenda-toggle-diary)
3212 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
3213 (org-agenda-file-to-end, org-agenda-no-heading-message)
3214 (org-agenda-get-closed, org-format-agenda-item)
3215 (org-cmp-priority, org-cmp-category, org-cmp-time)
3216 (org-agenda-change-all-lines, org-agenda-diary-entry)
3217 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
3218 (org-link-search, org-camel-to-words, org-open-file)
3219 (org-remember-handler, org-table-convert-region)
3220 (org-table-move-row-down, org-table-move-row-up)
3221 (org-table-copy-region, org-table-wrap-region)
3222 (org-table-toggle-vline-visibility)
3223 (org-table-get-vertical-vector, org-table-modify-formulas)
3224 (org-table-get-specials, org-recalc-commands)
3225 (org-table-rotate-recalc-marks, org-table-eval-formula)
3226 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
3227 (org-level-color-stars-only, org-insert-heading):
3228 Fix typos in docstrings.
3229 (last-arg): Add defvar.
3230
3231 * makefile.w32-in (WINS): Add erc.
3232 (MH_E_SRC): Update (copied from lisp/Makefile.in).
3233
3234 2006-01-29 Bill Wohler <wohler@newt.com>
3235
3236 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
3237 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
3238 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
3239 (mh-autoloads): Don't use comments on otherwise empty lines.
3240
3241 2006-01-29 Edward O'Connor <ted@oconnor.cx>
3242
3243 * emulation/viper.el (viper-major-mode-modifier-list): Add
3244 insert-state and vi-state entries for erc-mode.
3245 (viper-go-away, viper-set-hooks): Add and remove
3246 viper-comint-mode-hook from erc-mode-hook as appropriate.
3247
3248 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
3249
3250 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
3251
3252 * bs.el (bs--format-aux): Implement `middle' alignment as
3253 described in the docstring for `bs-attributes-list'.
3254 (bs--get-name): Simplify. Don't pad the buffer name.
3255
3256 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
3257
3258 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
3259 English aspell dictionary is installed, use the first entry of
3260 ispell-dictionary-alist-1.
3261
3262 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
3263
3264 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3265 Doc fix.
3266
3267 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
3268
3269 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3270 for `process-file', in order to let it work for older Emacsen too.
3271
3272 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3273
3274 * international/latexenc.el: Add a suitable `coding:' tag.
3275 (latexenc-find-file-coding-system): Undo last change.
3276
3277 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3278
3279 * international/latexenc.el (latexenc-find-file-coding-system):
3280 Make sure latexenc-main-file is a regular file and is readable.
3281
3282 2006-01-27 Andre Spiegel <spiegel@gnu.org>
3283
3284 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3285 Pass FILE to vc-user-login-name.
3286
3287 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3288
3289 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
3290
3291 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3292 there are no more images to display.
3293 (thumbs-mark, thumbs-unmark): Revert change so that they move to
3294 the next image.
3295
3296 2006-01-26 Richard M. Stallman <rms@gnu.org>
3297
3298 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3299
3300 * wid-edit.el (advertised-widget-backward): New alias.
3301 (widget-keymap): Use advertised-widget-backward for S-TAB.
3302
3303 * tumme.el: Correct the keywords.
3304 (tumme-dir-max-size): Use defvar.
3305 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3306
3307 * simple.el (move-beginning-of-line): Take account of fields.
3308 (clone-indirect-buffer-other-window): Take args like
3309 clone-indirect-buffer, and work like it.
3310
3311 * help-fns.el (describe-function): Don't pass `nil' as default.
3312
3313 * files.el (risky-local-variable-p): Follow var aliases.
3314
3315 * subr.el (lazy-completion-table): Doc fix.
3316
3317 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3318 global binding of `line'.
3319
3320 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3321
3322 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3323 Tramp.
3324
3325 * vc.el (vc-default-dired-state-info): Pass FILE to
3326 vc-user-login-name.
3327 (vc-default-update-changelog): Don't use vc-user-login-name, we
3328 don't need it here.
3329
3330 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3331 no longer necessary.
3332
3333 2006-01-25 Kenichi Handa <handa@m17n.org>
3334
3335 * international/mule.el (decode-char): Avoid the overhead of
3336 calling utf-lookup-subst-table-for-decode if
3337 utf-translate-cjk-mode is nil.
3338 (encode-char): Avoid the overhead of calling
3339 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3340 nil.
3341
3342 2006-01-22 Kenichi Handa <handa@m17n.org>
3343
3344 * international/mule.el (make-subsidiary-coding-system): Reset
3345 `coding-system-define-form' property of subsidiaries to nil.
3346 Avoid duplicated entry in coding-system-alist.
3347 (make-coding-system): Avoid duplicated entry in
3348 coding-system-alist.
3349 (define-coding-system-alias): Likewise.
3350
3351 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3352
3353 * completion.el: Minor fixes in introductory comment.
3354 (completion-def-wrapper): Fix alist.
3355
3356 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3357
3358 * thumbs.el (thumbs-new-image-size): New function.
3359 (thumbs-increment-image-size-element)
3360 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3361 (thumbs-decrement-image-size): Delete.
3362 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3363 temp files and use to resize.
3364 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3365 Use increment argument to enlarge/shrink. Preserve point.
3366 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3367 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3368 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3369 (thumbs-mark, thumbs-unmark): Preserve point.
3370 (thumbs-modify-image): Keep old temp files and use to modify.
3371 Cleanup old temp files at load time. Preserve point.
3372 (thumbs-view-image-mode-map): Use new command names.
3373
3374 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3375
3376 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3377
3378 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3379 the nastiest part of the cyclic dependency.
3380 (cal-menu-update): Use dotimes and calendar-increment-month.
3381
3382 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3383 (calendar-week-start-day): Add an :initializer.
3384 (calendar-mode-map): Use suppress-keymap, and command remapping.
3385 (describe-calendar-mode): Setup xref-stack info for the back button.
3386 (calendar-star-date): Insert before delete.
3387 (calendar-set-mode-line): Add file-modified info if applicable.
3388 (calendar-increment-month): New function.
3389
3390 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3391
3392 * font-lock.el (lisp-font-lock-keywords-2):
3393 Recognize "& keywords" only at word boundaries.
3394
3395 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3396
3397 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3398 and permanent-local.
3399 (thumbs-max-image-number): New variable.
3400 (thumbs-do-thumbs-insertion): Use them.
3401 (thumbs-per-line): Change default to 4.
3402 (thumbs-marked-list): Rename from thumbs-markedL.
3403 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3404 (thumbs-rename-images): Use -list instead of L for internal variables.
3405 (thumbs-call-convert): Use call-process instead of shell-command.
3406 (thumbs-insert-thumb): Add filename as help-echo to each image.
3407 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3408 Give dir to thumbs-show-thumbs-list.
3409 (thumbs-show-thumbs-list): Set default-directory to that of images.
3410 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3411 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3412 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3413 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3414
3415 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3416
3417 * ses.el (ses-read-cell): Provide a default value.
3418
3419 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3420
3421 * term/w32-win.el (image-library-alist): Add additional names for
3422 GIF library.
3423
3424 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3425
3426 * international/latexenc.el (latexenc-find-file-coding-system):
3427 Add file-regular-p check.
3428
3429 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3430
3431 * simple.el (clone-buffer): Don't show the new buffer in the same
3432 window.
3433
3434 2006-01-23 Juri Linkov <juri@jurta.org>
3435
3436 * faces.el (link, link-visited): New faces based on default values
3437 of `info-xref' and `info-xref-visited'.
3438
3439 * info.el (info-xref): Inherit from `link'.
3440 (info-xref-visited): Inherit from `link-visited'.
3441
3442 * cus-edit.el (custom-buffer-create-internal): Use widget type
3443 `custom-manual' instead of `info-link' and don't set properties
3444 `button-face' and `mouse-face' explicitly.
3445 (custom-browse-group-tag, custom-browse-variable-tag)
3446 (custom-browse-face-tag): Inherit from widget class
3447 `custom-group-link' instead of `push-button'.
3448 (custom-button-unraised): Inherit from `underline' face.
3449 (custom-link): Inherit from `link' face. Fix doc and group.
3450 (custom-add-parent-links, custom-group-value-create): Don't set
3451 properties `button-face' and `mouse-face' explicitly for
3452 `custom-group-link' widget.
3453 (custom-group-link): Add properties `button-face' and `mouse-face'
3454 to widget definition.
3455 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3456 editable-field's :keymap property.
3457 (custom-mode): Fix docstring: substitute keybindings for
3458 `widget-forward' and `widget-backward' from `widget-keymap',
3459 `widget-complete' from `custom-field-keymap', replace old
3460 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3461
3462 * desktop.el (desktop-load-file): Check for `fboundp' before
3463 calling `symbol-function'.
3464
3465 * simple.el (clone-buffer, clone-indirect-buffer)
3466 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3467 `read-string'. Fix prompts.
3468
3469 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3470
3471 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3472
3473 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3474
3475 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3476
3477 * startup.el (inhibit-splash-screen, initial-scratch-message):
3478 Doc fixes.
3479
3480 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3481
3482 Sync with Tramp 2.0.52.
3483
3484 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3485 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3486 `tramp-unload-tramp' for checklist.
3487
3488 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3489 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3490 (tramp-unload-file-name-handler-alist)
3491 (tramp-unload-tramp): New defuns.
3492 (tramp-advice-PC-expand-many-files): New defadvice.
3493 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3494 removed.
3495 (tramp-handle-expand-file-name): Remove double slash.
3496 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3497 It doesn't matter, because it will be converted later on.
3498 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3499 implementation was just heuristic.
3500 (tramp-post-connection): Set uid and gid properties.
3501 (tramp-convert-file-attributes): Set file's gid change bit.
3502 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3503 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3504 in case of su(do)? methods. The home directory of the local user
3505 will be taken else.
3506 (tramp-open-connection-telnet)
3507 (tramp-open-connection-rsh, tramp-open-connection-su)
3508 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3509 local shell prompt could hurt. Reported by Romain Francoise
3510 <romain@orebokech.com>.
3511 (tramp-let-maybe): Add `edebug-form-spec' property.
3512 (tramp-handle-expand-file-name): Bind `default-directory' locally
3513 to "/" in order to avoid problems with UNC shares or Cygwin
3514 mounts.
3515 (tramp-md5-function): Fix typo in error message.
3516
3517 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3518
3519 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3520 for byte-compiler pacification.
3521
3522 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3523
3524 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3525 ID-FORMAT `string'. This allows us to get rid of
3526 `vc-user-login-name UID'.
3527
3528 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3529
3530 2006-01-22 John Paul Wallington <jpw@pobox.com>
3531
3532 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3533
3534 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3535
3536 * emacs-lisp/find-func.el (find-definition-noselect)
3537 (find-variable-noselect): Search variables in C source code too.
3538 (find-function-C-source, find-function-noselect, find-function)
3539 (find-function-other-frame, find-variable-noselect, find-variable)
3540 (find-variable-other-frame, find-variable-at-point):
3541 Fix docstrings.
3542
3543 2006-01-21 Francesco Potorti` <pot@gnu.org>
3544
3545 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3546
3547 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3548
3549 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3550 Default to disabling the "Save affix" question.
3551
3552 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3553
3554 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3555 the first arg to run-python.
3556
3557 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3558
3559 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3560 is not loaded.
3561
3562 2006-01-20 Jay Belanger <belanger@truman.edu>
3563
3564 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3565 limit is 0.
3566
3567 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3568 the correct variable.
3569
3570 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3571
3572 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3573 link. Fixed buggy argument sequence in call to `org-view-tags'.
3574 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3575 (org-prefix-has-tag): New variable.
3576 (org-format-agenda-item): Remove tags from headline if
3577 appropriate.
3578 (org-agenda-remove-tags-when-in-prefix): New option.
3579 (org-get-tags-at): New function.
3580
3581 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3582
3583 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3584 (thumbs-find-image): Move image name and number from buffer name
3585 to mode name. Set thumbs-buffer. Preserve point so that large
3586 images remain visible.
3587 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3588 order.
3589 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3590 mode name.
3591 (thumbs-next-image, thumbs-previous-image): Make them work.
3592
3593 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3594
3595 * cus-edit.el (custom-buffer-create-internal): State in the text above
3596 the whole buffer buttons that they do not operate on hidden items.
3597 (custom-face-menu): Use `custom-face-save' instead of
3598 `custom-face-save-command'.
3599 (custom-face-save-command): Make it an alias for `custom-face-save'
3600 and declare it obsolete.
3601 (custom-face-save): Doc fix.
3602
3603 * dired.el (dired-no-confirm): Add quote.
3604 (dired-subdir-alist-pre-R): Add quote in
3605 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3606
3607 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3608
3609 * textmodes/table.el (table-mode-indicator): Typo in last change.
3610
3611 2006-01-19 Richard M. Stallman <rms@gnu.org>
3612
3613 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3614 Fixes bug reported in Nov 2005.
3615
3616 * isearch.el (isearch-forward): Doc fix.
3617
3618 * dired.el (dired-move-to-filename-regexp): Define as alias.
3619 (dired-no-confirm): Use defcustom.
3620 (dired-subdir-alist-pre-R): Put defvar at top level.
3621
3622 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3623
3624 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3625 Mark as risky.
3626
3627 * simple.el (set-mark-command): Doc fix.
3628 (clone-indirect-buffer-other-window):
3629 Read arg like clone-indirect-buffer.
3630 (move-beginning-of-line): Skip invisible newlines.
3631
3632 2006-01-19 Masatake YAMATO <jet@gyve.org>
3633
3634 * progmodes/cpp.el (cpp-edit-load): Make the order of
3635 listed conditions in a base C code buffer and its associate
3636 CPP Edit buffer the same.
3637
3638 2006-01-19 Kenichi Handa <handa@m17n.org>
3639
3640 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3641 (rmail-mime-feature): Likewise.
3642 (rmail-require-mime-maybe): Use display-warning to show a warning
3643 message.
3644
3645 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3646 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3647
3648 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3649
3650 * array.el: Move defvars out of eval-when-compile.
3651 (array-make-template): Replace undeclared global var with a local one.
3652 (array-mode): Inline initialization functions.
3653 (array-init-local-variables, array-init-max-row)
3654 (array-init-max-column, array-init-columns-per-line)
3655 (array-init-field-width, array-init-rows-numbered)
3656 (array-init-line-length, array-init-lines-per-row): Remove.
3657
3658 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3659 (doc-mode-map): Define explicitly.
3660 (doctor-txtype): Use mapc.
3661
3662 * textmodes/table.el: Move defvars out of eval-when-compile.
3663 Remove harmful code meant to avoid byte-compiler warnings.
3664 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3665 specification that checks table-fixed-width-mode directly.
3666 (table-recognize-region, table-recognize-cell):
3667 Use restore-buffer-modified-p.
3668 (table-fixed-width-mode): Remove code that refreshes
3669 table-fixed-mode-indicator.
3670 (*table--cell-describe-bindings, *table--cell-describe-mode):
3671 Avoid obsolete name print-help-return-message.
3672 (table--test-cell-list): Don't use replace-regexp from elisp.
3673 (table--point-entered-cell-function, table--point-left-cell-function):
3674 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3675
3676 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3677 that was after the end of file. Use buffer-file-name variable.
3678 (org-timestamp-change): Use with-current-buffer.
3679 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3680 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3681 `file'.
3682
3683 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3684 (fortran-break-line): Remove unused var `opoint'.
3685 (fortran-abbrev-start): Obey help-event-list.
3686
3687 2006-01-18 Jesper Harder <harder@phys.au.dk>
3688
3689 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3690
3691 2006-01-18 Masatake YAMATO <jet@gyve.org>
3692
3693 * progmodes/make-mode.el (makefile-imake-mode): New mode
3694 derived from makefile-mode.
3695 (makefile-imake-mode-syntax-table): New syntax table
3696 derived from makefile-mode-syntax-table.
3697 (makefile-mode): Write about makefile-imake-mode in doc string.
3698 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3699 (makefile-imake-font-lock-keywords): New font lock keywords.
3700
3701 * files.el (auto-mode-alist): Add Imakefile.
3702
3703 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3704
3705 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3706 loading the file rather than when turning on flyspell-mode.
3707
3708 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3709
3710 * cus-edit.el (customize-rogue): Minor doc fix.
3711
3712 2006-01-17 Juri Linkov <juri@jurta.org>
3713
3714 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3715 instead of the file at the mark as default if the file at the mark
3716 is the same as the file at point or if dired-dwim-target-directory
3717 is not the same as the current directory and the mark is not active.
3718
3719 * log-view.el (log-view-minor-wrap): Use the same logic to get
3720 revisions as `log-view-diff'.
3721
3722 * info.el (Info-revert-find-node): Check for Info-current-file
3723 before preserving new-history.
3724
3725 * man.el (Man-heading-regexp): Add `/'.
3726
3727 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3728 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3729
3730 2006-01-16 Juri Linkov <juri@jurta.org>
3731
3732 * faces.el (mode-line-faces): New defgroup.
3733 (mode-line-highlight): Move definition after new defgroup.
3734 (mode-line, mode-line-inactive, mode-line-highlight):
3735 Replace :group `modeline' with `mode-line-faces'.
3736 (mode-line-buffer-id): New face.
3737 (modeline-buffer-id): New face alias.
3738 (vertical-border): Remove :group `modeline'.
3739
3740 * bindings.el (propertized-buffer-identification): Use face
3741 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3742 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3743 (mode-line-buffer-identification-keymap): For mouse-1 replace
3744 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3745 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3746 mouse-3.
3747
3748 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3749 Buffer-menu-buffer. Doc fix.
3750 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3751 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3752 `Buffer-menu-buffer'.
3753
3754 * info.el (Info-mode-line-node-keymap): New defvar.
3755 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3756 Propertize Info-current-node with `mode-line-buffer-id' and
3757 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3758
3759 * time.el (display-time-mail-face): Replace :group `faces' with
3760 `mode-line-faces'.
3761
3762 2006-01-16 Kenichi Handa <handa@m17n.org>
3763
3764 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3765
3766 * language/european.el (cp1252): New alias for windows-1252.
3767
3768 * international/mule.el (autoload-coding-system): Prepare for EOL
3769 variants.
3770
3771 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3772
3773 * term.el (term-raw-map): Add mapping for insert.
3774 (term-send-insert): New.
3775 (term-mode): Make variables local here instead of doing it in
3776 `term-emulate-terminal'.
3777 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3778 Scroll reverse needs to take into account the scroll region.
3779 Saving and restoring the cursor should save the color attributes too.
3780 (term-reset-terminal): Reset the scroll region.
3781 (term-handle-ansi-escape): Cursor up and down should take into
3782 account the scroll region.
3783 (term-set-scroll-region): Rename from `term-scroll-region'.
3784 Move to 0,0 after setting the region.
3785 (term-handle-scroll): Handle scroll up.
3786 (term-down): Fix off by one error.
3787 (term-delete-lines): Do not delete outside the scroll region.
3788 (term-insert-lines): Take into account the scroll region.
3789
3790 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3791
3792 * textmodes/ispell.el (ispell-internal-change-dictionary)
3793 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3794 (start, end): Move declaration outside of eval-when-compile.
3795
3796 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3797 (flyspell-mode-on): Use it.
3798
3799 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3800 ispell-kill-ispell-hook.
3801
3802 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3803
3804 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3805 (Custom-reset-saved): Do not ask for confirmation in single option
3806 buffers.
3807
3808 2006-01-13 Richard M. Stallman <rms@gnu.org>
3809
3810 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3811
3812 2006-01-13 Romain Francoise <romain@orebokech.com>
3813
3814 * add-log.el (add-change-log-entry, change-log-merge):
3815 Conditionally use `hard-newline'.
3816
3817 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
3818
3819 * wid-edit.el (widget-field-end): If the overlay is no longer
3820 associated with a buffer, behave as if the overlay didn't exist.
3821
3822 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3823 Make sure the links use the `custom-link' face.
3824
3825 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3826
3827 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3828 (ld-script-mode): Don't set indent-line-function since we don't
3829 have one.
3830
3831 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3832
3833 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3834 application.
3835 (org-file-apps-defaults-gnu): Use mailcap as the default for
3836 selecting an application on a UNIX system.
3837 (org-agenda-show-tags): New command.
3838 (org-table-insert-hline): Keep cursor in current table line.
3839 (org-table-convert): Offset effect of modifying
3840 `org-table-insert-hline'.
3841 (org-format-agenda-item): New optional argument TAG.
3842 (org-compile-prefix-format): Handle %T format for the tag.
3843 (org-expand-wide-chars): New function.
3844 (org-table-insert-row, org-table-insert-hline):
3845 Use `org-expand-wide-chars'.
3846 (org-open-file): Fix bug in program launch.
3847 (org-get-time-of-day): Fix bug with times before 1am.
3848 (org-agenda-menu): Add tags commands.
3849
3850 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3851
3852 * textmodes/ispell.el (ispell-init-process): Include the used
3853 dictionary in ispell process start message.
3854 (ispell-internal-change-dictionary): When flyspell-mode is active
3855 and dictionary is changed, make sure ispell process is restarted
3856 and flyspell word cache cleared out for the current buffer.
3857 (ispell-change-dictionary): Make sure flyspell word cache is
3858 cleared out in all buffers with active flyspell mode when
3859 dictionary is globally changed.
3860 Call ispell-internal-change-dictionary after dictionary change.
3861
3862 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3863
3864 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3865
3866 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3867 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3868 years. Fix small differences wrt Makefile.in.
3869 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3870 Makefile.in does.
3871
3872 2006-01-12 Bill Wohler <wohler@newt.com>
3873
3874 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3875 mh-search.el.
3876
3877 2006-01-12 Masatake YAMATO <jet@gyve.org>
3878
3879 * progmodes/ld-script.el: Update copyright year.
3880
3881 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3882
3883 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3884 Don't add widget if setting undefined.
3885
3886 2006-01-12 John Paul Wallington <jpw@pobox.com>
3887
3888 * help-fns.el (describe-variable): Remove newlines from void
3889 variable output.
3890
3891 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3892
3893 * wdired.el (wdired-mode-map): Add help echo for
3894 wdired-abort-changes.
3895
3896 * man.el (Man-file-name-regexp): Adjust for a list of files.
3897
3898 2006-01-12 Masatake YAMATO <jet@gyve.org>
3899
3900 * progmodes/ld-script.el (auto-mode-alist): Support
3901 suffix conventions used in netbsd and eCos.
3902
3903 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3904
3905 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3906 (custom-variable-menu, custom-face-menu, custom-group-menu)
3907 (Custom-mode-menu): Change names of menu items. (As discussed on
3908 emacs-devel.)
3909 (custom-face-menu): Add "Undo Edits" item.
3910
3911 * startup.el (init-file-user): defcustom -> defvar.
3912
3913 * tooltip.el (tooltip-mode): Doc fix.
3914
3915 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3916
3917 * reveal.el (reveal-post-command): window-buffer signals an error on
3918 dead windows rather than returning nil.
3919 (reveal-open-new-overlays): An overlay might die while we open others.
3920
3921 2006-01-11 Bill Wohler <wohler@newt.com>
3922
3923 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3924 phrasing in docstring.
3925
3926 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3927 can give some systems gas. Add new file mh-buffers.el.
3928
3929 2006-01-06 Masatake YAMATO <jet@gyve.org>
3930
3931 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3932 C preprocessor forward ported from GNU Emacs 21.2.
3933
3934 * progmodes/asm-mode.el (asm-font-lock-keywords):
3935 Use `cpp-font-lock-keywords'.
3936
3937 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3938
3939 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3940 of $ for "\\.ld[s]?".
3941
3942 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3943
3944 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3945 (tcl-indent-line): Return `noindent' if inside a string.
3946
3947 * progmodes/flymake.el (flymake-split-string): Remove more than one
3948 empty string at beg/end of the result.
3949 (flymake-find-buildfile, flymake-find-possible-master-files):
3950 Use expand-file-name.
3951 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3952 since expand-file-name does it for us. Use directory-file-name.
3953 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3954 (flymake-ler-get-type, flymake-ler-get-text)
3955 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
3956 (flymake-current-line-no): Remove spurious interactive spec.
3957 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3958 (flymake-check-include): Remove arg inc-path merged into inc-name.
3959 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3960 Arg regexp-list replaced by a simple regexp.
3961 (flymake-master-make-header-init, flymake-master-tex-init):
3962 Correspondingly replace regexp-list with a regexp. Fix regexp.
3963
3964 2006-01-10 Simon Josefsson <jas@extundo.com>
3965
3966 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3967 describing AUTH PLAIN fix.
3968
3969 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3970
3971 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3972 (report-emacs-bug): Don't record initial prompt text.
3973 Instead, add text properties to prompting text.
3974 (report-emacs-bug-hook): Delete prompting text.
3975
3976 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3977
3978 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3979 `dirs'. Adjust callers.
3980
3981 2006-01-09 John Paul Wallington <jpw@gnu.org>
3982
3983 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3984
3985 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3986
3987 * reveal.el (reveal-open-new-overlays): New extracted fun.
3988 (reveal-close-old-overlays): Idem. Check overlays's liveness before
3989 using them. Simplify the code.
3990 (reveal-post-command): Use them. Fix up obsolete windows in
3991 reveal-open-spots.
3992
3993 * progmodes/flymake.el: Use `require' rather than autoload for
3994 XEmacs's overlays.
3995 (flymake-get-common-file-prefix, flymake-build-relative-filename):
3996 Delete. Use file-relative-name instead.
3997 (flymake-get-syntax-check-program-args, flymake-perl-init):
3998 Simplify the resulting code.
3999
4000 * log-view.el (log-view-file-re, log-view-message-re): Add support
4001 for DaRCS output.
4002
4003 2006-01-09 Alex Schroeder <alex@gnu.org>
4004
4005 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
4006 identifiers sometimes added in square brackets at the beginning of
4007 subject lines.
4008
4009 2006-01-07 Richard M. Stallman <rms@gnu.org>
4010
4011 * cus-edit.el (Custom-set, Custom-save): Doc fix.
4012 (Custom-reset-current, Custom-reset-saved): Change question text.
4013 (Custom-reset-standard): Likewise.
4014 (custom-variable-reset-saved): Doc fix.
4015
4016 2006-01-07 Eli Zaretskii <eliz@gnu.org>
4017
4018 * startup.el (init-file-user): Doc fix.
4019
4020 2006-01-07 Alex Schroeder <alex@gnu.org>
4021
4022 * mail/rmail.el (rmail-current-subject): New function.
4023 (rmail-current-subject-regexp): New function.
4024 (rmail-next-same-subject): Use it.
4025
4026 * mail/rmailsum.el (rmail-summary-by-topic):
4027 Use rmail-current-subject and rmail-current-subject-regexp.
4028 (rmail-summary-next-same-subject): Ditto.
4029
4030 * net/rcirc.el (rcirc-send-input): No longer check whether the
4031 process is open, since not all commands need an open process.
4032 (rcirc-send-string): Check whether the process is open before
4033 sending anything.
4034 (rcirc-ignore-list): New option.
4035 (rcirc-ignore-list-automatic): New variable.
4036 (rcirc-print): Take rcirc-ignore-list into account.
4037 (rcirc-cmd-ignore): New command.
4038 (rcirc-ignore-update-automatic): New function.
4039 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
4040 list if ignored nicks.
4041 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
4042
4043 2006-01-06 David Reitter <david.reitter@gmail.com>
4044
4045 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
4046 reflect the address to which the report will be sent.
4047
4048 2006-01-06 Eli Zaretskii <eliz@gnu.org>
4049
4050 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
4051 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
4052
4053 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
4054
4055 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
4056
4057 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
4058 the doc string: "functoin" => "function".
4059 * ldefs-boot.el: Likewise.
4060
4061 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
4062 message text: "Duplicat" => "Duplicate".
4063
4064 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
4065
4066 * files.el (basic-save-buffer-2): If backing-up failed, reset
4067 buffer-backed-up to nil.
4068
4069 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
4070
4071 * progmodes/gud.el (gdb-script-skip-to-head)
4072 (gdb-script-calculate-indentation): Indent for breakpoint command
4073 lists also.
4074
4075 2006-01-05 Bill Wohler <wohler@newt.com>
4076
4077 * Makefile.in (compile-always): Add mh-autoloads dependency.
4078 (bootstrap): Remove mh-autoloads dependency, as compile dependency
4079 provides it.
4080 (updates): Remove mh-autoloads dependency, since it probably has
4081 already run recently (via recompile).
4082
4083 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
4084
4085 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
4086 argument `force' to disable the flyspell-last-buffer optimization.
4087 (flyspell-mode-on): Use it.
4088
4089 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
4090 flymake-simple-cleanup.
4091 (flymake-allowed-file-name-masks): Use this new default.
4092 All the functions are now called in the right buffer rather than
4093 passing the buffer as argument.
4094 (flymake-process-sentinel): Switch to buffer before calling cleanup.
4095 (flymake-parse-err-lines): Remove redundant buffer arg.
4096 (flymake-get-program-dir): Comment out unused function.
4097 (flymake-start-syntax-check, flymake-start-syntax-check-process):
4098 Remove redundant buffer argument.
4099 (flymake-get-real-file-name, flymake-simple-java-cleanup)
4100 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
4101
4102 2006-01-05 Richard M. Stallman <rms@gnu.org>
4103
4104 * info.el (Info-find-node): Don't record previous node if have none.
4105 (info): Go to directory only if history is empty.
4106
4107 * simple.el (mark): Doc fix.
4108
4109 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4110
4111 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
4112 already of desired type.
4113 (mac-ae-list): Coerce parameter to "list" type.
4114 (mac-dispatch-apple-event): Replace cadr part of event with a
4115 dummy position so that event-start returns it.
4116
4117 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
4118
4119 * textmodes/org.el (org-end-of-subtree): New function.
4120 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
4121 Use `org-end-of-subtree'.
4122 (org-agenda, org-agenda-convert-date): Protect calls to
4123 `fit-window-to-buffer'.
4124 (org-tags-view): Force matching of sublevels when doing a
4125 todo-only search. Define the correct redo command, including the
4126 arguments.
4127 (org-agenda-redo): Display message.
4128 (org-check-for-org-mode): New function.
4129 (org-agenda-type): New variable.
4130 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
4131 Set `org-agenda-type'.
4132 (org-agenda-check-type): New function.
4133 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4134 (org-agenda-week-view, org-agenda-day-view)
4135 (org-agenda-next-date-line, org-agenda-previous-date-line)
4136 (org-agenda-log-mode, org-agenda-toggle-diary)
4137 (org-agenda-toggle-time-grid, org-agenda-date-later)
4138 (org-agenda-date-prompt, org-agenda-diary-entry)
4139 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
4140 (org-agenda-convert-date, org-agenda-menu):
4141 Use `org-agenda-check-type'.
4142 (org-make-overlay, org-delete-overlay)
4143 (org-detatch-overlay, org-move-overlay, org-overlay-put):
4144 New compatibility functions.
4145 (org-calendar-select-mouse): New command.
4146
4147 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
4148
4149 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
4150 (Custom-reset-standard): Fix y-or-n-p messages.
4151 (custom-link): New face for links.
4152 (custom-buffer-create-internal, custom-manual): Use it.
4153 (custom-face-save): Push to theme-face before setting face spec.
4154
4155 * wid-edit.el (widget-default-mouse-face-get): New function.
4156 (widget-specify-button): Handle mouse-face like button-face.
4157
4158 * custom.el (load-theme): Clear old theme settings if reloading.
4159
4160 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
4161
4162 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
4163 "Erase Customization" button back to same position it occupies in
4164 the individual State menus.
4165
4166 2006-01-04 Kim F. Storm <storm@cua.dk>
4167
4168 * wid-edit.el (key-sequence): Rework widget to read key binding
4169 using `kbd' syntax. Use C-q to insert literal key, event, or code.
4170 (widget-key-sequence-default-value): Default value for empty sequence.
4171 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
4172 (widget-key-sequence-read-event): New command for C-q.
4173 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
4174 (widget-key-sequence-value-to-external): New functions.
4175
4176 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4177
4178 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
4179 Use expand-file-name.
4180 (flymake-delete-temp-directory): Use expand-file-name,
4181 file-name-directory, and directory-file-name.
4182 (flymake-strrchr): Delete.
4183 (flymake-start-syntax-check): Don't pass the redundant buffer argument
4184 to the init-f function.
4185 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
4186 (flymake-init-find-buildfile-dir)
4187 (flymake-init-create-temp-source-and-master-buffer-copy)
4188 (flymake-simple-make-init-impl, flymake-simple-make-init)
4189 (flymake-master-make-init, flymake-master-make-header-init)
4190 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
4191 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
4192 (flymake-xml-init): Remove corresponding redundant buffer argument.
4193 (flymake-allowed-file-name-masks): Remove last elems that are equal to
4194 the default anyway. Clean up regexps.
4195
4196 * progmodes/flymake.el (flymake-temp-source-file-name)
4197 (flymake-master-file-name, flymake-temp-master-file-name)
4198 (flymake-base-dir): New buffer-local vars.
4199 (flymake-buffer-data, flymake-get-buffer-value)
4200 (flymake-set-buffer-value): Replace those hash-tables by the new
4201 buffer-local vars. Update callers.
4202
4203 * progmodes/flymake.el (flymake-check-start-time)
4204 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
4205 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
4206 Move definition, so we can remove redundant earlier declaration.
4207 (flymake-replace-regexp-in-string, flymake-split-string)
4208 (flymake-get-temp-dir): Use defalias.
4209 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
4210 (flymake-xemacs-window-edges): Remove unused function.
4211 (flymake-get-point-pixel-pos): Move.
4212 (flymake-pid-to-names, flymake-reg-names)
4213 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
4214 Replace by a simple list flymake-processes and by process-buffer.
4215 Update callers. Other than simplify the code, it uses buffers rather
4216 than buffer-names so it doesn't get confused by uniquify.
4217 (flymake-buffer-data): The global value should just be nil.
4218
4219 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
4220 Optimize the body of a defalias like any other code.
4221
4222 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
4223 Make sure we've setup font-lock's vars. It may influence which
4224 function we then call.
4225 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
4226 here since it's too late anyway.
4227
4228 2006-01-03 Romain Francoise <romain@orebokech.com>
4229
4230 * startup.el (fancy-splash-tail, normal-splash-screen):
4231 Update copyright year.
4232
4233 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
4234
4235 * mouse.el (mouse-drag-track): Rename, from
4236 `mouse-drag-region-1'. Includes optional argument required to
4237 enable post-drag event processing (e.g. delete region keys).
4238 Can be used without this argument to track a mouse region and operate
4239 on it as soon as the drag completes.
4240 (mouse-drag-region): Use `mouse-drag-track'.
4241
4242 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4243
4244 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
4245 Move to `custom-buffer' group.
4246
4247 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4248 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
4249 (custom-theme-insert-face-marker, custom-theme-variable-menu)
4250 (custom-theme-face-menu): New variables.
4251 (custom-theme-add-variable, custom-theme-variable-action)
4252 (custom-variable-reset-theme, custom-theme-delete-variable)
4253 (custom-face-reset-theme, custom-theme-face-action)
4254 (custom-theme-delete-face, custom-theme-merge-theme)
4255 (custom-theme-add-face, custom-theme-visit-theme): New functions.
4256
4257 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
4258
4259 * custom.el: Move Custom Themes commentary to start of theme code.
4260 (custom-known-themes): Rename `standard' theme to `changed'.
4261 (custom-push-theme): Caller no longer specifies what theme to use
4262 when doing `reset'---the setting is simply removed from the theme.
4263 Delete MODE from `theme-value' and `theme-settings' properties.
4264 (custom-declare-theme): Ignore &rest args since we don't use them.
4265
4266 (custom-loaded-themes): Delete variable.
4267 (custom-theme-load-themes, custom-theme-loaded-p)
4268 (custom-theme-value): Delete functions.
4269
4270 (custom-declare-theme): Signal error on invalid theme names.
4271 (provide-theme): custom-loaded-themes was deleted.
4272 (load-theme): Load the file unconditionally.
4273 (enable-theme): Call `load-theme' if theme is undefined.
4274 (custom-enabled-themes): Only update value for successful loads.
4275 (disable-theme): Complete from enabled themes when interactive.
4276 (custom-variable-theme-value): Calculate theme value directly.
4277
4278 (custom-theme-reset-variables, custom-reset-variables): Mark as
4279 XEmacs compatibility functions. We don't actually use these.
4280
4281 * cus-edit.el (custom-variable-state-set):
4282 Use custom-variable-theme-value instead of custom-theme-value.
4283 (custom-face-state-set): Rename `standard' theme to `changed'.
4284 (custom-save-variables, custom-save-faces): Delete unneeded
4285 references to custom-reset-variables.
4286 (custom-save-resets): Delete function.
4287 (custom-save-variables, custom-save-faces): MODE argument deleted.
4288 (custom-save-variables, custom-save-faces): Ignore theme values.
4289
4290 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4291 compatibility function.
4292
4293 2006-01-01 Richard M. Stallman <rms@gnu.org>
4294
4295 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4296 (Custom-reset-current, Custom-reset-saved): Likewise.
4297 (Custom-reset-standard): Show message if aborted.
4298 (custom-mode): Doc fix, describing those commands.
4299
4300 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4301 put on event-kind property.
4302
4303 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4304
4305 * custom.el (provide-theme): Ban `user' theme name.
4306 (custom-enabling-themes): New variable.
4307 (enable-theme): Don't enable user if custom-enabling-themes is t.
4308 (custom-enabled-themes): Make it a defcustom.
4309 (custom-theme-recalc-face): No-op if face is undefined.
4310
4311 * cus-edit.el (custom-button-mouse): New variable.
4312 (custom-button-mouse): New face.
4313 (custom-raised-buttons, custom-mode): Use it.
4314
4315 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4316
4317 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4318
4319 * progmodes/gud.el (gud-display-line): Support hl-line in the
4320 source buffer.
4321
4322 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4323
4324 * mouse.el (mouse-drag-window-above): Verify that the found window
4325 overlaps with the given window in the horizontal dimension.
4326
4327 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4328
4329 * Makefile.in (cvs-update): New target.
4330
4331 * makefile.w32-in (cvs-update): Ditto.
4332
4333 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4334
4335 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4336 (custom-new-theme-mode-map): New variable.
4337
4338 2005-12-30 Richard M. Stallman <rms@gnu.org>
4339
4340 * custom.el (custom-load-themes): Function deleted.
4341
4342 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4343 (custom-save-variables): Don't delete or add custom-load-themes call.
4344
4345 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4346
4347 * cus-start.el: Add `visible-cursor'.
4348
4349 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4350 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4351 (flymake-process-filter): Switch to buffer before calling it instead.
4352 (flymake-post-syntax-check, flymake-highlight-err-lines)
4353 (flymake-delete-own-overlays, flymake-parse-err-lines)
4354 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4355 (flymake-count-lines, flymake-parse-residual):
4356 Remove constant buffer argument.
4357 (flymake-start-syntax-check-for-current-buffer): Remove.
4358 Update callers to use flymake-start-syntax-check instead.
4359 (flymake-display-err-menu-for-current-line):
4360 Remove unused var `mouse-pos'.
4361 (flymake-restore-formatting): Comment out unused function.
4362 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4363 argument, use current-buffer instead. Update callers.
4364
4365 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4366
4367 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4368 buffer-local because choose-completion-delete-max-match requires
4369 that we set completion-ignore-case (i.e., binding via let is not
4370 sufficient).
4371 (bibtex-complete): Always set completion-ignore-case and
4372 choose-completion-string-functions. The latter is needed because
4373 choose-completion-string-functions keeps its value if we quit the
4374 *Completions* buffer without requesting a completion.
4375
4376 2005-12-30 Andreas Schwab <schwab@suse.de>
4377
4378 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4379
4380 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4381
4382 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4383
4384 2005-12-30 Juri Linkov <juri@jurta.org>
4385
4386 * locate.el (locate-fcodes-file, locate-header-face)
4387 * progmodes/delphi.el (delphi-other-face)
4388 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4389
4390 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4391 group `paren-showing-faces'.
4392
4393 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4394 (goto-address): Fix docstring.
4395
4396 * net/webjump.el (webjump-sample-sites): Update URLs.
4397
4398 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4399
4400 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4401
4402 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4403
4404 * font-lock.el (font-lock-compile-keywords): Signal an error when
4405 font-lock-set-defaults hasn't been called.
4406
4407 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4408
4409 * subr.el (noreturn, 1value): Doc fixes.
4410
4411 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4412
4413 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4414 that assoc-string returns nil.
4415
4416 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4417
4418 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4419 (bibtex-entry-type-str, bibtex-empty-field-re)
4420 (bibtex-search-backward-string, bibtex-preamble-prefix)
4421 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4422 (bibtex-any-valid-entry-type): New variable.
4423 (bibtex-parse-field-name): Simplify.
4424 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4425 (bibtex-preamble-prefix): Include left delimiter.
4426 (bibtex-search-forward-field, bibtex-search-backward-field):
4427 Allow unbounded search past entry boundaries (required by bibtex-pop).
4428 (bibtex-text-in-field-bounds): Use push.
4429 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4430 (bibtex-parse-preamble, bibtex-valid-entry)
4431 (bibtex-beginning-first-field): New functions.
4432 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4433 (bibtex-map-entries): Fix docstring.
4434 (bibtex-flash-head): New arg prompt. Simplify.
4435 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4436 (bibtex-insert-kill): Simplify. Always insert text past the
4437 current field or entry.
4438 (bibtex-format-entry): Use bibtex-parse-field.
4439 (bibtex-pop): Use bibtex-beginning-of-entry and
4440 bibtex-end-of-entry to initiate the search. Insert empty field if
4441 we found ourselves.
4442 (bibtex-print-help-message): New args field and comma.
4443 Handle entry keys.
4444 (bibtex-make-field): Use bibtex-beginning-of-entry.
4445 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4446 invalid entry.
4447 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4448 Handle preambles. Simplify code for thorough test.
4449 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4450 New arg comma. Handle entry heads.
4451 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4452 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4453 New arg comma.
4454 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4455 (bibtex-fill-field): Simplify.
4456 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4457 bibtex-parse-field.
4458 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4459 (bibtex-complete): Use bibtex-parse-preamble.
4460
4461 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4462
4463 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4464 Display name of expression instead of convenience variable.
4465 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4466
4467 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4468 toggle-gud-tooltip-dereference.
4469 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4470 (gud-tooltip-tips): ...here when dereferencing.
4471
4472 2005-12-28 Bill Wohler <wohler@newt.com>
4473
4474 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4475
4476 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4477
4478 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4479 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4480 (vc-annotate-display-autoscale): Adjust call.
4481 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4482 Fix interactive spec.
4483 (vc-annotate-time-span): Remove.
4484 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4485 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4486 (vc-annotate-display-select): Use new name.
4487
4488 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4489 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4490 Correct the construction of span entries. Simplify.
4491 (vc-annotate-display-select): Fix the nil case.
4492 (vc-annotate): Remove obsolete (and now broken) code.
4493 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4494 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4495
4496 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4497
4498 * subr.el (lazy-completion-table): Correct typo in docstring.
4499
4500 * startup.el (command-line): Use `custom-reevaluate-setting' for
4501 `send-mail-function'.
4502
4503 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4504
4505 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4506
4507 * mail/smtpmail.el (smtpmail-try-auth-methods):
4508 Send credentials together with "AUTH PLAIN" command.
4509
4510 2005-12-27 Richard M. Stallman <rms@gnu.org>
4511
4512 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4513 mouse-2, go back to previously selected window, so it's selected
4514 when mouse-2 command runs.
4515
4516 2005-12-27 Juri Linkov <juri@jurta.org>
4517
4518 * descr-text.el (describe-text-sexp): Use square brackets for
4519 button [Show] to distinguish it from the property value `show'.
4520 (describe-property-list): Use `insert-text-button' with
4521 `help-face' type instead of putting face in quotes, because button
4522 is not created automatically for a list of faces.
4523 (describe-text-properties-1): Put button-type value in quotes to
4524 distinguish from plain text "button".
4525 (describe-char): Display code point values in hex. Don't use
4526 `symbol-name' for `current-input-method' because it is a string.
4527 Use `insert-text-button' with `help-face' type instead of putting
4528 hardcoded face in quotes, because button is not created automatically.
4529
4530 2005-12-27 Richard M. Stallman <rms@gnu.org>
4531
4532 * progmodes/glasses.el (glasses-face): More specific custom type.
4533
4534 * files.el (set-visited-file-name): Doc fix.
4535
4536 * textmodes/flyspell.el (flyspell-external-point-words):
4537 Use local var buffer-scan-pos to advance scan for next misspelling.
4538 Advance it only after we find the misspelling.
4539
4540 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4541
4542 * textmodes/flyspell.el (flyspell-external-point-words):
4543 New criteria for finding the misspelling in the buffer.
4544
4545 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4546
4547 * help-mode.el (help-insert-string): Set help-xref-stack-item
4548 rather than call help-setup-xref.
4549
4550 * descr-text.el (describe-char): Revert previous changes for
4551 optional buffer argument.
4552
4553 2005-12-27 Juri Linkov <juri@jurta.org>
4554
4555 * help-mode.el (help-insert-string): New function. Save buffer
4556 contents in cases where it is impossible to recompute the old contents.
4557
4558 * descr-text.el (describe-char): Set help-xref-stack-item
4559 explicitly after buffer has been generated.
4560
4561 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4562
4563 * cus-start.el (all): Add x-gtk-show-hidden-files.
4564
4565 2005-12-26 Richard M. Stallman <rms@gnu.org>
4566
4567 * replace.el (perform-replace): Calculate match-again
4568 before skipping read-only matches.
4569
4570 * paren.el (paren-showing-faces): New group.
4571 (show-paren-match, show-paren-mismatch): Move to that group.
4572
4573 * button.el (button): Put into group `basic-faces'.
4574
4575 * progmodes/make-mode.el: Remove faces from group `faces'.
4576
4577 * apropos.el (apropos, apropos-value): Doc fix.
4578 (apropos-documentation): Doc fix.
4579
4580 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4581
4582 * subr.el (lazy-completion-table): Remove argument `args'.
4583
4584 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4585 Don't use the `args' argument of lazy-completion-table.
4586
4587 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4588
4589 * descr-text.el (describe-char): Add optional argument for buffer.
4590 Set buffer appropriately. Call help-setup-xref.
4591 Suggested by Stefan Monnier.
4592
4593 2005-12-26 Juri Linkov <juri@jurta.org>
4594
4595 * descr-text.el: Require `help-fns' at runtime. Don't require
4596 `button' for byte compilation.
4597 (describe-text-widget): Add `help-echo' for first button.
4598 Use `help-info' for second.
4599 (describe-property-list): Use `help-argument-name' instead of `italic'.
4600 (describe-text-category): Add prompt to interactive spec.
4601 Call `help-setup-xref'.
4602 (describe-char): Use `help-character-set'. Add `help-echo' for
4603 code point. Use `help-input-method'. Remove superfluous insert.
4604
4605 2005-12-25 Richard M. Stallman <rms@gnu.org>
4606
4607 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4608 at point, in case of narrowing.
4609
4610 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4611
4612 * locate.el (locate-header-face): Allow nil in type.
4613
4614 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4615
4616 2005-12-25 Romain Francoise <romain@orebokech.com>
4617
4618 * battery.el (battery-linux-proc-acpi): Also try
4619 `/proc/acpi/thermal_zone/THM0/temperature'.
4620
4621 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4622
4623 * custom.el (custom-push-theme): Fix docstring.
4624
4625 * cus-edit.el (custom-variable-set, custom-variable-save)
4626 (custom-variable-save): Custom-quote widget values.
4627 (customize-save-variable): Fix custom-push-theme call.
4628
4629 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4630
4631 * w32-fns.el (w32-batch-update-autoloads): New function.
4632
4633 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4634 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4635 from the command line.
4636
4637 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4638
4639 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4640 reset means to remove setting from theme entirely. Don't keep
4641 expanding theme-settings list; delete old entries if necessary.
4642
4643 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4644 customization" button one line up.
4645 (custom-themed): New face.
4646 (custom-magic-alist): New value, THEMED, for theme settings.
4647 (custom-variable-state-set, custom-face-state-set):
4648 Check theme-value instead of saved-value.
4649 (custom-variable-reset-standard, custom-face-reset-standard):
4650 Remove theme setting entirely. Recalculate new values.
4651 (custom-variable-set, custom-variable-set)
4652 (custom-variable-reset-saved, custom-variable-reset-backup)
4653 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4654 (custom-variable-save): Fix typos.
4655
4656 2005-12-23 Juri Linkov <juri@jurta.org>
4657
4658 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4659 Add autoload cookies.
4660 (edebug-outside-d-c-i-n-s-w): New variable.
4661 (edebug-display, edebug-outside-excursion): Use it to save the
4662 original value of default-cursor-in-non-selected-windows.
4663 Set default-cursor-in-non-selected-windows to t while Edebug
4664 is active.
4665 (edebug-mode, edebug-eval-mode): Doc fix.
4666
4667 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4668 with `buffer-substring-no-properties' to remove common substring
4669 highlighting.
4670
4671 * info.el (info-other-window, info): Rename function argument
4672 `file' to `file-or-node'.
4673 (Info-complete-menu-item): Use local variable `complete-nodes' to
4674 keep the global value of `Info-complete-nodes' unchanged for
4675 subsequent completions.
4676 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4677
4678 * simple.el (get-next-valid-buffer, last-buffer)
4679 (next-error-buffer-p, next-error-find-buffer)
4680 (minibuffer-history-sexp-flag): Doc fix.
4681
4682 * savehist.el (savehist-mode-hook): Add `:group'.
4683
4684 * log-view.el: Call autoload for vc-find-version.
4685 (log-view-current-file): Adjust subgroup numbers.
4686 (log-view-current-tag): Add `length'.
4687
4688 2005-12-23 Richard M. Stallman <rms@gnu.org>
4689
4690 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4691
4692 2005-12-23 Juri Linkov <juri@jurta.org>
4693
4694 * hi-lock.el (hi-lock-archaic-interface-message-used)
4695 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4696 (hi-lock-mode): Display "Hi" in the mode line only when
4697 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4698 (hi-lock-write-interactive-patterns):
4699 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4700 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4701 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4702 font-lock-add-keywords to t.
4703
4704 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4705
4706 * hi-lock.el (hi-lock-highlight-range): New variable.
4707 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4708 only if font-lock-fontified is non-nil. Remove overlays.
4709 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4710 font-lock-fontified is non-nil, otherwise use overlays (instead of
4711 text properties).
4712 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4713 New variables.
4714 (hi-lock-string-serialize) New function.
4715
4716 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4717
4718 * menu-bar.el (menu-find-file-existing): New function.
4719 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4720
4721 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4722
4723 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4724
4725 * vc.el: Remove unnecessary leading * in docstrings.
4726 (vc-annotate-mode-map): Move initialization into declaration.
4727 (vc-static-header-alist): Nitpick on the regexp.
4728 (vc-default-init-version): New fun.
4729 (vc-register): Use it.
4730 (vc-insert-headers): Use dolist.
4731 (vc-annotate-get-backend): Remove unused function.
4732 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4733 (vc-annotate-mode): Remove corresponding call.
4734 (vc-annotate-car-last-cons): Simplify.
4735 (vc-annotate-buffers): Remove var.
4736 (vc-annotate-backend): Make it buffer-local.
4737 (vc-annotate): Move the interaction to the interactive spec.
4738 Add a `buf' argument.
4739 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4740 killing&creating a vc-annotate buffer, which is very disruptive when
4741 the buffers are shown in dedicated frames.
4742
4743 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4744
4745 * descr-text.el: Add FSF as maintainer.
4746 (describe-text-mode, describe-text-mode-map)
4747 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4748 help-mode.
4749 (describe-text-widget, describe-text-sexp)
4750 (describe-property-list, describe-text-category)
4751 (describe-text-properties, describe-text-properties-1)
4752 (describe-char): Use help buttons instead of widgets.
4753 (describe-char-unicodedata-file): Make URL link in doc string.
4754
4755 2005-12-22 Richard M. Stallman <rms@gnu.org>
4756
4757 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4758 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4759 Don't include buttons that write a file when there's no file.
4760 (custom-variable-menu, custom-face-menu, custom-group-menu):
4761 Don't include commands that write a file when there's no file.
4762 (customize-browse): Reword the top-of-buffer help intro.
4763 (custom-buffer-create-internal): Fix previous change.
4764 (customize-changed-options-previous-release): Prev release is 21.1.
4765 (customize-changed-options): Doc fix.
4766 (customize-changed): New alias.
4767 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4768 Say "standard values".
4769 (Custom-reset-standard): Doc fix.
4770 (custom-face-reset-standard): Doc fix.
4771
4772 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4773
4774 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4775 even if font-lock-mode is non-nil since it may be t without having
4776 turned on font-lock-mode-internal.
4777 (font-lock-choose-keywords): Minor optimization.
4778 (font-lock-add-keywords, font-lock-remove-keywords)
4779 (font-lock-set-defaults): Don't call make-local-variable on a variable
4780 that we know to already be local.
4781
4782 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4783
4784 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4785 messages if in the minibuffer.
4786
4787 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4788
4789 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4790 (tex-mode-flyspell-verify, flyspell-get-word)
4791 (flyspell-external-point-words): Don't use point-min/max uselessly.
4792
4793 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4794 by Kevin Rodgers. Instead, just hide the completions buffer if we
4795 don't need to show it.
4796
4797 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4798
4799 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4800
4801 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4802
4803 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4804 delete-windows-on with an inexistent buffer.
4805
4806 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4807
4808 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4809 Delete defcustom variable :tag names.
4810
4811 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4812
4813 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4814 (log-view-font-lock-keywords): Ajust subgroup numbers.
4815 (log-view-current-tag): Don't hard code the number of subgroups.
4816
4817 2005-12-20 Juri Linkov <juri@jurta.org>
4818
4819 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4820 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4821
4822 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4823 (menu-bar-non-minibuffer-window-p): Instead of checking
4824 display-multi-frame-p, use selected-frame when menu-updating-frame
4825 is nil.
4826
4827 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
4828
4829 * align.el (align-rules-list): Use [ \t] instead of \s-
4830 for column separators in text mode.
4831
4832 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4833
4834 * help-mode.el (help-customize-variable, help-customize-face):
4835 Don't pop help-xref-stack as help-follow no longer pushes
4836 anything on to it.
4837
4838 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4839
4840 * textmodes/org.el (org-agenda-custom-commands): New option.
4841 (org-agenda): Offer custom commands on splash screen.
4842 (org-make-tags-matcher): Parser for Boolean logic added.
4843 (org-agenda-set-tags): New command.
4844 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4845 (org-set-tags): Efficiency improvements.
4846 (org-auto-align-tags): New option.
4847 (org-todo, org-demote, org-promote): Realign tags.
4848 (org-tags-completion-function): Use also "&" and "|" as separators.
4849 (org-org-menu): Agenda commands simplified.
4850
4851 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4852
4853 * cus-edit.el (customize-apropos, customize-apropos-options):
4854 Docstring changes.
4855
4856 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4857
4858 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4859
4860 * longlines.el (longlines-mode): Wrap while widened.
4861 (longlines-decode-region, longlines-encode-region): Compute max
4862 just once.
4863
4864 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4865
4866 * cus-edit.el (mac): New group.
4867
4868 * cus-start.el (all): Add user options in macterm.c. Add test for
4869 Mac-related built-ins. Fix test for GTK-related built-ins.
4870
4871 * term/mac-win.el (mac-handle-language-change)
4872 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4873 (mac-services-open-selection, mac-services-mail-selection)
4874 (mac-services-mail-to, mac-services-insert-text)
4875 (mac-dispatch-apple-event): Add docstrings.
4876 (x-get-selection, mac-select-convert-to-string): Select coding
4877 system from `utf-16be' and `utf-16le' using `byteorder'.
4878
4879 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4880
4881 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4882 a "list" (lambda ...) rather than a real completion list.
4883
4884 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4885 lexical-let when encountering ((lambda (...) ...) ...).
4886
4887 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4888
4889 * progmodes/sh-script.el (sh-mode):
4890 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4891 * textmodes/picture.el (picture-mode): Update docstrings.
4892
4893 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4894
4895 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4896 commands enclosed in $(ARGQUOTE)s should not be split between two
4897 lines, as that will break with GNU Make >3.80, when sh.exe is used
4898 and arg quoting is with '..'.
4899 (autoloads): Don't break the quoted --eval expression between
4900 several lines.
4901
4902 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4903
4904 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4905 Capture error from printing circular structures.
4906
4907 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
4908
4909 * wid-edit.el (widget-checkbox-action): Clear undo info.
4910
4911 2005-12-16 Bill Wohler <wohler@newt.com>
4912
4913 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4914 bar, not menubar in comment.
4915
4916 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4917
4918 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4919 After-change-functions should not clobber the match data.
4920
4921 2005-12-16 Juri Linkov <juri@jurta.org>
4922
4923 * simple.el (choose-completion): Use `buffer-substring-no-properties'
4924 instead of `buffer-substring'.
4925 (completion-common-substring): Doc fix.
4926 (completion-setup-function): Use minibuffer-completion-contents
4927 instead of minibuffer-contents. Don't set common-string-length
4928 initially. Remove special handling of partial-completion-mode.
4929 Move computation of completion-base-size into one cond.
4930 Call completion-base-size-function in mainbuf. In computation of
4931 completion-base-size for file name completion don't move point to
4932 the end of the minibuffer. Move computation of common-string-length
4933 into one cond. Start putting faces only when common-string-length>=0.
4934 Add condition to put completions-common-part when
4935 common-string-length>0.
4936
4937 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4938 place point at the first different character in the minibuffer
4939 even if this position is at the beginning of the minibuffer.
4940
4941 * info.el (Info-read-node-name-1): In completion-base-size-function's
4942 lambda return 1 if common-substring or minibuffer-completion-contents
4943 starts with (, and 0 otherwise.
4944
4945 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4946 Use `crm-current-element' for second arg of `display-completion-list'.
4947
4948 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
4949
4950 * files.el (set-auto-mode): Look for an interpreter specified on
4951 the first line also if search for mode specification succeeded,
4952 but the mode is not known.
4953
4954 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
4955
4956 * textmodes/org.el (org-tags-match-list-sublevels): New option.
4957 (org-open-at-point): Implement tag searches as links.
4958 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4959 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4960 (org-tags-sparse-tree, org-tags-view, org-set-tags)
4961 (org-agenda-dispatch): New commands.
4962 (org-use-tag-inheritance, org-tags-column): New options.
4963 (org-tab-follows-link, org-return-follows-link): New options.
4964 (org-tags): New customize group.
4965 (org-start-icalendar-file): Get local time zone.
4966 (org-tags-completion-function): New function.
4967 (org-set-font-lock-defaults): Make sure links will also be
4968 highlighted inside headlines.
4969
4970 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
4971
4972 * term.el (term-emulate-terminal):
4973 Let term-handle-ansi-terminal-messages override what Bash says about
4974 its current directory.
4975
4976 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4977
4978 * bindings.el (last-buffer): Move to simple.el.
4979 * simple.el (last-buffer): Move here.
4980 (get-next-valid-buffer): New function.
4981 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4982 (prev-buffer): Ditto. Rename to `previous-buffer'.
4983
4984 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4985 * bindings.el (global-map): Ditto.
4986
4987 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
4988
4989 * cus-edit.el: Introductory comment change.
4990 (custom-magic-alist): Change message string for the `rogue' state.
4991
4992 2005-12-15 Richard M. Stallman <rms@gnu.org>
4993
4994 * tooltip.el: Delete defcustom variable :tag names.
4995
4996 * complete.el (partial-completion-mode): Doc fix.
4997
4998 * textmodes/flyspell.el (flyspell-external-point-words):
4999 Use save-excursion to ensure we don't move backward in the
5000 search loop, not even one character.
5001 (flyspell-delete-all-overlays): Use remove-overlays directly.
5002
5003 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
5004 (ispell-start-process): Set that variable.
5005 Clear ispell-buffer-local-name.
5006 (ispell-internal-change-dictionary):
5007 Set ispell-current-dictionary after killing process.
5008 (ispell-buffer-local-dict):
5009 Don't set spell-personal-dictionary after killing process.
5010 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
5011 (ispell-tex-skip-alists, ispell-html-skip-alists)
5012 (ispell-skip-region-alist): Mark as risky.
5013
5014 * net/newsticker.el (newsticker--retrieval-timer-list)
5015 (newsticker--display-timer, newsticker-running-p)
5016 (newsticker-ticker-running-p): Definitions moved up.
5017
5018 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
5019
5020 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
5021
5022 2005-12-15 David Ponce <david@dponce.com>
5023
5024 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
5025 (recentf-edit-list, recentf-open-files): Signal an error when
5026 there is no recent file.
5027
5028 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
5029
5030 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
5031 read-only except for texinfo-format-region evaluation.
5032
5033 2005-12-14 Richard M. Stallman <rms@gnu.org>
5034
5035 * vc.el (vc-default-previous-version, vc-default-next-version)
5036 (vc-do-command): Doc fixes.
5037
5038 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5039
5040 * textmodes/bibtex.el (bibtex-expand-strings)
5041 (bibtex-autokey-expand-string, bibtex-name-part)
5042 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
5043 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
5044 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
5045 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
5046 (bibtex-entry-postfix, bibtex-known-entry-type-re)
5047 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
5048 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
5049 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
5050 (bibtex-beginning-of-last-entry): Remove.
5051 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
5052 message if comma is missing but buffer is read-only.
5053 (bibtex-parse-field-text): Handle whitespaces at the end of field
5054 text. Return 3-element list with beginning and end of field text
5055 and end of field.
5056 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
5057 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
5058 (bibtex-search-forward-field, bibtex-search-backward-field):
5059 Search always delimited by limits of entry. Use more efficient
5060 search algorithms.
5061 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
5062 bibtex-end-of-name-in-field.
5063 (bibtex-text-in-field-bounds): Handle BibTeX strings when
5064 extracting the content of a field.
5065 (bibtex-text-in-field): Use search limits.
5066 (bibtex-parse-string-prefix): Handle empty string keys based on
5067 bibtex-string-empty-key.
5068 (bibtex-parse-string): Fix docstring.
5069 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
5070 (bibtex-preamble-prefix, bibtex-strings): New functions.
5071 (bibtex-skip-to-valid-entry): Include preceding whitespace in
5072 BibTeX entries (consistent with other BibTeX functions).
5073 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
5074 (bibtex-search-entry): Fix docstring. Simplify.
5075 (bibtex-flash-head, bibtex-complete-string-cleanup)
5076 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
5077 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
5078 (bibtex-parse-entry): New optional arg content.
5079 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
5080 Use bibtex-text-in-field-bounds.
5081 (bibtex-print-help-message): Handle BibTeX strings and preambles.
5082 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
5083 bibtex-parse-string-postfix.
5084 (bibtex-find-text-internal): New function.
5085 (bibtex-remove-delimiters): Use it.
5086 (bibtex-find-text): Use it. New optional arg help.
5087 (bibtex-complete): Handle BibTeX string and preamble entries.
5088 (bibtex-Preamble): Fix order of closing delimiters.
5089
5090 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
5091
5092 * vc.el (vc-default-revert): New fun.
5093
5094 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
5095
5096 2005-12-14 Romain Francoise <romain@orebokech.com>
5097
5098 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
5099 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
5100 (font-lock-remove-keywords): Likewise.
5101
5102 2005-12-14 Juri Linkov <juri@jurta.org>
5103
5104 * log-view.el (log-view-diff): Doc fix.
5105
5106 * isearch.el (isearch-query-replace): Use (mark) instead of
5107 isearch-opoint if mark is active in transient-mark-mode.
5108
5109 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5110
5111 * isearch.el (isearch-query-replace): Check for isearch-other-end.
5112
5113 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
5114
5115 * progmodes/cpp.el (cpp-face): New widget.
5116 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
5117
5118 2005-12-14 Juri Linkov <juri@jurta.org>
5119
5120 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
5121 around `erase-buffer' and `insert'.
5122
5123 * descr-text.el (describe-text-properties): Replace buffer name
5124 "*Help-2*" with "*Help*<2>".
5125 (describe-char): Add functions print-help-return-message,
5126 toggle-read-only. Use help-setup-xref with nil to not store
5127 describe-char in help-xref-stack. Use help-make-xrefs to
5128 make [back] button.
5129
5130 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
5131
5132 * wdired.el (wdired-old-point): New internal variable.
5133 (wdired-change-to-wdired-mode): Set it buffer-locally.
5134 (wdired-abort-changes): Restore point after aborting changes.
5135
5136 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5137
5138 * vc.el (vc-do-command): Add a new value t for okstatus.
5139
5140 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
5141 frame in case of errors.
5142
5143 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5144
5145 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
5146 so it comes after "On the Left" in the menu.
5147
5148 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
5149
5150 * cus-edit.el (customize-apropos, customize-apropos-options)
5151 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
5152
5153 2005-12-12 Bill Wohler <wohler@newt.com>
5154
5155 * vc-svn.el (vc-svn-registered): Fix problem of visiting
5156 non-writable Subversion-controlled files by saving window
5157 configuration before calling vc-do-command. vc-do-command calls
5158 pop-to-buffer on error which is unexpected during registration.
5159
5160 2005-12-12 Jay Belanger <belanger@truman.edu>
5161
5162 * calc/README: Update the summary of changes.
5163
5164 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5165
5166 * descr-text.el (describe-char): Rework last fix to solve the problem
5167 is the same way it's solved for everything else in that function
5168 (i.e. by extracting the info before setting up the *Help* buffer).
5169
5170 2005-12-12 Kim F. Storm <storm@cua.dk>
5171
5172 * subr.el (version-regexp-alist): Allow space as separator before
5173 non-numeric part, e.g. "1.0 alpha".
5174 (version-to-list): Interpret .X.Y version as 0.X.Y version.
5175
5176 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
5177
5178 * textmodes/org.el (org-agenda, org-timeline, org-todo):
5179 Implement Logging and the keep-modes setting.
5180 (org-get-category): Make sure a string is returned.
5181 (org-log-done): New function.
5182 (org-log-done, org-closed-string): New options.
5183
5184 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5185
5186 * tooltip.el (tooltip-y-offset): Change default to 20.
5187
5188 2005-12-12 Richard M. Stallman <rms@gnu.org>
5189
5190 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
5191
5192 * frame.el (display-hourglass): Doc fix.
5193
5194 * help.el (help-for-help-internal): Simplify entry for `a'.
5195
5196 * info.el (Info-on-current-buffer): Doc fix.
5197 (info-insert-file-contents): Don't test (featurep 'jka-compr).
5198
5199 * startup.el (inhibit-splash-screen): Make this the real name.
5200 (inhibit-startup-message): Make this the alias.
5201 (command-line): Find only simple.el, and use its directory
5202 to fill in other preloaded files' names.
5203 (command-line): Deactivate the mark if deactivate-mark is set.
5204
5205 * international/mule.el (load-with-code-conversion):
5206 Bind deactivate-mark.
5207
5208 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
5209
5210 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
5211
5212 * cus-edit.el (customize-apropos): Avoid listing an option more
5213 than once under different aliases. No longer list user options
5214 that are not defined with defcustom (unless a prefix arg is given).
5215 Doc fix.
5216 (customize-apropos-options): Doc fix.
5217
5218 2005-12-11 Juri Linkov <juri@jurta.org>
5219
5220 * frame.el (set-background-color, set-foreground-color)
5221 (set-cursor-color, set-mouse-color, set-border-color):
5222 Add explicit prompts to read colors by `facemenu-read-color'.
5223 (show-trailing-whitespace, blink-cursor-delay)
5224 (blink-cursor-interval, display-hourglass, hourglass-delay):
5225 Remove tags.
5226 (display-hourglass, hourglass-delay): Doc fix.
5227 (cursor-in-non-selected-windows): Capitalize words in tag.
5228
5229 * faces.el (frame-background-mode): Replace `choice-item' keywords
5230 with `const' to not make [default] button. Change default value tag
5231 from `default' to `automatic'. Doc fix.
5232 (trailing-whitespace) <defface>: Change group `whitespace' to
5233 `whitespace-faces'.
5234
5235 2005-12-11 Richard M. Stallman <rms@gnu.org>
5236
5237 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
5238
5239 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5240
5241 * term/mac-win.el: Create keymap for mac-apple-event-map.
5242
5243 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
5244
5245 * tooltip.el (tooltip-mode): Move to start of file so that it
5246 appears at top of customize buffer.
5247
5248 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5249 Add the gud groupname.
5250 (gud-tooltip-mode): Add the tooltip groupname.
5251 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
5252 avoid conflict with tooltip-use-echo-area.
5253
5254 2005-12-10 Romain Francoise <romain@orebokech.com>
5255
5256 * help.el (help-for-help-internal): Add `r' in doc string.
5257
5258 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5259
5260 * align.el (align-regexp, align-highlight-rule):
5261 Use region-beginning and region-end instead of point and mark, so that
5262 repetition (with `repeat-complex-command') recomputes the region
5263 bounds.
5264
5265 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
5266
5267 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5268 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5269 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5270 (balance-windows): Rewrite using the above new functions.
5271
5272 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5273
5274 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5275 react if global-hi-lock-mode seems intended.
5276 (global-hi-lock-mode) Renamed from hi-lock-mode.
5277 (hi-lock-archaic-interface-message-used)
5278 (hi-lock-archaic-interface-deduce): New variables.
5279 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5280 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5281 (hi-lock-find-patterns, hi-lock-font-lock-hook):
5282 Replace hi-lock-buffer-mode with hi-lock-mode.
5283
5284 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
5285
5286 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5287 completion list, even after a partial completion has been
5288 inserted in the current buffer. If there are more than 1
5289 completion, redisplay the *Completions* buffer; if the
5290 completion is unique, delete the *Completions* window.
5291
5292 2005-12-10 Eli Zaretskii <eliz@gnu.org>
5293
5294 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5295 strings and long subject lines that were broken into multiple
5296 lines at arbitrary places. Handle subjects that have "Re: " in
5297 the middle.
5298
5299 2005-12-10 John W. Eaton <jwe@octave.org>
5300
5301 * emacs/octave-mod.el (octave-electric-space): Don't indent
5302 comments or strings if octave-auto-indent is nil.
5303
5304 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5305
5306 * term/mac-win.el: Require url when compiling.
5307 Call mac-process-deferred-apple-events after loading init files.
5308 (mac-apple-event-map): New defvar. Define event handlers in it.
5309 (core-event, internet-event): New Apple event class symbols.
5310 (open-application, reopen-application, open-documents)
5311 (print-documents, open-contents, quit-application)
5312 (application-died, show-preferences, autosave-now, get-url):
5313 New Apple event ID symbols.
5314 (about): New HICommand ID symbol.
5315 (mac-event-spec, mac-event-ae): New macros.
5316 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5317 (mac-ae-selection-range, mac-ae-text-for-search)
5318 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5319 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5320 and Services menu events are now defined in mac-apple-event-map.
5321 (mac-drag-n-drop): Remove selection range handling.
5322
5323 2005-12-10 Kenichi Handa <handa@m17n.org>
5324
5325 * simple.el (zap-to-char):
5326 * isearch.el (isearch-process-search-char): Translate CHAR by
5327 translation-table-for-input.
5328
5329 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5330
5331 * foldout.el (foldout-exit-fold): Properly hide subtree.
5332
5333 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5334
5335 * files.el (save-buffer):
5336 * international/ucs-tables.el (ucs-set-table-for-input):
5337 * mail/mail-extr.el (mail-extract-address-components):
5338 * mail/sendmail.el (mail-mode): Reformat doc string.
5339
5340 2005-12-09 Juri Linkov <juri@jurta.org>
5341
5342 * isearch.el (isearch-highlight): Change main overlay priority
5343 from 1 to 1001. Simplify.
5344 (isearch-lazy-highlight-update): Change lazy overlay priority
5345 from 0 to 1000.
5346
5347 * replace.el (replace-highlight): Change overlay priority from
5348 1 to 1001.
5349
5350 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5351 Change overlay priority from 1 to 1001. Reuse existing overlay.
5352
5353 * compare-w.el (compare-windows-highlight): Change overlay
5354 priority from 1 to 1000.
5355
5356 * menu-bar.el (menu-bar-edit-menu): Add listp around
5357 pending-undo-list to disable menu item "undo" when pending
5358 undo list is empty.
5359
5360 * locate.el (locate): Disable undo in *Locate* buffer.
5361
5362 2005-12-09 Kim F. Storm <storm@cua.dk>
5363
5364 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5365
5366 2005-12-09 David Ponce <david@dponce.com>
5367
5368 * recentf.el: Improvement of the menu code.
5369 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5370 instead of menu hook.
5371 (recentf-show-menu, recentf-hide-menu): New functions.
5372 (recentf-menu-customization-changed, recentf-mode): Use them.
5373 (recentf-menu-action, recentf-max-menu-items)
5374 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5375 (recentf-arrange-by-rule-others)
5376 (recentf-arrange-by-rules-min-items)
5377 (recentf-arrange-by-rule-subfilter) : Don't use
5378 `recentf-menu-customization-changed'.
5379 (recentf-arrange-rules): Likewise. Accept functions to compute
5380 sub-menu titles.
5381 (recentf-menu-filter): Likewise. Doc fix.
5382 (recentf-menu-value-shortcut): Doc fix.
5383 (recentf-dump-variable): Quote atom value.
5384 (recentf-make-menu-items): Update to use it as a menu filter.
5385 (recentf-match-rule): New function.
5386 (recentf-arrange-by-rule): Use it.
5387 (recentf-indirect-mode-rule): New function.
5388 (recentf-build-mode-rules): Use it.
5389 (recentf-dir-rule): New function.
5390 (recentf-arrange-by-dir): Use it.
5391 (recentf-filter-changer-current): Rename from
5392 `recentf-filter-changer-state'. All references updated.
5393 (recentf-filter-changer-alist): Update filter names.
5394 (recentf-filter-changer-select): New function.
5395 (recentf-filter-changer): Use it. Make a sub-menu from filters
5396 available in `recentf-filter-changer-alist'.
5397 (recentf-data-cache, recentf-clear-data)
5398 (recentf-update-menu): Remove. All references updated.
5399 (recentf-match-rule-p, recentf-build-dir-rules)
5400 (recentf-filter-changer-goto-next)
5401 (recentf-filter-changer-get-current)
5402 (recentf-filter-changer-get-next): Remove.
5403
5404 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5405
5406 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5407 buffer "Reset" button to "Reset to Current" for consistency with
5408 the State buttons.
5409
5410 2005-12-08 John Paul Wallington <jpw@pobox.com>
5411
5412 * ibuf-ext.el (define-ibuffer-filter filename):
5413 If `dired-directory' is a list then really use its car.
5414
5415 2005-12-08 Kim F. Storm <storm@cua.dk>
5416
5417 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5418 Fix indention of text on right side of replaced rectangle.
5419
5420 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5421
5422 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5423 No need to check gud-comint-buffer is bound.
5424 (gdb): Prevent multiple debugging when first session uses gdba.
5425
5426 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5427
5428 CC Mode update to 5.31.
5429
5430 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5431 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5432 We might do this function properly in the future).
5433
5434 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5435 New macros c-sentence-end and c-default-value-sentence end, to cope
5436 with Emacs 22's new function `sentence-end'.
5437
5438 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5439
5440 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5441 compat issue using `c-put-overlay' and `c-delete-overlay'.
5442
5443 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5444 New compat macros to handle overlays/extents.
5445
5446 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5447
5448 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5449 (for GNU Emacs 20.4)
5450
5451 * progmodes/cc-defs.el:
5452 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5453
5454 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5455 highlighting mechanism so it will work in XEmacs too.
5456
5457 * progmodes/cc-defs.el: Insert c-int-to-char.
5458
5459 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5460 call to the new macro c-int-to-char. This solves XEmacs's
5461 regarding characters as different from integers.
5462
5463 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5464
5465 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5466 New internal helper.
5467
5468 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5469 construct to make the indirect face lookup work in XEmacs.
5470
5471 (c-cpp-matchers): Append the negation char face to the existing
5472 fontification, so that the cpp face doesn't disappear.
5473 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5474 and strings.
5475
5476 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5477 to map to `font-lock-negation-char-face' in emacsen where it exists.
5478
5479 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5480
5481 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5482
5483 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5484 Rename "c-subword-move-mode" as "c-subword-mode".
5485
5486 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5487 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5488
5489 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5490
5491 * progmodes/cc-mode.el: Added autoload directive for
5492 `c-subword-move-mode' for use in older emacsen.
5493
5494 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5495
5496 * progmodes/cc-mode.el:
5497 (i) Insert a binding for C-c C-backspace into
5498 c-bind-special-erase-keys which works in TTYs.
5499 (ii) Make sure that when file styles are used, any explicitly
5500 given style variables take priority over those in the style.
5501 Do this by calling `hack-local-variables' a second time.
5502
5503 * progmodes/cc-vars.el: Add language specific customization
5504 widgets for AWK to c-doc-comment-style, c-require-final-newline
5505 and c-default-style. Add a defcustom for awk-mode-hook.
5506 Give c-syntactic-element and c-syntactic-context doc-strings by
5507 directly setting their `variable-documentation' propery.
5508 This allows Emacs 22.1 to read these with C-h v.
5509
5510 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5511
5512 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5513
5514 * progmodes/cc-fonts.el, cc-vars.el
5515 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5516 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5517 Masatake YAMATO.
5518
5519 (c-doc-comment-style): Made GtkDoc default in C mode.
5520
5521 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5522 and C-c C-<delete>.
5523
5524 (c-bind-special-erase-keys): New function for use on
5525 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5526
5527 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5528 <delete> key behavior in XEmacs according to `delete-forward-p'.
5529 C.f. `c-electric-delete'.
5530
5531 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5532
5533 * progmodes/cc-mode.el: Give c-hungry-backspace and
5534 c-hungry-delete-forward permanent key bindings.
5535
5536 * progmodes/cc-cmds.el (c-electric-semi&comma):
5537 Bind c-syntactic-context for calls to "criteria functions", for
5538 consistency with other calls to user functions.
5539
5540 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5541 `current-prefix-arg', since this might be the prefix arg to a
5542 command which calls c-indent-command as a function. Change the
5543 interactive spec from "p" to "P".
5544
5545 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5546 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5547 was difficult to understand.
5548
5549 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5550
5551 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5552 first char of an identifier.
5553
5554 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5555 +" syntax in C++.
5556
5557 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5558
5559 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5560 auto-fill doesn't split a c-comment's last word from a hanging
5561 "*/" when a space is typed between them after fill-column.
5562
5563 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5564
5565 * progmodes/cc-styles.el (c-set-style)
5566 (c-setup-paragraph-variables): Abort the command if we're not in a
5567 CC Mode buffer.
5568
5569 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5570 with blank comment-prefix, and a blank line as the comment's
5571 second line.
5572
5573 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5574
5575 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5576 Incorporate the patterns added in the Emacs development branch
5577 for the new Emacs 22 face `font-lock-negation-char-face'.
5578
5579 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5580 of "red" since it stands out better in xterms and DOS terminals.
5581
5582 * progmodes/cc-engine.el (c-literal-faces):
5583 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5584
5585 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5586
5587 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5588 forcibly enable c-electric-flag.
5589
5590 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5591 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5592 after the comment-prefix of a C-style comment will close that comment.
5593
5594 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5595
5596 * progmodes/cc-fonts.el (c-basic-matchers-before)
5597 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5598 in Pike.
5599
5600 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5601 digraphs.
5602
5603 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5604 (c-cpp-message-directives, c-cpp-include-directives)
5605 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5606 (c-cpp-expr-directives): Introduce new language constants to
5607 control cpp syntax in a cleaner way.
5608
5609 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5610
5611 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5612
5613 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5614 (c-multiline-string-start-char): New language constants and
5615 variables to specify how newlines in string literals work.
5616
5617 (c-font-lock-invalid-string): Use them.
5618
5619 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5620 unbalanced close brace is entered. Optimization by avoiding going
5621 back over arbitrarily large blocks. Removed hints that this
5622 function only would be relevant/useful in AWK.
5623
5624 (c-electric-brace): Indent syntactically after the cleanups since
5625 lineup functions might do it differently then.
5626
5627 * progmodes/cc-engine.el, cc-langs.el
5628 (c-opt-op-identifier-prefix): New language constant and variable.
5629
5630 (c-just-after-func-arglist-p, c-after-special-operator-id)
5631 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5632
5633 * progmodes/cc-align.el, cc-engine.el
5634 (c-after-special-operator-id): New helper to handle C++ operator
5635 identifiers.
5636
5637 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5638 (c-guess-basic-syntax): Handle C++ operator identifiers in
5639 declarations.
5640
5641 * progmodes/cc-langs.el (c-assignment-operators): Add the
5642 trigraph version of ^= too.
5643
5644 * progmodes/cc-langs.el (c-assignment-operators): Add the
5645 trigraph version of |= in C++.
5646
5647 * progmodes/cc-fonts.el (c-font-lock-declarators):
5648 Handle `c-decl-hangon-kwds' after the identifier name.
5649
5650 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5651 whether an arglist is "nonempty", ignore a comment after the open
5652 paren if it isn't followed by a non-comment token on the same line.
5653
5654 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5655 Enable heuristics below the point to cope with classes inside special
5656 brace lists in Pike.
5657
5658 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5659
5660 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5661
5662 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5663
5664 * progmodes/cc-guess.el (cc-guess-install): New function to
5665 install an already guessed style in another buffer.
5666
5667 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5668 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5669 anyway if the change always is undone.
5670
5671 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5672
5673 Implement togglable electricity:
5674
5675 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5676 saying when it should be used.
5677
5678 * progmodes/cc-engine.el: Add the new buffer-local variable,
5679 c-electric-flag.
5680
5681 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5682 c-toggle-auto-newline.
5683
5684 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5685 c-toggle-auto-newline. Remove the binding for
5686 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5687 c-toggle-electric-state.
5688
5689 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5690
5691 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5692 c-\(forward\|backward\)-subword.
5693 (c-update-modeline): Add the new modeline flag `l' for
5694 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5695 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5696 Make the old name an alias of the new name.
5697 (c-toggle-electric-state): New function.
5698 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5699 Adapt these functions to do electric things only when
5700 c-electric-flag is non-nil.
5701 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5702 new functions from c-electric-brace.
5703 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5704 mode, so that the tentative extra newline doesn't change the
5705 syntax of the following brace.
5706 (c-electric-brace): Restructure by extracting the above functions.
5707 Tidy up the coding somewhat.
5708 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5709 restructure a bit.
5710
5711 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5712
5713 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5714 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5715
5716 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5717 (c-submode-indicators): Change name from `c-auto-hungry-string'
5718 since it's now used to track another submode.
5719
5720 (c-update-modeline): Convert to function and extended to check
5721 `c-subword-move-mode'.
5722
5723 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5724 Convert to compat aliases for `c-forward-subword' and
5725 `c-backward-subword'.
5726
5727 * progmodes/cc-subword.el: New functions and minor mode to handle
5728 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5729
5730 (c-forward-subword, c-backward-subword, c-mark-subword)
5731 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5732 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5733 Functions corresponding to the standard word handling functions.
5734
5735 (c-subword-move-mode): Minor mode that replaces all the standard
5736 word handling functions with their subword equivalences.
5737
5738 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5739
5740 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5741 entry for one-liner-defun.
5742
5743 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5744 name in its def-edebug-spec.
5745
5746 * progmodes/cc-cmds.el (c-electric-brace): Make the
5747 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5748 compacts space before a comment, if this will make things fit on
5749 one line.
5750
5751 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5752
5753 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5754
5755 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5756 clean-up one-liner-defun.
5757
5758 * progmodes/cc-styles.el: Add the new "awk" style.
5759
5760 * progmodes/cc-vars.el: Add description of one-liner-defun to
5761 c-cleanup-list's doc-string. New user options,
5762 c-max-one-liner-length. In c-default-style, set the default style
5763 for AWK to "awk".
5764
5765 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5766
5767 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5768 macros inside labels.
5769
5770 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5771 `c-at-statement-start-p' and `c-at-expression-start-p'.
5772
5773 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5774 error if the mark isn't set.
5775
5776 * progmodes/cc-engine.el (c-guess-continued-construct)
5777 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5778 accurately detect functions inside functions.
5779
5780 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5781 like `c-at-statement-start-p' that additionally recognizes commas
5782 and expression parentheses as delimiters.
5783
5784 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5785 to avoid heuristics that doesn't work for unclosed blocks.
5786 (c-at-statement-start-p): New function.
5787
5788 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5789 Objective-C directives, e.g. directives spanning lines should work
5790 reasonably well now.
5791
5792 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5793
5794 (c-forward-objc-directive): New function to move over any ObjC
5795 directive.
5796
5797 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5798 (c-basic-matchers-before): Use it.
5799
5800 (c-font-lock-objc-iip-decl): Remove.
5801
5802 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5803 in the template arglist recognition.
5804
5805 * progmodes/cc-styles.el (c-style-alist): Fix several
5806 inconsistencies in the Whitesmith style.
5807
5808 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5809 New lineup function to get lines after Whitesmith style blocks
5810 correctly indented.
5811
5812 (c-lineup-whitesmith-in-block): Back out the compensation for
5813 opening parens since it's done using `add' lists in the style
5814 definition instead. Don't use the anchor position since it varies
5815 too much between the syntactic symbols. :P
5816
5817 * progmodes/cc-vars.el (c-valid-offset): Update.
5818
5819 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5820 lists where the offsets are combined according to several
5821 different methods: `first', `min', `max', and `add'.
5822 Report offset evaluation errors with `c-benign-error' so that some kind
5823 of reindentation still is done.
5824
5825 * progmodes/cc-engine.el (c-guess-basic-syntax):
5826 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5827 `arglist-close'.
5828
5829 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5830 situations for `arglist-cont-nonempty' and `arglist-close'.
5831
5832 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5833
5834 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5835 cc-bytecomp-boundp' in a number of places.
5836
5837 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5838 macro related issue.
5839
5840 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5841
5842 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5843 list is now [asdf], a char class [:alpha:].
5844 Include code for char classes.
5845 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5846 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5847
5848 Remove (nearly all of) the cruft associated with AWK Mode's former
5849 concept of "virtual semicolons":
5850
5851 Adapt c-beginning-of-statement, c-end-of-statement (together with
5852 subfunctions) to use the new notion of "virtual semicolon" in
5853 place of the old awkward special handling for AWK. There remains
5854 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5855 * progmodes/cc-cmds.el:
5856 (c-ascertain-adjacent-literal): In the backwards direction, now
5857 recognises AWK regexp delimiters as string delimiters.
5858 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5859 check more rigorously for "end of macro".
5860 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5861 virtual semicolons;
5862 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5863 out the code for forward movement into ...
5864 (c-end-of-statement): Now contains the code for forward movement,
5865 adapted for virtual semicolons.
5866
5867 * progmodes/cc-engine.el:
5868 (c-ws*-string-limit-regexp): New regexp.
5869 (c-forward-single-comment, c-backward-single-comment): Comment out
5870 the (now redundant) "special" AWK stuff.
5871
5872 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5873 c-string-par-start, c-string-par-separate to be more like Text
5874 Mode than Fundamental Mode.
5875
5876 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5877
5878 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5879 to the fontified region so that fontification doesn't occur
5880 outside it (could happen e.g. when fontifying a line with an
5881 unfinished declaration).
5882
5883 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5884
5885 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5886 start of the file. ^L now separate sections of the file.
5887 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5888 (c-awk-one-line-possibly-open-string-re)
5889 (c-awk-regexp-one-line-possibly-open-char-class-re)
5890 (c-awk-one-line-possibly-open-regexp-re)
5891 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5892 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5893
5894 Amend the concept of "virtual semicolons" (in the indentation
5895 engine) for languages like AWK, such that they are now
5896 conceptually attached to end of the last token of a statement, not
5897 the end of the line. (In AWK Mode, however, the pertinent text
5898 property is still physically set on the EOL.) Remove the specific
5899 tests for awk-mode, thus facilitating the introduction of other
5900 language modes where EOLs can end statements.
5901 (Note: The funtionality in cc-cmds.el, specifically
5902 c-beginning/end-of-statement has yet to be amended.)
5903
5904 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5905 New macros.
5906
5907 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5908 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5909 c-vsemi-status-unknown-p-fn (in a new page).
5910
5911 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5912 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5913 numerous awkward forms like
5914 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5915 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5916 variable before-ws-ip, the place just after char-before-ip appears.
5917
5918 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5919 a comment.
5920
5921 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5922
5923 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5924 `c-tentative-buffer-changes'.
5925
5926 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5927 convert to macro to choose between Emacs and XEmacs at compile time.
5928
5929 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5930
5931 (c-tentative-buffer-changes): New macro to handle temporary buffer
5932 changes in a convenient way.
5933
5934 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5935 for `c-tentative-buffer-changes'.
5936
5937 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5938 the checks for paren sexps between the point and the keyword, to
5939 avoid some false alarms.
5940
5941 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5942 Fixed a situation where an error could be thrown for unbalanced
5943 parens. Changed to make use of c-keyword-member' to avoid some
5944 repeated regexp matches.
5945
5946 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5947 These language variable are no longer necessary.
5948
5949 (c-block-stmt-kwds): New language constant used by
5950 c-looking-at-inexpr-block'.
5951
5952 (c-guess-basic-syntax): Remove an optional check that looked at
5953 the existence of the now removed language variables.
5954
5955 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5956 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5957 object instantiation expressions as declarations in some contexts.
5958 This bug only affected languages where the declarator can't be
5959 enclosed in parentheses.
5960
5961 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5962 insert newlines before and after substatement braces.
5963
5964 * progmodes/cc-engine.el: Improved the heuristics for recognizing
5965 function declaration headers and the handling of C++ style member
5966 init lists.
5967
5968 (c-just-after-func-arglist-p): Rewritten to use
5969 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
5970
5971 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5972
5973 (c-guess-basic-syntax): Adapt case 5B for the new
5974 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
5975 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5976 covers all cases now).
5977
5978 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5979
5980 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5981
5982 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5983 c-string-par-start/separate c-sentence-end-with-esc-eol,
5984 initialised in c-setup-paragraph-variables, used in string
5985 scanning subroutines of c-beginning-of-statement.
5986
5987 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5988 which precedes the newly inserted `{'.
5989
5990 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5991
5992 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5993 function for declaration level blocks. It should now cope with
5994 templates better and also be a lot more comprehensible.
5995
5996 (c-looking-at-decl-block): The new function.
5997
5998 (c-search-uplist-for-classkey): The old one. It's now a wrapper
5999 for compatibility.
6000
6001 (c-add-class-syntax, c-guess-continued-construct)
6002 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
6003
6004 (c-decl-block-key): Change to tell apart ambiguous and
6005 unambiguous keywords. Pike specials are now handled directly in
6006 the code instead.
6007
6008 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
6009 New language constants and variables to make the backward skip in
6010 `c-looking-at-decl-block' as tight as possible.
6011
6012 (c-nonsymbol-token-char-list): New language constant.
6013
6014 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
6015 find balanced template arglists backwards.
6016
6017 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
6018 making char classes for `c-syntactic-skip-backward'.
6019
6020 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
6021 16D - can't be a class-close at that point.
6022
6023 * progmodes/cc-engine.el (c-guess-basic-syntax)
6024 (c-add-class-syntax): Don't narrow out the enclosing declaration
6025 level. This makes everything a lot easier, and it was actually
6026 only four small places that needed it to work. Some places that
6027 previously did `widen' are removed now, which has the effect that
6028 `c-guess-basic-syntax' never will look at things outside the
6029 current narrowment now. The anchor position for `topmost-intro'
6030 is affected by this, but it was so bogus it was basically useless
6031 before, and now it's equally bogus but in a slightly different way.
6032
6033 (c-narrow-out-enclosing-class): Gone.
6034
6035 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
6036 the narrowed region.
6037
6038 (c-least-enclosing-brace): Remove silly optional argument.
6039
6040 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
6041 the point could be left directly after an open paren when finding
6042 the beginning of the first decl in the block.
6043
6044 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
6045 Specify which submatch to use.
6046
6047 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
6048
6049 (c-decl-start-re): No longer any need for special treatment of
6050 ObjC due to the above.
6051
6052 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
6053 presumably follows C in that regard.
6054
6055 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
6056 New language constants to specify operator tokens inside
6057 identifiers in a more high level way.
6058
6059 (c-opt-identifier-prefix-key): New internal language constant.
6060
6061 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
6062 (c-identifier-start, c-identifier-key): Now completely calculated
6063 from other constants.
6064
6065 (c-identifier-last-sym-match): Decommission since it's no longer used.
6066
6067 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
6068
6069 * progmodes/cc-engine.el (c-forward-name): Remove the
6070 optimization when c-identifier-key is equal to c-symbol-key since
6071 it doesn't work in byte compiled files. Don't record empty
6072 regions as identifiers.
6073
6074 * progmodes/cc-langs.el (c-filter-ops): New helper function to
6075 simplify access to `c-operators' and its likes.
6076
6077 (c-operator-list, c-all-op-syntax-tokens)
6078 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
6079 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
6080 (c-primary-expr-regexp, c-cast-parens): Use it.
6081
6082 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
6083 an explicit language in functions.
6084
6085 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
6086 variant of adornment.
6087
6088 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
6089 variable.
6090
6091 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
6092 the Pike value.
6093
6094 * progmodes/cc-engine.el (c-on-identifier)
6095 (c-simple-skip-symbol-backward): Small fix for handling "-"
6096 correctly in `skip-chars-backward'. Affected the operator lfun
6097 syntax in Pike.
6098
6099 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
6100 diagnostic message about precompiled language vars not being used.
6101
6102 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
6103 "__attribute__" is followed by a parenthesis.
6104
6105 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
6106 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
6107 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
6108
6109 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
6110 Internal cleanups to properly detect the declared identifiers in
6111 various declarations.
6112
6113 (c-decl-start-kwds): New language constant to recognize
6114 declarations that can start anywhere. Used for class declarations
6115 in Pike.
6116
6117 (c-specifier-key, c-not-decl-init-keywords)
6118 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
6119 (c-find-decl-spots): Implement `c-decl-start-kwds'.
6120
6121 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
6122 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
6123 handling of the compiler specific extension keywords into a new
6124 language constant `c-decl-hangon-kwds' that defines keyword
6125 clauses to be ignored in declarations.
6126
6127 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
6128 past unrecognized tokens when handling `c-colon-type-list-kwds'.
6129 Necessary to stop at the declared identifier in e.g. IDL valuetype
6130 declarations.
6131
6132 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
6133 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
6134 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
6135 (c-forward-decl-or-cast-1): Recognize the declared identifier in
6136 class and enum declarations as such and not as part of the type.
6137
6138 (c-forward-decl-or-cast-1, c-forward-label): Relax the
6139 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
6140
6141 (c-forward-decl-or-cast-1): Don't disregard sure signs of
6142 declarations when there's some syntax error later on.
6143
6144 (c-complex-decl-matchers): Did away with a reference to
6145 `c-specifier-key'.
6146
6147 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
6148 value - this variable is always dynamically bound.
6149
6150 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
6151 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
6152 * cc-cmds.el, cc-defs.el: Change the policy for marking up
6153 functions that might do hidden buffer changes: All such internal
6154 functions are now marked instead of those that don't.
6155
6156 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
6157 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
6158 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
6159 (c-literal-type): Allow these functions to make hidden buffer changes,
6160 so that they are free to use text property caching later on.
6161
6162 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
6163 (c-electric-brace, c-electric-slash, c-electric-star)
6164 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
6165 (c-electric-paren, c-electric-continued-statement, c-indent-command)
6166 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
6167 (c-context-line-break): Add `c-save-buffer-state' calls to comply
6168 with the changed semantics of the functions above.
6169
6170 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
6171 when macros occur in obscure places. Optimized the sexp movement
6172 a bit.
6173
6174 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6175
6176 Enhancements for c-beginning-of-statement to work in AWK Mode:
6177
6178 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
6179 (completed statement) with `}' (statement completed by closing
6180 brace or semicolon) and `$' (statement completed by EOL).
6181
6182 (c-awk-virtual-semicolon-ends-prev-line-p)
6183 (c-awk-virtual-semicolon-ends-line-p)
6184 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
6185 (c-awk-at-statement-end-p): New functions.
6186
6187 * progmodes/cc-cmds.el: Simplify the structure of functions
6188 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
6189 two functions and c-beginning-of-statement to handle AWK Mode.
6190
6191 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
6192 c-backward-single-comment for AWK mode. Attempt to clarify their
6193 doc-strings.
6194
6195 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
6196
6197 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6198
6199 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
6200 label handling. Labels are now recognized in a uniform and more
6201 robust way, regardless of context. Text properties are put on all
6202 labels to recognize the following declarations better.
6203 Multiword labels are handled both in indentation and fontification for
6204 the benefit of language extensions like Qt. For consistency, keywords
6205 in labels are now fontified with the label face instead.
6206 That also applies to "case" and "default".
6207
6208 (c-beginning-of-statement-1): Fix some bugs in the label
6209 handling. Disregard `c-nonlabel-token-key' in labels that begin
6210 with `c-label-kwds'.
6211
6212 (c-find-decl-spots): Support that the callback adds more
6213 `c-decl-end' spots to find.
6214
6215 (c-forward-decl-or-cast-1): Don't treat a list of plain
6216 identifiers followed by a colon as a declaration.
6217
6218 (c-forward-label): New function to recognize labels.
6219
6220 (c-guess-basic-syntax): Replace uses of `c-label-key' with
6221 `c-forward-label'. Moved the label recognition cases (14 and 15)
6222 earlier since they aren't so context sensitive now. Handle labels
6223 on the top level gracefully. Moved access label recognition to
6224 the generic label case (CASE 15) - removed CASE 5E.
6225
6226 (c-font-lock-declarations): Add recognition of labels in the
6227 same round since we need to handle labels in parallell with other
6228 declarations to recognize both accurately. It should also improve
6229 speed.
6230
6231 (c-simple-decl-matchers, c-basic-matchers-after):
6232 Move `c-font-lock-labels' so that it only is used on decoration level 2
6233 since `c-font-lock-declarations' handles it otherwise.
6234
6235 (c-complex-decl-matchers): Remove the simplistic recognition of
6236 access labels.
6237
6238 (c-decl-prefix-re): Remove the kludges that was necessary to cope
6239 with labels earlier.
6240
6241 (c-decl-start-re): New language variable to make
6242 `c-font-lock-declarations' stop for the special protection labels
6243 in Objective-C that start with `@'.
6244
6245 (c-label-key): Remove since it's no longer used.
6246
6247 (c-recognize-colon-labels, c-label-prefix-re): New language
6248 constants to support recognition of generic colon-terminated labels.
6249
6250 (c-type-decl-end-used): `c-decl-end' is now used whenever there
6251 are colon terminated labels.
6252
6253 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6254 first argument starts with a special brace list.
6255
6256 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
6257 (c-font-lock-declarations): Break out the declaration and cast
6258 recognition from `c-font-lock-declarations' to a new function, so
6259 that it can be used in the indentation engine.
6260
6261 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
6262 up to the start of the literal. Fixed bug with the point on the
6263 wrong side of the search limit that could happen when the start
6264 position is inside a literal.
6265
6266 * progmodes/cc-engine.el (c-parse-state)
6267 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6268 so that it's kept a little bit back to increase the hit rate.
6269
6270 (c-parse-state): Change the macro handling and fixed some
6271 glitches. Macro context is checked more often than necessary now,
6272 but otoh less garbage conses are generated.
6273
6274 * progmodes/cc-engine.el (c-parse-state)
6275 (c-invalidate-state-cache): Cache the last position where
6276 `c-state-cache' applies. This can speed up refontification quite
6277 a bit in blocks where there are many non-brace parens before the point.
6278
6279 (c-state-cache-end): New variable for this.
6280
6281 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6282 cache variable.
6283
6284 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6285 get close initial continue positions when the start position is
6286 inside a literal or macro. Do not call the callback for spots
6287 before the start position (which can happen e.g. for `c-decl-end'
6288 spots inside comments). Optimize better in special cases when the
6289 region is a single line inside a literal or macro (typically when
6290 the current line is refontified).
6291
6292 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6293 to `c-add-stmt-syntax' - there's no need to explicitly whack off
6294 entries from the paren state.
6295
6296 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6297 special case for "else if" clauses.
6298
6299 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6300 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6301
6302 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6303 New language variable to recognize the gcc extension with statement
6304 blocks inside expressions.
6305
6306 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6307 it somewhat more comprehensible. The argument AT-BLOCK-START is
6308 no longer used and hence removed.
6309
6310 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6311 to `c-add-stmt-syntax'.
6312
6313 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6314 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6315 This fixes bogus label recognition.
6316
6317 * progmodes/cc-engine.el (c-add-type, c-check-type)
6318 (c-forward-name, c-forward-type): Improve storage of template
6319 types in `c-found-types' so that they can be recognized better.
6320
6321 (c-syntactic-content): Add option to skip past nested parens.
6322
6323 * progmodes/cc-engine.el (c-forward-name):
6324 Set `c-last-identifier-range' all the time. It's less work that way.
6325 Handle that there might not be an identifier to store in
6326 `c-last-identifier-range'.
6327
6328 (c-forward-type): Handle that `c-last-identifier-range' might be
6329 nil from `c-forward-name'.
6330
6331 * progmodes/cc-defs.el (c-safe-scan-lists)
6332 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6333
6334 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6335 to work even if the form fails.
6336
6337 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6338 down in a large file in one go.
6339
6340 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6341
6342 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6343 function which is like `c-lineup-math' but returns nil instead of
6344 `c-basic-offset' when it doesn't match.
6345
6346 (c-lineup-math): Change to use `c-lineup-assignments'.
6347
6348 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6349
6350 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6351 c-beginning-of-statement. New subfunctions
6352 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6353
6354 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6355
6356 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6357 hardcoded char classes whereever possible. Changed a couple of
6358 places to use skip by syntax instead of skip by char class.
6359
6360 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6361 Fix a bug in the regexp that caused extreme backtracking.
6362
6363 * progmodes/cc-langs.el (c-block-comment-starter)
6364 (c-block-comment-ender): New language constants to specify in a
6365 single place how block comments look.
6366
6367 (c-comment-start-regexp, c-block-comment-start-regexp)
6368 (comment-start, comment-end, comment-start-skip)
6369 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6370 (c-syntactic-ws, c-nonempty-syntactic-ws)
6371 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6372 `c-line-comment-starter', `c-block-comment-starter' and
6373 `c-block-comment-ender'.
6374
6375 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6376 New language constants to break up things a bit.
6377
6378 (c-simple-ws): New language constant for simple whitespace.
6379
6380 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6381
6382 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6383 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6384 newlines. Allow and ignore nil elements in the list.
6385
6386 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6387
6388 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6389 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6390
6391 * progmodes/cc-cmds.el: Tidy up the comments in
6392 c-beginning-of-statement and subfunctions.
6393
6394 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6395 more flexible c-put-char-property and c-clear-char-properties.
6396 Add the author's email address.
6397
6398 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6399
6400 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6401 closing "*/" of a block comment.
6402
6403 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6404 subfunctions) so that it works at BOB and EOB.
6405
6406 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6407 c-beginning-of-statement, including new variable
6408 c-block-comment-start-regexp.
6409
6410 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6411
6412 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6413 symbols from `*-font-lock-extra-types' so that there's no need to
6414 use `regexp-opt' on those lists.
6415
6416 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6417 `c-type-modifier-kwds' is empty.
6418
6419 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6420 there are several strings on the same line.
6421
6422 * progmodes/cc-engine.el (c-literal-limits): Remove the
6423 compatibility function for older emacsen. `c-literal-limits-fast'
6424 has now taken the place of this function.
6425
6426 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6427 with older emacsen: We now require `pps-extended-state'.
6428
6429 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6430
6431 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6432 which obviates the need to hack sentence-end. This now handles
6433 escaped newlines in strings correctly. Correct minor bugs in
6434 c-move-over-sentence and in c-beginning-of-statement.
6435
6436 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6437 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6438 that movement over macros and code are rigorously separated from
6439 eachother. Correct a few incidental bugs.
6440
6441 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6442 Improve its doc-string. Improve the handling of certain specific cases.
6443
6444 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6445
6446 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6447 (c-guess-basic-syntax): Change the way class-level labels are
6448 recognized; they can now contain essentially any symbols.
6449
6450 (c-opt-extra-label-key): New language variable to cope with the
6451 special protection label syntax in Objective-C.
6452
6453 (c-opt-access-key): Remove; this is now handled better by
6454 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6455
6456 (c-complex-decl-matchers): Update to handle that
6457 `c-opt-access-key' no longer exists.
6458
6459 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6460 improved label recognition in `c-beginning-of-statement-1'.
6461
6462 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6463 Recognize bitfields better.
6464
6465 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6466 Remove some cruft and fixed a bug that could cause it to go to a
6467 position further down.
6468
6469 * progmodes/cc-langs.el, cc-engine.el
6470 (c-beginning-of-statement-1): Improve detection of labels in
6471 declaration contexts.
6472
6473 (c-beginning-of-decl-1): Use it.
6474
6475 (c-nonlabel-token-key): New language constant and variable needed
6476 by `c-beginning-of-statement-1'.
6477
6478 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6479 manifested itself due to the correction in `c-forward-sexp'.
6480
6481 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6482 Make these behave as documented when used at the buffer limits.
6483
6484 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6485 (c-type-decl-end-used): Made this a language variable.
6486
6487 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6488 correctly when `combine-after-change-calls' is used together with
6489 temporary narrowings.
6490
6491 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6492 Report labels correctly when the start point is immediately after the
6493 colon.
6494
6495 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6496 Remove since it isn't used anymore.
6497
6498 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6499 bracket arglists such as template parens in C++.
6500
6501 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6502 in the last check-in. Some optimization.
6503
6504 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6505 where it could stop at the same level in a preceding sexp when
6506 PAREN-LEVEL is set.
6507
6508 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6509 text property lookup only when it's needed.
6510
6511 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6512 Change the policy for paren marked angle brackets to be more
6513 persistent; once marked they remain marked even when they're found
6514 to be unbalanced in the searched region. This should keep the
6515 paren syntax around even when individual lines are refontified in
6516 multiline template arglists.
6517
6518 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6519 to control markup so that incorrect angle bracket arglists aren't
6520 marked in contexts where the correct value for
6521 `c-disallow-comma-in-<>-arglists' isn't known.
6522
6523 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6524 argument has become `c-parse-and-markup-<>-arglists'.
6525
6526 (c-remove-<>-arglist-properties): Remove - no longer used.
6527
6528 (c-after-change-check-<>-operators): New function used on
6529 `after-change-functions' to avoid that "<" and ">" characters that
6530 are part of longer operators have paren syntax.
6531
6532 (c-<>-multichar-token-regexp): New language variable used by
6533 `c-after-change-check-<>-operators'.
6534
6535 (c-after-change): Call `c-after-change-check-<>-operators'.
6536
6537 (c-font-lock-<>-arglists): Use the context properties set by
6538 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6539 correctly to avoid doing invalid markup.
6540
6541 (c-font-lock-declarations): Remove code that undoes the invalid
6542 markup done by `c-font-lock-<>-arglists'.
6543
6544 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6545 after `c-font-lock-declarations'.
6546
6547 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6548 Add paren-level feature.
6549
6550 (c-guess-basic-syntax): Improve the anchor position for
6551 `template-args-cont' in nested template arglists. There's still
6552 much to be desired in this area, though.
6553
6554 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6555
6556 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6557 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6558
6559 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6560
6561 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6562 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6563
6564 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6565 it doesn't work no longer are supported.
6566
6567 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6568 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6569 requires support for the syntax-table' text property, which rules
6570 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6571 cruft associated with those versions.
6572
6573 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6574 for the `syntax-table' text property, which rules out Emacs 19 and
6575 XEmacs < 21.4. Removed various compatibility cruft associated
6576 with those versions.
6577
6578 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6579 support for the `syntax-table' text property.
6580
6581 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6582 variable and use an extra quoted face name instead. All the
6583 emacsen flavors handle that correctly.
6584
6585 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6586 (c-font-lock-declarators, c-font-lock-declarations)
6587 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6588 property to mark the items in in declarator lists to handle
6589 refontification inside multiline declarations better.
6590
6591 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6592 construct like "a * b = c;" as a declaration.
6593
6594 2005-12-08 Kim F. Storm <storm@cua.dk>
6595
6596 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6597 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6598 select either meta, hyper, or super modifier for rectangle commands.
6599 (cua--rectangle-modifier-key): New defvar.
6600 (cua--M/H-key): Use it. Remove special case for `space'.
6601 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6602 on X, to meta otherwise. Always bind C-return to toggle
6603 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6604
6605 * emulation/cua-rect.el (cua-help-for-rectangle):
6606 Use cua--rectangle-modifier-key. Handle super modifier too.
6607 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6608 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6609
6610 * ido.el: Move Acknowledgements and History after Commentary.
6611 Minor changes to Commentary.
6612
6613 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6614 keymap if cua--prefix-override-timer is `shift'.
6615 (cua--shift-control-prefix): New function; emulate "type prefix
6616 key twice" functionality to handle shifted prefix key override.
6617 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6618 New commands.
6619 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6620
6621 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6622
6623 * textmodes/org.el (org-insert-heading): Try to do items before
6624 headings.
6625 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6626 (org-insert-item): New function.
6627 (org-renumber-ordered-list): Don't skip to higher level lists.
6628
6629 2005-12-08 Juri Linkov <juri@jurta.org>
6630
6631 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6632
6633 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6634
6635 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6636
6637 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6638 the constructed function name fun-1.
6639
6640 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6641 because such links don't lead to parent documentation.
6642
6643 2005-12-08 Kenichi Handa <handa@m17n.org>
6644
6645 * descr-text.el (describe-char): Use *Help-2* buffer if the
6646 current buffer is *Help*. Call describe-text-properties while
6647 setting the original buffer.
6648
6649 2005-12-07 Bill Wohler <wohler@newt.com>
6650
6651 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6652 and causes problems with non-MH users (such as Gnus users).
6653
6654 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6655
6656 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6657 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6658 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6659 command "info sources". Move calls to GDB command "list".
6660 (gdb-find-file-hook): Just use gdb-source-file-list.
6661 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6662 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6663 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6664 (gdb-data-list-register-values-handler): Use correct trigger name.
6665
6666 2005-12-07 Kim F. Storm <storm@cua.dk>
6667
6668 * ido.el (ido-completion-map): Rename from ido-mode-map.
6669 (ido-common-completion-map, ido-file-completion-map)
6670 (ido-file-dir-completion-map, ido-buffer-completion-map):
6671 Rename from ido-mode-....-map.
6672 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6673 (ido-setup-completion-map): Rename from ido-define-mode-map.
6674 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6675 to ido-completion-map.
6676
6677 2005-12-07 Kenichi Handa <handa@m17n.org>
6678
6679 * international/mule-cmds.el
6680 (set-display-table-and-terminal-coding-system): If the coding
6681 system specified in `unibyte-display' property is different from
6682 the arg coding-system, don't setup standard-display-table.
6683
6684 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6685
6686 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6687 that comments end at \n, regardless of selective-display.
6688
6689 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6690
6691 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6692 (gdb-version): New variables.
6693 (gdb-source-file-list, gdb-register-names)
6694 (gdb-changed-registers): New variables for use with GDB 6.4+.
6695 (gdb-ann3): Replace with...
6696 (gdb-init-1, gdb-init-2): ...two new functions.
6697 (gdba, gdb-prompt): Call gdb-init-1.
6698 (gdb-get-version): New function. Call gdb-init-2 from here.
6699 (gud-watch): Make it work with mouse events too.
6700 (gdb-post-prompt): Don't add to queue until GDB version is known.
6701 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6702 (gdb-locals-mode): Use gdb-version.
6703 (gdb-memory-format-map, gdb-memory-unit-map)
6704 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6705 (gdb-locals-font-lock-keywords-1)
6706 (gdb-locals-font-lock-keywords-2): New variables.
6707 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6708 (gdb-set-gud-minor-mode-existing-buffers-1)
6709 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6710 (gdb-var-update-1, gdb-var-update-handler-1)
6711 (gdb-data-list-register-values-handler)
6712 (gdb-data-list-register-values-custom)
6713 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6714 (gdb-stack-list-locals-handler, gdb-get-register-names):
6715 New functions for use with GDB 6.4+.
6716 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6717 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6718 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6719 (gdb-stack-list-locals-regexp)
6720 (gdb-data-list-register-names-regexp): New regexps for use with
6721 GDB 6.4+.
6722
6723 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6724
6725 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6726
6727 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6728
6729 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6730 prompts work for AUTH PLAIN. Also reported by Steve Allan
6731 <seallan@verizon.net>.
6732
6733 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6734
6735 * frame.el (set-frame-parameter): Add doc string.
6736
6737 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6738
6739 * textmodes/org.el (org-occur-highlights): New variable.
6740 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6741 (org-highlight-sparse-tree-matches): New option.
6742 (org-do-occur): New function.
6743 (org-get-heading): Make it work also at beginning of line.
6744 (org-category-table): New variable.
6745 (org-get-category-table, org-get-category)
6746 (org-camel-to-words, org-link-search): New functions.
6747 (org-select-this-todo-keyword): New variable.
6748 (org-todo-list): New command.
6749 (org-shiftright, org-shiftleft): New commands.
6750 (org-agenda-todo): Add prefix argument.
6751 (org-show-hierarchy-above): New option.
6752 (org-show-todo-tree): Numerical prefix creates tree for specific
6753 TODO keyword.
6754 (org-outline-level): New function, to assign a level to plain
6755 lists items.
6756 (org-cycle-include-plain-lists): New option.
6757 (org-mode): Use `org-outline-level' as value of `outline-level'.
6758 (org-cycle): Temporarily switch `outline-regexp' if
6759 `org-cycle-include-plain-lists' is non-nil.
6760 (org-start-icalendar-file): Fix format bug.
6761 (org-agenda-get-day-entries): Create category table.
6762 (org-agenda-get-todos, org-agenda-get-timestamps)
6763 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6764 (org-agenda-get-blocks): Use `org-get-category'.
6765 (org-context-in-file-links): Rename from
6766 `org-line-numbers-in-file-links'.
6767
6768 2005-12-06 Romain Francoise <romain@orebokech.com>
6769
6770 * window.el (balance-windows): Delete extraneous third arg in call
6771 to `enlarge-window'.
6772
6773 2005-12-06 Kenichi Handa <handa@m17n.org>
6774
6775 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6776
6777 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6778
6779 * progmodes/gdb-ui.el (gdb-var-create-handler)
6780 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6781 (gdb-var-list-children-handler, gdb-var-update-handler):
6782 Current buffer is already gdb-partial-output-buffer, don't
6783 make it current again.
6784
6785 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6786
6787 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6788 (list-buffers-noselect): Use it.
6789
6790 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6791
6792 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6793 (mail-yank-ignored-headers): Use regexp-opt.
6794 (mail-mode-map): Move initialization into declaration.
6795 (mail-sent-via): Remove unused shadowed var `to-line'.
6796 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6797 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6798 (mail-do-fcc): Use dolist and push.
6799 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6800 (mail-yank-ignored-headers): Don't autoload.
6801
6802 2005-12-05 Kenichi Handa <handa@m17n.org>
6803
6804 * international/mule-cmds.el (set-language-info-internal): New fun.
6805 (set-language-info): Call set-language-info-internal to update
6806 language-info-alist. If LANG-ENV is the current one, call
6807 set-language-environment to make INFO effective now.
6808 (set-language-info-alist): Likewise.
6809 (locale-language-names): With locale "en", use English
6810 lang. env. but set the default codings to iso-8859-1.
6811
6812 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6813
6814 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6815 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6816 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6817 for plain strings.
6818 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6819 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6820 Create registers buffer if necessary. Echo new state in minibuffer.
6821 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6822
6823 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6824
6825 * info.el (Info-fontify-node): Match external links using
6826 non-directory part of filename.
6827
6828 2005-12-04 Juri Linkov <juri@jurta.org>
6829
6830 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6831 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6832 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6833 because there is no customization option for it.
6834
6835 * font-lock.el (lisp-font-lock-keywords-1):
6836 Add define-global-minor-mode.
6837
6838 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6839
6840 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6841 properties on the constructed variable names.
6842
6843 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6844 Put `definition-name' properties on the constructed function names
6845 next-sym and prev-sym.
6846
6847 * emacs-lisp/find-func.el (find-function-regexp):
6848 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6849 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6850 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6851 and easy-menu-define.
6852
6853 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6854 easy-mmode-define-global-mode and define-global-minor-mode.
6855 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6856
6857 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6858 instead of easy-mmode-define-global-mode.
6859
6860 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6861 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6862
6863 * cus-edit.el (customize-group, customize-group-other-window):
6864 Filter out autoloaded options from the group completion list by
6865 using heuristics that autoloaded groups don't have `custom-autoload'
6866 property on their symbols (they have only `custom-loads').
6867
6868 * simple.el (completion-setup-function): Put completions-common-part
6869 face on complete completion string too (i.e. completion string
6870 without completions-first-difference face).
6871
6872 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6873
6874 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6875
6876 * view.el (view-mode): Doc fix.
6877
6878 * disp-table.el (standard-display-european): Add to the warning
6879 message a reference to the doc string.
6880
6881 * play/yow.el (apropos-zippy): Call print-help-return-message,
6882 similar to other Help and Apropos commands.
6883
6884 * help.el (print-help-return-message): If pop-up-frames is
6885 non-nil, set up help-return-method to delete the help window and,
6886 possibly, its frame as well, and don't display message about
6887 scrolling the help window. Doc fix.
6888 (help-return-method): Doc fix.
6889
6890 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
6891
6892 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6893 whereby names of length one or names starting with a
6894 symbol-constituent character would not be returned.
6895
6896 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6897
6898 * subr.el (atomic-change-group): Add edebug and indentation spec.
6899
6900 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6901
6902 * completion.el (save-completions-file-name): Fix typo in last change.
6903
6904 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6905
6906 * info.el: Move back/forward history to the beginning of the tool bar.
6907
6908 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6909
6910 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6911 Add fset of allout-real-isearch-abort during compile to fix
6912 byte-compilation warnings.
6913 (allout-mode-p): Move definition of this macro above all uses, or
6914 byte compilation in barren emacs (eg, during emacs build) will
6915 lack the definition.
6916 (allout-mode): Move this variable above any uses, or byte
6917 compilation will fail.
6918 (allout-resolve-xref): Remove use of personal file-reference function.
6919 (allout-toggle-current-subtree-encryption): Do the current (ie,
6920 visible containing) topic, rather than nearest around point. Doc fix.
6921 (allout-toggle-subtree-encryption): New function, workhorse that
6922 works on nearest topic containing point.
6923 (allout-encrypt-string): Signal requirement for newer version of pgg.
6924 (allout-resumptions): Doc fix.
6925
6926 2005-12-02 Eli Zaretskii <eliz@gnu.org>
6927
6928 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6929
6930 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
6931
6932 * textmodes/flyspell.el (flyspell-external-point-words):
6933 Consider a misspelling as found in the string search if: (a) misspelling
6934 and found string lengths match, or (b) misspelling is found as
6935 element in a boundary-chars separated longer string, or (c)
6936 ispell-program-name is really ispell and misspelling is found as
6937 part of a TeX string. After successful match move beginning of
6938 search region to end of match. Warn about not found misspellings
6939 once the process is done.
6940 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6941
6942 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
6943
6944 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6945 tool bar (removed inadvertently).
6946
6947 2005-12-02 Juri Linkov <juri@jurta.org>
6948
6949 * log-view.el (log-view-diff): Clarify doc string.
6950
6951 2005-12-01 Bill Wohler <wohler@newt.com>
6952
6953 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6954 triggers lm-verify errors.
6955
6956 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
6957
6958 * simple.el (transient-mark-mode, line-number-mode)
6959 (column-number-mode, size-indication-mode): Remove `:require nil'.
6960
6961 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6962
6963 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6964 in the margin also.
6965 (gdb-breakpoints-mode-map): Use D instead of d for
6966 gdb-delete-breakpoint.
6967 (gdb-get-frame-number): Require a number to match on.
6968 (gdb-threads-mode-map): Add follow-link binding.
6969
6970 2005-11-30 Jason Rumney <jasonr@gnu.org>
6971
6972 * isearch.el (isearch-mode-map): Avoid exiting search on
6973 language-change event.
6974
6975 2005-11-30 Romain Francoise <romain@orebokech.com>
6976
6977 * speedbar.el (speedbar-default-position): New defcustom.
6978 (speedbar-frame-reposition-smartly): Use it.
6979
6980 * dframe.el (dframe-reposition-frame-emacs): Fix position
6981 computation for `left' location.
6982 Update copyright year.
6983
6984 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6985
6986 * help.el (help-map): Move initialization into declaration.
6987
6988 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6989
6990 * help-fns.el (help-argument-name): Don't autoload.
6991 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6992 to be re-loaded when customizing the `help' group.
6993
6994 2005-11-30 John Paul Wallington <jpw@gnu.org>
6995
6996 * help-fns.el (describe-function-1): Fill arglist output.
6997
6998 2005-11-30 Kim F. Storm <storm@cua.dk>
6999
7000 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
7001 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
7002 after revert-buffer (or anything else which kills all local variables).
7003
7004 * apropos.el (apropos-parse-pattern): Doc fix.
7005 Set apropos-regexp directly, rather than expecting callers to do so.
7006 (apropos-command, apropos, apropos-value, apropos-documentation):
7007 Simplify calls to apropos-parse-pattern.
7008
7009 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
7010
7011 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7012 (hi-lock-face-phrase-buffer): Use hi-yellow face.
7013 (hi-lock-write-interactive-patterns): Use comment-region.
7014
7015 * longlines.el (longlines-mode): Add mail-setup-hook.
7016
7017 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
7018
7019 * simple.el (sendmail-user-agent-compose, next-line):
7020 Conditionally use hard-newline.
7021
7022 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7023
7024 * international/latexenc.el (latex-inputenc-coding-alist):
7025 Reword doc string.
7026
7027 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
7028
7029 * help.el (describe-key-briefly, describe-key): Recognize default
7030 bindings.
7031
7032 2005-11-29 Romain Francoise <romain@orebokech.com>
7033
7034 * view.el (view-inhibit-help-message): New defcustom.
7035 (view-mode-enter): Use it.
7036
7037 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
7038
7039 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
7040 Preserve user position.
7041
7042 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
7043
7044 * font-lock.el: Throw error if facemenu is not loaded to prevent
7045 accidental change of loading order in loadup.el. (Suggested by RMS.)
7046
7047 * loadup.el: Add comment explaining why facemenu must be loaded
7048 before font-lock.
7049
7050 2005-11-28 Jay Belanger <belanger@truman.edu>
7051
7052 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
7053 (calc-dispatch-map): Add more keys for `calc-same-interface'.
7054
7055 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
7056
7057 * calc/calc-embed.el (calc-do-embedded): Update help message.
7058
7059 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
7060
7061 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7062
7063 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
7064
7065 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
7066 called-interactively-p.
7067 (elp-profilable-p): Rename from elp-not-profilable-p.
7068 Invert result and take into account macros and autoloaded functions.
7069 (elp-instrument-function): Update call.
7070 (elp-instrument-package): Update call. Add completion.
7071 (elp-pack-number): Use match-string.
7072 (elp-results-jump-to-definition-by-mouse): Merge into
7073 elp-results-jump-to-definition and then remove.
7074 (elp-output-insert-symname): Make help echo text single-line.
7075
7076 * replace.el (query-replace-map): Move initialization into declaration.
7077 (occur-engine): Use with-current-buffer.
7078 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
7079 (occur-mode-mouse-goto): Replace with an alias.
7080
7081 2005-11-28 Juri Linkov <juri@jurta.org>
7082
7083 * simple.el (quoted-insert): Let-bind input-method-function to nil.
7084
7085 * term/w32-win.el: Bind [S-tab] to [backtab].
7086
7087 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
7088 `Info-find-file' to t.
7089
7090 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
7091 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
7092 and same-window-regexps.
7093 (occur-next-error): Don't move point for arg 0.
7094
7095 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
7096
7097 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
7098
7099 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7100
7101 * log-edit.el (log-edit-changelog-use-first): New var.
7102 (log-edit-changelog-ours-p): Use it.
7103 (log-edit-insert-changelog): Set it with new arg `use-first'.
7104 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
7105 (log-edit-hook): Add them to the list of suggested options.
7106
7107 * textmodes/flyspell.el (flyspell-last-buffer): New var.
7108 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
7109 redundant work.
7110 (flyspell-mode-on): Use add-hook for after-change-functions.
7111 (flyspell-mode-off): Use remove-hook for after-change-functions.
7112 (flyspell-changes): Make it buffer-local.
7113 (flyspell-after-change-function): Make it non-interactive. Use push.
7114 (flyspell-post-command-hook): Check input-pending-p while processing
7115 the potentially long list of buffer changes.
7116
7117 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7118
7119 * buff-menu.el (list-buffers-noselect): Display the selected
7120 frame's buffer list, not the global one.
7121
7122 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7123
7124 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
7125 that (list last-input-event) works as in interactive spec.
7126
7127 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7128
7129 * loadup.el ("facemenu"): Load facemenu before font-lock, because
7130 `facemenu-keymap' needs to be defined when font-lock is loaded.
7131 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
7132
7133 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7134
7135 * completion.el: Remove useless leading * in defcustom docstrings.
7136 (save-completions-file-name): Use ~/.emacs.d if available.
7137 (completion-standard-syntax-table): Rename from
7138 cmpl-standard-syntax-table and fold initialization into declaration,
7139 thus removing cmpl-make-standard-completion-syntax-table.
7140 (completion-lisp-syntax-table, completion-c-syntax-table)
7141 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
7142 (cmpl-saved-syntax, cmpl-saved-point): Remove.
7143 (symbol-under-point, symbol-before-point)
7144 (symbol-under-or-before-point, symbol-before-point-for-complete)
7145 (add-completions-from-c-buffer): Use with-syntax-table.
7146 (make-completion): Don't return a list of completion entries.
7147 Update callers.
7148 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
7149 (completion-initialize): Rename from initialize-completions.
7150 (completion-find-file-hook): Rename from cmpl-find-file-hook.
7151 (kill-emacs-save-completions): Collect stats here.
7152 (save-completions-to-file, load-completions-from-file):
7153 Use with-current-buffer.
7154 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
7155 into a function. Move all calls to toplevel.
7156 (completion-lisp-mode-hook): New fun.
7157 (completion-c-mode-hook, completion-setup-fortran-mode):
7158 Set the syntax-table here. Use local-set-key.
7159 (completion-saved-bindings): New var.
7160 (dynamic-completion-mode): Make it into a proper minor mode.
7161 (load-completions-from-file): Remove unused var `num-uses'.
7162
7163 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
7164 constructor if it is explicitly overridden.
7165
7166 * complete.el (PC-completion-as-file-name-predicate):
7167 Use minibuffer-completing-file-name.
7168 (partial-completion-mode): Use find-file-not-found-functions.
7169 (PC-lisp-complete-symbol): Use with-syntax-table.
7170 (PC-look-for-include-file): Remove dead setq.
7171 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
7172 (PC-complete): Use with-current-buffer.
7173
7174 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
7175 escape single quotes.
7176
7177 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7178
7179 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
7180 of `if' whose condition always returned nil. Doc fix.
7181
7182 * buff-menu.el (Buffer-menu-revert-function): Make the selected
7183 window's buffer the current buffer around the call to
7184 `list-buffers-noselect'. This is necessary to mark that buffer
7185 with a `.' in the Buffer Menu when called from Lisp, for instance
7186 by Auto Revert Mode.
7187
7188 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7189
7190 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
7191 attaching to it.
7192 (gdb-pre-prompt): Make sure gdb-error is reset.
7193
7194 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
7195 with a child process, detect it.
7196 (gud-speedbar-buttons): Match regexp more carefully.
7197
7198 2005-11-27 Richard M. Stallman <rms@gnu.org>
7199
7200 * mouse.el (mouse-drag-move-window-bottom):
7201 Use adjust-window-trailing-edge.
7202
7203 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7204
7205 * simple.el (blink-matching-open): Ignore
7206 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
7207 (blink-matching-paren-on-screen): Update docstring.
7208
7209 * paren.el (show-paren-mode): No longer change
7210 `blink-matching-paren-on-screen'.
7211
7212 2005-11-27 John Paul Wallington <jpw@pobox.com>
7213
7214 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7215 (gdb-threads-select, gdb-edit-register-value):
7216 Use `posn-set-point' instead of `mouse-set-point' because the
7217 latter is not fbound when configured without X.
7218
7219 2005-11-27 Kim F. Storm <storm@cua.dk>
7220
7221 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
7222 existing face when partially highlighting a TAB in a rectangle.
7223
7224 2005-11-26 Kim F. Storm <storm@cua.dk>
7225
7226 * ido.el (ido-mode-map): Doc fix.
7227 (ido-mode-common-map, ido-mode-file-map)
7228 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
7229 (ido-define-mode-map): Rewrite. Select one of the new maps as
7230 parent for ido-mode-map instead of building from scratch.
7231 (ido-init-mode-maps): New defun to initialize new maps.
7232 (ido-mode): Call it.
7233 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
7234 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
7235
7236 2005-11-26 John Paul Wallington <jpw@pobox.com>
7237
7238 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
7239 `mouse-set-point' because the latter is not fbound when configured
7240 without X.
7241
7242 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
7243
7244 * files.el (file-relative-name): Doc fix.
7245
7246 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7247
7248 * progmodes/octave-inf.el (inferior-octave-startup): Force a
7249 non-empty string for secondary prompt PS2.
7250
7251 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7252
7253 * progmodes/compile.el (compilation-setup): Fix last change.
7254
7255 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
7256
7257 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7258 (gdb-mouse-toggle-breakpoint-margin)
7259 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
7260 Add gdb-server-prefix to keep out of command history.
7261 (gdb-edit-register-value): New function.
7262 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
7263 (gdb-info-registers-custom): Use above map.
7264
7265 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7266
7267 * custom.el (enable-theme): Signal error if argument is not a
7268 theme. Don't recalculate a face if it's not loaded yet.
7269
7270 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7271 the `user' theme is in effect.
7272
7273 * info.el (Info-on-current-buffer): Record actual filename in
7274 Info-current-file, instead of t, or a fake filename if a non-file
7275 buffer. Make autoload.
7276 (Info-find-node, Info-revert-find-node): No need to check for
7277 Info-current-file nil.
7278 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7279 Info-current-file is now never `t'.
7280 (Info-fontify-node): Many simplifications due to Info-current-file
7281 always being valid. Use Info-find-file to find node filename.
7282
7283 2005-11-25 David Kastrup <dak@gnu.org>
7284
7285 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7286 new character, then delete" in order to preserve markers.
7287
7288 2005-11-25 David Ponce <david@dponce.com>
7289
7290 * recentf.el (recentf-arrange-by-rule): Handle a special
7291 `auto-mode-alist'-like "strip suffix" rule.
7292 (recentf-build-mode-rules): Handle second level auto-mode entries.
7293
7294 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7295
7296 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7297 window modes.
7298
7299 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7300 jde-javadoc-checker-report-mode.
7301
7302 * ediff-wind (ediff-make-wide-display): Slight simplification.
7303
7304 * ediff.el (ediff-date): Change the date of last update.
7305
7306 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7307
7308 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7309 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7310 (hi-lock-mode): New global minor mode.
7311 (turn-on-hi-lock-if-enabled): New function.
7312 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7313 Change arguments to regexp and face instead of a font-lock pattern.
7314 Directly set face property, instead of refontifying.
7315 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7316 (hi-lock-find-patterns): Use line-number-at-pos.
7317
7318 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7319 arguments for hi-lock-set-pattern.
7320 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7321 Call font-lock-fontify-buffer.
7322 (hi-lock-find-file-hook, hi-lock-current-line)
7323 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7324
7325 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7326 turned off.
7327
7328 * progmodes/compile.el (compilation-setup): Don't fiddle with
7329 font-lock-defaults.
7330
7331 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7332
7333 * progmodes/gdb-ui.el (gdb-var-create-handler)
7334 (gdb-var-list-children-handler): Find values for all variable
7335 objects. gud-speedbar-buttons decides whether to display them.
7336
7337 2005-11-24 Romain Francoise <romain@orebokech.com>
7338
7339 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7340 buffer name with a space.
7341
7342 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7343
7344 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7345 `org-export-local-list-max-depth'. Change default value to 3.
7346 (org-auto-renumber-ordered-lists)
7347 (org-plain-list-ordered-item-terminator): New options.
7348 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7349 (org-get-indentation, org-get-string-indentation)
7350 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7351 New functions.
7352 (org-move-item-down, org-move-item-up): New commands.
7353 (org-export-as-html): New classes for CSS support. Bug fix in
7354 regular expression detecting fixed-width regions. Respect
7355 `org-local-list-ordered-item-terminator'.
7356 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7357 also a list item.
7358 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7359 New item moving functions.
7360
7361 2005-11-24 Juri Linkov <juri@jurta.org>
7362
7363 * isearch.el (isearch-repeat): With empty search ring set
7364 `isearch-error' to the error string instead of signaling error
7365 with the function `error'.
7366
7367 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7368
7369 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7370
7371 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7372
7373 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7374 and variable.
7375 (gdb-var-create-handler, gdb-var-list-children-handler):
7376 Don't match on "char **...".
7377 (gdb-var-update-handler): Find values for all variable objects.
7378 (gdb-info-frames-custom): Identify frames by leading "#".
7379
7380 * progmodes/gud.el (gud-speedbar-menu-items): Add
7381 gdb-speedbar-auto-raise as radio button.
7382 (gud-speedbar-buttons): Raise speedbar if requested.
7383 Don't match on "char **...".
7384 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7385 Make it editable.
7386
7387 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7388
7389 * info.el (Info-fontify-node): Handle the case where
7390 Info-current-file is t.
7391
7392 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7393
7394 * simple.el (blink-matching-open): Fix off-by-one in last change.
7395
7396 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7397
7398 * term/mac-win.el: Don't change default directory.
7399
7400 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7401
7402 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7403 buffers correctly. (It used to throw an error in such buffers.)
7404 Make it ask for confirmation in group buffers and other Custom
7405 buffers containing more than one customization item.
7406
7407 2005-11-22 John Paul Wallington <jpw@gnu.org>
7408
7409 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7410 property on mail and url overlays.
7411 (goto-address-at-point): Use `posn-set-point' instead of
7412 `mouse-set-point' because the latter is not fbound when configured
7413 without X.
7414
7415 2005-11-22 Lars Hansen <larsh@soem.dk>
7416
7417 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7418 (ls-lisp-classify, ls-lisp-format): Delete call to
7419 ls-lisp-parse-symlink.
7420 (ls-lisp-handle-switches): Handle symlinks to directories as
7421 directories when ls-lisp-dirs-first in non-nil.
7422
7423 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7424
7425 * startup.el (command-line): Make sure that loaddefs.el is handled
7426 correctly in load-history.
7427
7428 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7429
7430 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7431 (gdb-struct-string, gdb-array-string): New constants.
7432 (gdb-info-locals-handler): Use them.
7433 (gdb-reset): Reset gdb-var-list to nil.
7434
7435 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7436
7437 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7438 in patterns.
7439
7440 2005-11-21 Juri Linkov <juri@jurta.org>
7441
7442 * custom.el (defcustom): Update link types in docstring.
7443
7444 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
7445
7446 * custom.el (defgroup): Add doc-string-elt info.
7447
7448 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7449
7450 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7451
7452 * newcomment.el (comment-enter-backward): Fix last fix.
7453
7454 * simple.el (blink-matching-open):
7455 * paren.el (show-paren-function): Allow new paren-class info.
7456
7457 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7458
7459 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7460 handled automagically.
7461
7462 2005-11-20 Andreas Schwab <schwab@suse.de>
7463
7464 * descr-text.el (describe-char): When copying overlays put them
7465 over the full char description instead of just the first character
7466 of it.
7467
7468 2005-11-20 Juri Linkov <juri@jurta.org>
7469
7470 * simple.el (what-cursor-position):
7471 * descr-text.el (describe-char): Use Lisp-readable syntax
7472 for octal and hex. Reorder decimal, octal and hex values.
7473 Remove excess whitespace in the output. Use `=' in `column='
7474 like in `point=' and `Hscroll='.
7475
7476 * international/mule-cmds.el (encoded-string-description):
7477 Use Lisp-readable syntax for hex.
7478
7479 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7480
7481 * newcomment.el (comment-enter-backward): Handle the case where the
7482 comment is closed by EOB.
7483
7484 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7485
7486 * longlines.el (longlines-before-revert-hook)
7487 (longlines-after-revert-hook): New functions.
7488 (longlines-mode): Turn off longlines temporarily when reverting.
7489 Add a message-setup-hook.
7490 (longlines-decode-buffer): New function.
7491 (longlines-wrap-line): Preserve marker positions.
7492
7493 2005-11-19 Andreas Schwab <schwab@suse.de>
7494
7495 * emacs-lisp/shadow.el: Handle compressed files.
7496
7497 2005-11-19 Romain Francoise <romain@orebokech.com>
7498
7499 * net/browse-url.el (browse-url-default-browser): Signal an error
7500 if no usable browser can be found, rather than try to load w3.
7501
7502 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7503
7504 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7505 replacing existing properties.
7506 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7507 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7508 tty specs.
7509 (rcirc-server-prefix, rcirc-server): New faces.
7510 (rcirc-url-regexp): Generate with rx macro.
7511 (rcirc-last-server-message-time): New variable.
7512 (rcirc-filter): Record time of last message.
7513 (rcirc-keepalive): Kill processes that did not send a message
7514 since the last ping.
7515 (rcirc-mode): Give rcirc-topic a local binding here.
7516
7517 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7518
7519 * subr.el (read-passwd): Fontify the prompt as we do with other
7520 prompts.
7521
7522 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7523
7524 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7525 binding buffer-read-only to nil.
7526
7527 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7528
7529 * complete.el (partial-completion-mode):
7530 Mention completion-auto-help in the doc string.
7531
7532 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7533 more Lisp-ish way.
7534
7535 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7536
7537 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7538 digits, not 8, to avoid misalignment for files larger than 100MB.
7539
7540 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7541
7542 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7543 Mention "keyboard shortcuts" in the help text.
7544
7545 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7546
7547 * startup.el (fancy-splash-default-action): Discard only
7548 mouse-down and succeeding mouse-up events in the splash screen
7549 window so that drag-n-drop event can be processed.
7550
7551 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7552
7553 * longlines.el (longlines-mode): Add hacks for mail-mode and
7554 message-mode.
7555
7556 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7557
7558 * textmodes/org.el (org-table-sort-lines): New command.
7559 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7560 (org-add-file): Command removed, use `org-agenda-file-to-front'
7561 instead.
7562 (org-export-icalendar): Use `org-icalendar-combined-name'.
7563 (org-cycle-agenda-files, org-agenda-file-to-end)
7564 (org-agenda-file-to-front): New commands.
7565 (org-table-tab-jumps-over-hlines, org-export-html-style):
7566 New options.
7567 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7568 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7569 New functions.
7570 (org-fill-paragraph): Call `org-table-align' in tables.
7571 (org-mode): Call `org-set-autofill-regexps'.
7572 (org-export-as-html): Support for local handformatted lists.
7573 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7574 (org-export-local-list-max-depth): New option.
7575 (org-html-expand): Use `org-html-protect'.
7576
7577 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7578
7579 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7580 to "p".
7581 (gdb): Move definition of gud-pp to...
7582
7583 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7584 speedbar.
7585 (gdb-find-watch-expression): New function.
7586
7587 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7588
7589 * faces.el (face-attribute, set-face-attribute): Mention existence
7590 of `:ignore-defface' setting in docstring.
7591
7592 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7593
7594 * simple.el (completion-setup-function): Fix last change.
7595
7596 2005-11-17 John Paul Wallington <jpw@pobox.com>
7597
7598 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7599 Use `posn-set-point' instead of `mouse-set-point' because the
7600 latter is not fbound when configured without X.
7601
7602 * comint.el (comint-insert-input): Likewise.
7603
7604 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7605
7606 * simple.el (hard-newline): New variable.
7607 (sendmail-user-agent-compose, next-line): Use it.
7608
7609 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7610 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7611 (mail-mail-reply-to, mail-mail-followup-to)
7612 (mail-position-on-field, mail-signature, mail-yank-original)
7613 (mail-attach-file): Likewise.
7614
7615 * mail/mailheader.el (mail-header-format)
7616 (mail-header-format-function): Likewise.
7617
7618 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7619
7620 2005-11-17 Juri Linkov <juri@jurta.org>
7621
7622 * font-lock.el (font-lock-faces): Rename this defgroup from
7623 `font-lock-highlighting-faces'.
7624 (font-lock-comment-face, font-lock-comment-delimiter-face)
7625 (font-lock-string-face, font-lock-doc-face)
7626 (font-lock-keyword-face, font-lock-builtin-face)
7627 (font-lock-function-name-face, font-lock-variable-name-face)
7628 (font-lock-type-face, font-lock-constant-face)
7629 (font-lock-warning-face, font-lock-negation-char-face)
7630 (font-lock-preprocessor-face)
7631 (font-lock-regexp-grouping-backslash)
7632 (font-lock-regexp-grouping-construct): Rename :group from
7633 `font-lock-highlighting-faces' to `font-lock-faces'.
7634
7635 * cus-edit.el (lisp, c, tex):
7636 * progmodes/ada-mode.el (ada):
7637 * progmodes/asm-mode.el (asm):
7638 * progmodes/cperl-mode.el (cperl-faces):
7639 * progmodes/cpp.el (cpp):
7640 * progmodes/dcl-mode.el (dcl):
7641 * progmodes/f90.el (f90):
7642 * progmodes/fortran.el (fortran):
7643 * progmodes/icon.el (icon):
7644 * progmodes/idlwave.el (idlwave-misc):
7645 * progmodes/m4-mode.el (m4):
7646 * progmodes/make-mode.el (makefile):
7647 * progmodes/meta-mode.el (meta-font):
7648 * progmodes/modula2.el (modula2):
7649 * progmodes/octave-mod.el (octave):
7650 * progmodes/pascal.el (pascal):
7651 * progmodes/perl-mode.el (perl):
7652 * progmodes/prolog.el (prolog):
7653 * progmodes/ps-mode.el (PostScript-edit):
7654 * progmodes/scheme.el (scheme):
7655 * progmodes/sh-script.el (sh-script):
7656 * progmodes/simula.el (simula):
7657 * progmodes/tcl.el (tcl):
7658 * textmodes/nroff-mode.el (nroff):
7659 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7660 * textmodes/sgml-mode.el (sgml):
7661 * textmodes/texinfo.el (texinfo):
7662 Add :link (custom-group-link font-lock-faces) to defgroup.
7663
7664 * hi-lock.el (hi-lock): Rename this defgroup from
7665 `hi-lock-interactive-text-highlighting'. Change parent group from
7666 `faces' to `font-lock'. Add link to the manual.
7667 (hi-lock-mode, hi-lock-file-patterns-range)
7668 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7669 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7670 (hi-lock-faces): Add :group `faces'.
7671
7672 * cus-edit.el (custom-variable-prompt): Clarify the code.
7673
7674 * faces.el (face-read-string): Set the default value arg of
7675 completing-read.
7676
7677 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7678
7679 * rfn-eshadow.el (file-name-shadow-properties)
7680 (file-name-shadow-tty-properties, file-name-shadow-mode):
7681 Remove autoloads, because the file is now preloaded.
7682
7683 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7684
7685 * printing.el (easy-menu-intern): Don't define.
7686 (pr-get-symbol): Use easy-menu-intern only if defined.
7687
7688 * simple.el (blink-matching-open): Simplify a bit.
7689 (completion-setup-function): Fix the case of partial-completion-mode
7690 when the minibuffer's contents start with "-".
7691 Obey completion-base-size-function even when
7692 minibuffer-completing-file-name is non-nil.
7693
7694 2005-11-16 Richard M. Stallman <rms@gnu.org>
7695
7696 * net/eudcb-ph.el (eudc-ph-open-session):
7697 Use set-process-query-on-exit-flag.
7698
7699 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7700
7701 * international/ucs-tables.el (ucs-set-table-for-input):
7702 Use make-local-variable, not make-variable-buffer-local.
7703
7704 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7705 Improve warning message text.
7706
7707 * savehist.el (savehist-save-hook): Add :group.
7708
7709 * menu-bar.el (menu-bar-help-menu):
7710 Rename Find Extra Packages to External Packages.
7711
7712 * cus-edit.el (Custom-reset-standard): Verify that
7713 :custom-standard-value prop exists before calling it.
7714
7715 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7716
7717 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
7718
7719 * wid-edit.el (color): Enclose %t in %{...%}.
7720
7721 * cus-edit.el (face): Enclose %t in %{...%}.
7722
7723 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7724
7725 * savehist.el (savehist-mode-hook): Re-add the var.
7726 (savehist-mode): Use it.
7727
7728 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7729
7730 * textmodes/flyspell.el: Fix commenting convention.
7731 Remove unnecessary leading * in custom docstrings.
7732 (flyspell-emacs): Remove unused var.
7733 (flyspell-delete-region-overlays): Use remove-overlays.
7734 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7735 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7736 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7737 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7738 (make-flyspell-overlay): Don't locally reuse a global name.
7739 (flyspell-highlight-incorrect-region)
7740 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7741 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7742 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7743 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7744 Wrap calls to accept-process-output inside with-local-quit since it's
7745 often called from a post-command-hook.
7746 (flyspell-correct-word, flyspell-auto-correct-word):
7747 Use ispell-send-string.
7748 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7749
7750 * calendar/diary-lib.el (diary-list-entries): Also hide the
7751 terminating newline.
7752
7753 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7754
7755 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7756 window-system, to allow fonts on tty.
7757
7758 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7759
7760 * progmodes/gud.el (gud-speedbar-item-info): New function.
7761 (gud-install-speedbar-variables): Use it to display data type
7762 of watch expression as a tooltip in speedbar.
7763
7764 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7765
7766 * font-core.el (global-font-lock-mode): Add :version keyword,
7767 because default was changed.
7768
7769 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7770
7771 * startup.el (command-line): Use `custom-reevaluate-setting' for
7772 `file-name-shadow-mode'.
7773
7774 * loadup.el: Preload rfn-eshadow.
7775
7776 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7777 Add :version keyword.
7778 (file-name-shadow-properties, file-name-shadow-tty-properties)
7779 (file-name-shadow): Add :version keyword.
7780
7781 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7782 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7783 in the custom-group property of the symbol frames and the fringe
7784 group got no link to its parent group frames.
7785 Doc fix.
7786
7787 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7788
7789 * progmodes/gud.el (gud-stop-subjob): New function.
7790 (gud-menu-map, gud-tool-bar-map): Use it.
7791
7792 2005-11-16 Kim F. Storm <storm@cua.dk>
7793
7794 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7795 than kill it.
7796 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7797 to a more useful/logical place.
7798
7799 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7800
7801 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7802 go buttons complementary.
7803
7804 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7805
7806 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7807 (rfn-eshadow-sifn-equal): New function.
7808 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7809
7810 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7811
7812 * viper-utils.el (viper-non-word-characters-reformed-vi):
7813 Quote `-' in string.
7814
7815 * viper.el (viper-emacs-state-mode-list): Ensure that
7816 rcirc-mode buffers come up in Emacs state.
7817
7818 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7819 operation.
7820
7821 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7822
7823 * term.el (term-termcap-format): Fix typos.
7824 (term-down): Fix the negative argument case.
7825
7826 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7827
7828 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7829 2005-08-15.
7830 (gdb-ann3): New command gud-go.
7831 (menu): Accomodate gdb-mi.el.
7832 (gdb-assembler-custom): Make buffer of selected window current
7833 so that set-window-point works.
7834
7835 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7836 buttons and include new ones.
7837
7838 2005-11-16 Kim F. Storm <storm@cua.dk>
7839
7840 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7841 (gud-menu-map): Use it.
7842
7843 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7844
7845 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7846 that works correctly for Custom and that does not override a user
7847 who disables it.
7848
7849 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7850 (help-xref-interned, help-follow): Make hyperlinks for variables
7851 that are unbound, but have a non-nil variable-documentation property.
7852
7853 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7854 mode hook. (It conflicted with defcustoms for some mode hooks.)
7855 Use the `variable-documentation' property to give the mode hook a
7856 docstring and expand that docstring.
7857
7858 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7859
7860 * savehist.el (savehist-mode): Don't bother with
7861 `custom-set-minor-mode'.
7862 (savehist-coding-system): Check XEmacs version.
7863 (history-length): Declare also at run time.
7864 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7865 Don't set the customize state.
7866 (savehist-minibuffer-hook): Special case for when
7867 minibuffer-history-variable is equal to t.
7868
7869 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7870
7871 * files.el (write-file): Refresh VC status.
7872
7873 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7874 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7875 than fundamental-mode to see if the mode was set.
7876
7877 2005-11-14 Romain Francoise <romain@orebokech.com>
7878
7879 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7880 dummy function in `eval-when-compile' to avoid compiler warning.
7881 Require `man' at compile time.
7882
7883 2005-11-14 Jay Belanger <belanger@truman.edu>
7884
7885 * calc-alg.el (calcFunc-write-out-power): Rename it to
7886 calcFunc-powerexpand.
7887 (math-write-out-power): Rename it to math-powerexpand; have it
7888 handle negative exponents.
7889 (calc-writeoutpower): Rename it to calc-powerexpand.
7890
7891 * calc-ext.el: Change calcFunc-writeoutpower and
7892 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7893 autoloads.
7894 Add calcFunc-ldiv to autoloads.
7895
7896 * calc-arith.el (calcFunc-ldiv): New function.
7897
7898 * calc.el (calc-left-divide): New function.
7899
7900 2005-11-14 Juri Linkov <juri@jurta.org>
7901
7902 * cus-edit.el (custom-variable-prompt): Set the default value arg
7903 of completing-read.
7904
7905 * cus-dep.el (custom-make-dependencies): Reverse the list of
7906 found dependencies.
7907
7908 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7909
7910 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7911 Highlighting" entry, it is on by default now.
7912 (menu-bar-options-save): Do not save global-font-lock-mode.
7913
7914 2005-11-13 Richard M. Stallman <rms@gnu.org>
7915
7916 * textmodes/flyspell.el (flyspell-large-region):
7917 Call flyspell-accept-buffer-local-defs.
7918
7919 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
7920
7921 * textmodes/flyspell.el (flyspell-notify-misspell):
7922 Fix misspelling of "Misspelling".
7923 (flyspell-process-localwords): New function.
7924 (flyspell-large-region): Call flyspell-process-localwords and
7925 flyspell-delete-region-overlays.
7926 (flyspell-delete-region-overlays): New function.
7927 (flyspell-delete-all-overlays): Call that.
7928
7929 2005-11-13 Richard M. Stallman <rms@gnu.org>
7930
7931 * help.el (help-for-help-internal): Improve doc of C-h a.
7932 (describe-key): Improve prompt; doc fix.
7933
7934 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7935
7936 * vc-svn.el (vc-svn-registered): Catch all errors.
7937
7938 * cus-dep.el (custom-make-dependencies): Typo.
7939
7940 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
7941
7942 * net/tramp-util.el (top): Fix compilation warning.
7943
7944 2005-11-13 Kim F. Storm <storm@cua.dk>
7945
7946 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
7947
7948 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7949
7950 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7951 (gud-speedbar-buttons): Match on "const char *" too.
7952
7953 * progmodes/gdb-ui.el (gdb-var-create-handler)
7954 (gdb-var-list-children-handler): Match on "const char *" too.
7955 (gdb-var-evaluate-expression-handler): Match on empty string.
7956 (gdb-var-update-handler): Only call
7957 gdb-var-evaluate-expression-handler when required.
7958
7959 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7960
7961 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7962 selected window. This still doesn't work for speedbar.
7963 (gud-speedbar-buttons): Handle string expressions properly.
7964
7965 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7966 (gdb-var-create-handler): Handle string expressions properly.
7967 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7968 Handle string expressions properly. Move "type" field into regexp.
7969
7970 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7971
7972 * bookmark.el (bookmark-maybe-message): New function to reduce
7973 code duplication: invokes `message' iff baud-rate is high enough.
7974 (bookmark-write-file): Use above instead of an inline conditional.
7975 (bookmark-load): Same.
7976
7977 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7978
7979 * bookmark.el (bookmark-write-file): Don't visit the destination
7980 file, just write the data to it using write-region. This is
7981 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7982 change to avoid visiting the file in the first place.
7983
7984 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
7985
7986 * hi-lock.el (hi-lock-mode): Set the default value of
7987 font-lock-defaults.
7988
7989 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
7990
7991 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7992 arg to `file-attributes'.
7993 (find-lisp-format): The UID and GID can now be strings.
7994
7995 2005-11-12 Kim F. Storm <storm@cua.dk>
7996
7997 * help.el (help-map): Bind C-h d to apropos-documentation.
7998
7999 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
8000 when point is at end-of-buffer.
8001
8002 * apropos.el (apropos-match-face): Doc fix.
8003 (apropos-sort-by-scores): Add new choice `verbose'.
8004 (apropos-documentation-sort-by-scores): New defcustom.
8005 (apropos-pattern): Now contains the pattern entered by the user.
8006 (apropos-pattern-quoted): New defvar.
8007 (apropos-regexp): New defvar, containing the regexp corresponding
8008 to apropos-pattern.
8009 (apropos-all-words-regexp): Rename from apropos-all-regexp.
8010 (apropos-read-pattern): New defun. Use it to read pattern arg in
8011 interactive calls; returns list of words for a word list, and
8012 string for a regexp.
8013 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
8014 parses a list of words or regexp as returned by apropos-read-pattern.
8015 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
8016 (apropos-score-doc): Return a very high score if the string
8017 entered by the user matches literally.
8018 (apropos-variable): Doc fix. Use apropos-read-pattern.
8019 (apropos-command): Doc fix. Use apropos-read-pattern and
8020 apropos-parse-pattern. Call apropos-print with nosubst=t.
8021 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
8022 apropos-parse-pattern.
8023 (apropos-documentation): Doc fix. Use apropos-read-pattern and
8024 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
8025 apropos-documentation-sort-by-scores. Call apropos-print with
8026 nosubst=t.
8027 (apropos-documentation-internal): Pass doc string through
8028 substitute-key-definition before adding text properties.
8029 Highlight substring matching literal user input if possible.
8030 (apropos-documentation-check-doc-file): Remove locals beg and end.
8031 Fix calculation of score (as added twice). Pass doc string through
8032 substitute-key-definition before adding text properties.
8033 (apropos-documentation-check-elc-file): Pass doc string through
8034 substitute-key-definition before adding text properties.
8035 Highlight substring matching literal user input if possible.
8036 (apropos-print): Add new arg NOSUBST; if set, command and variable
8037 doc strings have already been passed through substitute-key-definition.
8038 Add code to handle apropos-accumulator items without score element
8039 for backwards compatibility (e.g. with woman package).
8040 Only show scores if apropos-sort-by-scores is `verbose'.
8041
8042 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8043
8044 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
8045 Add jka-compr-load-suffixes to load-suffixes.
8046
8047 * jka-compr.el: Require jka-cmpr-hook.
8048 (jka-compr-info-compress-message, jka-compr-info-compress-program)
8049 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
8050 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
8051 (jka-compr-info-can-append, jka-compr-info-strip-extension)
8052 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
8053 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
8054 (jka-compr-uninstall): Remove entries from
8055 jka-compr-added-to-file-coding-system-alist after they are used.
8056 (jka-compr-error): Remove unused var `curbuf'.
8057 (jka-compr-file-local-copy): Remove unused var `notfound'.
8058
8059 2005-11-10 Romain Francoise <romain@orebokech.com>
8060
8061 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
8062
8063 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
8064
8065 * progmodes/gud.el (gud-menu-map): Move parentheses.
8066 (gdb): New command gud-pv.
8067
8068 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8069
8070 * tar-mode.el: Remove spurious or unnecessary leading stars
8071 in docstrings.
8072 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
8073 (tar-parse-octal-integer-safe): Use mapc.
8074 (tar-header-block-summarize): Remove unused var `ck'.
8075 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
8076 cleared before. Obey default-enable-multibyte-characters.
8077 Use mapconcat. Simplify setting of tar-header-offset.
8078 (tar-mode-map): Move initialization inside delcaration.
8079 (tar-flag-deleted): Use `abs'.
8080 (tar-expunge-internal): Remove unused var `line'.
8081 (tar-expunge-internal): Don't hardcode point-min==1.
8082 (tar-expunge): Widen while doing set-buffer-multibyte.
8083 (tar-rename-entry): Use file-name-coding-system.
8084 (tar-alter-one-field): Don't hardcode point-min==1.
8085 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
8086 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
8087
8088 2005-11-10 Masatake YAMATO <jet@gyve.org>
8089
8090 * add-log.el (add-log-current-defun): Handle class::method
8091 notation of c++. Fix incorrect comment.
8092
8093 2005-11-10 Alan Mackenzie <acm@muc.de>
8094
8095 * help-fns.el (describe-variable): Make C-h v work when a variable
8096 has variable documentation yet is unbound.
8097
8098 2005-11-10 Masatake YAMATO <jet@gyve.org>
8099
8100 * man.el (Man-highlight-references): Set an empty
8101 string to `Man-arguments' if it is nil.
8102 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
8103
8104 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8105
8106 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
8107 commenting conventions.
8108
8109 * cus-dep.el (custom-make-dependencies): Simplify.
8110 Better follow the commenting conventions.
8111
8112 2005-11-09 Richard M. Stallman <rms@gnu.org>
8113
8114 * apropos.el (apropos-pattern): Rename from apropos-regexp.
8115 (apropos-orig-pattern): Rename from apropos-orig-regexp.
8116 All uses changed.
8117 (apropos-rewrite-regexp): Doc fix.
8118 (apropos-variable, apropos-command, apropos, apropos-value):
8119 Change prompt; carry through the argument renaming.
8120
8121 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
8122
8123 * find-lisp.el: Require dired.
8124 (find-lisp-find-dired-internal): Do not call
8125 `abbreviate-file-name' on DIR.
8126
8127 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
8128
8129 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
8130
8131 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
8132
8133 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
8134 when using the speedbar.
8135 (gdb): New command gud-pp.
8136 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
8137
8138 2005-11-09 Juri Linkov <juri@jurta.org>
8139
8140 * replace.el (occur-excluded-properties): New defcustom.
8141 (occur-1, occur-engine, occur-accumulate-lines): Use it.
8142
8143 2005-11-08 Jay Belanger <belanger@truman.edu>
8144
8145 * calc/calc-units.el (math-convert-units): Replace any composite
8146 unit by its definition.
8147
8148 2005-11-08 Lars Hansen <larsh@soem.dk>
8149
8150 * emacs-lisp/autoload.el (update-directory-autoloads):
8151 Add obsolete function alias.
8152
8153 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8154
8155 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8156 comment-indent-function.
8157 (lisp-comment-indent): Replace by an alias for comment-indent-default.
8158
8159 * reveal.el (reveal-post-command): Rework the handling of
8160 reveal-open-spots, so as to be more reliable. There were several
8161 tricky corner cases where an open spot might be lost, or where
8162 a closed spot might end up on the list of open spots.
8163 Only reveal text that's ellipsised.
8164
8165 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
8166
8167 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
8168
8169 2005-11-07 John Paul Wallington <jpw@gnu.org>
8170
8171 * ibuffer.el (ibuffer): Search iconified frames too when
8172 getting Ibuffer buffer's window.
8173
8174 2005-11-06 Richard M. Stallman <rms@gnu.org>
8175
8176 * progmodes/compile.el (compilation-internal-error-properties):
8177 save-excursion around the computation of MARKER.
8178
8179 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
8180
8181 * textmodes/flyspell.el (flyspell-external-point-words):
8182 flyspell-get-word returns a list, not just a string.
8183
8184 2005-11-06 John Paul Wallington <jpw@pobox.com>
8185
8186 * ibuffer.el (ibuffer): Search all visible frames when getting
8187 Ibuffer buffer's window.
8188
8189 2005-11-07 Masatake YAMATO <jet@gyve.org>
8190
8191 * man.el (Man-reference-regexp): Accept spaces between
8192 `Man-name-regexp' and `Man-section-regexp'.
8193 (Man-apropos-regexp): New variable.
8194 (Man-abstract-xref-man-page): Use value for `Man-target-string'
8195 if available.
8196 (Man-highlight-references, Man-highlight-references0):
8197 Handle the case when `Man-arguments' includes "-k".
8198 (Man-highlight-references0): Rename the argument `TARGET-POS' to
8199 `TARGET'. `TARGET' can be a number, function or nil.
8200
8201 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
8202
8203 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
8204 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
8205 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
8206 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
8207 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
8208 (gdb-send-item): Use buffer-local-value and simplify.
8209
8210 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
8211
8212 * startup.el (command-line): Use `custom-reevaluate-setting' for
8213 `global-font-lock-mode'.
8214
8215 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
8216 by default, except in batch mode or when the -D option is given.
8217
8218 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
8219 specified keyword args on to `define-minor-mode'. Update docstring.
8220
8221 2005-11-05 Romain Francoise <romain@orebokech.com>
8222
8223 * replace.el (occur-engine): Add marker at end of line, too.
8224
8225 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8226
8227 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8228 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8229 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8230 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8231 argument to all these routines, so the passphrase can be managed
8232 externally and passed in to the system.
8233 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8234 pgg-add-passphrase-to-cache function.
8235
8236 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8237 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8238 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8239 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8240 argument to all these routines, so the passphrase can be managed
8241 externally and passed in to the system.
8242 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8243 function.
8244
8245 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8246
8247 * font-lock.el: Don't deal with font-lock-face-attributes here,
8248 move the code ...
8249
8250 * startup.el (command-line): ... here. Use face-spec-set instead
8251 of custom-declare-face.
8252
8253 * faces.el (face-spec-set): Reset the face if spec is not nil.
8254
8255 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8256
8257 * newcomment.el (comment-region-internal): Box more tightly in the
8258 common case where there's no TAB in the boxed text.
8259
8260 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8261
8262 * info.el (info-tool-bar-map): Use images prev-node, next-node and
8263 up-node.
8264
8265 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8266
8267 * newsticker.el: Commentary updated. Code formatting changed.
8268 (newsticker-version): Change to "1.9".
8269 (newsticker, newsticker-feed): Doc fix.
8270 (newsticker-url-list): Doc fix. Add option "Weekly".
8271 (newsticker-retrieval-interval): Add option "Weekly".
8272 (newsticker-headline-processing): Doc fix.
8273 (newsticker-auto-mark-filter): Remove.
8274 (newsticker-auto-mark-filter-list): New.
8275 (newsticker-layout, newsticker-sort-method): Doc fix.
8276 (newsticker-hide-old-items-in-newsticker-buffer)
8277 (newsticker-heading-format, newsticker-item-format)
8278 (newsticker-desc-format): Doc fix.
8279 (newsticker-show-all-rss-elements): Remove.
8280 (newsticker-show-all-news-elements): New.
8281 (newsticker-faces, newsticker-ticker): Doc fix.
8282 (remove-from-invisibility-spec): Code formatting.
8283 (newsticker--process-ids): New.
8284 (newsticker-mode): Doc fix.
8285 (newsticker-mode): Change mode-line-format.
8286 (newsticker-start): Remove debug output.
8287 (newsticker-start-ticker): Doc fix. Add autoload cookie.
8288 (newsticker-w3m-show-inline-images): Code formatting.
8289 (newsticker-next-item): Call `force-mode-line-update'.
8290 (newsticker-previous-item): Call `force-mode-line-update'.
8291 (newsticker-next-feed): Call `force-mode-line-update'.
8292 (newsticker-previous-feed): Call `force-mode-line-update'.
8293 (newsticker-mark-all-items-at-point-as-read): Code formatting.
8294 (newsticker-show-old-items): Do not show descs.
8295 (newsticker-hide-entry): Hide too much.
8296 (newsticker-hide-entry, newsticker-show-entry)
8297 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8298 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8299 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8300 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8301 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8302 (newsticker-get-news): Call `force-mode-line-update'.
8303 Collect process ids.
8304 (newsticker--sentinel): Change coding system handling.
8305 Move image retrieval to new functions newsticker--get-logo-url-*.
8306 Move feed parsing to new functions newsticker--parse-*.
8307 Update list of process ids.
8308 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8309 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8310 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8311 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8312 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8313 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8314 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8315 (newsticker--decode-coding-string): Remove.
8316 (newsticker--decode-numeric-entities): Check input. Format code.
8317 (newsticker--remove-whitespace): Check input.
8318 (newsticker--do-forget-preformatted): Doc fix.
8319 (newsticker--decode-rfc822-date): Allow for missing time.
8320 (newsticker--update-process-ids): New.
8321 (newsticker--image-sentinel): Change comment.
8322 (newsticker--image-read): Change error message.
8323 (newsticker--imenu-goto): Doc fix. Show headline title.
8324 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8325 (newsticker--buffer-do-insert-text): Clean whitespace in
8326 html-rendered headline title. Code formatting.
8327 Call `newsticker--buffer-print-extra-elements'.
8328 (newsticker--buffer-print-extra-element): Remove.
8329 (newsticker--buffer-print-extra-elements): New.
8330 (newsticker--buffer-do-print-extra-element): New.
8331 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8332 large sizes.
8333 (newsticker--run-auto-mark-filter)
8334 (newsticker--do-run-auto-mark-filter):
8335 Use `newsticker-auto-mark-filter-list'.
8336
8337 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8338
8339 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8340 (rcirc-print): Force redisplay before running hooks. Do long
8341 buffer truncation after making new text read-only. Deal with nil
8342 text when decoding strings. If TARGET is nil, use either the
8343 currently selected buffer, if it is an rcirc buffer and of the
8344 same process or the process buffer.
8345 (rcirc-mode): Remove header-line. Recompute short buffer names.
8346 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8347 (rcirc-short-buffer-name): Add variable.
8348 (rcirc-kill-buffer-hook): Recompute short buffer names.
8349 Remove nick from private channel.
8350 (rcirc-send-input): Send command text to current-buffer.
8351 Don't clear overlay arrow here.
8352 (rcirc-short-buffer-name): Return a short buffer name.
8353 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8354 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8355 buffer-name abbreviations.
8356 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8357 Do not touch nick-table when killing a parted channel.
8358 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8359 Clear arrow from current buffer if it is now hidden.
8360 (rcirc-current-buffer): Add variable.
8361 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8362 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8363 Remove -face from names.
8364 (rcirc-update-activity-string): Print "DND" when globally ignoring
8365 activity.
8366 (rcirc-ignore-buffer-activity-flag): Rename from
8367 rcirc-ignore-channel-activity.
8368 (rcirc-ignore-all-activity-flag): Doc fix.
8369 (rcirc-channels): Remove variable.
8370 (rcirc-kill-buffer-hook):
8371 (rcirc-get-buffer-create): Add nick to private channel.
8372 (rcirc-multiline-edit-submit): Remove tabs.
8373 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8374 folded.
8375 (rcirc-remove-nick-channel): Bug fix.
8376 (rcirc-toggle-ignore-buffer-activity): Rename from
8377 rcirc-toggle-ignore-channel-activity.
8378 (rcirc-record-activity): Add buffers to the front of the list.
8379 (rcirc-update-activity): Remove killed buffers from list.
8380 (rcirc-process-server-response-1): Remove last argument if it is
8381 null before calling handler.
8382 (rcirc): Add "rcirc" defcustom prefix.
8383 (rcirc-prompt): Simplify default prompt.
8384 Use custom-initialize-default.
8385 (rcirc-private-chats): Remove variable.
8386 (rcirc-prompt): Change initialization.
8387 (rcirc-version): Remove function.
8388 (rcirc-id-string): Add constant.
8389 (rcirc-last-buffer): Remove variable.
8390 (rcirc-buffer-alist): Add variable.
8391 (rcirc-connect): Update variable setup.
8392 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8393 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8394 default.
8395 (rcirc-handler-generic): Trigger activity.
8396 (rcirc-send-message): Create the buffor of the target.
8397 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8398 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8399 (rcirc-multiline-edit-cancel): Remove function.
8400 (rcirc-set-last-buffer): Remove function.
8401 (rcirc-get-any-buffer): Add function.
8402 (rcirc-join-channels): Don't print /join text.
8403 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8404 messages.
8405 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8406 (rcirc-handler-NOTICE): Recognize CTCP responses.
8407 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8408 constructing TOPIC string for buffers we are not JOINed.
8409 (rcirc-handler-CTCP-response): Add handler.
8410 (rcirc-multiline-edit-submit): Restore the window-configuration
8411 before adjusting point.
8412 (rcirc): Add customization group.
8413 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8414 (rcirc-user-full-name, rcirc-startup-channels-alist)
8415 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8416 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8417 (rcirc-input-ring-size, rcirc-read-only-flag)
8418 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8419 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8420 Change defvar to defcustom.
8421 (rcirc-update-prompt): Add optional ALL arg, which will update
8422 prompts in all rcirc buffers. Regexp quote replacement text.
8423 (rcirc-fill-column): Accept frame-width as a value.
8424 (rcirc-set-changed): Add function.
8425 (rcirc-next-active-buffer): Write more meaningful messages.
8426 (rcirc-faces): Add customization group.
8427 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8428 (rcirc-nick-in-message-face, rcirc-prompt-face)
8429 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8430 (with-rcirc-process-buffer): Move before first usage.
8431 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8432 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8433 (rcirc-debug): Rename from `rcirc-log'.
8434 (rcirc-format-response-string): Do not print `-' chars for a
8435 NOTICE with no sender. Simplify output of server responses.
8436
8437 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8438
8439 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8440 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8441 Make urls mouse and RET clickable.
8442
8443 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8444
8445 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8446
8447 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8448
8449 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8450 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8451 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8452 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8453 argument to all these routines, so the passphrase can be managed
8454 externally and passed in to the system.
8455 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8456 pgg-add-passphrase-to-cache function.
8457
8458 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8459 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8460 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8461 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8462 argument to all these routines, so the passphrase can be managed
8463 externally and passed in to the system.
8464 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8465 function.
8466
8467 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8468
8469 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8470 from goto-address-url-regexp.
8471
8472 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8473
8474 * textmodes/org.el (org-read-date, org-goto-calendar)
8475 (org-recenter-calendar, org-agenda-goto-calendar):
8476 Temporarily clear `calendar-move-hook'.
8477
8478 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8479
8480 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8481 merging.
8482
8483 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8484 have merge clashes.
8485
8486 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8487
8488 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8489 Undo previous change.
8490
8491 * startup.el (command-line): Use `custom-reevaluate-setting' for
8492 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8493 tty-register-default-colors on Mac.
8494
8495 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8496
8497 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8498 (gdb-buffer-type): Make it automatically buffer local...
8499 (gdb-get-create-buffer): ...and set it accordingly.
8500 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8501 actually work.
8502
8503 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8504
8505 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8506 not red.
8507
8508 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8509
8510 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8511 case GUD buffer is not visible.
8512 (gdb-goto-breakpoint): Try to force display in source buffer.
8513 (gdb-frame-gdb-buffer): Copy other similar functions.
8514 (gdb-restore-windows): Don't display source if not asked for.
8515 (gdb-assembler-buffer-name): Don't capitalise.
8516
8517 2005-11-03 Richard M. Stallman <rms@gnu.org>
8518
8519 * wid-edit.el (key-sequence): New widget type.
8520
8521 * simple.el (set-mark-command-repeat-pop): New variable.
8522 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8523 if set-mark-command-repeat-pop is true.
8524
8525 * info.el (Info-fontify-node): Don't display extra "see" if there
8526 already is one here.
8527
8528 * mouse.el: Fix special handling of DEL after dragging a region:
8529 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8530 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8531
8532 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8533
8534 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8535 not to assume it pertains to an affix.
8536
8537 * textmodes/flyspell.el (flyspell-post-command-hook):
8538 Bind deactivate-mark to prevent deactivation.
8539
8540 2005-11-03 Lars Hansen <larsh@soem.dk>
8541
8542 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8543 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8544 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8545
8546 2005-11-03 Romain Francoise <romain@orebokech.com>
8547
8548 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8549 Update copyright years.
8550
8551 2005-11-03 Sam Steingold <sds@gnu.org>
8552
8553 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8554 Use system-type instead of window-system because window-system is not
8555 correctly defined during loadup.
8556
8557 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8558
8559 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8560 (xml-parse-tag): Join strings separated by a comment properly.
8561
8562 2005-11-02 Andreas Schwab <schwab@suse.de>
8563
8564 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8565
8566 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8567
8568 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8569 (byte-optimize-pure-func): Quote the eval'd value.
8570
8571 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8572 Rename from perl-font-lock-syntactic-face-function.
8573 Change the calling convention so it can be used as a font-lock MATCHER.
8574 Do the parse-partial-sexp loop outselves.
8575 (perl-font-lock-syntactic-keywords): Use it.
8576 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8577
8578 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8579
8580 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8581 disassembly buffer too.
8582 (gdb-exited): Remove overlay arrows when execution has finished.
8583 (gdb-info-frames-custom, gdb-info-threads-custom)
8584 (gdb-info-registers-custom): Don't add inappropriate text
8585 properties if inferior is not active.
8586
8587 2005-11-02 Glenn Morris <rgm@gnu.org>
8588
8589 * progmodes/fortran.el (fortran-blink-match):
8590 Use `blink-matching-delay'.
8591
8592 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8593
8594 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8595
8596 2005-11-02 Lars Hansen <larsh@soem.dk>
8597
8598 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8599 "Permission denied".
8600
8601 2005-11-01 Richard M. Stallman <rms@gnu.org>
8602
8603 * textmodes/flyspell.el (flyspell-external-point-words):
8604 Pass nil to flyspell-get-word.
8605
8606 2005-11-02 Kim F. Storm <storm@cua.dk>
8607
8608 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8609 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8610
8611 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8612
8613 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8614 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8615 (calendar-mouse-print-dates): Add optional `event' argument.
8616 Update interactive-spec.
8617 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8618 Use `calendar-event-to-date' instead of `event'.
8619
8620 2005-11-02 Masatake YAMATO <jet@gyve.org>
8621
8622 * progmodes/ld-script.el (ld-script-builtins):
8623 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8624 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8625 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8626
8627 2005-11-01 Romain Francoise <romain@orebokech.com>
8628
8629 * vc-sccs.el: Update copyright year.
8630 * ezimage.el: Likewise.
8631
8632 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8633
8634 * info.el (Info-fontify-node): Use `string-width' for fontifying
8635 underlined titles.
8636
8637 2005-11-01 Juri Linkov <juri@jurta.org>
8638
8639 * info.el (Info-fontify-node): Downcase node header keywords Node,
8640 Prev, Next, Up before comparison.
8641 (Info-history): Insert absolute directory name, and put invisible
8642 property on it.
8643
8644 2005-11-01 Juri Linkov <juri@jurta.org>
8645
8646 * info.el (Info-file-supports-index-cookies): New variable.
8647 (Info-find-node-2): Check makeinfo version for index cookie support.
8648 (Info-index-nodes): Search for nodes with index cookies only when
8649 Info-file-supports-index-cookies is t. Otherwise, search nodes
8650 with "Index" in the node name.
8651 (Info-index-node): Search index cookie in the current node only when
8652 Info-file-supports-index-cookies is t. Otherwise, check the word
8653 "Index" in the node name.
8654 (Info-find-emacs-command-nodes): Remove code that searches nodes
8655 with "Index" node name in the top menu.
8656
8657 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8658
8659 * progmodes/scheme.el (scheme-mode-variables): Use the default
8660 comment-indent-function.
8661
8662 * faces.el (face-attribute): Handle the case where a face inherits from
8663 a non-existent face.
8664
8665 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8666 for octal and hexa output, and merge the char into the paren.
8667 (kill-new): Use push.
8668 (copy-to-buffer): Use with-current-buffer.
8669 (completion-setup-function): Move code in loop to remove redundancy.
8670 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8671 those inherited from minibuffer-local-completion-map.
8672
8673 * savehist.el (savehist-mode) <defcustom>:
8674 Use custom-set-minor-mode if available.
8675 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8676 and emit a message if applicable.
8677
8678 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8679
8680 * savehist.el: Sync up to version 19.
8681 (savehist-mode): New minor mode.
8682 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8683 (savehist-length): Remove (use history-length instead).
8684 (savehist-file-modes): Rename from savehist-modes.
8685 (savehist-save-hook, savehist-loaded): New vars.
8686 (savehist-load): Use savehist-mode. Try to smooth up transition from
8687 old format to new format.
8688 (savehist-install): Allow savehist-autosave-interval to be nil.
8689 (savehist-save): Run the new hook. Be more careful to only trim the
8690 history variables.
8691 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8692 (savehist-printable): Print into a buffer rather than char-by-char.
8693
8694 2005-11-01 John Wiegley <johnw@newartisans.com>
8695
8696 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8697 toggle-ignore keybinding (C-a). The author said it had been
8698 disabled much earlier due to a possible incompatibility, but after
8699 many months of usage I have encountered no problems (and it is a
8700 rather useful option, especially for switching to " *temp*").
8701
8702 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8703 support for OS/X's AddressBook, by calling out to the open source
8704 program "contacts" (installable through Fink).
8705
8706 * net/eudc.el (eudc-expand-inline): If the
8707 `eudc-multiple-match-handling-method' is set to `all', delete the
8708 query string before inserting the query result.
8709
8710 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8711 flag, to prevent Eshell from using the system ls when
8712 `eshell-ls-insert-directory' is in used.
8713 (eshell-ls-insert-directory): Disable font-lock in directory
8714 buffer so that Eshell's own fontification is seen. This broke
8715 recently due to changes in font-lock, so this goes back to version
8716 21 behavior.
8717
8718 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8719
8720 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8721 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8722 (gdb-many-windows): Doc fix.
8723
8724 2005-10-31 Romain Francoise <romain@orebokech.com>
8725
8726 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8727
8728 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8729
8730 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8731 that global-font-lock-mode can be enabled by default.
8732
8733 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8734 (font-lock-add-keywords, font-lock-remove-keywords)
8735 (font-lock-fontify-buffer): Remove autoload cookies.
8736
8737 * jit-lock.el (jit-lock-register): Likewise.
8738
8739 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8740
8741 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8742
8743 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8744 intact if there is no gud-comint-buffer.
8745
8746 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8747
8748 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8749 old prompt comint-prompt-read-only is t and GDB commands are
8750 issued from tool bar etc.
8751
8752 2005-10-31 Masatake YAMATO <jet@gyve.org>
8753
8754 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8755
8756 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8757
8758 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8759 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8760
8761 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8762
8763 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8764 starting at beginning of line. Fontification is messed up when
8765 `open-paren-in-column-0-is-defun-start' set to t.
8766 Reported by John Paul Wallington <jpw@pobox.com>.
8767
8768 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8769
8770 * comint.el (comint-send-input): Call `comint-update-fence' when
8771 `comint-process-echoes' and `comint-prompt-read-only' are both
8772 non-nil, to avoid leftover read-only newline.
8773
8774 2005-10-30 Richard M. Stallman <rms@gnu.org>
8775
8776 * textmodes/flyspell.el (flyspell-external-point-words):
8777 Detect when WORD can't be checked properly because
8778 flyspell-get-word finds just part of it, and move on.
8779
8780 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8781 boundarychar for Polish.
8782 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8783 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8784
8785 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8786
8787 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8788 (gdb-registers-font-lock-keywords): Delete.
8789 (gdb-registers-mode): Don't fontify.
8790 (gdb-info-registers-custom): Use text properties instead as, in
8791 future, changed register values will use font-lock-warning-face.
8792 (gdb-local-font-lock-keywords): Rename to...
8793 (gdb-locals-font-lock-keywords): ...for consistency.
8794
8795 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8796
8797 * vc.el (vc-switch-backend): Better error message if the buffer is
8798 not visiting a file under version control.
8799
8800 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8801
8802 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8803
8804 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8805 ~/.emacs.d/.emacs.
8806
8807 2005-10-29 Richard M. Stallman <rms@gnu.org>
8808
8809 * replace.el (occur-mode-mouse-goto): Always go to other window.
8810 (occur-mode-goto-occurrence): Always switch in same window.
8811
8812 * simple.el (undo): Display message at end, not at start.
8813
8814 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8815 New arg REUSE-CELL.
8816 (cancel-timer-internal): New function.
8817 (timer-event-handler): Use cancel-timer-internal,
8818 and pass the cell it returns to timer-activate...
8819
8820 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8821 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8822 (jit-lock-after-change): Test memory-full.
8823
8824 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8825
8826 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8827 part of the decoded armor to find the key-identifier.
8828 (pgg-gpg-lookup-key-owner): New function to return the
8829 human-readable identifier of a key owner.
8830 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8831 key itself.
8832 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8833 the key value) if we have a key and can match it against a secret
8834 key. Also, added a note pointing out fact that the prompt only
8835 indicates the first matching key.
8836
8837 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8838 pgg-decrypt-region.
8839 (pgg-pending-timers): A new hash for tracking the passphrase cache
8840 timers, so that new ones supercede old ones.
8841 (pgg-add-passphrase-to-cache): Rename from
8842 `pgg-add-passphrase-cache' to reduce confusion (all callers
8843 changed). Modified to cancel old timers when new ones are added.
8844 (pgg-remove-passphrase-from-cache): Rename from
8845 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8846 changed). Modified to cancel old timers when their keys are
8847 removed from the cache.
8848 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8849 XEmacs, an indirection to delete-itimer.
8850 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8851 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8852 users can only check cache without risk of prompting. Correct bug in
8853 notruncate behavior.
8854 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8855 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8856 Add informative docstrings.
8857 (pgg-decrypt): Convey provided passphrase in subordinate call to
8858 pgg-decrypt-region.
8859
8860 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8861 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8862 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8863 `passphrase' argument, so the passphrase can be managed externally
8864 and then passed in to the system.
8865
8866 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8867 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8868 so the passphrase cache can be used reliably with identifiers
8869 besides a pgp packet's key id.
8870
8871 * pgg-gpg.el (pgg-pgp-encrypt-region)
8872 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8873 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8874 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8875 argument to all these routines, so the passphrase can be managed
8876 externally and passed in to the system.
8877
8878 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8879 `notruncate' argument, so the passphrase cache can be used
8880 reliably with identifiers besides a pgp packet's key id.
8881
8882 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8883
8884 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8885 symmetric encryption.
8886 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8887 encrypted session key.
8888 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8889 message ask for the passphrase in a proper way.
8890
8891 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8892 New user commands for symmetric encryption.
8893
8894 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8895
8896 * textmodes/conf-mode.el (conf-assignment-sign)
8897 (conf-assignment-regexp): Fix docstrings.
8898 (conf-mode-initialize): New function.
8899 (conf-mode): Remove optional args. Use delay-mode-hooks to
8900 recognize recursive calls.
8901 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8902 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8903 (conf-xdefaults-mode): Use define-derived-mode and
8904 conf-mode-initialize.
8905
8906 2005-10-29 Romain Francoise <romain@orebokech.com>
8907
8908 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8909
8910 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8911
8912 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8913 part of the decoded armor to find the key-identifier.
8914 (pgg-gpg-lookup-key-owner): New function to return the
8915 human-readable identifier of a key owner.
8916 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8917 key itself.
8918 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8919 the key value) if we have a key and can match it against a secret
8920 key. Also, added a note pointing out fact that the prompt only
8921 indicates the first matching key.
8922
8923 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8924 pgg-decrypt-region.
8925 (pgg-pending-timers): A new hash for tracking the passphrase cache
8926 timers, so that new ones supercede old ones.
8927 (pgg-add-passphrase-to-cache): Rename from
8928 `pgg-add-passphrase-cache' to reduce confusion (all callers
8929 changed). Modified to cancel old timers when new ones are added.
8930 (pgg-remove-passphrase-from-cache): Rename from
8931 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8932 changed). Modified to cancel old timers when their keys are
8933 removed from the cache.
8934 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8935 XEmacs, an indirection to delete-itimer.
8936 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8937 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8938 users can only check cache without risk of prompting. Correct bug in
8939 notruncate behavior.
8940 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8941 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8942 Add informative docstrings.
8943 (pgg-decrypt): Convey provided passphrase in subordinate call to
8944 pgg-decrypt-region.
8945
8946 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
8947
8948 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8949 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8950 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8951 `passphrase' argument, so the passphrase can be managed externally
8952 and then passed in to the system.
8953
8954 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8955 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8956 so the passphrase cache can be used reliably with identifiers
8957 besides a pgp packet's key id.
8958
8959 * pgg-gpg.el (pgg-pgp-encrypt-region)
8960 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8961 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8962 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8963 argument to all these routines, so the passphrase can be managed
8964 externally and passed in to the system.
8965
8966 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8967 `notruncate' argument, so the passphrase cache can be used
8968 reliably with identifiers besides a pgp packet's key id.
8969
8970 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8971
8972 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8973 symmetric encryption.
8974 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8975 encrypted session key.
8976 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8977 message ask for the passphrase in a proper way.
8978
8979 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8980 New user commands for symmetric encryption.
8981
8982 2005-10-28 Bill Wohler <wohler@newt.com>
8983
8984 * help-mode.el (help-url): New button type. Calls browse-url.
8985 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8986 Similar to Info nodes: URL `url'.
8987 (help-make-xrefs): Create help-url buttons for
8988 help-xref-url-regexp matches.
8989
8990 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
8991
8992 * tool-bar.el (tool-bar-add-item-from-menu)
8993 (tool-bar-local-item-from-menu): Fix doc strings.
8994
8995 2005-10-28 Romain Francoise <romain@orebokech.com>
8996
8997 * ldefs-boot.el: Update.
8998
8999 * subr.el (locate-library): Move from help-fns.el.
9000 * help-fns.el (locate-library): Move to subr.el.
9001
9002 2005-10-28 Richard M. Stallman <rms@gnu.org>
9003
9004 * net/tramp.el (tramp-completion-mode): defvar moved up.
9005
9006 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
9007
9008 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
9009
9010 * files.el (find-file-noselect): Use %d to format large file size.
9011
9012 * bindings.el (mode-line-format): Add %e.
9013
9014 * loadup.el ("facemenu"): Load unconditionally.
9015 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
9016 ("x-dnd"): Load, when appropriate.
9017
9018 * startup.el (command-line): Call before-init-hook earlier.
9019 Warn about some bad characters in -u user name.
9020
9021 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
9022 (flyspell-external-point-words): Error if misspelled word is not found.
9023 Set flyspell-large-region-beg at end of word.
9024
9025 2005-10-28 Andreas Schwab <schwab@suse.de>
9026
9027 * view.el (View-revert-buffer-scroll-page-forward):
9028 Use view-page-size-default.
9029
9030 2005-10-28 Juri Linkov <juri@jurta.org>
9031
9032 * international/quail.el (quail-get-current-str): Translate last
9033 raw character for deterministic input methods.
9034
9035 2005-10-27 Jay Belanger <belanger@truman.edu>
9036
9037 * calc/calc-ext.el: Add functions to autoloads.
9038 (math-identity-matrix-p, math-ident-row-p): New functions.
9039
9040 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
9041 multiplication by an identity matrix; don't turn multiplication by
9042 an inverse matrix into division.
9043 (math-div-symbol-fancy): Replace division by matrices with
9044 multiplication by inverse.
9045
9046 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
9047
9048 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
9049 (calc-writeoutpower): New functions.
9050
9051 2005-10-27 Romain Francoise <romain@orebokech.com>
9052
9053 * replace.el (occur-engine): Include colon in mouse-face highlight.
9054
9055 * dired-x.el: Change Maintainer field.
9056
9057 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
9058
9059 * longlines.el (longlines-mode): Bind after-change-functions to
9060 nil during initial decoding and final encoding.
9061
9062 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
9063
9064 * term.el (term-emulate-terminal, term-handle-colors-array)
9065 (term-handle-ansi-escape): Specify the terminfo capabilities
9066 implemented.
9067
9068 2005-10-26 Richard M. Stallman <rms@gnu.org>
9069
9070 * info.el (Info-fontify-node): Fix detection of sentence-break
9071 before *Note.
9072
9073 2005-10-26 Romain Francoise <romain@orebokech.com>
9074
9075 * smerge-mode.el: Add `tools' to file keywords.
9076
9077 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
9078
9079 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
9080 when the fringe is not available.
9081
9082 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
9083 (def-gdb-auto-update-trigger): Simplify construction.
9084 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
9085 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
9086 defined explicitly.
9087 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
9088 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
9089 defined explicitly.
9090 (gdb-info-locals-custom): Remove as it's a no-op.
9091
9092 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
9093
9094 * longlines.el (longlines-mode): Remove narrowing before
9095 performing the initial decoding or final encoding.
9096
9097 2005-10-25 Romain Francoise <romain@orebokech.com>
9098
9099 * emacs-lisp/find-func.el (find-library-name): Also strip
9100 extension if library name ends in .el, to take advantage of
9101 `find-library-suffixes'.
9102
9103 2005-10-25 Richard M. Stallman <rms@gnu.org>
9104
9105 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
9106
9107 2005-10-25 Juri Linkov <juri@jurta.org>
9108
9109 * textmodes/texinfo.el (texinfo-mode): Change charset of one
9110 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
9111
9112 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9113
9114 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
9115 (blackbox-redefine-key): Add argument `map'.
9116
9117 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
9118 regions when moving the jit-lock-context-unfontify-pos boundary.
9119
9120 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9121
9122 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
9123
9124 2005-10-25 Masatake YAMATO <jet@gyve.org>
9125
9126 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
9127
9128 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9129
9130 * play/blackbox.el (blackbox-redefine-key): New function.
9131 (blackbox-mode-map): Use it to remap existing bindings for cursor
9132 motion instead of binding literal keys.
9133
9134 2005-10-25 Glenn Morris <rgm@gnu.org>
9135
9136 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
9137 diary does not end in a newline. Do not assume a blank line at
9138 the start of the diary file.
9139
9140 2005-10-25 Kenichi Handa <handa@m17n.org>
9141
9142 * international/quail.el (quail-translate-key): If the input
9143 method is deterministic and failed to handle the last key, restart
9144 the key handling loop from an appropriate key.
9145
9146 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
9147
9148 * vc.el (vc-dired-mode): Extend comment for binding of
9149 `directory-listing-before-filename-regexp'.
9150
9151 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9152
9153 * textmodes/texinfo.el (texinfo-mode):
9154 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
9155 not to unnecessarily expose emacs-mule's internal char codes.
9156
9157 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
9158
9159 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
9160 Display hand pointer and help-echo on disabled icon too.
9161 (gdb-mouse-until): New function.
9162 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
9163
9164 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
9165
9166 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
9167 with 2005-10-23 change to doctor.el.
9168
9169 * finder.el (finder-mode-map): Add follow-link binding.
9170
9171 2005-10-25 Kim F. Storm <storm@cua.dk>
9172
9173 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
9174 to gdb-mouse-toggle-breakpoint-fringe.
9175 (gdb-mouse-toggle-breakpoint-margin): Rename from
9176 gdb-mouse-toggle-breakpoint. Fix doc.
9177 (gdb-mouse-toggle-breakpoint-fringe): New defun.
9178 (gdb-put-string): Add optional SPROPS arg. Add props to string.
9179 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
9180 string properties also for fringe breakpoint bitmaps.
9181
9182 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
9183
9184 * textmodes/org.el (org-start-icalendar-file): Fix format form.
9185
9186 2005-10-25 Masatake YAMATO <jet@gyve.org>
9187
9188 * simple.el (completion-common-substring):
9189 Use `completion-common-substring' prior to `completion-base-size'.
9190
9191 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
9192
9193 * savehist.el: Require CL while compiling.
9194 (savehist-history-variables): Remove.
9195 (savehist-save-minibuffer-history, savehist-additional-variables)
9196 (savehist-minibuffer-history-variables): New vars.
9197 (savehist-save): Use them.
9198 (savehist-uninstall, savehist-minibuffer-hook): New funs.
9199 (savehist-install): New fun, extracted from savehist-load.
9200 (savehist-load): Use them.
9201
9202 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9203
9204 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
9205 a dummy doc-string-elt property.
9206 (defalias, defvaralias, define-category): Add a docstring property.
9207
9208 * image.el (defimage):
9209 * widget.el (define-widget):
9210 * custom.el (defface, defcustom): Add `doc-string' declaration.
9211
9212 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
9213 (defadvice): Add `doc-string' declaration.
9214
9215 * emacs-lisp/byte-run.el (macro-declaration-function):
9216 Handle `doc-string' declarations.
9217 (define-obsolete-function-alias, define-obsolete-variable-alias):
9218 Add `doc-string' declaration.
9219
9220 2005-10-24 Kenichi Handa <handa@m17n.org>
9221
9222 * international/utf-7.el (utf-7): Add autoload cookie.
9223
9224 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
9225
9226 2005-10-24 Eli Zaretskii <eliz@gnu.org>
9227
9228 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
9229 list of directories passed to batch-update-autoloads. Add "." to
9230 the list of the echoed directories.
9231
9232 * pgg-def.el:
9233 * pgg-gpg.el:
9234 * pgg-parse.el:
9235 * pgg-pgp.el:
9236 * pgg-pgp5.el:
9237 * pgg.el: Moved here from the gnus subdirectory.
9238
9239 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
9240
9241 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
9242 in case comint-prompt-read-only is set to t.
9243
9244 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
9245 in case comint-prompt-read-only is set to t.
9246
9247 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
9248
9249 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
9250 Now a string.
9251 (icalendar-import-format): Handle CLASS, STATUS, URL.
9252 Rename `subject' to `summary'.
9253 (icalendar-import-format-summary): Rename from
9254 `icalendar-import-format-subject'.
9255 (icalendar-import-format-url, icalendar-import-format-status)
9256 (icalendar-import-format-class): New variables.
9257 (icalendar--rris): Take variable argument list.
9258 (icalendar--datestring-to-isodate): Remove unnecessary
9259 calendar-style check when converting dates with explicit month names.
9260 (icalendar-export-region): Change return type of conversion
9261 subroutines. Bury current buffer unless error occurred.
9262 (icalendar--convert-to-ical)
9263 (icalendar--parse-summary-and-rest): New functions.
9264 (icalendar--convert-ordinary-to-ical)
9265 (icalendar--convert-weekly-to-ical)
9266 (icalendar--convert-yearly-to-ical)
9267 (icalendar--convert-block-to-ical)
9268 (icalendar--convert-cyclic-to-ical)
9269 (icalendar--convert-anniversary-to-ical): Change return type.
9270 Strip trailing blanks from subject.
9271 (icalendar--convert-sexp-to-ical): Change return type.
9272 Strip trailing blanks from subject. Handle simple sexp
9273 entries as generated by icalendar.el.
9274 (icalendar--convert-float-to-ical)
9275 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9276 (icalendar-import-file): Doc fix.
9277 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9278 Correct call to icalendar--rris.
9279 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
9280 `summary'.
9281 (icalendar--add-diary-entry): Rename `subject' to `summary'.
9282
9283 2005-10-24 Romain Francoise <romain@orebokech.com>
9284
9285 * server.el (server-sentinel): Set query-on-exit flag to nil on
9286 new client processes (it isn't inherited from the server process).
9287
9288 * replace.el (occur-engine): Rearrange text properties.
9289
9290 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9291
9292 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9293 case-fold-search is nil.
9294 (debug-help-follow): Use help-xref-interned directly.
9295
9296 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9297
9298 * thumbs.el (thumbs-image-type): Add .pbm.
9299
9300 2005-10-23 Richard M. Stallman <rms@gnu.org>
9301
9302 * faces.el (inhibit-face-set-after-frame-default): New variable.
9303 (set-face-attribute): Bind it.
9304 (face-set-after-frame-default): Test it.
9305
9306 * help-fns.el (describe-simplify-lib-file-name): New function.
9307 (describe-function-1, describe-variable): Use it.
9308
9309 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9310
9311 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9312 Eliminate nil as possible value.
9313 (tooltip-hide-delay): Reduce internal-border-width.
9314
9315 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9316 (menu-bar-file-menu) <new-file>: Likewise.
9317
9318 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9319
9320 * international/mule.el (load-with-code-conversion):
9321 Pass full file name to `eval-buffer' unless preloading.
9322
9323 * textmodes/flyspell.el (flyspell-large-region):
9324 Call ispell-check-version.
9325
9326 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9327 Fix the make-variable-buffer-local call that was supposed
9328 to be for this variable.
9329 (ispell-aspell-supports-utf8): Doc fix.
9330 (ispell-find-aspell-dictionaries): Preserve elements of
9331 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9332 (ispell-aspell-find-dictionary): Return nil on error.
9333
9334 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9335 (doctor-symptoms): Likewise.
9336
9337 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9338
9339 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9340
9341 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9342 (custom-raised-buttons): Add :set spec.
9343 (custom-button-unraised, custom-button-pressed-unraised):
9344 New faces, so that custom-raised-buttons actually does something.
9345 (custom-mode): Use custom-button and custom-button-pressed.
9346
9347 * wid-edit.el (widget-specify-button): Don't ignore
9348 widget-mouse-face on graphic terminals.
9349 (widget-move-and-invoke): Cleanup.
9350
9351 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9352
9353 * whitespace.el (whitespace-cleanup): Doc fix.
9354
9355 2005-10-23 Romain Francoise <romain@orebokech.com>
9356
9357 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9358 `eval-after-load' to avoid evaluating their result.
9359
9360 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9361
9362 * files.el (directory-listing-before-filename-regexp):
9363 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9364
9365 * dired.el (dired-move-to-filename-regexp): Remove.
9366 All occurences replaced by `directory-listing-before-filename-regexp'.
9367
9368 * dired-x.el, locate.el, vc.el:
9369 Replace `dired-move-to-filename-regexp' by
9370 `directory-listing-before-filename-regexp'. In vc.el it is
9371 overwritten locally; maybe this can be handled in files.el too.
9372
9373 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9374 replaced by `directory-listing-before-filename-regexp'.
9375
9376 2005-10-23 Andreas Schwab <schwab@suse.de>
9377
9378 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9379 and eval-next-after-load.
9380
9381 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9382
9383 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9384 exist, create it.
9385
9386 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9387
9388 * allout.el: Remove autoloads for mailcrypt and crypt++.
9389 Require pgg, pgg-gpg during compilation.
9390 (allout-version): Increment version number to 2.1, and use a literal
9391 rather than RCS Id.
9392 (allout-default-encryption-scheme): Remove.
9393 (allout-passphrase-verifier-handling)
9394 (allout-passphrase-verifier-string)
9395 (allout-file-passphrase-verifier-string)
9396 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9397 (allout-passphrase-hint-handling): Rename and simplify.
9398 (allout-init): Use `find-file-hook' if available, otherwise
9399 `find-file-hooks'.
9400 (allout-mode): Use `write-file-functions' if available, otherwise
9401 `local-write-file-hooks' and, instead of making auto-save-hook
9402 buffer local, make the write-file-hook activity contingent to
9403 allout-mode.
9404 (allout-mode): Use key-binding substitution in the docstring.
9405 (allout-kill-line): Spell-out kill ring data structure mutation
9406 instead of using byte-compiler-complaint-provoking `pop'.
9407 (allout-insert-listified): Use `insert' rather than `insert-string'
9408 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9409 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9410 (allout-encrypt-string): Totally revamped vis new underlying
9411 encryption facilities.
9412 (allout-mc-activate-passwd): Remove.
9413 (allout-obtain-passphrase): New, more or less replaces
9414 allout-mc-activate-passwd.
9415 (allout-encrypted-key-info): More or less replaces
9416 allout-encrypted-text-type.
9417 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9418 (my-mark-marker): Use `(featurep 'xemacs)'.
9419
9420 2005-10-23 Lars Hansen <larsh@soem.dk>
9421
9422 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9423 (byte-compile-file-form-defmumble, byte-compile-defun)
9424 (byte-compile-defmacro): Use it.
9425 (byte-compile-form): Don't call byte-compile-set-symbol-position
9426 when a byte-compile handler is called.
9427
9428 2005-10-22 Romain Francoise <romain@orebokech.com>
9429
9430 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9431
9432 * subr.el (eval-after-load): Convert library name to an absolute
9433 file name using locate-library, since load-history no longer has
9434 library names in it.
9435
9436 2005-10-22 Richard M. Stallman <rms@gnu.org>
9437
9438 * files.el (make-temp-file): Move from subr.el.
9439 * subr.el (make-temp-file): Move to files.el.
9440
9441 * window.el (get-buffer-window-list): Move from subr.el.
9442 * subr.el (get-buffer-window-list): Move to window.el.
9443
9444 * image.el (image-load-path): Use eval-at-startup to initialize.
9445
9446 * subr.el (eval-at-startup): New macro.
9447
9448 * subr.el: Much rearrangement of functions and division
9449 into pages. No code changes.
9450
9451 2005-10-22 Kenichi Handa <handa@m17n.org>
9452
9453 * tar-mode.el (tar-extract): Be sure to call
9454 find-operation-coding-system if set-auto-coding doesn't find a
9455 coding system.
9456
9457 2005-10-22 Kim F. Storm <storm@cua.dk>
9458
9459 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9460 Change users.
9461 (image-type-file-name-regexps): New defconst.
9462 (image-type-from-data): Simplify loop.
9463 (image-type-from-buffer): New defun.
9464 (image-type-from-file-header): Use it instead of image-type-from-data.
9465 Use image-search-load-path instead of only looking in data-directory.
9466 (image-type-from-file-name): New defun.
9467 (image-search-load-path): Change `pathname' to `filename'.
9468 Make PATH arg optional, default to image-load-path.
9469
9470 2005-10-21 Richard M. Stallman <rms@gnu.org>
9471
9472 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9473
9474 * textmodes/paragraphs.el (sentence-end-base): New variable.
9475 (sentence-end): Use sentence-end-base.
9476
9477 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9478
9479 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9480 property independently from the font-lock-multiline variable.
9481
9482 2005-10-21 Richard M. Stallman <rms@gnu.org>
9483
9484 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9485
9486 * startup.el (command-line): Convert library names
9487 in `load-history' to absolute file names.
9488
9489 * subr.el (symbol-file): Doc fix.
9490
9491 * loadhist.el (file-loadhist-lookup): Call locate-library
9492 instead of find-library-name. Don't try converting
9493 abs file names to library names, since load-history no longer
9494 has library names in it.
9495 (file-dependents, file-provides, file-requires): Doc fixes.
9496
9497 2005-10-21 Juri Linkov <juri@jurta.org>
9498
9499 * progmodes/etags.el (tags-table-mode): New function.
9500 (tags-verify-table): Replace initialize-new-tags-table with
9501 tags-table-mode.
9502
9503 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9504 default value.
9505 (desktop-modes-not-to-save): Add tags-table-mode to the
9506 default value.
9507
9508 * info.el (Info-index-next): Add total number of index
9509 alternatives to the message.
9510
9511 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9512 backward only space (instead of space and period) before looking
9513 at sentence end.
9514
9515 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9516 Add the old variable value as 4th default-value arg of read-string.
9517
9518 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9519
9520 * cus-face.el (custom-declare-face): Make face from X resources
9521 also on Mac.
9522
9523 * disp-table.el (standard-display-g1, standard-display-graphic):
9524 Refuse to use string glyphs also on Mac.
9525 (standard-display-european): Don't set terminal coding system also
9526 on Mac.
9527
9528 * frame.el (display-screens): Use x-display-screens also on Mac.
9529
9530 2005-10-21 Romain Francoise <romain@orebokech.com>
9531
9532 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9533
9534 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9535
9536 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9537 and $? into sexps.
9538
9539 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9540 warning face on open-paren-in-column-0.
9541
9542 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9543 boundary case. Fix typo.
9544 Suggested by Martin Rudalics <rudalics@gmx.at>.
9545
9546 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9547
9548 * textmodes/org.el (org-combined-agenda-icalendar-file)
9549 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9550 (org-export-icalendar-this-file)
9551 (org-export-icalendar-all-agenda-files)
9552 (org-export-icalendar-combine-agenda-files): New commands.
9553 (org-export-icalendar, org-print-icalendar-entries)
9554 (org-start-icalendar-file, org-finish-icalendar-file)
9555 (org-ical-ts-to-string): New functions.
9556 (org-read-date, org-goto-calendar)
9557 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9558 call to `calendar'.
9559 (orgtbl-setup): Remove the :keys arguments from the menu description.
9560 (org-after-save-iCalendar-file-hook): New variable.
9561
9562 2005-10-21 Kenichi Handa <handa@m17n.org>
9563
9564 * language/vietnamese.el (tcvn-5712): Make it an alias of
9565 vietnamese-tcvn coding-system.
9566
9567 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9568
9569 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9570 group id is given.
9571
9572 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9573
9574 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9575 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9576 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9577 whose line is either continued or ends with a comment.
9578
9579 2005-10-20 Romain Francoise <romain@orebokech.com>
9580
9581 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9582
9583 * replace.el (occur-engine): Add follow-link property.
9584
9585 * font-core.el (font-lock-mode): Doc fix.
9586
9587 2005-10-20 Richard M. Stallman <rms@gnu.org>
9588
9589 * net/rcirc.el: New file.
9590
9591 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9592
9593 * term.el (term-term-name): Initialize to "eterm-color".
9594
9595 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9596
9597 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9598 for encryption functionality.
9599 Move allout customization subgroup from `editing' to `outlines' group.
9600 Fix commentary keywords to legitimate ones.
9601 Update author info (using my current email address, obscurified).
9602 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9603 (allout-encrypted-topic-p, allout-encrypted-text-type)
9604 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9605 (allout-situate-encryption-key-verifier)
9606 (allout-get-encryption-key-verifier, allout-verify-key)
9607 (allout-next-topic-pending-encryption)
9608 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9609 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9610 (outline-key-verifier-handling, outline-key-hint-handling)
9611 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9612 (allout-file-key-verifier-string, allout-encryption-scheme)
9613 (allout-key-verifier-string, allout-key-hint-string)
9614 (allout-after-save-decrypt): New variables.
9615 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9616 (allout-after-saves-handler): New hook functions.
9617 (allout-post-command-business): Do allout-after-save-decrypt.
9618 (allout-enable-file-variable-adjustment): Custom var to enable
9619 mechanism for adding and adjusting settings of Emacs file variables.
9620 (allout-adjust-file-variable, allout-file-vars-section-data):
9621 New functions, implement the mechanism.
9622 (outlineify-sticky): Use the file vars mechanism.
9623 (allout-inhibit-protection, allout-during-write-cue)
9624 (allout-override-protect, allout-before-change-protect): Remove.
9625 (allout-flag-region, allout-open-topic): Adjust read-only text.
9626 (allout-open-line-not-read-only): Add to facilitate read-only
9627 text based protection.
9628 (allout-kill-line): Revise to adjust read-only text, clue the
9629 user about the inhibition.
9630 (allout-unprotected): Use unwind-protect.
9631 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9632 topic deeper than the offspring depth of the previous topic -
9633 avoiding confusing "containment discontinuities".
9634 (allout-reindent-bodies): Fix retention of body relative hanging
9635 indent during promotion of collapsed bodies.
9636 (allout-open-topic): Make it easy to open new topic with same
9637 bullet as current topic - topic creation functions provided with
9638 any universal argument provokes now prompt for bullet, defaulting
9639 to the bullet of the previous topic.
9640 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9641 Plain bullet alternates `.' period and `,' comma only. All other
9642 bullets are relegated to special status (but customizable).
9643 (allout-end-of-entry): Rename from allout-end-of-current-entry
9644 since it actually operates w.r.t. most immediately containing
9645 entry, visible or not.
9646 (allout-hide-current-entry, allout-show-current-entry): Use the
9647 revised version.
9648 (allout-old-expose-topic): Solidify deprecation.
9649 (allout-end-of-subtree): Add so we can span concealed as well
9650 as visible topics.
9651 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9652 (allout-end-of-current-heading): Tweak to just respect the first line.
9653 (allout-get-body-text): Add.
9654 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9655 when invoked interactively.
9656 (allout-up-current-level): Use `interactive-p'.
9657 (allout-mode, allout-init): Miscellaneous docstring and
9658 operational refinements, as well as hookups of new encryption stuff.
9659 (allout-beginning-of-current-entry): Now works as advertised.
9660 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9661 (allout-isearch-rectification): Refine condition for isearching.
9662 (allout-isearch-abort, allout-enwrap-isearch)
9663 (allout-flag-region, my-region-active-p): Relocate some macros.
9664 (allout-title): Fallback title is (buffer-name), not
9665 non-existing (current-buffer-name).
9666 (subst-char-in-string): Define if absent (for some XEmacs versions).
9667
9668 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9669
9670 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9671 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9672 (mail-citation-prefix-regexp, mail-signature-file)
9673 (mail-default-headers, mail-bury-selects-summary)
9674 (mail-send-nonascii): Add autoload cookies.
9675
9676 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9677
9678 * frame.el (blink-cursor-mode): Add `mac' to the list of
9679 window-system's that support blinking cursor.
9680
9681 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9682
9683 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9684
9685 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9686
9687 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9688 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9689 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9690
9691 2005-10-20 Kim F. Storm <storm@cua.dk>
9692
9693 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9694 (ido-set-current-directory): Don't add / after final @.
9695 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9696 Explicitly handle ange-ftp completion oddities.
9697 (ido-make-file-list): Don't rotate list at tramp root to avoid
9698 triggering tramp file handler for expand-file-name via get-file-buffer.
9699
9700 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9701
9702 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9703
9704 2005-10-19 Jay Belanger <belanger@truman.edu>
9705
9706 * calc/calc-units.el (math-standard-units): Add units, adjust
9707 symbols and update values.
9708 (math-unit-prefixes): Add more prefixes.
9709
9710 2005-10-19 Romain Francoise <romain@orebokech.com>
9711
9712 * bookmark.el (bookmark-menu-heading): New face.
9713 (bookmark-bmenu-list): Use it.
9714 Don't fiddle with `baud-rate' at top-level.
9715
9716 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9717
9718 * image.el (create-image, find-image): Mention max-image-size in
9719 docstring.
9720
9721 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9722
9723 * savehist.el (savehist-load): Revert to checking XEmacs.
9724
9725 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9726 Various docstring and line-width fixups.
9727 (conf-mode): Use cond.
9728 Set font-lock-defaults. Don't set comment-use-syntax.
9729
9730 2005-10-18 David Ponce <david@dponce.com>
9731
9732 * tree-widget.el (tree-widget-button-click): New function.
9733 (tree-widget-button-keymap): Use it.
9734
9735 2005-10-18 Romain Francoise <romain@orebokech.com>
9736
9737 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9738 (bookmark-bmenu-hide-filenames): Add follow-link property.
9739 Improve help-echo text.
9740
9741 * ffap.el (find-file-at-point): Doc fix.
9742
9743 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9744
9745 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9746
9747 2005-10-18 Masatake YAMATO <jet@gyve.org>
9748
9749 Install to the CVS repository what I forgot to install in my
9750 2005-10-16 changes.
9751
9752 * progmodes/python.el (python-complete-symbol): Pass the common
9753 prefix substring of completion to `display-completion-list'.
9754
9755 * textmodes/org.el (org-complete): Ditto.
9756
9757 2005-10-18 Masatake YAMATO <jet@gyve.org>
9758
9759 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9760
9761 * woman.el (WoMan-xref-man-page): New button type derived
9762 from `Man-abstract-xref-man-page'.
9763 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9764
9765 * man.el (Man-abstract-xref-man-page): New button type.
9766 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9767 (Man-highlight-references): Add new optional argument `xref-man-type'.
9768
9769 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9770
9771 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9772
9773 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9774
9775 * cus-edit.el (Custom-move-and-invoke): Delete.
9776 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9777
9778 * wid-edit.el (widget-move-and-invoke): New function, from
9779 Custom-move-and-invoke.
9780
9781 2005-10-17 Bill Wohler <wohler@newt.com>
9782
9783 Move all remaining images from lisp/toolbar to etc/images, move
9784 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9785 the low resolution images in their own directory (low-color).
9786
9787 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9788 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9789 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9790 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9791 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9792 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9793 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9794
9795 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9796 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9797 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9798 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9799 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9800 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9801 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9802 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9803 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9804 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9805 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9806 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9807 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9808 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9809 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9810
9811 To conform with convention, replace the underscore (_) in the
9812 following image names with dash (-) or (/) as appropriate.
9813
9814 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9815 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9816 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9817 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9818 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9819 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9820 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9821 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9822 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9823 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9824 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9825 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9826 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9827 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9828 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9829
9830 * info.el (info-tool-bar-map): Replace underscores in image names
9831 with dashes.
9832
9833 * makefile.w32-in (WINS): Remove toolbar.
9834
9835 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9836
9837 * tool-bar.el: Move to lisp from toolbar. Now that
9838 toolbar is empty, it should be deleted when folks run "cvs up -P".
9839
9840 2005-10-18 Jay Belanger <belanger@truman.edu>
9841
9842 * calc/calc-store.el (calc-store-into): Get the proper variable name
9843 to display in message.
9844
9845 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9846
9847 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9848 expressions display in speedbar for all buffers when debugging.
9849 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9850
9851 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9852 (speedbar-insert-button, speedbar-make-button):
9853 Use add-text-properties.
9854 (speedbar-update-localized-contents)
9855 (speedbar-update-directory-contents)
9856 (speedbar-update-special-contents): Use dolist.
9857 (speedbar-buffer-easymenu-definition): Add a menu separator.
9858
9859 2005-10-17 Jason Rumney <jasonr@gnu.org>
9860
9861 * makefile.w32-in: Use $(lisp) consistently.
9862 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9863 for shell specific generation of mh-autoloads.
9864
9865 2005-10-17 Richard M. Stallman <rms@gnu.org>
9866
9867 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9868
9869 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9870
9871 * jit-lock.el (jit-lock-fontify-now):
9872 Move jit-lock-context-unfontify-pos to avoid wasted work.
9873
9874 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9875
9876 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9877 `tramp-completion-mode' for checking if we are in completion mode.
9878 (tramp-completion-handle-file-name-all-completions): Reorder code
9879 in order to complete for file names only in case there are no
9880 method/user/host completions. This is necessary for cooperation
9881 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9882
9883 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9884
9885 * longlines.el (longlines-search-forward)
9886 (longlines-search-backward): Match any number of spaces.
9887
9888 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9889
9890 * diff-mode.el (diff-mode): Doc fix.
9891
9892 2005-10-16 David Reitter <david.reitter@gmail.com>
9893
9894 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9895 as default on darwin and windows systems.
9896
9897 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9898
9899 * arc-mode.el (archive-zip-extract): Doc fix.
9900
9901 2005-10-16 Romain Francoise <romain@orebokech.com>
9902
9903 * mouse.el (mouse-1-click-follows-link): Doc fix.
9904
9905 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9906
9907 * savehist.el: Don't require CL at runtime.
9908 (savehist-xemacs): Remove.
9909 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9910 (savehist-no-conversion): Use (featurep 'xemacs).
9911 (savehist-load): Check existence of start-itimer rather than XEmacs.
9912 Use an idle timer.
9913 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9914 `delete-if-not'.
9915
9916 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
9917
9918 * savehist.el: Newer version.
9919 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9920 (savehist-last-checksum, savehist-no-conversion): New vars.
9921 (savehist-autosave, savehist-process-for-saving, savehist-printable):
9922 New functions.
9923 (savehist-load, savehist-save): Use them.
9924 (savehist-delimit): Remove.
9925
9926 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9927
9928 * progmodes/compile.el (compilation-goto-locus): Display the
9929 compilation buffer first and the source buffer second, in case they're
9930 in overlapping frames. Don't raise the compilation frame if it was the
9931 selected window upon entry. Pass the `other-window' arg to
9932 pop-to-buffer.
9933
9934 * info.el (Info-fontify-node): Use dolist.
9935 Change add-text-properties to put-text-property.
9936
9937 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9938
9939 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9940 bound of search.
9941
9942 2005-10-16 Masatake YAMATO <jet@gyve.org>
9943
9944 * dabbrev.el (dabbrev-completion): Pass the common
9945 prefix substring of completion to `display-completion-list'.
9946
9947 * filecache.el (file-cache-minibuffer-complete)
9948 (file-cache-complete): Ditto.
9949
9950 * tempo.el (tempo-display-completions): Ditto.
9951
9952 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9953
9954 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9955
9956 * eshell/em-hist.el (eshell-list-history): Ditto.
9957
9958 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9959
9960 * mail/mailalias.el (mail-complete): Ditto.
9961
9962 * progmodes/etags.el (complete-tag): Ditto.
9963
9964 * progmodes/make-mode.el (makefile-complete): Ditto.
9965
9966 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9967
9968 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9969
9970 * progmodes/pascal.el (pascal-complete-word)
9971 (pascal-show-completions): Ditto.
9972
9973 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9974
9975 * simple.el (completion-common-substring): New variable.
9976 (completion-setup-function): Use `completion-common-substring'
9977 to put faces.
9978
9979 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9980
9981 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9982 (x-get-selection, mac-select-convert-to-string): Convert from/to
9983 UTF-16 clipboard data as in native byte order, no BOM.
9984
9985 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
9986
9987 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9988 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9989 (gud-sentinel): Use speedbar-frame to check for speedbar.
9990
9991 2005-10-15 Richard M. Stallman <rms@gnu.org>
9992
9993 * savehist.el: New file.
9994
9995 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
9996
9997 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9998 Fix bug in \bf fontification.
9999
10000 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
10001
10002 * pcvs.el (cvs-edit-log-files): New var.
10003 (cvs-mode-edit-log): New arg `file'.
10004 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
10005 Instead force the use of the original file and nothing else.
10006 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
10007 the cvs-minor-wrap-function is set.
10008 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
10009
10010 2005-10-14 Bill Wohler <wohler@newt.com>
10011
10012 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
10013 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
10014 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
10015 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
10016 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
10017 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
10018 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
10019 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
10020 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
10021 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
10022 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
10023 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
10024 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
10025 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
10026 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
10027
10028 * progmodes/gud.el (gud-tool-bar-map): Rename the images
10029 appropriately (for example, gud-break to gud/break).
10030
10031 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
10032
10033 * longlines.el (longlinges-search-function)
10034 (longlines-search-forward, longlines-search-backward): New functions.
10035 (longlines-mode): Set isearch-search-fun-function to
10036 longlinges-search-function.
10037
10038 * mouse.el (mouse-drag-region-1): Handle the case where a
10039 double-click event is bound to an arbitrary function.
10040
10041 2005-10-14 David Ponce <david@dponce.com>
10042
10043 * recentf.el (recentf-track-opened-file)
10044 (recentf-track-closed-file, recentf-update-menu)
10045 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
10046 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
10047 mouse-1-click-follows-link.
10048
10049 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10050
10051 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
10052 Gnome file-manager.png. Suggested by
10053 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
10054
10055 * toolbar/README: Add diropen.xpm.
10056
10057 2005-10-13 Bill Wohler <wohler@newt.com>
10058
10059 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
10060 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
10061
10062 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10063
10064 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10065 Don't waste the byte-compiler's time on constant data.
10066
10067 2005-10-13 Kenichi Handa <handa@m17n.org>
10068
10069 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
10070 byte with `escape-glyph' face.
10071
10072 * international/fontset.el (ccl-encode-unicode-font):
10073 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
10074 Handle the case that ucs-mule-to-mule-unicode translates a character to
10075 ASCII (usually for IPA characters).
10076
10077 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10078
10079 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
10080 Don't hide the underline of titles if font-lock-mode is disabled.
10081
10082 2005-10-12 Bill Wohler <wohler@newt.com>
10083
10084 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
10085 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10086 files in MH-E-SRC have been updated.
10087 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
10088
10089 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10090
10091 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
10092 (mixal-mode-syntax-table): Add \n as end-comment.
10093 (mixal-operation-codes-alist): Immediately initialize to full value.
10094 (mixal-add-operation-code): Remove.
10095 (mixal-describe-operation-code): Make the arg non-optional.
10096 Use the interactive spec instead.
10097 Use mixal-operation-codes-alist rather than mixal-operation-codes.
10098 (mixal-font-lock-keywords): Don't highlight comments here any more.
10099 (mixal-font-lock-syntactic-keywords): New var.
10100 (mixal-mode): Use it. Fix comment-start-skip.
10101
10102 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10103
10104 * startup.el (command-line-x-option-alist): -nb => -nbi
10105
10106 2005-10-12 Kim F. Storm <storm@cua.dk>
10107
10108 * startup.el (fancy-splash-default-action): Discard mouse click in
10109 the splash screen window, as it has no sensible meaning in the
10110 next window to be selected. Fixes error reported by Jan D.
10111
10112 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10113
10114 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
10115
10116 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10117
10118 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
10119 Try to fix up minor layout issues like indentation, line break, etc...
10120 (mixal-mode-syntax-table): Don't try to specify comment syntax,
10121 because it doesn't work.
10122 (mixal-operation-codes): Add some more codes.
10123 (mixal-font-lock-keywords): Process comments here.
10124 (mixal-mode): mixasm no longer needs -g option.
10125
10126 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
10127
10128 * progmodes/sh-script.el (sh-tmp-file):
10129 Use mktemp -t. Finish support for es and rc shells.
10130
10131 2005-10-11 Jay Belanger <belanger@truman.edu>
10132
10133 * calc/calcalg2.el (calc-integral): With an argument, compute the
10134 definite integral.
10135
10136 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
10137
10138 * mouse.el (mouse-drag-region-1): Don't try to catch a
10139 double-click when doing follow-link (it's overridden anyway).
10140
10141 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
10142
10143 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
10144 (autoload-print-form-outbuf): Add docstring.
10145
10146 2005-10-11 Juri Linkov <juri@jurta.org>
10147
10148 * info.el (Info-mode-menu): Delete menu item "Edit".
10149 (Info-mode): Delete description of Info-edit from docstring,
10150 and rearrange descriptions of Info commands in the order
10151 they are documented in the Info manual.
10152
10153 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10154
10155 * calendar/appt.el (appt-check): Use diary-selective-display var.
10156
10157 2005-10-10 Richard M. Stallman <rms@gnu.org>
10158
10159 * net/newsticker.el (newsticker-start, newsticker-show-news):
10160 Add autoload cookies.
10161
10162 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
10163
10164 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
10165
10166 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
10167
10168 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
10169
10170 2005-10-10 Jay Belanger <belanger@truman.edu>
10171
10172 * calc/calc-arith.el (math-check-known-scalarp)
10173 (math-check-known-matrixp): Check the values of arguments that are
10174 variables.
10175 (math-check-known-square-matrixp): New function.
10176 (math-known-square-matrixp): Use math-check-known-square-matrixp.
10177 (math-super-types): Add sqmatrix type.
10178
10179 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
10180 mode name `square' to `sqmatrix'.
10181
10182 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
10183 mode name `square' to `sqmatrix'.
10184
10185 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10186
10187 * progmodes/etags.el (select-tags-table-mode): Don't use
10188 selective-display.
10189 (tags-select-tags-table): Pass `button' to the action function.
10190 (select-tags-table): Place the side-info on button properties rather
10191 than in hidden text. Abbreviate file names.
10192 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
10193 (select-tags-table-select): Add `button' argument.
10194 Get side-info from the button property rather than from hidden text.
10195
10196 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
10197
10198 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
10199 (gud-speedbar-buttons): Preserve point if possible.
10200 (gud-sentinel): Restore previous speedbar display type.
10201
10202 * progmodes/gdb-ui.el (gdba): Improve diagram.
10203 (def-gdb-auto-update-handler, gdb-info-locals-handler)
10204 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
10205 Call get-buffer-window once.
10206
10207 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10208
10209 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
10210 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
10211 (pascal-indent-command): Remove unused var `ind'.
10212 (pascal-indent-case): Remove unused var `oldpos'.
10213 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
10214 since it's now used as a proper minor mode map.
10215 (pascal-outline): Rename to pascal-outline-mode.
10216 (pascal-outline-mode): Use define-minor-mode.
10217 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
10218 selective-display.
10219
10220 2005-10-10 Andreas Schwab <schwab@suse.de>
10221
10222 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
10223 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
10224
10225 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
10226 outside source directory.
10227
10228 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
10229
10230 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
10231 C-x' as a prefix.
10232 (orgtbl-mode-map): Full keymap instead of sparse, because all
10233 `self-insert-command' keys are redefined in this map.
10234 (org-export-as-html): Specify charset for HTML file, by taking it
10235 from the coding system.
10236
10237 2005-10-10 Kenichi Handa <handa@m17n.org>
10238
10239 * textmodes/flyspell.el (flyspell-check-word-p):
10240 If unread-command-events is non-empty, don't call sit-for.
10241
10242 2005-10-09 Richard M. Stallman <rms@gnu.org>
10243
10244 * font-lock.el (font-lock-syntactic-keywords)
10245 (font-lock-keywords): Doc fixes.
10246
10247 * textmodes/flyspell.el (flyspell-external-point-words):
10248 Simplify logic, and don't try to check for consecutive appearances
10249 of one incorrect word.
10250
10251 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
10252
10253 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10254 separator.
10255
10256 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
10257 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
10258 (gud-expansion-speedbar-buttons): New function.
10259 (gud-speedbar-buttons): Check for gud-comint-buffer.
10260
10261 2005-10-09 Bill Wohler <wohler@newt.com>
10262
10263 * Makefile.in (updates): Add mh-loaddefs dependency.
10264
10265 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
10266
10267 * speedbar.el (speedbar-file-key-map): Fix typo.
10268
10269 2005-10-09 Daniel Brockman <daniel@brockman.se>
10270
10271 * cus-start.el (line-spacing): Add custom spec.
10272
10273 2005-10-09 Romain Francoise <romain@orebokech.com>
10274
10275 * textmodes/ispell.el (ispell-check-version): Fix last change.
10276
10277 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10278
10279 * term/x-win.el: Remove -i, --icon-type from comment.
10280
10281 * startup.el (command-line-x-option-alist): Remove options -i,
10282 -itype, --icon-type, added -nb, --no-bitmap-icon
10283
10284 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
10285
10286 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10287 instead of :active.
10288
10289 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
10290
10291 * textmodes/ispell.el (ispell-check-version):
10292 Ignore hyphen, and all that follows, in aspell's version text.
10293
10294 2005-10-08 Jay Belanger <belanger@truman.edu>
10295
10296 * calc/calc-arith.el (math-known-square-matrixp): New function.
10297 (math-pow-fancy): Check for matrices before distributing exponent
10298 across products.
10299
10300 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10301 fullscreen keypad. Suggested by Luc Teirlinck.
10302 (calc-keypad-show-input): Add space for formatting.
10303
10304 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10305 Add square matrix option.
10306
10307 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10308 of checking calc-matrix-mode when deciding how to expand.
10309
10310 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10311
10312 2005-10-08 Lars Hansen <larsh@soem.dk>
10313
10314 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10315 Add error handling.
10316 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10317
10318 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10319
10320 Sync with Tramp 2.0.51.
10321
10322 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10323 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10324 Insert special handling for `last-coding-system-used', again
10325 it still seems to be necessary (unlike stated before).
10326 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10327 (tramp-password-prompt-regexp): There might be other words before
10328 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10329 (tramp-chunksize): Improve docstring.
10330 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10331 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10332 Christian Joergensen <bugs@razor.dk>.
10333
10334 2005-10-07 Glenn Morris <rgm@gnu.org>
10335
10336 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10337 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10338 precision'.
10339
10340 2005-10-07 Romain Francoise <romain@orebokech.com>
10341
10342 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10343 (ibuffer-do-shell-command-pipe-replace)
10344 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10345 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10346 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10347 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10348 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10349 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10350 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10351 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10352 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10353 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10354 Autoload file sans suffix.
10355
10356 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10357
10358 2005-10-07 David Ponce <david@dponce.com>
10359
10360 * recentf.el (recentf-menu-open-all-flag): New option.
10361 (recentf-digit-shortcut-command-name): New function.
10362 (recentf--shortcuts-keymap): New variable.
10363 (recentf-menu-shortcuts): New variable.
10364 (recentf-make-menu-items): Initialize it. Replace the "More..."
10365 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10366 (recentf-menu-value-shortcut): New function.
10367 (recentf-make-menu-item): Use it. No more in-lined.
10368 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10369 (recentf-open-most-recent-file): Rename from
10370 `recentf-open-file-with-key'. Don't depend on key binding.
10371 (recentf-mode-map): New variable.
10372 (recentf-mode): Use it.
10373
10374 2005-10-06 Bill Wohler <wohler@newt.com>
10375
10376 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10377
10378 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10379 (MH-E-SRC): New. Used by mh-autoloads.
10380 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10381 files in MH-E-SRC have been updated.
10382 (compile, recompile, bootstrap): Depend on mh-autoloads.
10383
10384 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10385
10386 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10387 gud-break and gud-remove icons when the fringe is not available.
10388
10389 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10390 Typo.
10391
10392 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10393
10394 * play/zone.el (zone): Wrap body with save-window-excursion.
10395
10396 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10397
10398 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10399 Use the new `list-only' arg to diary-list-entries.
10400
10401 * calendar/diary-lib.el: Use overlays rather than selective-display.
10402 (diary-selective-display): New var.
10403 (diary-header-line-format): Use it.
10404 (diary-list-entries): Add argument `list-only'.
10405 Put the buffer in diary-mode. Don't add \^M at beg and end.
10406 Replace \^M by invisible overlays.
10407 (diary-unhide-everything): Replace \^M by invisible overlays.
10408 (print-diary-entries): Look for overlays rather than \^M.
10409 Add a space to the temp buffer name.
10410 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10411 Put the buffer in diary-mode.
10412 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10413 (diary-anniversary): Make the year arg optional.
10414 (diary-time-regexp): New const.
10415 (diary-font-lock-keywords): Use it to accept a few more time formats.
10416
10417 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10418
10419 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10420
10421 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10422 Fix bug introduced 2005-07-03: Use (car (last ...))
10423 to faithfully reproduce replaced artist-last.
10424 (artist-set-arrow-points-for-poly): Likewise.
10425 Suggested by Johan Bockg\e,Ae\e(Brd.
10426
10427 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10428
10429 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10430 * wid-edit.el (widget):
10431 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10432 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10433
10434 2005-10-06 Kenichi Handa <handa@m17n.org>
10435
10436 * international/mule-cmds.el (set-language-environment):
10437 Fix setting up of case-table for unibyte mode.
10438
10439 * simple.el (what-cursor-position): If the character is displayed
10440 by some `display' text property, show that. Don't use
10441 single-key-description for eight-bit characters in multibyte mode.
10442
10443 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10444
10445 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10446 (gdb-ann3): Set it.
10447 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10448 (gdb-info-frames-custom): Use inverse-video for first five
10449 characters of selected frame only.
10450 (gdb-get-frame-number): Select frame even when point is on frame
10451 number.
10452
10453 2005-10-06 Masatake YAMATO <jet@gyve.org>
10454
10455 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10456 Put `font-lock-function-name-face'.
10457 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10458 and `font-lock-variable-name-face'
10459 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10460 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10461 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10462 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10463 (gdb-local-font-lock-keywords): New font lock keywords definition.
10464 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10465 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10466 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10467
10468 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10469
10470 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10471 (ediff-merge-region-is-non-clash-to-skip): Previously called
10472 ediff-merge-region-is-non-clash.
10473
10474 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10475 Use insert-buffer-substring.
10476
10477 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10478 selecting files to patch. Also bug fixes.
10479
10480 * ediff-util.el (ediff-setup): Bug fix.
10481 (ediff-next-difference): Never skip clashes that differ in white
10482 space only.
10483
10484 * ediff-wind.el (ediff-setup-control-frame)
10485 (ediff-destroy-control-frame): Check the menubar feature.
10486
10487 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10488 (viper-refresh-mode-line): Use make-local-variable to localize
10489 some vars instead of make-variable-buffer-local. Suggested by
10490 Stefan Monnier.
10491
10492 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10493 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10494 Use make-local-variable instead of make-variable-buffer-local.
10495 Suggested by Stefan Monnier.
10496
10497 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10498 (viper-comint-mode-hook): Use make-local-variable on
10499 require-final-newline.
10500 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10501
10502 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10503
10504 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10505 also the second char of a comment-start sequence.
10506 (scheme-sexp-comment-syntax-table): New var.
10507 (lambda, define): Set their scheme-doc-string-elt property.
10508 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10509 Use lisp-font-lock-syntactic-face-function now that it properly
10510 handles |...| symbols.
10511 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10512 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10513
10514 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10515 bit from # to |.
10516 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10517
10518 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10519 (lisp-doc-string-elt-property): New var.
10520 (lisp-font-lock-syntactic-face-function): Use it.
10521 Rewrite to recognize docstrings even for forms not at toplevel.
10522
10523 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10524 annotation on the | part of #| rather than on the # part.
10525 (scheme-font-lock-syntactic-face-function): New function, to
10526 distinguish strings from |...| symbols.
10527 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10528 syntax-table so that #|...|# is properly highlighted.
10529
10530 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10531 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10532
10533 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10534
10535 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10536 and C-e.
10537
10538 * emacs-lisp/eldoc.el: Move comments into docstrings.
10539 (eldoc-message-commands): Initialize in its declaration.
10540 Add move-beginning-of-line and move-end-of-line.
10541 (eldoc-add-command, eldoc-add-command-completions)
10542 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10543
10544 * outline.el (outline-mark-subtree): Activate the mark.
10545
10546 * calendar/appt.el (appt-time-regexp): New var.
10547 (appt-add, appt-make-list): Use it.
10548 (appt-convert-time): Clean up.
10549
10550 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10551 Don't set any syntax-table property here.
10552 (tex-font-lock-verb): New function. Do it here.
10553 (tex-font-lock-syntactic-keywords): Use it.
10554
10555 2005-10-04 Richard M. Stallman <rms@gnu.org>
10556
10557 * wid-edit.el (widget-file-complete): Get the widget start point
10558 the right way. Default directory to `/' if file has none.
10559
10560 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10561
10562 * textmodes/flyspell.el (flyspell-mode-on):
10563 Call ispell-maybe-find-aspell-dictionaries.
10564
10565 * textmodes/ispell.el (ispell-word, ispell-region):
10566 Call ispell-maybe-find-aspell-dictionaries.
10567 (ispell-accept-buffer-local-defs):
10568 Don't call ispell-maybe-find-aspell-dictionaries
10569
10570 2005-10-04 Richard M. Stallman <rms@gnu.org>
10571
10572 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10573
10574 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10575
10576 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10577 instead of `fboundp' in order to allow for anonymous functions.
10578
10579 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10580
10581 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10582 case the user clicks on the link while another window is selected.
10583 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10584
10585 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10586 functionality.
10587 (dframe-help-echo): Save point in case mouse tracking is off.
10588
10589 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10590
10591 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10592
10593 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10594
10595 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10596 not change the global value of those vars.
10597
10598 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10599 make-local-variable which we do not need any more.
10600
10601 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10602
10603 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10604 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10605 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10606 (speedbar-path-line): Define obsolete aliases.
10607 (speedbar-line-directory): Doc fix.
10608
10609 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10610 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10611 instead of speedbar-line-path.
10612
10613 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10614
10615 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10616 to nil if dropping on a window. Handle dropping on a minibuffer window
10617 like dropping on a non-window part of Emacs.
10618
10619 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10620
10621 * net/ange-ftp.el: Use with-current-buffer.
10622 (ange-ftp-insert-directory): Do not follow symlinks any more.
10623
10624 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10625 Remove interactive spec.
10626
10627 2005-10-03 Kim F. Storm <storm@cua.dk>
10628
10629 * ido.el (ido-mode): Use custom-initialize-set.
10630
10631 2005-10-02 Richard M. Stallman <rms@gnu.org>
10632
10633 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10634 Use insert-buffer-substring.
10635
10636 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10637 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10638
10639 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10640
10641 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10642 in last change.
10643 (ange-ftp-insert-directory): Fix up the search for the case where
10644 `file' is absolute.
10645
10646 2005-10-02 Romain Francoise <romain@orebokech.com>
10647
10648 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10649
10650 2005-10-02 Andreas Schwab <schwab@suse.de>
10651
10652 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10653 directory component in the session info.
10654
10655 2005-10-01 Richard M. Stallman <rms@gnu.org>
10656
10657 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10658
10659 * simple.el (next-error-internal): New function.
10660
10661 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10662 (compilation-start): Pass new arg to compilation-buffer-name.
10663 (compile-goto-error): Use next-error-internal.
10664
10665 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10666
10667 * speedbar.el: Remove RCS tag.
10668 (speedbar-check-read-only): Handle non-existent files.
10669
10670 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10671
10672 * info.el (Info-speedbar-hierarchy-buttons)
10673 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10674
10675 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10676
10677 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10678 Do not match newline.
10679 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10680 (bibtex-summary): Remove unnecessary save-excursion.
10681 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10682
10683 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10684
10685 * term/mac-win.el: Add charset info for "iso10646-1".
10686 Modify default fontset to use ATSUI-compatible fonts for some charsets
10687 if available.
10688
10689 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10690
10691 * speedbar.el: Re-apply arch tag.
10692 (speedbar-version): Rename to version 1.0. Suggested by Eric
10693 M. Ludlam.
10694 Reapply two changes from Emacs CVS' version of speedbar lost
10695 during the merge:
10696 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10697 (speedbar-frame-parameters): Improve customize type.
10698
10699 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10700
10701 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10702 (ange-ftp-file-directory-p): Fix the symlink case.
10703 (ange-ftp-insert-directory): When listing a single file, get a list of
10704 the parent buffer and extract the relevant line. Inspired from a patch
10705 by Katsumi Yamaoka <yamaoka@jpl.org>.
10706 (ange-ftp-file-name-sans-versions): Simplify.
10707
10708 2005-09-30 Bill Wohler <wohler@newt.com>
10709
10710 Move MH-E image files from toolbar and mail directories into
10711 etc/images.
10712
10713 * mail/reply2.*: Move to etc/images/mail/reply*.
10714
10715 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10716 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10717 etc/images.
10718
10719 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10720 * toolbar/reply*: Move to etc/images/mail.
10721
10722 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10723
10724 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10725
10726 * speedbar.el: New version 1.0pre3.
10727
10728 Frame management code (including timer, and mouse click specifics)
10729 moved to dframe.el:
10730 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10731 (speedbar-timer): Removed. Use dframe-timer.
10732 (speedbar-close-frame): Removed. Use dframe-close-frame.
10733 (speedbar-activity-change-focus-flag): Removed. Use
10734 dframe-activity-change-focus-flag.
10735 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10736 dframe-update-speed.
10737
10738 (speedbar-current-frame): New macro. Use this instead of the
10739 variable speedbar-frame.
10740
10741 (speedbar-use-images, speedbar-expand-image-button-alist)
10742 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10743
10744 (speedbar-find-image-on-load-path): Removed. Replaced by
10745 defezimage in ezimage.el.
10746 (speedbar-expand-image-button-alist): Removed. Replaced by
10747 ezimage-expand-image-button-alist in ezimage.el.
10748
10749 (speedbar-ignored-directory-regexp)
10750 (speedbar-add-ignored-directory-regexp)
10751 (speedbar-ignored-directory-expressions)
10752 (speedbar-line-directory, speedbar-buffers-line-directory)
10753 (speedbar-directory-line, speedbar-buffers-line-directory):
10754 Renamed, replacing `path' with `directory'.
10755
10756 (speedbar-create-directory, speedbar-expand-line-descendants)
10757 (speedbar-toggle-line-expansion)
10758 (speedbar-contract-line-descendants): New commands.
10759
10760 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10761 (speedbar-use-tool-tips-flag): New options.
10762
10763 (speedbar-check-read-only, speedbar-require-version)
10764 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10765 (speedbar-handle-delete-frame, speedbar-try-completion)
10766 (speedbar-update-localized-contents): New functions.
10767
10768 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10769 (speedbar-object-read-only-indicator): New variables.
10770
10771 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10772 New hooks.
10773
10774 (speedbar-separator-face): New face.
10775
10776 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10777 (speedbar-ignored-modes): Add fundamental-mode.
10778 (speedbar-directory-unshown-regexp): Add . directories.
10779
10780 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10781 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10782 `]' for full expand/close.
10783 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10784
10785 (speedbar-check-vc): Support hidden files.
10786 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10787 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10788 state is nil, it is not checked out.
10789
10790 (speedbar-line-text, speedbar-line-token): Support expand buttons
10791 with no text.
10792 (speedbar-refresh): Universal argument acts as power-click.
10793 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10794 that buffer to get variable values.
10795
10796 And many other bugfixes.
10797
10798 * dframe.el, ezimage.el, sb-image.el: New files.
10799
10800 * sb-*.xpm: Remove files. New image files installed into
10801 etc/images/ezimage.
10802
10803 2005-09-30 Kenichi Handa <handa@m17n.org>
10804
10805 * ps-mule.el (ps-mule-show-warning): If a character is in
10806 ps-print-translation-table, don't treat it as non-printable.
10807
10808 2005-09-30 David Ponce <david@dponce.com>
10809
10810 * tree-widget.el (tree-widget-themes-load-path): New variable.
10811 (tree-widget-themes-directory): Doc fix.
10812 (tree-widget-image-formats) [Emacs]: Doc fix.
10813 (tree-widget--locate-sub-directory): New function.
10814 (tree-widget-themes-directory): Use it.
10815
10816 * recentf.el (recentf-filename-handlers): Rename from
10817 `recentf-filename-handler'. Allow a list of functions.
10818 (recentf-menu-items-for-commands): Fix :help strings.
10819 (recentf-apply-filename-handlers): New function.
10820 (recentf-expand-file-name): Use it.
10821 (recentf-cleanup): Remove duplicates too.
10822
10823 2005-09-29 Juri Linkov <juri@jurta.org>
10824
10825 * faces.el: Rearrange face definitions to be in the same order as
10826 their face descriptions in "(emacs)Standard Faces".
10827
10828 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10829
10830 * tooltip.el (tooltip): Add group `basic-faces'.
10831
10832 * buff-menu.el (Buffer-menu-buffer): Remove group
10833 `font-lock-highlighting-faces'.
10834
10835 * progmodes/compile.el (compilation-error, compilation-warning)
10836 (compilation-info, compilation-line-number, compilation-column-number):
10837 Change group from `font-lock-highlighting-faces' to `compilation'.
10838
10839 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10840 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10841 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10842 (vhdl-font-lock-reserved-words-face)
10843 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10844 `font-lock-highlighting-faces'.
10845
10846 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10847
10848 2005-09-28 Kim F. Storm <storm@cua.dk>
10849
10850 * emulation/cua-base.el: Set CUA move property on additional commands:
10851 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10852 forward-sexp, backward-sexp, forward-list, backward-list.
10853
10854 2005-09-28 Romain Francoise <romain@orebokech.com>
10855
10856 * comint.el (comint-show-output): Really set point at the
10857 beginning of the output when not using `comint-use-prompt-regexp'.
10858
10859 2005-09-27 Jay Belanger <belanger@truman.edu>
10860
10861 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10862 in TeX mode.
10863
10864 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10865
10866 * textmodes/org.el (org-table-sum): Fix format string.
10867
10868 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10869 Quote face names.
10870
10871 2005-09-26 Romain Francoise <romain@orebokech.com>
10872
10873 * isearch.el (isearch-forward-regexp): Close doc string.
10874
10875 2005-09-25 Richard M. Stallman <rms@gnu.org>
10876
10877 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10878
10879 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10880
10881 * progmodes/compile.el (compilation-error-properties):
10882 When getting the file from the previous error message,
10883 correctly decode the new data format.
10884
10885 * progmodes/cc-cmds.el (c-electric-paren):
10886 Call old-blink-paren only for close-paren.
10887
10888 2005-09-24 Andreas Schwab <schwab@suse.de>
10889
10890 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10891 condition.
10892
10893 2005-09-25 Romain Francoise <romain@orebokech.com>
10894
10895 * dired-aux.el (dired-copy-file-recursive):
10896 * dired.el (dired-delete-file):
10897 * ediff-mult.el (ediff-dir-diff-copy-file):
10898 * ediff-util.el (ediff-test-save-region):
10899 * forms.el (forms-mode):
10900 * ido.el (ido-file-internal, ido-delete-file-at-head):
10901 * log-edit.el (log-edit-done):
10902 * ses.el (ses-yank-resize):
10903 * play/gomoku.el (gomoku-human-plays, gomoku)
10904 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10905 (gomoku-offer-a-draw):
10906 * play/landmark.el (lm-human-resigns, lm):
10907 * net/eudcb-ldap.el (eudc-ldap-check-base):
10908 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10909 * progmodes/ebrowse.el (ebrowse-find-pattern):
10910 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10911 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10912 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10913
10914 * vc.el (vc-delete-file):
10915 * play/gomoku.el (gomoku-terminate-game, gomoku)
10916 (gomoku-prompt-for-move, gomoku-human-takes-back):
10917 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10918 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10919
10920 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10921
10922 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10923 color rxvt terminals by using the code xterm.el used to use before
10924 2005-04-09 in order to match the colors used by rxvt.
10925
10926 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10927
10928 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10929 colors rxvt-unicode terminals by using the same code as xterm.el.
10930
10931 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10932
10933 * textmodes/tex-mode.el (tex-font-lock-append-prop)
10934 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10935 new symbol used for the tex-verbatim face.
10936
10937 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10938
10939 * woman.el (woman-file-name):
10940 * wid-edit.el (widget-file-prompt-value)
10941 (widget-coding-system-prompt-value):
10942 * w32-fns.el (set-w32-system-coding-system):
10943 * vc.el (vc-version-diff, vc-annotate):
10944 * textmodes/reftex-auc.el (reftex-arg-cite)
10945 (reftex-arg-index-tag):
10946 * textmodes/refer.el (refer-get-bib-files):
10947 * textmodes/artist.el (artist-figlet-choose-font):
10948 * terminal.el (terminal-emulator):
10949 * replace.el (occur-read-primary-args):
10950 * rect.el (string-rectangle, string-insert-rectangle):
10951 * ps-print.el (ps-print-preprint):
10952 * progmodes/pascal.el (pascal-goto-defun):
10953 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10954 * progmodes/compile.el (compilation-find-file):
10955 * printing.el (pr-interactive-n-up):
10956 * play/animate.el (animate-birthday-present):
10957 * net/rcompile.el (remote-compile):
10958 * man.el (man, Man-goto-section, Man-follow-manual-reference):
10959 * mail/rmailsum.el (rmail-summary-search-backward)
10960 (rmail-summary-search):
10961 * mail/rmailout.el (rmail-output-read-rmail-file-name)
10962 (rmail-output-read-file-name):
10963 * mail/rmail.el (rmail-search, rmail-search-backwards):
10964 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10965 * locate.el (locate):
10966 * international/quail.el (quail-show-keyboard-layout):
10967 * international/mule.el (set-buffer-file-coding-system)
10968 (revert-buffer-with-coding-system, set-file-name-coding-system)
10969 (set-terminal-coding-system, set-keyboard-coding-system)
10970 (set-next-selection-coding-system):
10971 * international/mule-diag.el (describe-coding-system)
10972 (describe-font, describe-fontset):
10973 * international/mule-cmds.el (universal-coding-system-argument)
10974 (search-unencodable-char, describe-input-method)
10975 (set-language-environment, describe-language-environment):
10976 * international/codepage.el (codepage-setup):
10977 * international/code-pages.el (codepage-setup):
10978 * info.el (Info-search, Info-follow-reference)
10979 (Info-search-backward):
10980 * emacs-lisp/advice.el (ad-read-advised-function)
10981 (ad-read-advice-class, ad-clear-cache, ad-activate)
10982 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10983 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10984 (ad-read-regexp):
10985 * ediff-util.el (ediff-toggle-regexp-match):
10986 * ediff-ptch.el (ediff-prompt-for-patch-file):
10987 * dired-aux.el (dired-diff):
10988 * diff.el (diff):
10989 * cus-edit.el (custom-variable-prompt):
10990 * calendar/timeclock.el (timeclock-ask-for-project):
10991 * calc/calcalg3.el (calc-get-fit-variables):
10992 * calc/calc-store.el (calc-edit-variable)
10993 (calc-permanent-variable):
10994 * vc-mcvs.el (vc-mcvs-register):
10995 * shadowfile.el (shadow-define-literal-group):
10996 * woman.el (woman-file-name):
10997 * vc.el (vc-version-diff, vc-merge):
10998 * textmodes/reftex-index.el (reftex-index-complete-tag):
10999 * format.el (format-decode-buffer, format-decode-region):
11000 * emulation/viper-cmd.el (viper-read-string-with-history):
11001 * emacs-lisp/debug.el (cancel-debug-on-entry):
11002 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11003 * ediff.el (ediff-merge-revisions)
11004 (ediff-merge-revisions-with-ancestor, ediff-revision):
11005 * completion.el (interactive-completion-string-reader):
11006 * calc/calc-prog.el (calc-user-define-formula):
11007 Follow convention for reading with the minibuffer.
11008
11009 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
11010
11011 * progmodes/python.el (python-describe-symbol): Add globals() and
11012 locals() to the arguments of emacs.ehelp.
11013
11014 2005-09-24 Magnus Henoch <mange@freemail.hu>
11015
11016 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
11017 New function, code extracted from ispell-valid-dictionary-list.
11018 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
11019 Call it.
11020
11021 2005-09-24 Eli Zaretskii <eliz@gnu.org>
11022
11023 * subr.el (version-regexp-alist): Extend valid syntax for version
11024 strings: allow any of the characters -,_,+ to separate the
11025 alpha/beta/rc part from the version part. Doc fix.
11026 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
11027
11028 2005-09-23 David Reitter <david.reitter@gmail.com>
11029
11030 * mail/mailclient.el: New file.
11031
11032 2005-09-23 Richard M. Stallman <rms@gnu.org>
11033
11034 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
11035 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
11036 Doc fixes.
11037
11038 * progmodes/cc-mode.el (c-font-lock-init):
11039 Specify font-lock-lines-before.
11040
11041 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11042
11043 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
11044 whole conflict.
11045
11046 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
11047
11048 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
11049 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
11050 of `remap' feature when available. Additional key bindings for
11051 better tty support.
11052 (org-mode-restart, org-force-self-insert): New commands.
11053 (org-time-stamp-inactive): New command.
11054 (org-remap): New function.
11055 (org-table-auto-blank-field, org-level-color-stars-only): New options.
11056 (org-enable-fixed-width-editor): Move to `org-structure'
11057 customization group.
11058 (org-self-insert-command, orgtbl-self-insert-command): Modify to
11059 blank field after field motion commands.
11060
11061 2005-09-23 Kenichi Handa <handa@m17n.org>
11062
11063 * international/mule-cmds.el (set-language-environment):
11064 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
11065 have to call utf-translate-cjk-load-tables.
11066
11067 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11068
11069 * mouse.el (mouse-move-drag-overlay): Fix last change.
11070
11071 2005-09-22 David Ponce <david@dponce.com>
11072
11073 * tree-widget.el (tree-widget-value-create): Fix previous change.
11074
11075 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11076
11077 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
11078
11079 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11080
11081 * mouse.el (mouse-move-drag-overlay): New function.
11082 (mouse-drag-region-1): Use it.
11083 Try to simplify a bit the state handling. Handle clicks on links
11084 inside intangible areas.
11085 (mouse-save-then-kill): Minor simplification.
11086 (mouse-secondary-overlay): Make it always non-nil instead of
11087 recreating it each time.
11088 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
11089 (mouse-kill-secondary, mouse-secondary-save-then-kill):
11090 Simplify accordingly.
11091
11092 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11093
11094 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
11095
11096 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
11097
11098 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
11099 (ediff-file-name-sans-prefix): Treat nil as an empty string.
11100 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
11101 to patch.
11102
11103 * ediff-util.el: Use insert-buffer-substring.
11104
11105 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
11106
11107 * emulation/viper-cmd.el (viper-change-state): Don't move over the
11108 field boundaries in the minibuffer.
11109 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
11110 (viper-minibuffer-post-command-hook): New hook.
11111 (viper-line): Don't move cursor at bolp.
11112
11113 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
11114
11115 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
11116 avoid compiler warnings.
11117
11118 * emulation/viper-macs.el (ex-map): Better messages.
11119
11120 * emulation/viper-utils.el (viper-beginning-of-field): New function.
11121
11122 * emulation/viper.el: Replace make-variable-buffer-local with
11123 viper-make-variable-buffer-local everywhere, to avoid warnings.
11124
11125 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11126
11127 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
11128 Delete unused var `old-selected-window'.
11129 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
11130 (mouse-drag-secondary): Delete unused var `start-frame'.
11131
11132 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11133
11134 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
11135
11136 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11137
11138 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
11139 Re-indent within 80 columns. Use inhibit-read-only.
11140
11141 2005-09-19 Romain Francoise <romain@orebokech.com>
11142
11143 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
11144
11145 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11146
11147 * font-lock.el (font-lock-default-fontify-region): Don't add a line
11148 unconditionally, since the after-change-function already did it.
11149
11150 2005-09-19 Miles Bader <miles@gnu.org>
11151
11152 * net/newsticker.el: Get rid of CVS keyword.
11153
11154 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
11155
11156 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
11157 The prompt is formatted later.
11158
11159 2005-09-19 David Ponce <david@dponce.com>
11160
11161 * tree-widget.el (tree-widget-value-create): Save the converted
11162 tree :node widget.
11163
11164 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
11165
11166 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
11167 variable `message'.
11168
11169 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
11170
11171 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
11172 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
11173 <slawomir.nowaczyk.847@student.lu.se>.
11174
11175 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
11176
11177 * image.el (image-load-path): Use symbol `data-directory' instead
11178 of its value, for backward compatibility with packages that bind
11179 it during `find-image'. Suggested by Katsumi Yamaoka.
11180 (image-search-load-path): Handle symbols whose values are strings.
11181
11182 2005-09-18 Romain Francoise <romain@orebokech.com>
11183
11184 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
11185 with-current-buffer form in save-excursion.
11186
11187 2005-09-18 D Goel <deego@gnufans.org>
11188
11189 * apropos.el (apropos-command): Fix `message' call: first arg
11190 should be a format spec. In this and all other cases that appear
11191 below and elsewhere in the source code, I made a change only when
11192 two conditions were satisfied: [1] I can think of a possibility
11193 that the arguments would cause an error, for example, the code in
11194 question relies on external variables such as filenames. [2] I
11195 was sure that the arg to `message' could not have been nil in the code.
11196
11197 * textmodes/tildify.el (tildify-region): Ditto.
11198
11199 * textmodes/reftex-index.el (reftex-index-change-entry)
11200 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
11201 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
11202 * textmodes/org.el (org-complete, org-deadline, org-schedule)
11203 (org-priority, org-table-sum):
11204 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
11205 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
11206 (flyspell-word, flyspell-display-next-corrections):
11207 * textmodes/bibtex.el (bibtex-print-help-message):
11208 * textmodes/artist.el (artist-key-set-point-poly):
11209 * term/mac-win.el (mac-services-insert-text):
11210 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
11211 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
11212 (vhdl-port-paste-testbench, vhdl-compose-new-component)
11213 (vhdl-compose-configuration):
11214 * progmodes/sh-script.el (sh-blink, sh-show-indent)
11215 (sh-set-indent, sh-learn-line-indent):
11216 * progmodes/ps-mode.el (ps-mode-target-column):
11217 * progmodes/idlwave.el (idlwave-make-tags)
11218 (idlwave-scan-library-catalogs):
11219 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
11220 * progmodes/gud.el (gud-jdb-analyze-source):
11221 * progmodes/flymake.el (flymake-log):
11222 * progmodes/ebnf2ps.el (ebnf-generate-region):
11223 * progmodes/cmacexp.el (c-macro-expansion):
11224 * progmodes/ada-xref.el (ada-treat-cmd-string):
11225 * progmodes/ada-mode.el (ada-create-case-exception-substring)
11226 (ada-justified-indent-current, ada-batch-reformat):
11227 * play/zone.el (zone):
11228 * play/landmark.el (lm-move):
11229 * play/decipher.el (decipher-show-alphabet):
11230 * net/newsticker.el (newsticker--display-jump)
11231 (newsticker--display-scroll):
11232 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
11233 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
11234 * mail/feedmail.el (feedmail-dump-message-to-queue):
11235 * eshell/esh-proc.el (eshell-remove-process-entry):
11236 * emulation/ws-mode.el (ws-last-error):
11237 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
11238 (viper-record-kbd-macro):
11239 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
11240 * emacs-lisp/lisp-mnt.el (lm-report-bug):
11241 * emacs-lisp/find-func.el (find-function-noselect):
11242 * calendar/timeclock.el (timeclock-status-string)
11243 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
11244 (timeclock-when-to-leave-string):
11245 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
11246 * calc/calc-units.el (calc-enter-units-table):
11247 * calc/calc-mode.el (calc-mode-record-mode):
11248 * woman.el (woman-mini-help):
11249 * wdired.el (wdired-change-to-wdired-mode):
11250 * vc.el (vc-retrieve-snapshot):
11251 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
11252 * startup.el (display-startup-echo-area-message):
11253 * simple.el (set-goal-column):
11254 * ses.el (ses-command-hook, ses-recalculate-cell):
11255 * server.el (server-process-filter):
11256 * printing.el (pr-interface-txt-print, pr-interface-printify)
11257 (pr-interface-ps):
11258 * pcvs.el (cvs-help):
11259 * log-edit.el (log-edit, log-edit-mode-help):
11260 * iswitchb.el (iswitchb-possible-new-buffer):
11261 * isearch.el (isearch-edit-string):
11262 * image-mode.el (image-mode, image-minor-mode):
11263 * ibuf-macs.el (define-ibuffer-filter):
11264 * hi-lock.el (hi-lock-find-patterns):
11265 * files.el (toggle-read-only):
11266 * ediff-util.el (ediff-copy-diff)
11267 (ediff-write-merge-buffer-and-maybe-kill):
11268 * echistory.el (Electric-history-undefined):
11269 * dnd.el (dnd-insert-text):
11270 * dired-aux.el (dired-query):
11271 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11272 * bookmark.el (bookmark-bmenu-locate):
11273 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11274 Fix `message' calls to ensure first arg is a format string.
11275 The change was made only when these two conditions were satisfied:
11276 [1] when there is a possibility that the arguments would cause an error
11277 for example, if the code in question relies on external variables
11278 such as filenames, and
11279 [2] if the arg to `message' could not have been nil in the code.
11280
11281 * pcomplete.el (pcomplete--help): Fix `message' format spec.
11282 Not having a %s would be weird, though not technically wrong.
11283
11284 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11285
11286 * term/mac-win.el (mac-add-charset-info): Doc fix.
11287
11288 2005-09-17 Romain Francoise <romain@orebokech.com>
11289
11290 * shell.el (shell-resync-dirs): Handle echoing processes more
11291 reliably. Don't insert resync command if `comint-process-echoes'
11292 is non-nil.
11293
11294 2005-09-17 Magnus Henoch <mange@freemail.hu>
11295
11296 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11297 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11298 aspell versions >= 0.60.
11299 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11300 only if ispell-aspell-supports-utf8 is non-nil.
11301
11302 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11303
11304 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11305 buffer-local value to lisp-indent-function.
11306
11307 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11308
11309 * progmodes/glasses.el (glasses-make-readable): If
11310 glasses-separator differs from underscore, put appropriate
11311 overlays over underscore characters.
11312 (glasses-convert-to-unreadable): If glasses-separator differs from
11313 underscore, try to convert glasses-separator characters to
11314 underscores.
11315
11316 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11317
11318 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11319 Use with-syntax-table and dolist.
11320
11321 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11322
11323 * textmodes/reftex-auc.el:
11324 * textmodes/reftex-cite.el:
11325 * textmodes/reftex-dcr.el:
11326 * textmodes/reftex-global.el:
11327 * textmodes/reftex-parse.el:
11328 * textmodes/reftex-ref.el:
11329 * textmodes/reftex-sel.el:
11330 * textmodes/reftex-toc.el:
11331 * textmodes/reftex-vars.el:
11332 * textmodes/reftex.el: Small changes to remove compiler warnings.
11333
11334 * textmodes/reftex-index.el: Likewise.
11335 (reftex-query-index-phrase): More efficient use of markers.
11336
11337 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11338
11339 * image.el (image-load-path): New variable.
11340 (image-search-load-path): New function.
11341 (find-image): Search for images in `image-load-path'.
11342
11343 2005-09-15 Richard M. Stallman <rms@gnu.org>
11344
11345 * follow.el: Change Maintainer field.
11346
11347 2005-09-15 David Ponce <david@dponce.com>
11348
11349 * recentf.el (recentf-save-file-modes): New option.
11350 (recentf-save-list): Use it.
11351
11352 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11353
11354 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11355 (mode-line-mule-info, mode-line-modified): Move bindings from
11356 mouse-3 to mouse-1.
11357
11358 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11359
11360 * simple.el (sendmail-user-agent-compose): Revert last change.
11361
11362 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11363
11364 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11365 Use with-current-buffer.
11366 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11367 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11368 (ange-ftp-insert-directory): Remove unused var `short'.
11369 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11370
11371 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11372 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11373
11374 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11375 (check-calendar-holidays, diary-list-entries): Autoload.
11376 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11377 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11378
11379 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11380 which mistakenly removed a call to display-buffer.
11381
11382 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11383
11384 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11385
11386 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11387
11388 * progmodes/hideshow.el
11389 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11390 (hs-allow-nesting): New user var.
11391 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11392 (hs-hide-block-at-point): When nesting allowed,
11393 if there is already an overlay in place, delete it.
11394 (hs-safety-is-job-n): Delete func; remove call sites.
11395 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11396 (hs-overlay-at): New func.
11397 (hs-already-hidden-p, hs-show-block): Use it.
11398 (hs-hide-all): Don't pre-clean if nesting allowed.
11399 (hs-show-all): Temporarily disallow
11400 nesting around call to `hs-discard-overlays'.
11401
11402 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11403
11404 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11405 Delete unused local var.
11406
11407 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11408
11409 * help-fns.el (describe-categories): "?\ " -> "?\s".
11410 (help-do-arg-highlight): Recognize also ARG-n, as in
11411 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11412
11413 * international/codepage.el (dos-unsupported-char-glyph):
11414 * net/newsticker.el (tool-bar-map, w3-mode-map)
11415 (w3m-minor-mode-map):
11416 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11417 (ent-alist):
11418 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11419
11420 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11421
11422 * custom.el (custom-push-theme): Handle the case where a symbol is
11423 bound but face properties have not yet been assigned.
11424
11425 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11426 Fix behavior if noerase is `t' and there is no mail buffer.
11427
11428 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11429 if `continue' is nil, rather than signal an error.
11430
11431 2005-09-12 Richard M. Stallman <rms@gnu.org>
11432
11433 * font-lock.el (font-lock-keywords): Add autoload.
11434
11435 * help-fns.el (describe-variable): Rearrange to put source link
11436 in a predictable place.
11437
11438 * net/newsticker.el: New file.
11439
11440 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11441
11442 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11443 (calendar-basic-setup): Use the new nil arg.
11444 (number-of-diary-entries): Move to diary-lib.el.
11445
11446 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11447 (diary-list-entries): Use with-syntax-table and dolist.
11448 Rename from list-diary-entries.
11449 Use number-of-diary-entries if `number' is nil.
11450 (diary, diary-view-entries): Use this new name and new nil arg value.
11451 (number-of-diary-entries): Move from calendar.el.
11452 (diary-unhide-everything): New function.
11453 (include-other-diary-files, fancy-diary-display)
11454 (diary-show-all-entries, make-diary-entry): Use it.
11455 (diary-mail-entries): Use buffer-string.
11456 (mark-diary-entries): Fix long standing paren typo.
11457 (diary-sexp-entry): Use count-lines.
11458 (make-diary-entry): Avoid `previous-line'.
11459 (diary-mode-map): New var.
11460 (diary-mode): Redraw cal after saving. Setup header-line.
11461 (fancy-diary-display-mode): Use local-set-key.
11462
11463 * startup.el (command-line): Try calling various terminal-init-foo-bar
11464 functions by stripping hyphenated suffixes from $TERM.
11465
11466 * files.el (normal-mode): Check boundness of font-lock-keywords.
11467
11468 2005-09-12 Richard M. Stallman <rms@gnu.org>
11469
11470 * progmodes/compile.el: Don't decide a file's directory
11471 until the user actually tries to go there.
11472 (compilation-next-error-function):
11473 Pass compilation-find-file the directory from the file-struct.
11474 (compilation-internal-error-properties): Separate local FILE-STRUCT
11475 from FILE. Doc the args better. Rename arg FMT to FMTS.
11476 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11477 Expand it, and if nil, use default-directory.
11478 (compilation-get-file-structure): Don't mix specified directory
11479 with default directory. Put specified directory into
11480 file-struct. Don't make the file name absolute.
11481
11482 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11483 (compile-command): Add autoload.
11484 (compilation-disable-input): Add autoload.
11485
11486 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11487
11488 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11489 strings of the variables it can override.
11490 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11491 %Q and %q, for fully-qualified domain name and unqualified host name.
11492
11493 2005-09-11 Kim F. Storm <storm@cua.dk>
11494
11495 * emacs-lisp/authors.el (authors-aliases): Update list.
11496 (authors-fixed-entries): Update mldrag.el entry.
11497
11498 2005-09-10 Alan Mackenzie <acm@muc.de>
11499
11500 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11501 from the region narrowed to.
11502
11503 2005-09-10 Magnus Henoch <mange@freemail.hu>
11504
11505 * textmodes/ispell.el (ispell-check-version): Signal an error if
11506 aspell version is less than 0.60.
11507
11508 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11509
11510 * progmodes/octave-inf.el (inferior-octave-startup):
11511 Resync current dir at the end.
11512
11513 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11514
11515 * woman.el (woman-topic-at-point-default):
11516 Rename to woman-use-topic-at-point-default.
11517 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11518 (woman-file-name): Reflect renames above. Automatically use the
11519 word at point as topic if woman-use-topic-at-point is non-nil.
11520 Otherwise offer it as default but don't insert it in the
11521 minibuffer. Also use `test-completion' instead of `assoc' as
11522 suggested by Stefan Monnier.
11523
11524 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11525
11526 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11527 the attempt to do it over Tramp. This is not yet supported.
11528
11529 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11530
11531 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11532 (menu-bar-non-minibuffer-window-p): New functions.
11533 ("Split Window", "Save As..."): Use them.
11534 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11535 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11536 Use menu-bar-menu-frame-live-and-visible-p.
11537 ("Save Buffer", "Insert File", "Open Directory...")
11538 ("Open File...", "Visit New File..."):
11539 Use menu-bar-non-minibuffer-window-p.
11540 (kill-this-buffer-enabled-p, dired <menu-enable>):
11541 Use menu-bar-non-minibuffer-window-p.
11542
11543 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11544
11545 * cus-start.el (all): Don't complain about fringe-related
11546 built-ins if fringes are not supported. Ditto about
11547 selection-related built-ins. Fix the test for GTK-related built-ins.
11548
11549 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11550 ("Postscript Print Buffer", "Print Region", "Save As...")
11551 ("Save", "Insert File...", "Open Directory...")
11552 ("Open File...", "Visit New File..."")
11553 ("Truncate Long Lines in this Buffer"): Don't look at
11554 menu-updating-frame if this display does not support multiple frames.
11555
11556 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11557
11558 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11559
11560 2005-09-09 Emilio Lopes <eclig@gmx.net>
11561
11562 * woman.el: Format- and whitespace-related changes.
11563
11564 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11565
11566 * woman.el: Fix my email address.
11567
11568 2005-09-08 Richard M. Stallman <rms@gnu.org>
11569
11570 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11571 (sh-mode): Locally set skeleton-pair-default-alist.
11572
11573 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11574
11575 * progmodes/flymake.el: Require `compile' unconditionally.
11576
11577 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11578
11579 * woman.el (woman-file-name): Provide a default, not initial input.
11580
11581 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11582
11583 * font-lock.el (font-lock-support-mode): Doc fix.
11584
11585 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11586
11587 2005-09-08 Richard M. Stallman <rms@gnu.org>
11588
11589 * simple.el (blink-matching-open): Get rid of text props from
11590 the string shown in echo area. Don't permanently set point.
11591 Some rearrangements.
11592
11593 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11594
11595 * recentf.el (recentf-filename-handler): Add custom choice
11596 `abbreviate-file-name'.
11597
11598 * msb.el (msb--very-many-menus): Fix typo.
11599
11600 * disp-table.el (standard-display-european): Don't set
11601 enable-multibyte-characters to nil.
11602
11603 2005-09-08 David Ponce <david@dponce.com>
11604
11605 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11606 (recentf-expand-file-name): Doc fix.
11607 (recentf-dialog-mode-map): Define digit shortcuts.
11608 (recentf--files-with-key): New variable.
11609 (recentf-show-digit-shortcut-filter): New function.
11610 (recentf-open-files-items): New function.
11611 (recentf-open-files): Use it.
11612 (recentf-open-file-with-key): New command.
11613
11614 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11615
11616 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11617 Suggested by Kim F. Storm.
11618 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11619 (Buffer-menu-make-sort-button): Use global keymap.
11620
11621 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11622
11623 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11624 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11625 necessary any longer with the remapped command.
11626 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11627 formatting time only.
11628
11629 * net/tramp.el (tramp-action-password)
11630 (tramp-multi-action-password): Compile the password prompt from
11631 `method', `user' and `host'. Sometimes it isn't obvious which
11632 password to enter, for example with remote files offered by
11633 recentf.el, or with multiple steps. Suggested by Robert Marshall
11634 <robert@chezmarshall.freeserve.co.uk>.
11635
11636 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11637
11638 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11639 Fix regexp for when "s///" is at the beginning of line.
11640
11641 2005-09-07 Jay Belanger <belanger@truman.edu>
11642
11643 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11644 when in matrix mode.
11645
11646 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11647
11648 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11649 non-anonymous functions.
11650
11651 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11652
11653 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11654 when using a header line. Otherwise, use mouse-1-click-follows-link.
11655
11656 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11657 can't be moved; don't signal an error.
11658
11659 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11660
11661 * cus-theme.el (custom-theme-write-faces): Save the current face
11662 spec, not the defface spec.
11663
11664 * custom.el (custom-known-themes): Clarify meaning of "standard".
11665 (custom-push-theme): Save old values in the standard theme.
11666 (disable-theme): Correct typo.
11667 (custom-face-theme-value) Deleted unused function.
11668 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11669
11670 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11671
11672 * progmodes/compile.el (compilation-goto-locus): Take into account
11673 iconified frames when determining whether the buffer is
11674 already visible.
11675 Don't reset window height if the window already existed.
11676
11677 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11678
11679 * custom.el (load-theme): Rename from require-theme.
11680 Add interactive spec.
11681 (enable-theme): Rename from custom-enable-theme.
11682 Add interactive spec.
11683 (disable-theme): Rename from custom-disable-theme.
11684 Add interactive spec.
11685 (custom-make-theme-feature): Doc fix.
11686 (custom-theme-directory): Doc fix.
11687 (provide-theme): Call enable-theme.
11688
11689 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11690
11691 * obsolete/lazy-lock.el (lazy-lock-mode):
11692 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11693 font-lock-mode if it's off. Print a warning instead.
11694
11695 * progmodes/compile.el (compilation-start): Ignore errors if the
11696 process died before we get to send-eof.
11697
11698 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11699 Undo last change. Enclosing the result in quotes broke things on Unix
11700 since tex-send-command passes it through shell-quote-argument.
11701 (tex-send-command): Pass `file' through convert-standard-filename
11702 when possible.
11703 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11704 info in a transcript.
11705
11706 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11707
11708 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11709 fix compilation warning. Reorder the key definitions to group
11710 together keys emitted by the current version of xterm.
11711
11712 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11713 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11714 Reorder predicates to correct min-color usage.
11715
11716 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11717
11718 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11719 Kill local variables when longlines-mode is turned off.
11720
11721 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11722
11723 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11724
11725 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11726
11727 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11728
11729 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11730 (font-lock-lines-before): Change default to being inactive.
11731 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11732 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11733
11734 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11735
11736 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11737 Deactivate temporarily advice if active (not needed for Emacs 22,
11738 but for backwards compatibility).
11739 (tramp-exists-file-name-handler): Rewrite. First implementation
11740 was too simple.
11741 (tramp-advice-make-auto-save-file-name):
11742 Call `tramp-handle-make-auto-save-file-name' (again, just for
11743 backwards compatibility).
11744
11745 2005-08-31 Reto Zimmermann <reto@gnu.org>
11746
11747 * progmodes/vhdl-mode.el
11748 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11749 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11750 (vhdl-set-default-project): New function (easier setting of default).
11751 (vhdl-port-copy): Handle extended identifiers for generics.
11752 (vhdl-compiler-alist): Better description for error message regexp.
11753 (vhdl-make): Query for target, use previous as default.
11754 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11755 (vhdl-font-lock-keywords-2): Fix fontification for record
11756 el. assign.
11757 (vhdl-speedbar-make-subpack-line): Add package body link.
11758 (vhdl-generate-makefile-1): Not include itself as dependency.
11759 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11760 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11761 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11762 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11763 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11764 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11765 (vhdl-import-project): Add string argument for `error'.
11766 (vhdl-compose-configuration)
11767 (vhdl-compose-configuration-architecture): Add configuration
11768 declaration generation.
11769 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11770 (vhdl-trailer-re): Add "record" keyword (better indentation).
11771 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11772 "[^ \t-\"]+".
11773 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11774 (vhdl-testbench-entity-file-name)
11775 (vhdl-testbench-architecture-file-name): Allow separate
11776 customization of testbench file names.
11777 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11778 (vhdl-get-visible-signals): Allow newline within alias declaration.
11779 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11780 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11781 (member-ignore-case): Alias for missing function in XEmacs.
11782 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11783 (vhdl-update-sensitivity-list): Ignore case on read signals.
11784 (vhdl-replace-string): Adjust case only for file names.
11785 (vhdl-update-sensitivity-list): Fix search for read signals.
11786 (vhdl-update-sensitivity-list): Exclude formal parameters.
11787 (vhdl-get-visible-signals): Include aliases of signals.
11788 (vhdl-get-visible-signals): Fix signal name searching.
11789 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11790 (vhdl-fixup-whitespace-region): Fix for character
11791 literals (e.g. `:').
11792
11793 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11794
11795 * ansi-color.el (comint-last-output-start):
11796 * bs.el (font-lock-verbose):
11797 * diff-mode.el (add-log-buffer-file-name-function):
11798 * dired-x.el (vm-folder-directory):
11799 * faces.el (help-xref-stack-item):
11800 * files.el (font-lock-keywords):
11801 * find-lisp.el (dired-buffers, dired-subdir-alist):
11802 * ido.el (cua-inhibit-cua-keys):
11803 * log-view.el (cvs-minor-wrap-function):
11804 * outline.el (font-lock-warning-face):
11805 * simple.el (compilation-current-error):
11806 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11807 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11808 * tooltip.el (comint-prompt-regexp):
11809 * w32-fns.el (explicit-shell-file-name):
11810 * term/mac-win.el (mac-charset-info-alist)
11811 (mac-services-selection, mac-system-script-code):
11812 * term/tty-colors.el (msdos-color-values):
11813 * term/w32-win.el (xlfd-regexp-registry-subnum):
11814 * term/x-win.el (x-keysym-table, x-selection-timeout)
11815 (x-session-id, x-session-previous-id):
11816 * textmodes/ispell.el (mail-yank-prefix):
11817 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11818 * textmodes/org.el (calc-embedded-close-formula)
11819 (calc-embedded-open-formula)
11820 (font-lock-unfontify-region-function):
11821 * textmodes/reftex-global.el (isearch-next-buffer-function)
11822 (TeX-master):
11823 * textmodes/reftex.el (font-lock-keywords):
11824 * textmodes/tex-mode.el (font-lock-comment-face)
11825 (font-lock-doc-face):
11826 * textmodes/texinfo.el (outline-heading-alist):
11827 Add defvars.
11828
11829 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11830 (artist-spray-chars, artist-mode-init, artist-replace-string)
11831 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11832 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11833 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11834
11835 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11836 (conf-align-assignments): "?\ " -> "?\s".
11837
11838 * textmodes/reftex-index.el (TeX-master): Add defvar.
11839 (reftex-index-phrases-marker): Move up defvar.
11840
11841 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11842 (reftex-toc-include-labels-indicator)
11843 (reftex-toc-include-index-indicator)
11844 (reftex-toc-max-level-indicator): Move up declarations.
11845
11846 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11847 of args to `tramp-run-real-handler', even if it's empty in this case.
11848
11849 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11850
11851 * dired.el (dired-move-to-filename-regexp): Add date format for
11852 Mac OS X 10.3 in East Asian locales.
11853
11854 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11855
11856 * files.el (make-auto-save-file-name): Add file name handler call
11857 if applicable.
11858
11859 * net/tramp.el (tramp-file-name-handler-alist)
11860 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11861 (tramp-handle-make-auto-save-file-name): Rename from
11862 `tramp-make-auto-save-file-name'.
11863 (tramp-exists-file-name-handler): New defun.
11864 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11865 `make-auto-save-file-name' is not a magic file name operation.
11866
11867 2005-08-30 Richard M. Stallman <rms@gnu.org>
11868
11869 * files.el (risky-local-variable-p):
11870 Match `-predicates' and `-commands.
11871
11872 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11873 (custom-save-all): Visit the file if necessary;
11874 kill the buffer if we created it.
11875 (custom-save-delete): Don't visit file or kill buffer here.
11876
11877 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11878
11879 * textmodes/org.el (org-special-keyword): New face.
11880 (org-table-copy-down, org-table-eval-formula)
11881 (org-table-recalculate, org-init-section-numbers):
11882 Use `string-to-number' instead of `string-to-int'.
11883 (org-get-location): Use `insert-buffer-substring' instead of
11884 `insert-buffer'.
11885 (org-modify-diary-entry-string): New function.
11886 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11887 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11888 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11889 active region.
11890 (org-export-as-html): Handle QUOTE keyword.
11891 (org-quote-string): New option.
11892 (org-bookmark-jump-unhide): New function, used for
11893 `bookmark-after-jump-hook'.
11894 (org-diary-default-entry): Apply only when not called through
11895 `org-agenda'.
11896
11897 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11898
11899 * net/eudc.el (mode-popup-menu):
11900 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11901 * progmodes/ada-mode.el (compile-auto-highlight)
11902 (skeleton-further-elements):
11903 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11904 * progmodes/cmacexp.el (msdos-shells):
11905 * progmodes/compile.el (font-lock-extra-managed-props)
11906 (font-lock-keywords, font-lock-maximum-size)
11907 (font-lock-support-mode):
11908 * progmodes/grep.el (font-lock-lines-before):
11909 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11910 * progmodes/mixal-mode.el (compile-command):
11911 * progmodes/perl-mode.el (font-lock-comment-face)
11912 (font-lock-doc-face, font-lock-string-face):
11913 * progmodes/prolog.el (comint-prompt-regexp):
11914 * progmodes/sh-script.el (font-lock-comment-face)
11915 (font-lock-set-defaults, font-lock-string-face):
11916 * progmodes/sql.el (font-lock-keyword-face)
11917 (font-lock-set-defaults, font-lock-string-face):
11918 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11919 (itimer-version, lazy-lock-defer-contextually)
11920 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11921 Add defvars.
11922
11923 * progmodes/cperl-mode.el (cperl-electric-lbrace)
11924 (cperl-electric-keyword, cperl-electric-pod)
11925 (cperl-electric-backspace, cperl-forward-re)
11926 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11927 (vc-rcs-header, vc-sccs-header): Add defvars.
11928
11929 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11930 (font-lock-syntactic-keywords, gud-find-expr-function):
11931 Add defvars.
11932
11933 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11934 (gdb-frame-parameters): Declare before use.
11935
11936 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11937 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11938 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11939 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11940
11941 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11942 (idlwave-help-with-source): Use `insert-buffer-substring', not
11943 `insert-buffer'.
11944
11945 2005-08-29 Juri Linkov <juri@jurta.org>
11946
11947 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11948 Put outline-back-to-heading function call inside save-excursion.
11949
11950 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
11951
11952 * man.el (Man-init-defvars, Man-translate-references)
11953 (Man-support-local-filenames, Man-highlight-references):
11954 * progmodes/sql.el (sql-interactive-mode):
11955 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11956
11957 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11958 (compilation-mode-font-lock-keywords): Add defvars.
11959 (checkdoc-interactive-loop): "?\ " -> "?\s".
11960
11961 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11962 (font-lock-doc-face, font-lock-string-face)
11963 (font-lock-keywords-case-fold-search): Add defvars.
11964 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11965
11966 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11967 Don't pass X and Y (they are ignored anyway).
11968 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11969 (mouse-delete-window): Make arguments optional.
11970
11971 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11972 (caesar-translate-table, minor-modes, news-buffer-save)
11973 (news-group-name, news-minor-modes): Add defvars.
11974
11975 * emacs-lisp/lselect.el (mouse-highlight-priority)
11976 (x-lost-selection-functions, zmacs-regions):
11977 * emacs-lisp/pp.el (font-lock-verbose):
11978 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11979 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11980 (ses-mode-map):
11981 * emacs-lisp/tcover-unsafep.el (safe-functions):
11982 * international/mule-cmds.el (mac-system-coding-system)
11983 (mac-system-locale):
11984 * language/ethio-util.el (rmail-current-message)
11985 (rmail-message-vector):
11986 * language/thai-util.el (thai-auto-composition-mode):
11987 * mail/metamail.el (rmail-current-message, rmail-message-vector):
11988 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11989 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11990 (vm-primary-inbox, vm-spool-files):
11991 * mail/rmail.el (deleted-head, font-lock-fontified)
11992 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11993 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11994 (total-messages):
11995 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11996 (rmail-summary-mode-map):
11997 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11998 (rmail-last-label, rmail-last-multi-labels)
11999 (rmail-summary-vector, rmail-total-messages):
12000 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
12001 * mail/rmailsum.el (msgnum):
12002 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
12003 (rmail-current-message):
12004 * obsolete/fast-lock.el (font-lock-face-list):
12005 * obsolete/rnewspost.el (mail-reply-buffer):
12006 * obsolete/scribe.el (compile-command):
12007 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
12008
12009 2005-08-28 John Paul Wallington <jpw@gnu.org>
12010
12011 * ibuf-ext.el (ibuffer-auto-update-changed):
12012 Use `frame-or-buffer-changed-p' to check whether we need to update.
12013 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
12014 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
12015 as a `frame-or-buffer-changed-p' state vector instead.
12016
12017 2005-08-27 Romain Francoise <romain@orebokech.com>
12018
12019 * textmodes/makeinfo.el (makeinfo-compile):
12020 Use `compilation-start'. Set `next-error-function' according to
12021 `disable-errors'.
12022 (makeinfo-next-error): New function.
12023 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
12024 (makeinfo-buffer): Likewise.
12025
12026 * progmodes/compile.el (compilation-start): Add autoload cookie.
12027
12028 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
12029 * textmodes/sgml-mode.el: Likewise.
12030 * progmodes/python.el: Likewise.
12031
12032 2005-08-27 Eli Zaretskii <eliz@gnu.org>
12033
12034 * simple.el (blink-matching-paren-distance): Document the meaning
12035 of nil value, and allow to customize to nil.
12036
12037 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
12038 command.com, not command.exe.
12039
12040 2005-08-26 John Wiegley <johnw@newartisans.com>
12041
12042 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
12043 code around a bit so that an extraneous nil argument is not added
12044 to a command when no args are given.
12045
12046 * eshell/esh-arg.el (eshell-parse-double-quote): If a
12047 double-quoted argument resolves to nil, return it as an empty
12048 string rather than as nil. This made it impossible to pass "" to
12049 a shell script as a null string argument.
12050
12051 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
12052
12053 * outline.el (outline-invent-heading): New fun.
12054 (outline-promote, outline-demote): Use it.
12055 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
12056 (outline-end-of-subtree): Remove unused var `opoint'.
12057
12058 2005-08-26 David Reitter <david.reitter@gmail.com>
12059
12060 * menu-bar.el (truncate-lines, write-file, print-buffer)
12061 (ps-print-buffer-faces, ps-print-buffer, split-window):
12062 Disable menu items when the frame they refer to is invisible, or when
12063 they refer to a buffer and the minibuffer is selected.
12064
12065 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
12066
12067 * progmodes/flymake.el (flymake-highlight-err-lines):
12068 Use save-excursion around flymake-highlight-line to preserve point.
12069
12070 2005-08-26 Eli Zaretskii <eliz@gnu.org>
12071
12072 * progmodes/octave-mod.el: Change Author and Maintainer address.
12073 (octave-maintainer-address): Change Kurt's email address.
12074 * progmodes/octave-inf.el: Change Author and Maintainer address.
12075 * progmodes/octave-hlp.el: Change Author and Maintainer address.
12076
12077 2005-08-26 Kim F. Storm <storm@cua.dk>
12078
12079 * subr.el (version-list-<, version-list-<=, version-list-=):
12080 Rename from integer-list-*.
12081 (version-list-not-zero): Likewise. Fix while loop.
12082 (version=): Use version-list-= instead of string-equal.
12083
12084 2005-08-26 Richard M. Stallman <rms@gnu.org>
12085
12086 * outline.el (outline-promote): Try shortening the heading.
12087 As last resort, read the heading to use.
12088 (outline-demote): As last resort, read the heading to use.
12089
12090 2005-08-26 Romain Francoise <romain@orebokech.com>
12091
12092 * progmodes/compile.el (compilation-start): Doc fix.
12093
12094 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
12095 (antlr-font-lock-additional-keywords): Fix reference to
12096 `antlr-font-lock-literal-regexp' erroneously changed during the
12097 mass face rename.
12098 (antlr-run-tool): Use `compilation-start'.
12099
12100 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
12101 instead of the obsolete `compile-internal'.
12102
12103 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
12104
12105 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
12106 (number, original-date):
12107 * calendar/cal-china.el (date):
12108 * calendar/cal-coptic.el (date):
12109 * calendar/cal-french.el (date):
12110 * calendar/cal-hebrew.el (date, entry, number, original-date):
12111 * calendar/cal-islam.el (date, number, original-date):
12112 * calendar/cal-iso.el (date):
12113 * calendar/cal-julian.el (date):
12114 * calendar/cal-mayan.el (date):
12115 * calendar/cal-menu.el (date, event):
12116 * calendar/cal-persia.el (date):
12117 * calendar/lunar.el (date):
12118 * calendar/solar.el (date): Add defvars.
12119
12120 * emerge.el:
12121 * ibuffer.el:
12122 * info-xref.el:
12123 * obsolete/bg-mouse.el:
12124 * obsolete/sun-curs.el:
12125 * obsolete/swedish.el: Move the `defvar's to the top level.
12126
12127 * smerge-mode.el (smerge-refined-change): Add :group.
12128
12129 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
12130
12131 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
12132 (smerge-keep-n): Remove props.
12133 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
12134 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
12135 now that it's done in smerge-keep-n.
12136 (smerge-refined-change): New face.
12137 (smerge-refine-chopup-region, smerge-refine-highlight-change)
12138 (smerge-refine): New funs.
12139 (smerge-basic-map): Bind smerge-refine.
12140
12141 2005-08-25 Juri Linkov <juri@jurta.org>
12142
12143 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
12144 compilation-process-setup-function and compilation-disable-input
12145 in grep-mode instead of let-bindings in grep.
12146
12147 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
12148 Delete "Automatic File De/compression" (auto-compression-mode).
12149
12150 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
12151
12152 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
12153 Silence warning about non-existent variable.
12154
12155 2005-08-25 Richard M. Stallman <rms@gnu.org>
12156
12157 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
12158 Rename "Describe Key" to "Describe Key or Mouse Operation".
12159
12160 * mail/mailalias.el (build-mail-aliases): Delete comments
12161 from the contents before processing them.
12162
12163 * isearch.el (isearch-edit-string): Erase the Search prompt
12164 if user enters an empty string and there is no default.
12165
12166 * comint.el (comint-file-name-prefix): Add autoload.
12167
12168 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
12169
12170 * subr.el (play-sound): Rearrange to avoid warning.
12171
12172 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
12173
12174 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
12175 New hook.
12176 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
12177
12178 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12179
12180 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
12181
12182 * custom.el (custom-theme-set-variables): Sort minor modes last.
12183
12184 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12185
12186 * subr.el (version-separator, version-regexp-alist): New vars used by
12187 version comparison funs.
12188 (integer-list-<, integer-list-=, integer-list-<=)
12189 (integer-list-not-zero): New funs for integer list comparison.
12190 (version-to-list, version=, version<, version<=): New funs for version
12191 comparison.
12192
12193 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
12194
12195 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
12196 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
12197 time to silence the byte-compiler.
12198
12199 * ibuffer.el (ibuffer-compile-make-eliding-form)
12200 (ibuffer-check-formats): Use `with-no-warnings' to hide references
12201 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
12202 so it's silly to get warnings for it).
12203 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
12204 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
12205 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
12206 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
12207 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
12208 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
12209 Defvar at compile time.
12210 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
12211 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
12212 Declare them before use.
12213
12214 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
12215 (info-xref-good, info-xref-bad): Defvar at compile time.
12216
12217 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
12218 Use `let*' instead of `let'.
12219
12220 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
12221 (*mouse-y*, menu, char): Defvar at compile time.
12222 (sc::menu): Declare it before use.
12223 (sc::pack-one-line): Use `let', not `let*'.
12224
12225 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
12226 (mail-send-hook): Defvar at compile time.
12227
12228 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
12229 Defvar at compile time.
12230
12231 * term/sun-mouse.el (current-global-mousemap)
12232 (current-local-mousemap): Declare them before use.
12233
12234 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
12235
12236 * bookmark.el (bookmark-after-jump-hook): New hook.
12237 (bookmark-jump): Run `bookmark-after-jump-hook'.
12238
12239 2005-08-23 Juri Linkov <juri@jurta.org>
12240
12241 * faces.el (minibuffer-prompt): Doc fix.
12242
12243 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
12244
12245 * progmodes/xscheme.el: Trivial changes to silence warnings.
12246 (xscheme-previous-mode, xscheme-previous-process-state):
12247 Add defvars.
12248 (xscheme-last-input-end, xscheme-process-command-line)
12249 (xscheme-process-name, xscheme-buffer-name)
12250 (xscheme-expressions-ring-max, xscheme-expressions-ring)
12251 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
12252 (xscheme-control-g-synchronization-p)
12253 (xscheme-control-g-disabled-p, xscheme-string-receiver)
12254 (default-xscheme-runlight, xscheme-runlight)
12255 (xscheme-runlight-string, xscheme-process-filter-state)
12256 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
12257 Move to beginning of file.
12258 (scheme-interaction-mode-commands-alist)
12259 (scheme-interaction-mode-map, scheme-debugger-mode-map):
12260 Declare them before use. Note: the initialization code for the variables
12261 has not been moved because it uses functions that reference the variables.
12262 (xscheme-control-g-message-string, xscheme-process-filter-alist)
12263 (xscheme-prompt-for-expression-map): Declare them before use.
12264 (scheme-debugger-mode-commands): "?\ " -> "?\s".
12265
12266 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12267
12268 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12269
12270 2005-08-22 Juri Linkov <juri@jurta.org>
12271
12272 * faces.el (set-face-underline): Delete this duplicate function
12273 and make an obsolete alias to set-face-underline-p.
12274 (set-face-underline-p): Use docstring of set-face-underline.
12275 (describe-face): Create hyperlink to parent face.
12276
12277 * info.el (Info-insert-dir): Use save-excursion around
12278 insert-buffer-substring.
12279 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12280 (Info-escape-percent): Delete function.
12281 (Info-fontify-node): Replace Info-escape-percent by
12282 replace-regexp-in-string with REP arg set to lambda that
12283 duplicates `%' and preserves text properties.
12284
12285 * progmodes/compile.el (compilation-disable-input): Doc fix.
12286 (define-compilation-mode): Doc fix and refill.
12287 (kill-compilation): Use `mode-name' in the error message.
12288 (compilation-find-file): Use `compilation-error' in the
12289 read-file-name's prompt.
12290
12291 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12292
12293 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12294 (smerge-auto-leave): Make undo re-enable the mode.
12295 (debug-ignored-errors): Add the user-error of impossible resolution.
12296 (smerge-resolve): Move things around a bit, in preparation for later.
12297 (smerge-diff): Don't fail if the buffer has no associated file.
12298 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12299 (smerge-conflict-overlay): New function.
12300 (smerge-match-conflict): Don't add text properties here.
12301 (smerge-find-conflict): Instead, add an overlay here.
12302 Also check for the case where we're inside a conflict already, so as to
12303 obviate the need for font-lock-multiline, which is unbearably slow with
12304 large conflicts and ciomplex font-lock patterns.
12305 (smerge-remove-props): Remove overlay rather than text-properties.
12306 (smerge-mode): Don't set font-lock-multiline.
12307 Remove overlays when turned off.
12308
12309 2005-08-21 Kim F. Storm <storm@cua.dk>
12310
12311 * ido.el (ido-ignore-item-p): Use save-match-data.
12312 Bind case-fold-search to ido-case-fold locally.
12313
12314 2005-08-20 Richard M. Stallman <rms@gnu.org>
12315
12316 * files.el (normal-mode): If font lock is on, turn it off and on.
12317
12318 * subr.el (replace-regexp-in-string): Doc fix.
12319
12320 * startup.el (command-line-1): Don't suppress startup screen
12321 due to existing processes.
12322
12323 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12324
12325 * progmodes/compile.el (compilation-disable-input): Default to nil.
12326
12327 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12328
12329 * progmodes/compile.el (compilation-disable-input): New defcustom.
12330 (compilation-start): If compilation-disable-input is non-nil, send
12331 EOF to the compilation process.
12332
12333 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12334
12335 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12336 Run the argument of tex-shell-cd-command through
12337 convert-standard-filename, to get the correct style of slashes on
12338 Windows, and enclose the result in quotes, in case the file name
12339 includes whitespace or other special characters.
12340
12341 2005-08-19 Andreas Schwab <schwab@suse.de>
12342
12343 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12344 process.
12345
12346 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12347
12348 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12349
12350 2005-08-18 Kim F. Storm <storm@cua.dk>
12351
12352 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12353
12354 2005-08-18 Richard M. Stallman <rms@gnu.org>
12355
12356 * scroll-lock.el: New file.
12357
12358 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12359
12360 * dired.el (dired-move-to-end-of-filename):
12361 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12362
12363 2005-08-18 Kim F. Storm <storm@cua.dk>
12364
12365 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12366 rather than toggle mode when custom value is nil.
12367 (ido-everywhere): Fix defun doc string.
12368
12369 2005-08-17 Richard M. Stallman <rms@gnu.org>
12370
12371 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12372 as tag instead of "Inviolable".
12373
12374 2005-08-17 Kim F. Storm <storm@cua.dk>
12375
12376 * windmove.el (windmove-coordinates-of-position): Remove.
12377 (windmove-coordinates-of-window-position): Remove.
12378 (windmove-reference-loc): Use posn-at-point instead.
12379
12380 * subr.el (insert-for-yank-1): Doc fix.
12381
12382 * ido.el (ido-enter-matching-directory): Rename from
12383 ido-enter-single-matching-directory. Change `slash' choice to
12384 `only'. Add `first' choice.
12385 (ido-exhibit): Adapt to above changes.
12386
12387 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12388
12389 * Makefile.in: Expand comment about building loaddefs.el.
12390
12391 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12392
12393 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12394 Comment use of defadvice.
12395
12396 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12397
12398 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12399
12400 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12401 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12402 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12403 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12404 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12405 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12406 for backward compatibility for faces that did not appear in the
12407 previous Emacs release.
12408
12409 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12410
12411 2005-08-15 Kim F. Storm <storm@cua.dk>
12412
12413 * emulation/cua-base.el (cua-delete-region): Return t if
12414 deleted region was non-empty.
12415 (cua-replace-region): Inhibit overwrite-mode for
12416 self-insert-command if replaced region was non-empty.
12417 (cua--explicit-region-start, cua--status-string): Make them
12418 buffer-local at top-level...
12419 (cua-mode): ...rather than when mode is enabled.
12420
12421 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12422
12423 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12424 Set t for Emacs 21, 22, and so on.
12425
12426 2005-08-15 David Ponce <david@dponce.com>
12427
12428 * tree-widget.el: Update Commentary header.
12429 (tree-widget-theme): Doc fix.
12430 (tree-widget-space-width): New option.
12431 (tree-widget-image-properties): Look up in the default theme too.
12432 (tree-widget--cursors): Only for images with arrow pointer shape.
12433 (tree-widget-lookup-image): Pointer shape is hand by default.
12434 (tree-widget-icon): Rename generic icon widget from
12435 `tree-widget-control'.
12436 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12437 derive from `tree-widget-icon'.
12438 (tree-widget-handle): Improve default look and feel of the text
12439 representation.
12440 (tree-widget): Rename :*-control properties to :*-icon properties.
12441 Add :action and :help-echo properties.
12442 (tree-widget-after-toggle-functions): Move.
12443 (tree-widget-close-node, tree-widget-open-node): Remove.
12444 (tree-widget-before-create-icon-functions): New hook.
12445 (tree-widget-value-create): Update to allow customization of icons
12446 and nodes at run-time via that new hook.
12447 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12448 (tree-widget-icon-action, tree-widget-icon-help-echo)
12449 (tree-widget-action, tree-widget-help-echo): New functions.
12450
12451 2005-08-15 Kim F. Storm <storm@cua.dk>
12452
12453 * ido.el (ido-buffer-internal): Use with-no-warnings.
12454 (ido-make-merged-file-list): Use while-no-input.
12455
12456 2005-08-15 Richard M. Stallman <rms@gnu.org>
12457
12458 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12459 (flyspell-large-region): Fix doc and custom type.
12460
12461 2005-08-14 Richard M. Stallman <rms@gnu.org>
12462
12463 * files.el (interpreter-mode-alist): Doc fix.
12464
12465 * mail/rmail.el (rmail-nonignored-headers): New variable.
12466 (rmail-clear-headers): Use it.
12467 (rmail-reply): Better handling of mail-followup-to header.
12468
12469 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12470 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12471 don't try to refer to executable-font-lock-keywords.
12472 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12473 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12474 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12475 (sh-mode): Set comment-start-skip, local-abbrev-table,
12476 imenu-case-fold-search.
12477 (sh-set-shell): Don't set them here.
12478 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12479 Don't cache the results in the original alist; don't ever modify
12480 that alist.
12481
12482 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12483
12484 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12485 empty.
12486
12487 2005-08-15 Andreas Schwab <schwab@suse.de>
12488
12489 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12490
12491 * dired.el, info.el, mail/rmail.el: Revert last change.
12492
12493 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12494
12495 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12496 modification in `eval-after-load' form.
12497 * info.el: Likewise.
12498 * mail/rmail.el: Likewise.
12499
12500 2005-08-14 Juri Linkov <juri@jurta.org>
12501
12502 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12503 Remove highlighting of "Compilation started". Highlight only
12504 the word "finished" in "Compilation finished". Add highlighting
12505 of "interrupt", "killed", "terminated" and the exit code.
12506 (compilation-start): Add newline after header. Use exactly the
12507 same time stamp format as the finishing message.
12508 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12509
12510 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12511 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12512 Add highlighting of "interrupt", "killed", "terminated".
12513
12514 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12515 enabled and the current command is self-insert-command, call it
12516 explicitly with overwrite-mode bound to nil, to not allow it
12517 to delete the character after the selected region.
12518
12519 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12520
12521 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12522 move-end-of-line, end-of-line, and beginning-of-line to the list
12523 of commands after which the echo area is updated.
12524
12525 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12526
12527 * cus-edit.el (custom-save-all, custom-save-delete):
12528 Bind recentf-exclude to exclude custom-file.
12529
12530 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12531
12532 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12533 to go to the bottom of the mail message. Added to
12534 `rmail-summary-mode-map' with key "/".
12535 (rmail-summary-show-message): New (internal) function for use by
12536 both `rmail-summary-beginning/end-of-message'.
12537 (rmail-summary-beginning-of-message): Change to use
12538 rmail-summary-show-message.
12539
12540 * mail/rmail.el (rmail-end-of-message): New command to go to the
12541 end of the current message. Added to `rmail-mode-map' with key "/".
12542 (rmail-beginning-of-message): Fix to work as documented.
12543 (rmail-mode): Change documentation.
12544
12545 * progmodes/compile.el (compilation-start): Add the line
12546 "Compilation started" with compilation start time.
12547 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12548
12549 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12550
12551 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12552 of menu items.
12553
12554 2005-08-11 Richard M. Stallman <rms@gnu.org>
12555
12556 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12557
12558 * battery.el (battery-status-function): Don't use ignore-errors.
12559
12560 2005-08-11 Lute Kamstra <lute@gnu.org>
12561
12562 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12563 define-obsolete-variable-alias.
12564
12565 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12566
12567 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12568 (ange-ftp-send-cmd): Revert last change, and expand
12569 the comment explaining the problem.
12570
12571 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12572
12573 * ldefs-boot.el: Update.
12574
12575 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12576 item to "Time, Load and Mail". Change help echo text.
12577
12578 * time.el (display-time-use-mail-icon, display-time-format)
12579 (display-time-string-forms): Shorten first line of docstrings.
12580
12581 2005-08-10 Lars Hansen <larsh@soem.dk>
12582
12583 * desktop.el (desktop-buffer-mode-handlers):
12584 Make non-customizable. Add autoload cookie. Change initial value to
12585 nil; add elements in respective modules instead. Fix doc string.
12586 (desktop-load-file): New function.
12587 (desktop-minor-mode-handlers): New autoloaded variable.
12588 (desktop-create-buffer): Call minor mode handlers.
12589 Use desktop-load-file to load major and minor mode modules prior to
12590 checking for a handler.
12591 (desktop-save): Don't add nil to desktop-minor-modes for minor
12592 modes with nil function in desktop-minor-mode-table. Don't delete
12593 desktop file before rewriting it.
12594 (desktop-locals-to-save): Add autoload cookie. Don't make
12595 automatically buffer-local. Add variables column-number-mode,
12596 size-indication-mode, indent-tabs-mode,
12597 indicate-buffer-boundaries, indicate-empty-lines and
12598 show-trailing-whitespace.
12599 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12600 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12601 (desktop-clear-preserve-buffers-regexp): Delete.
12602 (desktop-clear-preserve-buffers): Update initial value and docstring.
12603 (desktop-save-buffer): Fix doc string.
12604
12605 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12606 (hilit-chg-desktop-restore): New function.
12607 (highlight-changes-mode): Add highlight-changes-mode to
12608 desktop-locals-to-save.
12609
12610 * dired.el: Add handler to desktop-buffer-mode-handlers.
12611 (dired-restore-desktop-buffer): Remove autoload cookie.
12612 (dired-mode): Add autoload cookie.
12613
12614 * info.el: Add handler to desktop-buffer-mode-handlers.
12615 (Info-restore-desktop-buffer): Remove autoload cookie.
12616 (Info-mode): Add autoload cookie.
12617
12618 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12619 (mh-restore-desktop-buffer): Remove autoload cookie.
12620 (mh-folder-mode): Add autoload cookie.
12621
12622 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12623 (rmail-restore-desktop-buffer): Remove autoload cookie.
12624
12625 2005-08-11 Masatake YAMATO <jet@gyve.org>
12626
12627 * hexl.el (hexl-address-region):
12628 (hexl-ascii-region, hexl-font-lock-keywords):
12629 (hexl-highlight-line-range): Use the term "region"
12630 instead of "area" for consistency with the other symbols
12631 defined in hexl.el.
12632
12633 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12634
12635 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12636 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12637 out by Juri Linkov). Add `display-battery-mode'.
12638
12639 2005-08-09 Juri Linkov <juri@jurta.org>
12640
12641 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12642 Remove `-text' from face variable names.
12643 (compilation-error-file-name, compilation-warning-file-name)
12644 (compilation-info-file-name): Delete faces.
12645 (compilation-line-number, compilation-column-number):
12646 Remove face underlining.
12647 (compilation-message-face): Set to `underline' value by default.
12648 (compilation-error-face, compilation-warning-face)
12649 (compilation-info-face): Remove `-file-name' from face names.
12650 (compilation-error-text-face, compilation-warning-text-face)
12651 (compilation-info-text-face): Delete face variables.
12652 (compilation-text-face): Delete function.
12653
12654 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12655 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12656 (grep-error-face): Set to `compilation-error' instead of
12657 `compilation-error-face' (which is redefined to `grep-hit-face' in
12658 grep buffers).
12659 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12660 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12661
12662 * dired-aux.el (dired-do-query-replace-regexp):
12663 Use `query-replace-read-args'.
12664
12665 * replace.el (query-replace-read-from, query-replace-read-to)
12666 (query-replace-read-args): Rename arg `string' to `prompt'.
12667
12668 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12669
12670 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12671
12672 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12673 uploading files.
12674 (ange-ftp-canonize-filename): Handle file names beginning with ~
12675 correctly.
12676
12677 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12678
12679 * textmodes/fill.el (canonically-space-region)
12680 (fill-context-prefix, fill-french-nobreak-p)
12681 (fill-delete-newlines, fill-comment-paragraph)
12682 (justify-current-line): "?\ " -> "?\s".
12683
12684 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12685
12686 * textmodes/fill.el (fill-nonuniform-paragraphs):
12687 Improve argument/docstring consistency.
12688
12689 2005-08-09 Richard M. Stallman <rms@gnu.org>
12690
12691 * textmodes/ispell.el (ispell-word): More fboundp checks.
12692
12693 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12694 (find-file-noselect-1): Call it here, only if RAWFILE.
12695 (normal-mode): Always set some major mode.
12696 (save-some-buffers-action-alist): Change some explanation strings.
12697 (file-name-non-special): In the `quote' method, use unwind-protect.
12698
12699 2005-08-09 Magnus Henoch <mange@freemail.hu>
12700
12701 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12702 (ispell-have-aspell-dictionaries): New variable.
12703 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12704 (ispell-get-aspell-config-value): New function.
12705 (ispell-aspell-find-dictionary): New function.
12706 (ispell-aspell-add-aliases): New function.
12707 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12708 appropriate. Don't look for ispell dictionaries if we use aspell.
12709 (ispell-menu-map): Don't build a submenu of dictionaries.
12710
12711 2005-08-09 Richard M. Stallman <rms@gnu.org>
12712
12713 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12714 (sql-read-passwd): Use read-passwd.
12715
12716 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12717 (idlwave-toolbar-is-possible): Add defvars.
12718
12719 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12720 Avoid warnings.
12721
12722 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12723 (idlwave-system-class-info, idlwave-executive-commands-alist):
12724 Use defvar.
12725
12726 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12727
12728 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12729 Avoid warnings.
12730
12731 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12732 and content-type: headers.
12733
12734 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12735
12736 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12737 and rename some of them to be more self-explanatory.
12738
12739 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12740
12741 * startup.el (command-line-1): Implement -scriptload.
12742
12743 * replace.el (occur-engine): Initial *Occur* output not undoable.
12744
12745 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12746 and improve help strings.
12747
12748 * isearch.el (isearch-repeat): When changing direction,
12749 mark search successful.
12750
12751 * ediff-init.el: Use (featurep 'xemacs).
12752
12753 * comint.el (send-invisible): Identify buffer, if not selected.
12754
12755 * align.el: Delete autoload for c-guess-basic-syntax.
12756
12757 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12758
12759 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12760 Improve argument/docstring consistency. Doc fixes.
12761 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12762 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12763 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12764 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12765 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12766 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12767 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12768 Defvar at compile time.
12769
12770 2005-08-09 Juri Linkov <juri@jurta.org>
12771
12772 * info.el: Replace `info' with upper-case `Info' where appropriate.
12773 (info-title-1, info-title-2, info-title-3, info-title-4)
12774 (info-menu-header): Move up face definitions.
12775 (info-menu-star): Rename from `info-menu-5'.
12776 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12777 (Info-fontify-visited-nodes): Fix docstring.
12778 (Info-hide-note-references): Fix docstring.
12779 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12780 menu items in the same way as on cross-references.
12781 (info-apropos): Fix sorting order and formatting to be like in the
12782 stand-alone Info browser. Display error messages for 1 sec.
12783 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12784 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12785 from the menu bar.
12786 (Info-insert-dir): Restore point after calling
12787 `insert-buffer-substring'.
12788
12789 2005-08-08 Richard M. Stallman <rms@gnu.org>
12790
12791 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12792 (recompute-lucid-menubar): Add defvars.
12793
12794 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12795
12796 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12797
12798 * net/net-utils.el (run-dig): Rename from `dig'.
12799
12800 * play/gametree.el (gametree-mode): Use make-local-variable,
12801 not make-variable-buffer-local.
12802
12803 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12804
12805 * ansi-color.el (ansi-color-make-extent)
12806 (ansi-color-set-extent-face): Use fboundp, not functionp.
12807
12808 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12809 not make-variable-buffer-local.
12810
12811 * bookmark.el (Info-current-file): Add defvar.
12812 (bookmark-jump-noselect): Use with-no-warnings.
12813
12814 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12815
12816 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12817
12818 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12819
12820 * find-file.el (ada-procedure-start-regexp)
12821 (ada-package-start-regexp): Add defvars.
12822
12823 * info.el (Info-insert-dir): Use insert-buffer-substring.
12824
12825 * xml.el (xml-att-def-re): Add defvar.
12826
12827 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12828 calling convention.
12829
12830 * subr.el (while-no-input): Return t if there is input.
12831
12832 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12833
12834 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12835
12836 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12837
12838 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12839 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12840
12841 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12842
12843 * cmuscheme.el (scheme-start-file): Replace reference to
12844 `user-emacs-directory' by "~/.emacs.d/".
12845
12846 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12847
12848 * info.el (Info-dir-remove-duplicates): Avoid case folding
12849 in loop; instead, keep downcased strings for comparison.
12850 Suggested by Helmut Eller.
12851
12852 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12853
12854 Sync with Tramp 2.0.50.
12855
12856 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12857 XEmacs case; not necessary anymore.
12858 (tramp-user-regexp): Allow "@" as part of user name.
12859 (tramp-handle-set-visited-file-modtime)
12860 (tramp-handle-insert-file-contents)
12861 (tramp-handle-write-region): No special handling for
12862 `last-coding-system-used, because this is done in
12863 `tramp-accept-process-output' now.
12864 (tramp-accept-process-output): New defun.
12865 (tramp-process-one-action, tramp-process-one-multi-action)
12866 (tramp-wait-for-regexp, tramp-wait-for-output)
12867 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12868 Howells <dhowells@redhat.com>.
12869 (clear-visited-file-modtime): Defadvice removed. The check for
12870 unset buffer's modtime does not need to be based on
12871 `tramp-buffer-file-attributes'. Suggested by RMS.
12872 (tramp-message): Insert "\n" if not being at beginning of line.
12873 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12874 sequence with same logic.
12875 (tramp-completion-handle-expand-file-name): Discard call of
12876 `tramp-drop-volume-letter'. It is not necessary, and there have
12877 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12878 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12879 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12880 should always be visible.
12881 (tramp-handle-insert-directory, tramp-setup-complete)
12882 (tramp-set-process-query-on-exit-flag)
12883 (tramp-append-tramp-buffers): Pacify byte-compiler.
12884 (tramp-bug): Delete non-existing variables from list.
12885 Apply `tramp-load-report-modules' as pre-hook.
12886 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12887 `shell-prompt-pattern' because of non-7bit characters.
12888 Reported by Sebastian Luque <sluque@mun.ca>.
12889 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12890 (tramp-match-string-list): Remove function.
12891 (tramp-wait-for-regexp): Remove call of that function.
12892 Suggested by Kim F. Storm <storm@cua.dk>.
12893 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12894 instead of octal character code ?\600. The latter resulted in a
12895 syntax error with XEmacs.
12896
12897 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12898 XEmacs case; not necessary anymore.
12899 (tramp-smb-handle-write-region): No special handling for
12900 `last-coding-system-used, because this is done in
12901 `tramp-accept-process-output' now.
12902 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12903
12904 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12905
12906 * wid-edit.el (widget-choice-value-create):
12907 Unconditionally respect user choice. Set :explicit-choice back to nil
12908 when no longer needed.
12909 (widget-choice-action): Unconditionally respect user choice.
12910 Eliminate :explicit-choice-value.
12911
12912 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12913
12914 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12915 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12916 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12917 running new function `toggle-indicate-empty-lines'.
12918 Rename "Customize" item to "Customize fringe".
12919 Rename "Indicators" item to "Buffer boundaries" and change help echo.
12920 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12921 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12922 Delete "Empty lines only" item.
12923 (menu-bar-showhide-fringe-ind-customize): New function.
12924 (menu-bar-showhide-fringe-ind-mixed)
12925 (menu-bar-showhide-fringe-ind-box)
12926 (menu-bar-showhide-fringe-ind-right)
12927 (menu-bar-showhide-fringe-ind-left)
12928 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12929 instead of `fringe-indicators'.
12930
12931 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12932
12933 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12934 Change the date of last update.
12935
12936 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12937
12938 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12939 (viper-exec-yank, viper-put-back): Don't display modification msg
12940 if in the minibuffer.
12941
12942 * viper-init.el (viper-replace-overlay-cursor-color)
12943 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12944 Make variables frame local.
12945
12946 * viper-util.el (viper-append-filter-alist): Use append instead of
12947 nconc.
12948
12949 * viper.el (viper-vi-state-mode-list)
12950 (viper-emacs-state-mode-list): Move help-mode and
12951 completion-list-mode from the first list to the second.
12952 (viper-mode): Docstring.
12953 (viper-go-away, viper-non-hook-settings): Don't localize
12954 minor-mode-alist in newer Emacsen. Add advice to
12955 set-cursor-color. Don't bind "\C-c\\".
12956
12957 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
12958
12959 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12960 (scheme-macro-expand-command): New user options.
12961 (scheme-trace-procedure, scheme-expand-current-form): New commands.
12962 (scheme-form-at-point, scheme-start-file)
12963 (scheme-interactively-start-process): New functions.
12964 (scheme-get-process): New function, extracted from `scheme-proc'.
12965 (run-scheme): Call `scheme-start-file' to get start file, and pass
12966 it to `make-comint'.
12967 (switch-to-scheme, scheme-proc):
12968 Call `scheme-interactively-start-process' if no Scheme buffer/process
12969 is available.
12970
12971 2005-08-06 Juri Linkov <juri@jurta.org>
12972
12973 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12974 Use `compilation-text-face', `compilation-info-text-face' and
12975 `compilation-error-text-face' instead of `font-lock-keyword-face'.
12976 (compilation-error): New face.
12977 (compilation-error-file-name): Inherit from
12978 `compilation-error' instead of `font-lock-warning-face'.
12979 (compilation-warning-file-name): Inherit from
12980 `compilation-warning' instead of `font-lock-warning-face'.
12981 (compilation-info, compilation-error-file-name)
12982 (compilation-warning-file-name, compilation-info-file-name)
12983 (compilation-line-number, compilation-column-number): Doc fix.
12984 (compilation-error-text-face, compilation-warning-text-face)
12985 (compilation-info-text-face): New face variables.
12986 (compilation-line-face, compilation-column-face)
12987 (compilation-enter-directory-face)
12988 (compilation-leave-directory-face): Doc fix.
12989 (compilation-text-face): New function.
12990
12991 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12992 instead of 1 to display binary file names as info file links.
12993 (grep-error-face): Use `compilation-error-face' instead of
12994 `font-lock-keyword-face'.
12995 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12996 and `compilation-warning-text-face' instead of
12997 `font-lock-keyword-face'. Use `compilation-error-text-face'
12998 instead of `grep-error-face'.
12999
13000 2005-08-05 Kenichi Handa <handa@m17n.org>
13001
13002 * international/code-pages.el: Add autoload cookies for all coding
13003 systems.
13004
13005 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
13006
13007 * cus-start.el (all): Put undo.c where it alphabetically belongs.
13008
13009 2005-08-04 Juri Linkov <juri@jurta.org>
13010
13011 * progmodes/compile.el (compilation-mode-map):
13012 * progmodes/grep.el (grep-mode-map):
13013 Bind TAB to `compilation-next-error' and [backtab] to
13014 `compilation-previous-error'.
13015
13016 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
13017 matching line numbers, column numbers and their ranges with regexp
13018 matching only line numbers.
13019 (grep-context-face): New face variable.
13020 (grep-mode-font-lock-keywords): Use it.
13021
13022 * faces.el (read-face-name): Delete duplicate faces.
13023
13024 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
13025
13026 * thumbs.el (thumbs-find-image): Don't make variables
13027 automatically buffer local.
13028 (thumbs-current-tmp-filename, thumbs-current-image-filename)
13029 (thumbs-image-num): Make automatically buffer local.
13030 (thumbs-show-thumbs-list): Use `make-local-variable', not
13031 `make-variable-buffer-local'.
13032 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
13033
13034 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
13035 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
13036 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
13037 (bother, bye, canyou, chatlst, continue, deathlst, describe)
13038 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
13039 (feelings-about, foullst, found, hello, history, howareyoulst)
13040 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
13041 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
13042 (neglst, obj, object, owner, please, problems, qlist)
13043 (random-adjective, relation, remlst, repetitive-shortness)
13044 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
13045 (shortlst, something, sportslst, stallmanlst, states, subj)
13046 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
13047 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
13048 Defvar at compile time.
13049
13050 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
13051 not `make-variable-buffer-local'.
13052
13053 2005-08-02 Kim F. Storm <storm@cua.dk>
13054
13055 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
13056 rectangle overlay in selected window.
13057
13058 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
13059
13060 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
13061 instead of display group. Make `indicate-buffer-boundaries'
13062 customizable through Custom.
13063
13064 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
13065
13066 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
13067 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
13068 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
13069 (gdb-put-string): Fix typos in docstrings.
13070
13071 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
13072
13073 Update copyright notices of files in progmodes directory for
13074 release of Emacs 22.1.
13075
13076 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
13077
13078 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
13079 Don't barf if the GUD buffer has been killed.
13080
13081 2005-08-01 Kim F. Storm <storm@cua.dk>
13082
13083 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
13084
13085 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
13086
13087 * simple.el (next-error-follow-minor-mode):
13088 make-variable-buffer-local -> make-local-variable.
13089
13090 * emacs-lisp/cl-extra.el: Require CL also when compiling.
13091
13092 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
13093 (byte-compile-form-make-variable-buffer-local): New functions to warn
13094 about misuses of make-variable-buffer-local where make-local-variable
13095 was meant.
13096
13097 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
13098
13099 * bs.el (bs-attributes-list): Doc fix.
13100 (bs): Update url-link.
13101
13102 * desktop.el (desktop-save-buffer): Fix typos in docstring.
13103 (desktop-load-default): Simplify.
13104
13105 * ibuffer.el (ibuffer-columnize-and-insert-list)
13106 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
13107 (ibuffer-unmark-all, ibuffer-toggle-marks)
13108 (ibuffer-unmark-forward, ibuffer-unmark-backward)
13109 (ibuffer-compile-make-format-form, ibuffer-format-column)
13110 (ibuffer-current-buffers-with-marks)
13111 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
13112 (ibuffer): Doc fix.
13113 (ibuffer-mode): Fix typo in docstring.
13114 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
13115 with `define-obsolete-variable-alias'.
13116 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
13117
13118 2005-07-29 Kenichi Handa <handa@m17n.org>
13119
13120 * international/mule-cmds.el (select-message-coding-system):
13121 Be sure to use LF for end-of-line. If no coding system is decided,
13122 return iso-8859-1-unix.
13123
13124 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
13125
13126 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
13127 (ange-ftp-pending-error-line): New vars.
13128 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
13129 to handle the non-fatal no-route-to-host messages.
13130 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
13131
13132 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
13133
13134 * isearch.el (isearch-mode-map, isearch-other-meta-char)
13135 (isearch-quote-char, isearch-printing-char)
13136 (isearch-text-char-description): "?\ " -> "?\s".
13137 (isearch-lazy-highlight-cleanup)
13138 (isearch-lazy-highlight-initial-delay)
13139 (isearch-lazy-highlight-interval)
13140 (isearch-lazy-highlight-max-at-a-time)
13141 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
13142 Declare with define-obsolete-*-alias macros.
13143 (isearch-forward): Fix typo in docstring.
13144 (search-invisible, search-ring-yank-pointer)
13145 (regexp-search-ring-yank-pointer): Doc fixes.
13146
13147 * recentf.el (recentf-menu-append-commands-p): Declare with
13148 `define-obsolete-variable-alias'.
13149 (recentf-max-saved-items, recentf-menu-filter)
13150 (recentf-arrange-by-rule-subfilter): Doc fixes.
13151 (recentf-menu-append-commands-flag)
13152 (recentf-initialize-file-name-history, recentf-expand-file-name)
13153 (recentf-clear-data): Fix typos in docstrings.
13154
13155 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
13156
13157 * progmodes/gdb-ui.el: Smarten comments.
13158 (gdb-info-breakpoints-custom): Use nowarn when finding file.
13159
13160 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13161
13162 * term/apollo.el (terminal-init-apollo): New function containing
13163 all former top level forms in the file.
13164 * term/bobcat.el (terminal-init-bobcat):
13165 * term/cygwin.el (terminal-init-cygwin):
13166 * term/iris-ansi.el (terminal-init-iris-ansi):
13167 * term/linux.el (terminal-init-linux):
13168 * term/news.el (terminal-init-news):
13169 * term/rxvt.el (terminal-init-rxvt):
13170 * term/sun.el (terminal-init-sun):
13171 * term/tvi970.el (terminal-init-tvi970):
13172 * term/vt100.el (terminal-init-vt100):
13173 * term/vt102.el (terminal-init-vt102):
13174 * term/vt125.el (terminal-init-vt125):
13175 * term/vt200.el (terminal-init-vt200):
13176 * term/vt201.el (terminal-init-vt201):
13177 * term/vt220.el (terminal-init-vt220):
13178 * term/vt240.el (terminal-init-vt240):
13179 * term/vt300.el (terminal-init-vt300):
13180 * term/vt320.el (terminal-init-vt320):
13181 * term/vt400.el (terminal-init-vt400):
13182 * term/vt420.el (terminal-init-vt420):
13183 * term/wyse50.el (terminal-init-wyse50):
13184 * term/xterm.el (terminal-init-xterm): Likewise.
13185
13186 * term/README: Describe the terminal-init-* functionality.
13187
13188 * startup.el (command-line): After loading the terminal initialization
13189 file call the corresponding terminal initialization function.
13190
13191 2005-07-27 Kenichi Handa <handa@m17n.org>
13192
13193 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
13194 negative.
13195
13196 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
13197 (ps-mule-composition-prologue): Fix for the case that
13198 RelativeCompose is false.
13199
13200 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13201
13202 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
13203
13204 * descr-text.el (describe-char): Handle the case where the list of
13205 chars is displayed in a separate frame.
13206 Be a bit more discriminating when looking for the char.
13207
13208 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
13209
13210 * bookmark.el (bookmark-automatically-show-annotations)
13211 (bookmark-read-annotation-text-func): Doc fixes.
13212 (bookmark-save): Improve argument/docstring consistency.
13213 (bookmark-get-bookmark, bookmark-get-bookmark-record)
13214 (bookmark-alist-from-buffer)
13215 (bookmark-upgrade-file-format-from-0)
13216 (bookmark-grok-file-format-version)
13217 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
13218 (bookmark-read-annotation-mode)
13219 (bookmark-insert-current-bookmark, bookmark-jump)
13220 (bookmark-exit-hook): Fix typos in docstrings.
13221 (bookmark-exit-hooks): Define as obsolete alias.
13222 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
13223 not `bookmark-exit-hooks'. Fix docstring.
13224 (bookmark-bmenu-select): "?\ " -> "?\s".
13225
13226 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
13227
13228 * startup.el (command-line): Fix typo.
13229
13230 2005-07-24 Richard M. Stallman <rms@gnu.org>
13231
13232 * tooltip.el (tooltip-mode): Test emacs-basic-display,
13233 not emacs-quick-startup.
13234
13235 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
13236
13237 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13238 (reb-next-match, reb-show-subexp): Use `with-selected-window'
13239 instead of `reb-with-current-window'.
13240 (reb-prev-match): Likewise. Also, don't move left if the search
13241 was unsuccessful.
13242 (reb-initialize-buffer): New function.
13243 (re-builder, reb-change-syntax): Use it.
13244
13245 * man.el (Man-goto-page): Make second argument NOERROR optional.
13246
13247 2005-07-23 Richard M. Stallman <rms@gnu.org>
13248
13249 * man.el (Man-bgproc-sentinel): Check here for failure to find
13250 any man page in the output, and report the error here.
13251 (Man-arguments): Make it permanent local.
13252 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
13253 (Man-mode): Pass t for NOERROR.
13254
13255 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
13256 (grep-mode-font-lock-keywords):
13257 Don't use compilation-...-face for messages that are not file names.
13258
13259 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13260 Don't use compilation-...-face for messages that are not file names.
13261
13262 2005-07-22 Juri Linkov <juri@jurta.org>
13263
13264 * startup.el (normal-splash-screen): Update menu name.
13265
13266 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13267
13268 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13269
13270 * term/xterm.el: Load term/rxvt if the terminal is actually an
13271 rxvt terminal.
13272 (xterm-rxvt-set-background-mode): Remove, not used anymore.
13273
13274 * term/rxvt.el (function-key-map): Use substitute-key-definition
13275 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
13276
13277 * term/cygwin.el: New file.
13278
13279 2005-07-22 Kim F. Storm <storm@cua.dk>
13280
13281 * image-file.el (insert-image-file, image-file-yank-handler):
13282 Fix last change to maintain a (unique) yank-handler on yanked images.
13283
13284 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
13285
13286 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13287 of the file size (as in "177B" for 177 bytes). This happens with
13288 "ls -lh" on FreeBSD.
13289
13290 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
13291
13292 * hilit-chg.el (highlight-changes-global-initial-state)
13293 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13294 (hilit-chg-fixup, highlight-changes-mode):
13295 Fix typos in docstrings.
13296 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13297 Doc fixes.
13298
13299 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13300
13301 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13302 mode function using `eval-after-load'.
13303
13304 2005-07-21 Kim F. Storm <storm@cua.dk>
13305
13306 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13307 included when reporting an emacs crash, and tell about the DEBUG file.
13308
13309 * image-file.el (insert-image-file): Add yank-handler.
13310 (image-file-yank-handler): Yank handler to make unique copies of
13311 images when they are yanked into a buffer next to each other.
13312
13313 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13314
13315 * comint.el (comint-use-prompt-regexp, comint-send-input)
13316 (comint-source-default, comint-extract-string)
13317 (comint-get-source, comint-word, comint-completion)
13318 (comint-source, comint-prompt-read-only, comint-update-fence):
13319 Fix typos in docstrings.
13320 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13321 Declare with define-obsolete-*-alias macros.
13322 (comint-previous-matching-input-from-input)
13323 (comint-next-matching-input-from-input)
13324 (comint-previous-matching-input, comint-next-matching-input)
13325 (comint-forward-matching-input):
13326 Improve argument/docstring consistency.
13327
13328 * desktop.el (desktop-clear-preserve-buffers-regexp):
13329 Also preserve the *server* buffer.
13330
13331 * simple.el (clone-indirect-buffer): Doc fix.
13332 (fixup-whitespace, just-one-space)
13333 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13334 (next-error, next-error-highlight)
13335 (next-error-highlight-no-select, next-error-last-buffer)
13336 (next-error-buffer-p, next-error-find-buffer, next-error)
13337 (previous-error, next-error-no-select, previous-error-no-select)
13338 (open-line, split-line, minibuffer-prompt-width, kill-new)
13339 (binary-overwrite-mode): Fix typos in docstrings.
13340 (set-fill-column): Fix typo in message.
13341
13342 * skeleton.el (skeleton-proxy-new): Doc fix.
13343
13344 * strokes.el (strokes-load-hook): Doc fix.
13345 (strokes-grid-resolution, strokes-get-grid-position)
13346 (strokes-renormalize-to-grid, strokes-read-stroke)
13347 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13348 (strokes-global-map): Fix typos in docstrings.
13349 (strokes-help): Doc fix. Fix help message and pass it through
13350 `substitute-command-keys'.
13351
13352 * tempo.el (tempo-insert-prompt, tempo-interactive)
13353 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13354 (tempo-insert-string-functions, tempo-local-tags)
13355 (tempo-define-template, tempo-insert-template)
13356 (tempo-insert-prompt-compat, tempo-is-user-element)
13357 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13358 Fix typos in docstrings.
13359
13360 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13361 (vcursor-key-bindings, vcursor-use-vcursor-map)
13362 (vcursor-find-window, vcursor-scroll-down)
13363 (vcursor-disable, vcursor-beginning-of-buffer)
13364 (vcursor-end-of-buffer): Fix typos in docstrings.
13365 (vcursor-relative-move, vcursor-get-char-count):
13366 Improve argument/docstring consistency.
13367
13368 * version.el: "?\ " -> "?\s".
13369
13370 * wid-edit.el (widget-default-create, widget-after-change)
13371 (widget-default-format-handler, widget-checklist-add-item)
13372 (widget-radio-add-item, widget-choose, widget-specify-secret)
13373 (widget-field-value-create, widget-field-value-get)
13374 (widget-editable-list-format-handler)
13375 (widget-editable-list-entry-create, widget-group-value-create)
13376 (widget-documentation-link-add)
13377 (widget-documentation-string-value-create): "?\ " -> "?\s".
13378 (widget-convert-text): Doc fix.
13379 (widget-narrow-to-field, widget-field-find)
13380 (widget-url-link-action, widget-emacs-library-link-action)
13381 (widget-color-notify): Fix typos in docstrings.
13382
13383 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13384 (x-select-text, set-w32-system-coding-system)
13385 (w32-add-charset-info): Fix typos in docstrings.
13386
13387 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13388 (cua-enable-cua-keys, cua-use-hyper-key)
13389 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13390 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13391
13392 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13393
13394 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13395 `defalias' instead of faking it.
13396
13397 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13398 (eshell-ls-missing, eshell-ls-dired-initial-args)
13399 (eshell-ls-use-in-dired): Fix typos in docstrings.
13400
13401 2005-07-20 Kim F. Storm <storm@cua.dk>
13402
13403 * emulation/cua-base.el (cua-mode): Improve doc string.
13404
13405 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13406
13407 * abbrev.el (expand-region-abbrevs): Doc fix.
13408 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13409 Improve argument/docstring consistency.
13410
13411 * arc-mode.el (archive-get-descr, archive-alternate-display):
13412 Doc fixes.
13413 (archive-l-e): Improve argument/docstring consistency.
13414 (archive-tmpdir, archive-unixdate, archive-unixtime)
13415 (archive-chmod-entry): Fix typos in docstrings.
13416 (archive-unflag, archive-unflag-backwards)
13417 (archive-unmark-all-files): "?\ " -> "?\s".
13418
13419 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13420 (Buffer-menu-not-modified, Buffer-menu-execute)
13421 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13422 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13423
13424 * composite.el (compose-string, encode-composition-rule)
13425 (compose-last-chars): Fix typos in docstrings.
13426
13427 * desktop.el (desktop-enable, desktop-basefilename):
13428 Declare with `define-obsolete-variable-alias'.
13429 (desktop-internal-v2s): Don't quote keywords.
13430 (desktop-clear): "?\ " -> "?\s".
13431
13432 * dired.el (dired-align-file, dired-flag-backup-files)
13433 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13434 (dired-listing-switches, dired-ls-F-marks-symlinks)
13435 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13436 (dired-directory, dired-faces, dired, dired-revert)
13437 (dired-mode, dired-summary, dired-view-file)
13438 (dired-copy-filename-as-kill, dired-delete-file)
13439 (dired-no-confirm, dired-unmark-all-marks)
13440 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13441 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13442 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13443 Fix typos in message strings.
13444
13445 * dired-x.el (virtual-dired): Declare with `defalias'.
13446 (dired-mark-unmarked-files, dired-local-variables-file)
13447 (dired-omit-here-always): Doc fix.
13448 (dired-omit-mode, dired-find-subdir)
13449 (dired-enable-local-variables, dired-clean-up-buffers-too)
13450 (dired-extra-startup, dired-mark-extension, dired-jump)
13451 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13452 (dired-smart-shell-command, dired-guess-shell-alist-user)
13453 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13454 (dired-x-bind-find-file, dired-x-submit-report):
13455 Fix typos in docstrings.
13456 (dired-mark-unmarked-files): "?\ " -> "?\s".
13457
13458 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13459
13460 * faces.el (describe-face): "?\ " -> "?\s".
13461 (read-all-face-attributes, read-face-font, modify-face)
13462 (face-attr-construct, italic): Fix typos in docstrings.
13463 (frame-update-face-colors): Declare with
13464 `define-obsolete-function-alias'.
13465
13466 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13467 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13468 (magic-mode-alist, buffer-file-numbers-unique)
13469 (write-file-functions, get-free-disk-space):
13470 Fix typos in docstrings.
13471 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13472 (write-contents-hooks, write-file-hooks):
13473 Declare with `define-obsolete-variable-alias'.
13474
13475 * forms-d2.el (arch-rj): Fix typo in docstrings.
13476 (arch-tocol): Likewise. "?\ " -> "?\s".
13477
13478 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13479 Fix typo in docstring.
13480 (set-screen-width, set-screen-height): Delete redundant info in
13481 doctrings.
13482 (new-frame, screen-height, screen-width): Declare with
13483 `define-obsolete-function-alias'.
13484 (delete-frame-hook, blink-cursor): Declare with
13485 `define-obsolete-variable-alias'.
13486
13487 * paths.el (prune-directory-list): Fix typos in docstring.
13488
13489 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13490 (cvs-prefix-get): Fix typos in docstrings.
13491
13492 * ps-print.el (ps-extend-face-list, ps-extend-face)
13493 (ps-print-background-image): Fix typos in docstrings.
13494 (ps-default-fg, ps-default-bg): Doc fixes.
13495
13496 * s-region.el (s-region-bind): Doc fix.
13497 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13498
13499 * textmodes/org.el (org-table-formula-substitute-names)
13500 (org-table-get-vertical-vector): Doc fixes.
13501 (org-table-recalculate): Remove unused argument to `message'.
13502
13503 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13504
13505 * textmodes/org.el (org-table-column-names)
13506 (org-table-column-name-regexp)
13507 (org-table-named-field-locations): New variables.
13508 (org-archive-subtree): Protect `this-command' when calling
13509 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13510 the kill buffer.
13511 (org-complete): Remove fixed-formula completion.
13512 (org-edit-formulas-map): New variable.
13513 (org-table-edit-formulas): New command.
13514 (org-finish-edit-formulas, org-abort-edit-formulas)
13515 (org-show-variable, org-table-get-vertical-vector): New functions.
13516 (org-table-maybe-eval-formula): Handle `:=' fields.
13517 (org-table-get-stored-formulas, org-table-store-formulas)
13518 (org-table-get-formula, org-table-modify-formulas)
13519 (org-table-replace-in-formulas): Handle named field formulas.
13520 (org-table-get-specials): Store locations of named fields.
13521
13522 2005-07-19 Juri Linkov <juri@jurta.org>
13523
13524 * progmodes/grep.el (grep-regexp-alist)
13525 (grep-mode-font-lock-keywords, grep-process-setup):
13526 Use default GNU grep match color "01;31m" instead of "01;41m".
13527 (grep-regexp-alist, grep-mode-font-lock-keywords):
13528 Use `\\[[0-9]*m' instead of `\\[00m'.
13529 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13530 sgr_start where its handling is more important. Use the real
13531 length of sgr_start instead of constant 8.
13532 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13533 specially. Delete all remaining escape sequences.
13534 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13535 (grep-regexp-alist): Make hyperlink only for binary file name
13536 instead of the whole line.
13537 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13538 (grep-mode): Add autoload.
13539
13540 * emacs-lisp/find-func.el (find-function-regexp):
13541 Add `define-compilation-mode'.
13542
13543 2005-07-19 Juri Linkov <juri@jurta.org>
13544
13545 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13546 (compare-windows-sync-string-size, compare-windows-recenter)
13547 (compare-windows-highlight, compare-windows): Add version 22.1.
13548 (compare-windows) <defface>: Inherit from lazy-highlight instead
13549 of duplicating its default value.
13550
13551 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13552 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13553
13554 * descr-text.el (describe-char): Create link buttons for `charset'
13555 and `code point'. Add the current input method name with a link
13556 button to `to input' field. Print face names of display table
13557 characters in `The display table entry is displayed by' section
13558 instead of printing face-id in the `display' field.
13559 Guess hardcoded faces and create a link button for them.
13560 Skip empty fields when calculating max-width.
13561 Treat `widget-create' specially while inserting strings from the
13562 collected field list.
13563 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13564
13565 * diff-mode.el (diff-file-header): Change foreground color from
13566 yellow to green on light backgrounds.
13567 (diff-context): Inherit from `shadow' only for color/grayscale
13568 with more than 88 colors.
13569 (diff-indicator-removed, diff-indicator-added)
13570 (diff-indicator-changed): New faces.
13571 (diff-font-lock-keywords): Use new faces. Regroup rules.
13572 Add "^---$" for `normal' diff format. Fontify `#' lines with
13573 font-lock-comment-delimiter-face and font-lock-comment-face.
13574 Add `#' to ^[^...] in the rule for `diff-context-face'.
13575
13576 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13577 a button-like box. Inherit from `highlight' on low colors.
13578 (shadow): Use shades of gray only for color/grayscale with
13579 more than 88 colors. Use green for light backgrounds with
13580 8 colors, and yellow for dark backgrounds with 8 colors.
13581
13582 * font-lock.el (font-lock-regexp-grouping-backslash):
13583 Don't inherit from escape-glyph (use bold for all cases).
13584
13585 * info.el (info-xref-visited): Use light foreground color `violet'
13586 for dark backgrounds instead of dark color `magenta3'.
13587 (info-title-1): Use `yellow' color for dark backgrounds.
13588
13589 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13590 too-light magenta2.
13591
13592 * replace.el (match): Use slightly more light RoyalBlue3 instead
13593 of dark RoyalBlue4.
13594
13595 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13596
13597 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13598
13599 * novice.el (disabled-command-hook): Declare it with
13600 `define-obsolete-variable-alias'.
13601
13602 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13603 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13604 (desktop-load-default): Add release to obsolescence info.
13605 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13606 (desktop-append-buffer-args, desktop-read):
13607 Fix typos in docstrings.
13608 (desktop-kill): Fix typo in message.
13609 (desktop-save): Doc fix.
13610
13611 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13612
13613 * viper-cmd.el (viper-escape-to-state): Bug fix.
13614 (viper-envelop-ESC-key): Change the definition of fast
13615 keysequence so it'll work with keyboard macros.
13616
13617 * ediff.el (ediff-patch-buffer): Change the docstring.
13618
13619 2005-07-19 Kenichi Handa <handa@m17n.org>
13620
13621 * international/mule-cmds.el (select-safe-coding-system): Try to
13622 use an auto-coding (if any) before anything else. If the found
13623 auto-coding is invalid, show a warning message.
13624
13625 * international/mule.el (find-auto-coding): New function created
13626 by modifying the body of set-auto-coding.
13627 (set-auto-coding): Use find-auto-coding to find a coding.
13628
13629 2005-07-18 Richard M. Stallman <rms@gnu.org>
13630
13631 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13632 not isearch-mode-end-hook-error.
13633 (allout-before-change-protect): Fix error message.
13634
13635 2005-07-18 Juri Linkov <juri@jurta.org>
13636
13637 * allout.el (allout-mode):
13638 * calculator.el (calculator-copy):
13639 * custom.el (custom-known-themes):
13640 * dired.el (dired-desktop-buffer-misc-data)
13641 (dired-restore-desktop-buffer):
13642 * dired-x.el (dired-omit-marker-char):
13643 * files.el (basic-save-buffer):
13644 * font-core.el (font-lock-mode):
13645 * calendar/calendar.el (calendar-goto-hebrew-date)
13646 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13647 (calendar-goto-persian-date):
13648 * language/ethio-util.el (ethio-sera-to-fidel-region):
13649 * textmodes/picture.el (picture-mode):
13650 Delete duplicate duplicate words.
13651
13652 2005-07-18 Juri Linkov <juri@jurta.org>
13653
13654 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13655 chars * ? } |.
13656 (isearch-fallback): Don't call `isearch-process-search-char'.
13657 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13658 (isearch-process-search-char): Call `isearch-fallback' for regexp
13659 chars * ? } |.
13660 (isearch-return-char): Make obsolete with `make-obsolete' instead
13661 of simply documenting it as obsolete in the docstring.
13662 (isearch-fallback): Refill docstring.
13663
13664 * international/isearch-x.el
13665 (isearch-process-search-multibyte-characters): Remove unneeded
13666 `concat'. Add intermediate values to `junk-hist' instead of
13667 `minibuffer-history'. Test the length of `str'.
13668
13669 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13670
13671 * allout.el (allout-resolve-xref): Fix typos in error strings.
13672 (allout-before-change-protect): Remove unneeded `concat'.
13673
13674 * array.el (array-mode, array-reconfigure-rows)
13675 (untabify-backward): Fix typos in docstrings.
13676 (array-reconfigure-rows): Use `insert-buffer-substring', not
13677 `insert-buffer'.
13678
13679 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13680 * progmodes/ada-mode.el (ada-make-body):
13681 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13682
13683 * dired.el (dired-log):
13684 * tar-mode.el (tar-subfile-save-buffer):
13685 * play/zone.el (zone-pgm-stress-destress):
13686 Use `insert-buffer-substring', not `insert-buffer'.
13687
13688 2005-07-17 Simon Josefsson <jas@extundo.com>
13689
13690 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13691
13692 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13693
13694 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13695 Add plain auth method.
13696 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13697
13698 2005-07-17 Kim F. Storm <storm@cua.dk>
13699
13700 * ido.el (dired-other-window): Add ido property.
13701
13702 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13703
13704 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13705 Fix typo in docstring.
13706 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13707 `insert-file-literally'.
13708
13709 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13710 info and delete redundant message. Doc fix.
13711 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13712 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13713
13714 2005-07-16 Richard M. Stallman <rms@gnu.org>
13715
13716 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13717 (byte-compile-and): Use byte-compile-and-recursion.
13718 (byte-compile-or-recursion): New function.
13719 (byte-compile-or): Use that.
13720 (byte-compile-if): Guard the else-clause too.
13721 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13722
13723 * isearch.el (isearch-mode-end-hook-quit): New variable.
13724 (isearch-done): Bind it.
13725 (isearch-mode-end-hook): Doc fix.
13726
13727 * allout.el (allout-isearch-did-quit): Variable deleted.
13728 (allout-real-isearch-abort): Function name no longer used.
13729 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13730 (allout-isearch-rectification): isearch-mode always exists.
13731 Don't set allout-isearch-did-quit.
13732 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13733 allout-isearch-did-quit.
13734 (allout-enwrap-isearch): Just add the hook.
13735 (allout-isearch-abort): Function deleted.
13736 (allout-pre-command-business): Avoid warning.
13737
13738 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13739 Correctly avoid warnings.
13740 (pascal-outline): Likewise.
13741
13742 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13743
13744 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13745
13746 * play/tetris.el (tetris-mode): Avoid warning.
13747
13748 * play/snake.el (snake-mode): Avoid warning.
13749
13750 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13751 (gamegrid-set-display-table): Avoid warning.
13752 (gamegrid-set-timer): Likewise.
13753 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13754 (gamegrid-add-score-with-update-game-score-1): Take FILE
13755 as argument.
13756 (gamegrid-add-score-with-update-game-score): Pass that argument.
13757 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13758
13759 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13760
13761 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13762 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13763
13764 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13765 and insert-file.
13766
13767 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13768 (sc-ask): Avoid warnings.
13769
13770 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13771 (eshell-hist-initialize): Use that var the natural way.
13772
13773 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13774
13775 * emacs-lisp/re-builder.el (reb-cook-regexp):
13776 Avoid warning calling lre-compile-string.
13777 (reb-color-display-p): Avoid warning.
13778
13779 * calculator.el (calculator-last-input): Guard uses
13780 of event-key and key-press-event-p.
13781 (event-key, key-press-event-p): Delete definitions.
13782
13783 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13784 (find-gc-source-directory, find-gc-subrs-callers)
13785 (find-gc-noreturn-list, find-gc-source-files)
13786 (find-gc-subrs-called): Vars renamed and defvar'd.
13787
13788 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13789 (checkdoc-overlay-put, checkdoc-delete-overlay)
13790 (checkdoc-overlay-start, checkdoc-overlay-end)
13791 (checkdoc-mode-line-update, checkdoc-char=):
13792 Define such that compiler knows they are defined.
13793 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13794 (checkdoc-read-event): Delete. Use read-event directly.
13795
13796 * whitespace.el (whitespace-make-overlay)
13797 (whitespace-overlay-put, whitespace-delete-overlay)
13798 (whitespace-overlay-start, whitespace-overlay-end):
13799 Define such that compiler knows they are defined.
13800 (whitespace): Move conditional inside.
13801
13802 * tempo.el (tempo-insert-template): Suppress warning.
13803
13804 * ediff-diff.el (longlines-mode): Add defvar.
13805
13806 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13807
13808 * server.el: Bind "C-x #" in a way that works even if C-x is
13809 redefined to a command key, not a prefix key.
13810
13811 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13812
13813 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13814 cl-make-type-test till execution time.
13815
13816 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13817
13818 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13819 arg ARG and use it.
13820
13821 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13822
13823 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13824
13825 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13826
13827 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13828 a defcustom with two :set or :type keywords.
13829
13830 2005-07-15 Richard M. Stallman <rms@gnu.org>
13831
13832 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13833 Don't give ^M comment-end syntax.
13834
13835 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13836
13837 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13838 Don't consider gdbmi (gdb-mi.el has its own update functions).
13839 (gdb-var-delete): Make it work for gdbmi as well.
13840 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13841
13842 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13843 (gud-speedbar-menu-items): Correct logic for enabling items.
13844
13845 2005-07-15 Kim F. Storm <storm@cua.dk>
13846
13847 * ido.el: Fix commentary.
13848 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13849 Use with-no-warnings around ffap-guesser.
13850 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13851 Let bind minibuffer-completing-file-name to t.
13852
13853 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13854
13855 * startup.el (site-run-file, keyboard-type): Doc fixes.
13856 (command-line): Check for "--basic-display" argument; also for
13857 "--quick", not "--bare-bones" (which was renamed).
13858 (fancy-splash-text): Add missing item "Getting New Versions".
13859 (normal-splash-screen): Fix typos and improve consistency with
13860 `fancy-splash-text'. Update copyright year.
13861
13862 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13863 valid binding for `help-char'.
13864
13865 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13866
13867 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13868
13869 * term.el (term-mode): Disable cua-mode for term buffers.
13870
13871 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13872
13873 * add-log.el (add-log-mailing-address, change-log-merge):
13874 Doc fixes.
13875 (change-log-get-method-definition): Fix typo in docstring.
13876
13877 2005-07-14 Kim F. Storm <storm@cua.dk>
13878
13879 * emulation/cua-base.el:
13880 (cua--pre-command-handler-1, cua--pre-command-handler)
13881 (cua--post-command-handler-1, cua--post-command-handler):
13882 Split in two. Check (buffer local) value of cua-mode.
13883 (cua-selection-mode): New command.
13884
13885 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13886
13887 * custom.el (custom-initialize-safe-set)
13888 (custom-initialize-safe-default): Doc fixes.
13889
13890 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13891 and simplify :init-value again.
13892
13893 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13894 and simplify :init-value again. Delete autoload.
13895
13896 * startup.el (command-line): Use `custom-reevaluate-setting' again
13897 for tooltip-mode.
13898
13899 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13900 a defcustom with two :initialize keywords.
13901
13902 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13903
13904 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13905 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13906 (allout-post-command-business, allout-flag-region)
13907 (isearch-reenable-font-lock, allout-yank)
13908 (allout-insert-latex-header, allout-insert-latex-trailer)
13909 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13910 (allout-latex-verb-quote): Fix typos in docstrings.
13911 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13912 (allout-unprotected, allout-prefix-data):
13913 Improve argument/docstring consistency.
13914 (allout-chart-subtree): Fix argument spec.
13915 (allout-open-topic): Rename `use_sib_bullet' argument to
13916 `use-sib-bullet'. Doc fix.
13917
13918 * whitespace.el (whitespace-check-buffer-leading)
13919 (whitespace-check-buffer-trailing)
13920 (whitespace-check-buffer-indent)
13921 (whitespace-check-buffer-spacetab)
13922 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13923 (whitespace-check-leading-whitespace)
13924 (whitespace-check-trailing-whitespace)
13925 (whitespace-check-spacetab-whitespace)
13926 (whitespace-check-indent-whitespace)
13927 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13928 (whitespace-modes): Fix typos in docstrings.
13929 (defgroup, defcustom): Doc fixes.
13930
13931 * winner.el (winner-mode, winner-boring-buffers)
13932 (winner-pending-undo-ring): Doc fixes.
13933 (winner-ring): Remove unneeded `progn'.
13934 (winner-equal): `defsubst' it.
13935 (winner-redo): Fix message.
13936
13937 2005-07-13 Kim F. Storm <storm@cua.dk>
13938
13939 * simple.el (line-move-1): Always use vertical-motion to
13940 do the last (or only) line move to ensure some movement.
13941 Undo 2005-06-23 change--don't check for overlays.
13942
13943 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13944
13945 * term/mac-win.el (ccl-encode-mac-roman-font)
13946 (ccl-encode-mac-centraleurroman-font)
13947 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13948 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13949 Change charset-id boundary of dimension to ?\xef.
13950 (mac-char-fontspec-list): New constant.
13951 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
13952 argument. Nil uses itself as family in font-spec. Previous
13953 behavior for nil is now provided by non-nil non-string argument.
13954 All callers changed. Add font-specs for Mac fonts to
13955 "fontset-default" unless iso8859-1 fonts are installed.
13956
13957 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13958
13959 * progmodes/sh-script.el (sh-get-indent-info): Only indent
13960 a continuation line if the \ is preceded by SPC or TAB.
13961 (sh-get-indent-info): Simplify.
13962 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13963 Use with-current-buffer.
13964
13965 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13966 when the matched text is empty.
13967
13968 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
13969
13970 * startup.el (command-line): Revert to previous handling of
13971 tooltip-mode. Explain in comment why the complexity is needed.
13972
13973 * tooltip.el (tooltip-mode): Revert to previous implementation of
13974 its defcustom.
13975
13976 * frame.el (blink-cursor-mode): Revert to previous implementation
13977 of its defcustom. Update comment.
13978
13979 2005-07-12 Lars Hansen <larsh@soem.dk>
13980
13981 * desktop.el: Update e-mail address.
13982
13983 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13984
13985 * term/mac-win.el (mac-services-mail-selection)
13986 (mac-services-mail-to): New functions.
13987 (mac-application-menu-map): Bind them.
13988
13989 2005-07-12 wulei <milton@wulei.net> (tiny change)
13990
13991 * progmodes/gdb-ui.el: Add note about buffering with Windows.
13992
13993 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
13994
13995 * custom.el (custom-reevaluate-setting): Doc fix.
13996
13997 2005-07-11 Jay Belanger <belanger@truman.edu>
13998
13999 * calc/calc.el (calc-embedded-announce-formula-alist)
14000 (calc-embedded-open-close-plain-alist)
14001 (calc-embedded-open-close-mode-alist): Add checks for additional
14002 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
14003
14004 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
14005
14006 * custom.el (custom-enable-theme): Don't add theme to
14007 `custom-enabled-themes' with `push' because there is no
14008 setf-method for `delq'.
14009
14010 2005-07-11 Richard M. Stallman <rms@gnu.org>
14011
14012 * custom.el (custom-declare-variable): Doc fix.
14013
14014 * dired-aux.el (dired-compare-directories): Remove "." and ".."
14015 from the alists.
14016
14017 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
14018 Do nothing if edebug-active.
14019
14020 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
14021 (edebug-display): Do it here instead.
14022
14023 2005-07-10 Richard M. Stallman <rms@gnu.org>
14024
14025 * cus-face.el (custom-theme-set-faces): Make it work.
14026 (custom-reset-faces): Doc fix.
14027 (custom-theme-reset-internal-face, custom-theme-face-value):
14028 Functions deleted.
14029
14030 * custom.el (custom-push-theme): Maintain list of the settings
14031 of a given theme in its theme-settings property.
14032 Maintain position of old settings in the theme-value
14033 or theme-face property.
14034 (custom-enabled-themes): New variable.
14035 (custom-theme-enabled-p): New function.
14036 (provide-theme): Update custom-enabled-themes.
14037 Disable and reenable the `user' theme.
14038 (require-theme): Doc fix.
14039 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
14040 (custom-theme-value, custom-theme-variable-value): Likewise.
14041 (custom-theme-reset-internal): Likewise.
14042 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
14043 (custom-enable-theme, custom-disable-theme): New functions.
14044 (custom-variable-theme-value, custom-face-theme-value): Likewise.
14045 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
14046 (custom-theme-reset-variables): Simplify.
14047 (deftheme, custom-declare-theme, custom-make-theme-feature):
14048 Definitions moved.
14049
14050 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
14051
14052 * longlines.el (longlines-show-region)
14053 (longlines-unshow-hard-newlines): Recognize hard newlines by
14054 non-nil hard property, instead of t.
14055
14056 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
14057
14058 * viper-cmd.el (viper--key-maps): New variable.
14059 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
14060 emulation-mode-map-alists.
14061 (viper-envelop-ESC-key): Use viper-subseq.
14062 (viper-search-forward/backward/next): Disable debug-on-error.
14063
14064 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14065 (viper-ESC-key): New defcustoms.
14066
14067 * viper-macs.el (ex-map-read-args): Use viper-subseq.
14068
14069 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
14070 (viper-subseq): Copy of subseq from cl.el.
14071
14072 * viper.el (viper-go-away, viper-set-hooks): Use
14073 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
14074
14075 * viper-mous.el (viper-current-frame-saved): Use defvar.
14076
14077 * viper-init.el: Get rid of -face in face names.
14078
14079 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
14080 Make it work with longlines mode
14081
14082 * ediff-mult.el (ediff-meta-mode-hook): New variable.
14083
14084 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
14085
14086 * ediff-init.el: Get rid of -face in face names.
14087
14088 2005-07-10 Richard M. Stallman <rms@gnu.org>
14089
14090 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
14091 and with-timeout-unsuspend.
14092
14093 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
14094 and with-timeout-unsuspend.
14095
14096 * emacs-lisp/timer.el (with-timeout-timers): New variable.
14097 (with-timeout): Bind that variable to record timers.
14098 (with-timeout-suspend, with-timeout-unsuspend): New functions.
14099
14100 * emacs-lisp/debug.el (debug-help-follow): New function.
14101 (debugger-mode-map): Use that instead of help-follow.
14102 (debugger-setup-buffer): Use eval-buffer-list
14103 to handle eval-buffer frames.
14104
14105 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
14106
14107 * timezone.el (timezone-parse-date): Change first regexp
14108 so it will not mistakenly match dates with no time zone.
14109
14110 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
14111
14112 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
14113
14114 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
14115
14116 * custom.el (custom-initialize-safe-set)
14117 (custom-initialize-safe-default): New functions.
14118
14119 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
14120 and simplify :init-value.
14121
14122 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
14123 and simplify :init-value. Delete obsolete comment.
14124
14125 * startup.el (command-line): Use `custom-reevaluate-setting' to
14126 handle `tooltip-mode'. Delete obsolete comment.
14127
14128 * files.el (set-visited-file-name): Avoid calling
14129 `file-name-nondirectory' with a nil argument.
14130
14131 2005-07-09 Richard M. Stallman <rms@gnu.org>
14132
14133 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
14134 was called with nil for the buffer, handle the read position right.
14135 Handle read position for eval-region, too.
14136
14137 2005-07-09 Juri Linkov <juri@jurta.org>
14138
14139 * fringe.el (fringe-mode): Add period in docstring.
14140 (fringe-query-style): Build prompt depending on `all-frames' arg.
14141
14142 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
14143 to not create links to unrelated functions in the Help buffer.
14144
14145 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
14146 Doc fix.
14147
14148 * simple.el (next-error-hook): New variable.
14149 (next-error): Use it. Doc fix.
14150
14151 * textmodes/ispell.el (ispell-command-loop): Add current
14152 dictionary name and program name to mode-line-format.
14153 (ispell-region, ispell-process-line): Add current dictionary name
14154 and program name to messages.
14155
14156 2005-07-08 Jay Belanger <belanger@truman.edu>
14157
14158 * calc/calc.el (calc-embedded-announce-formula-alist)
14159 (calc-embedded-open-close-formula-alist)
14160 (calc-embedded-open-close-word-alist)
14161 (calc-embedded-open-close-plain-alist)
14162 (calc-embedded-open-close-new-formula-alist)
14163 (calc-embedded-open-close-mode-alist)
14164 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
14165 (calc-embedded-mode-hook): New variables.
14166
14167 * calc/calc-embed.el (calc-embedded-firsttime)
14168 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
14169 New variables.
14170 (calc-do-embedded): Use calc-embedded-firsttime,
14171 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
14172 determine whether or not to run hooks.
14173 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
14174 calc-embedded-firsttime-formula appropriately.
14175 Set calc-embedded delimiter variables according to mode.
14176
14177 2005-07-08 Richard M. Stallman <rms@gnu.org>
14178
14179 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
14180 Check for "emacs", etc., as entire symbol, not just as word.
14181 (checkdoc-file-comments-engine): Use regexp-quote on FN.
14182
14183 * files.el (set-visited-file-name): Report the error
14184 for "empty filename" earlier.
14185 (kill-some-buffers): Ignore buffers already dead.
14186
14187 * fringe.el (fringe-mode): Doc fix.
14188
14189 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14190 Check for (featurep 'xemacs) and turn off warnings in what it guards.
14191 Use unwind-protect to ensure byte-compile-unresolved-functions
14192 is updated.
14193
14194 * whitespace.el (whitespace-buffer-leading-cleanup):
14195 Simplify w/ skip-chars-forward.
14196 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
14197
14198 * mail/rmail.el (rmail-only-expunge): Fix paren error.
14199 Unconditionally try to leave point at the same old place.
14200
14201 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
14202
14203 * comint.el (comint-postoutput-scroll-to-bottom)
14204 (comint-show-maximum-output): Take scroll-margin into consideration.
14205
14206 2005-07-08 Kim F. Storm <storm@cua.dk>
14207
14208 * ido.el (ido-use-filename-at-point): New choice `guess'.
14209 (ido-file-internal): Try ffap-guesser if selected.
14210
14211 * ido.el (ido-before-fallback-functions): New hook.
14212 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
14213 (ido-read-file-name): Run it.
14214
14215 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
14216
14217 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
14218 strings rather than a list of symbols to the completion function.
14219
14220 2005-07-07 Jay Belanger <belanger@truman.edu>
14221
14222 * calc/calc-units.el (math-apply-units): Change the places in
14223 which units are simplified.
14224
14225 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
14226
14227 * cus-edit.el (customize-option, customize-option-other-window):
14228 Make them handle aliases.
14229
14230 * custom.el (custom-variable-p): Make it recursively follow
14231 aliases. Mention that in the docstring.
14232
14233 2005-07-07 Richard M. Stallman <rms@gnu.org>
14234
14235 * cus-start.el (exec-path): Use `directory' instead of `file'.
14236 Fix tag for nil.
14237
14238 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14239
14240 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
14241 when called non-interactively. Doc fix.
14242
14243 2005-07-07 Lute Kamstra <lute@gnu.org>
14244
14245 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
14246 new address as well.
14247
14248 2005-07-07 Kenichi Handa <handa@m17n.org>
14249
14250 * international/mule.el (make-coding-system):
14251 Describe `ascii-incompatible' property in the docstring.
14252 (set-file-name-coding-system): Signal an error if coding-system is
14253 ascii-incompatible.
14254 (set-keyboard-coding-system): Likewise.
14255
14256 * international/mule-cmds.el (set-default-coding-systems):
14257 Don't set default-file-name-coding-system and
14258 default-keyboard-coding-system if coding-system is ASCII-incompatible.
14259
14260 * international/utf-16.el: Declare that all UTF-16-based coding
14261 systems are ASCII-incompatible.
14262
14263 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
14264
14265 * progmodes/gud.el: Require font-lock for displaying errors.
14266 Used by gdb-ui.el.
14267
14268 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14269
14270 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14271 values for the pattern lists which are `read'able but not
14272 `append'able (like symbols).
14273
14274 2005-07-06 Richard M. Stallman <rms@gnu.org>
14275
14276 * progmodes/flymake.el (flymake-float-time): Instead of
14277 with-no-warnings, test for xemacs.
14278 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14279 to avoid warning.
14280
14281 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
14282
14283 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14284
14285 2005-07-05 Lute Kamstra <lute@gnu.org>
14286
14287 * battery.el: Add support for Darwin (with much debugging help
14288 from Samuel Lauber <sam124@operamail.com>).
14289 (battery-status-function, battery-echo-area-format)
14290 (battery-mode-line-format): Add support for pmset on Darwin.
14291 (battery-load-low, battery-load-critical): New user options.
14292 (battery-pmset): New function.
14293
14294 2005-07-05 Lute Kamstra <lute@gnu.org>
14295
14296 Update FSF's address in GPL notices.
14297
14298 * textmodes/page-ext.el: Update FSF's address.
14299
14300 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14301
14302 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14303 filling from using prefix when filling a single-line docstring.
14304
14305 * progmodes/flymake.el: Remove useless eval-when-compile.
14306
14307 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14308
14309 2005-07-04 Richard M. Stallman <rms@gnu.org>
14310
14311 * textmodes/org.el (org-file-apps-defaults-gnu):
14312 Rename from org-file-apps-defaults-linux.
14313 (org-default-apps): Don't test system-type for `linux'.
14314 (org-file-apps): Doc fix.
14315
14316 2005-07-04 David Ponce <david@dponce.com>
14317
14318 * tree-widget.el: Improve header Commentary section.
14319 (tree-widget) [defgroup]
14320 (tree-widget-image-enable, tree-widget-themes-directory)
14321 (tree-widget-theme, tree-widget-image-properties-emacs)
14322 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14323 (tree-widget-image-formats, tree-widget-control)
14324 (tree-widget-empty-control, tree-widget-leaf-control
14325 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14326 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14327 (tree-widget-keep, tree-widget-after-toggle-functions)
14328 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14329 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14330 :help-echo message.
14331 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14332 (tree-widget-image-properties): Doc fix. Clearer implementation.
14333 (tree-widget--cursors): New constant.
14334 (tree-widget-lookup-image): New function split from
14335 `tree-widget-find-image'. Clearer implementation.
14336 (tree-widget-find-image): Use it.
14337 (tree-widget-button-keymap): Use `set-keymap-parent'.
14338 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14339 Define the sub-widgets here.
14340 (tree-widget-node): Check that :node is not a tree-widget.
14341 (tree-widget-get-super, tree-widget-open-control)
14342 (tree-widget-close-control, tree-widget-empty-control)
14343 (tree-widget-leaf-control, tree-widget-guide)
14344 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14345 (tree-widget-no-handle, tree-widget-value-delete)
14346 (tree-widget-map): Remove.
14347 (tree-widget-children-value-save): Doc fix. Simplified.
14348 (tree-widget-value-create): Update according to previous changes.
14349
14350 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14351
14352 * textmodes/org.el: Leading space replaced by TABS.
14353 (org-recalc-marks, org-table-rotate-recalc-marks)
14354 (org-table-get-specials): Treat "^" and "_" marks.
14355 (org-table-justify-field-maybe): Optional argument NEW.
14356 (org-table-eval-formula): Parsing of the format simplified.
14357 New modes C,I. Honor the %= parameter in the current table.
14358 Avoid unnecessary re-align by using the NEW argument to
14359 `org-table-justify-field-maybe'.
14360 (org-calc-default-modes): Default for date-format mimicks org-mode.
14361 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14362
14363 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14364
14365 * cus-face.el (custom-theme-set-faces): Make it handle face
14366 aliases whose alias declarations are pre- or autoloaded.
14367
14368 2005-07-04 Juri Linkov <juri@jurta.org>
14369
14370 * faces.el (read-face-name): Put the code for getting a face name
14371 from the buffer before adding the faces from the `face' property.
14372 Use `completing-read-multiple' instead of `completing-read'.
14373 Require `crm'. Add default value and post-process the returned
14374 list of faces.
14375
14376 * emacs-lisp/crm.el (crm-find-current-element)
14377 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14378
14379 * emacs-lisp/lisp-mode.el (eval-defun-1):
14380 * emacs-lisp/edebug.el (edebug-eval-defun):
14381 Remove unnecessary quotes.
14382
14383 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14384
14385 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14386 (prolog-indent-level): Fix typo in docstring.
14387
14388 * info.el (Info-history, Info-history-forward)
14389 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14390
14391 * add-log.el (add-change-log-entry):
14392 * comint.el (comint-dynamic-list-input-ring)
14393 (comint-dynamic-list-completions):
14394 * dabbrev.el (dabbrev-expand):
14395 * delim-col.el (delimit-columns-rectangle-line):
14396 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14397 (diff-unified->context):
14398 * ediff-init.el (ediff-abbrev-jobname):
14399 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14400 (ediff-replace-session-activity-marker-in-meta-buffer):
14401 * info.el (Info-summary):
14402 * lpr.el (printify-region):
14403 * printing.el (pr-create-interface):
14404 * ps-print.el (ps-print-quote):
14405 * ses.el (ses-column-widths, ses-print-cell)
14406 (ses-adjust-print-width, ses-center):
14407 * shell.el (shell-file-name-quote-list):
14408 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14409 (strokes-fill-current-buffer-with-whitespace)
14410 (strokes-xpm-for-stroke, strokes-list-strokes)
14411 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14412 * term.el (term-dynamic-list-input-ring)
14413 (term-dynamic-list-completions):
14414 * calc/calc.el (math-format-stack-value):
14415 * emacs-lisp/edebug.el (edebug-display-freq-count):
14416 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14417 (delphi-new-comment-line):
14418 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14419 * progmodes/executable.el (executable-set-magic):
14420 * progmodes/python.el (inferior-python-mode):
14421 * progmodes/scheme.el (scheme-mode-syntax-table):
14422 * progmodes/sh-script.el (sh-maybe-here-document):
14423 * progmodes/sql.el (sql-copy-column):
14424 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14425 * textmodes/bibtex.el (bibtex-mode):
14426 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14427 (sgml-auto-attributes):
14428 * textmodes/table.el (table-insert, table-shorten-cell)
14429 (table--generate-source-scan-lines, table-delete-row)
14430 (*table--cell-delete-char, table--spacify-frame)
14431 (table--horizontally-shift-above-and-below)
14432 (table--cell-insert-char, table--cell-blank-str)
14433 (table--fill-region-strictly):
14434 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14435 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14436
14437 * add-log.el (change-log):
14438 * apropos.el (apropos):
14439 * comint.el (comint-completion, comint-source):
14440 * dabbrev.el (dabbrev):
14441 * delim-col.el (columns):
14442 * diff-mode.el (diff-mode):
14443 * ediff.el (ediff):
14444 * ediff-diff.el (ediff-diff):
14445 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14446 * ediff-mult.el (ediff-mult):
14447 * ediff-ptch.el (ediff-ptch):
14448 * ediff-wind.el (ediff-window):
14449 * facemenu.el (facemenu):
14450 * indent.el (indent):
14451 * info.el (info):
14452 * jka-cmpr-hook.el (compression, jka-compr):
14453 * lpr.el (lpr):
14454 * outline.el (outlines):
14455 * pcmpl-cvs.el (pcmpl-cvs):
14456 * pcmpl-rpm.el (pcmpl-rpm):
14457 * printing.el (printing):
14458 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14459 (ps-print-vertical, ps-print-headers, ps-print-font)
14460 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14461 (ps-print-background, ps-print-printer, ps-print-page)
14462 (ps-print-miscellany):
14463 * ses.el (ses):
14464 * shell.el (shell, shell-directories, shell-faces):
14465 * startup.el (initialization):
14466 * strokes.el (strokes):
14467 * term.el (term):
14468 * uniquify.el (uniquify):
14469 * w32-vars.el (w32):
14470 * calc/calc.el (calc):
14471 * emacs-lisp/bytecomp.el (bytecomp):
14472 * emacs-lisp/cl-indent.el (lisp-indent):
14473 * emacs-lisp/edebug.el (edebug):
14474 * emacs-lisp/elp.el (elp):
14475 * emacs-lisp/testcover.el (testcover):
14476 * emacs-lisp/trace.el (trace):
14477 * emulation/viper-ex.el (viper-ex):
14478 * emulation/viper-mous.el (viper-mouse):
14479 * mail/mailalias.el (mailalias):
14480 * mail/supercite.el (supercite, supercite-frames)
14481 (supercite-attr, supercite-cite, supercite-hooks):
14482 * net/rcompile.el (remote-compile):
14483 * net/rlogin.el (rlogin):
14484 * obsolete/ooutline.el (outlines):
14485 * progmodes/delphi.el (delphi):
14486 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14487 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14488 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14489 (ebnf-optimization):
14490 * progmodes/etags.el (etags):
14491 * progmodes/executable.el (executable):
14492 * progmodes/idlwave.el (idlwave):
14493 * progmodes/pascal.el (pascal):
14494 * progmodes/prolog.el (prolog):
14495 * progmodes/python.el (python):
14496 * progmodes/scheme.el (scheme):
14497 * progmodes/sh-script.el (sh, sh-script):
14498 * progmodes/sql.el (SQL):
14499 * progmodes/tcl.el (tcl):
14500 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14501 * textmodes/enriched.el (enriched):
14502 * textmodes/makeinfo.el (makeinfo):
14503 * textmodes/sgml-mode.el (sgml):
14504 * textmodes/table.el (table-hooks):
14505 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14506 * textmodes/texinfo.el (texinfo):
14507 * textmodes/two-column.el (two-column):
14508 Finish `defgroup' description with period.
14509
14510 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14511 * eshell/esh-var.el (eshell-var):
14512 * progmodes/vhdl-mode.el (vhdl-testbench):
14513 * textmodes/org.el (org): Fix typos in docstrings.
14514
14515 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14516 consistency.
14517
14518 * progmodes/flymake.el (flymake-find-file): Remove.
14519 (flymake-float-time): Use `with-no-warnings'.
14520 (flymake-check-start-time, flymake-check-was-interrupted)
14521 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14522 (flymake-new-err-info): `defvar' at compile time.
14523
14524 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14525
14526 * replace.el (occur-hook): Doc fix.
14527 (occur-1): Don't call `occur-hook' if there are no matches.
14528
14529 2005-07-03 Richard M. Stallman <rms@gnu.org>
14530
14531 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14532 global-map, save the same map.
14533 (global-map): Don't alter it at top level.
14534 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14535 Then alter it here instead.
14536 (tpu-edt-off): Set global-map to the saved one.
14537
14538 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14539 All references simplified.
14540 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14541 (zmacs-regions): Add defvar.
14542 (repeat-complex-command-map): Everything about that deleted.
14543
14544 * textmodes/artist.el (artist-key-is-drawing)
14545 (artist-key-endpoint1, artist-key-poly-point-list)
14546 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14547 (artist-key-compl-table, artist-rb-save-data)
14548 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14549 Don't put them in eval-when-compile.
14550 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14551
14552 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14553 Use with-no-warnings.
14554
14555 * net/browse-url.el (dos-windows-version): Add defvar.
14556
14557 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14558
14559 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14560 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14561 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14562 Add defvar.
14563 (rmail-summary-beginning-of-message): Use with-no-warnings.
14564 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14565
14566 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14567 Use with-no-warnings.
14568
14569 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14570 (c-mark-function): Add point-moving-unit property.
14571 (vi-goto-line): Use with-no-warnings.
14572
14573 * emulation/edt.el (edt-last-copied-word): Add defvar.
14574 (zmacs-region-stays): Likewise.
14575 (edt-mark-section-wisely): Use c-mark-function for C.
14576 Use makr-defun for Fortran.
14577 (time-string): defvar deleted.
14578 (edt-display-the-time): Don't set time-string.
14579
14580 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14581
14582 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14583 Don't warn when name is not constant
14584 or for defining the group `emacs'.
14585
14586 * tooltip.el (gud-tooltip-mode): Add defvar.
14587
14588 * startup.el (default-frame-background-mode): Add defvar.
14589
14590 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14591
14592 * info.el (tool-bar-map): Add defvar.
14593
14594 * dired.el (dnd-protocol-alist): Add defvar.
14595
14596 * dired-aux.el (dired-query): Display question with answer, when
14597 the user answers.
14598
14599 * custom.el (custom-add-option): Doc fix.
14600
14601 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14602
14603 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14604
14605 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14606 bogus name from the last change.
14607
14608 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14609
14610 * custom.el (custom-declare-variable): Fix typos in comment.
14611 (custom-known-themes): Doc fix.
14612 (custom-theme-directory): New defcustom.
14613 (require-theme): Make it check `custom-theme-directory'.
14614
14615 * cus-theme.el (custom-new-theme-mode): New function.
14616 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14617 (custom-theme-description): Add compiler defvars.
14618 (customize-create-theme): Add doc to the "*New Custom Theme*"
14619 buffer. Use `custom-new-theme-mode'.
14620 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14621 and save it to the `custom-theme-directory'. Make this the
14622 default directory of the buffer.
14623
14624 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14625
14626 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14627 Fix unbalanced parentheses.
14628
14629 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14630
14631 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14632 into flymake-mode and delegate to flymake-mode.
14633
14634 * find-file.el (ff-which-function-are-we-in): Clean up.
14635
14636 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14637
14638 * replace.el (occur-rename-buffer): Fix docstring.
14639
14640 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14641 (edt-last-copied-word, edt-learn-macro-count)
14642 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14643 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14644 (time-string, zmacs-region-stays):
14645 * emulation/edt-mapper.el (edt-save-function-key-map)
14646 (EDT-key-name): `defvar' to silence the byte-compiler.
14647
14648 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
14649
14650 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14651 font-lock-regexp-backslash. Doc fix.
14652 (font-lock-regexp-backslash-grouping-construct): Rename from
14653 font-lock-regexp-backslash-construct. Doc fix.
14654 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14655 grouping constructs.
14656
14657 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14658
14659 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14660 updating all the prerequisites.
14661
14662 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14663
14664 * textmodes/org.el (org-agenda-start-on-weekday)
14665 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14666 (org-agenda-use-time-grid, org-archive-location)
14667 (org-allow-space-in-links, org-usenet-links-prefer-google)
14668 (org-enable-table-editor, org-export-default-language)
14669 (org-export-html-show-new-buffer, org-fill-paragraph)
14670 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14671 (org-goto-quit, org-occur, org-eval-in-calendar)
14672 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14673 (org-agenda-diary-entry, org-remember-help)
14674 (org-table-convert-region, org-at-table-p)
14675 (org-table-move-row-down, org-table-move-row-up)
14676 (org-table-copy-region, org-table-toggle-vline-visibility)
14677 (org-table-get-stored-formulas, org-table-get-specials)
14678 (org-recalc-commands, org-table-eval-formula)
14679 (org-table-formula-substitute-names, orgtbl-make-binding)
14680 (org-format-org-table-html, org-format-table-table-html)
14681 (org-format-table-table-html-using-table-generate-source)
14682 (org-customize): Fix typos in docstrings.
14683 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14684 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14685 (org-back-to-heading): Doc fixes.
14686 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14687 (org-agenda-change-all-lines, org-get-header):
14688 Improve argument/docstring consistency.
14689 (orgtbl-error): Fix error message.
14690
14691 * progmodes/flymake.el (flymake-find-possible-master-files)
14692 (flymake-master-file-compare, flymake-get-line-err-count)
14693 (flymake-highlight-line, flymake-gui-warnings-enabled):
14694 Fix typos in docstrings.
14695 (flymake-parse-line, flymake-get-project-include-dirs-function)
14696 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14697 Doc fixes.
14698 (flymake-get-project-include-dirs-function)
14699 (flymake-make-err-menu-data):
14700 Improve argument/docstring consistency.
14701
14702 2005-07-01 Lute Kamstra <lute@gnu.org>
14703
14704 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14705 Catch errors with ignore-errors. Use temporary buffer.
14706 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14707
14708 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14709 background color faces.
14710 (facemenu-set-foreground, facemenu-set-background):
14711 Use facemenu-set-face-from-menu.
14712 (facemenu-set-face-from-menu): Treat face names that start with
14713 "fg:" or "bg:" as special.
14714 (facemenu-add-new-color): Don't create faces. Simplify.
14715
14716 2005-06-30 Richard M. Stallman <rms@gnu.org>
14717
14718 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14719 (crm-find-current-element): Likewise.
14720
14721 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14722
14723 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14724
14725 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14726
14727 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14728 (archive-mouse-extract): Make it an obsolete alias.
14729 (archive-mode-map): Don't use archive-mouse-extract any more.
14730 (archive-mode, archive-extract): write-contents-hooks ->
14731 write-contents-functions.
14732 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14733 first arg.
14734 (archive-rename-entry): Update the call.
14735 (archive-zip-summarize): Remove unused var `method'.
14736 (archive-lzh-summarize): Remove unused var `creator'.
14737
14738 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14739 dedicated frame upon exit.
14740
14741 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14742 (archive-zip-extract, archive-zip-expunge)
14743 (archive-zip-update, archive-zip-update-case): Use executable-find.
14744 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14745 Use restore-buffer-modified-p.
14746 (archive-extract, archive-add-new-member, archive-write-file-member):
14747 Use with-current-buffer.
14748 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14749
14750 2005-06-30 Andreas Schwab <schwab@suse.de>
14751
14752 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14753
14754 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14755
14756 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14757
14758 2005-06-30 Juri Linkov <juri@jurta.org>
14759
14760 * faces.el (vertical-border): Inherit from mode-line-inactive
14761 only on tty.
14762
14763 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14764
14765 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14766 example, -NLINES in the `occur' docstring).
14767
14768 * replace.el (occur-1): When no matches are found, do not set the
14769 `buffer-read-only' and modified flags for the occur buffer,
14770 because it is deleted.
14771
14772 * emulation/cua-base.el (cua-check-pending-input)
14773 (cua-repeat-replace-region, cua-mode, cua-debug)
14774 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14775 Fix typos in docstrings.
14776
14777 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14778 (cua-cut-region-to-global-mark)
14779 (cua--cut-rectangle-to-global-mark):
14780 Remove period from end of messages.
14781
14782 * emulation/cua-rect.el (cua-do-rectangle-padding):
14783 Remove period from end of messages.
14784 (cua--rectangle-seq-format): Fix typo in docstring.
14785 (cua-sequence-rectangle, cua-fill-char-rectangle):
14786 Improve argument/docstring consistency.
14787
14788 2005-06-29 Juri Linkov <juri@jurta.org>
14789
14790 * faces.el (default-frame-background-mode): New internal variable.
14791 (frame-set-background-mode): Use it.
14792
14793 * startup.el (normal-top-level): Set default-frame-background-mode
14794 instead of frame-background-mode. Before setting it, test for its
14795 nil value. Remove tests for frame-background-mode and frame
14796 parameter `reverse'. Add test for "unspecified-fg".
14797
14798 * term/xterm.el (xterm-rxvt-set-background-mode):
14799 * term/rxvt.el (rxvt-set-background-mode):
14800 Set default-frame-background-mode instead of frame-background-mode.
14801
14802 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14803
14804 * simple.el (set-variable): Warn about obsolete user variables.
14805
14806 * imenu.el (imenu--completion-buffer):
14807 * mouse.el (mouse-buffer-menu-alist):
14808 * msb.el (msb-invisible-buffer-p):
14809 * calendar/diary-lib.el (diary-header-line-format):
14810 * emacs-lisp/pp.el (pp-buffer):
14811 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14812 * textmodes/picture.el (picture-replace-match):
14813 Change space constants followed by a sexp to "?\s ".
14814
14815 * play/decipher.el (decipher-loop-with-breaks):
14816 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14817 constants "protected" from end of line by a comment to "?\s".
14818
14819 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14820
14821 * font-lock.el (save-buffer-state): Use `declare'.
14822
14823 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14824 reset the syntax-table to cperl-mode-syntax-table.
14825 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14826 "foo_print_bar" is not matched as a reserved keyword.
14827
14828 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14829
14830 * textmodes/org.el (orgtbl-setup): New function, for delayed
14831 setup for the orgtbl commands.
14832 (org-calc-default-modes): New option.
14833 (orgtbl-make-binding): Use `defun' to get better help display.
14834 (org-diary): Call `org-compile-prefix-format'.
14835 (org-table-formula-substitute-names): New function.
14836 (org-agenda-day-view, org-agenda-week-view): New commands.
14837 (org-agenda-toggle-week-view): Command removed.
14838 (org-tbl-menu): Split off from org-org-menu.
14839 (org-mode): Move removal of outline-mode menus to here.
14840 (org-table-formula-debug): New option.
14841 (org-table-insert-row): Keep first field if just "#" or "*".
14842 (org-mode): Paragraph regexps fixed.
14843 (org-table-recalculate-regexp): New constant.
14844 (org-table-justify-field-maybe): Avoid replace if not necessary.
14845 (org-copy-special, org-cut-special): Use `call-interactively'.
14846 (org-table-copy-region): Take region from `interactive' call.
14847 (org-trim): Return string even if no match.
14848 (org-formula): New face.
14849 (org-set-font-lock-defaults): No longer highlight "FIXME".
14850 But highlight formula-related fields in table.
14851 (org-table-p): Use regexp, not fontification.
14852 (org-table-align): Handle white space at end of line.
14853 (org-table-formula-evaluate-inline): New option.
14854 (org-mode): Auto-wrapping in comment lines turned off.
14855 (org-table-copy-down): Evaluate only in copied field, not in
14856 destination.
14857 (org-table-current-formula): Variable removed.
14858 (org-table-store-formulas, org-table-get-stored-formulas)
14859 (org-table-modify-formulas, org-table-replace-in-formulas)
14860 (org-table-maybe-eval-formula): New functions.
14861 (org-table-get-formula): Modify to use stored formulas.
14862 (org-table-insert-column, org-table-delete-column)
14863 (org-table-move-column): Call `org-table-modify-formulas'.
14864 (org-complete): Add completion for keyword formulas.
14865 (orgtbl-mode): Pull orgtbl-mode-map to start of
14866 minor-mode-map-alist.
14867
14868 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14869
14870 * progmodes/python.el (python-check): Require `compile' before
14871 modifying its variables.
14872
14873 * newcomment.el (comment-indent-default): Don't get fooled by an early
14874 end of buffer.
14875
14876 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14877
14878 * ps-print.el (ps-print-version): Fix version number.
14879
14880 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14881
14882 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14883
14884 2005-06-28 Richard M. Stallman <rms@gnu.org>
14885
14886 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14887 (flyspell-local-mouse-map): Declaration deleted.
14888 (flyspell-mouse-map): Bind only mouse-2.
14889 (flyspell-mode-map): Don't test flyspell-use-local-map.
14890 (flyspell-overlay-keymap-property-name): Var deleted.
14891 (flyspell-mode-on): Don't make local bindings for
14892 flyspell-mouse-map and flyspell-mode-map.
14893 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14894
14895 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14896
14897 * progmodes/compile.el (compilation-next-error-function):
14898 Don't switch buffers; operate on the current buffer.
14899
14900 * progmodes/compile.el (compilation-error-file-name)
14901 (compilation-warning-file-name, compilation-info-file-name)
14902 (compilation-line-number, compilation-column-number): New faces.
14903 (compilation-error-face, compilation-warning-face)
14904 (compilation-info-face, compilation-line-face)
14905 (compilation-column-face): Use them.
14906
14907 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14908
14909 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14910
14911 * bindings.el (global-map): Bind insertchar and its variants.
14912
14913 2005-06-27 Richard M. Stallman <rms@gnu.org>
14914
14915 * textmodes/artist.el (artist-text-overwrite)
14916 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14917
14918 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14919
14920 * ps-print.el: It was not working the page selection for printing.
14921 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14922 (ps-print-version): New version 6.6.7.
14923 (ps-end-sheet): New fun.
14924 (ps-header-sheet, ps-end-job): Call it.
14925
14926 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
14927
14928 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14929
14930 2005-06-27 Lute Kamstra <lute@gnu.org>
14931
14932 * facemenu.el (facemenu-unlisted-faces): Add foreground and
14933 background color faces.
14934 (facemenu-get-face): Delete function.
14935 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14936 (facemenu-add-new-color): Make second argument mandatory.
14937 Create the appropriate face and return it. Simplify.
14938 (facemenu-set-foreground, facemenu-set-background): Don't check if
14939 color is defined. Use return value of facemenu-add-new-color.
14940
14941 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
14942
14943 * progmodes/gud.el (gud-filter): Add missing argument to
14944 with-selected-window.
14945
14946 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14947
14948 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14949 a :require to the defcustom.
14950
14951 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14952 defcustoms corresponding to minor modes.
14953
14954 2005-06-26 David Ponce <david@dponce.com>
14955
14956 * recentf.el: Require tree-widget instead of wid-edit.
14957 (recentf-filename-handler): Fix widget :type.
14958 (recentf-cancel-dialog, recentf-open-more-files)
14959 (recentf-open-files-action): Doc fix.
14960 (recentf-dialog-goto-first): New function.
14961 (recentf-dialog-mode-map): Set parent keymap first.
14962 (recentf-dialog-mode): Define with define-derived-mode.
14963 Don't display continuation lines in dialogs.
14964 (recentf-edit-list): Rename from recentf-edit-selected-items.
14965 (recentf-edit-list-select): Rename from recentf-edit-list-action.
14966 Simplify.
14967 (recentf-edit-list-validate): New function.
14968 (recentf-edit-list): Update accordingly.
14969 (recentf-open-files-item-shift): Remove.
14970 (recentf-open-files-item): Convert menu elements into tree and
14971 link widgets. Don't create the widgets.
14972 (recentf-open-files): Update accordingly.
14973 (recentf-save-list): Untabify.
14974
14975 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
14976
14977 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14978 (keep-lines): Add INTERACTIVE arg. Never delete lines only
14979 partially contained in the active region. Do not take active
14980 region into account when called from Lisp, unless INTERACTIVE arg
14981 is non-nil. Use `forward-line' instead of `beginning-of-line' to
14982 avoid trouble with fields. Make marker point nowhere when no
14983 longer used. Always return nil. Doc fix.
14984 (flush-lines): Add INTERACTIVE arg. Do not take active region
14985 into account when called from Lisp, unless INTERACTIVE arg is
14986 non-nil. Use `forward-line' instead of `beginning-of-line' to
14987 avoid trouble with fields. Make marker point nowhere when no
14988 longer used. Always return nil. Doc fix.
14989 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
14990 interchangeable. Do not take active region into account when
14991 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
14992 message in echo area when called from Lisp, unless INTERACTIVE arg
14993 is non-nil. Avoid saying "1 occurrences". Do not use markers.
14994 Return the number of matches. Doc fix.
14995 (occur): Doc fix.
14996 (perform-replace): Make comment follow double space convention for
14997 the sake of `outline-minor-mode'.
14998
14999 * faces.el (facep): Doc fix.
15000
15001 2005-06-25 Richard M. Stallman <rms@gnu.org>
15002
15003 * facemenu.el (facemenu-enable-faces-p): New function.
15004 (facemenu-background-menu, facemenu-foreground-menu)
15005 (facemenu-face-menu): Add menu-enable property.
15006
15007 * jka-compr.el (jka-compr-insert-file-contents):
15008 Special handling if cannot find the uncompression program.
15009
15010 * cus-face.el (custom-face-attributes): Add autoload.
15011
15012 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15013 Bind comment-indent-function locally.
15014
15015 * window.el (save-selected-window): Use save-current-buffer.
15016
15017 * subr.el (with-selected-window): Use save-current-buffer.
15018
15019 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
15020 and with-current-buffer.
15021
15022 2005-06-24 Richard M. Stallman <rms@gnu.org>
15023
15024 * simple.el (line-move-1): Fix previous change.
15025
15026 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
15027
15028 * replace.el (occur-1): Set `buffer-read-only' and the
15029 buffer-modified flag before running `occur-hook' to protect
15030 against unintentional buffer switches that can lead to data loss.
15031
15032 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
15033
15034 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
15035 (gud-gdb-marker-filter): Use font-lock-warning-face for any
15036 initial error.
15037
15038 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
15039 after fresh input.
15040 (gdb-var-create-handler): Put name of expression in quotes.
15041
15042 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
15043
15044 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
15045 elements of RING in order, and without bogus nil elements.
15046
15047 2005-06-23 Richard M. Stallman <rms@gnu.org>
15048
15049 * simple.el (set-variable): Args renamed; doc fix.
15050 (line-move-1): When there are overlays around, use vertical-motion.
15051
15052 * faces.el (escape-glyph): Use brown against light background.
15053 (nobreak-space): Rename from no-break-space.
15054 Fix previous change.
15055
15056 * dired-aux.el (dired-do-copy): Fix arg prompt.
15057
15058 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
15059
15060 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
15061
15062 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
15063 rather than "Distributor".
15064
15065 2005-06-23 Lute Kamstra <lute@gnu.org>
15066
15067 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
15068 (debug-on-entry): Use it. New interactive declaration that uses
15069 function-called-at-point.
15070
15071 2005-06-23 Kim F. Storm <storm@cua.dk>
15072
15073 * subr.el (save-match-data): Add comment about using evaporate arg
15074 to set-match-data.
15075
15076 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
15077
15078 * cus-edit.el (customize-face)
15079 (customize-face-other-window): Handle face aliases.
15080
15081 * faces.el (face-documentation, set-face-attribute)
15082 (face-spec-set): Handle face aliases.
15083
15084 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
15085
15086 * help-mode.el (help-make-xrefs): If a symbol representing a face
15087 name is not followed by the word "face", it could still be a
15088 function or variable name, so don't bypass other checks.
15089
15090 2005-06-22 Juri Linkov <juri@jurta.org>
15091
15092 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
15093 Replace aliased functions with calls where second arg `inherit' is t.
15094
15095 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
15096
15097 * progmodes/gdb-ui.el (gdb-error): New variable.
15098 (gdb-error): New function.
15099 (gdb-annotation-rules): Act on error-begin and error annotations.
15100 (gdb-concat-output): Use font-lock-warning-face for errors.
15101
15102 2005-06-22 Miles Bader <miles@gnu.org>
15103
15104 * bindings.el (propertized-buffer-identification): Use renamed
15105 `Buffer-menu-buffer' face.
15106
15107 * faces.el (vertical-border): Rename from `vertical-divider'.
15108 (escape-glyph): Change dark-background color back to `cyan'.
15109
15110 2005-06-21 Juri Linkov <juri@jurta.org>
15111
15112 * faces.el (face-user-default-spec): Try getting `customized-face'
15113 prior to `saved-face'.
15114 (frame-background-mode): Refill docstring.
15115
15116 * emacs-lisp/lisp-mode.el (eval-defun-1):
15117 * emacs-lisp/edebug.el (edebug-eval-defun):
15118 Set `saved-face' temporarily to nil before calling form.
15119 Set `customized-face' to the new spec after that.
15120
15121 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15122
15123 * subr.el (1value, lambda, key-substitution-in-progress):
15124 Doc fixes.
15125
15126 * autoinsert.el (auto-insert-alist):
15127 * ses.el (ses-call-printer):
15128 * subr.el (noreturn):
15129 * emacs-lisp/lisp.el (check-parens):
15130 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
15131 * net/browse-url.el (browse-url-mosaic):
15132 * progmodes/cc-defs.el (c-safe-scan-lists):
15133 * progmodes/ebnf-abn.el (ebnf-abn-lex):
15134 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
15135 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
15136 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
15137 * progmodes/ebnf-iso.el (ebnf-iso-lex):
15138 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
15139
15140 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
15141
15142 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
15143
15144 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
15145
15146 * calendar/appt.el (appt-make-list): Activate the package, if
15147 not already active (for backwards compatibility).
15148
15149 2005-06-20 Kim F. Storm <storm@cua.dk>
15150
15151 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
15152
15153 2005-06-20 Miles Bader <miles@gnu.org>
15154
15155 * faces.el (vertical-divider): New face.
15156
15157 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
15158
15159 * simple.el (kill-whole-line): Doc fix.
15160 (next-error-buffer-p, next-error-find-buffer)
15161 (clone-indirect-buffer): Fix typos in docstrings.
15162 (comment-line-break-function): Doc fix: don't say variable
15163 is automatically buffer-local (it isn't).
15164
15165 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
15166
15167 * net/tramp-ftp.el (top):
15168 * net/tramp-smb.el (top):
15169 * net/tramp-util.el (top):
15170 * net/tramp-uu.el (top):
15171 * net/tramp-vc.el (top):
15172 * net/tramp.el (top): Revert copyright years back to original
15173 ones. Tramp has a life outside GNU Emacs.
15174
15175 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
15176
15177 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
15178
15179 2005-06-18 Juri Linkov <juri@jurta.org>
15180
15181 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
15182 end of first regexp to limit the match to the position between
15183 line number and source line with same separator character as used
15184 between file name and line number. In the second regexp limit
15185 mouse-face area to file name and line number by adding new group
15186 for them and referring it in HYPERLINK arg.
15187 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
15188 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
15189 previous line where grep markers may be already removed.
15190
15191 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
15192
15193 * progmodes/ps-mode.el: Update version and maintainer's email address.
15194
15195 2005-06-18 Steve Youngs <steve@xemacs.org>
15196
15197 * net/browse-url.el (browse-url-browser-function)
15198 (browse-url-default-browser): Add firefox.
15199 (browse-url-firefox-program, browse-url-firefox-arguments)
15200 (browse-url-firefox-startup-arguments)
15201 (browse-url-firefox-new-window-is-tab): New defcustoms.
15202 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
15203
15204 2005-06-17 Richard M. Stallman <rms@gnu.org>
15205
15206 * startup.el (command-line): Warn if specified user name has
15207 no home directory.
15208
15209 * term.el (term-get-old-input, term-input-filter, term-input-sender)
15210 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
15211
15212 * longlines.el (longlines-mode, longlines-show-hard-newlines):
15213 Doc fixes.
15214
15215 * faces.el (underline): Try bold if terminal doesn't support underline.
15216
15217 * mail/sendmail.el (mail-setup-with-from): New variable.
15218 (mail-insert-from-field): New function.
15219 (sendmail-send-it): Call it.
15220 (mail-setup): Optionally call it here.
15221
15222 * term/linux.el: Call tty-no-underline.
15223
15224 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
15225
15226 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
15227
15228 2005-06-17 Miles Bader <miles@gnu.org>
15229
15230 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
15231 (ediff-current-diff-C, ediff-current-diff-Ancestor)
15232 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
15233 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
15234 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
15235 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
15236 Remove "-face" suffix from face names.
15237 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15238 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15239 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15240 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15241 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15242 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15243 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15244 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15245 New backward-compatibility aliases for renamed faces.
15246 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15247 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15248 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15249 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15250 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15251 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15252 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15253 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15254 Use renamed ediff faces.
15255
15256 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
15257 Remove "-face" suffix from face names.
15258 (eshell-test-ok-face, eshell-test-failed-face):
15259 New backward-compatibility aliases for renamed faces.
15260 (eshell-run-test): Use renamed eshell-test faces.
15261
15262 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
15263 face name.
15264 (eshell-prompt-face): New backward-compatibility alias for renamed
15265 face.
15266 (eshell-emit-prompt): Use renamed eshell-prompt face.
15267
15268 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15269 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15270 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15271 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15272 Remove "-face" suffix from face names.
15273 (eshell-ls-directory-face, eshell-ls-symlink-face)
15274 (eshell-ls-executable-face, eshell-ls-readonly-face)
15275 (eshell-ls-unreadable-face, eshell-ls-special-face)
15276 (eshell-ls-missing-face, eshell-ls-archive-face)
15277 (eshell-ls-backup-face, eshell-ls-product-face)
15278 (eshell-ls-clutter-face):
15279 New backward-compatibility aliases for renamed faces.
15280 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15281
15282 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15283 Remove "-face" suffix from face name.
15284 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15285 instead of literal face.
15286
15287 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
15288
15289 * emacs-lisp/warnings.el (display-warning, lwarn)
15290 (warning-minimum-log-level): Doc fixes.
15291 (warning-minimum-level, warning-minimum-log-level):
15292 Add :debug to :type choices.
15293
15294 * progmodes/ada-mode.el (ada-format-paramlist)
15295 (ada-get-indent-case, ada-check-matching-start)
15296 (ada-check-defun-name, ada-goto-matching-decl-start)
15297 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15298 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15299 (ada-make-subprogram-body): Follow error conventions.
15300 (ada-case-exception-file, ada-indent-comment-as-code)
15301 (ada-indent-handle-comment-special, ada-indent-renames)
15302 (ada-indent-return, ada-search-directories-internal)
15303 (ada-tab-policy, ada-case-exception-substring)
15304 (ada-other-file-alist, ada-matching-start-re)
15305 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15306 (ada-imenu-generic-expression, ada-compile-goto-error)
15307 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15308 (ada-popup-menu, ada-add-extensions, ada-mode)
15309 (ada-region-selected, ada-create-case-exception)
15310 (ada-create-case-exception-substring, ada-after-keyword-p)
15311 (ada-activate-keys-for-case, ada-adjust-case-region)
15312 (ada-adjust-case-buffer, ada-format-paramlist)
15313 (ada-scan-paramlist, ada-insert-paramlist)
15314 (ada-indent-newline-indent)
15315 (ada-indent-newline-indent-conditional)
15316 (ada-justified-indent-current, ada-goto-previous-word)
15317 (ada-indent-current, ada-get-indent-open-paren)
15318 (ada-get-indent-paramlist, ada-get-indent-end)
15319 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15320 (ada-get-indent-block-start, ada-get-indent-subprog)
15321 (ada-get-indent-noindent, ada-get-indent-label)
15322 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15323 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15324 (ada-goto-stmt-end, ada-goto-next-word)
15325 (ada-check-matching-start, ada-check-defun-name)
15326 (ada-goto-matching-decl-start, ada-goto-matching-start)
15327 (ada-goto-matching-end, ada-search-ignore-string-comment)
15328 (ada-in-decl-p, ada-looking-at-semi-or)
15329 (ada-looking-at-semi-private, ada-in-paramlist-p)
15330 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15331 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15332 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15333 (ada-previous-package, ada-create-menu)
15334 (ada-fill-comment-paragraph-justify)
15335 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15336 (ada-other-file-name, ada-last-which-function-line)
15337 (ada-last-which-function-subprog, ada-which-function)
15338 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15339 (ada-gen-treat-proc, ada-check-emacs-version)
15340 (ada-continuation-indent, ada-align-region-separate):
15341 Fix typos in docstrings.
15342 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15343
15344 2005-06-16 Lute Kamstra <lute@gnu.org>
15345
15346 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15347 conditionally.
15348
15349 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15350
15351 * comint.el (comint-replace-by-expanded-filename)
15352 (comint-prompt-regexp, comint-delimiter-argument-list)
15353 (comint-preinput-scroll-to-bottom):
15354 * info.el (Info-hide-cookies-node):
15355 * ls-lisp.el (ls-lisp-classify):
15356 * find-file.el (ff-search-directories, ff-special-constructs)
15357 (ff-find-other-file):
15358 * font-lock.el (font-lock-keywords):
15359 * shell.el (shell-prompt-pattern)
15360 (shell-dynamic-complete-functions, shell-mode)
15361 (shell-delimiter-argument-list):
15362 * term.el (term-replace-by-expanded-filename)
15363 (term-prompt-regexp, term-delimiter-argument-list):
15364 * woman.el (woman-ignore, woman0-if):
15365 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15366 * emacs-lisp/elint.el (elint-init-env):
15367 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15368 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15369 * language/ethio-util.el (ethio-tilde-escape)
15370 (ethio-use-three-dot-question):
15371 * net/zone-mode.el (zone-mode-load-time-setup):
15372 * progmodes/cc-align.el (c-lineup-argcont):
15373 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15374 * progmodes/cperl-mode.el (cperl-set-style-back):
15375 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15376 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15377 Fix spellings in docstrings.
15378
15379 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15380 * progmodes/modula2.el (m2-for): Fix spellings.
15381
15382 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15383
15384 * simple.el (undo-more): Don't use `format' on `error' arguments.
15385 Improve argument/docstring consistency.
15386 (pending-undo-list): Doc fix.
15387
15388 * smerge-mode.el (smerge-ensure-match):
15389 * emulation/vip.el (vip-ex):
15390 * net/zone-mode.el (zone-mode-update-serial):
15391 * progmodes/idlwave.el (idlwave-complete):
15392 * progmodes/vhdl-mode.el (vhdl-visit-file)
15393 (vhdl-compose-wire-components):
15394 Don't use `format' on `error' arguments.
15395
15396 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15397 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15398 (tooltip-help-tips): Fix typos in docstrings.
15399
15400 2005-06-16 David Ponce <david@dponce.com>
15401
15402 * tree-widget.el (tree-widget-value-create): Simplify last change.
15403
15404 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15405
15406 * ido.el (ido-incomplete-regexp): New variable.
15407 (ido-set-matches-1): Handle invalid-regexp error and set
15408 ido-incomplete-regexp.
15409 (ido-incomplete-regexp): New face.
15410 (ido-completions): Use it.
15411 (ido-complete, ido-exit-minibuffer, ido-completions):
15412 Handle incomplete regexps.
15413 (ido-completions): Add check for complete match when entering a regexp.
15414
15415 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15416
15417 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15418
15419 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15420
15421 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15422 by field delimiters.
15423
15424 2005-06-15 David Ponce <david@dponce.com>
15425
15426 * tree-widget.el: eval-and-compile inlined functions so they will
15427 be available at run-time too.
15428 (tree-widget-super-format-handler)
15429 (tree-widget-format-handler): Remove.
15430 (tree-widget-value-create): Handle the :indent property.
15431
15432 2005-06-15 Miles Bader <miles@gnu.org>
15433
15434 * progmodes/which-func.el (which-func): Only inherit
15435 `font-lock-function-name-face' when that makes sense against the
15436 default mode-line face, otherwise set the face color explicitly.
15437
15438 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15439 faces instead of (non-existent) variables.
15440
15441 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15442
15443 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15444 (iswitchb-get-matched-buffers): Likewise. Simplify.
15445
15446 2005-06-14 Miles Bader <miles@gnu.org>
15447
15448 * progmodes/ld-script.el (ld-script-location-counter):
15449 Remove "-face" suffix from face name.
15450 (ld-script-location-counter-face):
15451 New backward-compatibility alias for renamed face.
15452 (ld-script-location-counter-face): Use renamed face.
15453
15454 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15455 (cperl-hash): Remove "-face" suffix from face names.
15456 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15457 New backward-compatibility aliases for renamed faces.
15458 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15459 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15460
15461 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15462 name.
15463 (which-func-face): New backward-compatibility alias for renamed face.
15464 (which-func-format): Use renamed which-func face.
15465
15466 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15467 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15468 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15469 names.
15470 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15471 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15472 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15473 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15474 (vhdl-speedbar-architecture-selected)
15475 (vhdl-speedbar-configuration-selected)
15476 (vhdl-speedbar-package-selected)
15477 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15478 names.
15479 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15480 Use renamed faces.
15481 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15482 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15483 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15484 Use renamed faces.
15485 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15486 names.
15487 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15488 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15489 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15490 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15491 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15492 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15493
15494 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15495 face name.
15496 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15497 (sh-heredoc-face): Use renamed sh-heredoc face.
15498
15499 * progmodes/idlw-help.el (idlwave-help-link):
15500 Remove "-face" suffix from face name.
15501 (idlwave-help-link-face):
15502 New backward-compatibility alias for renamed face.
15503 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15504
15505 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15506 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15507 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15508 New backward-compatibility aliases for renamed faces.
15509 (idlwave-shell-disabled-breakpoint-face)
15510 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15511
15512 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15513 Remove "-face" suffix from face names.
15514 (flymake-errline-face, flymake-warnline-face):
15515 New backward-compatibility aliases for renamed faces.
15516 (flymake-highlight-line): Use renamed flymake faces.
15517
15518 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15519 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15520 (ebrowse-member-class, ebrowse-progress):
15521 Remove "-face" suffix from face names.
15522 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15523 (ebrowse-file-name-face, ebrowse-default-face)
15524 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15525 (ebrowse-progress-face):
15526 New backward-compatibility aliases for renamed faces.
15527 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15528 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15529 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15530 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15531
15532 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15533 antlr-syntax)
15534 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15535 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15536 names.
15537 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15538 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15539 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15540 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15541 backward-compatibility aliases for renamed faces.
15542 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15543 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15544 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15545 remove "font-lock-". Use renamed antlr-mode faces.
15546 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15547 literal face-names with face variable references.
15548
15549 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15550 face name.
15551 (Buffer-menu-buffer-face): New backward-compatibility alias for
15552 renamed face.
15553 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15554
15555 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15556
15557 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15558 Eliminate "-face" suffix.
15559 (makefile-targets): Inherit from font-lock-function-name-face and
15560 eliminate "-face" suffix.
15561 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15562 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15563 actions, instead of prepending, to make it less visible.
15564 (makefile-previous-dependency, makefile-match-dependency):
15565 Don't match a target on a continuation line.
15566
15567 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15568
15569 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15570
15571 * progmodes/gdb-ui.el (menu): Re-order menu items.
15572 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15573
15574 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15575 Define in tooltip.el.
15576 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15577 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15578 gud-tooltip-echo-area.
15579
15580 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15581 backward compatibility and make obsolete.
15582 (tooltip-help-tips): Use tooltip-use-echo-area.
15583 (tooltip-show-help-function): Rename to...
15584 (tooltip-show-help): ...this, because it is a function.
15585 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15586
15587 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15588
15589 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15590 (edebug-print-length, edebug-print-level, edebug-print-circle)
15591 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15592 (edebug-eval-print-last-sexp): Doc fixes.
15593
15594 2005-06-14 Kim F. Storm <storm@cua.dk>
15595
15596 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15597 as the coverage buffer/file/both may change.
15598
15599 2005-06-14 Lute Kamstra <lute@gnu.org>
15600
15601 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15602 and run-mode-hooks. Simplify.
15603
15604 * mail/rmailedit.el (rmail-edit-mode):
15605 * progmodes/octave-inf.el (inferior-octave-mode):
15606 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15607
15608 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15609 and run-mode-hooks.
15610 (recentf-edit-list, recentf-open-files): Don't call
15611 kill-all-local-variables directly.
15612
15613 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15614
15615 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15616
15617 * emacs-lisp/byte-run.el (make-obsolete)
15618 (define-obsolete-function-alias): Rename arguments FUNCTION and
15619 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15620 (make-obsolete-variable, define-obsolete-variable-alias):
15621 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15622 respectively.
15623
15624 * isearchb.el (isearchb-activate):
15625 * pcvs.el (cvs-mode):
15626 * ses.el (ses-load):
15627 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15628 * net/tramp.el (tramp-find-file-exists-command)
15629 (tramp-find-shell):
15630 * progmodes/ada-mode.el (ada-create-case-exception)
15631 (ada-create-case-exception-substring, ada-make-subprogram-body):
15632 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15633 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15634 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15635 * textmodes/org.el (org-promote, org-evaluate-time-range)
15636 (org-agenda-next-date-line, org-agenda-previous-date-line)
15637 (org-agenda-error, org-open-at-point, org-table-move-row)
15638 (org-format-table-table-html-using-table-generate-source)
15639 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15640 * textmodes/reftex.el (reftex-access-scan-info):
15641 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15642 (reftex-toc-promote-prepare): Follow error conventions.
15643
15644 * diff-mode.el (diff-mode): Fix typo in docstring.
15645
15646 * forms.el (forms--intuit-from-file): Fix reference to
15647 `forms-number-of-fields' in error message.
15648 (forms-print): Fix quoting in error message.
15649
15650 * forms.el (forms-mode):
15651 * emulation/vi.el (vi-goto-insert-state):
15652 * progmodes/flymake.el (flymake-new-err-info)
15653 (flymake-start-syntax-check-for-current-buffer)
15654 (flymake-simple-cleanup):
15655 * eshell/esh-var.el (eshell/export):
15656 * progmodes/gud.el (xdb):
15657 * textmodes/flyspell.el (flyspell-incorrect-hook)
15658 (flyspell-maybe-correct-transposition)
15659 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15660
15661 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15662
15663 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15664 minibuffer prompt.
15665
15666 2005-06-13 Kim F. Storm <storm@cua.dk>
15667
15668 * subr.el (add-to-ordered-list): New defun.
15669
15670 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15671 add cua--keymap-alist to emulation-mode-map-alists.
15672
15673 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15674
15675 * subr.el (complete-in-turn): New macro.
15676 (dynamic-completion-table, lazy-completion-table): Add debug info.
15677
15678 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15679 in preference to face aliases.
15680
15681 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15682 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15683 Remove unused vars `start' and `firstline'.
15684 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15685 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15686
15687 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15688
15689 * cus-start.el (all): Don't complain about missing GTK-related
15690 variables, unless either `gtk' is boundp or this isn't a
15691 `windows-nt' build.
15692
15693 2005-06-13 Lute Kamstra <lute@gnu.org>
15694
15695 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15696 run-mode-hooks.
15697
15698 * ediff-mult.el (ediff-meta-mode):
15699 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15700
15701 * ledit.el (ledit-mode): Use delay-mode-hooks.
15702
15703 * woman.el (woman-mode-line-format): Delete constant.
15704 (woman-mode-map): Initialize it properly.
15705 (woman-mode): Set mode-class property to special.
15706 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15707 Set major-mode and mode-name. Don't set mode-line-format directly.
15708 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15709
15710 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15711 string argument obsolete.
15712
15713 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15714
15715 * textmodes/org.el (org-CUA-compatible): New option.
15716 (org-disputed-keys): New variable.
15717 (org-key): New function.
15718 (orgtbl-make-binding): Add docstring to the created function.
15719 (org-mode): Set paragraph start/separate regexps.
15720 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15721 (org-archive-location, org-archive-mark-done)
15722 (org-archive-stamp-time): New options.
15723 (org-archive-subtree): New command.
15724 (org-fill-paragraph): New function.
15725 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15726 (org-fake-empty-table-line): Function removed.
15727 (org-format-org-table-html): Do not create empty table lines at
15728 separator lines. Improved table header treatment.
15729 (org-link-format): New option.
15730 (org-make-link): New function.
15731 (org-insert-link, org-store-link): Use org-make-link.
15732 (org-open-file): Quote file name for shell command, to allow
15733 spaces in file names.
15734 (org-link-regexp): Fix bug with mailto link.
15735 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15736 New constants.
15737 (org-export-as-html): Deal with the optional angles around a link.
15738 Better treatment of file: links.
15739 (org-open-at-point): Replace @{ and @} with < and >.
15740 (org-run-mode-hooks): Function removed.
15741 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15742
15743 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15744
15745 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15746 MI command -data-list-register-values.
15747 (gdb-post-prompt): Indent properly.
15748
15749 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15750
15751 * hilit-chg.el (highlight-changes-colors): Rename from
15752 `highlight-changes-colours'.
15753 (highlight-changes-colours): Keep as obsolete alias.
15754 (highlight-changes-face-list): Doc fix.
15755 (hilit-chg-make-list): Use `highlight-changes-colors'.
15756
15757 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15758
15759 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15760 defun-prompt-regexp.
15761
15762 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15763
15764 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15765 and cygwin.
15766
15767 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15768 Don't use an old loaddefs.el, as in Makefile.in.
15769
15770 2005-06-12 Lute Kamstra <lute@gnu.org>
15771
15772 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15773
15774 * man.el (Man-mode-map): Initialize it properly.
15775 (Man-mode): Set mode-class property to special.
15776
15777 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15778
15779 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15780
15781 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15782 A newline is needed in the docstring there.
15783
15784 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15785 Doc fixes.
15786
15787 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15788
15789 * printing.el: Doc fix. The menubar is no more changed when printing
15790 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15791 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15792 (pr-version): New version number (6.8.4).
15793 (pr-menu-bind): New command.
15794 (pr-update-menus): Docstring and code fix.
15795 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15796 Docstring fix.
15797 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15798 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15799
15800 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15801
15802 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15803 "Returns" to "return", document useful return values, etc.
15804
15805 2005-06-11 Alan Mackenzie <acm@muc.de>
15806
15807 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15808 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15809 (adaptive-file-function): Minor amendment to doc-string.
15810
15811 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15812
15813 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15814 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15815 Fix :type--it is `integer', not `string'.
15816
15817 * faces.el (modeline-highlight): Rename from (the erroneous)
15818 `modeline-higilight'.
15819
15820 2005-06-11 Lute Kamstra <lute@gnu.org>
15821
15822 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15823 lisp-interaction-mode-map but make it the parent.
15824 (edebug-eval-mode): Use define-derived-mode.
15825
15826 2005-06-11 Andreas Schwab <schwab@suse.de>
15827
15828 * bindings.el: Add binding of `ESC functionkey' for every
15829 `M-functionkey'.
15830 * hexl.el (hexl-mode-map): Likewise.
15831
15832 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15833
15834 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15835 [msft]: update regexp for newer msft compilers.
15836
15837 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15838
15839 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15840 ATTLIST portions of included DTDs.
15841 (xml-parse-dtd): Eliminate use of inefficient match-data.
15842
15843 2005-06-10 Miles Bader <miles@gnu.org>
15844
15845 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15846 (mpuz-text): Remove "-face" suffix from face names.
15847 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15848 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15849 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15850
15851 * play/gomoku.el (gomoku-O, gomoku-X):
15852 Remove "-face" suffix from face names.
15853 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15854 New backward-compatibility aliases for renamed faces.
15855 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15856
15857 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15858
15859 * thumbs.el: Fixes for changes of 2005-06-09.
15860 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15861 as a directory.
15862 (thumbs-thumbname): Remove directory separator from format string;
15863 `thumbs-thumbsdir' now returns a valid directory name.
15864 (thumbs-temp-dir): New defsubst.
15865 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15866 Use it.
15867
15868 * cus-edit.el (minibuffer):
15869 * files.el (make-backup-file-name-function):
15870 * filesets.el (filesets-external-viewers):
15871 * hilit-chg.el (highlight-changes-colours)
15872 (highlight-changes-face-list, highlight-changes-rotate-faces):
15873 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15874 * kmacro.el (kmacro-call-macro):
15875 * log-edit.el (log-edit-changelog-full-paragraphs):
15876 * mouse.el (mouse-1-click-follows-link):
15877 * skeleton.el (skeleton-autowrap):
15878 * subr.el (insert-for-yank-1):
15879 * tempo.el (tempo-insert-region):
15880 * terminal.el (terminal-emulator):
15881 * time.el (display-time-mail-face):
15882 * vc.el (vc-annotate):
15883 * vcursor.el (vcursor-copy-line):
15884 * woman.el (woman-bold-headings, woman-ignore)
15885 (woman-default-faces, woman-monochrome-faces):
15886 * calendar/todo-mode.el (todo-insert-threshold):
15887 * emulation/pc-select.el (pc-select-selection-keys-only)
15888 (pc-selection-mode):
15889 * emulation/vip.el (vip-find-char-forward):
15890 * emulation/viper-cmd.el (viper-find-char-forward):
15891 * international/mule-cmds.el
15892 (select-safe-coding-system-accept-default-p)
15893 (input-method-exit-on-invalid-key):
15894 * international/mule-diag.el (describe-coding-system):
15895 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15896 * net/browse-url.el (browse-url-xterm-program):
15897 * obsolete/lazy-lock.el (lazy-lock-mode):
15898 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15899 (cperl-mode):
15900 * progmodes/cpp.el (cpp-face-light-name-list)
15901 (cpp-face-dark-name-list):
15902 * progmodes/delphi.el (delphi-newline-always-indents):
15903 Fix spellings in docstrings.
15904
15905 * ido.el (ido-mode, ido-file-extensions-order)
15906 (ido-default-file-method, ido-default-buffer-method)
15907 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15908 (ido-decorations, ido-read-file-name-as-directory-commands)
15909 (ido-read-file-name-non-ido, ido-work-directory-list)
15910 (ido-ignore-item-temp-list, ido-current-directory)
15911 (ido-magic-forward-char, ido-enter-find-file)
15912 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15913 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15914
15915 2005-06-10 Lute Kamstra <lute@gnu.org>
15916
15917 * play/dunnet.el (dun-mode): Use define-derived-mode.
15918 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
15919 obsolete alias.
15920
15921 * play/doctor.el (doctor-mode-map): Remove defvar.
15922 (doctor-mode): Use define-derived-mode.
15923
15924 * mail/mspools.el (mspools-mode):
15925 * net/eudc-hotlist.el (eudc-hotlist-mode):
15926 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15927
15928 2005-06-10 Miles Bader <miles@gnu.org>
15929
15930 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15931 Remove "-face" suffix from face names.
15932 (flyspell-incorrect-face, flyspell-duplicate-face):
15933 New backward-compatibility aliases for renamed faces.
15934 (flyspell-mode-on, make-flyspell-overlay)
15935 (flyspell-highlight-incorrect-region)
15936 (flyspell-highlight-duplicate-region)
15937 (flyspell-display-next-corrections)
15938 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15939
15940 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15941 from face name.
15942 (texinfo-heading-face): New backward-compatibility alias for
15943 renamed face.
15944 (texinfo-heading-face): Use renamed texinfo-heading face.
15945
15946 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15947 suffix from face names.
15948 (tex-math-face, tex-verbatim-face):
15949 New backward-compatibility aliases for renamed faces.
15950 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15951 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15952 literal face name.
15953
15954 * textmodes/table.el (table-cell): Remove "-face" suffix from face
15955 name.
15956 (table-cell-face): New backward-compatibility alias for renamed face.
15957 (table--put-cell-face-property, table--update-cell-face):
15958 Use renamed table-cell face.
15959
15960 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15961 from face name.
15962 (sgml-namespace-face): New backward-compatibility alias for
15963 renamed face.
15964 (sgml-namespace-face): Use renamed sgml-namespace face.
15965
15966 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15967 (org-level-4, org-level-5, org-level-6, org-level-7)
15968 (org-level-8, org-warning, org-headline-done)
15969 (org-deadline-announce, org-scheduled-today)
15970 (org-scheduled-previously, org-link, org-done, org-table)
15971 (org-time-grid): Remove "-face" suffix from face names.
15972 (org-level-1-face, org-level-2-face, org-level-3-face)
15973 (org-level-4-face, org-level-5-face, org-level-6-face)
15974 (org-level-7-face, org-level-8-face, org-warning-face)
15975 (org-headline-done-face, org-deadline-announce-face)
15976 (org-scheduled-today-face, org-scheduled-previously-face)
15977 (org-link-face, org-done-face, org-table-face)
15978 (org-time-grid-face):
15979 New backward-compatibility aliases for renamed faces.
15980 (org-level-faces, org-set-font-lock-defaults, org-timeline)
15981 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15982 (org-agenda-get-timestamps, org-agenda-get-scheduled)
15983 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15984
15985 * emulation/viper-init.el (viper-search, viper-replace-overlay)
15986 (viper-minibuffer-emacs, viper-minibuffer-insert)
15987 (viper-minibuffer-vi): Remove "-face" suffix from face names.
15988 (viper-search-face, viper-replace-overlay-face)
15989 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15990 (viper-minibuffer-vi-face):
15991 New backward-compatibility aliases for renamed faces.
15992 (viper-search-face, viper-replace-overlay-face)
15993 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15994 (viper-minibuffer-vi-face): Use renamed viper faces.
15995
15996 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15997 Remove "-face" suffix from face names.
15998 (testcover-nohits-face, testcover-1value-face):
15999 New backward-compatibility aliases for renamed faces.
16000 (testcover-mark): Use renamed testcover faces.
16001
16002 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
16003 face name.
16004 (diary-button-face): New backward-compatibility alias for renamed face.
16005 (diary-entry): Use renamed diary-button face.
16006
16007 * calendar/calendar.el (diary, calendar-today, holiday)
16008 (mark-visible-calendar-date): Remove "-face" suffix from face names.
16009 (diary-face, calendar-today-face, holiday-face):
16010 New backward-compatibility aliases for renamed faces.
16011 (eval-after-load "facemenu", diary-entry-marker)
16012 (calendar-today-marker, calendar-holiday-marker, diary-face):
16013 Use renamed calendar faces.
16014
16015 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
16016 (compare-windows-face): New backward-compatibility alias for
16017 renamed face.
16018 (compare-windows-highlight): Use renamed compare-windows face.
16019
16020 * strokes.el (strokes-char): Remove "-face" suffix from face name.
16021 (strokes-char-face): New backward-compatibility alias for renamed face.
16022 (strokes-encode-buffer): Use renamed strokes-char face.
16023
16024 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
16025 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
16026 Remove "-face" suffix from face names.
16027 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
16028 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
16029 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
16030 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
16031 Use renamed pcvs faces.
16032 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
16033 * pcvs-defs.el (cvs-mode-map): Likewise.
16034 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
16035
16036 * info.el (info-title-1, info-title-2, info-title-3)
16037 (info-title-4): Remove "-face" suffix from and downcase face names.
16038 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16039 (Info-title-4-face):
16040 New backward-compatibility aliases for renamed faces.
16041 (Info-fontify-node): Use renamed info faces.
16042
16043 * hilit-chg.el (highlight-changes, highlight-changes-delete):
16044 Remove "-face" suffix from face names.
16045 (highlight-changes-face, highlight-changes-delete-face):
16046 New backward-compatibility aliases for renamed faces.
16047 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
16048 (hilit-chg-make-list): Use renamed highlight-changes faces.
16049
16050 * generic-x.el (show-tabs-tab, show-tabs-space):
16051 Remove "-face" suffix from face names.
16052 (show-tabs-tab-face, show-tabs-space-face):
16053 New backward-compatibility aliases for renamed faces.
16054 (show-tabs-generic-mode-font-lock-defaults-1)
16055 (show-tabs-generic-mode-font-lock-defaults-2):
16056 Use renamed show-tabs faces.
16057
16058 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
16059 (smerge-markers): Remove "-face" suffix from face names.
16060 (smerge-mine-face, smerge-other-face, smerge-base-face)
16061 (smerge-markers-face):
16062 New backward-compatibility aliases for renamed faces.
16063 (smerge-mine-face, smerge-other-face, smerge-base-face)
16064 (smerge-markers-face): Use renamed smerge faces.
16065
16066 * log-view.el (log-view-file, log-view-message): Remove "-face"
16067 suffix from face names.
16068 (log-view-file-face, log-view-message-face):
16069 New backward-compatibility aliases for renamed faces.
16070 (log-view-file-face, log-view-message-face): Use renamed log-view
16071 faces.
16072
16073 * paren.el (show-paren-match, show-paren-mismatch):
16074 Remove "-face" suffix from face names.
16075 (show-paren-match-face, show-paren-mismatch-face):
16076 New backward-compatibility aliases for renamed faces.
16077 (show-paren-function): Use renamed show-paren faces.
16078
16079 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
16080 (ruler-mode-margins, ruler-mode-fringes)
16081 (ruler-mode-column-number, ruler-mode-fill-column)
16082 (ruler-mode-comment-column, ruler-mode-goal-column)
16083 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
16084 suffix from face names.
16085 (ruler-mode-default-face, ruler-mode-pad-face)
16086 (ruler-mode-margins-face, ruler-mode-fringes-face)
16087 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
16088 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
16089 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
16090 New backward-compatibility aliases for renamed faces.
16091 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
16092 (ruler-mode-column-number, ruler-mode-fill-column)
16093 (ruler-mode-comment-column, ruler-mode-goal-column)
16094 (ruler-mode-tab-stop, ruler-mode-current-column)
16095 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
16096 faces.
16097
16098 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
16099 face name.
16100 (whitespace-highlight-the-space): Use renamed face.
16101 (whitespace-highlight-face): New backward-compatibility alias for
16102 renamed face.
16103
16104 * woman.el (woman-italic, woman-bold, woman-unknown)
16105 (woman-addition, woman-symbol-face):
16106 Remove "-face" suffix from face names.
16107 (woman-italic-face, woman-bold-face, woman-unknown-face)
16108 (woman-addition-face):
16109 New backward-compatibility aliases for renamed faces.
16110 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
16111 (woman-decode-region, woman-replace-match)
16112 (woman-display-extended-fonts, woman-special-characters)
16113 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
16114 Use renamed woman faces.
16115
16116 * longlines.el (longlines-visible-face): Face removed.
16117
16118 * diff-mode.el (diff-header, diff-file-header, diff-index)
16119 (diff-hunk-header, diff-removed, diff-added, diff-changed)
16120 (diff-function, diff-context, diff-nonexistent): Remove "-face"
16121 suffix from face names.
16122 (diff-header-face, diff-file-header-face, diff-index-face)
16123 (diff-hunk-header-face, diff-removed-face, diff-added-face)
16124 (diff-changed-face, diff-function-face, diff-context-face)
16125 (diff-nonexistent-face): New backward-compatibility aliases for
16126 renamed faces.
16127 (diff-header-face, diff-file-header-face)
16128 (diff-index, diff-index-face, diff-hunk-header)
16129 (diff-hunk-header-face, diff-removed, diff-removed-face)
16130 (diff-added, diff-added-face, diff-changed-face, diff-function)
16131 (diff-function-face, diff-context-face, diff-nonexistent)
16132 (diff-nonexistent-face): Use renamed diff-mode faces.
16133
16134 * progmodes/compile.el (compilation-warning-face)
16135 (compilation-info-face): Remove "-face" suffix from face names.
16136 (compilation-warning-face, compilation-info-face):
16137 New backward-compatibility aliases for renamed faces.
16138 (compilation-warning-face, compilation-info-face):
16139 Use renamed compilation faces.
16140
16141 * add-log.el (change-log-date, change-log-name)
16142 (change-log-email, change-log-file, change-log-list)
16143 (change-log-conditionals, change-log-function)
16144 (change-log-acknowledgement): Remove "-face" suffix from face names.
16145 (change-log-date-face, change-log-name-face)
16146 (change-log-email-face, change-log-file-face)
16147 (change-log-list-face, change-log-conditionals-face)
16148 (change-log-function-face, change-log-acknowledgement-face):
16149 New backward-compatibility aliases for renamed faces.
16150 (change-log-font-lock-keywords): Use renamed change-log faces.
16151
16152 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
16153 (custom-set, custom-changed, custom-saved, custom-button)
16154 (custom-button-pressed, custom-documentation, custom-state)
16155 (custom-comment, custom-comment-tag, custom-variable-tag)
16156 (custom-variable-button, custom-face-tag, custom-group-tag-1)
16157 (custom-group-tag): Remove "-face" suffix from face names.
16158 (custom-magic-alist, custom-magic-value-create)
16159 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
16160 (custom-invalid-face, custom-rogue-face, custom-modified-face)
16161 (custom-set-face, custom-changed-face, custom-saved-face)
16162 (custom-button-face, custom-button-pressed-face)
16163 (custom-documentation-face, custom-state-face)
16164 (custom-comment-face, custom-comment-tag-face)
16165 (custom-variable-tag-face, custom-variable-button-face)
16166 (custom-face-tag-face, custom-group-tag-face-1)
16167 (custom-group-tag-face):
16168 New backward-compatibility aliases for renamed faces.
16169
16170 * wid-edit.el (widget-documentation, widget-button)
16171 (widget-field, widget-single-line-field, widget-inactive)
16172 (widget-button-pressed): "-face" suffix removed from face names.
16173 (widget-documentation-face, widget-button-face)
16174 (widget-field-face, widget-single-line-field-face)
16175 (widget-inactive-face, widget-button-pressed-face):
16176 New backward-compatibility aliases for renamed faces.
16177 (widget-documentation-face, widget-button-face)
16178 (widget-button-pressed-face, widget-specify-field)
16179 (widget-specify-inactive): Use renamed widget faces.
16180
16181 2005-06-10 Kenichi Handa <handa@m17n.org>
16182
16183 * term/x-win.el (x-clipboard-yank): Remove condition-case
16184 wrapping.
16185
16186 2005-06-11 Kenichi Handa <handa@m17n.org>
16187
16188 * add-log.el (change-log-font-lock-keywords): Make the regexp for
16189 date lines stricter.
16190
16191 2005-06-10 Zhang Wei <id.brep@gmail.com>
16192
16193 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
16194 of x-get-selection.
16195
16196 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16197
16198 * comint.el (comint-mode, comint-snapshot-last-prompt):
16199 * frame.el (frame-current-scroll-bars):
16200 * term.el (term-mode, term-check-proc, term-input-sender)
16201 (term-simple-send, term-extract-string, term-word)
16202 (term-match-partial-filename):
16203 * window.el (window-current-scroll-bars):
16204 * emulation/cua-base.el (cua-normal-cursor-color)
16205 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
16206 (cua-global-mark-cursor-color):
16207 * mail/undigest.el (rmail-forward-separator-regex):
16208 Fix typos in docstrings.
16209
16210 * comint.el (comint-check-proc, make-comint-in-buffer)
16211 (comint-source-default): Doc fixes.
16212
16213 * term.el (term-send-string): Improve argument/docstring consistency.
16214
16215 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
16216
16217 * comint.el (comint-send-input): Bind `inhibit-read-only' around
16218 call to `delete-region'.
16219 (comint-mode-hook): Do not enable Font Lock by default.
16220
16221 2005-06-09 Lute Kamstra <lute@gnu.org>
16222
16223 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
16224 could be void.
16225
16226 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
16227
16228 * emacs-lisp/debug.el (debugger-will-be-back): New var.
16229 (debug): Use it.
16230 (debugger-step-through, debugger-continue, debugger-jump)
16231 (debugger-return-value): Set it when needed.
16232 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
16233 Use inhibit-read-only.
16234
16235 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
16236
16237 * window.el (shrink-window-if-larger-than-buffer)
16238 (window-size-fixed): Fix typo in docstring.
16239
16240 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
16241 thumbnails directory on loading.
16242 (thumbs-conversion-program): Use `eq' to check the system type,
16243 not `equal'.
16244 (thumbs-temp-dir): Initialize to `temporary-file-directory',
16245 not "/tmp". Fix docstring.
16246 (thumbs-thumbsdir): New function to return the thumbnails
16247 directory, creating it if needed.
16248 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
16249 (thumbs-temp-file): Delete variable and make it into a function.
16250 (thumbs-resize-image, thumbs-modify-image): Use it.
16251 (thumbs-kill-buffer): Simplify.
16252 (thumbs-gensym): Defalias or duplicate CL `gensym'.
16253 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
16254 docstrings.
16255
16256 2005-06-09 Kim F. Storm <storm@cua.dk>
16257
16258 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
16259 set-match-data to free markers in match-data.
16260
16261 * replace.el (replace-match-data): Pass RESEAT arg `t' to
16262 match-data to unchain markers in match-data.
16263
16264 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
16265
16266 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16267 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
16268 unnecessary now.
16269
16270 2005-06-08 Richard M. Stallman <rms@gnu.org>
16271
16272 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16273 give the variable a doc string that doesn't say don't set it directly.
16274
16275 * textmodes/ispell.el (ispell-check-version):
16276 Use match-string-no-properties.
16277 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16278 (ispell-buffer-local-words): Likewise.
16279
16280 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16281 except on terminals with enough colors to really display it.
16282 (makefile-dependency-regex): Delete spurious `bb'.
16283
16284 * faces.el (escape-glyph): Use blue once again in last case.
16285 (no-break-space): Redefine so that it isn't invisible on a tty.
16286
16287 2005-06-08 Kim F. Storm <storm@cua.dk>
16288
16289 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16290 also when reading directory name.
16291
16292 2005-06-08 Lute Kamstra <lute@gnu.org>
16293
16294 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16295 (flyspell-mode-line-string): Remove autoload cookie.
16296 (flyspell-mode): Remove defvar.
16297
16298 2005-06-07 Lute Kamstra <lute@gnu.org>
16299
16300 * textmodes/org.el (org-run-mode-hooks): New function.
16301 (org-agenda-mode): Use it.
16302
16303 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16304
16305 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16306
16307 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16308
16309 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16310
16311 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16312
16313 * font-lock.el (font-lock-add-keywords): Doc fix.
16314
16315 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16316
16317 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16318 (tex-compile-default): In the absence of any history, use the order in
16319 tex-compile-alist to choose the preferred command.
16320 (tex-compile-commands): Reorder a bit.
16321
16322 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16323 (flyspell-incorrect-face, flyspell-duplicate-face):
16324 Use (X)Emacs-agnostic code.
16325 (flyspell-mode-map): Don't overwrite at each load. Remove code
16326 redundant with the subsequent add-minor-mode. Merge Emacs and
16327 XEmacs code.
16328 (flyspell-word): Minor simplification.
16329 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16330 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16331 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16332 Merge the corresponding Emacs code.
16333 (flyspell-correct-word, flyspell-xemacs-popup):
16334 Use flyspell-do-correct.
16335
16336 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16337 a dedicated window.
16338
16339 * international/latexenc.el (latexenc-find-file-coding-system):
16340 Undo part of last patch, to turn off a compiler warning.
16341
16342 2005-06-06 Juri Linkov <juri@jurta.org>
16343
16344 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16345 Rename `tmm-inactive-face' to `tmm-inactive'.
16346
16347 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16348
16349 * iswitchb.el: Rename faces.
16350
16351 2005-06-06 Kim F. Storm <storm@cua.dk>
16352
16353 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16354 (cua-global-mark): Remove -face suffix from face names.
16355
16356 * emulation/cua-gmrk.el (cua--init-global-mark):
16357 Remove cua-global-mark face setup.
16358
16359 2005-06-06 Richard M. Stallman <rms@gnu.org>
16360
16361 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16362 just like other allowed characters.
16363 (makefile-match-dependency): Exclude leading and training whitespace
16364 from the range of regexp subexp 1.
16365 (makefile-macroassign-regex): Don't try to match the body,
16366 just the name of the macro being defined.
16367
16368 * info.el (Info-read-node-name-2): New function.
16369 (Info-read-node-name-1): Use that.
16370 Add a completion-base-size-function property.
16371
16372 * simple.el (completion-setup-function): Look for
16373 completion-base-size-function property of minibuffer-completion-table.
16374
16375 * files.el (locate-file-completion): Doc fix.
16376
16377 * printing.el: Don't call pr-update-menus; user must do that.
16378
16379 * emacs-lisp/debug.el (debugger-window): New variable.
16380 (debug): Use debugger-window if it is set and still alive.
16381 Record debugger-window for next entry.
16382
16383 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16384
16385 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16386
16387 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16388 (hack-one-local-variable, hack-local-variables)
16389 (hack-local-variables-prop-line): Pass that arg.
16390
16391 2005-06-06 Kim F. Storm <storm@cua.dk>
16392
16393 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16394 (ido-indicator): Remove -face suffix from face names.
16395
16396 2005-06-06 Juri Linkov <juri@jurta.org>
16397
16398 * font-lock.el (font-lock-regexp-backslash)
16399 (font-lock-regexp-backslash-construct): New faces.
16400 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16401 after `('. Add `while-no-input' to control structures.
16402
16403 * faces.el (no-break-space, shadow): New faces.
16404 (escape-glyph): Use less loud colors pink2 and red4.
16405
16406 * diff-mode.el (diff-context-face)
16407 * dired.el (dired-ignored)
16408 * rfn-eshadow.el (file-name-shadow)
16409 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16410
16411 * info.el (Info-title-1-face): Use green instead of yellow because
16412 bold yellow is not readable on light backgrounds.
16413
16414 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16415 before selecting the desired mode to not spend time fontifying
16416 old contents.
16417
16418 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16419
16420 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16421 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16422
16423 * ps-print.el (ps-default-fg, ps-default-bg):
16424 Fix typos in docstrings.
16425
16426 * isearchb.el (isearchb): Don't pass a spurious second argument to
16427 `iswitchb-completions'.
16428
16429 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16430
16431 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16432 to preserve point.
16433 (gdb-find-file-hook): Add doc string.
16434
16435 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16436 C dereferenced pointer expression.
16437 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16438
16439 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16440
16441 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16442 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16443 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16444 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16445 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16446 Make background transparent.
16447
16448 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16449
16450 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16451 (font-lock-remove-keywords): Doc fix.
16452 (font-lock-mode-major-mode): Compiler defvar.
16453 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16454
16455 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16456 (font-lock-mode): Update `font-lock-mode-major-mode'.
16457 (font-lock-set-defaults): Compiler defvar.
16458 (font-lock-default-function): Take `font-lock-mode-major-mode'
16459 into account.
16460
16461 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16462 keep track of which major mode it enabled the minor mode for.
16463 Use find-file-hook again. Update docstring.
16464
16465 * simple.el (eval-expression-print-level)
16466 (eval-expression-print-length, eval-expression-debug-on-error):
16467 Doc fixes.
16468
16469 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16470
16471 * iswitchb.el (iswitchb-single-match-face)
16472 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16473 (iswitchb-invalid-regexp-face): New faces.
16474 (iswitchb-completions): Use them.
16475 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16476 now marked as an obsolete alias.
16477 (iswitchb-read-buffer): Remove check for bound font variables.
16478 (iswitchb-invalid-regexp): New free variable.
16479 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16480 set iswitchb-invalid-regexp.
16481 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16482 invalid regexps.
16483 (iswitchb-completions): Add check for complete match when entering
16484 a regexp.
16485 (iswitchb-completions): Remove require-match argument.
16486 (iswitchb-exhibit): Fix caller.
16487 (iswitchb-common-match-inserted): New variable.
16488 (iswitchb-complete, iswitchb-completion-help): Use it.
16489
16490 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16491
16492 * url-http.el (url-http-chunked-encoding-after-change-function):
16493 Use `url-http-debug' instead of `message'.
16494
16495 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16496
16497 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16498 callback argument.
16499
16500 2005-06-04 Kim F. Storm <storm@cua.dk>
16501
16502 * simple.el (line-move): Only call sit-for when moving backwards.
16503
16504 * ido.el (ido-make-merged-file-list-1): New defun split from
16505 ido-make-merged-file-list.
16506 (ido-make-merged-file-list): Bind throw-on-input around call to
16507 ido-make-merged-file-list-1. Return input-pending-p if
16508 interrupted by more input available.
16509 (ido-read-internal): Handle input-pending-p return value from
16510 ido-make-merged-file-list.
16511
16512 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16513
16514 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16515 compatibility code.
16516
16517 * international/latexenc.el (latexenc-find-file-coding-system):
16518 Don't inherit the EOL part of the coding-system from the
16519 tex-main buffer. Fit within 80 columns.
16520
16521 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16522
16523 * tmm.el (tmm-inactive-face): New face.
16524 (tmm-remove-inactive-mouse-face): New function.
16525 (tmm-prompt, tmm-add-one-shortcut)
16526 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16527 but not selectable.
16528
16529 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16530
16531 * faces.el (face-equal): Improve argument/docstring consistency.
16532
16533 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16534
16535 * progmodes/make-mode.el (makefile-targets-face)
16536 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16537 (makefile-bsdmake-dependency-regex)
16538 (makefile-makepp-rule-action-regex)
16539 (makefile-bsdmake-rule-action-regex): New constants.
16540 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16541
16542 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16543 Allow (...) within `...' for makepp messages.
16544
16545 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16546
16547 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16548
16549 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16550 "." files are deleted from all file lists before comparison.
16551
16552 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16553 (viper-ESC-key): Made them customizable.
16554
16555 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16556
16557 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16558
16559 * autorevert.el (auto-revert-buffers): Use save-match-data.
16560
16561 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16562
16563 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16564 menu items with a nil command binding.
16565
16566 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16567
16568 * emacs-lisp/cl-macs.el (defsetf):
16569 Improve argument/docstring consistency.
16570
16571 * faces.el (list-faces-display): Improve the formatting by
16572 computing the maximum length required for any face-name (reworked
16573 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16574 (internal-find-face): Remove redundant info in docstring.
16575
16576 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16577
16578 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16579 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16580 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16581 (gdb-assembler-custom): Improve regexps.
16582 (def-gdb-auto-update-handler): Use window point to preserve point.
16583
16584 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16585
16586 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16587
16588 2005-05-31 Jay Belanger <belanger@truman.edu>
16589
16590 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16591 to calc-embedded.
16592 (calc-embedded-make-info): Have plain prefix argument select
16593 entire line.
16594
16595 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16596
16597 * faces.el (list-faces-display): Signal error if passed a regexp
16598 that matches no face name.
16599
16600 * simple.el (filter-buffer-substring): Fix typo in docstring.
16601
16602 2005-05-31 Richard M. Stallman <rms@gnu.org>
16603
16604 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16605 (vhdl-emacs-21): Doc fix.
16606 (vhdl-mode): Unconditionally set comment-padding.
16607 (vhdl-fixup-whitespace-region): Insert spaces only where
16608 there are none.
16609 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16610
16611 2005-05-30 John Wiegley <johnw@newartisans.com>
16612
16613 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16614 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16615 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16616 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16617 `string-to-number'.
16618
16619 2005-05-30 Jay Belanger <belanger@truman.edu>
16620
16621 * calc/calc.el (calc-bug-address): Fix docstring.
16622 (calc-window-hook, calc-trail-window-hook): New variables.
16623 (calc-trail-display): Restore use of calc-trail-window-hook.
16624 (calc): Restore use of calc-window-hook.
16625
16626 2005-05-31 Masatake YAMATO <jet@gyve.org>
16627
16628 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16629
16630 * help-fns.el (help-C-file-name): Add autoload mark for
16631 `find-function-noselect'.
16632
16633 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16634
16635 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16636 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16637
16638 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16639
16640 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16641 included diary buffer if it was not already being visited.
16642 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16643
16644 * calendar/icalendar.el (top-level): Do not require appt.
16645
16646 * mail/supercite.el (sc-select-attribution): Only use a list
16647 element from sc-attrib-selection-list if it returns a string.
16648 Reported by Davide G. M. Salvetti <salve@debian.org>.
16649
16650 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16651
16652 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16653 includes a hash value to improve its uniqueness, and has a ".jpg"
16654 extension. Also, it is now a valid filename on all systems.
16655 (thumbs-make-thumb): Use `let', not `let*'.
16656 (thumbs-show-thumbs-list): Check for JPEG availability.
16657
16658 2005-05-30 Richard M. Stallman <rms@gnu.org>
16659
16660 * filesets.el (filesets-menu-ensure-use-cached):
16661 Prevent warning when emacs-version>= is undefined.
16662
16663 * printing.el (pr-interactive-n-up): Use string-to-number.
16664
16665 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16666
16667 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16668 Warn only when name to be defined is quoted.
16669
16670 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16671
16672 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16673 Make regexp more robust.
16674 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16675 Force regeneration of disassembly.
16676
16677 2005-05-29 Jay Belanger <belanger@truman.edu>
16678
16679 * calc/calc.el (calc-user-invocation): Check if
16680 calc-invocation-macro is non-nil.
16681
16682 2005-05-29 Juri Linkov <juri@jurta.org>
16683
16684 * add-log.el (change-log-font-lock-keywords):
16685 Add `+' to e-mail regexp to accept mail address with keywords.
16686
16687 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16688
16689 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16690
16691 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16692
16693 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16694
16695 2005-05-29 Richard M. Stallman <rms@gnu.org>
16696
16697 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16698 Undo the change that moves to end of the current word.
16699
16700 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16701
16702 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16703 Throw error when count <= 0 to ensure input is a number.
16704 (gdb-read-memory-custom): Pick up address from buffer.
16705 (gdb-memory-mode): Allow user to increment and decrement
16706 memory address from header line.
16707
16708 2005-05-29 Richard M. Stallman <rms@gnu.org>
16709
16710 * flyspell.el (flyspell-version): Function deleted.
16711 (flyspell-auto-correct-previous-hook): Doc fix.
16712
16713 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16714 Do nothing if memory is full.
16715
16716 * font-lock.el (font-lock-fontify-syntactically-region):
16717 Pass t for GREEDY to looking-back.
16718
16719 * saveplace.el (save-place-alist-to-file): Write the file
16720 using write-region.
16721
16722 * subr.el (looking-back): New argument GREEDY.
16723
16724 * progmodes/compile.el (compilation-start): Set the mode
16725 before inserting the initial text.
16726
16727 * progmodes/which-func.el (which-func-update-1): Turn the mode
16728 off in case of error by setting which-func-mode.
16729
16730 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16731
16732 * flyspell.el (flyspell-auto-correct-previous-word):
16733 Narrow down to what's on the screen, and recenter overlays
16734 at the end of the next word.
16735
16736 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16737
16738 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16739 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16740 (flyspell-abbrev-p): Default to nil.
16741 (flyspell-use-global-abbrev-table-p): Doc fix.
16742 (flyspell-large-region): Allow nil as value.
16743 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16744
16745 (mail-mode-flyspell-verify): More robust handling
16746 of `mail-header-separator'. More efficient signature detection.
16747 Allow for regexp metacharacters in message-header-separator.
16748 Adding `To' not to be checked in mail-mode-flyspell-verify.
16749
16750 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16751 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16752 Bind flyspell-auto-correct-binding.
16753 Bind C-. and C-, .
16754 (flyspell-mode-map): Likewise.
16755 (flyspell-mode): Doc fix.
16756 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16757 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16758 (flyspell-word-cache-result): New var, always local.
16759 (flyspell-check-pre-word-p): Doc fix.
16760 (flyspell-check-changed-word-p): Handle spc like newline.
16761 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16762 (flyspell-word-search-backward, flyspell-word-search-forward):
16763 New functions.
16764 (flyspell-word): Return t if nothing to check.
16765 When parsing TeX code, check for after } or \.
16766 Use flyspell-word-search-backward to find previous word.
16767 Return nil if duplicated word.
16768 For word already checked, return same value as last time.
16769 Set flyspell-word-cache-result after checking.
16770 Don't clobber the return value.
16771 (flyspell-get-word): Major rewrite.
16772 (flyspell-external-point-words): New locals pword, pcount.
16773 Fix size used in progress message.
16774 Find the proper corresponding word in flyspell-large-region-buffer.
16775 (flyspell-region): Check for flyspell-large-region = nil.
16776 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16777 (flyspell-auto-correct-word): Check that WORD is a cons.
16778 (flyspell-correct-word): Likewise.
16779
16780 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16781
16782 * progmodes/make-mode.el (makefile-rule-action-regex)
16783 (makefile-macroassign-regex, makefile-makepp-mode)
16784 (makefile-bsdmake-mode): Continuation lines may be empty.
16785 Reported by Joshua Varner.
16786 (makefile-makepp-font-lock-keywords): Add $(stem).
16787
16788 2005-05-28 Karl Berry <karl@gnu.org>
16789
16790 * textmodes/tex-mode.el: Now that tex-send-command calls
16791 shell-quote-argument (2005-03-31 change), remove all calls to
16792 shell-quote-argument; they all end up invoking tex-send-command.
16793 The double quoting loses on filenames with non-safe characters,
16794 such as "@". Reported by Frederik Fouvry.
16795
16796 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16797
16798 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16799 about preserving point.
16800
16801 2005-05-27 Jay Belanger <belanger@truman.edu>
16802
16803 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16804 Info-goto-node.
16805
16806 * calc/calc-embed.el (calc-embed-arg): New variable.
16807 (calc-do-embedded-activate, calc-embedded-activate-formula)
16808 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16809 variable by new variable.
16810 (calc-embedded-make-info): Replace undeclared variable by new
16811 variable. When selecting region with positive prefix
16812 argument, use end of previous line instead of beginning of line.
16813
16814 * calc/calc-aent.el (calc-arg-values): Declare it.
16815
16816 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16817 Declare them.
16818
16819 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16820
16821 * calc/calc.el (calc-alg-map): Declare it.
16822
16823 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16824
16825 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16826
16827 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16828 (gdb-registers-buffer, toggle-gdb-all-registers):
16829 Toggle display of floating point registers.
16830 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16831
16832 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16833 (toggle-gud-tooltip-dereference):
16834 Rename from gud-toggle-tooltip-dereference.
16835
16836 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16837
16838 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16839
16840 2005-05-27 Jay Belanger <belanger@truman.edu>
16841
16842 * calc/calc-prog.el (calc-kbd-report): Remove.
16843 (calc-kbd-query): Rewrite.
16844
16845 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16846
16847 * image.el (image-library-alist): Move to image.c.
16848 (image-type-available-p): Doc fix.
16849
16850 2005-05-27 Lute Kamstra <lute@gnu.org>
16851
16852 * calc/calc.el (calc):
16853 * outline.el (outline-1, outline-2, outline-3, outline-4)
16854 (outline-5, outline-6, outline-7, outline-8):
16855 * textmodes/dns-mode.el (dns-mode):
16856 * textmodes/sgml-mode.el (sgml-namespace-face):
16857 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16858 (tex-verbatim-face, tex-use-reftex):
16859 * textmodes/texinfo.el (texinfo-heading-face):
16860 Specify customization group.
16861
16862 * longlines.el: Don't require easy-mmode.
16863 (longlines-visible-face): Specify customization group.
16864
16865 2005-05-27 Kenichi Handa <handa@m17n.org>
16866
16867 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16868 encoding table of windows-1251.
16869
16870 * international/ucs-tables.el (ucs-set-table-for-input):
16871 If translation-table-for-input of a coding system is a symbol, get
16872 its translation-table property.
16873
16874 * international/code-pages.el: Don't register a coding system into
16875 non-iso-charset-alist more than once.
16876 (cp-make-coding-system): Likewise.
16877
16878 2005-05-26 John Wiegley <johnw@newartisans.com>
16879
16880 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16881 `eshell-resume-eval' is wrapped in a list, it indicates that the
16882 command was run asynchronously. In that case, unwrap the value
16883 before checking the delimiter value.
16884
16885 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16886 character before a space at the end of a line is \, assume the space
16887 is part of the last argument rather than a final argument separator.
16888
16889 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16890 is in use, and the target is `t' or `nil' (which are the most common
16891 values), don't assume that the symbol target is a buffer.
16892
16893 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16894
16895 * calendar/calendar.el (calendar-mode-line-format):
16896 Use mode-line-highlight as mouse-face.
16897
16898 * time.el (display-time-string-forms, display-time-update):
16899 Use mode-line-highlight as mouse-face.
16900
16901 2005-05-26 Jay Belanger <belanger@truman.edu>
16902
16903 * calc/calc.el (calc-language-alist): Remove extra defvar.
16904
16905 2005-05-26 Lute Kamstra <lute@gnu.org>
16906
16907 * arc-mode.el (archive-mode):
16908 * bookmark.el (bookmark-read-annotation-mode)
16909 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16910 * bs.el (bs-mode):
16911 * calc/calc-yank.el (calc-edit-mode):
16912 * calc/calc.el (calc-mode, calc-trail-mode):
16913 * calculator.el (calculator-mode):
16914 * chistory.el (command-history-mode):
16915 * comint.el:
16916 * cus-edit.el (custom-mode):
16917 * descr-text.el (describe-text-mode):
16918 * ebuff-menu.el (Electric-buffer-menu-mode):
16919 * ediff-util.el (ediff-mode):
16920 * emacs-lisp/re-builder.el (reb-mode):
16921 * emulation/vi.el (vi-mode-setup):
16922 * emulation/ws-mode.el (wordstar-mode):
16923 * eshell/esh-mode.el (eshell-mode):
16924 * forms.el (forms-mode):
16925 * help-mode.el (help-mode):
16926 * hexl.el (hexl-mode):
16927 * ibuffer.el (ibuffer-mode):
16928 * ielm.el (inferior-emacs-lisp-mode):
16929 * info.el (Info-mode, Info-edit-mode):
16930 * international/swedish.el:
16931 * ledit.el (ledit-from-lisp-mode):
16932 * locate.el (locate-mode):
16933 * mail/rmail.el (rmail-mode):
16934 * mail/rmailedit.el (rmail-edit-mode):
16935 * mail/rmailsum.el (rmail-summary-mode):
16936 * mail/supercite.el (sc-electric-mode):
16937 * net/eudc.el (eudc-mode):
16938 * net/quickurl.el (quickurl-list-mode):
16939 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16940 * obsolete/ooutline.el (outline-mode):
16941 * obsolete/options.el (Edit-options-mode):
16942 * obsolete/rnews.el (news-mode):
16943 * obsolete/rnewspost.el (news-reply-mode):
16944 * play/5x5.el (5x5-mode):
16945 * play/decipher.el (decipher-mode, decipher-stats-mode):
16946 * play/gomoku.el (gomoku-mode):
16947 * play/snake.el (snake-mode):
16948 * play/solitaire.el (solitaire-mode):
16949 * play/tetris.el (tetris-mode):
16950 * progmodes/ada-mode.el (ada-mode):
16951 * progmodes/antlr-mode.el (antlr-mode):
16952 * progmodes/autoconf.el (autoconf-mode):
16953 * progmodes/dcl-mode.el (dcl-mode):
16954 * progmodes/delphi.el (delphi-mode):
16955 * progmodes/ebrowse.el (ebrowse-tree-mode)
16956 (ebrowse-electric-list-mode, ebrowse-member-mode)
16957 (ebrowse-electric-position-mode):
16958 * progmodes/f90.el (f90-mode):
16959 * progmodes/fortran.el (fortran-mode):
16960 * progmodes/icon.el (icon-mode):
16961 * progmodes/idlw-help.el (idlwave-help-mode):
16962 * progmodes/idlw-shell.el (idlwave-shell-mode):
16963 * progmodes/idlwave.el (idlwave-mode):
16964 * progmodes/inf-lisp.el (inferior-lisp-mode):
16965 * progmodes/m4-mode.el (m4-mode):
16966 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16967 * progmodes/modula2.el (modula-2-mode):
16968 * progmodes/octave-inf.el (inferior-octave-mode):
16969 * progmodes/octave-mod.el (octave-mode):
16970 * progmodes/pascal.el (pascal-mode):
16971 * progmodes/sh-script.el (sh-mode):
16972 * progmodes/sql.el (sql-mode, sql-interactive-mode):
16973 * progmodes/vhdl-mode.el (vhdl-mode):
16974 * progmodes/xscheme.el (scheme-interaction-mode):
16975 * replace.el (occur-mode):
16976 * ses.el (ses-mode):
16977 * simple.el (completion-list-mode):
16978 * skeleton.el:
16979 * speedbar.el (speedbar-mode):
16980 * term.el (term-mode):
16981 * terminal.el (terminal-edit-mode):
16982 * textmodes/reftex-index.el (reftex-index-mode)
16983 (reftex-index-phrases-mode):
16984 * textmodes/reftex-sel.el (reftex-select-label-mode)
16985 (reftex-select-bib-mode):
16986 * textmodes/reftex-toc.el (reftex-toc-mode):
16987 * wdired.el (wdired-change-to-wdired-mode):
16988 * wid-browse.el (widget-browse-mode):
16989 Use run-mode-hooks.
16990
16991 * array.el (array-mode):
16992 * calendar/todo-mode.el (todo-mode):
16993 * man.el (Man-mode):
16994 * play/landmark.el (lm-mode):
16995 * play/mpuz.el (mpuz-mode):
16996 Use kill-all-local-variables and run-mode-hooks.
16997
16998 * subr.el (delay-mode-hooks): Specify indentation.
16999
17000 2005-05-26 Mark A. Hershberger <mah@everybody.org>
17001
17002 * xml.el (xml-substitute-special): Don't die for undefined xml
17003 entities.
17004
17005 2005-05-26 Jay Belanger <belanger@truman.edu>
17006
17007 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
17008 of nil.
17009
17010 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
17011
17012 * progmodes/gdb-ui.el (gdb-frame-address):
17013 Rename from gdb-current-address.
17014 (gdb-previous-frame-address): Rename from gdb-previous-address.
17015 (gdb-selected-frame): Rename from gdb-current-frame.
17016 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
17017 (gdb-frame-number): Rename from gdb-current-stack-level.
17018 (gdb-ann3): Match new mode-name for disassembly buffer.
17019 Extend initialization of variables.
17020 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
17021 (gdb-memory-mode): Use mouse-face in header line.
17022 (gdb-assembler-buffer-name): Call it disassembly and give frame
17023 in mode line.
17024 (gdb-source-spec-regexp, gdb-assembler-custom)
17025 (gdb-invalidate-assembler, gdb-frame-handler):
17026 Make robust to leading zeroes in address format.
17027
17028 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
17029
17030 * textmodes/org.el (org-mode): Use `define-derived-mode' to
17031 define `org-mode'.
17032 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
17033
17034 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
17035
17036 * log-edit.el (log-edit-changelog-entries): Distinguish between
17037 filenames like xfns.c and fns.c.
17038
17039 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
17040
17041 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
17042 point after reverting.
17043 (Buffer-menu-make-sort-button): Handle the case where
17044 `Buffer-menu-use-header-line' is nil.
17045
17046 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
17047
17048 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
17049 New funcs. In minibuffer-local-completion-map bind `]', `/'
17050 and `:' to them.
17051
17052 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
17053
17054 * startup.el (normal-top-level): Allow modification of load-path while
17055 we're iterating over it.
17056
17057 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
17058
17059 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
17060 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
17061 (thumbs-resize-interactive, thumbs-insert-image)
17062 (thumbs-insert-thumb, thumbs-dired-show-marked)
17063 (thumbs-find-image-at-point, thumbs-delete-images)
17064 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
17065 (thumbs-increment-image-size, thumbs-decrement-image-size):
17066 Fix typos in docstrings.
17067
17068 2005-05-24 Andre Spiegel <spiegel@gnu.org>
17069
17070 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
17071 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
17072 (cperl-mode): Use them.
17073
17074 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
17075
17076 * window.el (quit-window, shrink-window-if-larger-than-buffer):
17077 Doc fixes.
17078
17079 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
17080
17081 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
17082 Bind C-d to gdb-inferior-io-eof.
17083
17084 * dired.el (dired-dnd-popup-notice): Use message-box.
17085
17086 2005-05-23 Masatake YAMATO <jet@gyve.org>
17087
17088 * bindings.el (mode-line-major-mode-keymap):
17089 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
17090
17091 * faces.el (mode-line-highlight): New face.
17092
17093 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
17094 as mouse-face.
17095
17096 * bindings.el (top-level, help-echo, mode-line-modified)
17097 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
17098 as mouse-face.
17099
17100 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
17101
17102 * progmodes/cc-engine.el (c-guess-basic-syntax):
17103 Remove spurious call to `zerop'.
17104
17105 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
17106
17107 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
17108
17109 CC Mode update to 5.30.10:
17110
17111 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
17112 could go past the limit in decoration level 2, thereby causing
17113 errors during interactive fontification.
17114
17115 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
17116 the file is evaluated interactively.
17117
17118 * cc-engine.el (c-guess-basic-syntax): Handle operator
17119 declarations somewhat better in C++.
17120
17121 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
17122 make use of `run-mode-hooks' which has been added in Emacs 21.1.
17123 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
17124 (awk-mode): Use it.
17125 (make-local-hook): Suppress warning about obsoleteness.
17126
17127 * cc-engine.el, cc-align.el, cc-cmds.el
17128 (c-append-backslashes-forward, c-delete-backslashes-forward)
17129 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
17130 Compensate for return value from `forward-line' when it has moved
17131 but not to a different line due to eob.
17132
17133 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
17134 `objc-method-intro' and `objc-method-args-cont'.
17135
17136 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
17137
17138 CC Mode update to 5.30.10:
17139
17140 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
17141 in the copyright statement. Incidentally, change "along with GNU
17142 Emacs" to "along with this program" where it occurs.
17143
17144 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
17145 so that it is interactive, hence can be found by M-x awk-mode
17146 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
17147 <gmorris+emacs@ast.cam.ac.uk>.
17148
17149 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
17150 Mode's regexps.
17151
17152 2005-05-23 Kevin Ryde <user42@zip.com.au>
17153
17154 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
17155 c-parse-state, to avoid a lisp error (on bad code).
17156
17157 2005-05-23 Lute Kamstra <lute@gnu.org>
17158
17159 * subr.el (font-lock-defaults): Remove defvar as it's already
17160 defined in font-core.el.
17161
17162 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
17163
17164 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
17165
17166 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
17167 more general and work when GDB variable "print pretty" is on,
17168 as with Emacs, for example.
17169
17170 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
17171
17172 * font-core.el: Update comment.
17173
17174 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17175 Use `after-change-major-mode-hook' instead of `find-file-hook'.
17176
17177 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
17178
17179 2005-05-22 Eli Zaretskii <eliz@gnu.org>
17180
17181 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
17182 and `yank-handler' in the doc strings.
17183
17184 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17185
17186 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
17187
17188 2005-05-22 Richard M. Stallman <rms@gnu.org>
17189
17190 * help.el (describe-key): Move print-help-return-message call
17191 out of conditional.
17192
17193 * progmodes/etags.el (list-tags): Use with-no-warnings.
17194
17195 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
17196 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
17197 (starttls-extra-args, starttls-extra-arguments): Add defvars.
17198
17199 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
17200
17201 * language/viet-util.el (viet-viscii-nonascii-translation-table):
17202 Add defvar.
17203
17204 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
17205 Use defvar, not defconst.
17206
17207 * hexl.el (hexl-follow-line): Use with-no-warnings.
17208
17209 * emulation/tpu-extras.el: Use write-file-functions instead of
17210 write-file-hooks.
17211
17212 * dired.el (dired-font-lock-keywords): Fontify files with junk
17213 extensions even if marked by -F.
17214
17215 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
17216
17217 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
17218 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
17219 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
17220 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
17221 (concatenate, list-length, get*, getf, cl-remprop):
17222 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
17223 (etypecase, progv, lexical-let, lexical-let*)
17224 (multiple-value-bind, multiple-value-setq, shiftf):
17225 Improve argument/docstring consistency.
17226
17227 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
17228
17229 2005-05-22 Andre Spiegel <spiegel@gnu.org>
17230
17231 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
17232 doesn't exist.
17233
17234 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
17235 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
17236
17237 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
17238
17239 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
17240 already deleted variables: auto-fill-hook, blink-paren-hook,
17241 lisp-indent-hook, inhibit-local-variables, unread-command-event,
17242 suspend-hooks, comment-indent-hook, meta-flag,
17243 before-change-function, after-change-function,
17244 font-lock-doc-string-face.
17245
17246 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
17247
17248 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17249
17250 2005-05-21 Eli Zaretskii <eliz@gnu.org>
17251
17252 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
17253 rmail-dont-reply-to.
17254
17255 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17256
17257 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
17258 literal blank when splitting new-header-values.
17259
17260 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
17261
17262 * calendar/cal-menu.el (cal-menu-update): Add separator as a
17263 string so that tmm doesn't create a completion entry for it.
17264
17265 * textmodes/table.el (table-disable-menu): Ditto.
17266
17267 2005-05-21 Richard M. Stallman <rms@gnu.org>
17268
17269 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17270
17271 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17272
17273 * net/rcompile.el (remote-compile): Use compilation-start.
17274
17275 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17276
17277 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
17278
17279 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17280 Default to makefile-bsdmake-mode on BSD systems.
17281
17282 * imenu.el (imenu-generic-expression, imenu--generic-function'):
17283 REGEXP may also be a search function now. The part of doc-string
17284 for describing the structure was 95% identical to that of
17285 `imenu--generic-function'. Unify it there.
17286
17287 * progmodes/make-mode.el (makefile-imenu-generic-expression):
17288 Use function to find dependencies, because regexp alone is so complex,
17289 it easily goes into an endless loop.
17290 (makefile-makepp-mode): Also add submenu for Perl functions
17291 defined in the makefile.
17292 (makefile-bsdmake-mode): Special imenu-generic-expression no
17293 longer needed, due to function call.
17294 (makefile-match-dependency): Take BOUND into account when checking
17295 if we're through.
17296
17297 2005-05-20 Jay Belanger <belanger@truman.edu>
17298
17299 * calc/calc-units.el (calc-invalidate-units-table):
17300 Use inhibit-read-only.
17301 (math-build-units-table-buffer): Use view-mode.
17302
17303 2005-05-20 David Kastrup <dak@gnu.org>
17304
17305 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17306 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17307
17308 2005-05-20 Lute Kamstra <lute@gnu.org>
17309
17310 * diff-mode.el (diff-header-face, diff-file-header-face)
17311 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17312 (diff-added-face, diff-changed-face, diff-function-face)
17313 (diff-context-face, diff-nonexistent-face): Put them in the
17314 diff-mode customization group.
17315
17316 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17317
17318 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17319
17320 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17321
17322 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17323 Minor regexp-optimization.
17324
17325 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17326
17327 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17328 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17329 (org-agenda-add-time-grid-maybe): New function.
17330 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17331 (org-table-create): `dotimes' instead of `mapcar'.
17332 (org-xor): Simplify implementation.
17333 (org-agenda): `inhibit-redisplay' turned on.
17334 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17335 a consistent line after a state change.
17336 (org-agenda-remove-times-when-in-prefix): New option.
17337 (org-prefix-has-time): New variable.
17338 (org-parse-time-string): Optional argument NODEFAULT.
17339 (org-format-agenda-item): Parse items for time-of-day
17340 specifications and move these into the prefix if possible.
17341 (org-agenda-priority): Get current heading, not previous heading
17342 during agenda remote editing.
17343
17344 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17345
17346 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17347 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17348 (remove-duplicates, delete-duplicates, substitute)
17349 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17350 (nsubstitute-if-not, find, find-if, find-if-not, position)
17351 (position-if, position-if-not, count, count-if, count-if-not)
17352 (mismatch, search, sort*, stable-sort, merge, member*)
17353 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17354 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17355 (intersection, nintersection, set-difference, nset-difference)
17356 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17357 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17358 (nsublis, tree-equal): Improve argument/docstring consistency.
17359
17360 * subr.el (send-string, send-region): Remove obsolescence declaration.
17361 (window-dot, set-window-dot, read-input, show-buffer)
17362 (eval-current-buffer, string-to-int):
17363 Add release number to obsolescence declarations.
17364
17365 2005-05-19 Kim F. Storm <storm@cua.dk>
17366
17367 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17368 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17369
17370 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17371
17372 * faces.el (list-faces-display): Make back button respect optional
17373 regexp arg.
17374
17375 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17376
17377 * calculator.el (calculator-radix-grouping-mode)
17378 (calculator-radix-grouping-digits, calculator-displayer)
17379 (calculator-radix-grouping-separator, calculator-copy-displayer):
17380 * dabbrev.el (dabbrev-search-these-buffers-only):
17381 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17382 (diff-advance-after-apply-hunk, diff-mode-hook)
17383 (diff-minor-mode-prefix):
17384 * imenu.el (imenu-use-popup-menu):
17385 * jit-lock.el (jit-lock-context-time):
17386 * newcomment.el (comment-fill-column, comment-column)
17387 (comment-style, comment-padding, comment-multi-line)
17388 (comment-empty-lines, comment-auto-fill-only-comments):
17389 * reveal.el (reveal-around-mark):
17390 * uniquify.el (uniquify-buffer-name-style)
17391 (uniquify-after-kill-buffer-p)
17392 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17393 (uniquify-min-dir-content, uniquify-separator)
17394 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17395 * w32-vars.el (w32-fixed-font-alist):
17396 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17397 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17398 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17399 * progmodes/perl-mode.el (perl-indent-level)
17400 (perl-continued-statement-offset, perl-continued-brace-offset)
17401 (perl-brace-offset, perl-brace-imaginary-offset)
17402 (perl-label-offset, perl-indent-continued-arguments)
17403 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17404 * progmodes/tcl.el (tcl-indent-level)
17405 (tcl-continued-indent-level, tcl-auto-newline)
17406 (tcl-tab-always-indent, tcl-electric-hash-style)
17407 (tcl-help-directory-list, tcl-use-smart-word-finder)
17408 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17409 (inferior-tcl-source-command):
17410 * textmodes/fill.el (enable-kinsoku):
17411 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17412 * textmodes/table.el (table-yank-handler):
17413 Specify missing group (and type, if simple) in defcustom.
17414
17415 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17416
17417 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17418
17419 2005-05-19 Richard M. Stallman <rms@gnu.org>
17420
17421 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17422
17423 * subr.el (event-basic-type): Don't get an error.
17424 (left-fringe-p): Function deleted.
17425
17426 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17427 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17428
17429 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17430 in recursive copy.
17431
17432 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17433
17434 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17435
17436 * emacs-lisp/bytecomp.el
17437 (byte-compile-file-form-custom-declare-variable):
17438 Call byte-compile-nogroup-warn if appropriate.
17439
17440 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17441 (compilation-set-window): Don't call left-fringe-p; do it directly.
17442
17443 2005-05-19 Jay Belanger <belanger@truman.edu>
17444
17445 * calc/calc-graph.el (calc-graph-format-data): Make sure
17446 var-PlotRejects is bound before trying to check its value.
17447
17448 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17449
17450 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17451 definition of this variable from reftex-global.el to reftex.el,
17452 because it is needed in the menu.
17453
17454 2005-05-19 Lute Kamstra <lute@gnu.org>
17455
17456 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17457 years are fixed. Don't insert a space after a dash.
17458
17459 2005-05-19 Kim F. Storm <storm@cua.dk>
17460
17461 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17462
17463 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17464
17465 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17466 strings, because (eq ... ?\\) is fairly frequent.
17467
17468 * progmodes/make-mode.el (makefile-add-this-line-targets):
17469 Simplify and integrate into `makefile-pickup-targets'.
17470 (makefile-add-this-line-macro): Simplify and integrate into
17471 `makefile-pickup-macros.
17472 (makefile-pickup-filenames-as-targets): Simplify.
17473 (makefile-previous-dependency, makefile-match-dependency):
17474 Don't stumble over `::'.
17475
17476 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17477
17478 * subr.el (post-command-idle-hook, post-command-idle-delay):
17479 Remove obsoletion of post-command-idle-hook and
17480 post-command-idle-delay.
17481
17482 * faces.el (list-faces-display): Provide button when describe-face
17483 is called to take user back to the list of faces.
17484
17485 * help-fns.el (describe-variable): Remove hyperlinks in a
17486 variable's value as these are quite frequently inappropriate.
17487
17488 * follow.el (follow-submit-feedback, follow-mode):
17489 Remove references to post-command-idle-hook.
17490
17491 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17492
17493 * progmodes/make-mode.el (makefile-previous-dependency)
17494 (makefile-match-dependency): Check for := (and in bsd mode also
17495 !=) to give a better result, even when font-lock is not on.
17496
17497 2005-05-18 Jay Belanger <belanger@truman.edu>
17498
17499 * calc/calc-help.el (calc-s-prefix-help):
17500 Add `calc-copy-special-constant' to help string.
17501
17502 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17503
17504 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17505
17506 2005-05-18 Jay Belanger <belanger@truman.edu>
17507
17508 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17509 in linear factors are in proper order.
17510
17511 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17512
17513 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17514 Support for jurabib.
17515
17516 * textmodes/reftex.el (featurep): Define aliases for overlay
17517 commands, for XEmacs compatibility, and use these aliases in
17518 overlay initializations.
17519 (reftex-highlight): Use `reftex-move-overlay'.
17520 (reftex-unhighlight): Use `reftex-delete-overlay'.
17521 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17522 (reftex-access-search-path): Use `reftex-uniquify' instead of
17523 `reftex-uniq'
17524
17525 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17526 `before-string' property modification enables for Emacs as well.
17527 (reftex-select-item): Use `reftex-delete-overlay'.
17528 (reftex-select-mark): Use `reftex-make-overlay' and
17529 `reftex-overlay-put'.
17530 (reftex-select-unmark): Use `reftex-delete-overlay' and
17531 `reftex-overlay-put'.
17532
17533 2005-05-18 Lute Kamstra <lute@gnu.org>
17534
17535 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17536
17537 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17538
17539 * add-log.el (add-change-log-entry):
17540 * array.el (array-make-template, array-reconfigure-rows)
17541 (array-init-max-row, array-init-max-column)
17542 (array-init-columns-per-line, array-init-field-width):
17543 * replace.el (replace-match-maybe-edit, perform-replace):
17544 * textmodes/spell.el (spell-region):
17545 Replace `read-input' by `read-string'.
17546
17547 * forms.el (forms-mode):
17548 * finder.el (finder-compile-keywords):
17549 * shadowfile.el (shadow-read-files):
17550 Replace `eval-current-buffer' by `eval-buffer'.
17551
17552 * terminal.el (te-pass-through):
17553 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17554 (ange-ftp-raw-send-cmd):
17555 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17556 (send-process-next-char, telnet-initial-filter, telnet):
17557 Replace `send-string' by `process-send-string'.
17558
17559 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17560 (prolog-consult-region): Replace `send-string' by
17561 `process-send-string'; replace `send-region' by `process-send-region'.
17562
17563 * progmodes/delphi.el (delphi-log-msg):
17564 Replace `set-window-dot' by `set-window-point'.
17565
17566 * subr.el (window-dot, set-window-dot, read-input, send-string)
17567 (send-region, show-buffer, eval-current-buffer):
17568 Make really obsolete, as the comment says.
17569
17570 2005-05-17 Kim F. Storm <storm@cua.dk>
17571
17572 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17573 (cua--init-keymaps): Bind C-return instead of S-return to set
17574 rectangle mark.
17575
17576 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17577 instead of S-return to toggle/clear rectangle mark.
17578
17579 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17580
17581 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17582 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17583 Also fontify plain strings assigned to variables, mostly so that a
17584 colon has a face and is thus not taken as a dependency separator.
17585 (makefile-previous-dependency): Inline the new matcher, because it
17586 is too complex to work in both directions.
17587 (makefile-match-dependency): Eliminate `backward' arg (see above).
17588 Completely reimplemented so as to not sometimes go into an endless
17589 loop. It should also be more efficient, because first it only
17590 searches for `:', instead of applying the very complex regexp.
17591 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17592 to be fontified in one piece can be too long for JIT.
17593 Makefiles are never *that* big.
17594
17595 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17596
17597 * dired.el (dired-mode): Simplify.
17598
17599 2005-05-17 Lute Kamstra <lute@gnu.org>
17600
17601 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17602 defcustom for the mode hook variable.
17603
17604 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17605 Emacs Lisp Reference Manual.
17606
17607 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17608
17609 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17610 (evenp, list*):
17611 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17612 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17613
17614 * net/tramp-smb.el (tramp-smb-open-connection):
17615 Pass `tramp-chunksize' as fifth (required) argument.
17616
17617 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17618
17619 * font-lock.el (lisp-font-lock-keywords-1):
17620 Set `font-lock-negation-char-face' for [^...] char group.
17621 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17622
17623 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17624 a var, and refine it to mask one more level of nested vars.
17625 (makefile-rule-action-regex): Turn it into a var, and refine it so
17626 it recognizes backslashed continuation lines as belonging to the
17627 same command.
17628 (makefile-macroassign-regex): Refine it so it recognizes
17629 backslashed continuation lines as belonging to the same command.
17630 (makefile-var-use-regex): Don't look at the next char, because it
17631 might be the same one to be skipped by the initial [^$], leading
17632 to an overlooked variable use.
17633 (makefile-make-font-lock-keywords): Remove two parameters, which
17634 are now variables that some of the modes set locally.
17635 Handle dependency and rule action matching through functions, because
17636 regexps alone match too often. Dependency matching now comes
17637 last, so it can check, whether a colon already matched something else.
17638 (makefile-mode): Inform that font-lock improves makefile parsing
17639 capabilities.
17640 (makefile-match-dependency, makefile-match-action): New functions.
17641
17642 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17643
17644 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17645
17646 * align.el (align-regexp):
17647 * ansi-color.el (ansi-color-get-face):
17648 * array.el (array-reconfigure-rows, array-init-max-row)
17649 (array-init-max-column, array-init-columns-per-line)
17650 (array-init-field-width):
17651 * dired-aux.el (dired-trample-file-versions):
17652 * dired-x.el (dired-mark-sexp):
17653 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17654 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17655 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17656 * faces.el (face-read-integer):
17657 * files.el (backup-extract-version, insert-directory):
17658 * hexl.el (hexl-insert-decimal-char):
17659 * server.el (server-process-filter):
17660 * shell.el (shell-extract-num):
17661 * startup.el (command-line-1):
17662 * term.el (term-command-hook):
17663 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17664 (time-stamp-do-number):
17665 * time.el (display-time-update):
17666 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17667 (timezone-fix-time):
17668 * vms-patch.el (vms-suspend-resume-hook):
17669 * calendar/appt.el (appt-convert-time):
17670 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17671 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17672 * calendar/cal-islam.el (mark-islamic-diary-entries):
17673 * calendar/calendar.el (calendar-cursor-to-date)
17674 (calendar-star-date):
17675 * calendar/diary-lib.el (diary-attrtype-convert)
17676 (mark-diary-entries, diary-entry-time):
17677 * calendar/solar.el (solar-get-number):
17678 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17679 * emacs-lisp/re-builder.el (reb-display-subexp):
17680 * emulation/edt.el (edt-set-scroll-margins):
17681 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17682 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17683 (vip-get-ex-count):
17684 * emulation/viper-ex.el (viper-get-ex-token)
17685 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17686 * international/fontset.el (fontset-plain-name):
17687 * mail/feedmail.el (feedmail-look-at-queue-directory):
17688 * mail/mailalias.el (mail-get-names):
17689 * mail/rmail.el (rmail-convert-to-babyl-format):
17690 * mail/rmailsum.el (rmail-make-basic-summary-line)
17691 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17692 (rmail-summary-goto-msg):
17693 * mail/smtpmail.el (smtpmail-read-response):
17694 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17695 (ange-ftp-vms-add-file-entry):
17696 * play/gametree.el (gametree-looking-at-ply)
17697 (gametree-current-branch-score):
17698 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17699 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17700 * progmodes/cperl-mode.el (condition-case):
17701 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17702 (ebrowse-set-member-buffer-column-width)
17703 (ebrowse-select-1st-to-9nth):
17704 * progmodes/etags.el (etags-snarf-tag):
17705 * progmodes/flymake.el (flymake-parse-line):
17706 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17707 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17708 (idlwave-shell-menu-def):
17709 * progmodes/ps-mode.el (ps-run-goto-error):
17710 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17711 (vhdl-speedbar-contract-level):
17712 * term/mac-win.el (x-handle-numeric-switch):
17713 * term/sun-mouse.el (sun-get-frame-data):
17714 * term/w32-win.el (x-handle-numeric-switch):
17715 * term/x-win.el (x-handle-numeric-switch):
17716 * textmodes/ispell.el (ispell-parse-output):
17717 * textmodes/nroff-mode.el (nroff-outline-level):
17718 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17719 (reftex-bib-sort-year-reverse, reftex-format-citation):
17720 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17721 (reftex-section-number):
17722 * textmodes/texinfmt.el (texinfo-paragraphindent):
17723 Replace `string-to-int' by `string-to-number'.
17724
17725 * international/latexenc.el: Add page marker to force the "Local
17726 Variables:" string out of the last page.
17727
17728 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17729
17730 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17731 tooltip-change-major-mode.
17732 (gud-tooltip-print-command): Remove case where gud-minor-mode
17733 is gdb ("--fullname").
17734 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17735 explain to user.
17736
17737 2005-05-16 Jay Belanger <belanger@truman.edu>
17738
17739 * calc/calc-store.el (calc-copy-special-constant): New function.
17740
17741 * calc/calc-ext.el (calc-init-extensions): Add binding for
17742 `calc-copy-special-constant'.
17743
17744 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17745 for the `calc-copy-special-constant' command.
17746
17747 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17748
17749 * subr.el (left-fringe-p): New function.
17750
17751 * progmodes/compile.el (compilation-setup): Set local value of
17752 overlay-arrow-string to "" always.
17753 (compilation-set-window): Left fringe then don't scroll.
17754 No left fringe then no arrow and scroll message to top.
17755 (compilation-context-lines): Adjust doc string accordingly.
17756
17757 2005-05-16 Kim F. Storm <storm@cua.dk>
17758
17759 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17760 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17761 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17762 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17763 (ido-read-file-name): Handle commands with ido property value
17764 equal to find-file as reading a file name, to allow C-d to enter dired.
17765 (ibuffer-find-file): Add ido property with value find-file.
17766
17767 2005-05-15 Kim F. Storm <storm@cua.dk>
17768
17769 * subr.el (open-network-stream-nowait): Remove.
17770 (open-network-stream-server): Remove.
17771
17772 2005-05-15 Richard M. Stallman <rms@gnu.org>
17773
17774 * faces.el (describe-face): Output a definition link button.
17775
17776 * help-mode.el (help-face-def): New button type.
17777
17778 * emacs-lisp/copyright.el (copyright-fix-years):
17779 Match properly if the first year is 2-digit.
17780 Don't mess up the whitespace after the years by filling.
17781
17782 * dired-aux.el (dired-mark-confirm):
17783 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17784
17785 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17786 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17787 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17788
17789 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17790 Set font-lock-comment-start-skip.
17791
17792 * font-lock.el (font-lock-comment-start-skip): New variable.
17793 (font-lock-comment-end-skip): New variable.
17794 (font-lock-fontify-syntactically-region): Use them if non-nil.
17795
17796 2005-05-15 Jay Belanger <belanger@truman.edu>
17797
17798 * calc/calc-store.el (calc-store-value): Return a string rather
17799 than display it as a message.
17800 Use calc-var-name for variable name.
17801 (calc-store-into): Add the result of calc-store-value to message.
17802 (calc-copy-variable): Add a message.
17803 (calc-store-exchange): Improve error messages.
17804 (calc-store-binary, calc-store-map): Don't reset the values of
17805 special constants.
17806
17807 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17808
17809 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17810 manual to docstring.
17811
17812 * files.el (hack-local-variables-confirm): Add STRING argument.
17813 Make the function handle non file visiting buffers correctly.
17814 (hack-local-variables-prop-line, hack-local-variables)
17815 (hack-one-local-variable): Use STRING arg of
17816 `hack-local-variables-confirm'.
17817
17818 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17819
17820 Sync with Tramp 2.0.49.
17821
17822 * net/tramp.el (tramp-handle-dired-call-process)
17823 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17824 because the contents of the Tramp buffer is changed before
17825 insertion (`expand-file' and alike).
17826 (tramp-handle-insert-directory): If `localname' has an empty
17827 nondirectory name, it must not be quoted.
17828 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17829 variable `tramp-chunksize'. Change callees.
17830 (tramp-open-connection-setup-interactive-shell): Check remote host
17831 for buggy `send-process-string' implementation.
17832 Set `tramp-chunksize' if found. Reported by Michael Kifer
17833 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17834 (tramp-handle-shell-command): `insert-buffer' cannot be used
17835 because the contents of the Tramp buffer is changed before
17836 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17837 <frederic.bothamy@free.fr>.
17838 (tramp-set-auto-save): Actions should be done for Tramp file name
17839 handler only. Ange-FTP has its own auto-save mechanism.
17840 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17841 (tramp-set-auto-save-file-modes): Set file modes of
17842 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17843 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17844 (tramp-bug): Remove obsolete variable.
17845 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17846 for presence of `mml-mode'. Make it running for older Emacsen as well.
17847
17848 2005-05-14 John Paul Wallington <jpw@pobox.com>
17849
17850 * ibuf-ext.el (define-ibuffer-filter filename):
17851 If `dired-directory' is a list, use its car.
17852
17853 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17854
17855 * ibuffer.el (define-ibuffer-column filename):
17856 If `dired-directory' is a list, use its car.
17857
17858 2005-05-14 Richard M. Stallman <rms@gnu.org>
17859
17860 * subr.el (symbol-file): Doc fix.
17861
17862 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17863 (byte-compile-form): Call byte-compile-nogroup-warn.
17864 (byte-compile-warning-types): Doc fix.
17865
17866 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17867
17868 * progmodes/cc-engine.el (c-literal-faces):
17869 Add font-lock-comment-delimiter-face.
17870
17871 * net/net-utils.el (dig): Use with-no-warnings.
17872
17873 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17874 (sc-recite-frame-alist, sc-default-cite-frame)
17875 (sc-default-uncite-frame, sc-default-recite-frame)
17876 (sc-attrib-selection-list, sc-rewrite-header-list):
17877 Mark as risky-local-variable.
17878
17879 * international/ogonek.el (ogonek-jak, ogonek-how):
17880 Don't use beginning-of-buffer.
17881
17882 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17883
17884 * calendar/solar.el (solar-data-list): Move definition up.
17885
17886 * dnd.el (dnd-protocol-alist): Add autoload.
17887
17888 * progmodes/sh-script.el: Many doc usage fixes.
17889 (sh-indent-after-do): Change default to match common styles.
17890
17891 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17892
17893 * files.el (interpreter-mode-alist)
17894 (auto-mode-interpreter-regexp): Doc fixes.
17895
17896 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17897
17898 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17899
17900 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17901
17902 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17903
17904 * dired.el (dired-mode): make-variable-buffer-local =>
17905 make-local-variable.
17906
17907 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17908
17909 * term/mac-win.el (mac-select-convert-to-string): Try coding
17910 systems in mac-script-code-coding-systems if specified one cannot
17911 encode string for `com.apple.traditional-mac-plain-text'.
17912
17913 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17914
17915 * progmodes/make-mode.el (makefile-targets-face)
17916 (makefile-shell-face, makefile-makepp-perl-face): New faces.
17917 (makefile-dependency-regex): Fix it to not make the colon in
17918 $(var:a=b) special.
17919 (makefile-rule-action-regex): New regexp for highlighting embedded
17920 Shell strings.
17921 (makefile-macroassign-regex): Handle != for highlighting as
17922 embedded Shell strings.
17923 (makefile-var-use-regex): New const.
17924 (makefile-statements, makefile-automake-statements)
17925 (makefile-gmake-statements, makefile-makepp-statements)
17926 (makefile-bsdmake-statements): New consts.
17927 (makefile-make-font-lock-keywords): New function.
17928 (makefile-automake-font-lock-keywords)
17929 (makefile-gmake-font-lock-keywords)
17930 (makefile-makepp-font-lock-keywords)
17931 (makefile-bsdmake-font-lock-keywords): New consts.
17932 (makefile-mode-map): Add switchers between the various submodes.
17933 (makefile-mode): Document the availability of the variants.
17934 (makefile-automake-mode, makefile-gmake-mode)
17935 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17936
17937 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17938 new variants of makefile-mode.
17939
17940 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17941
17942 * font-lock.el (font-lock-comment-delimiter-face): Fix up
17943 the inheritance.
17944
17945 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
17946
17947 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17948 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17949
17950 * files.el (normal-mode): Extend the scope of the
17951 `enable-local-variables' binding to include the `set-auto-mode' call.
17952 (magic-mode-alist): Doc fix.
17953
17954 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17955
17956 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17957 font-lock-comment-face rather than copying its setting.
17958
17959 2005-05-12 Andreas Schwab <schwab@suse.de>
17960
17961 * eshell/esh-mode.el (eshell-send-input): Doc fix.
17962
17963 2005-05-12 Lute Kamstra <lute@gnu.org>
17964
17965 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17966 defcustom for the mode hook variable. Delete the last argument.
17967 * generic-x.el: Fix callers of define-generic-mode.
17968 (generic-x-modes): Delete group.
17969 (show-tabs-tab-face, show-tabs-space-face): Put them in the
17970 generic-x customization group.
17971
17972 2005-05-12 Kim F. Storm <storm@cua.dk>
17973
17974 * font-lock.el (font-lock-negation-char-face): Default to "off".
17975
17976 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17977 font-lock-negation-char-face to ! in !=.
17978
17979 2005-05-12 Masatake YAMATO <jet@gyve.org>
17980
17981 * add-log.el (find-change-log): Fix typos in the docstring
17982 of function.
17983
17984 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17985
17986 * international/latexenc.el (latexenc-find-file-coding-system):
17987 Avoid `re-search-forward' when looking for input encoding because
17988 of speed and safety. Better regular expressions for recognizing
17989 input encoding. Limit a search for TeX-master/tex-main-file to
17990 the local variable section.
17991
17992 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
17993
17994 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17995 syntax of $ to "'" (quote).
17996
17997 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
17998
17999 * dnd.el (dnd-protocol-alist): Improve custom type.
18000
18001 * dired.el (dired-dnd-protocol-alist): New variable.
18002 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
18003 `dired-mode-hook' to the end.
18004
18005 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
18006
18007 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
18008 comment-end if comment-start-skip is not set.
18009 Obey the font-lock-comment-delimiter-face variables.
18010
18011 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
18012
18013 * files.el (executable-find): Move from executable.el. Use
18014 locate-file.
18015 * progmodes/executable.el (executable-find): Move to files.el.
18016
18017 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
18018 when trying to ensure forward progress.
18019
18020 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
18021
18022 * mouse-sel.el (mouse-sel-follow-link-p): New function.
18023 (mouse-select, mouse-select-internal, mouse-extend-internal):
18024 Use it to implement mouse-1-click-follows-link functionality.
18025
18026 2005-05-11 Richard M. Stallman <rms@gnu.org>
18027
18028 * font-lock.el (font-lock-fontify-syntactically-region):
18029 Use font-lock-comment-delimiter-face for comment delimiters.
18030
18031 2005-05-10 Jay Belanger <belanger@truman.edu>
18032
18033 * calc/calc-help.el (calc-m-prefix-help): Add mention of
18034 preserving embedded modes.
18035
18036 2005-05-10 Richard M. Stallman <rms@gnu.org>
18037
18038 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
18039
18040 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
18041 Move from ada-stmt.el.
18042 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
18043
18044 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
18045 Move to ada-mode.el.
18046 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
18047
18048 * cus-edit.el (custom-file): Call file-chase-links.
18049
18050 * files.el (read-directory-name): Fix previous change.
18051 (hack-local-variables-confirm): New function.
18052 (hack-local-variables-prop-line, hack-local-variables)
18053 (hack-one-local-variable): Use it.
18054
18055 2005-05-10 Lute Kamstra <lute@gnu.org>
18056
18057 * font-lock.el (font-lock-keywords-alist)
18058 (font-lock-removed-keywords-alist): Clarify docstrings.
18059
18060 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
18061
18062 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
18063 (gdb-source-info): Check for preprocessor info.
18064 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
18065 a macro for a function.
18066 (gdb-info-breakpoints-custom): Try to find file again if not already
18067 found (user might have used GDB dir command).
18068 (gdb-get-location): Update gdb-location-alist correctly for change
18069 to gdb-info-breakpoints-custom.
18070
18071 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
18072 (gud-tooltip-print-command): Add gdbmi case.
18073 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
18074 preprocessor info.
18075
18076 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
18077
18078 * startup.el (fancy-splash-insert): Fix typo in doc string.
18079
18080 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
18081
18082 * obsolete/float.el (string-to-float):
18083 * obsolete/hilit19.el (hilit-add-pattern):
18084 * obsolete/rnews.el (news-parse-range, news-select-message)
18085 (news-get-pruned-list-of-files): Replace `string-to-int' by
18086 `string-to-number'.
18087
18088 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
18089 `find-file-not-found-hooks'; use `add-hook'.
18090 (uncompress-while-visiting): Set `write-file-functions', not
18091 `write-file-hooks'; use `add-hook'.
18092
18093 2005-05-09 Kim F. Storm <storm@cua.dk>
18094
18095 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
18096 (cua-paste): Handle clipboard action.
18097 (cua--init-keymaps): Remap clipboard-kill-region and
18098 clipboard-kill-ring-save.
18099
18100 2005-05-08 Eli Zaretskii <eliz@gnu.org>
18101
18102 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18103 Improve commentary.
18104
18105 * simple.el (next-error-overlay-arrow-position): Revert the change
18106 made on 2005-04-30.
18107
18108 2005-05-07 Jay Belanger <belanger@truman.edu>
18109
18110 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
18111 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
18112 `calc-sel-reselect'.
18113
18114 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
18115 Calc is in embedded mode.
18116
18117 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18118
18119 * progmodes/compile.el (compilation-setup):
18120 Set overlay-arrow-string to an empty string on text terminals.
18121
18122 * textmodes/ispell.el (ispell-program-name): Try looking for
18123 "aspell" along exec-path, and if found, use it as the default
18124 speller program.
18125
18126 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
18127
18128 * international/mule.el (sgml-xml-auto-coding-function):
18129 Recognize encoding='FOO' in single quotes as well as in double quotes.
18130
18131 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18132
18133 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
18134 as well as `interactive', so that defmacro* would recognize
18135 `declare' forms.
18136
18137 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18138
18139 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18140 Explain more about the LIGHTER arg's usage in the doc string.
18141 Add commentary to clarify what the code does. Fix the regexp that
18142 strips whitespace from LIGHTER. Quote LIGHTER before using it,
18143 since it could have characters special to regular expressions.
18144
18145 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18146
18147 * replace.el (occur-1): Bind inhibit-read-only so that
18148 erase-buffer doesn't barf on read-only text properties (likewise
18149 for add-text-properties in occur-engine). Mark buffer as unmodified.
18150 (occur-engine): Don't set buffer-read-only here.
18151
18152 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18153
18154 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
18155 list-buffers-directory. This caused the *cvs-commit* buffer to be
18156 sometimes mistakenly reused as a *cvs* buffer.
18157
18158 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
18159
18160 * tooltip.el: Move code for GUD tooltips into gud.el.
18161 (require): CL no longer needed to compile case.
18162 (tooltip-mode): Do not toggle functions for GUD tooltips.
18163 (tooltip-gud-tips-p): Remove. Replace with minor mode
18164 gud-tooltip-mode in gud.el.
18165 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
18166 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
18167 tooltip-gud prefix with gud-tooltip and obsolete.
18168 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
18169 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
18170 (tooltip-mouse-motion): Mouse movement functions/variable.
18171 Rename in gud.el by adding gud prefix.
18172 (tooltip-gud-original-filter, tooltip-gud-dereference)
18173 (tooltip-gud-event, tooltip-toggle-gud-tips)
18174 (tooltip-gud-process-output, tooltip-gud-print-command)
18175 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
18176 gud.el by replacing tooltip-gud prefix with gud-tooltip.
18177 (gdb-tooltip-print): Move to gdb-ui.el.
18178
18179 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
18180 (require): CL needed to compile case.
18181 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
18182 tooltip-gud-tips-p. Make it a minor-mode.
18183 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
18184 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
18185 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
18186 (gud-tooltip-change-major-mode)
18187 (gud-tooltip-activate-mouse-motions-if-enabled)
18188 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
18189 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
18190 (gud-tooltip-original-filter, gud-tooltip-dereference)
18191 (gud-tooltip-event, tooltip-toggle-gud-tips)
18192 (gud-tooltip-process-output, gud-tooltip-print-command)
18193 (gud-tooltip-tips): Move from tooltip.el.
18194
18195 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
18196 (gdb-cpp-define-alist-flags): Doc fix.
18197 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
18198 gud-tooltip-mode is t.
18199
18200 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18201
18202 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
18203 evaporate if their text is deleted.
18204 (goto-address-at-point): Make it work as a mouse binding as well.
18205 (goto-address-at-mouse): Obsolete it. Update users.
18206
18207 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
18208
18209 * calendar/appt.el (top-level): No longer activate on load.
18210
18211 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
18212
18213 * calendar/cal-bahai.el (mark-bahai-diary-entries):
18214 * net/webjump.el (webjump):
18215 * progmodes/idlw-help.el (idlwave-do-context-help1)
18216 (idlwave-highlight-linked-completions):
18217 * textmodes/po.el (po-find-file-coding-system-guts):
18218 Replace `assoc-ignore-case' by `assoc-string'.
18219
18220 2005-05-06 Eli Zaretskii <eliz@gnu.org>
18221
18222 * files.el (locate-file): Doc fix.
18223
18224 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
18225 Remove the redundant test for ms-dos.
18226
18227 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
18228 look for the preprocessor with exec-suffixes. If not found in
18229 standard places, look in exec-path. Remove most of the tests that
18230 used system-type.
18231
18232 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
18233
18234 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
18235
18236 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
18237 file-name clash with jka-compr.el on 8+3 filesystems.
18238
18239 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18240
18241 * term/mac-win.el: Don't define or bind scroll bar functions if
18242 x-toolkit-scroll-bars is t.
18243 (x-select-text, x-get-selection-value): Clear
18244 x-last-selected-text-clipboard if x-select-enable-clipboard is
18245 nil.
18246 (PRIMARY): Put mac-scrap-name property.
18247 (mac-select-convert-to-file-url): New function.
18248 (public.file-url): New selection target type. Add to
18249 selection-converter-alist.
18250 (x-get-selection, x-selection-value): Handle it.
18251 (x-cut-buffer-or-selection-value): New alias.
18252
18253 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18254
18255 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
18256 entry to avoid calling bibtex-find-entry with arg global
18257 being t. Remove arg key.
18258 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
18259 (bibtex-copy-summary-as-kill): Change accordingly.
18260
18261 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18262
18263 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
18264 (org-agenda-date-later): Use with-current-buffer.
18265
18266 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
18267
18268 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18269 (define-obsolete-variable-alias): Doc Fixes.
18270
18271 2005-05-06 Kim F. Storm <storm@cua.dk>
18272
18273 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
18274 vertical-motion when selective-display is active.
18275
18276 * ido.el (ido-setup-hook): New hook.
18277 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18278 (ido-input-stack): New var.
18279 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
18280 ido-next-work-file binding to M-O.
18281 Bind M-f to ido-wide-find-file-or-pop-dir.
18282 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18283 (ido-read-internal): Run ido-setup-hook.
18284 Catch quit in read-file-name and read-string to cancel edit.
18285 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18286 Automatically pop-all when completing a directory name (RET).
18287 (ido-file-internal): Add with-no-warnings around ffap and dired code.
18288 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18289 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18290 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18291 New functions for M-b/M-f to move among the directory components.
18292 (ido-make-merged-file-list): Catch quit to cancel merge.
18293 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18294 (ido-completion-help): No warnings for ido-completion-buffer-full.
18295
18296 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18297
18298 * font-lock.el (font-lock-negation-char-face): New face and variable.
18299 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18300 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18301 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18302 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18303
18304 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18305
18306 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18307 Fix typo in docstring.
18308
18309 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18310 (ebrowse-print-statistics-line)
18311 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18312
18313 * term/w32-win.el (image-library-alist): Add additional name for
18314 Xpm library.
18315
18316 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18317
18318 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18319 use gcc instead of cpp.
18320
18321 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18322 (gdb-create-define-alist): Use it.
18323 (gdb-cpp-define-alist-program): Update for MS-DOS.
18324
18325 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18326
18327 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18328
18329 2005-05-04 Richard M. Stallman <rms@gnu.org>
18330
18331 * help.el (describe-key): No error when UNTRANSLATED is nil.
18332
18333 * simple.el (line-move-1): Fix previous change to signal errors
18334 appropriately.
18335
18336 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18337
18338 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18339 (icalendar-duration-correction): Remove.
18340 (icalendar--get-event-properties): Split result at commas.
18341 (icalendar--decode-isoduration): New optional argument
18342 DURATION-CORRECTION.
18343 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18344 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18345 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18346 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18347 (icalendar--convert-anniversary-to-ical): New functions, extracted
18348 from icalendar-export-region, with bug fixes.
18349 (icalendar-export-region): Use the above functions.
18350 (icalendar-import-buffer): Check before saving diary file.
18351 (icalendar--convert-recurring-to-diary)
18352 (icalendar--convert-non-recurring-all-day-to-diary)
18353 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18354 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18355 (icalendar--convert-ical-to-diary): Use the above functions.
18356
18357 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18358
18359 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18360 Remove these recent additions.
18361 (c-mode): Restore to before 2005-04-28.
18362
18363 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18364 recent addition.
18365
18366 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18367 (gdb-define-alist): New variables.
18368 (gdb-create-define-alist): New function.
18369 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18370 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18371 with string-to-number.
18372 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18373
18374 * progmodes/gud.el: Replace string-to-int with string-to-number.
18375 (gud-find-file): Handle gdb-define-alist.
18376
18377 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18378
18379 2005-05-02 Jay Belanger <belanger@truman.edu>
18380
18381 * calc/calc-aent.el (math-read-token):
18382 * calc/calc-bin.el (calc-word-size):
18383 * calc/calc-ext.el (calc-read-number-fancy):
18384 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18385 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18386 * calc/calc-frac.el (calc-over-notation):
18387 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18388 (calc-graph-num-points, calc-graph-init):
18389 * calc/calc-prog.el (calc-read-parse-table-part)
18390 (calc-edit-macro-repeats):
18391 * calc/calc-yank.el (calc-do-grab-rectangle):
18392 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18393 Replace `string-to-int' by `string-to-number'.
18394
18395 2005-05-02 Kim F. Storm <storm@cua.dk>
18396
18397 * kmacro.el: Use executing-kbd-macro-index variable.
18398
18399 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18400
18401 * net/rlogin.el (rlogin-parse-words): Delete func.
18402 (rlogin): Use split-string, not rlogin-parse-words.
18403 Also, if there are option-like elements in the parsed args,
18404 take the host to be the first arg immediately following them.
18405 Suggested by Michael Mauger.
18406
18407 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18408
18409 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18410
18411 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18412
18413 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18414 (cc-mode-cpp-program): Rename to cc-define-list-program and
18415 move to cc-vars.el.
18416
18417 * progmodes/cc-vars.el (cc-define-list-program):
18418 Change to "gcc -E -dM -". Make customizable.
18419
18420 2005-05-02 Kim F. Storm <storm@cua.dk>
18421
18422 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18423
18424 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18425
18426 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18427
18428 * international/mule-util.el (truncate-string): Remove alias and
18429 obsolete declaration.
18430
18431 * international/mule-cmds.el (update-iso-coding-systems):
18432 Remove alias and obsolete declaration.
18433
18434 * international/mule.el (coding-system-parent): Remove alias and
18435 obsolete declaration.
18436
18437 * subr.el (define-function, sref): Remove aliases and obsolete
18438 declarations.
18439 (chars-in-region): Remove obsolete declaration.
18440
18441 2005-05-01 Richard M. Stallman <rms@gnu.org>
18442
18443 * info.el (Info-mode): Set widen-automatically to nil, locally.
18444
18445 * simple.el (widen-automatically): New variable.
18446 (pop-global-mark): Obey widen-automatically.
18447
18448 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18449
18450 * term/xterm.el (function-key-map): Call substitute-key-definition
18451 before the keymap size is increased by a lot of define-key calls.
18452
18453 2005-05-01 Richard M. Stallman <rms@gnu.org>
18454
18455 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18456 Rename ARG to ELEMENT. Doc fix.
18457
18458 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18459
18460 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18461 Remove references to allout-exposure/change to allout-new-exposure.
18462
18463 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18464 bytecode symbols.
18465
18466 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18467 (compiled-function-p, focus-frame, unfocus-frame):
18468 Remove aliases and obsolete declarations.
18469 Back out inadvertent changes from previous commit.
18470
18471 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18472
18473 * files.el (require-final-newline): Make Custom tags consistent
18474 with mode-require-final-newline.
18475 (mode-require-final-newline): Doc fix.
18476
18477 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18478
18479 * international/latexenc.el (latexenc-find-file-coding-system):
18480 Fix regular expressions.
18481
18482 2005-05-01 David Kastrup <dak@gnu.org>
18483
18484 * international/latexenc.el (latexenc-find-file-coding-system):
18485 Fix regular expressions.
18486
18487 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18488
18489 * subr.el (string-to-int): Make obsolete.
18490
18491 2005-04-30 Richard M. Stallman <rms@gnu.org>
18492
18493 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18494
18495 * loadup.el: load jka-comp-hook.
18496
18497 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18498 (jka-compr-handler): Add autoload. `put' calls moved
18499 to jka-comp-hook.el.
18500 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18501 (jka-compr-inhibit): Autoload.
18502
18503 * jka-comp-hook.el: New file.
18504 Enable the mode by default.
18505
18506 * files.el (backup-buffer-copy): Use copy-file instead
18507 of write-region, and put back the 'excl.
18508
18509 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18510
18511 * progmodes/flymake.el (flymake-split-string)
18512 (flymake-split-string, flymake-log, flymake-pid-to-names)
18513 (flymake-reg-names, flymake-get-source-buffer-name)
18514 (flymake-unreg-names, flymake-add-line-err-info)
18515 (flymake-add-err-info): Clarify docstrings.
18516 (flymake-popup-menu, flymake-make-emacs-menu)
18517 (flymake-make-xemacs-menu): Add docstrings.
18518 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18519 Set variables directly throughout.
18520
18521 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18522
18523 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18524 exists. Initialize cc-define-alist.
18525 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18526 If there is no file (Macroexpansion) don't create an alist.
18527
18528 2005-04-29 Sam Steingold <sds@gnu.org>
18529
18530 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18531 (cc-create-define-alist): Use it instead of the hard-coded string.
18532
18533 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18534
18535 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18536 for latexenc.
18537
18538 2005-04-29 Lute Kamstra <lute@gnu.org>
18539
18540 * emacs-lisp/generic.el: Improve commentary section.
18541 (define-generic-mode): Improve docstring.
18542
18543 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18544
18545 * textmodes/org.el (many places): Change to quiet the byte compiler.
18546 (org-prefix-format-compiled): New variable.
18547 (org-compile-prefix-format): New function.
18548 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18549 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18550 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18551 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18552 consistency with entries from `org-mode' files.
18553 (org-get-time-of-day): Fix bug with partial matches early in a line.
18554 (org-non-link-chars): New constant.
18555 (org-link-regexp): Respect `org-non-link-chars'.
18556 (org-agenda-day-view): Remove command.
18557 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18558 (org-follow-bbdb-link, org-store-link): Search also company field.
18559 (org-highlight-overlay): New variable.
18560 (org-highlight, org-unhighlight): New functions.
18561 (org-agenda-mode): Add pre-command-hook to remove highlight.
18562 (org-evaluate-time-range): Behavior depends upon whether time stamp
18563 contains a time or not.
18564 (org-show-subtree, org-show-entry): New functions.
18565 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18566
18567 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18568
18569 * comint.el (comint-output-filter-functions): Add autoload cookie.
18570
18571 2005-04-28 Kim F. Storm <storm@cua.dk>
18572
18573 * ido.el (ido-everywhere): Fix last change.
18574
18575 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18576
18577 * international/latexenc.el: New file.
18578 * international/mule-conf.el (file-coding-system-alist): For .tex,
18579 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18580
18581 2005-04-28 Lute Kamstra <lute@gnu.org>
18582
18583 * font-lock.el (font-lock-add-keywords)
18584 (font-lock-remove-keywords): Clarify docstring.
18585 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18586 Don't start docstrings with a `*'.
18587 (font-lock-update-removed-keyword-alist): Give it a docstring.
18588
18589 * generic-x.el: Update commentary section.
18590 Only require font-lock when compiling.
18591 Define all modes conditionally.
18592 Place all generic modes in the generic-x-modes customization group.
18593 (generic-x-modes): New customization group.
18594 (generic-default-modes, generic-mswindows-modes)
18595 (generic-unix-modes, generic-other-modes): New constants.
18596 (generic-define-mswindows-modes, generic-define-unix-modes):
18597 Update docstrings. Make them obsolete.
18598 (generic-extras-enable-list): New default value. Update docstring.
18599 Improve :type. Change :set function.
18600 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18601 Fix docstring.
18602
18603 * emacs-lisp/generic.el (generic-mode-internal):
18604 Simplify font-lock-defaults.
18605 (define-generic-mode): Fix docstring.
18606
18607 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18608
18609 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18610 font-lock-face property to highlight matches.
18611
18612 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18613
18614 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18615 (cc-define-alist): New variable.
18616 (c-mode): Make it local and initialize it.
18617
18618 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18619 (gdb-exited): New function.
18620 (gdb-annotation-rules): Use it.
18621 (gdb-starting): Set gdb-active-process to t.
18622 (gdb-stopping): Amend doc string.
18623 (gdb-reset): Set gdb-active-process to nil.
18624
18625 * tooltip.el (tooltip-gud-tips): Show the associated #define
18626 directives when a C program under GDB is not executing.
18627
18628 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18629
18630 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18631 font-lock-fontify-syntactic-keywords.
18632
18633 * font-lock.el (font-lock-default-fontify-region): Don't force
18634 parse-sexp-lookup-properties to nil.
18635
18636 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18637
18638 * man.el (man-mode-syntax-table): Set up `:' to have
18639 word-constituent syntax.
18640
18641 2005-04-27 Lute Kamstra <lute@gnu.org>
18642
18643 * novice.el (disable-command): Don't add spurious newlines to the
18644 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18645
18646 2005-04-26 Jay Belanger <belanger@truman.edu>
18647
18648 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18649 than one window before deleting window.
18650
18651 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18652
18653 * shell.el (shell-prompt-pattern): Doc fix.
18654 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18655
18656 * comint.el (comint-prompt-regexp, comint-get-old-input)
18657 (comint-use-prompt-regexp)
18658 (comint-use-prompt-regexp-instead-of-fields)
18659 (comint-replace-by-expanded-history, comint-send-input)
18660 (comint-output-filter, comint-get-old-input-default)
18661 (comint-line-beginning-position, comint-bol, comint-show-output)
18662 (comint-backward-matching-input, comint-forward-matching-input)
18663 (comint-next-prompt, comint-previous-prompt):
18664 Rename `comint-use-prompt-regexp-instead-of-fields' to
18665 `comint-use-prompt-regexp'. Keep old name as alias and declare
18666 obsolete.
18667 (comint-use-prompt-regexp): Shorten first line of doc string.
18668
18669 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18670 Set paragraph-separate buffer locally to "\\'".
18671
18672 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18673 Adapt to above name change.
18674
18675 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18676 (smbclient-prompt-regexp): Ditto.
18677
18678 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18679
18680 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18681
18682 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18683 gdb-location-list.
18684 Break lines that are over 80 characters wide.
18685
18686 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18687
18688 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18689 New fun and var, to preserve compatibility.
18690
18691 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18692
18693 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18694
18695 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18696 name to file-newer-than-file-p.
18697
18698 2005-04-26 Richard M. Stallman <rms@gnu.org>
18699
18700 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18701
18702 * progmodes/python.el (python-mode):
18703 Use new name eldoc-documentation-function.
18704
18705 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18706
18707 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18708 (eldoc-documentation-function):
18709 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18710
18711 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18712
18713 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18714
18715 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18716
18717 * term/xterm.el (function-key-map): Fix strings for
18718 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18719 {C,S,A,C-S}-{f1-f12}.
18720
18721 2005-04-26 Kenichi Handa <handa@m17n.org>
18722
18723 * international/mule-cmds.el (select-safe-coding-system):
18724 Fix previous change.
18725
18726 2005-04-26 Lute Kamstra <lute@gnu.org>
18727
18728 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18729
18730 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18731 (font-lock-comment-delimiter-face): Ditto.
18732
18733 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18734
18735 2005-04-25 Jay Belanger <belanger@truman.edu>
18736
18737 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18738 to t while inserting information; use help-mode.
18739
18740 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18741
18742 * term.el (ansi-term-color-vector): Use the xterm colors.
18743 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18744
18745 2005-04-25 Lute Kamstra <lute@gnu.org>
18746
18747 * font-core.el (font-lock-defaults): Fix docstring.
18748
18749 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18750
18751 2005-04-25 Kenichi Handa <handa@m17n.org>
18752
18753 * international/mule-cmds.el (select-safe-coding-system):
18754 Don't check consistency with coding: spec, etc if raw-text or
18755 no-conversion was found to be safe.
18756
18757 2005-04-24 Richard M. Stallman <rms@gnu.org>
18758
18759 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18760 citation markers at start of each line.
18761
18762 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18763 citation markers at start of each line.
18764
18765 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18766
18767 * files.el (mode-require-final-newline): Fix previous change.
18768 (require-final-newline): Fix type label.
18769
18770 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18771
18772 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18773 statement in buffer (broken by 2004-11-24 change).
18774
18775 2005-04-24 Kim F. Storm <storm@cua.dk>
18776
18777 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18778 and read-file-name-function values. Don't overwrite existing
18779 non-nil values if ido-mode is enabled without ido-everywhere.
18780
18781 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18782
18783 * files.el (mode-require-final-newline): Minor doc fix.
18784
18785 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18786
18787 * subr.el (syntax-after): Doc fix.
18788 (syntax-class): If argument is nil, return nil. Mask off upper 16
18789 bits, not 8 bits.
18790
18791 * files.el (mode-require-final-newline): Doc fix.
18792 (backup-buffer-copy): Fix last change.
18793
18794 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18795
18796 * term/mac-win.el: Require select. Set selection-coding-system to
18797 mac-system-coding-system. Call menu-bar-enable-clipboard.
18798 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18799 (x-select-enable-clipboard): New variables.
18800 (x-select-text, x-get-selection, x-selection-value)
18801 (x-get-selection-value, mac-select-convert-to-string)
18802 (mac-services-open-file, mac-services-open-selection)
18803 (mac-services-insert-text): New functions.
18804 (CLIPBOARD, FIND): Put mac-scrap-name property.
18805 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18806 (public.tiff): Put mac-ostype property.
18807 (selection-converter-alist): Add entries for them.
18808 (mac-application-menu-map): New keymap.
18809 (interprogram-cut-function, interprogram-paste-function): Set to
18810 x-select-text and x-get-selection-value, respectively.
18811 (split-window-keep-point): Set to t.
18812
18813 2005-04-23 Richard M. Stallman <rms@gnu.org>
18814
18815 * files.el (read-directory-name): Always pass non-nil
18816 DEFAULT-FILENAME arg to read-file-name.
18817 (backup-buffer-copy, basic-save-buffer-2): Take care against
18818 writing thru an unexpected existing symlink.
18819 (revert-buffer): In indirect buffer, revert the base buffer.
18820 (magic-mode-alist): Doc fix.
18821 (buffer-stale-function): Doc fix.
18822 (minibuffer-with-setup-hook): Avoid warning.
18823 (mode-require-final-newline): Doc and custom fix.
18824
18825 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18826
18827 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18828 use the default appearance.
18829 (font-lock-comment-delimiter-face): New face, new variable.
18830
18831 * imenu.el (imenu--generic-function): The official position of a
18832 definition is the start of the line that BEG is in.
18833
18834 * midnight.el (midnight-timer): Move defvar up.
18835
18836 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18837
18838 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18839
18840 * startup.el (command-line): Use with-no-warnings.
18841
18842 * window.el (window-size-fixed): New defvar.
18843
18844 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18845
18846 * mail/rmail.el (rmail-font-lock-keywords):
18847 Use font-lock-comment-delimiter-face.
18848
18849 * mail/sendmail.el (mail-font-lock-keywords):
18850 Use font-lock-comment-delimiter-face.
18851
18852 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18853
18854 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18855
18856 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18857 Specify t for LAXMATCH when matching directories.
18858 Save match data around compilation-compat-error-properties form.
18859
18860 2005-04-23 David Kastrup <dak@gnu.org>
18861
18862 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18863 Mention that the autoloaded aliases should be kept for AUCTeX.
18864
18865 2005-04-23 Andreas Schwab <schwab@suse.de>
18866
18867 * isearch.el (isearch-forward): Doc fix.
18868
18869 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18870
18871 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18872 (jit-lock-stealth-nice): Change default value to 0.5.
18873
18874 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18875
18876 * abbrev.el (write-abbrev-file): Write table entries in
18877 alphabetical order by table name.
18878
18879 2005-04-22 Kim F. Storm <storm@cua.dk>
18880
18881 * ido.el (ido-read-internal): Fix `list' completion.
18882
18883 2005-04-22 Kenichi Handa <handa@m17n.org>
18884
18885 * recentf.el (recentf-save-file-coding-system): New variable.
18886 (recentf-save-list): Encode the file by
18887 recentf-save-file-coding-system and add coding: tag.
18888
18889 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18890
18891 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18892
18893 2005-04-21 Lute Kamstra <lute@gnu.org>
18894
18895 * loadhist.el (unload-feature): Don't remove a function from hooks
18896 if it is about to be restored to an autoload . Remove functions
18897 that will become unbound from auto-mode-alist. Simplify the code.
18898
18899 * subr.el (assq-delete-all): New implementation that is linear,
18900 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18901 (rassq-delete-all): New function.
18902
18903 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18904 Add size-indication-mode.
18905
18906 2005-04-21 Kenichi Handa <handa@m17n.org>
18907
18908 * international/mule-cmds.el: Add autoload for widget-value in
18909 eval-when-compile.
18910
18911 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18912
18913 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18914 Add tooltip-mode.
18915
18916 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18917
18918 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
18919
18920 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18921 (inferior-lisp-filter-regexp, inferior-lisp-program)
18922 (inferior-lisp-load-command, inferior-lisp-prompt)
18923 (inferior-lisp-mode-hook, lisp-source-modes)
18924 (inferior-lisp-load-hook): defvar->defcustom.
18925 (inferior-lisp-program, inferior-lisp-prompt)
18926 (inferior-lisp-load-hook): Doc fixes.
18927 (inferior-lisp-install-letter-bindings): Small change in
18928 introductory comment.
18929
18930 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
18931
18932 * vc.el (vc-annotate-color-map): Change some colors so that text
18933 using them as foreground is readable on both white and black
18934 backgrounds.
18935
18936 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18937
18938 * international/mule-conf.el (translation-table-for-input):
18939 Remove redundant declaration.
18940
18941 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18942
18943 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18944
18945 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18946 (tooltip-toggle-gud-tips): New function.
18947
18948 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18949
18950 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18951 right angle brackets.
18952
18953 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18954
18955 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18956
18957 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18958
18959 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18960 Remove. Update callers to use expand-file-name instead.
18961
18962 * subr.el (syntax-class): New function.
18963
18964 * simple.el (blink-matching-open): Use it.
18965
18966 * paren.el (show-paren-function): Use it to recognize parens that are
18967 also used in 2-char comment markers.
18968
18969 2005-04-19 Lute Kamstra <lute@gnu.org>
18970
18971 * loadhist.el (unload-feature): Update for new format of
18972 load-history. Simplify the code.
18973
18974 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18975
18976 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18977 (mac-add-charset-info): New function. Initialize variable
18978 mac-charset-info-alist using it.
18979 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18980 for translation.
18981 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18982 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18983 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18984 New CCL programs.
18985
18986 2005-04-19 Kim F. Storm <storm@cua.dk>
18987
18988 * simple.el (next-buffer, prev-buffer, next-error)
18989 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18990 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18991
18992 * bindings.el (next-buffer, prev-buffer, next-error)
18993 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18994 (clone-indirect-buffer-other-window): Move bindings from simple.el.
18995 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18996 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18997
18998 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18999
19000 * isearch.el (isearch-edit-string): Make the search-ring available for
19001 minibuffer history commands.
19002 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
19003 the default history commands now work just as well.
19004 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
19005
19006 2005-04-18 Kim F. Storm <storm@cua.dk>
19007
19008 * emulation/cua-base.el (cua--pre-command-handler): Add more
19009 elaborate check for shift modifier on non-window systems.
19010
19011 2005-04-18 Lars Hansen <larsh@math.ku.dk>
19012
19013 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
19014
19015 2005-04-18 Kim F. Storm <storm@cua.dk>
19016
19017 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
19018 and make it optional. Don't test tooltip-gud-echo-area here.
19019 (tooltip-gud-process-output, gdb-tooltip-print):
19020 Pass tooltip-gud-echo-area to tooltip-show.
19021 (tooltip-help-tips): Remove second optional arg to tooltip-show.
19022
19023 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19024
19025 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
19026 `display-graphic-p' may not be bound yet.
19027
19028 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
19029
19030 * startup.el (command-line): No longer enable Xterm Mouse mode by
19031 default in terminals compatible with xterm.
19032
19033 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
19034
19035 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
19036
19037 * tooltip.el (tooltip-gud-echo-area): Rename from
19038 tooltip-use-echo-area.
19039 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
19040 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
19041 area independently of where help tooltips are displayed.
19042
19043 2005-04-17 David Kastrup <dak@gnu.org>
19044
19045 * cus-theme.el (custom-theme-write-variables): Quote variables
19046 where necessary.
19047
19048 2005-04-17 Richard M. Stallman <rms@gnu.org>
19049
19050 * simple.el (yank-excluded-properties): Add follow-link to value.
19051
19052 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
19053
19054 * startup.el (fancy-splash-max-time): Just 30 seconds.
19055 (fancy-splash-delay): Just 7.
19056 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
19057
19058 * loadhist.el (unload-feature): Update for new format of load-history.
19059 Simplify the code.
19060
19061 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
19062 (rmail-font-lock-keywords): Don't fontify the text of a citation.
19063
19064 * mail/sendmail.el (mail-font-lock-keywords):
19065 Don't fontify subject text.
19066 Don't fontify the text of a citation.
19067
19068 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
19069
19070 * comint.el (comint-output-filter): Run comint-output-filter-functions
19071 with point where the user had it.
19072
19073 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
19074
19075 * international/ucs-tables.el (ucs-set-table-for-input):
19076 Disable when using unify-on-decoding.
19077
19078 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
19079
19080 * emulation/cua-base.el (cua-global-mark-face): Add special case
19081 for displays supporting a high number of colors.
19082
19083 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
19084
19085 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
19086
19087 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
19088
19089 * filesets.el (filesets-add-buffer): If user supplies a name of a
19090 non-existing fileset, create a new fileset.
19091
19092 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
19093
19094 * textmodes/org.el (org-up-heading-all): Fix bug with
19095 `outline-up-heading-all'.
19096
19097 2005-04-16 Andreas Schwab <schwab@suse.de>
19098
19099 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
19100 /etc/permissions.d/* and /etc/aliases.d/*.
19101
19102 2005-04-16 Kenichi Handa <handa@m17n.org>
19103
19104 * international/code-pages.el (cp-make-coding-system):
19105 Set `translation-table-for-input' property value to the symbol
19106 ucs-mule-to-mule-unicode, not to that value.
19107 (pt154): Escape guillemet by `\'.
19108
19109 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
19110
19111 * loadup.el: Load tooltip if x-show-tip is fboundp.
19112
19113 * startup.el (command-line): Add comment.
19114
19115 * tooltip.el (tooltip-mode): Specify correct standard value for
19116 Custom in init-value.
19117
19118 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
19119
19120 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
19121 possible.
19122
19123 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
19124
19125 * textmodes/org.el (org-agenda-date-prompt): Rename from
19126 `org-agenda-date-today'.
19127 (org-evaluate-time-range): Insert at point instead of directly
19128 after time range.
19129 (org-first-headline-recenter, org-subtree-end-visible-p)
19130 (org-optimize-window-after-visibility-change): New functions
19131 (org-agenda-post-command-hook): Don't allow point at end of line,
19132 to make sure it always hits the text properties.
19133 (org-agenda-next-date-line, org-agenda-previous-date-line):
19134 New commands.
19135 (org-set-regexps-and-options): Category may contain white space.
19136 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19137 Improve marker positions.
19138 (org-agenda-new-marker): Argument POS made optional.
19139 (org-agenda-get-timestamps): Deadlines which are done are listed
19140 in org-done-face now.
19141 (org-agenda-get-todos, org-agenda-get-timestamps)
19142 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19143 Set `undone-face' and `done-face' properties.
19144 (org-last-todo-state-is-todo): New variable.
19145 (org-todo): Set `org-last-todo-state-is-todo'.
19146 (org-agenda-todo): Change face according to
19147 `org-last-todo-state-is-todo'. And change other lines referring to
19148 the same entry.
19149 (org-calendar-goto-agenda): New command.
19150 (org-calendar-to-agenda-key): New option.
19151 (org-startup-folded): New allowed value `content'.
19152 (org-set-regexps-and-options): Accept new value `content' for
19153 `org-startup-folded'.
19154 (org-get-current-options): Handle new value `content' for
19155 `org-startup-folded'.
19156 (org-insert-todo-heading): New command.
19157 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
19158 interactively in empty file and option
19159 `org-insert-mode-line-in-empty-file' has been set.
19160 (org-agenda-todo, org-agenda-priority): Modify to use
19161 `org-agenda-change-all-lines'.
19162 (org-warning-face): Change color on dark background
19163
19164 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19165
19166 * international/mule-cmds.el (set-locale-environment): On Mac OS,
19167 use preferences AppleLocale and AppleLanguages, and variable
19168 mac-system-locale for default locale. On Mac OS Classic, use
19169 mac-system-coding-system for default coding systems.
19170
19171 * term/mac-win.el: Don't set file-name-coding-system.
19172 Decode variables system-name, emacs-build-system, user-login-name, and
19173 user-full-name by mac-system-coding-system on Mac OS Classic.
19174 (mac-system-coding-system): New variable.
19175
19176 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
19177
19178 * startup.el (command-line): Handle `xterm-mouse-mode' before
19179 reading init file.
19180
19181 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
19182
19183 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
19184
19185 * progmodes/sh-script.el (sh-here-document-word): Make it a
19186 defcustom. Doc fix.
19187 (sh-add): Bash uses $(( )) for arithmetic.
19188 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
19189 (sh-maybe-here-document): Remove quotes and leading whitespace
19190 from heredoc word when closing. Indent heredoc with tabs if word
19191 starts with "-".
19192
19193 2005-04-13 Richard M. Stallman <rms@gnu.org>
19194
19195 * simple.el (undo): Fix previous change.
19196
19197 * custom.el (defface): Doc fix.
19198
19199 2005-04-13 Lute Kamstra <lute@gnu.org>
19200
19201 * Makefile.in (DONTCOMPILE): Remove list.
19202 (compile, compile-always): Don't use DONTCOMPILE.
19203 (update-authors): Load the library in which batch-update-authors
19204 is defined.
19205 * makefile.w32-in (DONTCOMPILE): Remove list.
19206 (compile, compile-always): Fix comments.
19207 (update-authors): Load the library in which batch-update-authors
19208 is defined.
19209
19210 * generic-x.el (generic-mode-ini-file-find-file-hook):
19211 Rename to ini-generic-mode-find-file-hook.
19212 Keep generic-mode-ini-file-find-file-hook as an alias.
19213 (ini-generic-mode-find-file-hook): Rename from
19214 generic-mode-ini-file-find-file-hook. Fix docstring.
19215 (ini-generic-mode): Docstring change.
19216 (bat-generic-mode-run-as-comint): Silence the byte compiler.
19217
19218 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
19219 called from lisp.
19220
19221 * generic.el: Move to the emacs-lisp subdir.
19222
19223 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
19224
19225 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
19226 and C-S- function and cursor motion keys.
19227
19228 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
19229
19230 * startup.el (command-line): Enable Xterm Mouse mode by default.
19231 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
19232 for Custom. No longer show "Mouse" in mode line when enabled.
19233 Doc fix.
19234
19235 2005-04-12 Kim F. Storm <storm@cua.dk>
19236
19237 * emulation/cua-base.el (cua-rectangle-face)
19238 (cua-rectangle-noselect-face): Define face attributes here.
19239
19240 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
19241
19242 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19243
19244 * startup.el (command-line): Turn off blinking cursor if
19245 cursorBlink in resources is off or false.
19246
19247 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19248
19249 * term/mac-win.el (dnd): Require dnd.
19250 (mac-drag-n-drop): Call dnd-handle-one-url.
19251 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
19252 (kTextEncodingISOLatin2): Remove constants.
19253 (mac-script-code-coding-systems): New constant.
19254 (mac-handle-language-change): New function.
19255 (special-event-map): Bind it to `language-change' event.
19256 (mac-centraleurroman, mac-cyrillic): New coding systems.
19257 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
19258 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
19259 and mac-cyrillic-encoder to encode-mac-centraleurroman and
19260 encode-mac-cyrillic, respectively.
19261
19262 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19263
19264 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19265 Don't set overlay-arrow-string to "=>" as this is done
19266 globally in C now.
19267
19268 2005-04-12 Lute Kamstra <lute@gnu.org>
19269
19270 * generic-x.el (rc-generic-mode, rul-generic-mode):
19271 Fix auto-mode-alist entries.
19272 (etc-fstab-generic-mode): Tweak fontification.
19273
19274 * generic.el (generic-make-keywords-list): Fix docstring.
19275 (generic-mode-internal): Simplify generic-font-lock-keywords.
19276
19277 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19278
19279 * whitespace.el (whitespace-buffer-leading)
19280 (whitespace-buffer-trailing): Revert the incorrect test inversion.
19281 However, fix the highlight area for the leading and
19282 trailing whitespaces to show space.
19283
19284 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19285
19286 * whitespace.el (whitespace-version): Bump to 3.5
19287
19288 (whitespace-buffer-leading, whitespace-buffer-trailing):
19289 Invert sense of the test to highlight the whitespace.
19290
19291 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19292
19293 * progmodes/gud.el (gud-display-line): GUD uses its own
19294 overlay arrow now so don't set overlay-arrow-string.
19295 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19296
19297 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19298
19299 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19300 (term-ansi-current-reverse, term-ansi-current-invisible)
19301 (term-ansi-face-already-done): Change to boolean.
19302 (term-reset-terminal, term-handle-colors-array): Handle the above
19303 vars accordingly.
19304 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19305 (term-emulate-terminal): Use the new name.
19306
19307 * faces.el (secondary-selection): Use yellow1, not yellow.
19308 (trailing-whitespace): Use red1, not red.
19309
19310 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19311
19312 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19313 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19314 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19315
19316 * cus-edit.el (dnd): New group.
19317
19318 * term/w32-win.el (dnd): Require dnd
19319 (w32-drag-n-drop): Call dnd-handle-one-url.
19320
19321 * x-dnd.el: Require dnd.
19322 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19323 Call dnd-handle-one-url.
19324 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19325 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19326 to dnd-insert-text.
19327 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19328 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19329 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19330 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19331
19332 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19333
19334 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19335
19336 * wdired.el: Doc fixes.
19337 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19338 (wdired-use-dired-vertical-movement): Rename from
19339 wdired-always-move-to-filename-beginning.
19340 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19341 (wdired-change-to-wdired-mode): Change mode name.
19342 (wdired-newline): Delete.
19343
19344 2005-04-11 Richard M. Stallman <rms@gnu.org>
19345
19346 * whitespace.el (whitespace-highlight-the-space):
19347 Don't call whitespace-unhighlight-the-space here.
19348
19349 * simple.el (undo): Record t in undo-equiv-table
19350 for the redo record made by an undo-in-region.
19351
19352 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19353
19354 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19355 (gdb-frame-inferior-io-buffer): New Functions to control
19356 display of separate IO buffer.
19357 (menu): Add them to menu-bar.
19358 (gdb-display-buffer): Check for buffer another frame.
19359 Protect GUD buffer.
19360 (gdb-setup-windows): Create IO buffer if not already there.
19361 (gdb-memory-mode): Remove purecopy noops.
19362
19363 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19364
19365 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19366 and pass to self-insert-command.
19367
19368 2005-04-11 Lute Kamstra <lute@gnu.org>
19369
19370 * generic.el: Commentary section cleanup.
19371 (generic): Delete.
19372 (generic-use-find-file-hook, generic-lines-to-scan)
19373 (generic-find-file-regexp, generic-ignore-files-regexp)
19374 (default-generic-mode, generic-mode-find-file-hook)
19375 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19376 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19377 (generic-use-find-file-hook, generic-lines-to-scan)
19378 (generic-find-file-regexp, generic-ignore-files-regexp)
19379 (default-generic-mode, generic-mode-find-file-hook)
19380 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19381
19382 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19383
19384 * bookmark.el (bookmark-write-file): Catch errors writing file.
19385 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19386
19387 2005-04-10 Richard M. Stallman <rms@gnu.org>
19388
19389 * startup.el (fancy-splash-tail): Update copyright year.
19390 (command-line): Split part of -Q into -D.
19391 (emacs-basic-display): New defvar.
19392 (fancy-splash-text): Correct name of menu item.
19393
19394 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19395
19396 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19397 lines in one node.
19398
19399 * comint.el (comint-send-input): New arg ARTIFICIAL.
19400 Callers in this file changed.
19401
19402 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19403
19404 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19405
19406 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19407
19408 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19409 `ldap-search-internal'.
19410
19411 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19412
19413 * files.el (set-auto-mode-1): Use line-end-position.
19414
19415 * international/latin-1.el:
19416 * international/latin-2.el:
19417 * international/latin-3.el:
19418 * international/latin-4.el:
19419 * international/latin-5.el:
19420 * international/latin-8.el:
19421 * international/latin-9.el: Give punctuation syntax to NBSP.
19422
19423 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19424 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19425 Use char-classes to accept non-ascii letters, accepted in some recent
19426 bibtex implementations.
19427
19428 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19429
19430 * custom.el (custom-set-minor-mode): Any non-nil value for the
19431 variable should enable the mode when set through Custom.
19432
19433 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19434
19435 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19436 TAB binding so tab-always-indent is obeyed.
19437 (vhdl-minibuffer-local-map): Move initialization into declaration.
19438 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19439 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19440 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19441 (vhdl-current-line): Use line-beginning-position.
19442 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19443 with-output-to-temp-buffer, so the current position can be recorded.
19444
19445 2005-04-10 Masatake YAMATO <jet@gyve.org>
19446
19447 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19448 Add regexp for gcov.
19449
19450 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19451
19452 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19453 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19454 syntax which Emacs 20 doesn't support.
19455
19456 2005-04-09 Richard M. Stallman <rms@gnu.org>
19457
19458 * help.el (describe-key-briefly, describe-key):
19459 Replace strings as event types with "(any string)".
19460
19461 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19462
19463 * arc-mode.el (archive-mode-map): Move initialization into
19464 the declaration. Override *all* bindings of `undo'.
19465 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19466
19467 2005-04-09 Jay Belanger <belanger@truman.edu>
19468
19469 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19470
19471 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19472
19473 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19474 (xterm-register-default-colors): Update color values computation
19475 to match xterm-200.
19476
19477 2005-04-09 Kenichi Handa <handa@m17n.org>
19478
19479 * international/code-pages.el (iso-latin-7): Fix the map.
19480
19481 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19482
19483 * emacs-lisp/lisp.el (defun-prompt-regexp)
19484 (parens-require-spaces, buffer-end, end-of-defun)
19485 (insert-parentheses): Doc fixes.
19486
19487 2005-04-08 Kim F. Storm <storm@cua.dk>
19488
19489 * comint.el (comint-highlight-prompt): Fix face spec.
19490 * hi-lock.el (hi-green): Likewise.
19491
19492 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19493
19494 * cus-edit.el (custom-modified-face):
19495 * comint.el (comint-highlight-input): Fix previous changes.
19496 * term.el (term-handle-ansi-escape): Add a comment.
19497
19498 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19499
19500 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19501 in the buffer and in whitespace-highlighted-space.
19502 (whitespace-unhighlight-the-space): Simplify.
19503 (whitespace-buffer): Simplify.
19504
19505 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19506
19507 * textmodes/table.el (table-cell-face): Add special case for
19508 displays supporting a high number of colors.
19509 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19510 (vhdl-font-lock-reserved-words-face)
19511 (vhdl-speedbar-architecture-face)
19512 (vhdl-speedbar-instantiation-face)
19513 (vhdl-speedbar-architecture-selected-face)
19514 (vhdl-speedbar-instantiation-selected-face): Likewise.
19515 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19516 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19517 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19518 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19519 (ebrowse-progress-face): Likewise.
19520 * progmodes/compile.el (compilation-info-face): Likewise.
19521 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19522 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19523 * calendar/calendar.el (diary-face): Likewise.
19524 * woman.el (woman-italic-face, woman-bold-face)
19525 (woman-unknown-face): Likewise.
19526 * wid-edit.el (widget-button-pressed-face): Likewise.
19527 * whitespace.el (whitespace-highlight-face): Likewise.
19528 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19529 * pcvs-info.el (cvs-marked-face): Likewise.
19530 * info.el (info-xref): Likewise.
19531 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19532 * hilit-chg.el (highlight-changes-face)
19533 (highlight-changes-delete-face): Likewise.
19534 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19535 (hi-red-b): Likewise.
19536 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19537 * font-lock.el (font-lock-keyword-face)
19538 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19539 * cus-edit.el (custom-invalid-face, custom-modified-face)
19540 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19541 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19542 * comint.el (comint-highlight-prompt): Likewise.
19543
19544 2005-04-08 Lute Kamstra <lute@gnu.org>
19545
19546 * font-lock.el (font-lock-keywords): Docstring fixes.
19547
19548 2005-04-08 Kenichi Handa <handa@m17n.org>
19549
19550 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19551 chars are more than a limit, print " and more..." at the tail.
19552
19553 2005-04-08 Kim F. Storm <storm@cua.dk>
19554
19555 * emacs-lisp/authors.el (authors-aliases): Update list.
19556 (authors-ignored-files): New list.
19557 (authors-fixed-entries): Fix typo.
19558 (authors-renamed-files-alist): Update list.
19559 (authors-add): Check authors-ignored-files.
19560
19561 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19562
19563 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19564 optional, to ensure backward compatibility.
19565
19566 2005-04-08 Stephen Eglen <stephen@gnu.org>
19567
19568 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19569
19570 2005-04-08 Kim F. Storm <storm@cua.dk>
19571
19572 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19573
19574 * mouse.el (mouse-on-link-p): Doc fix.
19575
19576 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19577
19578 * ielm.el (ielm-prompt-read-only): Doc fix.
19579
19580 * comint.el (comint-prompt-read-only): Doc fix.
19581
19582 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19583
19584 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19585 ensure dired always handles wildcards passed to ffap.
19586 (find-file-at-point): Use it.
19587 (ffap-dired-wildcards): Doc fix.
19588
19589 2005-04-07 Juri Linkov <juri@jurta.org>
19590
19591 * simple.el (next-error-overlay-arrow-position): New defvar.
19592 Put "=>" on its property `overlay-arrow-string'. Add it to
19593 `overlay-arrow-variable-list'.
19594
19595 * progmodes/compile.el (compilation-setup):
19596 Set `next-error-overlay-arrow-position' to nil. Also set it to
19597 nil in the local hook `kill-buffer-hook'. Make local variable
19598 `overlay-arrow-string' and set it to "=>".
19599 (compilation-goto-locus): Set BOL position to
19600 `next-error-overlay-arrow-position' instead of
19601 `overlay-arrow-position'.
19602
19603 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19604 locally instead of adding it to the global hook.
19605 (Info-kill-buffer): Move up.
19606
19607 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19608
19609 * term/xterm.el (xterm-standard-colors): Update color values from
19610 xterm-200.
19611
19612 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19613
19614 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19615
19616 * fast-lock.el:
19617 * lazy-lock.el: Move them to the obsolete subdir.
19618
19619 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19620
19621 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19622 (wdired-add-replace-advice): Remove.
19623 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19624
19625 2005-04-06 Kim F. Storm <storm@cua.dk>
19626
19627 * startup.el (command-line): Add --bare-bones alias for -Q.
19628
19629 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19630
19631 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19632 create the startup fontset if a font specification ends with
19633 `mac-roman'.
19634
19635 2005-04-06 Lute Kamstra <lute@gnu.org>
19636
19637 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19638 change.
19639
19640 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19641 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19642
19643 2005-04-05 Lute Kamstra <lute@gnu.org>
19644
19645 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19646 (define-generic-mode): Ditto. Fix debug declaration.
19647
19648 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19649 Put them in the generic-x group.
19650
19651 * calendar/timeclock.el (timeclock): Doc fix.
19652
19653 * generic.el (define-generic-mode): Don't use custom-current-group.
19654 Document default :group value.
19655 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19656 (define-global-minor-mode): Don't use custom-current-group.
19657
19658 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19659
19660 * startup.el (command-line-1): Display startup-echo-area-message
19661 when fancy splash screen is in use.
19662
19663 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19664 (sh-escaped-newline): New face.
19665 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19666 newline, and use sh-escaped-newline face.
19667
19668 * progmodes/tcl.el (tcl-escaped-newline): New face.
19669 (tcl-builtin-list): New variable.
19670 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19671 newlines. Fix keywords subexpression number.
19672
19673 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19674
19675 * textmodes/org.el (org-diary-default-entry): Fix call to
19676 `add-to-diary-entry'.
19677
19678 2005-04-05 Kim F. Storm <storm@cua.dk>
19679
19680 * ediff-init.el: Use (featurep 'xemacs).
19681
19682 2005-04-05 David Ponce <david@dponce.com>
19683
19684 * cus-edit.el (face): Derive from symbol widget. Display sample
19685 of the current face on the fly.
19686 (widget-face-sample-face-get, widget-face-notify): New functions.
19687 (widget-face-value-create): Remove.
19688
19689 * wid-edit.el (widget-field-end): Temporarily remove field
19690 narrowing before to call `get-char-property'.
19691
19692 2005-04-04 Jay Belanger <belanger@truman.edu>
19693
19694 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19695 (math-read-subscripts): New variable.
19696 (math-read-preprocess-string): Process subscripts.
19697
19698 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19699
19700 * comint.el (comint-prompt-read-only): Doc fix.
19701
19702 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19703 `-1'. Doc fix.
19704
19705 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19706
19707 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19708 Change default value to nil.
19709
19710 2005-04-04 Lute Kamstra <lute@gnu.org>
19711
19712 * autorevert.el (auto-revert-mode): Specify :group.
19713 * battery.el (display-battery-mode): Specify :group.
19714 * diff-mode.el (diff-minor-mode): Specify :group.
19715 * font-core.el (font-lock-mode): Specify :group.
19716 * hl-line.el (hl-line-mode): Specify :group.
19717 * iimage.el (iimage): New customization group.
19718 (iimage-mode): Specify :group.
19719 * longlines.el (longlines-mode): Specify :group.
19720 * master.el: Don't require easy-mmode.
19721 (master): New customization group.
19722 (master-mode): Specify :group.
19723 * msb.el (msb-mode): Specify :group.
19724 * reveal.el (reveal-mode): Specify :group.
19725 * simple.el (next-error-follow-minor-mode): Specify :group.
19726 * smerge-mode.el (smerge-mode): Specify :group.
19727 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19728 * emulation/cua-base.el (cua-mode): Specify :group.
19729 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19730 * language/thai-util.el (thai-auto-composition-mode)
19731 (thai-word-mode): Specify :group.
19732 * mail/supercite.el (sc-minor-mode): Specify :group.
19733 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19734 * progmodes/flymake.el (flymake-mode): Specify :group.
19735 * progmodes/glasses.el (glasses-mode): Specify :group.
19736 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19737 * textmodes/enriched.el (enriched-mode): Specify :group.
19738 * textmodes/refill.el (refill-mode): Specify :group.
19739
19740 * add-log.el (change-log-font-lock-keywords): Names in
19741 parenthesized lists can contain spaces.
19742
19743 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19744
19745 * startup.el (fancy-splash-text): Shorten default text of
19746 "Emacs Tutorial" line. Also, if the current language env
19747 indicates an available tutorial file other than TUTORIAL,
19748 extract its title and append it to the line in parentheses.
19749 (fancy-splash-insert): If arg is a thunk, funcall it.
19750
19751 2005-04-04 Jay Belanger <belanger@truman.edu>
19752
19753 * calc.el (calc-language-alist): Add tags to customization type.
19754
19755 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19756
19757 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19758 Doc fix.
19759
19760 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19761
19762 * add-log.el (change-log-font-lock-keywords): The manual
19763 describing a Change Log entry, says: (...) "Aside from these
19764 header lines, every line in the change log starts with a space or
19765 a tab.". The font-lock was not highlighting lines started with
19766 spaces, added support for it.
19767
19768 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19769
19770 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19771 (bibtex-generate-url-list): Update docstring accordingly. Put the
19772 complex example in the docstring.
19773 (bibtex-font-lock-url): Use pop.
19774
19775 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19776
19777 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19778
19779 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19780
19781 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19782
19783 * filesets.el (filesets-set-default): Doc fix.
19784
19785 2005-04-03 Lute Kamstra <lute@gnu.org>
19786
19787 * generic.el (define-generic-mode): Add argument to specify
19788 keywords for defcustom.
19789 (default-generic-mode): Specify :group.
19790
19791 * generic-x.el: Specify :group for all generic modes.
19792
19793 * desktop.el (desktop-no-desktop-file-hook)
19794 (desktop-after-read-hook): Doc fix.
19795
19796 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19797
19798 * simple.el (visible-mode): Use explicit :group keyword.
19799 This changes the group of `visible-mode-hook' from paren-blinking
19800 to editing-basics.
19801
19802 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19803
19804 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19805 mailbox specifications as well as URLs.
19806 (rmail-insert-inbox-text): Remove unused conditional branches.
19807
19808 2005-04-01 Jay Belanger <belanger@truman.edu>
19809
19810 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19811 (calc-gnuplot-print-command): Move definitions to calc.el.
19812
19813 * calc/calc-embed.el (calc-embedded-announce-formula)
19814 (calc-embedded-open-formula, calc-embedded-close-formula)
19815 (calc-embedded-open-word, calc-embedded-close-word)
19816 (calc-embedded-open-plain, calc-embedded-close-plain)
19817 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19818 (calc-embedded-open-mode, calc-embedded-close-mode):
19819 Move definitions to calc.el.
19820
19821 * calc/calc.el (calc-settings-file, calc-language-alist):
19822 Make customizable.
19823 (calc-embedded-announce-formula, calc-embedded-open-formula)
19824 (calc-embedded-close-formula, calc-embedded-open-word)
19825 (calc-embedded-close-word, calc-embedded-open-plain)
19826 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19827 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19828 (calc-embedded-close-mode, calc-gnuplot-name)
19829 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19830 from other files and make customizable.
19831
19832 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19833
19834 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19835 Use buffer-live-p.
19836 (cvs-mode-run): Don't call cvs-update-header here.
19837 (cvs-run-process): Call cvs-update-header.
19838 Use process properties for cvs-postprocess and cvs-buffer so that
19839 the sentinel can behave better if the temp buffer is killed.
19840 Use a pipe rather than a tty, to better handle unexpected prompts.
19841 (cvs-sentinel): Rewrite. Call cvs-update-header.
19842
19843 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19844
19845 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19846 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19847
19848 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19849
19850 * generic.el (define-generic-mode): Add indentation rule.
19851
19852 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19853
19854 * files.el (mode-require-final-newline): Make Custom correctly
19855 report a nil value and allow to set it to nil via Custom.
19856 Doc fix.
19857
19858 2005-04-01 Kenichi Handa <handa@m17n.org>
19859
19860 * international/characters.el: Enable the correct case setting for
19861 dotless-i and dotted-I.
19862
19863 2005-04-01 Kim F. Storm <storm@cua.dk>
19864
19865 * ido.el (ido-file-internal): Fall back to non-ido command if
19866 initial directory is on slow ftp (or tramp) host.
19867
19868 2005-03-31 Richard M. Stallman <rms@gnu.org>
19869
19870 * emacs-lisp/autoload.el (make-autoload):
19871 Handle define-global-minor-mode.
19872
19873 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19874 Rename from easy-mmode-define-global-mode.
19875 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19876
19877 * progmodes/scheme.el (scheme-mode-syntax-table):
19878 Update syntax of | and # for two-character comment syntax.
19879
19880 2005-03-31 Lute Kamstra <lute@gnu.org>
19881
19882 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19883 (define-minor-mode): Call custom-current-group at load-time.
19884
19885 * generic.el (define-generic-mode): Add debug declaration.
19886 Add defcustom for the mode hook.
19887 (generic-mode-internal): Use run-mode-hooks.
19888
19889 2005-03-31 Kim F. Storm <storm@cua.dk>
19890
19891 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19892 (mouse-fixup-help-message): New defun called by show_help_echo
19893 to fixup mouse-2 prefix in help messages when applicable.
19894
19895 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19896
19897 2005-03-31 Kenichi Handa <handa@m17n.org>
19898
19899 * language/thai-word.el (thai-find-word-ends): Pay attention to
19900 the case that we reach the end of buffer.
19901
19902 * textmodes/fill.el (fill-text-properties-at): New function.
19903 (fill-newline): Use fill-text-properties-at instead of
19904 text-properties-at.
19905
19906 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19907
19908 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19909 not comint-quote-filename.
19910
19911 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19912
19913 * help-fns.el (help-with-tutorial): Revert last change.
19914
19915 2005-03-31 Kim F. Storm <storm@cua.dk>
19916
19917 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19918
19919 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
19920
19921 * calendar/cal-china.el: Update reference to "Calendrical
19922 Calculations" book; there's a new edition.
19923 * calendar/cal-coptic.el: Likewise.
19924 * calendar/cal-french.el: Likewise.
19925 * calendar/cal-hebrew.el: Likewise.
19926 * calendar/cal-islam.el: Likewise.
19927 * calendar/cal-iso.el: Likewise.
19928 * calendar/cal-julian.el: Likewise.
19929 * calendar/cal-mayan.el: Likewise.
19930 * calendar/cal-persia.el: Likewise.
19931 * calendar/calendar.el: Likewise.
19932 * calendar/holidays.el: Likewise.
19933 * calendar/lunar.el: Likewise.
19934 * calendar/solar.el: Likewise.
19935
19936 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19937 white space from doc string.
19938
19939 2005-03-30 Jay Belanger <belanger@truman.edu>
19940
19941 * calc/calc-help.el (calc-full-help): Remove email address.
19942
19943 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
19944
19945 * help-fns.el (help-with-tutorial): Delete title line.
19946
19947 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19948
19949 * calendar/cal-x.el (calendar-one-frame-setup)
19950 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19951 rather than `symbol' for set-window-dedicated-p.
19952
19953 * calendar/appt.el (appt-buffer-name): Make it a constant.
19954 (appt-add): Doc fix.
19955
19956 * filesets.el (filesets-menu-path, filesets-menu-before)
19957 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
19958 (filesets-menu-cache-file): Use directory ~/.emacs.d.
19959 (filesets-add-submenu): Delete and use add-submenu instead.
19960
19961 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
19962
19963 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19964 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19965 (org-diary-default-entry): New function.
19966 (org-get-entries-from-diary): Better parsing of diary entries.
19967 (org-agenda-check-no-diary): New function.
19968 ("diary-lib"): Advice to function `add-to-diary-list', to allow
19969 linking to diary entries.
19970 (org-agenda-execute-calendar-command): New function.
19971 (org-agenda): Improve visible section in window.
19972 Use `org-fit-agenda-window'.
19973 (org-fit-agenda-window): New option.
19974 (org-move-subtree-down): Better handling of empty lines
19975 at end of subtree.
19976 (org-cycle): Numeric prefix is interpreted now as show-subtree N
19977 levels up.
19978 (org-fontify-done-headline): New option.
19979 (org-headline-done-face): New face.
19980 (org-set-font-lock-defaults): Use `org-headline-done-face'.
19981 (org-table-copy-down): Rename from `org-table-copy-from-above'.
19982 When current field is non-empty, it is copied to next row.
19983 (org-table-copy-from-above): Fix bug which made it
19984 impossible to copy fields containing only a single non-white character.
19985
19986 2005-03-30 Kim F. Storm <storm@cua.dk>
19987
19988 * kmacro.el (kmacro-end-macro): Isearch may store this command
19989 into the macro -- so ignore it when executing keyboard macro.
19990
19991 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19992
19993 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19994
19995 2005-03-29 Kenichi Handa <handa@m17n.org>
19996
19997 * language/thai.el ("Thai"): Set setup-function and exit-function
19998 for Thai language environment.
19999
20000 * language/thai-util.el: Require thai-word.
20001 (thai-word-mode-map): New variable.
20002 (thai-word-mode): New minor mode.
20003 (setup-thai-language-environment-internal): New function.
20004 (exit-thai-language-environment-internal): New function.
20005
20006 * language/thai-word.el (thai-word-table): Declare it by defvar,
20007 use dolist to initialize it.
20008 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
20009 (thai-fill-find-break-point): New functions.
20010
20011 2005-03-29 Richard M. Stallman <rms@gnu.org>
20012
20013 * simple.el (idle-update-delay): Move definition up.
20014 (set-mark): Doc fix.
20015
20016 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
20017
20018 * longlines.el: New file.
20019
20020 * simple.el (buffer-substring-filters): New variable.
20021 (filter-buffer-substring): New function.
20022 (kill-region, copy-region-as-kill): Use it.
20023
20024 * register.el (copy-to-register, append-to-register)
20025 (prepend-to-register): Use filter-buffer-substring.
20026
20027 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
20028
20029 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
20030 (gud-filter-pending-text): Move in front of gdb.
20031 (gud-overlay-arrow-position): New variable.
20032 (gud-sentinel, gud-display-line): Use it in place of
20033 overlay-arrow-position.
20034
20035 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
20036
20037 * progmodes/fortran.el (fortran-if-indent): Doc fix.
20038 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
20039 (fortran-font-lock-keywords-4): New variable.
20040 (fortran-blocks-re, fortran-end-block-re)
20041 (fortran-start-block-re): New constants, for hideshow.
20042 (hs-special-modes-alist): Add a Fortran entry.
20043 (fortran-mode-map): Bind fortran-end-of-block,
20044 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
20045 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
20046 (fortran-looking-at-if-then, fortran-end-of-block)
20047 (fortran-beginning-of-block): New functions, for hideshow.
20048
20049 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
20050 Doc fix. Tweak regexp.
20051 (f90-beginning-of-block): Push mark first.
20052
20053 2005-03-29 Jay Belanger <belanger@truman.edu>
20054
20055 * calc/calc.el: Update copyright date.
20056 (calc-version): Increase to 2.1.
20057 (calc-version-date): Remove.
20058
20059 * calc/calc-help.el: Update copyright date.
20060 (calc-full-help): Remove reference to calc-version-date.
20061 Update copyright date.
20062
20063 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20064
20065 * vc.el (vc-do-command): Use a pipe for async processes, so password
20066 prompts don't show up at places where the user can't reply.
20067
20068 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
20069
20070 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
20071 on the file name we pass to the inferior shell.
20072
20073 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20074
20075 * progmodes/which-func.el (which-function): Be robust in the face of an
20076 imenu--make-index-alist failure.
20077
20078 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20079
20080 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
20081
20082 * progmodes/python.el (python-preoutput-filter): Fix last change.
20083
20084 2005-03-29 Lute Kamstra <lute@gnu.org>
20085
20086 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
20087 functions and compiled macros.
20088 (debug-convert-byte-code): Handle macros too.
20089 (debug-on-entry-1): Don't signal an error when trying to clear a
20090 function that is not set to debug on entry.
20091
20092 2005-03-29 Jay Belanger <belanger@truman.edu>
20093
20094 * calc/calc-lang.el: Add functions to math-function-table
20095 properties of tex and math.
20096
20097 2005-03-29 Kenichi Handa <handa@m17n.org>
20098
20099 * ps-mule.el (ps-mule-plot-string): Translate characters by
20100 ps-print-translation-table.
20101 (ps-mule-begin-job): Call find-charset-region/string with
20102 ps-print-translation-table.
20103 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
20104
20105 * ps-print.el (ps-print-translation-table): New variable.
20106 (ps-plot-region): Translate characters by ps-print-translation-table.
20107
20108 2005-03-29 Juri Linkov <juri@jurta.org>
20109
20110 * simple.el (next-error-highlight-timer): New variable.
20111
20112 * progmodes/compile.el (compilation-goto-locus):
20113 Use `next-error-highlight-timer' instead of `sit-for'.
20114
20115 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20116
20117 * mail/supercite.el (sc-mail-field): Use assoc-string.
20118 (sc-get-address): Simplify regexps.
20119
20120 * files.el (minibuffer-with-setup-hook): New macro.
20121 (find-file-read-args): Use it to avoid let-binding
20122 minibuffer-with-setup-hook (which breaks turning on/off
20123 file-name-shadow-mode while in the prompt).
20124
20125 * complete.el (PC-read-include-file-name-internal):
20126 Use test-completion.
20127
20128 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
20129
20130 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
20131
20132 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20133
20134 * window.el (window-buffer-height): Use count-screen-lines.
20135
20136 * progmodes/python.el (python-preoutput-leftover): New var.
20137 (python-preoutput-filter): Use it.
20138 (python-send-receive): Loop until all the result has been received.
20139
20140 2005-03-28 Juri Linkov <juri@jurta.org>
20141
20142 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
20143
20144 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
20145 "Recover Crashed Session".
20146 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
20147 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
20148 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
20149 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
20150 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
20151 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
20152 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
20153 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
20154
20155 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
20156 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
20157 Ediff Sessions", "Toggle use of separate control buffer frame",
20158 "Use separate frame for Ediff control buffer".
20159
20160 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
20161 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
20162 "Rename Bookmark", "Delete Bookmark".
20163
20164 * info.el (Info-mode-menu): Remove ellipsis from "Index".
20165 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
20166 Add `:active Info-index-alternatives' to "Next Matching Item".
20167
20168 * wdired.el (wdired-change-to-wdired-mode):
20169 Mention `wdired-abort-changes' key in the initial message.
20170
20171 * international/mule.el (auto-coding-alist): Associate non-ascii
20172 image filename extensions with `no-conversion'.
20173
20174 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
20175
20176 * international/iso-acc.el:
20177 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
20178
20179 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
20180
20181 * textmodes/sgml-mode.el (html-mode): Doc update.
20182
20183 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
20184
20185 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
20186
20187 * term.el (term-move-columns): Fix face after extending a line.
20188 (term-insert-spaces): Likewise.
20189 (term-reset-terminal): Fix off by one error.
20190
20191 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20192
20193 * international/mule.el (auto-coding-alist): Add .xpi files.
20194
20195 * files.el (auto-mode-alist): Add .xpi files.
20196
20197 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
20198
20199 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
20200
20201 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20202
20203 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
20204
20205 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20206
20207 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
20208 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
20209
20210 * calendar/cal-move.el (calendar-beginning-of-year): Move the
20211 cursor to Jan 1 when needed.
20212 (calendar-end-of-year): Fix -/+ typo.
20213 Reported by Chong Yidong <cyd@stupidchicken.com>.
20214
20215 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20216
20217 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
20218
20219 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
20220 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
20221
20222 2005-03-25 Richard M. Stallman <rms@gnu.org>
20223
20224 * filesets.el (filesets-init): Add autoload.
20225
20226 * mail/mailalias.el (mail-directory): Doc fix.
20227
20228 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20229
20230 * mail/mailalias.el (mail-directory-process): Do nothing if
20231 mail-directory-process is an atom.
20232 (mail-get-names): Ignore mail-directory-names if it is an atom.
20233 (mail-directory-process defvar): Doc fix.
20234 (mail-names): Doc fix.
20235
20236 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
20237
20238 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
20239
20240 2005-03-26 Kenichi Handa <handa@m17n.org>
20241
20242 * international/mule-util.el (detect-coding-with-priority):
20243 Call update-coding-systems-internal before detect-coding-region.
20244
20245 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
20246
20247 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
20248 (gdb-frames-mode-map): Add follow-link property.
20249
20250 2005-03-25 Jay Belanger <belanger@truman.edu>
20251
20252 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
20253 for variables.
20254
20255 2005-03-25 Juri Linkov <juri@jurta.org>
20256
20257 * image-mode.el: Optimize image filename extension regexps in
20258 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
20259 in `auto-mode-alist'.
20260 (image-mode): Add `image-toggle-display-text' to local hook
20261 `change-major-mode-hook'. Display the image as an image by
20262 default. Set `cursor-type' and `truncate-lines' if the image
20263 is already displayed. Take into account the current mode (image
20264 or text) in message.
20265 (image-minor-mode): New minor mode.
20266 (image-mode-maybe, image-toggle-display-text): New functions.
20267 (image-toggle-display): Use called-interactively-p.
20268 Let-bind `inhibit-read-only' to t.
20269
20270 * image-mode.el (image-minor-mode): Set `cursor-type' and
20271 `truncate-lines' if the image is already displayed. Add turning
20272 image-minor-mode off to `change-major-mode-hook'. Add message.
20273 Call `image-toggle-display-text' after turning image-minor-mode off.
20274
20275 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20276
20277 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20278 Terminal.app, use utf-8.
20279 (set-display-table-and-terminal-coding-system): Add coding-system arg.
20280 (set-locale-environment): Use it.
20281
20282 * term/xterm.el: Undo last change, better done in mule-cmds.el.
20283
20284 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20285
20286 * progmodes/python.el (python-close-block-statement-p)
20287 (python-outdent-p, python-current-defun): Use symbol-end.
20288
20289 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20290
20291 * files.el (save-some-buffers): Doc fix.
20292
20293 2005-03-25 Werner Lemberg <wl@gnu.org>
20294
20295 * complete.el, thumbs.el: Replace `legal' with `valid'.
20296 * calendar/calendar.el: Replace `legal' with `valid'.
20297 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20298 * mail/supercite.el: Replace `legal' with `valid'.
20299 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20300 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20301 Replace `legal' with `valid'.
20302 * textmodes/reftex-vars.el, textmodes/reftex.el:
20303 Replace `legal' with `valid'.
20304
20305 2005-03-25 Werner Lemberg <wl@gnu.org>
20306
20307 * calc/calc-forms.el, calc/calc-sel.el
20308 * midnight.el, vc-cvs.el
20309 * emacs-lisp/cl-macs.el
20310 * emulation/vip.el
20311 * eshell/esh-io.el, eshell/esh-var.el
20312 * mail/supercite.el
20313 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20314 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20315 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20316 * progmodes/sh-script.el, progmodes/xscheme.el
20317 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20318 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20319 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20320 * textmodes/reftex.el, textmodes/org.el:
20321 Replace `illegal' with `invalid'.
20322
20323 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20324
20325 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20326 (flymake-find-buildfile, flymake-find-possible-master-files)
20327 (flymake-check-include, flymake-parse-line): Replace loops over the
20328 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20329
20330 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20331 Substitute file-name-as-directory in the rest of the file.
20332 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20333 (flymake-replace-region): Remove unused arg `buffer'.
20334 (flymake-check-patch-master-file-buffer): Update calls to it.
20335 (flymake-add-err-info): Remove unused var `count'.
20336 (flymake-mode): Use define-minor-mode.
20337
20338 * progmodes/flymake.el: Use with-current-buffer.
20339 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20340 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20341 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20342 Avoid testing for `xemacs'.
20343 (flymake-nop): Move.
20344 (flymake-region-has-flymake-overlays): Return the computed value.
20345 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20346 Remove unused var `endline'.
20347 (flymake-get-line-count): Remove unused function.
20348 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20349
20350 * emulation/vi.el:
20351 * generic.el:
20352 * hilit-chg.el (global-highlight-changes):
20353 * hi-lock.el (hi-lock-mode):
20354 * follow.el: find-file-hooks -> find-file-hook.
20355
20356 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20357
20358 2005-03-24 Juri Linkov <juri@jurta.org>
20359
20360 * dired.el (dired-mode-map): Add menu item "Compare directories"
20361 for dired-compare-directories.
20362
20363 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20364 Doc fix. Replace `read-file-name' with `read-directory-name'.
20365
20366 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20367
20368 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20369
20370 2005-03-24 Jay Belanger <belanger@truman.edu>
20371
20372 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20373 relevant mode settings in calc-embedded-original-modes when modes
20374 are permanently changed.
20375
20376 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20377
20378 * autoinsert.el: find-file-hooks -> find-file-hook.
20379
20380 2005-03-24 Lute Kamstra <lute@gnu.org>
20381
20382 * generic.el (generic-font-lock-defaults): Make it obsolete.
20383 (generic-font-lock-keywords): New variable to replace
20384 generic-font-lock-defaults.
20385 (generic-mode-set-font-lock): Delete it.
20386 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20387 (generic-bracket-support): Add docstring.
20388
20389 * generic-x.el: Rename generic-font-lock-defaults to
20390 generic-font-lock-keywords throughout.
20391 (mailagent-rules-setup-function): Delete it.
20392 (mailagent-rules-generic-mode): Use anonymous function instead.
20393 (show-tabs-generic-mode-font-lock-defaults-1)
20394 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20395 Quote faces.
20396 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20397 not foreground.
20398
20399 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20400 Recognize define-generic-mode.
20401
20402 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20403
20404 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20405 if there's no completion table.
20406
20407 2005-03-23 Miles Bader <miles@gnu.org>
20408
20409 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20410 Remove tty-specific variants, as they're no longer needed.
20411
20412 2005-03-23 Lute Kamstra <lute@gnu.org>
20413
20414 * generic-x.el: Code cleanup: make args constant whenever possible.
20415 (installshield-statement-keyword-list)
20416 (installshield-system-functions-list)
20417 (installshield-system-variables-list, installshield-types-list)
20418 (installshield-funarg-constants-list): Make them constants.
20419
20420 * generic.el (generic-make-keywords-list): Add autoload cookie.
20421
20422 * calendar/time-date.el: Add comment on time value formats.
20423 Don't require parse-time.
20424 (with-decoded-time-value): New macro.
20425 (encode-time-value): New function.
20426 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20427 (days-to-time): Return a valid time value when arg is huge.
20428 (time-since): Use time-subtract.
20429 (time-to-number-of-days): Use time-to-seconds.
20430
20431 2005-03-23 David Ponce <david@dponce.com>
20432
20433 * recentf.el (recentf-keep): New option.
20434 (recentf-menu-action): Default to `find-file'.
20435 (recentf-keep-non-readable-files-flag)
20436 (recentf-keep-non-readable-files-p)
20437 (recentf-file-readable-p, recentf-find-file)
20438 (recentf-cleanup-remote): Remove.
20439 (recentf-include-p): More robust.
20440 (recentf-keep-p): New function.
20441 (recentf-remove-if-non-kept): Rename from
20442 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20443 All callers updated.
20444 (recentf-menu-items-for-commands): Fix help string.
20445 (recentf-track-closed-file): Update. Doc fix.
20446 (recentf-cleanup): Update. Count removed files. Doc fix.
20447
20448 2005-03-23 Kim F. Storm <storm@cua.dk>
20449
20450 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20451 Don't inherit from fringe face (now happens automatically).
20452
20453 2005-03-22 Kim F. Storm <storm@cua.dk>
20454
20455 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20456 position values.
20457
20458 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20459
20460 * menu-bar.el (showhide-date-time): Remove.
20461 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20462 (menu-bar-make-mm-toggle): Simplify.
20463
20464 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20465
20466 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20467 Accept qualified variable and function names.
20468
20469 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20470
20471 * bindings.el (completion-ignored-extensions):
20472 Remove ".lis" for `vax-vms'.
20473
20474 2005-03-22 Andreas Schwab <schwab@suse.de>
20475
20476 * generic-x.el: Revert last change.
20477 * ldefs-boot.el: Update.
20478
20479 2005-03-22 Jay Belanger <belanger@truman.edu>
20480
20481 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20482 (calc-embedded-save-original-modes)
20483 (calc-embedded-restore-original-modes): New functions.
20484 (calc-do-embedded): Save original modes when entering embedded mode
20485 and restore when leaving embedded mode.
20486 (calc-embedded-modes-change): Change the value of
20487 calc-embedded-original-modes to reflect permanent changes.
20488
20489 2005-03-22 Lute Kamstra <lute@gnu.org>
20490
20491 * generic-x.el: Require generic again.
20492
20493 2005-03-22 Miles Bader <miles@gnu.org>
20494
20495 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20496 Tweak details to look good on both ttys and bitmap displays, light
20497 or dark background, etc.
20498
20499 2005-03-21 Kim F. Storm <storm@cua.dk>
20500
20501 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20502 mouse position.
20503
20504 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20505
20506 * icomplete.el: Don't forcibly turn on the mode upon load.
20507 (icomplete-mode): Use define-minor-mode.
20508 (icomplete-eoinput): Default to nil.
20509 (icomplete-minibuffer-setup): Remove autoload.
20510 (icomplete-tidy): Simplify.
20511 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20512 in the initial state or if the user has modified the field.
20513 Fix handling of icomplete-max-delay-chars.
20514 Remove code that handles the oddball case where
20515 minibuffer-completion-table is an integer.
20516 Wrap icomplete-completions in while-no-input in case building
20517 completions takes more time than expected.
20518 (icomplete-completions): Simplify.
20519
20520 2005-03-21 Richard M. Stallman <rms@gnu.org>
20521
20522 * jka-compr.el (jka-compr-really-do-compress):
20523 Make variable buffer-local.
20524
20525 * image-mode.el: Handle .xpm files too.
20526 (image-toggle-display): Preserve modification flag.
20527
20528 * help.el (where-is): Don't mention aliases with no key bindings.
20529
20530 2005-03-21 Lute Kamstra <lute@gnu.org>
20531
20532 * generic.el: Fix commentary section. Don't require cl for
20533 compilation.
20534 (generic-mode-list): Add autoload cookie.
20535 (generic-use-find-file-hook, generic-lines-to-scan)
20536 (generic-find-file-regexp, generic-ignore-files-regexp)
20537 (generic-mode, generic-mode-find-file-hook)
20538 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20539 (define-generic-mode): Make it a defmacro. Fix docstring.
20540 (generic-mode-internal): Code cleanup. Add autoload cookie.
20541 (generic-mode-set-comments): Code cleanup.
20542 * generic-x.el: Don't prevent compilation. Don't require generic.
20543 Follow coding conventions. Minor code cleanup.
20544 (etc-fstab-generic-mode): Add some keywords.
20545 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20546 define-generic-mode like a function declaration.
20547
20548 2005-03-21 Jay Belanger <belanger@truman.edu>
20549
20550 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20551 changing modes.
20552
20553 2005-03-21 Sam Steingold <sds@gnu.org>
20554
20555 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20556
20557 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20558
20559 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20560 Add underscore to "f$ lexicals" regexp.
20561
20562 2005-03-20 Juri Linkov <juri@jurta.org>
20563
20564 * subr.el (progress-reporter-do-update): When `min-value' is equal
20565 to `max-value', set `percentage' to 0 and prevent division by zero.
20566
20567 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20568
20569 Sync with Tramp 2.0.48.
20570
20571 * net/tramp.el (all): Change all addresses to .gnu.org.
20572 (tramp-append-tramp-buffers): New defun.
20573 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20574 Catch `dont-send' signal.
20575 (tramp-set-auto-save-file-modes): Set always permissions, because
20576 there might be an old auto-saved file belonging to another
20577 original file. This could be a security threat. Reported by
20578 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20579 Check for Emacs 21.3.50 removed.
20580
20581 * net/tramp-smb.el (all): Remove debug construct for
20582 `with-parsed-tramp-file-name'.
20583 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20584 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20585 No error message if DIRECTORY or FILENAME doesn't exist.
20586 (tramp-smb-open-connection): Check existence of
20587 `tramp-smb-program'.
20588
20589 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20590
20591 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20592 Properly handle the case where the `m' or `s' command's argument is not
20593 yet terminated.
20594 (perl-indent-new-calculate): New function.
20595 (perl-indent-line): Use it.
20596
20597 2005-03-20 Miles Bader <miles@gnu.org>
20598
20599 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20600 in text-mode too. Change to new face names.
20601 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20602 Add `:weight bold' attribute.
20603 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20604
20605 2005-03-19 Juri Linkov <juri@jurta.org>
20606
20607 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20608
20609 * international/mule.el (auto-coding-alist): Sync with
20610 `auto-mode-alist' by adding upper case archive file extensions
20611 and adding ear/war to jar extension.
20612
20613 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20614
20615 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20616 running, restart it.
20617
20618 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20619
20620 * finder.el (finder-current-item): Throw an error on an empty line.
20621
20622 * man.el (Man-follow-manual-reference): If current-word returns
20623 nil, use "".
20624
20625 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20626
20627 * simple.el (goto-line): Doc fix.
20628
20629 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20630
20631 * files.el (save-buffer): Doc fix.
20632
20633 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20634
20635 * recentf.el (recentf-cleanup-remote): New variable.
20636 (recentf-cleanup): Use it to conditionally check availability of
20637 remote files.
20638
20639 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20640
20641 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20642 function names.
20643
20644 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20645
20646 * language/thai-word.el: New file.
20647
20648 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20649
20650 * files.el (backup-buffer): If the file's directory is not
20651 writable, use copy instead of move to backup the file.
20652
20653 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20654
20655 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20656
20657 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20658
20659 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20660 Use functionp instead of symbolp and fboundp. Reported by Drkm
20661 <darkman_spam@yahoo.fr>.
20662 (ps-print-version): New version 6.6.6.
20663
20664 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20665
20666 * textmodes/table.el (table--line-column-position): New idiom.
20667 (table--row-column-insertion-point-p): New function to test
20668 validity of row and column insertion operation at a location.
20669 (table-global-menu, table-cell-menu): Use above functions for
20670 deterministic test operation.
20671 (table--editable-cell-p): Behave in deterministic fashion.
20672
20673 2005-03-18 Juri Linkov <juri@jurta.org>
20674
20675 * isearch.el (isearch-lazy-highlight-new-loop):
20676 Make arguments beg and end optional.
20677 (isearch-update): Remove optional arguments nil from
20678 isearch-lazy-highlight-new-loop.
20679 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20680 isearch-lazy-highlight-case-fold-search instead of
20681 isearch-case-fold-search, and let-bind isearch-regexp to
20682 isearch-lazy-highlight-regexp.
20683 Use isearch-lazy-highlight-last-string instead of isearch-string.
20684
20685 * replace.el (perform-replace): Remove bindings of global
20686 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20687 Add three new arguments to `replace-highlight'.
20688 (replace-highlight): Add arguments string, regexp, case-fold.
20689 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20690 to allow isearch-lazy-highlight-new-loop to use these values
20691 to set corresponding isearch-lazy-highlight-* internal
20692 variables whose values lazy highlighting will use regardless of
20693 changes to global variables isearch-string, isearch-regexp,
20694 isearch-case-fold-search during lazy highlighting loop.
20695 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20696 to `lazy-highlight-cleanup'.
20697
20698 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20699 (ispell-highlight-face): Set default face to `isearch' when
20700 lazy highlighting is enabled.
20701 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20702 priority to 1. Add lazy highlighting.
20703 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20704 from `isearch-dehighlight'.
20705
20706 2005-03-18 David Ponce <david@dponce.com>
20707
20708 * files.el (hack-local-variables): Do a case-insensitive search
20709 for End.
20710
20711 2005-03-18 Juri Linkov <juri@jurta.org>
20712
20713 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20714 `isearch-lazy-highlight-cleanup', add alias to old name and
20715 declare obsolete. Add release numbers to other obsolete vars.
20716 (isearch-done, isearch-lazy-highlight-new-loop):
20717 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20718 (lazy-highlight-cleanup) <variable>: Doc fix.
20719 (isearch-lazy-highlight-update): Rename obsolete
20720 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20721
20722 2005-03-18 Kenichi Handa <handa@m17n.org>
20723
20724 * language/thai-util.el: Fix categorization of Thai characters in
20725 thai-category-table.
20726 (thai-composition-pattern): Adjust it for the above change.
20727 (thai-self-insert-command, thai-compose-syllable): New functions.
20728 (thai-compose-region): Use thai-compose-syllable.
20729 (thai-compose-string): Likewise.
20730 (thai-composition-function): Likewise.
20731 (thai-auto-composition): New function.
20732 (thai-auto-composition-mode): New minor mode.
20733
20734 * language/thai.el: Fix patterns to be registered in
20735 composition-function-table.
20736
20737 * international/quail.el (quail-input-method): Locally bind
20738 inhibit-modification-hooks to t.
20739
20740 2005-03-17 Richard M. Stallman <rms@gnu.org>
20741
20742 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20743 (perl-mode): Use run-mode-hooks.
20744
20745 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20746 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20747 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20748
20749 * mail/sendmail.el (sendmail-send-it): Reenable the code
20750 to compute resend-to-address and use it.
20751
20752 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20753
20754 * image-mode.el: New file.
20755
20756 * image.el (insert-sliced-image): Add autoload cookie.
20757
20758 * font-lock.el (font-lock-lines-before): New user option.
20759 (font-lock-after-change-function): Obey it.
20760
20761 * bindings.el (esc-map): Make M-g a prefix.
20762 Bind M-g g and M-g M-g to goto-line.
20763
20764 * faces.el (face-id): Doc fix.
20765
20766 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20767
20768 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20769 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20770 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20771
20772 * mail/sendmail.el (mail-yank-ignored-headers)
20773 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20774 Add Mail-Followup-To and Mail-Reply-To headers.
20775 (mail-citation-hook): Add autoload cookie.
20776 (mail-mode): Doc fix.
20777 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20778 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20779 (mail-mode-fill-paragraph): Handle those headers.
20780 (mail-mailing-lists): New variable.
20781 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20782
20783 2005-03-17 Juri Linkov <juri@jurta.org>
20784
20785 * isearch.el (isearch-fallback): Check for `(car previous)'
20786 before calling `isearch-other-end-state'.
20787
20788 2005-03-17 Kim F. Storm <storm@cua.dk>
20789
20790 * simple.el (move-beginning-of-line): Move to beginning of buffer
20791 line, as well as beginning of screen line.
20792
20793 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20794
20795 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20796 argument REDRAW rather than calendar-redrawing variable.
20797 * calendar/calendar.el (calendar-redrawing): Delete.
20798 (redraw-calendar): Do not bind calendar-redrawing.
20799
20800 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20801
20802 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20803 diary-file buffer.
20804
20805 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20806
20807 * help.el (describe-mode): Allow a :minor-mode-function property to
20808 specify a different minor mode toggle function than the variable.
20809 * simple.el (auto-fill-function):
20810 * subr.el (add-minor-mode): Use it.
20811
20812 2005-03-16 Kenichi Handa <handa@m17n.org>
20813
20814 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20815 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20816 (ethio-fidel-to-sera-buffer): Likewise.
20817
20818 2005-03-16 Juri Linkov <juri@jurta.org>
20819
20820 * emacs-lisp/find-func.el (find-function-regexp):
20821 Add defun-emitting macro `menu-bar-make-toggle'.
20822
20823 * isearch.el: Put `isearch-scroll' property to
20824 `split-window-horizontally'.
20825
20826 * info.el: Update error messages for `debug-ignored-errors'.
20827 (Info-isearch-search): Doc fix.
20828 (Info-find-node): Move up code to go into info buffer before
20829 recording the node to the history.
20830 (Info-fontify-node): Fontify titles only if the next line
20831 has two or more `*', `=', `-', `.'.
20832 Display "go to this node" for empty (match-string 3).
20833
20834 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20835
20836 * term/mac-win.el: Add mouse pointer shape constants.
20837
20838 2005-03-15 Kim F. Storm <storm@cua.dk>
20839
20840 * simple.el (move-beginning-of-line): Use vertical-motion.
20841
20842 2005-03-15 Juri Linkov <juri@jurta.org>
20843
20844 * isearch.el (isearch-error): New variable.
20845 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20846 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20847 (isearch-within-brackets-state): Remove.
20848 (isearch-case-fold-search-state, isearch-pop-fun-state):
20849 Decrease frame index.
20850 (isearch-mode, isearch-top-state, isearch-push-state)
20851 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20852 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20853 (isearch-search, isearch-lazy-highlight-new-loop):
20854 Replace `isearch-invalid-regexp' with `isearch-error'.
20855 Remove `isearch-within-brackets'.
20856 (isearch-search): Add `search-failed' handler to `condition-case'.
20857 (isearch-lazy-highlight-search): Add `condition-case' to catch
20858 errors and allow `isearch-lazy-highlight-update' to try
20859 highlighting from the beginning of the window.
20860 (isearch-repeat): Move up code to set isearch-wrapped to t
20861 before calling isearch-wrap-function.
20862
20863 * info.el (Info-isearch-initial-node): New internal variable.
20864 (Info-search): Signal an error in isearch mode when search leaves
20865 the initial node. Signal an error when `bound' is non-nil and
20866 nothing was found in the current subfile.
20867 (Info-isearch-search): Remove `condition-case'.
20868 (Info-isearch-wrap): Don't wrap when search failed during leaving
20869 the initial node. If `Info-isearch-search' is nil, wrap around
20870 the current node.
20871 (Info-isearch-start): New fun.
20872 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20873 `isearch-mode-hook'.
20874
20875 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20876
20877 * simple.el (normal-erase-is-backspace): Set default to t if
20878 running on Mac.
20879
20880 * term/mac-win.el (function-key-map): Sync with x-win.el.
20881
20882 2005-03-15 Kenichi Handa <handa@m17n.org>
20883
20884 * international/mule-cmds.el (locale-language-names): Modify the
20885 format of elements and add more entries.
20886 (locale-preferred-coding-systems): Add more entries.
20887 (set-locale-environment): Adjust for the change of
20888 locale-language-names.
20889
20890 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20891
20892 * pcvs.el (smerge-ediff): Remove bogus autoload.
20893
20894 2005-03-14 Lute Kamstra <lute@gnu.org>
20895
20896 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20897 Ignore a `*' at the beginning of a line.
20898
20899 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20900 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20901 subr.el.
20902 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20903 to specify indentation.
20904
20905 * generic.el (define-generic-mode): Let generic-mode-list be a
20906 list of strings; test membership with equal.
20907
20908 2005-03-14 Kim F. Storm <storm@cua.dk>
20909
20910 * simple.el (next-line, previous-line): Add optional try-vscroll
20911 arg to recognize interactive use. Pass it on to line-move.
20912 (line-move): Don't perform auto-window-vscroll when defining or
20913 executing keyboard macro to ensure consistent behavior.
20914
20915 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20916
20917 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20918
20919 2005-03-13 Lute Kamstra <lute@gnu.org>
20920
20921 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20922 debugger-setup-buffer so that backtrace marks the frames set to
20923 debug-on-exit and we don't have to do it manually. Set an extra
20924 debug-on-exit for macro's.
20925 (debugger-setup-buffer): Don't mark the top frame manually.
20926
20927 2005-03-12 Lute Kamstra <lute@gnu.org>
20928
20929 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20930 lisp-indent-function throughout.
20931 (with-no-warnings): Set lisp-indent-function property.
20932
20933 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
20934
20935 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20936 Add entry for backslash.
20937
20938 2005-03-12 Juri Linkov <juri@jurta.org>
20939
20940 * info.el (Info-search): Four fixes for backward search.
20941
20942 2005-03-11 Jay Belanger <belanger@truman.edu>
20943
20944 * calc/calc.el (calc-language-alist): New variable.
20945 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20946 (calc-embedded-find-modes): Use calc-language-alist instead of
20947 calc-embedded-language-alist.
20948
20949 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20950
20951 * calendar/calendar.el (calendar-redrawing): New internal
20952 variable.
20953 (redraw-calendar): Remove bogus save-excursion from previous
20954 change. Bind calendar-redrawing to t for mark-diary-entries.
20955 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20956 calendar if that is why we were called.
20957
20958 2005-03-11 Kenichi Handa <handa@m17n.org>
20959
20960 * international/mule.el (make-coding-system): Set property
20961 coding-system-define-form to nil.
20962 (define-coding-system-alias): Likewise.
20963
20964 2005-03-11 Kenichi Handa <handa@m17n.org>
20965
20966 These changes are suggested by Dave Love <fx@gnu.org>.
20967
20968 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20969 coding: tag.
20970 (adaptive-fill-regexp): Add more bullets.
20971 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20972 regexps.
20973
20974 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20975
20976 * help.el (describe-mode): Properly handle non-trivial lighters.
20977 Don't ignore minor modes that are not listed in minor-mode-list.
20978
20979 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20980 feature ON when the user requests to turn it OFF.
20981
20982 2005-03-10 Lute Kamstra <lute@gnu.org>
20983
20984 * emacs-lisp/debug.el (debug-entry-code): Delete it.
20985 (implement-debug-on-entry): New function to replace debug-entry-code.
20986 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
20987 second argument as the 2005-03-07 change makes it obsolete.
20988 (debug-on-entry, cancel-debug-on-entry): Update call to
20989 debug-on-entry-1.
20990 (debug, debugger-setup-buffer): Comment update.
20991 (debugger-frame-number): Update to work with implement-debug-on-entry.
20992
20993 2005-03-10 Jay Belanger <belanger@truman.edu>
20994
20995 * calc/calc-embed.el (math-ms-args): Declare it.
20996 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20997 math-ms-args.
20998 (calc-embedded-subst): Use math-multi-subst-rec to substitute
20999 variables.
21000
21001 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
21002
21003 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
21004 Use message-box.
21005
21006 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
21007 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
21008 (tooltip-gud-tips): Simplify.
21009 (tooltip-gud-tips-p): Remove superfluous :set.
21010 (tooltip-gud-modes): Add fortran-mode.
21011 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
21012
21013 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
21014
21015 2005-03-09 Kim F. Storm <storm@cua.dk>
21016
21017 * play/animate.el (animate-place-char): Use forward-line instead
21018 of next-line to improve performance.
21019
21020 2005-03-09 Simon Josefsson <jas@extundo.com>
21021
21022 * net/browse-url.el (browse-url-default-browser): Doc fix.
21023
21024 2005-03-09 Miles Bader <miles@gnu.org>
21025
21026 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
21027 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
21028
21029 2005-03-09 Kenichi Handa <handa@m17n.org>
21030
21031 * international/latin-1.el: Set case and syntax for 255 only if
21032 set-case-syntax-set-multibyte is nil.
21033
21034 * textmodes/ispell.el (ispell-insert-word): New function.
21035 (ispell-word): Use ispell-insert-word to insert a new word.
21036 (ispell-process-line): Likewise.
21037 (ispell-complete-word): Likewise.
21038
21039 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
21040
21041 * calendar/calendar.el (redraw-calendar): Preserve point.
21042 Reported by Matt Hodges <MPHodges@member.fsf.org>.
21043 (calendar-week-start-day): Move after definition of
21044 redraw-calendar. Delete buffer test, since redraw-calendar has
21045 that now.
21046
21047 * calendar/diary-lib.el (mark-diary-entries): Only call
21048 redraw-calendar in the first of any recursive calls.
21049 Reported by Alan Shutko <ats@acm.org>.
21050
21051 2005-03-08 Juri Linkov <juri@jurta.org>
21052
21053 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
21054 (html-horizontal-rule, html-line, html-image, html-checkboxes)
21055 (html-radio-buttons): Add a space before the trailing `/>' where
21056 sgml-xml-mode is non-nil.
21057 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
21058 the subsequent tag of the empty XML tag.
21059 (html-href-anchor): Don't set initial input to "http:".
21060 (html-image): Ask for the image URL and set point inside alt="".
21061 (html-name-anchor): Duplicate the name in the `id' attribute when
21062 sgml-xml-mode is non-nil.
21063 (html-paragraph): Remove \n before <p>.
21064 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
21065 instead of `checked' when sgml-xml-mode is non-nil.
21066
21067 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
21068 Remove 1 space before #RRGGBB to not truncate it on terminal
21069 windows w/o fringes. Remove 1 space between bg and fg examples
21070 to get more space.
21071 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
21072 avoid byte-compile warnings.
21073
21074 * image-file.el (image-file-handler): Put `safe-magic' property to
21075 `image-file-handler'.
21076
21077 * info.el (Info-isearch-search): Emulate word search in
21078 isearching through multiple Info nodes with Info-search.
21079 (Info-isearch-wrap): Allow isearch-word.
21080
21081 2005-03-08 Lute Kamstra <lute@gnu.org>
21082
21083 * emacs-lisp/debug.el (debugger-step-through): Make sure that
21084 stepping into the debugger's code is not possible.
21085 (debugger-jumping-flag): Docstring update.
21086
21087 2005-03-08 Jay Belanger <belanger@truman.edu>
21088
21089 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
21090 embedded mode begins.
21091 (calc-embedded-language-alist): New variable.
21092 (calc-embedded-find-modes): Use calc-embedded-language-alist to
21093 set default language mode.
21094
21095 2005-03-08 Kenichi Handa <handa@m17n.org>
21096
21097 * international/ccl.el (define-ccl-program): Fix docstring about
21098 extra 256 bytes assured for the output buffer.
21099
21100 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21101 Fix BUFFER_MAGNIFICATION to 2.
21102 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21103
21104 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
21105
21106 * align.el (align-rules-list): Added an alignment rule for CSS
21107 declarations (applies to css-mode and html-mode buffers).
21108
21109 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
21110
21111 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
21112
21113 2005-03-07 Kim F. Storm <storm@cua.dk>
21114
21115 * simple.el (move-beginning-of-line): New command.
21116
21117 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
21118
21119 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
21120
21121 * emulation/cua-base.el: Put CUA move property on move-end-of-line
21122 and move-beginning-of-line.
21123
21124 * apropos.el (apropos-print): Omit command from M-x ... RET.
21125
21126 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
21127
21128 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
21129 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
21130
21131 2005-03-06 Richard M. Stallman <rms@gnu.org>
21132
21133 * bindings.el (esc-map): Bind M-g to goto-line.
21134
21135 * facemenu.el (global-map): Bind M-o, not M-g.
21136
21137 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21138
21139 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
21140 "Open Directory" as for "Open File".
21141
21142 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
21143
21144 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
21145 (push-mark-command): Run activate-mark-hook.
21146
21147 2005-03-06 Richard M. Stallman <rms@gnu.org>
21148
21149 * help-mode.el (help-mode-finish): Don't alter the element
21150 in view-return-to-alist if there already is one.
21151
21152 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
21153 make sure the current buffer is the expected one.
21154
21155 * novice.el (disabled-command-function): Output in *Disabled Command*.
21156 Explicitly ignore non-keyboard events, and explicitly handle C-g.
21157
21158 * textmodes/flyspell.el (flyspell-large-region):
21159 Pass args differently for aspell.
21160
21161 * files.el (mode-require-final-newline): Doc fix.
21162
21163 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21164
21165 * progmodes/which-func.el (which-function):
21166 Specify NOERROR when calling imenu--make-index-alist.
21167
21168 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
21169
21170 * simple.el (normal-erase-is-backspace): Define default value.
21171
21172 * custom.el (custom-theme-set-variables): Remove unused var
21173 `immediate'.
21174 (custom-reevaluate-setting): Simple function to handle variables
21175 that are defined before their default value can really be
21176 computed.
21177
21178 * startup.el (command-line): Use it for temporary-file-directory,
21179 small-emporary-file-directory, auto-save-file-name-transforms,
21180 blink-cursor-mode, and normal-erase-is-backspace.
21181
21182 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
21183 progress, even with buggy anchored keywords.
21184
21185 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
21186
21187 * simple.el (goto-line): Remove unbalanced final parenthesis.
21188
21189 2005-03-05 Richard M. Stallman <rms@gnu.org>
21190
21191 * simple.el (goto-line): Use a number at point as the default.
21192 With C-u as arg, switch buffers.
21193
21194 2005-03-05 Juri Linkov <juri@jurta.org>
21195
21196 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
21197 with `no-blinking-cursor'.
21198
21199 * startup.el (no-blinking-cursor): New defvar.
21200 (command-line): Add `--no-blinking-cursor' to longopts.
21201 Set `no-blinking-cursor' to t for command line arguments
21202 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
21203 with `no-blinking-cursor' in the condition for calling
21204 `blink-cursor-mode'.
21205
21206 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
21207
21208 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
21209 (menu-bar-options-save): Add blink-cursor-mode.
21210 (menu-bar-options-menu): Add blink-cursor-mode.
21211
21212 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
21213
21214 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
21215 (icalendar-export-file, icalendar-export-region)
21216 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
21217 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
21218
21219 2005-03-04 Lute Kamstra <lute@gnu.org>
21220
21221 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
21222 (debug-function-list): Ditto.
21223
21224 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
21225
21226 * textmodes/texinfmt.el (texinfo-append-refill):
21227 Redefine the types of line to which @refill
21228 is not appended by replacing a search for `@refill\\|@bye' with
21229 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
21230 itemize@refill' bug and the unfilled long lines bug.
21231 (texinfmt-version): Update number and date.
21232
21233 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21234
21235 * international/code-pages.el (windows-1250, windows-125[2-8])
21236 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
21237
21238 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21239
21240 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
21241 bound yet.
21242
21243 2005-03-02 Romain Francoise <romain@orebokech.com>
21244
21245 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
21246 buffer after removing limits.
21247 (ibuffer-pop-filter): Ditto.
21248 Update copyright.
21249
21250 2005-03-02 Miles Bader <miles@gnu.org>
21251
21252 * button.el (make-text-button): If the user doesn't specify a
21253 type, use the default. Rewrite to use `add-text-properties' and
21254 plist functions.
21255
21256 2005-03-01 Lute Kamstra <lute@gnu.org>
21257
21258 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
21259 (debugger-jumping-flag): New var.
21260 (debug-entry-code): Use it.
21261 (debugger-jump): Use debugger-jumping-flag and add
21262 debugger-reenable to post-command-hook.
21263 (debugger-reenable): Use debugger-jumping-flag and remove itself
21264 from post-command-hook.
21265 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21266 debugger-reenable.
21267
21268 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
21269
21270 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21271 inclusion of "itemize\\|", which may be unnecessary, is certainly
21272 inelegant, and stops refilling in itemize lists when formatting
21273 Japanese Texinfo files to Info.
21274 Update copyright to 2005.
21275
21276 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
21277
21278 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21279 of an error if GDB can't find the source file.
21280
21281 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21282
21283 * calendar/calendar.el (redraw-calendar): Work from any buffer,
21284 not just the calendar.
21285
21286 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21287 first.
21288 (diary-redraw-calendar): New function.
21289 (make-diary-entry): Add diary-redraw-calendar to local
21290 write-contents-functions. Turn off selective display before
21291 inserting in diary.
21292
21293 2005-03-01 Kim F. Storm <storm@cua.dk>
21294
21295 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21296
21297 2005-03-01 Lute Kamstra <lute@gnu.org>
21298
21299 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21300 that debug-entry-code can be safely removed from a function while
21301 this code is being evaluated. Revert the 2005-02-27 change as the
21302 new implementation no longer requires it. Make sure that a
21303 function body containing just a string is not mistaken for a docstring.
21304 (debug): Skip one more frame in case of debug on entry.
21305 (debugger-setup-buffer): Delete one more frame line in case of
21306 debug on entry.
21307 (debugger-frame-number): Update to use the new text introduced by
21308 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21309
21310 2005-02-28 Kim F. Storm <storm@cua.dk>
21311
21312 * double.el (double-translate-key): Call force-window-update after
21313 read-event to avoid crash in redisplay.
21314
21315 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21316
21317 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21318 (debug): Use it. Move the inhibit-trace earlier.
21319 (debug-entry-code): New const.
21320 (debug-on-entry-1): Use it.
21321
21322 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21323
21324 * international/utf-16.el (ccl-encode-mule-utf-16le):
21325 Fix BUFFER_MAGNIFICATION to 2.
21326 (ccl-encode-mule-utf-16be): Likewise.
21327
21328 2005-02-28 Kenichi Handa <handa@m17n.org>
21329
21330 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21331 Fix BUFFER_MAGNIFICATION to 4.
21332 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21333
21334 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21335
21336 * speedbar.el (speedbar-update-flag): Doc fix.
21337 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21338 argument.
21339
21340 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21341
21342 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21343 have a non-nil `invisible' property but are actually visible.
21344
21345 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21346 for perldoc sections.
21347 (perl-outline-regexp, perl-outline-level): New var and function.
21348 (perl-mode): Use them.
21349
21350 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21351
21352 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21353 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21354
21355 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21356
21357 * cus-edit.el: Comment change.
21358 (custom-buffer-create-internal): Slightly reword text at top of
21359 Custom buffers. Mention there that saving an option edits the
21360 init file. Add link to Emacs manual node on `custom-file'.
21361 (custom-magic-alist): Rewrite individual State messages to use
21362 capitalized keywords. Doc fix.
21363
21364 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21365
21366 * calendar/calendar.el (calendar-buffer): Move above
21367 calendar-week-start-day.
21368 (calendar-week-start-day): Doc fix. Add :set function.
21369 (calendar-minimum-window-height): New variable.
21370 (generate-calendar-window): Only resize window if selected-window
21371 is displaying the calendar buffer. Use new variable
21372 calendar-minimum-window-height.
21373 (generate-calendar): Reword error message.
21374 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21375
21376 2005-02-27 Andreas Schwab <schwab@suse.de>
21377
21378 * vc.el (vc-do-command): Don't run command asynchronously when
21379 operating in a remote directory.
21380
21381 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21382 change from sync with Tramp 2.0.47.
21383
21384 2005-02-27 Richard M. Stallman <rms@gnu.org>
21385
21386 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21387
21388 * textmodes/flyspell.el (flyspell-mode-on):
21389 Call ispell-change-dictionary only if necessary.
21390
21391 * emacs-lisp/re-builder.el (regexp-builder): New function.
21392
21393 * register.el (describe-register-1): Explicitly handle
21394 yank-excluded-properties = t.
21395
21396 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21397 (custom-magic-alist): Change the status descriptions again.
21398 (face widget-type): Total rewrite based on `restricted-sexp'
21399 to eliminate the confusing double hiding levels.
21400
21401 * emacs-lisp/debug.el (debug-on-entry-1):
21402 If function body is empty, add nil as body form.
21403
21404 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21405
21406 * emacs-lisp/trace.el (inhibit-trace): New var.
21407 (trace-make-advice): Use it.
21408
21409 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21410
21411 2005-02-26 Kim F. Storm <storm@cua.dk>
21412
21413 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21414 (mouse-on-link-p, mouse-drag-region-1): Use it.
21415
21416 2005-02-25 Lute Kamstra <lute@gnu.org>
21417
21418 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21419
21420 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21421
21422 * frame.el (blink-cursor-mode): Add :group keyword.
21423
21424 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21425
21426 * calendar/icalendar.el (icalendar--decode-isodatetime):
21427 New optional argument DAY-SHIFT.
21428 (icalendar-export-region): Fix coding-system-for-write.
21429 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21430 events by one.
21431
21432 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21433
21434 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21435
21436 2005-02-24 Kim F. Storm <storm@cua.dk>
21437
21438 * international/iso-acc.el (iso-accents-compose): Fix crash
21439 during redisplay. Call force-window-update after read-event
21440 and delete-region to signal that window is not accurate.
21441
21442 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21443
21444 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21445 Remove unused and inexistent var `inhibit-trace'.
21446 (debugger-mode): Use run-mode-hooks.
21447 (debugger-list-functions): Add buttons; setup xref stack.
21448
21449 2005-02-23 Richard M. Stallman <rms@gnu.org>
21450
21451 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21452 appointment says it was explicitly made.
21453 (appt-add): Set the 3rd element.
21454 (appt-make-list): Preserve explicit appointments.
21455
21456 * subr.el (find-tag-default): Catch errors in forward-sexp.
21457
21458 2005-02-23 Juri Linkov <juri@jurta.org>
21459
21460 * info.el (Info-isearch-search): New defcustom.
21461 (Info-isearch-search): Call the default isearch function
21462 when Info-isearch-search is nil.
21463 (Info-isearch-wrap): Use variable Info-isearch-search.
21464
21465 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21466
21467 * cus-edit.el: Comment change.
21468
21469 2005-02-22 Kim F. Storm <storm@cua.dk>
21470
21471 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21472 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21473
21474 2005-02-22 Simon Josefsson <jas@extundo.com>
21475
21476 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21477 New variable.
21478 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21479 Oskarsson" <myrkraverk@users.sourceforget.net>.
21480
21481 2005-02-22 Kim F. Storm <storm@cua.dk>
21482
21483 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21484 check that window of that event is the selected window.
21485 (mouse-drag-region-1): Compare mouse event window to selected
21486 window before setting point.
21487
21488 * tooltip.el (tooltip-show-help-function): Pass event to
21489 mouse-on-link-p so it can check selected window.
21490
21491 2005-02-22 Kenichi Handa <handa@m17n.org>
21492
21493 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21494 (ps-mule-show-warning): New function.
21495 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21496 characters are found.
21497
21498 * ps-print.el (ps-header-footer-string): Return a list of header
21499 and footer strings.
21500
21501 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21502
21503 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21504
21505 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21506
21507 * frame.el (blink-cursor-mode): Use define-minor-mode.
21508
21509 * term/mac-win.el (function-key-map): Use char-names more consistently.
21510 (file-name-coding-system): Only set it for MacOS-9. The other case is
21511 already handled in mule-cmds.el (where it also works when mac-win.el
21512 is not used).
21513
21514 2005-02-21 Kenichi Handa <handa@m17n.org>
21515
21516 * international/mule.el (ctext-pre-write-conversion): Always use
21517 " *code-converting-work*" buffer for work.
21518
21519 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21520
21521 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21522
21523 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21524
21525 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21526
21527 * ses.el (undo-more): Restore defadvice, but only the part that
21528 allows changes outside the restricted area of the buffer.
21529
21530 2005-02-20 Kim F. Storm <storm@cua.dk>
21531
21532 * simple.el (line-move): Add fourth optional arg try-vscroll which
21533 must be set to perform auto-window-vscroll.
21534 When moving backwards and doing auto-window-vscroll, automatically
21535 vscroll to the last part of lines which are taller than the window.
21536 (next-line, previous-line): Set try-vscroll arg on line-move.
21537
21538 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21539
21540 * replace.el (query-replace, query-replace-regexp)
21541 (replace-string, replace-regexp): When operating on region, make
21542 the minibuffer prompt say so.
21543
21544 * isearch.el (isearch-forward): Document isearch-query-replace and
21545 isearch-query-replace-regexp keybindings.
21546
21547 2005-02-19 Jay Belanger <belanger@truman.edu>
21548
21549 * calc/calc-aent.el (math-read-token): Add local variable.
21550
21551 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21552 (calc-edit-top): Move declaration to earlier in file.
21553 (calc-edit-macro-repeats): Add local variables.
21554
21555 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21556 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21557 calcFunc-tanh.
21558 Adjust integration rule for calcFunc-tan.
21559
21560 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21561
21562 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21563 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21564 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21565 (viper-skip-separators): Bug fix.
21566 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21567 particular major mode.
21568 (viper-del-backward-char-in-replace): Don't put deleted char on the
21569 kill ring.
21570
21571 * viper-ex.el (viper-color-display-p): New function.
21572 (viper-has-face-support-p): Use viper-color-display-p.
21573
21574 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21575
21576 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21577
21578 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21579 (viper-file-remote-p): Make equivalent to file-remote-p.
21580
21581 * viper.el (viper-major-mode-modifier-list):
21582 Use viper-gnus-modifier-map.
21583
21584 2005-02-19 David Kastrup <dak@gnu.org>
21585
21586 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21587 quoting.
21588
21589 2005-02-19 Jay Belanger <belanger@truman.edu>
21590
21591 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21592 Remove extra definitions.
21593 (calc-coth): New function.
21594 (calcFunc-cot): Fix `let'.
21595
21596 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21597
21598 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21599 the reasons we use "type pc" in these faces.
21600
21601 * button.el (button): Ditto.
21602
21603 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21604
21605 * replace.el (query-replace-read-from): Set the value of
21606 query-replace-from-history-variable to handle the case of an empty
21607 string entered to accept the suggested default.
21608
21609 * net/tramp.el (tramp-file-name-for-operation):
21610 Use dired-call-process instead of dired-call-process-command.
21611
21612 2005-02-19 Jay Belanger <belanger@truman.edu>
21613
21614 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21615 (math-div-non-trig): New variables.
21616 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21617 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21618 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21619 trig expressions.
21620
21621 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21622
21623 * progmodes/gdb-ui.el (gdb-var-update-handler)
21624 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21625 for watch expressions,
21626 (gdb-var-create-handler): Don't set speedbar-update-flag.
21627 (gdb-post-prompt): Simplify test for speedbar.
21628
21629 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21630
21631 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21632 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21633 we use the syntax table of the correct buffer.
21634 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21635 Felix Gatzemeier.
21636
21637 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21638 (ediff-file-remote-p): Make synonymous with file-remote-p.
21639 In all deffaces ediff-*-face-*, use min-colors.
21640
21641 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21642 ediff-recurse-to-subdirectories.
21643 (ediff-mark-if-equal): Check that the arguments are strings, use
21644 ediff-same-contents (after to Felix Gatzemeier).
21645
21646 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21647 nil.
21648
21649 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21650
21651 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21652
21653 2005-02-18 David Kastrup <dak@gnu.org>
21654
21655 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21656 use `mark-active' when defined.
21657
21658 2005-02-18 Kenichi Handa <handa@m17n.org>
21659
21660 * ps-print.el (ps-font-info-database): New entry
21661 ZapfChancery-MediumItalic with correct font name. Fix font name
21662 of the entry Zapf-Chancery-MediumItalic.
21663
21664 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21665
21666 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21667
21668 2005-02-16 Kim F. Storm <storm@cua.dk>
21669
21670 * ido.el (ido-fallback-command): Pass user input to fallback command.
21671
21672 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21673
21674 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21675 (gdb-find-file-hook): Add server prefix.
21676
21677 2005-02-16 Richard M. Stallman <rms@gnu.org>
21678
21679 * replace.el (perform-replace): Pass new args to replace-highlight.
21680 (replace-highlight): Take region args,
21681 and pass them to isearch-lazy-highlight-new-loop.
21682
21683 * novice.el (disabled-command-hook): Autoload the defalias
21684 and the make-obsolete-variable call.
21685
21686 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21687
21688 * isearch.el (isearch-lazy-highlight-start-limit)
21689 (isearch-lazy-highlight-end-limit): New variables limit
21690 the region for highlighting.
21691 (isearch-lazy-highlight-new-loop): New args BEG and END.
21692 (isearch-lazy-highlight-search): Use the new vars.
21693 (isearch-lazy-highlight-update): Likewise.
21694
21695 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21696
21697 * cus-start.el (all): Use default-boundp.
21698
21699 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21700
21701 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21702
21703 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21704
21705 * autorevert.el (auto-revert-stop-on-user-input)
21706 (auto-revert-verbose): Doc fixes.
21707
21708 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21709
21710 * international/mule-cmds.el (set-locale-environment): Remove call
21711 to set-selection-coding-system on Windows.
21712
21713 2005-02-15 Jay Belanger <belanger@truman.edu>
21714
21715 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21716 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21717 calcFunc-coth.
21718 (math-simplify-sqrt): Add simplifications.
21719
21720 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21721 to list.
21722
21723 * calc/calc-ext.el: Add functions to autoloads.
21724
21725 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21726 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21727 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21728 (math-csc-raw, math-cot-raw): New functions.
21729
21730 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21731
21732 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21733 the variable name in a message.
21734
21735 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21736 calcFunc-csc, calcFunc-cot.
21737
21738 * calc/calcalg2.el: Add derivative and integration rules for
21739 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21740 calcFunc-csch, calcFunc-coth.
21741 (math-do-integral-methods): Add to checks for when to use
21742 substitutions.
21743
21744 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21745
21746 2005-02-15 Lute Kamstra <lute@gnu.org>
21747
21748 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21749 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21750 <monnier@iro.umontreal.ca>
21751 (lisp-outline-level): Improve efficiency. Suggested by David
21752 Kastrup <dak@gnu.org>.
21753
21754 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21755
21756 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21757 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21758 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21759 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21760 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21761
21762 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21763
21764 * cus-start.el (all): Comment change.
21765
21766 2005-02-14 Lute Kamstra <lute@gnu.org>
21767
21768 * cus-start.el (all): Check if symbol is void.
21769
21770 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21771
21772 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21773 optional argument to \cite.
21774
21775 2005-02-14 Richard M. Stallman <rms@gnu.org>
21776
21777 * cus-edit.el (custom-buffer-create-internal): Update help message.
21778 (custom-magic-alist): Update help messages.
21779
21780 * cus-start.el (all): Allow a var to specify a standard value.
21781
21782 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21783
21784 * custom.el (custom-theme-set-variables): Handle variable aliases.
21785
21786 * frame.el (blink-cursor-timer): Doc fix.
21787 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21788 declare obsolete.
21789 (blink-cursor-mode): Define with defcustom and use correct
21790 standard expression in that defcustom.
21791 * startup.el (command-line): Adapt to above changes in frame.el.
21792
21793 2005-02-11 Lute Kamstra <lute@gnu.org>
21794
21795 * apropos.el (apropos-score-doc): Prevent division by zero.
21796
21797 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21798
21799 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21800 (icalendar--get-event-property-attributes)
21801 (icalendar--get-event-properties)
21802 (icalendar--datetime-to-diary-date): New functions.
21803 (icalendar--split-value): Doc fix.
21804 (icalendar--datetime-to-noneuropean-date)
21805 (icalendar--datetime-to-european-date): New optional argument
21806 SEPARATOR. Return result as a string instead of a list.
21807 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21808 (icalendar--convert-string-for-export): Rename arg S to STRING.
21809 (icalendar-export-region): Doc fix. Change name of error buffer.
21810 Save output buffer.
21811 (icalendar-import-file): Add blank at end of prompt.
21812 (icalendar-import-buffer): Doc fix. Do not switch to error
21813 buffer. Indicate status in return value.
21814 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21815 buffer. Save output buffer. Handle exception from recurrence
21816 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21817 events. Fix problems with weekly all-day events.
21818
21819 2005-02-10 Richard M. Stallman <rms@gnu.org>
21820
21821 * simple.el (eval-expression-print-format):
21822 Avoid warning about edebug-active.
21823
21824 * help.el (help-for-help-internal): Rename from help-for-help.
21825 (help-for-help): Define with defalias.
21826
21827 * font-core.el (font-lock-default-function): Use with-no-warnings.
21828
21829 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21830
21831 * custom.el (defface): Doc fix.
21832
21833 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21834
21835 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21836 width 0" to prevent word wrapping problems.
21837
21838 2005-02-09 Kim F. Storm <storm@cua.dk>
21839
21840 * ido.el (ido-file-extensions-order): New defcustom.
21841 (ido-file-extension-lessp, ido-file-extension-aux)
21842 (ido-file-extension-order): New advanced file ordering.
21843 (ido-file-lessp): New simple file ordering.
21844 (ido-sort-list): Remove.
21845 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21846 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21847
21848 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21849
21850 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21851 that some versions of grep produce.
21852 (grep-mode-font-lock-keywords): Likewise.
21853
21854 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21855
21856 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21857 (gdb-cdir): Delete.
21858 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21859 (gdb-source-info): Treat case when source file is in another
21860 directory properly.
21861 (gdb-get-location): New function.
21862
21863 2005-02-07 Jay Belanger <belanger@truman.edu>
21864
21865 * calc/calc-prog.el (calc-write-parse-table-part)
21866 (calc-fix-token-name): Fix a check for language type.
21867
21868 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21869
21870 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21871
21872 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21873 as directory not writable.
21874
21875 2005-02-07 Kim F. Storm <storm@cua.dk>
21876
21877 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21878 (cua--standard-movement-commands): Remove list.
21879 Instead, set CUA property value to move for movement commands.
21880 (cua-movement-commands): Remove. Users must set CUA prop instead.
21881 (cua--pre-command-handler): Check CUA property.
21882 (cua--init-keymaps): Don't remap undo commands.
21883 (cua-mode): Don't call cua--rectangle-on-off.
21884
21885 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21886 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21887 (cua--rect-undo-set-point): New var.
21888 (cua--rectangle-undo-boundary): Setup undo apply entry.
21889 (cua--rect-undo-handler): New function for rectangle undo.
21890 (cua--rect-start-position, cua--rect-end-position): Add.
21891 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21892 for restored rectangle. Set point if cua--rect-undo-set-point.
21893
21894 2005-02-06 Jay Belanger <belanger@truman.edu>
21895
21896 * calc/calc-lang.el (calc-tex-language): Display more information
21897 in messages.
21898
21899 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21900 in TeX mode.
21901
21902 2005-02-06 Richard M. Stallman <rms@gnu.org>
21903
21904 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21905
21906 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21907
21908 * net/ldap.el (ldap-search-internal): Support attributes with
21909 optional descriptions separated by a semi-colon, as in
21910 "userCertificate;binary".
21911
21912 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21913
21914 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21915 isn't a cons (i.e. the version is 0).
21916
21917 2005-02-05 Eli Zaretskii <eliz@gnu.org>
21918
21919 * help.el (help-for-help): Doc fix.
21920
21921 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
21922
21923 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
21924 GDB-Windows on the menu-bar as this works better.
21925
21926 2005-02-04 Jay Belanger <belanger@truman.edu>
21927
21928 * calc/calc-embed.el (calc-embedded-update): Don't put in
21929 unnecessary newlines. Adjust the end of formula marker.
21930
21931 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21932 (math-latex-parse-two-args): New function.
21933
21934 2005-02-03 Lute Kamstra <lute@gnu.org>
21935
21936 * help-fns.el (help-with-tutorial): Make sure that users cannot
21937 remove the entire text of the tutorial by means of `undo'.
21938
21939 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
21940
21941 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21942 in recent changes, where the ispell process was repeatedly
21943 killed & restarted.
21944
21945 * international/mule-cmds.el (set-locale-environment): Set file-name
21946 coding system to utf-8 on Darwin systems.
21947 (set-default-coding-systems): Don't set default-file-name-coding-system
21948 on Darwin systems.
21949
21950 2005-02-03 Richard M. Stallman <rms@gnu.org>
21951
21952 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21953
21954 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
21955
21956 * faces.el (list-faces-display): Add optional argument.
21957
21958 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21959
21960 * font-core.el (font-lock-default-function): Handle the rare case where
21961 only font-lock-keywords is set.
21962
21963 2005-02-02 Kenichi Handa <handa@m17n.org>
21964
21965 * international/characters.el: Cancel previous change for
21966 I-WITH-DOT-ABOVE and DOTLESS-i.
21967
21968 * international/latin-5.el: Cancel previous change.
21969
21970 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21971
21972 * progmodes/gud.el: Correction to syntax in gud-menu-map.
21973
21974 2005-02-02 Kenichi Handa <handa@m17n.org>
21975
21976 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21977 DOTLESS-i.
21978
21979 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21980 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21981
21982 * case-table.el (get-upcase-table): New function.
21983 (copy-case-table): Copy upcaes table too if non-nil.
21984 (set-case-syntax-delims): Maintain upcase table too.
21985 (set-case-syntax-pair): Likewise.
21986 (set-upcase-syntax, set-downcase-syntax): New functions.
21987 (set-case-syntax): Maintain upcase table too.
21988
21989 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21990
21991 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21992
21993 * progmodes/gud.el (gud-goto-info): New function.
21994 (gud-tool-bar-map): Use correct icon.
21995
21996 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21997
21998 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21999 When delegating, order args in the funcall correctly.
22000
22001 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
22002
22003 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
22004
22005 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
22006
22007 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
22008 buffer not visiting a file.
22009
22010 2005-01-31 Jay Belanger <belanger@truman.edu>
22011
22012 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
22013 bound on the line with the formula.
22014
22015 2005-01-31 Kim F. Storm <storm@cua.dk>
22016
22017 * ses.el (ses-create-cell-variable-range)
22018 (ses-destroy-cell-variable-range, ses-reset-header-string)
22019 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
22020 (ses-insert-row): Fix format of apply undo entries.
22021
22022 2005-01-31 Jay Belanger <belanger@truman.edu>
22023
22024 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
22025 parts.
22026
22027 * calc/calc-embed.el (calc-embedded-open-formula)
22028 (calc-embedded-close-formula): Ignore matrix environments.
22029
22030 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
22031 TeX mode.
22032
22033 * calc/calc-lang.el (math-function-table, math-oper-table)
22034 (math-variable-table): Adjust the LaTeX portions.
22035
22036 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
22037 (math-latex-ignore-words): New constant.
22038
22039 2005-01-31 Richard M. Stallman <rms@gnu.org>
22040
22041 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
22042 (ispell-local-dictionary): Doc fix.
22043 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
22044 Don't reinitialize at run time. Don't defcustom.
22045 All uses changed to append ispell-local-dictionary-alist,
22046 or check it first.
22047 (ispell-current-dictionary): New variable for dictionary in use.
22048 (ispell-dictionary): Now used only for global default.
22049 (ispell-start-process): Set ispell-current-dictionary,
22050 not ispell-dictionary.
22051 (ispell-change-dictionary): Use this only for setting
22052 user preferences.
22053 (ispell-internal-change-dictionary): New function
22054 to change the current dictionary in use.
22055 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
22056 Use ispell-current-dictionary.
22057 Handle ispell-local-dictionary-overridden.
22058 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
22059
22060 2005-01-31 Jay Belanger <belanger@truman.edu>
22061
22062 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
22063
22064 * calc/calc-ext.el: Add calc-latex-language to autoloads.
22065 (calc-mode-map): Add calc-latex-language.
22066
22067 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
22068 (math-latex-print-frac): New functions.
22069 (math-oper-table, math-function-table, math-variable-table)
22070 (math-complex-format, math-input-filter): Add latex properties.
22071 (calc-set-language): Set math-expr-special-function-mapping.
22072
22073 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
22074 (calc-write-parse-table-part): Add LaTeX support.
22075
22076 * calc/calc.el (calc-language): Adjust docstring.
22077 (calc-set-mode-line): Add LaTeX support.
22078 (math-expr-special-function-mapping): New variable.
22079 (math-tex-ignore-words): Add to list.
22080
22081 * calc/calccomp.el (math-compose-expr, math-compose-rows):
22082 Add LaTeX support.
22083 (math-compose-expr): Add support for special functions.
22084
22085 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
22086
22087 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
22088
22089 * progmodes/gdb-ui.el (gdb-memory-address)
22090 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
22091 (gdb-memory-mode-map, gdb-memory-format-keymap)
22092 (gdb-memory-format-menu, gdb-memory-unit-keymap)
22093 (gdb-memory-unit-menu): New variables for a buffer
22094 that lets the user examine program memory.
22095 (gdb-memory-set-address, gdb-memory-set-repeat-count)
22096 (gdb-memory-format-binary, gdb-memory-format-octal)
22097 (gdb-memory-format-unsigned, gdb-memory-format-signed)
22098 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
22099 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
22100 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22101 (gdb-memory-unit-byte, gdb-memory-unit-menu)
22102 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
22103 (gdb-memory-mode, gdb-memory-buffer-name)
22104 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
22105 New functions for above buffer.
22106
22107 2005-01-30 Richard M. Stallman <rms@gnu.org>
22108
22109 * cus-edit.el (custom-bury-buffer): Function deleted.
22110 (custom-buffer-done-function): Option deleted.
22111 (custom-buffer-done-kill): New replacement option.
22112 (Custom-buffer-done): Call quit-window.
22113 (custom-buffer-create-internal): Update for above changes.
22114
22115 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
22116
22117 * simple.el (undo-ask-before-discard): New var.
22118 (undo-outer-limit-truncate): Implement it.
22119 (undo-extra-outer-limit): Doc update.
22120
22121 2005-01-29 Richard M. Stallman <rms@gnu.org>
22122
22123 * ses.el (undo-more): Delete defadvice.
22124 (ses-begin-change): Doc fix.
22125
22126 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
22127 instead of rebinding C-x u and C-_.
22128
22129 * files.el (normal-backup-enable-predicate): Return nil for files
22130 in /tmp, regardless of temporary-file-directory.
22131
22132 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
22133
22134 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
22135 (open-rectangle, delete-whitespace-rectangle-line)
22136 (clear-rectangle-line): If FILL, pass t instead of FILL
22137 for move-to-column's 2nd arg.
22138
22139 * simple.el (undo): Fix the test for continuing a series of undos.
22140 (undo-more): Set pending-undo-list to t when we reach end.
22141 (pending-undo-list): Move up defvar.
22142
22143 * wid-edit.el (widget-button-click):
22144 Shorten the range of the track-mouse binding.
22145
22146 * comint.el (comint-insert-input): Undo previous changes;
22147 use last-input-event in interactive spec.
22148
22149 2005-01-29 Eli Zaretskii <eliz@gnu.org>
22150
22151 * progmodes/compile.el (compilation-start): Bind buffer-read-only
22152 to nil before invoking call-process. Reset buffer's modified flag
22153 after fontifying it in the no-async branch.
22154
22155 * wid-edit.el (widget-specify-button): If mouse pointer shape
22156 cannot be changed, use mouse face instead.
22157
22158 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
22159
22160 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22161 (gdb-goto-breakpoint): Make breakpoint handling work on template
22162 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
22163 (gdb-assembler-custom): Update to recognize breakpoint information
22164 added on 2005-01-19.
22165
22166 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
22167
22168 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
22169 (dsssl-mode): Use define-derived-mode.
22170 (scheme-mode-initialize): Remove.
22171 (scheme-mode): Use run-mode-hooks.
22172
22173 * cus-edit.el (customize-group-other-window)
22174 (custom-buffer-create-other-window): Don't override special-display-*.
22175 (custom-mode-map): Make it dense.
22176
22177 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
22178 sets the default value.
22179
22180 2005-01-28 Eli Zaretskii <eliz@gnu.org>
22181
22182 * descr-text.el: Add more keywords.
22183
22184 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
22185
22186 * speedbar.el: Avoid unnecessary use of locate-library.
22187
22188 * international/mule-cmds.el (standard-display-european-internal):
22189 Don't fiddle with latin-1 non-break space any more since it's now
22190 special cased in the C code.
22191 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
22192
22193 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
22194
22195 * cus-start.el (all): Add `undo-outer-limit'.
22196
22197 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22198
22199 * textmodes/bibtex.el (bibtex-format-entry):
22200 Use `bibtex-empty-field-re' only on the text of fields, not on entire
22201 field lines.
22202 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
22203 not on part of a buffer.
22204
22205 2005-01-25 Lute Kamstra <lute@gnu.org>
22206
22207 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
22208 nonempty field text strings like "{letters\\macro{}more letters}".
22209 Clarify docstring.
22210 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
22211 (bibtex-entry-offset, bibtex-parse-association)
22212 (bibtex-parse-field-name): Fix typos in docstrings.
22213 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
22214
22215 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
22216
22217 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
22218 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
22219 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
22220 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
22221
22222 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
22223 isearch minor mode.
22224
22225 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
22226
22227 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
22228
22229 2005-01-24 Lute Kamstra <lute@gnu.org>
22230
22231 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
22232 CASECHARS and NOT-CASECHARS regular expressions of the
22233 "nederlands" and "nederlands8" dictionaries to prevent a "Range
22234 striding over charsets" error.
22235
22236 2005-01-24 Jay Belanger <belanger@truman.edu>
22237
22238 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
22239 display variable name.
22240
22241 2005-01-24 Kenichi Handa <handa@m17n.org>
22242
22243 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
22244 Fix setting of the element of encoded-kbd-iso2022-invocations.
22245
22246 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
22247
22248 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22249 (gdb-threads-select): Change to also accept mouse events.
22250 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
22251 (gdb-threads-mouse-select): Delete.
22252
22253 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
22254
22255 * files.el (insert-directory): Take care of empty directory,
22256 listed without -a switch.
22257
22258 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
22259
22260 * textmodes/refill.el (refill-post-command-function):
22261 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
22262 to the list of functions that we should be careful not to undo.
22263 (refill-late-fill-paragraph-function): Remove.
22264 (refill-saved-state): New var.
22265 (refill-mode): Use it to save fill-paragraph-function.
22266 Save also the value of auto-fill-function.
22267
22268 * term/w32-win.el: Simplify code.
22269
22270 2005-01-23 Kim F. Storm <storm@cua.dk>
22271
22272 * simple.el (line-move): Adapt to new return value from
22273 pos-visible-in-window-p.
22274
22275 * simple.el (line-move): Fix last change. Check partial
22276 visibility at point rather than at window-start.
22277
22278 2005-01-22 Jason Rumney <jasonr@gnu.org>
22279
22280 * term/w32-win.el (xw-defined-colors): Remove debug-message.
22281
22282 2005-01-22 David Kastrup <dak@gnu.org>
22283
22284 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22285
22286 2005-01-22 Eli Zaretskii <eliz@gnu.org>
22287
22288 * type-break.el (type-break-mode): Add a test for
22289 type-break-file-name being non-nil.
22290
22291 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
22292
22293 * net/eudc.el (top level): Call (message "") via progn, so that
22294 eudc-options-file is loaded.
22295
22296 2005-01-22 Kim F. Storm <storm@cua.dk>
22297
22298 * simple.el (line-move-1): Rename from line-move.
22299 (line-move): New function that adjusts vscroll for partially
22300 visible rows, and calls line-move-1 otherwise.
22301
22302 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22303
22304 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22305 since it's not a complete read-event implementation
22306
22307 2005-01-20 Jay Belanger <belanger@truman.edu>
22308
22309 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22310 for called function.
22311
22312 2005-01-20 Steven Tamm <steventamm@mac.com>
22313
22314 * term/mac-win.el (process-connection-type): Remove.
22315 Controlled now by s/darwin.h:PTY_ITERATION.
22316
22317 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22318
22319 * window.el (handle-select-window): Don't switch window when we're
22320 in the minibuffer.
22321
22322 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22323
22324 * subr.el (dotimes-with-progress-reporter): New macro.
22325
22326 * ses.el (ses-dotimes-msg): Remove macro.
22327 Use `dotimes-with-progress-reporter' instead.
22328
22329 2005-01-19 Steven Tamm <steventamm@mac.com>
22330
22331 * term/mac-win.el (process-connection-type): Use new
22332 operating-system-release variable to use ptys on Darwin 7 (OS X
22333 10.3) when using carbon build.
22334
22335 2005-01-19 Jay Belanger <belanger@truman.edu>
22336
22337 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22338 flags if the last command was a tab or M-tab.
22339
22340 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22341 in formula editing buffer.
22342
22343 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22344
22345 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22346 breakpoint image symbol in margin.
22347
22348 2005-01-19 Jay Belanger <belanger@truman.edu>
22349
22350 * calc/calc-prog.el (calc-execute-kbd-macro):
22351 Ignore calc-keep-arg-flag.
22352
22353 2005-01-19 Kenichi Handa <handa@m17n.org>
22354
22355 * textmodes/ispell.el (ispell-looking-at): New function.
22356 (ispell-process-line): Use ispell-looking-at to compare the ispell
22357 output and the buffer contents.
22358
22359 2005-01-18 Jay Belanger <belanger@truman.edu>
22360
22361 * calc/calc.el (calc-display-raw): Fix docstring.
22362
22363 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22364
22365 * simple.el (blink-matching-open): Strip extra info from syntax.
22366
22367 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22368 funny chars in the end-of-here-doc marker.
22369
22370 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22371
22372 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22373 that enable/disabled state of breakpoints is shown correctly in
22374 fringe and on ttys.
22375 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22376 Add breakpoint information as text properties.
22377 (gdb-mouse-toggle-breakpoint):
22378 Rename to gdb-mouse-set-clear-breakpoint.
22379 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22380 breakpoints in the margin.
22381 (gdb-remove-strings): Simplify.
22382
22383 2005-01-17 Jay Belanger <belanger@truman.edu>
22384
22385 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22386 erasing buffer.
22387
22388 2005-01-17 Richard M. Stallman <rms@gnu.org>
22389
22390 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22391 for calling grep-compute-defaults.
22392
22393 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22394 if buffer is empty.
22395
22396 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22397
22398 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22399
22400 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22401
22402 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22403 non-preloaded variables.
22404
22405 2005-01-17 Steven Tamm <steventamm@mac.com>
22406
22407 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22408 tex-shell cause to force interactivity when using pipes.
22409
22410 2005-01-17 Kim F. Storm <storm@cua.dk>
22411
22412 * simple.el (just-one-space): Make arg optional.
22413
22414 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22415
22416 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22417 posn-at-x-y to t to access left-margin.
22418
22419 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22420
22421 Sync with Tramp 2.0.47.
22422
22423 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22424 catching keep-date problems in cp/scp operations.
22425 (tramp-handle-copy-file): Don't call `set-file-modes'
22426 unconditionally. Specialized functions should know better what is
22427 necessary. This improves performance a little bit, and the
22428 functions could catch errors with `cp -p' and `scp -p'.
22429 (tramp-do-copy-or-rename-file-via-buffer)
22430 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22431 when appropriate.
22432 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22433 Call `set-file-modes' when appropriate.
22434 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22435 Johnsson <isak@hypergene.com>
22436 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22437 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22438 <joakim@verona.se>
22439 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22440 Emacs only.
22441
22442 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22443 `find-file-hooks' and `dired-mode-hook'.
22444 (tramp-minor-mode-map): Respective map. Add remapping for
22445 `compile' and `recompile'.
22446 (tramp-remap-command, tramp-recompile): New defuns.
22447 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22448 in buffer "*Compilation*". Call the commands asynchronously.
22449
22450 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22451 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22452 `shell-command', because it isn't magic in XEmacs. Reported by
22453 Adrian Aichner <adrian@xemacs.org>.
22454
22455 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22456 `substitute-in-file-name.
22457 (tramp-smb-handle-substitute-in-file-name): New defun.
22458 (tramp-smb-advice-PC-do-completion): Delete advice.
22459
22460 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22461
22462 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22463 Fix error in deleting region.
22464
22465 2005-01-15 Richard M. Stallman <rms@gnu.org>
22466
22467 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22468 In non-temp buffer, switch syntax table temporarily.
22469
22470 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22471
22472 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22473
22474 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22475
22476 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22477 (imenu--generic-function): Use START, not BEG, as pos of definition.
22478
22479 * simple.el (just-one-space): Argument specifies number of spaces.
22480
22481 * simple.el (eval-expression-print-format): Avoid warning
22482 about edebug-active.
22483
22484 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22485
22486 * progmodes/sh-script.el: Code copied from make-mode.el
22487 with small changes,
22488 (sh-mode-map): Bind C-c C-\.
22489 (sh-backslash-column, sh-backslash-align): New variables.
22490 (sh-backslash-region, sh-append-backslash): New functions.
22491
22492 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22493
22494 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22495 (rmail-pop-password, rmail-pop-password-required): Move to
22496 rmail-obsolete group.
22497 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22498 All callers updated.
22499 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22500 Take an argument specifying whether it is POP or IMAP mailbox we
22501 are using. All callers updated.
22502 (rmail-pop-password-error): Rename to
22503 rmail-remote-password-error. Added mailutils-specific error message.
22504 (rmail-movemail-search-path)
22505 (rmail-movemail-variant-in-use): New variables.
22506 (rmail-remote-password, rmail-remote-password-required):
22507 New customization variables.
22508 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22509 (rmail-parse-url): New function.
22510 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22511 with GNU mailutils movemail.
22512
22513 2005-01-15 Kevin Ryde <user42@zip.com.au>
22514
22515 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22516 suffix to space, $ or '$, to correctly position point when going
22517 to @table style constants like DBL_MAX.
22518
22519 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22520
22521 * type-break.el (type-break-mode, type-break-file-time)
22522 (type-break-file-keystroke-count, type-break-choose-file):
22523 Don't store data in or load data from the file if type-break-file-name
22524 is nil.
22525 (type-break-file-name): Doc update as per the above.
22526
22527 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22528
22529 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22530 lookup-key might return nil; handle that.
22531
22532 2005-01-15 Alan Mackenzie <acm@muc.de>
22533
22534 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22535 rather than the element found, thus enabling the tree to be setcar'd.
22536
22537 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22538
22539 * textmodes/org.el (org-show-following-heading): New option.
22540 (org-show-hierarchy-above): Use `org-show-following-heading'.
22541 (org-cycle): Documentation fix.
22542
22543 * textmodes/org.el (orgtbl-optimized): New option
22544 (orgtbl-mode): New command, a minor mode.
22545 (orgtbl-mode-map): New variable.
22546 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22547 (orgtbl-error, orgtbl-self-insert-command)
22548 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22549
22550 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22551 a local variable in each org-mode buffer.
22552
22553 * textmodes/org.el (org-set-regexps-and-options): Rename from
22554 `org-set-regexps'. Added checking for STARTUP keyword.
22555 (org-get-current-options): Add STARTUP options.
22556 (org-table-insert-row): Make mode intelligent about when
22557 realignment is needed.
22558 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22559 New commands.
22560 (org-enable-table-editor): New default value `optimized'.
22561 (org-table-blank-field): Support blanking regions if active.
22562
22563 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22564
22565 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22566 if the year is not given.
22567
22568 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22569 Add new escapes %m and %M, fixed bug with %F by adding
22570 save-match-data.
22571 (reftex-reference): Remove ?. from list of spaces.
22572 (reftex-label-info): Add automatic label prefix recognition.
22573
22574 * textmodes/reftex-index.el (reftex-index-next-phrase):
22575 Add slave parameter to call of `reftex-index-this-phrase'.
22576 (reftex-index-this-phrase): New optional argument.
22577 (reftex-index-region-phrases): Add slave parameter to call of
22578 `reftex-index-this-phrase'.
22579 (reftex-display-index): New argument redo.
22580 (reftex-index-rescan): Add `redo' to arguments of
22581 `reftex-display-index'.
22582 (reftex-index-Rescan, reftex-index-revert)
22583 (reftex-index-switch-index-tag): Add `redo' to arguments of
22584 `reftex-display-index'.
22585 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22586 indexing. Fix bug with matching is there is a quote before or
22587 after the word.
22588
22589 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22590 Fix bug when collecting citation keys in lines with comments.
22591 (reftex-citation): Prefix argument no longer rescans the document,
22592 but forces prompting for optional arguments of cite macros.
22593 (reftex-do-citation): Prompting for optional arguments implemented.
22594
22595 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22596 Add optional arguments to most cite commands.
22597 (reftex-cite-cleanup-optional-args): New option
22598 (reftex-cite-prompt-optional-args): New option.
22599 (reftex-trust-label-prefix): New option.
22600
22601 * textmodes/reftex-toc.el (reftex-toc-find-section):
22602 Add push-mark before changing the position in the buffer.
22603
22604 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22605 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22606
22607 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22608
22609 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22610 more carefully.
22611
22612 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22613
22614 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22615 (sgml-mode): Use it.
22616 (sgml-get-context): Better keep track of implicitly closed tags.
22617
22618 2005-01-13 Kenichi Handa <handa@m17n.org>
22619
22620 * textmodes/ispell.el: These changes are to fix misalignment error
22621 caused by equivalent characters of different Emacs charsets.
22622 (ispell-unified-chars-table): New variable.
22623 (ispell-get-decoded-string): New function.
22624 (ispell-get-casechars, ispell-get-not-casechars)
22625 (ispell-get-otherchars): Call ispell-get-decoded-string.
22626
22627 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22628
22629 * custom.el (custom-declare-variable): Just put symbol instead
22630 of (defvar . symbol) in `current-load-list'.
22631
22632 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22633
22634 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22635
22636 2005-01-12 Jay Belanger <belanger@truman.edu>
22637
22638 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22639 to create a Calc summary.
22640
22641 2005-01-12 Kim F. Storm <storm@cua.dk>
22642
22643 * mouse.el (mouse-on-link-p): Change functionality and doc
22644 string to comply with latest description in lisp ref.
22645
22646 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22647
22648 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22649 Enable mouse clicks on mode-line, header-line and margin.
22650 (event-type): Give mouse event symbols an `event-kind' property
22651 with value `mouse-click'.
22652
22653 2005-01-12 Juri Linkov <juri@jurta.org>
22654
22655 * facemenu.el (list-colors-display): Add new arg buffer-name.
22656 Use it. Fix docstring. Replace code for identifying duplicate
22657 colors by the name with call to `list-colors-duplicates' which
22658 identifies duplicate colors by the value unless the color
22659 is one of special Windows colors. Set truncate-lines to t.
22660 Print sorted duplicate color names on each line. Indent to 22
22661 \(the longest color name in rgb.txt) instead of 20. Optimize.
22662 (list-colors-duplicates): New function.
22663 (facemenu-color-name-equal): Delete function.
22664
22665 * facemenu.el (list-colors-print): New function created from code
22666 in list-colors-display. Print #RRGGBB at the window right edge.
22667 (list-colors-display): When temp-buffer-show-function is not
22668 defined, call list-colors-print from temp-buffer-show-hook
22669 to get the right value of window-width in list-colors-print
22670 after the buffer is displayed.
22671
22672 * simple.el (pop-mark): Move deactivate-mark out of conditional
22673 part to deactivate the active mark regardless of the state of the
22674 mark ring.
22675
22676 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22677 variables line in desktop files.
22678
22679 2005-01-12 Juri Linkov <juri@jurta.org>
22680
22681 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22682 Bring together isearch highlight related options.
22683 (lazy-highlight): Replace group `replace' by `matching'.
22684 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22685 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22686 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22687 and declare them obsolete.
22688 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22689 (isearch-faces): Remove defgroup.
22690 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22691 Move isearch highlighting code closer to lazy highlighting code.
22692
22693 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22694 (query-replace-highlight, query-replace-lazy-highlight)
22695 (query-replace): Move definitions to the beginning of the file.
22696
22697 2005-01-11 Juri Linkov <juri@jurta.org>
22698
22699 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22700 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22701 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22702
22703 * info.el (Info-history-forward): New variable.
22704 (Info-select-node): Reset Info-history-forward to nil.
22705 (Info-last): Turn into defalias.
22706 (Info-history-back): Rename from Info-last.
22707 Add current node to Info-history-forward.
22708 (Info-history-forward): New fun.
22709 (Info-mode-map): Replace Info-last by Info-history-back.
22710 Bind Info-history-forward to "r".
22711 (Info-mode-menu): Replace Info-last by Info-history-back.
22712 Fix menu item text. Add menu item for Info-history-forward.
22713 (info-tool-bar-map): Replace Info-last by Info-history-back.
22714 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22715 for Info-history-forward.
22716 (Info-mode): Replace Info-last by Info-history-back in docstring.
22717 Add local variable Info-history-forward.
22718 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22719
22720 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22721
22722 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22723 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22724 Ignore select-window events rather than fiddle with
22725 mouse-autoselect-window.
22726
22727 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22728
22729 * type-break.el (type-break-mode): Fix previous change.
22730
22731 2005-01-10 Jay Belanger <belanger@truman.edu>
22732
22733 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22734 calculator; only reset when point is inside a calculator.
22735 Don't adjust the window height if the window takes up the whole height
22736 of the frame.
22737
22738 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22739
22740 * ebuff-menu.el (Electric-buffer-menu-mode):
22741 Preserve value of buffer-local var header-line-format.
22742
22743 2005-01-09 Jay Belanger <belanger@truman.edu>
22744
22745 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22746 Make sure settings file exists before accessing it.
22747
22748 * calc/calc-embed.el (calc-embedded-subst):
22749 Replace math-multi-subst-rec, which is only supposed to be called
22750 by math-multi-subst, by math-multi-subst.
22751
22752 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22753
22754 * vc.el (vc-allow-async-revert): New user option.
22755 (vc-disable-async-diff): New internal variable.
22756 (vc-revert-buffer): Use them to disable asynchronous diff.
22757
22758 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22759 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22760 asynchronously if vc-disable-async-diff is t.
22761
22762 2005-01-09 Jay Belanger <belanger@truman.edu>
22763
22764 * calc/calc.el (defcalcmodevar): New macro.
22765 (calc-mode-var-list-restore-default-values)
22766 (calc-mode-var-list-restore-saved-values): New functions.
22767 (calc-mode-var-list): Use defcalcmodevar to define it.
22768 (calc-always-load-extensions, calc-line-numbering)
22769 (calc-line-breaking, calc-display-just, calc-display-origin)
22770 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22771 (calc-group-char, calc-point-char, calc-frac-format)
22772 (calc-prefer-frac, calc-hms-format, calc-date-format)
22773 (calc-float-format, calc-full-float-format, calc-complex-format)
22774 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22775 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22776 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22777 (calc-matrix-brackets, calc-language, calc-language-option)
22778 (calc-left-label, calc-right-label, calc-word-size)
22779 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22780 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22781 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22782 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22783 (calc-window-height, calc-display-trail, calc-show-selections)
22784 (calc-use-selections, calc-assoc-selections)
22785 (calc-display-working-message, calc-auto-why, calc-timing)
22786 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22787 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22788 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22789 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22790 (calc-gnuplot-geometry, calc-graph-default-resolution)
22791 (calc-graph-default-resolution-3d, calc-invocation-macro)
22792 (calc-show-banner): Use defcalcmodevar to declare them and set
22793 their default values.
22794
22795 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22796 instead of default values (but restore default values if there is
22797 an argument of 0).
22798
22799 2005-01-09 David Kastrup <dak@gnu.org>
22800
22801 * desktop.el (desktop-restore-eager): Fix typo in type.
22802
22803 2005-01-08 Richard M. Stallman <rms@gnu.org>
22804
22805 * cus-edit.el (customize): Delete :link.
22806
22807 2005-01-08 Jay Belanger <belanger@truman.edu>
22808
22809 * calc/calc.el (calc-mode): Remove the extension from the
22810 `calc-settings-file' file name when loading it.
22811
22812 2005-01-08 Kim F. Storm <storm@cua.dk>
22813
22814 * info.el (Info-mode-map, Info-next-link-keymap)
22815 (Info-prev-link-keymap, Info-up-link-keymap):
22816 Map follow-link to mouse-face.
22817 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22818
22819 2005-01-08 Jay Belanger <belanger@truman.edu>
22820
22821 * calc/calc.el (calc-settings-file): Change default value.
22822 Suggested by cgw in a comment in calc-mode.el.
22823
22824 * calc/calc-mode.el (calc-settings-file-name):
22825 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22826 Replace ~/.emacs in a prompt by calc-settings-file.
22827
22828 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22829
22830 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22831 (desktop-lazy-idle-delay): New customizable variables.
22832 (desktop-buffer-args-list): New variable.
22833 (desktop-append-buffer-args): New function.
22834 (desktop-save): Call desktop-append-buffer-args for some buffers.
22835 (desktop-lazy-create-buffer): New function.
22836 (desktop-idle-create-buffers): New function.
22837 (desktop-read): Add message about buffers to restore lazily.
22838 (desktop-lazy-abort): New command.
22839 (desktop-clear): Call desktop-lazy-abort.
22840 (desktop-lazy-complete): New command.
22841
22842 2005-01-06 Richard M. Stallman <rms@gnu.org>
22843
22844 * emacs-lisp/find-func.el (find-face-definition):
22845 Rename from find-face.
22846
22847 2005-01-06 Kim F. Storm <storm@cua.dk>
22848
22849 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22850
22851 * man.el (Man-xref-man-page, Man-xref-header-file)
22852 (Man-xref-normal-file): Add follow-link property.
22853
22854 2005-01-06 Jay Belanger <belanger@truman.edu>
22855
22856 * calc/calc-units.el: Make sure the proper macro definitions are
22857 available when compiling.
22858
22859 2005-01-06 Juri Linkov <juri@jurta.org>
22860
22861 * isearch.el (isearch-lazy-highlight-update):
22862 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22863
22864 2005-01-06 Miles Bader <miles@gnu.org>
22865
22866 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22867 (isearch-lazy-highlight-face): Use new name.
22868
22869 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22870
22871 * uniquify.el (uniquify-rationalize-file-buffer-names):
22872 Re-add an interactive spec.
22873 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22874 to the same name.
22875
22876 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22877 (isearch-update, isearch-done): Adjust calls accordingly.
22878
22879 2005-01-05 Richard M. Stallman <rms@gnu.org>
22880
22881 * custom.el (custom-set-variables, custom-theme-set-variables):
22882 Clarify documentation.
22883
22884 * emacs-lisp/find-func.el (find-variable)
22885 (find-variable-other-window, find-variable-other-frame):
22886 Fix the TYPE args to find-function-read and find-function-do-it.
22887 (find-function): Doc fix.
22888 (find-function-at-point): Replace function-at-point alias.
22889
22890 2005-01-04 Richard M. Stallman <rms@gnu.org>
22891
22892 * cus-face.el (custom-declare-face):
22893 Record defface in current-load-list.
22894
22895 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22896
22897 * emacs-lisp/find-func.el: Doc fixes.
22898 (find-face-regexp): New variable.
22899 (find-function-regexp-alist): New variable.
22900 (find-function-C-source): Third arg is now TYPE.
22901 (find-function-search-for-symbol): Handle general TYPE.
22902 (find-function-read, find-function-do-it): Handle general TYPE.
22903 (find-definition-noselect, find-face): New functions.
22904 (function-at-point): Alias deleted.
22905
22906 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22907
22908 * battery.el (display-battery-mode): Rename from display-battery.
22909 Handle the case where it gets turned off.
22910
22911 2005-01-04 Richard M. Stallman <rms@gnu.org>
22912
22913 * cus-edit.el (customize): Make :link point to user doc.
22914
22915 * man.el (Man-fontify-manpage): Turn off undo generation.
22916
22917 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22918
22919 2005-01-04 Andreas Schwab <schwab@suse.de>
22920
22921 * files.el (insert-directory): Only look for error lines in
22922 inserted text. Don't move too far after processing --dired markers.
22923
22924 2005-01-04 Richard M. Stallman <rms@gnu.org>
22925
22926 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22927 Don't expand if the character is @, period, dash, etc.
22928 (define-mail-abbrev): Quote names that contain problem characters.
22929
22930 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
22931
22932 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22933
22934 2005-01-03 Richard M. Stallman <rms@gnu.org>
22935
22936 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22937 (query-replace-highlight, query-replace-lazy-highlight)
22938 (query-replace): Definitions moved up. Doc fix.
22939
22940 2005-01-03 Richard M. Stallman <rms@gnu.org>
22941
22942 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22943 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22944 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22945 (lazy-highlight-face): Rename from isearch-lazy-...
22946 Change all references to them.
22947
22948 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
22949
22950 * cus-edit.el (custom-file): Doc fix for defcustom.
22951 (custom-file): The function no longer sets the variable
22952 `custom-file' to its return value.
22953
22954 * startup.el (command-line): No longer load `custom-file'.
22955
22956 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22957
22958 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22959
22960 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22961 Don't confuse module-prefixed identifiers for labels.
22962 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22963
22964 2005-01-02 Richard M. Stallman <rms@gnu.org>
22965
22966 * files.el (basic-save-buffer-1): Fix previous change.
22967
22968 * loadhist.el (file-loadhist-lookup): New function.
22969 (file-provides, file-requires): Use it.
22970
22971 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22972 instead of calculating the right size.
22973
22974 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22975
22976 * vc-svn.el (vc-svn-diff): Stay local if possible.
22977
22978 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
22979
22980 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22981
22982 * files.el (hack-local-variables): Fix last change.
22983
22984 2005-01-02 Jay Belanger <belanger@truman.edu>
22985
22986 * calc/calc-yank.el (calc-edit-top): New variable.
22987 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22988 object. Change header properties.
22989 (calc-edit-finish, calc-edit-finish-stack-object)
22990 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22991 edited object.
22992 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22993 for the beginning of the edited object.
22994 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22995 for the beginning of the edited object.
22996 * calc/calc-prog.el (calc-edit-macro-finish-edit)
22997 (calc-finish-formula-edit, calc-macro-repeats)
22998 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22999 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
23000 beginning of the edited object.
23001 (calc-user-define-edit): Change the header for editing macros.
23002 Remove unnecessary variable.
23003
23004 2005-01-01 Jay Belanger <belanger@truman.edu>
23005
23006 * calc/calc-yank.el (calc-edit-mode): Change default header.
23007 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
23008 * calc/calc-store.el (calc-edit-variable): Change title to match new
23009 header.
23010 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
23011 mode to match new header.
23012 (calc-user-define-edit): Change titles to include names of commands.
23013 (calc-finish-formula-edit): Adjust to handle new header.
23014 (calc-finish-macro-edit): Remove.
23015 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
23016 (calc-edit-macro-command, calc-edit-macro-command-type)
23017 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
23018 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
23019 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
23020 (calc-edit-macro-finish-edit): New functions.
23021 (calc-user-define-edit): Use new functions to edit named calc macros.
23022
23023 2005-01-01 Stefan <monnier@iro.umontreal.ca>
23024
23025 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
23026
23027 * ses.el (copy-region-as-kill): Deactivate mark.
23028
23029 2005-01-01 Richard M. Stallman <rms@gnu.org>
23030
23031 * replace.el (occur-1): If the output buffer is also an input,
23032 don't kill it, rename it.
23033
23034 * faces.el (set-face-background, set-face-foreground): Doc fix.
23035
23036 * cus-face.el (custom-face-attributes): Fix :help-echo strings
23037 for :foreground and :background.
23038
23039 * dired.el (dired-view-command-alist): Variable deleted.
23040 (dired-view-file, dired-mouse-find-file-other-window):
23041 Delete the code to use it.
23042
23043 2005-01-01 Kim F. Storm <storm@cua.dk>
23044
23045 * image.el (insert-sliced-image): Use t for line-height property.
23046
23047 See ChangeLog.11 for earlier changes.
23048
23049 ;; Local Variables:
23050 ;; coding: iso-2022-7bit
23051 ;; End:
23052
23053 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
23054 Copying and distribution of this file, with or without modification,
23055 are permitted provided the copyright notice and this notice are preserved.
23056
23057 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1