]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(help-mode): view-exit-action calls delete-window
[gnu-emacs] / lisp / ChangeLog
1 2006-05-01 Richard Stallman <rms@gnu.org>
2
3 * help-mode.el (help-mode): view-exit-action calls delete-window
4 only when it is safe and possible.
5
6 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
7 in messages.
8
9 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
10
11 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
12 in the default tool-bar-map.
13
14 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
15
16 * net/tramp.el (tramp-completion-file-name-handler-alist)
17 (tramp-run-real-handler, tramp-completion-run-real-handler)
18 (tramp-completion-handle-file-name-all-completions)
19 (tramp-completion-handle-file-name-completion): Autoload them.
20 (tramp-completion-handle-file-exists-p)
21 (tramp-completion-handle-file-name-directory)
22 (tramp-completion-handle-file-name-nondirectory)
23 (tramp-completion-handle-expand-file-name): Remove them.
24 (tramp-handle-file-name-directory): Return the real directory
25 name. Returning "/" only doesn't need to be necessary any longer.
26 (tramp-file-name-handler): Make special attention when in hostname
27 completion mode.
28 (tramp-completion-file-name-handler): Revert patch from
29 2006-04-28.
30 (tramp-register-file-name-handlers): Register
31 `tramp-completion-file-name-handler' only when
32 `partial-completion-mode is enabled.
33 (tramp-completion-handle-file-name-all-completions): Delete
34 directory part from results.
35 (tramp-get-completion-methods, tramp-get-completion-user-host):
36 Discard deleting "/", it doesn't work after the change of
37 `tramp-handle-file-name-directory' above.
38
39 2006-05-01 Kim F. Storm <storm@cua.dk>
40
41 * progmodes/grep.el (grep-expand-template): Use save-match-data.
42
43 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
44
45 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop): Use
46 select-frame-set-input-focus instead of raise-frame.
47 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
48
49 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
50
51 * progmodes/gud.el (gud-def): Add %c case.
52 (gud-speedbar-buttons): Don'bind case-fold-search unnecessarily.
53 (gud-format-command): Make match case sensitive. Match on %F.
54
55 2006-04-30 Glenn Morris <rgm@gnu.org>
56
57 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
58 (cal-tex-preamble): Use cal-tex-preamble-extra.
59 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
60 than alias `list-diary-entries'.
61
62 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
63
64 * help-fns.el (describe-variable): Add info about safe local variables.
65
66 2006-04-29 Richard Stallman <rms@gnu.org>
67
68 * bindings.el (mode-line-format): help-echo doc fixes.
69
70 * net/tramp.el (tramp-file-name-handler-alist): Delete
71 expand-file-name and other operations that can cause spurious loading.
72
73 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
74
75 * files.el (safe-local-variable-p): Remove support for the special
76 value t.
77
78 * textmodes/paragraphs.el (sentence-end-without-space):
79 Fix safety predicate.
80 (sentence-end-double-space, sentence-end-without-period)
81 (paragraph-ignore-fill-prefix):
82 * textmodes/fill.el (colon-double-space):
83 * abbrev.el (abbrev-mode): Tighten the safety predicate.
84
85 * subr.el (booleanp): New fun.
86
87 * textmodes/reftex-vars.el (reftex-guess-label-type):
88 Tighten the safety predicate.
89
90 2006-04-28 Kim F. Storm <storm@cua.dk>
91
92 * progmodes/grep.el (defgroup grep): Doc fix.
93 (grep-auto-highlight): Remove.
94 (grep-template): New defcustom.
95 (grep-find-template): Rename from grep-tree-template.
96 (grep-files-aliases): Rename from grep-tree-files-aliases.
97 Remove "all" alias, add "l" alias.
98 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
99 (grep-find-ignored-directories): New defcustom to replace
100 grep-tree-ignore-CVS-directories, to facilitate ignoring
101 subdirectories for multiple version control systems.
102 (grep-mode-map): Add Recursive grep item to GREP menu.
103 (grep-regexp-history, grep-files-history): New defvars.
104 (grep-probe): New helper function.
105 (grep-compute-defaults): Use it to simplify code.
106 Adapt to name changes.
107 Use `.' as base in grep-find-template rather than <D>.
108 (grep): Remove superfluous highlight-regexp arg. Fix doc.
109 Call grep-compute-defaults unconditionally.
110 (grep-expand-keywords): New defconst.
111 (grep-expand-template): Rename from grep-expand-command-macros.
112 Simplify via grep-expand-keywords. Look at case-fold-search instead
113 of grep-tree-ignore-case to add -i option.
114 Bind case-fold-search to nil while matching keywords.
115 (grep-tree-last-regexp, grep-tree-last-files): Remove.
116 (grep-read-regexp, grep-read-files): New helper functions.
117 (rgrep): Rename from grep-tree. Rework to use proper histories.
118 Adapt to changes in defcustoms and functions above.
119 (lgrep): New command, as grep, but using same interactive api as rgrep.
120
121 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
122
123 * net/tramp.el (tramp-completion-file-name-handler):
124 Disable Tramp's functionality while loading Tramp itself.
125 (tramp-register-file-name-handlers): That's a defsubst now.
126 Code from `tramp-repair-jka-compr' moved here. Apply it via
127 `after-init-hook'.
128 (tramp-repair-jka-compr): Remove.
129
130 2006-04-27 Jay Belanger <belanger@truman.edu>
131
132 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
133 read expression when `math-read-big-expr' doesn't work.
134
135 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
136
137 * startup.el (command-line-1): Display warning when
138 pure-space-overflow is non-nil.
139
140 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
141
142 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
143 risky.
144
145 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
146
147 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
148 Return the URL or nil if none can be generated.
149
150 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
151
152 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
153 byte compiler warnings.
154 (gud-basic-call, gud-find-expr): Let user select an expression
155 for printing. Print expression as well as value in GUD buffer.
156
157 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
158
159 * allout.el: Remove local autoload declaration for
160 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
161 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
162 (allout-plain-bullets-string, allout-distinctive-bullets-string)
163 (allout-use-mode-specific-leader, allout-old-style-prefixes)
164 (allout-stylish-prefixes, allout-numbered-bullet)
165 (allout-file-xref-bullet, allout-presentation-padding)
166 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
167 safe-local-variable with suitable value spec, and add autoload
168 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
169 (move-beginning-of-line, move-end-of-line): Repair so these compat
170 functions now actually resituate the point, when appropriate.
171
172 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
173
174 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
175
176 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
177 (add-log-iso8601-time-string): Fix call to format-time-string.
178
179 2006-04-26 Kim F. Storm <storm@cua.dk>
180
181 * subr.el (posn-string, posn-image, posn-object): Doc fix.
182
183 2006-04-26 Masatake YAMATO <jet@gyve.org>
184
185 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
186 Add support for "//" style comments. Remove `b' flag
187 from ?* in `asm-mode-syntax-table'.
188
189 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
190
191 * follow.el: Use (featurep 'xemacs) everywhere.
192 (follow-mode): Use define-minor-mode.
193 (follow-mode-map): Move initialization into the declaration.
194 Use command remapping.
195 (follow-emacs-version-xemacs-p): Remove.
196 (follow-submit-feedback): Remove.
197
198 * allout.el (allout-layout, allout-passphrase-verifier-string)
199 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
200
201 * textmodes/reftex-vars.el (reftex-vref-is-default)
202 (reftex-fref-is-default, reftex-guess-label-type):
203 Tighten up a bit the safety predicate.
204
205 * textmodes/paragraphs.el (sentence-end-double-space)
206 (sentence-end-without-period, sentence-end-without-space)
207 (page-delimiter, paragraph-ignore-fill-prefix):
208 Tighten up a bit the safety predicate.
209
210 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
211
212 * progmodes/python.el (python-continuation-line-p)
213 (python-beginning-of-statement): syntax-ppss may return
214 a negative depth.
215 (python-mode): Don't forcefully enable font-lock.
216
217 * time-stamp.el (time-stamp-start, time-stamp-end)
218 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
219
220 * add-log.el: Remove spurious * in docstrings.
221 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
222 (add-change-log-entry): Use it here, since it's not specific
223 to iso8601.
224 (add-log-iso8601-time-string): Don't use it here any more.
225 (change-log-indent-text, change-log-indent): Rename from add-log-*.
226
227 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
228
229 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
230
231 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
232 (rcirc-toggle-low-priority): Doc fix.
233 (rcirc-handler-NOTICE): Remove beginning of line anchor in
234 ChanServ regexp.
235 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
236 #emacs.
237 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
238 (rcirc-decode-coding-system): Use utf-8 as the default.
239 (rcirc-multiline-minor-mode): Set the fill-column.
240 (rcirc-format-response-string): Display bright and dim nicks.
241 (rcirc-browse-url): Update interactive spec to fill ARG.
242 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
243 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
244
245 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
246
247 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
248 case for @Article, etc.
249
250 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
251
252 * net/tramp.el (tramp-register-file-name-handlers): New defun.
253 Added with autoload cookie.
254 (tramp-unload-file-name-handlers): Rename from
255 `tramp-unload-file-name-handler-alist'.
256
257 2006-04-23 Romain Francoise <romain@orebokech.com>
258
259 * comint.el (comint-match-partial-filename): Doc fix.
260
261 2006-04-21 Glenn Morris <rgm@gnu.org>
262
263 * calendar/cal-menu.el (calendar-mode-map): Refer to
264 `diary-view-entries' rather than alias `view-diary-entries'.
265 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
266
267 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
268
269 * progmodes/antlr-mode.el (antlr-default):
270 * cus-edit.el (custom-documentation):
271 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
272 in defface.
273
274 2006-04-21 Kim F. Storm <storm@cua.dk>
275
276 * image.el (image-type): New defun split out of create-image.
277 (create-image): Use it.
278
279 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
280
281 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
282 (org-open-at-point): Remove the "...done" message to keep output
283 in the echo area visible.
284 (org-export-as-xoxo): Fix call to `indent-region'.
285
286 2006-04-21 Kevin Ryde <user42@zip.com.au>
287
288 * international/mule.el (keyboard-coding-system): defcustom
289 info-link fixes: "Specify Coding" has been split, keyboard now in
290 "Terminal Coding", and "Single-Byte Character Support" is now
291 "Unibyte Mode".
292
293 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
294
295 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
296 Use font-lock-warning-face for any errors e.g. no stack.
297 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
298
299 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
300
301 * progmodes/sh-script.el (sh-shell): Mark as safe.
302
303 * newcomment.el (comment-start, comment-start-skip)
304 (comment-end-skip, comment-end): Mark as safe.
305
306 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
307
308 * textmodes/org.el (org-deadline-announce): Face removed.
309 (org-level-faces, org-n-levels): Convert to constant.
310 (org-compatible-face): New function.
311 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
312 (org-level-5, org-level-6, org-level-7, org-level-8)
313 (org-special-keyword, org-warning, org-headline-done, org-link)
314 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
315 (org-scheduled-today, org-scheduled-previously, org-time-grid):
316 Face definition revised for better color tty support.
317 (org-bold-re, org-italic-re, org-underline-re): New constants.
318 (org-set-font-lock-defaults): Use the new constants.
319 (org-agenda-highlight-todo): New function.
320 (org-agenda-todo): Fix bug with point at end of line.
321 (org-agenda-change-all-lines, org-finalize-agenda-entries):
322 Fontify TODO keywords.
323 (org-insert-link): Preserve relative path in ../ links.
324 (org-export-as-html): Convert links pointing to .org files into
325 links that will work beteen the exported HTML files.
326 (org-todo-list): Fix bug when arg=0.
327 (org-insert-heading): More fine-tuning.
328
329 2006-04-19 Romain Francoise <romain@orebokech.com>
330
331 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
332 from `rmail-mime-charset-pattern'.
333
334 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
335
336 * progmodes/python.el (python-mode): Fix typo.
337
338 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
339
340 * comint.el (comint-previous-input): Don't clobber input line
341 when moving off either end of the input history ring.
342 (comint-delete-input): New function, used by
343 `comint-previous-input' and others.
344 (comint-previous-matching-input):
345 Use `coming-delete-input'. Save the partial input if leaving the
346 edit line. Goto point-max before deleting input to avoid
347 partial input fragments hanging around.
348 (comint-restore-input): New function, used by `comint-previous-input'.
349
350 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
351
352 * imenu.el (imenu--index-alist): Balance parentheses.
353
354 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
355
356 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
357
358 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
359
360 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
361 file is nil.
362
363 2006-04-18 Richard Stallman <rms@gnu.org>
364
365 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
366
367 * imenu.el (imenu-create-index-function, imenu--index-alist)
368 (imenu--last-menubar-index-alist, imenu--make-index-alist)
369 (imenu-default-create-index-function, imenu--generic-function):
370 Doc fixes.
371
372 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
373
374 * help-mode.el (help-mode): Set view-exit-action to delete window.
375
376 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
377 now works by passing nil as arg.
378
379 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
380
381 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
382 (read-abbrev-file): Provide default when reading filename.
383
384 * files.el (enable-local-variables): Allow :all as value.
385 (hack-local-variables): Implement that value.
386 (safe-local-variable-values, safe-local-eval-forms)
387 (enable-local-variables): Mark as risky.
388 (find-file-visit-truename, kept-old-versions): Mark safe.
389
390 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
391 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
392 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
393
394 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
395
396 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
397 Use forward-line so as to get to BOL even in the presence of fields.
398 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
399 in return.
400 (inferior-tcl): Tell tclsh to work in interactive mode.
401
402 * complete.el (partial-completion-mode):
403 Use 'choose-completion-string-functions to make sure that
404 choose-completion fills the minibuffer properly.
405
406 * complete.el (PC-old-read-file-name-internal): Remove.
407 (PC-read-include-file-name-internal): Remove. Turn it into an advice
408 of read-file-name-internal.
409 (partial-completion-mode): Enable/disable this advice.
410
411 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
412
413 * net/tramp.el (tramp-completion-file-name-handler): Revert change
414 of 2006-04-17.
415
416 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
417
418 * textmodes/org.el (org-insert-heading): Insert heading before
419 current if at beginning of line.
420 (org-todo, org-date): New faces.
421 (org-table-align): Make sure tooltip window contains full text.
422 (org-no-properties): New defsubst.
423 (org-set-font-lock-defaults): Use new faces.
424
425 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
426
427 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
428 for root variables.
429
430 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
431 (gdb-frame-address): Re-use to identify frame for watch expression.
432 (gdb-var-list, gdb-var-create-handler): Add frame address for root
433 variables.
434 (gdb-init-1, gdb-source, gdb-post-prompt)
435 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
436 (gdb-frame-handler): Get gdb-frame-address.
437
438 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
439
440 Sync with Tramp 2.0.53.
441
442 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
443 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
444 (tramp-completion-file-name-handler): Add autoload cookie for
445 adding to `file-name-handler-alist'.
446
447 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
448 the prompt. If it returns earlier (when detecting an error
449 message), the rest of the output will merge accidently with the
450 output of the next command. Reported by M Jared Finder
451 <jared@hpalace.com>.
452
453 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
454 for `process-file', in order to let it work for older Emacsen too.
455
456 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
457
458 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
459 (tex-font-lock-keywords-3): Use it.
460
461 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
462
463 * newcomment.el (comment-add): New function.
464 (comment-region-default, comment-dwim): Use it.
465
466 2006-04-15 Michael Olson <mwolson@gnu.org>
467
468 * emacs-lisp/tq.el: Improve comments.
469 (tq-queue-head-question): New accessor function.
470 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
471 Update for modified queue structure.
472 (tq-queue-add): Accept `question' argument.
473 (tq-queue-pop): If a question is pending, send it.
474 (tq-enqueue): Accept new optional argument `delay-question'.
475 If this is non-nil, and at least one other question is pending a
476 response, queue the question rather than sending it immediately.
477
478 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
479
480 * calendar/appt.el (appt-add): Check whether an appointment is
481 already present in appt-time-msg-list. Simplify code.
482
483 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
484
485 * progmodes/cc-langs.el (c-mode-menu):
486 Don't presume c-subword-mode is bound.
487
488 2006-04-13 Bill Wohler <wohler@newt.com>
489
490 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
491 (customize-package-emacs-version): Use cdr instead of cadr now
492 that alists use dotted pairs.
493
494 * custom.el (defcustom): Fix docstring for :package-version.
495
496 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
497
498 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
499 (tramp-handle-shell-command): Display output buffer only when
500 `tramp-display-shell-command-buffer' is true.
501 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
502
503 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
504
505 * textmodes/org.el (org-set-autofill-regexps): Set only the local
506 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
507
508 2006-04-13 Romain Francoise <romain@orebokech.com>
509
510 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
511 leaving temporary .cvsignore buffers behind.
512
513 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
514
515 * textmodes/org.el (org-set-regexps-and-options)
516 (org-get-current-options): Better names for the startup folding
517 options.
518
519 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
520
521 * vc.el (vc-annotate): Arrange for point to end up at the same
522 line number as in the original, but only when using a new buffer.
523
524 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
525
526 * files.el (hack-one-local-variable-eval-safep):
527 Recognize `edebug-form-spec' for `put', but only if it passes
528 `edebug-basic-spec'. Generalize `put' handling.
529
530 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
531 vetting file-local form specs.
532
533 * allout.el (allout-layout): Autoload its `safe-local-variable'
534 property.
535
536 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
537
538 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
539 (org-agenda-mouse-1-follows-link)
540 (org-mouse-1-follows-link): New options.
541 (org-format-agenda-item): Fix bug if TAGS is nil.
542 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
543
544 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
545
546 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
547 GDB 6.1+ gives full filename for "info sources" so use
548 file-name-nondirectory.
549
550 2006-04-12 Romain Francoise <romain@orebokech.com>
551
552 * subr.el (read-passwd): Bind `message-log-max' to nil.
553
554 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
555
556 * progmodes/perl-mode.el (perl-indent-new-calculate):
557 Recompute parse-start after jumping backward by a whole sexp.
558
559 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
560
561 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
562 window configuration.
563 (vc-annotate-display-select): Select the buffer so that current-buffer
564 (and selected-window) is the output buffer at the end of vc-annotate.
565
566 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
567
568 * vc.el (vc-annotate-color-map): Add custom TTY color map for
569 8-color terminals, to use all of the colors in a sensible order.
570 256-color terminals work well with the standard map.
571 (vc-annotate-lines): Only strip the first color character if it
572 is "#", to allow for terminal-style named colors.
573 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
574 the correct buffer is scrolled.
575
576 2006-04-11 Richard Stallman <rms@gnu.org>
577
578 * emacs-lisp/bytecomp.el (byte-compile-file):
579 Bind enable-local-variables to :safe, and make normal-mode obey it.
580
581 * files.el (enable-local-variables): Allow value :safe.
582 (normal-mode): Doc fix.
583 (hack-local-variables): Implement enable-local-variables = :safe.
584 (hack-local-variables-confirm): Don't prevent quitting.
585
586 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
587
588 * loadhist.el (unload-feature): A bit of sanity check of
589 load-history entries. Cancel timer-vars before unbinding them.
590
591 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
592 quote special chars, and make the trick work on the hex part of the
593 buffer as well.
594 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
595 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
596
597 * startup.el (normal-splash-screen): Fix last change so we don't wait
598 2 minutes if we don't show the splash screen.
599
600 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
601
602 * textmodes/org.el (org-export-plain-list-max-depth)
603 (org-table-spaces-around-separators)
604 (org-radio-targets, org-activate-camels)
605 (org-table-spaces-around-invisible-separators): Options removed.
606 (org-time-stamp-rounding-minutes, org-remember-templates)
607 (org-ellipsis, org-activate-links, org-descriptive-links):
608 New options.
609 (org-remember-apply-template, org-current-time)
610 (org-finish-edit-table-field)
611 (org-link-unescape, org-link-escape)
612 (org-string-width, org-table-clean-line, org-html-do-expand)
613 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
614 (org-read-agenda-file-list): New functions.
615 (org-table-edit-field)
616 (org-table-create-or-convert-from-region): New commands
617 (org-table-toggle-vline-visibility): Command removed.
618 (org-table-convert-region): Made a command.
619 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
620 Replace with the normal org- functions.
621 (org-self-insert-command): Don't trigger realign unnecessarily
622 when blanking a field that is not full.
623 (org-mode): `Set buffer-invisibility-spec' for links.
624 (org-activate-links2): Hide link part and only show descriptive
625 part of the link.
626 (org-insert-link): Modify for new linking system.
627 (org-store-link): Store description separately, for use by
628 `org-insert-link'.
629 (org-table-align): Use `org-string-width'.
630 (defgroup): Completely new group structure for custom variables.
631 (org-agenda-files): Option: Single file name allowed. Function:
632 Optional argument unrestrited means ignore any restricitons.
633 (org-install-agenda-files-menu): Find a buffer in Org-mode before
634 trying to modify the menu. Use generalized access to
635 `org-agenda-files.'
636 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
637 (org-agenda-file-to-front, org-remove-file, org-diary)
638 (org-tags-view, org-export-icalendar-all-agenda-files)
639 (org-export-icalendar-combine-agenda-files): Use generalized
640 access to `org-agenda-files'.
641 (org-remember-handler): Correctly preserve heading if present.
642 (org-table-insert-row, org-table-insert-hline): Deal with
643 invisible characters.
644
645 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
646
647 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
648 (vc-annotate-color-map): New 18 element constant
649 value/saturation, rotating hue colormap, from red->blue.
650 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
651 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
652 (vc-annotate): To avoid killing the required local variables,
653 set them before the end of `with-output-to-temp-buffer', and
654 after first switching to annotate-mode.
655 (vc-annotate-warp-version): Add buffer argument in goto-line to
656 ensure annotation, not source, is scrolled.
657
658 2006-04-10 Bill Wohler <wohler@newt.com>
659
660 * custom.el (defcustom, custom-handle-keyword):
661 Add :package-version keyword.
662 (custom-add-package-version): New function. Sets value of new
663 property 'custom-package-version from :package-version keyword.
664 (defcustom): Create Common Keywords section in docstring.
665 (defface, defgroup): Replace definitions of a select few keywords
666 with a reference to the Common Keywords in defcustom.
667 (defcustom, defface, defgroup): Replace reference to Customization
668 chapter in manual with hyperlink.
669
670 * cus-edit.el (customize-package-emacs-version-alist):
671 New variable.
672 (customize-changed-options): Add check for custom-package-version.
673 (customize-package-emacs-version): New function to look up Emacs
674 version corresponding to the given package version.
675
676 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
677 defun name, in similar fashion to find-variable-regexp.
678
679 2006-04-10 Eli Zaretskii <eliz@gnu.org>
680
681 * international/mule-cmds.el (set-locale-environment): Fix last
682 change for when the locale's preferences don't specify any encoding.
683
684 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
685
686 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
687 so the defined var/fun doesn't need to be quoted.
688
689 2006-04-10 Richard Stallman <rms@gnu.org>
690
691 * finder.el (finder-mode-map): Add n and p bindings.
692
693 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
694
695 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
696 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
697 (gdb-setup-windows): Put something in source window if we can't find
698 the source file.
699 (gdb-frame-handler): Make it work again with just assembly.
700 (gdb-data-list-register-values-handler): Make it work when there is
701 no stack.
702
703 2006-04-09 Richard Stallman <rms@gnu.org>
704
705 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
706 specs while looking for charset.
707
708 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
709
710 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
711 Make them faces.
712 (lm-font-lock-keywords): Update appropriately.
713
714 2006-04-10 Kim F. Storm <storm@cua.dk>
715
716 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
717 it can also replace buffer-substring-no-properties.
718
719 * emulation/cua-base.el (cua-delete-region, cua-paste)
720 (cua-repeat-replace-region): Use filter-buffer-substring.
721
722 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
723 (cua-cut-region-to-global-mark): Likewise.
724
725 * emulation/cua-rect.el (cua--extract-rectangle)
726 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
727
728 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
729
730 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
731 entry-type. Add field delimiters to numerical fields if they are
732 not present.
733
734 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
735
736 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
737 string-const to return value.
738 (bibtex-remove-delimiters): Use it.
739
740 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
741
742 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
743 cl-byte-compile-compiler-macro unless it exists.
744
745 2006-04-08 Eli Zaretskii <eliz@gnu.org>
746
747 * files.el (hack-local-variables-confirm) <offer-save>:
748 Clarify message text. Suggested by Ralf Angeli.
749
750 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
751
752 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
753 (delete-extract-rectangle-line): Use `filter-buffer-substring'
754 instead of `buffer-substring' and `delete-region'. (Most of the
755 code actually copied from `kill-region'.)
756
757 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
758
759 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
760 (rcirc-default-port): Rename from rcirc-port.
761 (rcirc-default-nick): Rename from rcirc-nick.
762 (rcirc-default-user-name): Rename from rcirc-user-name.
763 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
764 (rcirc-low-priority-flag): New variable.
765 (rcirc-decode-coding-system): New defcustom.
766 (rcirc-encode-coding-system): New defcustom.
767 (rcirc-coding-system-alist): New defcustom.
768 (rcirc-multiline-major-mode): New defcustom.
769 (rcirc-nick): New internal variable.
770 (rcirc-process): Remove variable.
771 (rcirc-server-buffer): New variable.
772 (rcirc): Update to use rcirc-default-* variables above.
773 (rcirc-connect): Do not add window-configuration-hook-here.
774 (rcirc-server): New internal variable.
775 (rcirc-connect): Do not send keepalive pings if
776 rcirc-keepalive-seconds is nil.
777 (with-rcirc-server-buffer): New macro.
778 (rcirc-send-string): Encode with rcirc-encode-coding-system.
779 (rcirc-server-name): Rename from rcirc-server.
780 (rcirc-buffer-process): New function.
781 (rcirc-buffer-nick): New function.
782 (rcirc-buffer-target): Remove function.
783 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
784 New commands.
785 (rcirc-mode-map): Change binding of C-c C-l to
786 rcirc-toggle-low-priority.
787 (rcirc-mode): Initialize coding system based on
788 rcirc-coding-system-alist. New change-major-mode-hook to part the
789 channel on a mode change. Make kill-buffer-hook buffer-local.
790 (rcirc-change-major-mode-hook): New function.
791 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
792 (rcirc-last-post-time): New variable.
793 (rcirc-process-message): Store the last time user posted a message
794 to this target.
795 (rcirc-multiline-minor-mode): New mode.
796 (rcirc-multiline-minor-mode-map): New mode map.
797 (rcirc-edit-multiline): Put multiline-edit buffer in
798 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
799 (rcirc-print): Ignore any line starting with an ignored nick.
800 (rcirc-print): Decode using rcirc-decode-coding-system.
801 (rcirc-track-minor-mode): Update global-mode-string when disabling
802 this mode.
803 (minor-mode-alist): Add LowPri indicator.
804 (rcirc-toggle-low-priority): New function.
805 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
806 next lowpriority buffer with activity.
807 (rcirc-record-activity): Sort buffers in rcirc-activity by the
808 last time the user posted a message in to the target.
809 (rcirc-update-activity-string): New formatting for low priority
810 buffers.
811 (rcirc-split-activity): New function.
812 (rcirc-handler-PART, rcirc-handler-KICK)
813 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
814 (rcirc-nick-away-alist): New variable.
815 (rcirc-handler-301): New handler. Away messages are printed once
816 per change.
817
818 2006-04-08 Eli Zaretskii <eliz@gnu.org>
819
820 * info.el (Info-follow-nearest-node): Doc fix.
821
822 * international/mule-cmds.el (set-locale-environment): Make sure
823 the coding-system preferred by the locale's language has the same
824 EOL conversion type as the original buffer-file-coding-system.
825 (locale-language-names): Add a few MS Windows language codes.
826
827 2006-04-07 Richard Stallman <rms@gnu.org>
828
829 * simple.el (eval-expression): Doc fix.
830
831 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
832 (eval-defun): Doc fixes.
833
834 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
835
836 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
837
838 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
839
840 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
841 GDB list command without argument for greater generality.
842
843 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
844
845 * subr.el (string-or-null-p): New function.
846
847 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
848
849 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
850
851 * files.el: Update comment about safe-local-variable declarations.
852
853 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
854
855 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
856 See idlwave.org.
857
858 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
859 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
860
861 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
862 See idlwave.org.
863
864 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
865 version 6.0 (minimal changes). See idlwave.org.
866
867 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
868 6.0 (minimal changes). See idlwave.org.
869
870 * progmodes/idlw-rinfo.el: File obsoleted and removed.
871
872 2006-04-06 Romain Francoise <romain@orebokech.com>
873
874 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
875 symmetric encryption features and a new asynchronous interface to
876 GnuPG. This new version is version 1.4, plus whitespace changes.
877
878 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
879
880 * files.el: Move some `safe-local-variable' declarations to the
881 respective files.
882
883 * textmodes/ispell.el (ispell-check-comments)
884 (ispell-local-dictionary): Mark as safe.
885
886 * abbrev.el (abbrev-mode): Mark as safe.
887
888 * add-log.el (change-log-default-name): Mark as safe.
889
890 * textmodes/reftex-vars.el (reftex-vref-is-default)
891 (reftex-fref-is-default, reftex-level-indent)
892 (reftex-guess-label-type): Mark as safe.
893
894 * textmodes/fill.el (colon-double-space): Mark as safe.
895
896 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
897 (sentence-end-double-space, sentence-end-without-period)
898 (sentence-end-without-space, sentence-end, sentence-end-base)
899 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
900
901 2006-04-06 Kim F. Storm <storm@cua.dk>
902
903 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
904 the :set-after list.
905 (ido-downcase-unc-hosts): New user option. Default on.
906 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
907 when it is set, as regexps are now applied on the fly.
908 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
909 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
910 on the fly, but only when ido-process-ignore-lists is set.
911 Do case insensitive filtering if ido-downcase-unc-hosts is set.
912 Only downcase names if ido-downcase-unc-hosts is set.
913
914 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
915
916 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
917
918 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
919
920 2006-04-05 Kim F. Storm <storm@cua.dk>
921
922 * ido.el (ido-mode): Set after ido-unc-hosts and
923 ido-ignore-unc-host-regexps.
924 (ido-save-history): Save ido-unc-hosts-cache.
925 (ido-load-history): Load ido-unc-hosts-cache.
926 (ido-reread-directory): Refresh unc hosts cache in // dir.
927
928 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
929 to nil while displaying slash screen.
930
931 2006-04-05 Daiki Ueno <ueno@unixuser.org>
932
933 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
934 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
935
936 2006-04-05 Kenichi Handa <handa@m17n.org>
937
938 * international/characters.el: Setup cases of Latin, Greek, and
939 Cyrillic characters in CJK charsets.
940
941 2006-03-29 Daiki Ueno <ueno@unixuser.org>
942
943 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
944 default-enable-multibyte-characters. This reverts the change from
945 revision 6.17 which is no longer necessary because the passphrase
946 is sent separately now. GnuPG messages are unreadable under
947 multibyte locales with default-enable-multibyte-characters set to nil.
948
949 2006-04-04 Andreas Schwab <schwab@suse.de>
950
951 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
952 and `byte-compile-warnings' as `safe-local-variable'.
953
954 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
955
956 * man.el (Man-mode-map): Restore the \r binding.
957 (Man-abstract-xref-man-page): If Man-target-string is a function,
958 call it.
959 (Man-highlight-references): Use Man-default-man-entry to get the
960 target. Deal with xrefs too.
961 (Man-highlight-references0): Don't call the target function.
962
963 * woman.el (WoMan-xref-man-page): Strip the section number, woman
964 cannot deal with it.
965
966 2006-04-04 Daiki Ueno <ueno@unixuser.org>
967
968 * pgg-gpg.el: Clean up process buffers every time gpg processes
969 complete.
970
971 2006-04-04 Kenichi Handa <handa@m17n.org>
972
973 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
974 here.
975 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
976 Temporarily bind inhibit-field-text-motion to t.
977
978 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
979
980 * startup.el (normal-splash-screen): Only set mode-line-format in the
981 splash buffer, so as not to interfere when debugging the code.
982 Ignore errors when switching buffer.
983
984 2006-04-03 Romain Francoise <romain@orebokech.com>
985
986 * dired.el (dired-dnd-protocol-alist): Fix typo.
987
988 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
989
990 * savehist.el (savehist): Add :version.
991 (savehist-ignored-variables): New variable.
992 (savehist-minibuffer-hook): Don't save variables listed in
993 `savehist-ignored-variables'.
994
995 * dired.el (dired-dnd-protocol-alist): Mention that change does
996 only apply to new buffers in doc string.
997
998 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
999
1000 * recentf.el (recentf-open-files-item): Include newline in button
1001 field, so opening a file will work, when the point is at the end
1002 of the file name. Allow, for example, to [i]search a file by
1003 extension and just push RET to open it.
1004
1005 2006-04-03 Daiki Ueno <ueno@unixuser.org>
1006
1007 * pgg-gpg.el (pgg-gpg-process-filter)
1008 (pgg-gpg-wait-for-completion): Check if buffer is alive.
1009
1010 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
1011 lines, temporary fix.
1012
1013 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1014
1015 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
1016
1017 2006-04-02 Richard Stallman <rms@gnu.org>
1018
1019 * progmodes/compile.el (compilation-message-face): Make it defcustom.
1020
1021 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1022
1023 * ibuf-macs.el (define-ibuffer-column): Add a new key:
1024 header-mouse-map.
1025
1026 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
1027 (ibuffer-mode-header-map): New keymaps.
1028 (ibuffer-update-title-and-summary): Enable mouse face highlighting
1029 and keybindings for column headers.
1030 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
1031 property.
1032
1033 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
1034
1035 * speedbar.el (speedbar-after-create-hook): Doc fix.
1036
1037 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
1038
1039 * shell.el (shell-directory-tracker)
1040 (shell-dynamic-complete-command): Doc fixes.
1041
1042 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
1043
1044 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
1045 terminals.
1046
1047 2006-04-01 Kim F. Storm <storm@cua.dk>
1048
1049 * ido.el (ido-unc-hosts-cache): New defvar.
1050 (ido-unc-hosts): If value of defcustom is a function, call it to
1051 get list of UNC hosts. Add function-item choices to specify
1052 ido-unc-hosts-net-view or user function.
1053 (ido-ignore-unc-host-regexps): New defcustom.
1054 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
1055 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
1056 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
1057
1058 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1059
1060 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
1061 wwidth.
1062
1063 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
1064
1065 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
1066 (ido-max-work-file-list, ido-switch-buffer)
1067 (ido-read-file-name-as-directory-commands):
1068 Fix typos in docstrings.
1069
1070 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1071
1072 * term/mac-win.el (mac-system-coding-system): Define and use after
1073 Mac-specific coding systems are ready.
1074
1075 2006-03-27 Romain Francoise <romain@orebokech.com>
1076
1077 * net/rcirc.el (rcirc-connect): Add autoload cookie.
1078
1079 * ldefs-boot.el: Update.
1080
1081 2006-03-27 Daiki Ueno <ueno@unixuser.org>
1082
1083 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1084 passphrases when it is not needed.
1085 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1086 passphrase stuff from gpg, should only be necessary when you use
1087 gpg with a smartcard.
1088
1089 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
1090
1091 * comint.el (comint-dynamic-list-completions): Allow user to
1092 select *Completions* buffer.
1093
1094 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
1095
1096 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
1097
1098 2006-03-26 Andreas Schwab <schwab@suse.de>
1099
1100 * progmodes/gud.el (gdb): Only complain about multiple debugging
1101 when the gdb process is still running.
1102
1103 2006-03-25 Eli Zaretskii <eliz@gnu.org>
1104
1105 * mail/rmail.el (tool-bar-map): Defvar it.
1106 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
1107 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
1108
1109 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
1110
1111 * help.el (print-help-return-message): Suggest to use
1112 display-buffer instead of switch-to-buffer-other-window to restore
1113 the previous window without selecting it.
1114
1115 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1116
1117 * frame.el (select-frame-by-name): Call x-focus-frame also when
1118 window-system is mac.
1119
1120 * term/mac-win.el: Adjust Courier font specifications in
1121 x-fixed-font-alist.
1122 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
1123 when directly encoding to UTF-16 in native byte order, no BOM.
1124
1125 2006-03-25 Kim F. Storm <storm@cua.dk>
1126
1127 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
1128 (cua--init-keymaps): Use it instead of fixed C-return.
1129 (cua-mode): Set after it.
1130
1131 * emulation/cua-rect.el (cua--init-rectangles):
1132 Use cua-rectangle-mark-key instead of fixed C-return.
1133
1134 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
1135
1136 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
1137 "run" in .gdbinit.
1138 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
1139
1140 2006-03-24 Romain Francoise <romain@orebokech.com>
1141
1142 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
1143 `display-buffer-other-frame'.
1144
1145 2006-03-24 Kim F. Storm <storm@cua.dk>
1146
1147 * apropos.el (apropos-synonyms): Add selection => region.
1148
1149 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1150
1151 * progmodes/gdb-ui.el (gdb-var-create-regexp)
1152 (gdb-var-list-children-regexp, gdb-var-update-regexp)
1153 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
1154 (gdb-data-list-register-values-regexp)
1155 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
1156 Future proof against new fields being added to MI output.
1157 (gdb-send): Don't treat backslashes for program input as
1158 continuations.
1159 (gdb-assembler-handler): Don't use window-start for this handler.
1160 (gdb-frame-handler): Don't change to hollow arrow if overlay
1161 arrow doesn't move to new frame.
1162
1163 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1164
1165 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
1166 prevent compiler warnings.
1167 (gdb-stopped): Check for gud-last-last-frame (case: signal).
1168 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
1169 (gdb-assembler-custom): Use hollow-right-triangle for assembler
1170 buffer too.
1171
1172 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
1173
1174 * pgg-gpg.el (pgg-gpg-update-agent): Check for
1175 make-network-process, so we can use the same code in Gnus v5-10
1176 too and have this file fully synchronized with that release.
1177
1178 2006-03-23 Romain Francoise <romain@orebokech.com>
1179
1180 * ibuf-ext.el (ibuffer-read-filter-group-name):
1181 Use `ibuffer-generate-filter-groups' to make completion list match
1182 the filter groups that are really displayed in the Ibuffer buffer.
1183 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
1184
1185 2006-03-23 Kenichi Handa <handa@m17n.org>
1186
1187 * international/mule-cmds.el (sort-coding-systems): Describe that
1188 the argument is modified in docstring.
1189
1190 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
1191
1192 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1193 (pgg-gpg-update-agent): New function.
1194 (pgg-gpg-use-agent-p): New function.
1195 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1196 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1197 (pgg-gpg-sign-region): Use it.
1198
1199 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
1200
1201 * cus-edit.el (custom-face-set): Call custom-push-theme before
1202 face-spec set so that `changed' theme is correctly saved.
1203 (custom-face-reset-standard): Reset to recalculated face rather
1204 than defface spec.
1205
1206 * custom.el (custom-push-theme): Only save `changed' theme if the
1207 current face does not match the defface specs.
1208
1209 2006-03-21 Simon Josefsson <jas@extundo.com>
1210
1211 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1212 <wilde@sha-bang.de>.
1213 (pgg-gpg-use-agent): New variable.
1214 (pgg-gpg-process-region): Use it.
1215 (pgg-gpg-encrypt-region): Likewise.
1216 (pgg-gpg-encrypt-symmetric-region): Likewise.
1217 (pgg-gpg-decrypt-region): Likewise.
1218 (pgg-gpg-sign-region): Likewise.
1219 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1220
1221 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
1222
1223 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
1224 bracket links.
1225
1226 2006-03-21 Kim F. Storm <storm@cua.dk>
1227
1228 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
1229 fringe-indicator-alist instead of modifying global value.
1230 (gdb-frame-handler): Likewise.
1231
1232 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
1233
1234 * diff-mode.el (diff-function): Make it inherit from diff-header
1235 instead of diff-context.
1236
1237 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
1238 bitmap.
1239 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
1240 change names in macro above for consistency.
1241 (gdb-frame-handler): Use hollow-right-triangle for all selected
1242 frames which except the innermost (where execution has stopped).
1243 (gdb-reset): Reset buffer-local values of overlay-arrow.
1244
1245 2006-03-20 Richard Stallman <rms@gnu.org>
1246
1247 * simple.el (set-mark-command): Doc fix.
1248
1249 * files.el (display-buffer-other-frame): New command.
1250 (ctl-x-4-map): Bind C-x 5 C-o to it.
1251
1252 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1253
1254 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
1255 rather than just defer-time, in case defer-time has been changed but
1256 the timer isn't running yet.
1257 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
1258
1259 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1260
1261 * help-mode.el (help-follow-symbol): New function.
1262 Essentially identical to the old `help-follow', but do not let
1263 `push-button' do the work when on an xref.
1264 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
1265
1266 2006-03-19 Richard Stallman <rms@gnu.org>
1267
1268 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
1269 preceded by the word `program'.
1270 (help-follow-mouse, help-follow): Throw error if not on xref.
1271 Delete no longer used args.
1272
1273 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
1274
1275 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
1276 annotation ensure gud-overlay-arrow-position is redisplayed.
1277
1278 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1279
1280 * textmodes/bibtex.el (bibtex-include-OPTkey)
1281 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
1282 (bibtex-autokey-name-case-convert)
1283 (bibtex-autokey-titleword-case-convert): Make these the aliases
1284 for the following two variables.
1285 (bibtex-autokey-name-case-convert-function)
1286 (bibtex-autokey-titleword-case-convert-function): Make these the
1287 real names.
1288 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
1289 bibtex-font-lock-crossref sublists.
1290 (bibtex-mode): Revert 2005-12-30 change (which made
1291 completion-ignore-case buffer-local).
1292 (bibtex-url): Simplify.
1293
1294 2006-03-19 Kim F. Storm <storm@cua.dk>
1295
1296 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
1297 cursor property value to 2 (to align with C level change).
1298
1299 2006-03-19 Bill Wohler <wohler@newt.com>
1300
1301 * image.el (image-load-path-for-library): Shorten first line in
1302 docstring.
1303
1304 2006-03-18 Richard Stallman <rms@gnu.org>
1305
1306 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
1307
1308 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
1309
1310 * isearch.el (isearch-other-meta-char): Handle user bindings for
1311 shifted control characters.
1312
1313 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
1314
1315 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
1316 part that matches email addresses, file names, etc.
1317
1318 2006-03-18 Eli Zaretskii <eliz@gnu.org>
1319
1320 * term/w32-win.el (mouse-set-font):
1321 Mention w32-list-proportional-fonts in the doc string.
1322
1323 2006-03-18 Kim F. Storm <storm@cua.dk>
1324
1325 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1326 (ido-unc-hosts): New user option to explicitly define list of know
1327 UNC-style hosts for completion.
1328 (ido-cache-unc-host-shares-time): New user option.
1329 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1330 New helper functions for UNC file-name support.
1331 (ido-may-cache-directory): Check for UNC host. Simplify.
1332 (ido-wash-history): Clean out old UNC hosts.
1333 (ido-nonreadable-directory-p): UNC hosts are always readable.
1334 (ido-directory-too-big-p): UNC hosts are never too big.
1335 (ido-set-current-directory): Handle UNC root path.
1336 (ido-file-name-all-completions): Complete UNC host names from
1337 ido-unc-hosts list. Cache UNC host shares.
1338 (ido-make-file-list-1): Don't filter UNC root.
1339 (ido-exhibit): Check for // in root directory, and switch to UNC
1340 mode by setting ido-current-directory to //.
1341
1342 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
1343
1344 * cus-edit.el (customize-changed-options): Mention explicit
1345 version number as default in prompt.
1346
1347 2006-03-17 Bill Wohler <wohler@newt.com>
1348
1349 * image.el (image-load-path-for-library): Minor docstring fix.
1350
1351 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
1352
1353 * textmodes/org.el (org-read-date): Include subgroup 5 into
1354 replacement text.
1355 (org-popup-calendar-for-date-prompt): Fix customization type.
1356
1357 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1358
1359 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1360 (gdb-continuation): New variable.
1361 (gdb-send): Deal with continuation lines.
1362
1363 * progmodes/gud.el (gud-gdb-complete-command)
1364 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1365 expressions.
1366 (gud-tooltip-mode): Use buffer-local value.
1367
1368 2006-03-16 Kim F. Storm <storm@cua.dk>
1369
1370 * ido.el (ido-edit-input): Use selected match, if any.
1371
1372 2006-03-16 Bill Wohler <wohler@newt.com>
1373
1374 * image.el (image-load-path-for-library): Prefer user's images in
1375 image-load-path.
1376
1377 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1378
1379 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1380 when checking for attempt to drag leftmost or rightmost scrollbar.
1381
1382 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1383
1384 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1385 (gdb-force-mode-line-update): New function.
1386 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1387 (gdb-exited): Use them.
1388 (gdb-signal): New function.
1389 (gdb-annotation-rules): Provide a rule for it.
1390
1391 2006-03-16 Kenichi Handa <handa@m17n.org>
1392
1393 * international/mule.el (auto-coding-regexp-alist): Add entries
1394 for Unicode BOM.
1395
1396 * sort.el (sort-build-lists): Temporarily bind
1397 inhibit-field-text-motion to t.
1398
1399 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1400
1401 * locate.el (locate-command, locate-make-command-line)
1402 (locate-fcodes-file, locate-update-command)
1403 (locate-prompt-for-command, locate, locate-with-filter)
1404 (locate-get-file-positions): Doc fixes.
1405 (locate-buffer-name, locate-header-face): Remove leading `*' in
1406 defcustom.
1407 (locate-filter-output): Use `keep-lines' instead of its alias
1408 `delete-non-matching-lines'.
1409 (locate-get-filename, locate-get-dirname): Add introductory comment.
1410 (locate-find-directory-other-window): Give appropriate error
1411 message if used outside main listing.
1412
1413 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1414
1415 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1416 the new extend-region feature.
1417 (font-lock-after-change-function): Update correspondingly.
1418 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1419 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1420
1421 2006-03-15 Bill Wohler <wohler@newt.com>
1422
1423 * image.el (image-load-path-for-library): Fix example by not
1424 recommending that one binds image-load-path. Just defvar it to
1425 placate compiler and only use it if previously defined.
1426
1427 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1428
1429 * textmodes/org.el (org-insert-centered): Use `string-width' to
1430 make underlining work for wide characters.
1431 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1432 TAB to `org-cycle', to make sure that no binding in
1433 `outline-mode-map' can supercede it.
1434
1435 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1436
1437 * allout.el: Increment version to 2.2.1 in file commentary.
1438
1439 (allout-version): Increment to 2.2.1.
1440
1441 (allout-default-layout): New customization variable, used when the
1442 file lacks a specific allout-layout. Uses allout-layout-type for
1443 recursively nested definition.
1444
1445 (allout-layout-type): Widget defining allout layouts, necessary for
1446 self-recursive definition.
1447
1448 (allout-mode): Incorporate allout-default-layout as fallback for
1449 allout-layout.
1450
1451 (allout-layout): Mark as 'safe-local-variable', and refer mention
1452 fallback to `allout-default-layout' in absence of a specified value.
1453 (allout-passphrase-verifier-string)
1454 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1455
1456 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1457
1458 (allout-get-encryption-passphrase-verifier): Use correct name of
1459 passphrase verifier in docstring.
1460
1461 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1462
1463 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1464 elements.
1465 (gdb-find-watch-expression): Make it work for arrays too.
1466 Follow change to gdb-var-list.
1467 (gud-watch): Allow the user to enter variable name with a prexix
1468 arg. Create keybindings.
1469 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1470 (gdb-var-list-children-handler, gdb-var-update-handler)
1471 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1472 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1473 Follow change to gdb-var-list.
1474 (gdb-starting): Don't show the overlay arrows when program is running.
1475
1476 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1477 gdb-var-list.
1478
1479 2006-03-14 Bill Wohler <wohler@newt.com>
1480
1481 * image.el (image-load-path-for-library): Pass value of path
1482 rather than symbol. Always return list of directories.
1483 Guarantee that image directory comes first.
1484
1485 2006-03-14 Alan Mackenzie <acm@muc.de>
1486
1487 * font-core.el (font-lock-extend-region\(-function\)?.):
1488 New function/variable.
1489
1490 * font-lock.el (font-lock-after-change-function):
1491 Call font-lock-extend-region. Obey font-lock-lines-before.
1492 (font-lock-default-fontify-region): Remove reference to
1493 font-lock-lines-before.
1494
1495 * jit-lock.el (jit-lock-after-change):
1496 Call font-lock-extend-region. Obey font-lock-lines-before.
1497
1498 2006-03-14 David Ponce <david@dponce.com>
1499
1500 * tree-widget.el (tree-widget-themes-load-path)
1501 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1502
1503 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1504
1505 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1506 (rcirc-print): Mark the start of text at the end of the prompt.
1507 (rcirc-track-minor-mode): Add autoload cookie.
1508 (rcirc-update-activity-string): Add space to front of mode-line
1509 indicator.
1510
1511 2006-03-13 Miles Bader <miles@gnu.org>
1512
1513 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1514 (rcirc-abbrev-nick): Remove function.
1515 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1516
1517 2006-03-13 David Ponce <david@dponce.com>
1518
1519 * tree-widget.el: Handle themes across all occurrences of the main
1520 themes sub-directory found in tree-widget-themes-load-path.
1521 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1522 (tree-widget--locate-sub-directory): Return all occurrences.
1523 (tree-widget-themes-path): New function.
1524 Replace tree-widget-themes-directory, and return a list of directories.
1525 (tree-widget-set-parent-theme)
1526 (tree-widget-lookup-image): Use it.
1527
1528 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1529
1530 * textmodes/org.el (org-link-search): Avoid self-matching of
1531 links, allow target text to be distributed over several lines.
1532 (org-search-not-link): New function.
1533 (org-set-regexps-and-options, org-get-current-options):
1534 New startup options.
1535 (org-export-as-html): Take odd-level setting from local variable.
1536 (org-fontify-emphasized-text): New option.
1537 (org-set-font-lock-defaults): Include emphasized text.
1538 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1539 (org-font-lock): Customize group renamed from `org-faces'.
1540
1541 2006-03-13 John Paul Wallington <jpw@pobox.com>
1542
1543 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1544 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1545
1546 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1547
1548 * cus-start.el (all): Delete :version keyword for members of the
1549 fringe group, since the entire group is new in 22.1.
1550
1551 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1552
1553 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1554 map if value is hexadecimal (an address).
1555 (gud-watch): Only search roots for existing watch expressions.
1556 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1557 prevent caching problems with speedbar-update-directory-contents.
1558
1559 2006-03-12 Juri Linkov <juri@jurta.org>
1560
1561 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1562 before comparing with `low' and `warn'.
1563
1564 * info.el (Info-dir-remove-duplicates): Move point to the
1565 beginning of the current line after deleting the entries from
1566 redundant heading. Use marker for `limit' and compare it with
1567 point before calling `re-search-forward'.
1568
1569 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1570
1571 * simple.el (yank): Fix typo in docstring.
1572
1573 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1574
1575 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1576 messages, where "D" is the 6th character.
1577
1578 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1579
1580 * simple.el (yank): Fix last change.
1581
1582 2006-03-11 David Ponce <david@dponce.com>
1583
1584 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1585 merging elements from the standard ispell-dictionary-alist.
1586 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1587 alist, and return the new alist.
1588
1589 2006-03-11 Richard Stallman <rms@gnu.org>
1590
1591 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1592
1593 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1594 the way it is implemented is too unclean.
1595
1596 * simple.el (kill-region, yank): Doc fix.
1597
1598 * battery.el (battery-echo-area-format): Doc fix.
1599 (battery-mode-line-format): Likewise.
1600 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1601 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1602
1603 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1604
1605 * progmodes/octave-mod.el (octave-indent-for-comment):
1606 Behave according to do string.
1607
1608 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1609
1610 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1611 Be visible only if major mode is Mail Mode.
1612
1613 * textmodes/flyspell.el (flyspell-external-point-words)
1614 (flyspell-process-localwords): Fix last changes.
1615
1616 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1617
1618 * calendar/holidays.el (list-holidays): Doc fix.
1619
1620 * international/mule.el (auto-coding-alist): Add .odt
1621 (OpenOffice's open document) files.
1622
1623 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1624 document) files. Mention in the doc string the need to sync with
1625 auto-coding-alist.
1626
1627 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1628
1629 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1630 enable-local-variables is set to always query, or there is no
1631 savable variable.
1632
1633 2006-03-10 Bill Wohler <wohler@newt.com>
1634
1635 * image.el (image-load-path-for-library): Merge at least three
1636 functions from Gnus and MH-E into this one function that can now
1637 be shared.
1638
1639 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1640
1641 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1642 gdb-remove-mouse-face and remove help-echo too.
1643 (gdb-enqueue-input): Correct conditional clause.
1644
1645 2006-03-10 Glenn Morris <rgm@gnu.org>
1646
1647 * calendar/calendar.el (calendar-holidays): Doc fix.
1648 * calendar/holidays.el (list-holidays): Doc fix.
1649
1650 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1651
1652 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1653 it gets called in gdb-prompt anyway.
1654 (gdb-use-separate-io-buffer): Only restore window arrangement for
1655 gdb-many-windows.
1656 (gdb-enqueue-input): Make it harder to send GDB input when program
1657 is running.
1658 (gdb-buffer-list): New variable.
1659 (gdb-remove-mouse-face): New function.
1660 (gdb-starting): Use it when GDB input won't get sent.
1661
1662 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1663
1664 * help.el (view-lossage): Remove trailing whitespace before
1665 inserting "\n".
1666
1667 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1668
1669 * files.el (hack-local-variables-confirm):
1670 Set coding-system-for-read to nil before writing to .emacs.
1671
1672 * arc-mode.el (archive-extract): Check if an existing buffer name
1673 comes from a different archive.
1674
1675 * help.el (describe-key-briefly): If KEY is a down event, read and
1676 discard the up event.
1677
1678 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1679
1680 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1681 be edited and use font-lock-warning-face for any changes.
1682
1683 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1684 (gdb-edit-value): Use it to report any errors.
1685
1686 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1687
1688 * help.el (describe-key): Remove leftover test code.
1689
1690 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1691
1692 * textmodes/org.el: Move defvars out of eval-when-compile.
1693 Use buffer-file-name variable.
1694 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1695 arg `file'.
1696 (org-level-faces): Remove startup dependency.
1697 (org-cycle, org-map-tree, org-scan-tags)
1698 (org-remember-handler): Don't call `outline-level' directly.
1699 (org-mhe-search-all-folders): New option.
1700 (org-mhe-get-message-folder-from-index)
1701 (org-mhe-get-message-folder): Fix indexing search.
1702 (org-format-agenda-item): Handle nil TAGS argument.
1703 (org-cleaned-string-for-export, org-activate-target-links)
1704 (org-make-target-link-regexp): Deal with empty radio target list.
1705 (org-tag): New face.
1706 (org-get-level-face): New function.
1707 (org-set-font-lock-defaults): Simplify setup for headlines.
1708 (org-complete): Pass common substring to `display-completion-list'.
1709
1710 2006-03-06 David Ponce <david@dponce.com>
1711
1712 * tree-widget.el: Update Commentary header.
1713 (tree-widget-theme-name): Ignore parent themes.
1714 (tree-widget-set-parent-theme): New function.
1715 (tree-widget-set-theme): Use it.
1716 (tree-widget-set-image-properties): Move definition. Does nothing
1717 if image properties have already been set.
1718 (tree-widget-image-properties): Move definition. Receive an image
1719 name. Set the :pointer property.
1720 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1721 Don't set the :pointer image property.
1722 (tree-widget-convert-widget): New function. Handle :dynargs
1723 compatibility here.
1724 (tree-widget): Use it to :convert-widget. Add the :expander-p
1725 predicate to control when the :expander function is entered.
1726 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1727 (tree-widget-value-create): Handle :expander-p. widget-apply
1728 :expander.
1729 (tree-widget-expander-p): New function. Default value of the
1730 :expander-p property.
1731
1732 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1733
1734 * help.el (describe-key): Properly handle the return value of
1735 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1736 remaps. Handle string and vector `follow-link' values.
1737
1738 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1739
1740 * complete.el (PC-expand-many-files): Try be more careful when parsing
1741 the shell's output.
1742
1743 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1744
1745 * outline.el (hide-sublevels): Provide better interactive default.
1746
1747 2006-03-06 Kenichi Handa <handa@m17n.org>
1748
1749 * international/fontset.el (create-fontset-from-fontset-spec):
1750 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1751
1752 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1753
1754 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1755 backslashes instead of one in regexp.
1756 (gud-tooltip-dereference): Add missing optional argument.
1757
1758 2006-03-04 John Paul Wallington <jpw@pobox.com>
1759
1760 * wdired.el (toplevel): Require `cl' at compile-time.
1761
1762 2006-03-04 Andreas Schwab <schwab@suse.de>
1763
1764 * server.el (server-process-filter): Handle errors during
1765 evaluation of the argument.
1766
1767 2006-03-03 John Paul Wallington <jpw@pobox.com>
1768
1769 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1770 escape parentheses at beginning of line.
1771 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1772 (t-mouse-mode): Remove period from end of error message.
1773
1774 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1775
1776 * textmodes/flyspell.el (flyspell-process-localwords):
1777 Be case-sensitive.
1778
1779 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1780
1781 * cus-edit.el (custom-quote): Remove function, since it has been
1782 moved to custom.el.
1783
1784 * font-lock.el (lisp-font-lock-keywords-2)
1785 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1786 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1787 they have no special meaning.
1788
1789 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1790 indirect buffer gets killed before indirect buffer. Use dolist.
1791
1792 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1793
1794 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1795 value instead of a literal constant (1) on more pauses.
1796
1797 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1798
1799 * textmodes/flyspell.el (flyspell-external-point-words):
1800 Be case-sensitive.
1801
1802 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1803
1804 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1805 with "www".
1806
1807 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1808
1809 * allout.el: Restablish intermediate missing comment header to
1810 preserve outline structure.
1811 (allout-beginning-of-current-entry): Skip invisible text.
1812 (allout-open-topic): Fix opening a topic at end-of-buffer.
1813 (allout-minor-mode): Move nearer to allout-mode function.
1814
1815 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1816
1817 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1818
1819 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1820
1821 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1822 is nil.
1823
1824 * progmodes/gud.el (gud-speedbar-menu-items):
1825 Use buffer-local-value and add missing :visible keyword.
1826
1827 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1828
1829 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1830
1831 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1832 must be `follow-link'.
1833
1834 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1835
1836 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1837 formatting: No nested anchors.
1838 (org-all-targets): Fix bug with XEmacs compatibility.
1839 (org-read-date): Add (require 'parse-time).
1840 (org-set-tags): Fix bug with extra inserted space.
1841 (org-export-html-style): Define a style class for targets.
1842 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1843 (org-hide-leading-stars): New option.
1844 (org-hide): New face.
1845 (org-set-font-lock-defaults): Allow to hide leading stars.
1846 (org-get-legal-level, org-tr-level): New functions.
1847 (org-odd-levels-only): New option.
1848 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1849 (org-demote, org-promote): Deal with double-star levels.
1850 (org-convert-to-odd-levels): New command.
1851
1852 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1853
1854 * speedbar.el (speedbar-update-localized-contents): Try to
1855 preserve window-start.
1856 (speedbar-update-directory-contents): Try to preserve window-start
1857 and window-point.
1858 (speedbar-update-special-contents): Don't move back to start of window.
1859
1860 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1861 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1862 speedbar-timer-fn.
1863 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1864 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1865 instead of gdb-speedbar-timer-fn.
1866
1867 2006-02-28 Jay Belanger <belanger@truman.edu>
1868
1869 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1870 (math-compose-expr): Use latex option when calling
1871 `math-compose-tex-matrix' for latex mode.
1872
1873 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1874
1875 * speedbar.el: Re-instate comments about developing for speedbar
1876 [this is what info and gdb-ui use even if better methods exist now].
1877
1878 * t-mouse.el: New file.
1879 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1880 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1881 (t-mouse-make-event-element): Use posn-at-x-y instead.
1882 (t-mouse-make-event): Deal with Fedora Core 3.
1883 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1884 (t-mouse-mouse-position-function): New function. Use it instead
1885 of advising mouse-position.
1886 (t-mouse-mode): New minor mode.
1887 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1888
1889 2006-02-27 Glenn Morris <rgm@gnu.org>
1890
1891 * calendar/calendar.el (calendar-holidays): Doc fix.
1892
1893 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1894
1895 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1896 Re-introduce the concept of a source window.
1897 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1898 consistency with get-buffer-create.
1899 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1900 (gdb-data-list-register-values-handler)
1901 (gdb-stack-list-locals-handler): Try to preserve window-start as
1902 well as window-point.
1903 (gdb-display-source-buffer): New function (old concept).
1904 (gdb-goto-breakpoint): Use it.
1905
1906 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1907 for gdb-ui/gdb-mi (old concept).
1908
1909 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1910
1911 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1912 binding.
1913
1914 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1915
1916 * textmodes/reftex-sel.el (reftex-select-label-map)
1917 (reftex-select-bib-map): Add `follow-mouse' binding.
1918
1919 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1920
1921 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1922 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1923 Give :set functions to provide automatic updating.
1924 Update docstring. Give compiler defvars early in the file
1925 and move the defcustoms to a later spot where all called functions
1926 are defined.
1927 (jka-compr-file-name-handler-entry): Doc fix.
1928 (jka-compr-compression-info-list--internal)
1929 (jka-compr-mode-alist-additions--internal)
1930 (jka-compr-load-suffixes--internal): New variables.
1931 (jka-compr-install): Set the three above variables.
1932 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1933 (jka-compr-update, jka-compr-set): New functions.
1934 (auto-compression-mode): Doc fix.
1935
1936 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1937 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1938 Use jka-compr-compression-info-list--internal,
1939 jka-compr-mode-alist-additions--internal and
1940 jka-compr-load-suffixes--internal.
1941
1942 * files.el (load-library):
1943 * loadhist.el (file-loadhist-lookup):
1944 * startup.el (command-line):
1945 * subr.el (locate-library):
1946 * emacs-lisp/autoload.el (update-directory-autoloads):
1947 * emacs-lisp/find-func.el (find-library-suffixes):
1948 Use `get-load-suffixes' instead of `load-suffixes'.
1949
1950 * subr.el (locate-library):
1951 * emacs-lisp/find-func.el (find-library-name):
1952 Use `load-file-rep-suffixes' instead of '("").
1953
1954 2006-02-26 Kim F. Storm <storm@cua.dk>
1955
1956 * ido.el (ido-save-history, ido-load-history): Simplify.
1957 Don't use find-file-noselect to avoid interference from other modes.
1958
1959 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1960
1961 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1962 to use the default shell if filename is not available.
1963 Reported by Giorgos Keramidas.
1964
1965 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1966
1967 * progmodes/etags.el (tags-completion-table): Do completion from
1968 all the tables in the current list, as documented in the manual.
1969
1970 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1971
1972 * CC Mode Update to 5.31.3.
1973
1974 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1975
1976 * progmodes/cc-mode.el (c-postprocess-file-styles):
1977 Bind inhibit-read-only to t, around the call to
1978 c-remove-any-local-eval-or-mode-variables, so that it works on a
1979 RO file.
1980
1981 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1982
1983 * progmodes/cc-awk.el: Correct a typo.
1984
1985 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1986
1987 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1988 c-hungry-delete-backwards, at the request of RMS. Leave the old
1989 name as an alias.
1990
1991 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1992
1993 * progmodes/cc-mode.el: Correct a typo.
1994
1995 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1996
1997 * progmodes/cc-defs.el: Update the version number to 5.31.3.
1998
1999 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2000
2001 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
2002 brace-else-brace (error due to mbeg, mend being undefined).
2003
2004 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2005
2006 * progmodes/cc-mode.el: File Local variables: Solve the problem
2007 where both `mode' and c-file-offsets are specified: `mode' will
2008 overwrite c-f-o's settings:
2009 (c-remove-any-local-eval-or-mode-variables): New function.
2010 (c-postprocess-file-styles): Call the above new function, within
2011 c-tentative-buffer-change, to splat `mode' and `eval' before the
2012 second hack-local-variables.
2013
2014 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2015
2016 * progmodes/cc-mode.el:
2017 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
2018 (c-after-change): Protect the match data with save-match-data.
2019 It was getting corrupted by c-after-change-check-<>-operators.
2020
2021 * cc-defs.el: [Supersedes patch V1.38]:
2022 (top level): Check for a buggy font-lock-compile-keywords ONLY in
2023 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
2024
2025 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
2026 with save-match-data. It was being corrupted when Font Lock was
2027 not enabled.
2028
2029 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2030
2031 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
2032 Mode and Subword Mode.
2033
2034 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
2035 real labels ("case 1:" or "foo:") from non-labels ("public:").
2036 (c-forward-objc-directive): Replace c-forward-token-2 with crude
2037 coding; c-f-t-2 doesn't move over a token at EOB.
2038
2039 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
2040
2041 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
2042 (c-update-modeline): Concatenate the minor mode indicators
2043 directly onto mode-name, removing c-submode-indicators.
2044 Sometimes, c-s-i got separated from the mode name on the mode line.
2045
2046 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
2047 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
2048
2049 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
2050
2051 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
2052 error message when there's an evaluation error to show whether
2053 it's loaded from source or not.
2054 (c-filter-ops): Make it available at runtime too to work when
2055 `c-make-init-lang-vars-fun' needs to evaluate from source.
2056
2057 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
2058
2059 * help.el (help): Revert last part of 2006-02-23 change (deletion
2060 of the `provide' call).
2061
2062 2006-02-23 Juri Linkov <juri@jurta.org>
2063
2064 * compare-w.el (compare-windows-highlight): Add new value
2065 `persistent' and change :type from `boolean' to `choice'.
2066 (compare-windows-overlays1, compare-windows-overlays2):
2067 New internal variables.
2068 (compare-windows-highlight): If compare-windows-highlight is
2069 `persistent', add current overlays to compare-windows-overlays[12]
2070 instead of adding compare-windows-dehighlight to pre-command-hook.
2071 (compare-windows-dehighlight): Delete all overlays from
2072 compare-windows-overlays[12].
2073
2074 * info.el (Info-search): Don't bind search-spaces-regexp to
2075 Info-search-whitespace-regexp in non-regexp isearch mode.
2076
2077 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2078
2079 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
2080
2081 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
2082
2083 * textmodes/org.el (org-xemacs-p)
2084 (org-export-html-show-new-buffer, org-table-may-need-update)
2085 (org-insert-item, org-mhe-get-message-real-folder)
2086 (org-mhe-get-message-folder-from-index)
2087 (org-mhe-get-message-folder, org-mhe-get-message-num)
2088 (org-mhe-get-header, org-make-org-heading-search-string)
2089 (org-make-org-heading-camel, org-table-sort-lines)
2090 (org-format-org-table-html, org-format-table-table-html):
2091 Fix typos in docstrings.
2092
2093 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
2094
2095 * textmodes/org.el (org-cleaned-string-for-export)
2096 (org-solidify-link-text): New function.
2097 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
2098 XEmacs, just to silence the compiler.
2099 (org-export-as-ascii, org-export-as-html-and-open):
2100 Use `org-cleaned-string-for-export' and create internal links.
2101 (org-follow-mhe-link): Require mh-e, use folder.
2102
2103 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2104
2105 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
2106
2107 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
2108 gdb-debug-log-length.
2109 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
2110 it a real ring but...
2111 (gud-gdba-marker-filter): ...make it work like mark-ring.
2112 (gdb-enable-debug): Rename from gdb-enable-debug-log.
2113 (gdb-mouse-jump): New function. Add bindings.
2114
2115 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2116
2117 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
2118 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
2119 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
2120 (gdb-debug-log-length): Customize it's length.
2121 (gud-watch, gdb-var-create-handler): Display function::var format
2122 but don't use to create variable object.
2123 (gdb-var-create-handler): Use message-box in place of message.
2124 (gdb-stopped): Call gdb-exited if signalled.
2125
2126 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
2127
2128 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
2129
2130 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
2131
2132 * textmodes/reftex.el (reftex-locate-file): Search all extensions
2133 if `reftex-try-all-extensions' is set.
2134
2135 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
2136 fail silently when there is no valid argument at point.
2137 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
2138 `fail-silently' argument. From a patch by David Reiter.
2139
2140 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
2141 New commands.
2142 (org-mark-ring): New variable.
2143 (org-mark-ring-length): New option.
2144 (org-open-at-point, org-goto, org-open-file): Push old position
2145 onto the mark ring.
2146 (org-add-hook): New function.
2147 (org-export-table-remove-special-lines): New option.
2148 (org-skip-comments, org-format-org-table-html): Respect new
2149 option `org-export-table-remove-special-lines'.
2150 (org-open-file): Allow special command configuration for
2151 directory link.
2152 (org-file-apps): Fix bugs in customize type, added setting
2153 for directories.
2154 (org-activate-tags, org-format-agenda-item, org-complete)
2155 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
2156 (org-get-tags, org-get-buffer-tags, org-open-at-point)
2157 (org-link-search, org-make-org-heading-search-string)
2158 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
2159 (org-radio-targets, org-file-link-context-use-camel-case)
2160 (org-activate-camels): New options.
2161 (org-update-radio-target-regexp, org-all-targets)
2162 (org-make-target-link-regexp, org-activate-target-links):
2163 New functions.
2164 (org-make-org-heading-search-string): New function.
2165 (org-store-link, org-insert-link): Use new option
2166 `org-file-link-context-use-camel-case'.
2167 (org-activate-camels): Use new option `org-activate-camels'.
2168 (org-link-regexp): Add mhe prefix.
2169 (org-open-at-point, org-store-link): Support for mhe links.
2170 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
2171 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
2172 (org-mhe-get-header, org-follow-mhe-link): New functions.
2173 (org-remove-angle-brackets, org-add-angle-brackets):
2174 New functions.
2175 (org-bracket-link-regexp): New constant.
2176 (org-read-date): Fix bug that was rejecting all typed dates.
2177 (org-link-search): Make hierarchy above visible after a match.
2178 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
2179 (org-store-link): Fix bug with link creation when cursor is in
2180 an empty line.
2181 (org-open-at-point): Fix bug with matching a link.
2182 Fixed buggy argument sequence in call to `org-view-tags'.
2183 (org-compile-prefix-format): Set `org-prefix-has-tag'.
2184 (org-prefix-has-tag): New variable.
2185 (org-format-agenda-item): Remove tags from headline
2186 if appropriate.
2187 (org-agenda-remove-tags-when-in-prefix): New option.
2188
2189 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
2190
2191 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
2192 Fix the regular expressions.
2193
2194 2006-02-21 Richard M. Stallman <rms@gnu.org>
2195
2196 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
2197 if there's no other specific basis.
2198
2199 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
2200 as variables at all.
2201 (unsafep-variable): Rename arg; doc fix.
2202
2203 * abbrevlist.el (list-one-abbrev-table): Add autoload.
2204
2205 * calendar/appt.el (diary-selective-display): Add defvar.
2206
2207 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
2208
2209 * isearch.el (search-whitespace-regexp): Fix custom type.
2210
2211 * help.el (describe-key-briefly): Compute interactive args
2212 in same was as before previous change.
2213
2214 * files.el (enable-local-variables): Doc fix.
2215
2216 2006-02-21 Kim F. Storm <storm@cua.dk>
2217
2218 * fringe.el: Cleanup as file is now pre-loaded.
2219 (fringe-bitmaps): Initialize unconditionally.
2220 (fringe-mode, set-fringe-style): Remove autoload cookies.
2221
2222 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2223
2224 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
2225 `horizontal-bar'.
2226 (fringe-cursor-alist): Use `horizontal-bar'.
2227
2228 2006-02-20 Kim F. Storm <storm@cua.dk>
2229
2230 * fringe.el (fringe-bitmaps): Update to new bitmap names.
2231 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
2232
2233 * loadup.el: Load "fringe" on window systems.
2234
2235 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2236
2237 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
2238 out of scope components.
2239
2240 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
2241 default.
2242
2243 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
2244
2245 * custom.el (customize-mark-to-save, customize-mark-as-set):
2246 Load the symbol first.
2247
2248 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
2249
2250 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
2251 strech spec so it doesn't display as "^J" on the header line
2252 when `Buffer-menu-use-header-line' is t.
2253
2254 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2255
2256 * speedbar.el (speedbar-make-button): Keep text properties
2257 of string arguments if desired.
2258
2259 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
2260 expessions.
2261
2262 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
2263 of speedbar.
2264
2265 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
2266
2267 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
2268 to value of `read-file-name-completion-ignore-case'.
2269
2270 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
2271
2272 * custom.el (customize-mark-as-set): Push to `user' theme.
2273
2274 * cus-edit.el (custom-save-variables): Allow unthemed values.
2275 (customize-set-variable): Push setting to `user' theme.
2276
2277 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2278
2279 * progmodes/gud.el: Don't require font-lock as it's now
2280 automatically loaded.
2281 (gud-speedbar-buttons): Replace gdb-var-changed with
2282 gdb-force-update.
2283
2284 * progmodes/gdb-ui.el (gdb-force-update): Rename from
2285 gdb-var-changed.
2286 (gdb-post-prompt): Use it.
2287 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2288 (gdb-var-update-handler, gdb-var-delete)
2289 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
2290 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
2291 gdb-force-update in gdb-post-prompt.
2292 (gdb-reset): Clear watch expressions from speedbar when quitting.
2293
2294 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2295
2296 * viper-cmd.el (viper-insert-state-post-command-sentinel)
2297 (viper-change-state-to-vi, viper-change-state-to-emacs):
2298 Make aware of cursor coloring in the Emacs state.
2299 (viper-special-read-and-insert-char): Use read-char-exclusive.
2300 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
2301
2302 * viper-init.el (viper-emacs-state-cursor-color): New variable.
2303
2304 * viper-util.el (viper-save-cursor-color)
2305 (viper-get-saved-cursor-color-in-replace-mode)
2306 (viper-get-saved-cursor-color-in-insert-mode)
2307 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
2308 state.
2309 (viper-get-saved-cursor-color-in-emacs-mode): New function.
2310
2311 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
2312 (ediff-ignore-case-option3, ediff-actual-diff-options)
2313 (ediff-actual-diff3-options): New variables to control case sensitivity.
2314 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
2315 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
2316 (ediff-toggle-ignore-case): New function.
2317 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
2318
2319 * ediff-help.el (ediff-long-help-message-narrow2)
2320 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
2321 (ediff-long-help-message-word-mode): Add ignore-case command.
2322 (ediff-help-for-quick-help): Add ignore-case command.
2323
2324 * ediff-merg.el: Move provide to the end.
2325
2326 * ediff-ptch.el: Move provide to the end.
2327
2328 * ediff-wind.el: Move provide to the end.
2329
2330 * ediff-mult.el: Move provide to the end.
2331 (ediff-set-meta-overlay): Enable follow-link.
2332
2333 * ediff.el: Move provide to the end.
2334 Break recursive load cycle in eval-when-compile.
2335 (ediff-patch-buffer): Better heuristics.
2336
2337 * ediff-util.el: Move provide to the end.
2338 Break recursive load cycle in eval-when-compile.
2339 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
2340 defuns.
2341 (ediff-submit-report): Pass the values of ediff-diff3-program,
2342 ediff-diff3-options.
2343
2344 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2345
2346 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2347 the opening bracket of the following bracketing pairs: {}, [], (), <>,
2348 `' (for example, in the docstring of `windmove-default-keybindings').
2349
2350 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2351
2352 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2353 shadow face. Don't provide binding to edit variable when it is
2354 out of scope.
2355
2356 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2357 (gdb-var-update-handler): Detect out of scope variables with pre
2358 GDB 6.4 too.
2359 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2360 Reset status of variable objects to nil in update handlers.
2361 (gdb-var-update-handler-1): Detect when a variable object comes
2362 in scope. setcar on var changes gdb-var-list directly.
2363
2364 2006-02-17 Juri Linkov <juri@jurta.org>
2365
2366 * ffap.el (ffap) <defface>: Add explicit face declaration.
2367 (ffap-highlight): Use face `ffap' directly instead of checking
2368 for its existence.
2369
2370 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2371 `visible-ok' of `other-buffer' to find the right original buffer.
2372
2373 * info.el (Info-search): Skip `Local Variables' node.
2374
2375 2006-02-17 Juri Linkov <juri@jurta.org>
2376
2377 * info.el (Info-find-file): Check for symbols `apropos', `history',
2378 `toc' in the input filename, and return these symbols as is.
2379 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2380 `history', `toc' instead of strings.
2381 (Info-set-mode-line): For non-string Info-current-file use the
2382 symbol's name inside **.
2383 (Info-isearch-push-state): Add quote before Info-current-file and
2384 Info-current-node.
2385 (Info-isearch-pop-state): Use `equal' instead of `string='.
2386 (Info-extract-pointer, Info-following-node-name): Use
2387 `match-string-no-properties' instead of `match-string'.
2388 (Info-up): Check `old-file' for `stringp'.
2389 (Info-history): Use `equal' instead of `string-equal'.
2390 Check `file' for `stringp'.
2391 (Info-history): Use symbol `history' instead of string as first arg
2392 of `Info-find-node'.
2393 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2394 `toc' instead of string.
2395 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2396 instead of `buffer-substring', and `match-string-no-properties'
2397 instead of `match-string'.
2398 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2399 instead of strings.
2400 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2401 Use symbol `apropos' instead of string.
2402 (Info-copy-current-node-name): Check `Info-current-file' for
2403 `stringp' and construct a command with `Info-find-node' from it.
2404 (Info-fontify-node): Use `match-string-no-properties' instead of
2405 `match-string' and check file names for `stringp'.
2406 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2407 `history', `toc' instead of strings.
2408
2409 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2410
2411 * files.el: Rearrange functions and variables in the file local
2412 variables section.
2413
2414 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2415
2416 * files.el: Add truncate-lines, ispell-check-comments and
2417 ispell-local-dictionary as safe local variables.
2418
2419 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2420
2421 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2422 out of scope variables.
2423 (gud-speedbar-buttons): Use unless.
2424
2425 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2426 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2427 (gdb-show-changed-values): Also use for out of scope variables.
2428 (gdb-var-update-handler-1): Note if variable goes out of scope.
2429
2430 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2431
2432 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2433 default to global variable values for unsupplied args.
2434 (rcirc-get-buffer-create): Fix bug with setting the target.
2435 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2436 test for rcirc-always-use-server-buffer-flag here.
2437 (rcirc-response-formats): Add %N, which is a facified nick. %n
2438 uses the default face. Change the ACTION format string. If the
2439 "nick" is the server, don't print anything for that field.
2440 Comment fixes.
2441 (rcirc-target-buffer): Don't test
2442 rcirc-always-use-server-buffer-flag here.
2443 (rcirc-print): Squeeze extra spaces out of the text before message.
2444 (rcirc-put-nick-channel): Strip potential "@" char from nick
2445 before adding them to nick table.
2446 (rcirc-url-regexp): Improve to match address like "foo.com".
2447
2448 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2449
2450 * allout.el (allout-hidden-p): Move this defsubst before
2451 allout-overlay-interior-modification-handler, where it is first
2452 used.
2453
2454 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2455
2456 * allout.el: Use allout invisible-text overlays instead of
2457 selective display for concealed text. Also, lots of general
2458 cleanup, and improved compatibility code.
2459
2460 (allout-version) Incremented, corrected, revised, and refined
2461 module commentary.
2462
2463 (provide 'allout): Moved to the bottom, added a require of overlay.
2464
2465 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2466 `except-current'.
2467 (allout-write-file-hook-handler): Minimize delay.
2468 (count-trailing-whitespace-region): New function so
2469 auto-encryption of current topic can resituate cursor exactly.
2470 PGP/GPG encryption trims trailing whitespace from lines, which
2471 must be accounted for across encryption then decryption.
2472
2473 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2474 just plain "\C-c", to avoid intruding on user's keybinding space.
2475
2476 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2477 parameter, so user request to provide a new password is done.
2478
2479 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2480 Refined mechanism for auto-filling behavior while in allout mode.
2481
2482 (allout-mode): Explicitly specify the mode map in the docstring.
2483 Clarify provision for various write-file hook var names.
2484 Adjusted for invisible-text overlays instead of selective-display.
2485
2486 (allout-depth): Really return 0 if not within any topic. This
2487 rectifies `allout-beginning-of-level' and sequence numbering
2488 errors that occur when cutting and pasting numbered topics.
2489 Changed from a in-line subst to a regular function, as well.
2490
2491 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2492
2493 (allout-end-of-subtree, allout-end-of-subtree)
2494 (allout-end-of-entry, allout-end-of-current-heading)
2495 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2496 (allout-show-children, allout-show-to-offshoot)
2497 (allout-hide-current-entry, allout-show-current-entry): Rectified
2498 handling of trailing blank lines between items.
2499
2500 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2501 (allout-current-depth, allout-unprotected, allout-hidden-p)
2502 (allout-on-current-heading-p, allout-listify-exposed)
2503 (allout-chart-subtree, allout-goto-prefix)
2504 (allout-back-to-current-heading, allout-get-body-text)
2505 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2506 (allout-hide-region-body, allout-toggle-subtree-encryption)
2507 (allout-encrypt-string, allout-encrypted-key-info)
2508 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2509 (allout-file-vars-section-data): Adjusted for use with
2510 invisible-text overlays instead of selective-display.
2511
2512 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2513 Reworked for use with invisible text overlays.
2514
2515 (allout-current-topic-collapsed-p): New function.
2516
2517 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2518 to know when to close the containing topic.
2519
2520 (allout-pre-command-business, allout-post-command-business):
2521 Simplify undo-batching and dynamic isearch exposure.
2522
2523 (allout-set-overlay-category): New for invisible-text overlays.
2524 Sets properties of allout-overlay-category, used by
2525 allout-flag-region to set invisible-text overlay properties.
2526 (allout-get-invisibility-overlay): Get the first qualifying
2527 invisibility overlay, so we can find the extent of it.
2528 (allout-back-to-visible-text): Get to just before the beginnining
2529 of the current invisibility overlay, if any.
2530
2531 (allout-overlay-insert-in-front-handler)
2532 (allout-overlay-interior-modification-handler)
2533 (allout-before-change-handler, allout-isearch-end-handler): New
2534 functions to handle extraordinary actions affecting concealed
2535 text.
2536
2537 (allout-flag-region): Use overlays instead of selective-display
2538 for invisible text - by inheritence from the properties of
2539 allout-overlay-category in mainline Emacs, and applied
2540 property-by-property in XEmacs, some recent versions of which
2541 don't inherit the properties from the category. Provisions to
2542 respond to concealed-text edits simplified drastically.
2543
2544 (allout-isearch-rectification, allout-isearch-was-font-lock)
2545 (allout-isearch-expose, allout-enwrap-isearch)
2546 (allout-isearch-abort, allout-pre-was-isearching)
2547 (allout-isearch-prior-pos, allout-isearch-did-quit)
2548 (allout-isearch-dynamic-expose)
2549 (allout-hide-current-entry-completely): Functions deleted.
2550
2551 (allout-undo-aggregation): Explicit undo aggregation no longer
2552 necessary due to transition away from selective-display.
2553
2554 (set-allout-regexp, allout-up-current-level)
2555 (allout-next-visible-heading, allout-forward-current-level)
2556 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2557 (allout-kill-line, allout-yank-processing, allout-show-children)
2558 (allout-expose-topic, allout-old-expose-topic)
2559 (allout-listify-exposed, allout-insert-latex-header)
2560 (allout-toggle-subtree-encryption, allout-encrypt-string)
2561 (remove-from-invisibility-spec, allout-hide-current-subtree):
2562 Ditched unused variables.
2563
2564 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2565
2566 * textmodes/ispell.el (ispell-change-dictionary): Call
2567 ispell-buffer-local-dict instead of
2568 ispell-accept-buffer-local-defs.
2569 (ispell-local-dictionary-alist): Accept as valid any coding-system
2570 supported by Emacs.
2571 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2572 changed to iso-8859-3.
2573
2574 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2575
2576 * speedbar.el (speedbar-frame-width): Make an inline function
2577 instead of a macro. Use frame-width.
2578 (speedbar-try-completion, speedbar-update-contents)
2579 (speedbar-timer-fn): Use consp.
2580 (speedbar-update-localized-contents): Try to preserve point.
2581
2582 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2583 (menu): Re-order menu items.
2584 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2585 field.
2586 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2587 (gdb-post-prompt): Speed things by not forcing update.
2588
2589 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2590
2591 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2592 press and perform default action if we get a mouse movement event.
2593
2594 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2595
2596 * calendar/icalendar.el (icalendar--get-event-property)
2597 (icalendar--get-event-property-attributes): Fix typos in
2598 docstrings.
2599
2600 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2601 docstring.
2602
2603 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2604
2605 * bs.el (bs-mode): Use `buffer-disable-undo'.
2606 (bs--get-file-name): Simplify.
2607 (bs-show-in-buffer): Mark the buffer as not modified.
2608
2609 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2610
2611 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2612 widget-button-click.
2613
2614 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2615 (custom-mode): Update docstring.
2616
2617 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2618 binding.
2619
2620 * files.el (hack-local-variables-confirm): Allow scrolling if the
2621 file variable list is too long. Kill temp buffer after use.
2622
2623 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2624
2625 * progmodes/gud.el (gdb): Improve doc string.
2626 (gdb-script-font-lock-keywords): Expand allowed character set.
2627
2628 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2629 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2630 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2631 (gdb-separate-io-stop, gdb-separate-io-eof):
2632 Rename from gdb-inferior-* to gdb-separate-*.
2633 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2634
2635 2006-02-14 Jay Belanger <belanger@truman.edu>
2636
2637 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2638 expression is a symbol before checking that it is bound.
2639
2640 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2641 test to see if equation can be solved.
2642
2643 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2644
2645 * wid-edit.el (widget-button-click): Use :pressed-face property
2646 for overlay face, if it exists.
2647
2648 * cus-edit.el (custom-manual, custom-add-see-also)
2649 (custom-add-parent-links, custom-group-link): Add :pressed-face
2650 property to links.
2651
2652 * files.el (hack-local-variables): Remove ignored variables before
2653 checking if any variables need setting.
2654
2655 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2656
2657 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2658
2659 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2660
2661 * help.el (where-is): Fix message for remapped commands.
2662
2663 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2664 Fix typos in docstrings.
2665
2666 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2667
2668 * files.el (safe-local-variable-values): New option.
2669 (hack-local-variables-prop-line): Return a list of variable-value
2670 pairs if MODE-ONLY is non-nil.
2671 (hack-local-variables): Construct list of variable-value pairs,
2672 and apply or reject them in one go. Ask for confirmation if
2673 variables are not known safe.
2674 (hack-local-variables-confirm): Complete rewrite. Support
2675 `safe-local-variable-values'.
2676 (enable-local-variables): Update docstring to reflect new
2677 behavior.
2678 (ignored-local-variables): Ignore ignored-local-variables and
2679 safe-local-variable-values.
2680 (safe-local-variable-p): New function.
2681 (risky-local-variable-p): `safe-local-variable' property check
2682 moved to safe-local-variable-p.
2683 (hack-one-local-variable): Checks moved to hack-local-variables.
2684
2685 (byte-compile-dynamic, c-basic-offset, c-file-style)
2686 (c-indent-level, comment-column, fill-column, fill-prefix)
2687 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2688 (no-update-autoloads, outline-regexp, page-delimiter)
2689 (paragraph-start, paragraph-separate, sentence-end)
2690 (sentence-end-double-space tab-width, version-control):
2691 Add `safe-local-variable' property.
2692
2693 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2694
2695 * icomplete.el, play/landmark.el: Change nonexistent
2696 `outline-layout' file variable to `allout-layout'.
2697
2698 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2699
2700 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2701 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2702 to gud-comint-buffer.
2703 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2704 gdb-ui.el for gdb-mi.el.
2705 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2706 registers buffer to gdb-get-changed-registers.
2707 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2708 deletion of catchpoints (throw and catch).
2709 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2710 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2711 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2712 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2713 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2714
2715 2006-02-13 Jay Belanger <belanger@truman.edu>
2716
2717 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2718 expression is a symbol before checking that it is bound.
2719
2720 2006-02-13 Richard M. Stallman <rms@gnu.org>
2721
2722 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2723 for the minibuffer too, but not if resize-mini-windows will interfere.
2724
2725 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2726 inside `interactive' spec.
2727 (describe-key-briefly-internal, describe-key-internal):
2728 Functions merged back into their callers.
2729
2730 2006-02-13 Martin Rudalics <rudalics@gmx.at>
2731
2732 * info.el (info-xref-visited): Inherit from info-xref too.
2733 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2734 when propertizing Info-current-file and Info-current-node.
2735
2736 2006-02-13 Juri Linkov <juri@jurta.org>
2737
2738 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2739 (tumme-thumb-name): Fix per-directory format.
2740
2741 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2742
2743 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2744
2745 2006-02-12 Miles Bader <miles@gnu.org>
2746
2747 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2748
2749 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2750
2751 * tumme.el: Remove history section. If someone needs the it, it
2752 can always be found in CVS.
2753
2754 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2755
2756 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2757 about the Thumbnail Managing Standard option.
2758
2759 2006-02-12 Richard M. Stallman <rms@gnu.org>
2760
2761 * subr.el (substitute-key-definition): Doc fix.
2762
2763 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2764
2765 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2766
2767 * info.el (Info-mode): Doc fix.
2768
2769 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2770
2771 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2772
2773 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2774 because on Solaris a POSIX compatible "id" is needed. Reported by
2775 Magnus Henoch <mange@freemail.hu>.
2776
2777 2006-02-12 Juri Linkov <juri@jurta.org>
2778
2779 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2780 (tumme) <defgroup>: Change :group to `multimedia'.
2781 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2782 Managing Standard.
2783 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2784 Fix dostring.
2785 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2786 and %y. Fix docstring.
2787 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2788 (tumme-cmd-create-standard-thumbnail-command): New user options.
2789 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2790 is `standard'. Fix docstring.
2791 (tumme-thumb-width, tumme-thumb-height): New user options.
2792 (tumme-external-viewer): Try to find various viewers.
2793 (tumme-get-thumbnail-image): Use `create-image' instead of
2794 constructing the `image' structure.
2795 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2796 `standard'.
2797 (tumme-thumb-name): Add file name generation for standard storage.
2798 Simplify code for other storages.
2799 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2800 Add modification time %m and thumbnail-nq8 %q.
2801 Use `tumme-cmd-create-standard-thumbnail-command' if
2802 tumme-thumbnail-storage is `standard'.
2803 (tumme-dired-insert-marked-thumbs): New autoload command.
2804 (tumme-dired-after-readin-hook): New function.
2805 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2806 `tumme-thumb-size'.
2807 (tumme-display-image): Replace size-x %x and size-y %y with
2808 width %w and height %h.
2809
2810 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2811 `tumme-dired-insert-marked-thumbs'.
2812
2813 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2814
2815 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2816 include path).
2817 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2818 matching tag.
2819
2820 2006-02-12 Miles Bader <miles@gnu.org>
2821
2822 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2823 New variables.
2824 (rcirc-abbrev-nick): New function.
2825 (rcirc-format-response-string): Rewrite to use the formats in
2826 `rcirc-response-formats' and expand escape sequences therein.
2827 A text-property `rcirc-text' is added over the actual response
2828 text to make easy to find inside the returned string.
2829 (rcirc-print): When filling, just look for the `rcirc-text'
2830 text-property to find the appropriate fill prefix, instead of
2831 using hardwired patterns.
2832
2833 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2834
2835 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2836 Managing Standard.
2837
2838 2006-02-11 Kim F. Storm <storm@cua.dk>
2839
2840 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2841 Don't use insert-buffer; do insert-buffer-substring directly.
2842 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2843
2844 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2845
2846 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2847 with inhibit-read-only. Suggested by Stefan Monnier.
2848 (revert-buffer): Let insert-file-contents discard
2849 buffer-undo-list. Simplify code.
2850 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2851
2852 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2853
2854 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2855
2856 * help.el (describe-key-briefly): Now a wrapper for
2857 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2858 to t. Populate yank-menu if empty.
2859 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2860 (describe-key): Now a wrapper for describe-key-internal. Bind
2861 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2862 (describe-key-internal): Renamed from describe-key.
2863
2864 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2865
2866 * progmodes/glasses.el (glasses-separator): Doc fix.
2867 (glasses-original-separator): New defcustom.
2868 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2869
2870 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2871
2872 * mwheel.el (mouse-wheel-up-event): Doc fix.
2873
2874 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2875
2876 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2877 (tumme-dir): New function. Copied from thumbs.el.
2878
2879 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2880
2881 * desktop.el (desktop-outvar): Fix typo.
2882 (desktop-save-buffer-p): Doc fix.
2883
2884 * subr.el (substitute-key-definition): Fix typo.
2885
2886 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2887
2888 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2889 when window-system is mac.
2890
2891 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2892
2893 2006-02-10 Kim F. Storm <storm@cua.dk>
2894
2895 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2896 indirect-function instead of using condition-case.
2897
2898 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2899
2900 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2901 less `colloquial'...
2902
2903 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2904
2905 * tumme.el: Add a couple of todo items.
2906
2907 2006-02-09 Lars Hansen <larsh@soem.dk>
2908
2909 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2910 (highlight-changes-mode): Don't change desktop-locals-to-save.
2911
2912 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2913
2914 * image-mode.el (image-toggle-display): Clear image cache if using
2915 filename.
2916
2917 2006-02-09 Masatake YAMATO <jet@gyve.org>
2918
2919 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2920 a `dired-man' target.
2921
2922 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2923 boundary of symbols.
2924
2925 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2926
2927 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2928
2929 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2930
2931 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2932 `mapcar'; return nil.
2933
2934 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2935
2936 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2937 some other event.
2938
2939 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2940
2941 * net/rcirc.el (rcirc-startup-channels-alist):
2942 Add irc.freenode.net and #emacs as defaults.
2943 (rcirc-ignore-all-activity-flag): Remove variable.
2944 (rcirc-authinfo): New variable.
2945 (rcirc-authinfo-filename): Remove variable.
2946 (rcirc-always-use-server-buffer-flag): New flag.
2947 (rcirc): M-x rcirc will automatically connect without prompting.
2948 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2949 connection in lisp.
2950 (rcirc-process-server-response-1): Remove everything but the nick
2951 portion of the sender so it doesn't need to be done everywhere
2952 else. Update related code.
2953 (global-map): Remove global keybindings.
2954 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2955 (rcirc-send-input): Split into several functions.
2956 (rcirc-process-input-line, rcirc-process-message)
2957 (rcirc-process-command): New functions.
2958 (rcirc-target-buffer): New function to determine where to route
2959 messages.
2960 (rcirc-user-nick): Save match data.
2961 (rcirc-toggle-ignore-buffer-activity)
2962 (rcirc-update-activity-string): Remove global ignore functionality,
2963 which can be done now by toggling rcirc-track-minor-mode.
2964 (rcirc-track-minor-mode-map): New keymap.
2965 (rcirc-track-minor-mode): New minor-mode.
2966 (ignore): Make the ignore output nicer. Always print it when
2967 adding or removing nicks.
2968 (rcirc-url-regexp): Improve.
2969 (rcirc-mangle-text): Remove properties before using text in the
2970 modeline.
2971 (rcirc-authenticate): Authentication data comes from
2972 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2973 (rcirc-server-prefix): Inherit from rcirc-server.
2974
2975 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2976
2977 * Makefile.in (compile): Append "|| true" to the end of the `find'
2978 command, like compile-always does.
2979
2980 2006-02-08 Sam Steingold <sds@gnu.org>
2981
2982 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2983 output from a dead connection.
2984
2985 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2986
2987 * dired.el (dired-mode-map): Add more bindings for tumme.
2988
2989 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2990
2991 * wdired.el (wdired-mode-map): Use remap.
2992 (wdired-get-filename): Massage.
2993 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2994 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2995 `keymap' property rather than `local-map'.
2996
2997 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2998
2999 * tumme.el (tumme-get-thumbnail-image): New utility function.
3000 Suggested by from Chong Yidong.
3001 (tumme-dired-with-window-configuration): Rename from
3002 `tumme-dired'. Add code to save window configuration.
3003 (tumme-restore-window-configuration): New command to restore the
3004 window configuration that `tumme-dired-with-window-configuration'
3005 saves before it changes the window configuration.
3006 (tumme-show-all-from-dir): New command to display thumbnails for
3007 all files in a directory entered by the user, like M-x thumbs.
3008 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
3009 have been created.
3010 (tumme-display-thumbnail-original-image): Call `display-buffer'.
3011 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
3012 Remove obsolete test function.
3013
3014 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
3015
3016 * vc.el (small-temporary-file-directory): Remove defvar; there's
3017 a defcustom for it in files.el.
3018
3019 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
3020 Fix typo in message.
3021 (tumme-gallery-generate): Fix typo in `error' message.
3022 (tumme-display-window-height-correction)
3023 (tumme-display-window-width-correction, tumme-line-up-dynamic)
3024 (tumme-line-up-interactive): Dox fixes.
3025 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
3026 (tumme-restore-window-configuration, tumme-format-properties-string)
3027 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
3028 Fix typos in docstrings.
3029
3030 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
3031
3032 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
3033
3034 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
3035
3036 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
3037 User should use hook if desired.
3038
3039 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
3040 buffer if necessary.
3041 (gdb-delete-frame-or-window): New function.
3042 (gdb-breakpoints-mode-map): Bind "q" to it.
3043
3044 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
3045
3046 * textmodes/nroff-mode.el: Clean up name space.
3047 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
3048 (nroff-mode): Obey the global setting of nroff-electric-mode.
3049 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
3050
3051 * calendar/calendar.el (calendar-increment-month): Typo in last change.
3052
3053 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
3054
3055 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
3056
3057 2006-02-06 Lars Hansen <larsh@soem.dk>
3058
3059 * generic-x.el (etc-fstab-generic-mode): Add file system types
3060 cifs and usbdevfs. Allow special chars in file names.
3061
3062 2006-02-05 Jay Belanger <belanger@truman.edu>
3063
3064 Update copyright notices of the files in lisp/calc.
3065
3066 2006-02-05 Romain Francoise <romain@orebokech.com>
3067
3068 Update copyright notices of all files in the lisp/play directory.
3069
3070 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
3071
3072 * ldefs-boot.el: Regenerate.
3073
3074 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
3075
3076 2006-02-05 Kim F. Storm <storm@cua.dk>
3077
3078 * files.el (magic-mode-regexp-match-limit): New defvar.
3079 (set-auto-mode): Use it to limit magic-mode-alist matching.
3080
3081 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
3082
3083 * simple.el (display-message-or-buffer): Compare the number of
3084 characters to the frame width when determining whether a 1-line
3085 message string will fit in the echo area. Count screen lines
3086 instead of buffer lines when determining whether a multi-line
3087 message will fit in the echo area/minibuffer window.
3088
3089 2006-02-04 Eli Zaretskii <eliz@gnu.org>
3090
3091 * info.el (Info-index, Info-mode): Improve the description of the
3092 `i' command.
3093
3094 * ldefs-boot.el: Regenerate.
3095
3096 2006-02-03 Werner Lemberg <wl@gnu.org>
3097
3098 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
3099 greedy to find the closing bracket in \*[...] and similar
3100 expressions. This is a first rough fix -- many additional
3101 refinements are necessary to make nroff mode really usable with groff.
3102
3103 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
3104
3105 * international/mule-cmds.el (set-locale-environment):
3106 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
3107 libX11.
3108
3109 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
3110
3111 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
3112 archive are created in archive-tmpdir.
3113
3114 2006-02-02 John Paul Wallington <jpw@pobox.com>
3115
3116 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
3117 (ibuffer-fontification-alist): Use it.
3118 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
3119 to "* z" and the Ibuffer Mark menu.
3120
3121 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
3122
3123 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3124
3125 * textmodes/table.el (*table--cell-describe-mode)
3126 (*table--cell-describe-bindings): Undo last change since
3127 print-help-return-message is not obsoleted by anything at all.
3128
3129 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
3130
3131 * emulation/cua-base.el (cua-mode): Doc fix.
3132
3133 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
3134
3135 * dframe.el (dframe-handle-make-frame-visible)
3136 (dframe-handle-iconify-frame, dframe-get-focus)
3137 (dframe-select-attached-frame, dframe-power-click)
3138 (dframe-frame-mode): Fix typos in docstrings.
3139
3140 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
3141 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
3142 Fix typos in docstrings.
3143
3144 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
3145 (hi-lock-face-buffer, hi-lock-font-lock-hook)
3146 (hi-lock-archaic-interface-message-used)
3147 (hi-lock-file-patterns-range): Fix typos in docstrings.
3148
3149 * savehist.el (savehist-loaded, savehist-load, savehist-install)
3150 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
3151
3152 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
3153 Fix typo in docstring.
3154
3155 * net/newsticker.el (newsticker--decode-iso8601-date)
3156 (newsticker--set-customvar, newsticker--buffer-insert-item)
3157 (newsticker--do-run-auto-mark-filter)
3158 (newsticker--parse-generic-feed): Doc fixes.
3159 (newsticker--retrieval-timer-list, newsticker-url-list)
3160 (newsticker-hide-immortal-items-in-echo-area)
3161 (newsticker-hide-obsolete-items-in-echo-area)
3162 (newsticker-new-item-face, newsticker--enclosure)
3163 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
3164 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
3165 (newsticker--parse-generic-feed, newsticker--cache-contains)
3166 (newsticker--stat-num-items, newsticker-download-enclosures):
3167 Fix typos in docstrings.
3168
3169 * net/rcirc.el (rcirc-debug): Doc fix.
3170 (rcirc-fill-column, rcirc-receive-message-hooks)
3171 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
3172 (rcirc-mode, rcirc-generate-new-buffer-name)
3173 (rcirc-startup-channels, rcirc-ignore-update-automatic)
3174 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
3175 Fix typos in docstrings.
3176 (rcirc-print): "?\ " -> "?\s".
3177 (rcirc-cmd-join): Improve argument/docstring consistency.
3178
3179 2006-02-01 Mark A. Hershberger <mah@everybody.org>
3180
3181 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
3182 before narrow-to-region.
3183
3184 2006-02-01 Richard M. Stallman <rms@gnu.org>
3185
3186 * simple.el (move-beginning-of-line): Scan properly for invis change.
3187
3188 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
3189
3190 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
3191
3192 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
3193 change bit only when id-format is 'integer. Reported by Matt
3194 Hodges <M.P.Hodges@rl.ac.uk>.
3195
3196 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
3197
3198 * hilit-chg.el (highlight-changes-initial-state)
3199 (highlight-changes-global-initial-state): Doc fixes.
3200 (highlight-changes-global-modes, global-highlight-changes):
3201 Fix typos in docstrings.
3202
3203 2006-02-01 Kim F. Storm <storm@cua.dk>
3204
3205 * emulation/cua-base.el (cua-mode): Mention that CUA enables
3206 transient-mark-mode in doc string.
3207
3208 2006-01-31 Richard M. Stallman <rms@gnu.org>
3209
3210 * replace.el (multi-occur): Doc fix.
3211 (multi-occur-in-matching-buffers): Rename from
3212 multi-occur-by-filename-regexp. Prefix arg says match
3213 buffer names instead of file names.
3214
3215 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
3216
3217 * bs.el: Allow non-default values of `bs-header-lines-length'.
3218 (bs--running-in-xemacs): Remove (not needed anymore).
3219 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
3220 instead of `shrink-window', thus avoiding having to compute the
3221 height of the window.
3222 (bs--up): Wrap around even when there's no header.
3223 (bs--down): Use `forward-line' instead of `next-line'.
3224
3225 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
3226
3227 * image-mode.el (image-toggle-display): Use file name if possible,
3228 instead of unnecessarily allocating a (possibly huge) lisp string.
3229
3230 2006-01-30 John Paul Wallington <jpw@pobox.com>
3231
3232 * subr.el (toplevel): Define `cl-assertion-failed' condition here
3233 because the `assert' macro signals it at runtime.
3234
3235 * emacs-lisp/cl.el (toplevel): Remove definition of
3236 `cl-assertion-failed' condition.
3237
3238 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
3239
3240 * thumbs.el (thumbs-marked-list): Make buffer-local and
3241 permanent-local.
3242 (thumbs-insert-thumb): Make help-echo non-sticky.
3243 (thumbs-file-alist): Use eolp as check for (non)-image.
3244
3245 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
3246
3247 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
3248 (ediff-before-session-group-setup-hooks)
3249 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
3250 Fix typos in docstrings.
3251
3252 * window.el (bw-dir, bw-eqdir, balance-windows)
3253 (split-window-keep-point): Fix typos in docstrings.
3254
3255 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
3256 (org-quote-string, org-calendar-to-agenda-key)
3257 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
3258 (org-show-following-heading, org-tags-column)
3259 (org-use-tag-inheritance, org, org-allow-space-in-links)
3260 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
3261 (org-enable-table-editor, org-calc-default-modes)
3262 (org-table-allow-automatic-line-recalculation)
3263 (org-export-html-style, org-export-with-fixed-width)
3264 (org-export-with-sub-superscripts, org-special-keyword)
3265 (org-formula, org-time-grid, org-table-may-need-update)
3266 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
3267 (org-goto-quit, org-get-indentation, org-end-of-item)
3268 (org-move-item-down, org-move-item-up)
3269 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
3270 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
3271 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
3272 (org-agenda-log-mode, org-agenda-toggle-diary)
3273 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
3274 (org-agenda-file-to-end, org-agenda-no-heading-message)
3275 (org-agenda-get-closed, org-format-agenda-item)
3276 (org-cmp-priority, org-cmp-category, org-cmp-time)
3277 (org-agenda-change-all-lines, org-agenda-diary-entry)
3278 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
3279 (org-link-search, org-camel-to-words, org-open-file)
3280 (org-remember-handler, org-table-convert-region)
3281 (org-table-move-row-down, org-table-move-row-up)
3282 (org-table-copy-region, org-table-wrap-region)
3283 (org-table-toggle-vline-visibility)
3284 (org-table-get-vertical-vector, org-table-modify-formulas)
3285 (org-table-get-specials, org-recalc-commands)
3286 (org-table-rotate-recalc-marks, org-table-eval-formula)
3287 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
3288 (org-level-color-stars-only, org-insert-heading):
3289 Fix typos in docstrings.
3290 (last-arg): Add defvar.
3291
3292 * makefile.w32-in (WINS): Add erc.
3293 (MH_E_SRC): Update (copied from lisp/Makefile.in).
3294
3295 2006-01-29 Bill Wohler <wohler@newt.com>
3296
3297 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
3298 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
3299 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
3300 (mh-autoloads): Don't use comments on otherwise empty lines.
3301
3302 2006-01-29 Edward O'Connor <ted@oconnor.cx>
3303
3304 * emulation/viper.el (viper-major-mode-modifier-list): Add
3305 insert-state and vi-state entries for erc-mode.
3306 (viper-go-away, viper-set-hooks): Add and remove
3307 viper-comint-mode-hook from erc-mode-hook as appropriate.
3308
3309 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
3310
3311 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
3312
3313 * bs.el (bs--format-aux): Implement `middle' alignment as
3314 described in the docstring for `bs-attributes-list'.
3315 (bs--get-name): Simplify. Don't pad the buffer name.
3316
3317 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
3318
3319 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
3320 English aspell dictionary is installed, use the first entry of
3321 ispell-dictionary-alist-1.
3322
3323 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
3324
3325 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3326 Doc fix.
3327
3328 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
3329
3330 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3331 for `process-file', in order to let it work for older Emacsen too.
3332
3333 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3334
3335 * international/latexenc.el: Add a suitable `coding:' tag.
3336 (latexenc-find-file-coding-system): Undo last change.
3337
3338 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3339
3340 * international/latexenc.el (latexenc-find-file-coding-system):
3341 Make sure latexenc-main-file is a regular file and is readable.
3342
3343 2006-01-27 Andre Spiegel <spiegel@gnu.org>
3344
3345 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3346 Pass FILE to vc-user-login-name.
3347
3348 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3349
3350 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
3351
3352 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3353 there are no more images to display.
3354 (thumbs-mark, thumbs-unmark): Revert change so that they move to
3355 the next image.
3356
3357 2006-01-26 Richard M. Stallman <rms@gnu.org>
3358
3359 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3360
3361 * wid-edit.el (advertised-widget-backward): New alias.
3362 (widget-keymap): Use advertised-widget-backward for S-TAB.
3363
3364 * tumme.el: Correct the keywords.
3365 (tumme-dir-max-size): Use defvar.
3366 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3367
3368 * simple.el (move-beginning-of-line): Take account of fields.
3369 (clone-indirect-buffer-other-window): Take args like
3370 clone-indirect-buffer, and work like it.
3371
3372 * help-fns.el (describe-function): Don't pass `nil' as default.
3373
3374 * files.el (risky-local-variable-p): Follow var aliases.
3375
3376 * subr.el (lazy-completion-table): Doc fix.
3377
3378 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3379 global binding of `line'.
3380
3381 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3382
3383 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3384 Tramp.
3385
3386 * vc.el (vc-default-dired-state-info): Pass FILE to
3387 vc-user-login-name.
3388 (vc-default-update-changelog): Don't use vc-user-login-name, we
3389 don't need it here.
3390
3391 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3392 no longer necessary.
3393
3394 2006-01-25 Kenichi Handa <handa@m17n.org>
3395
3396 * international/mule.el (decode-char): Avoid the overhead of
3397 calling utf-lookup-subst-table-for-decode if
3398 utf-translate-cjk-mode is nil.
3399 (encode-char): Avoid the overhead of calling
3400 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3401 nil.
3402
3403 2006-01-22 Kenichi Handa <handa@m17n.org>
3404
3405 * international/mule.el (make-subsidiary-coding-system): Reset
3406 `coding-system-define-form' property of subsidiaries to nil.
3407 Avoid duplicated entry in coding-system-alist.
3408 (make-coding-system): Avoid duplicated entry in
3409 coding-system-alist.
3410 (define-coding-system-alias): Likewise.
3411
3412 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3413
3414 * completion.el: Minor fixes in introductory comment.
3415 (completion-def-wrapper): Fix alist.
3416
3417 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3418
3419 * thumbs.el (thumbs-new-image-size): New function.
3420 (thumbs-increment-image-size-element)
3421 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3422 (thumbs-decrement-image-size): Delete.
3423 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3424 temp files and use to resize.
3425 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3426 Use increment argument to enlarge/shrink. Preserve point.
3427 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3428 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3429 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3430 (thumbs-mark, thumbs-unmark): Preserve point.
3431 (thumbs-modify-image): Keep old temp files and use to modify.
3432 Cleanup old temp files at load time. Preserve point.
3433 (thumbs-view-image-mode-map): Use new command names.
3434
3435 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3436
3437 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3438
3439 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3440 the nastiest part of the cyclic dependency.
3441 (cal-menu-update): Use dotimes and calendar-increment-month.
3442
3443 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3444 (calendar-week-start-day): Add an :initializer.
3445 (calendar-mode-map): Use suppress-keymap, and command remapping.
3446 (describe-calendar-mode): Setup xref-stack info for the back button.
3447 (calendar-star-date): Insert before delete.
3448 (calendar-set-mode-line): Add file-modified info if applicable.
3449 (calendar-increment-month): New function.
3450
3451 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3452
3453 * font-lock.el (lisp-font-lock-keywords-2):
3454 Recognize "& keywords" only at word boundaries.
3455
3456 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3457
3458 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3459 and permanent-local.
3460 (thumbs-max-image-number): New variable.
3461 (thumbs-do-thumbs-insertion): Use them.
3462 (thumbs-per-line): Change default to 4.
3463 (thumbs-marked-list): Rename from thumbs-markedL.
3464 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3465 (thumbs-rename-images): Use -list instead of L for internal variables.
3466 (thumbs-call-convert): Use call-process instead of shell-command.
3467 (thumbs-insert-thumb): Add filename as help-echo to each image.
3468 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3469 Give dir to thumbs-show-thumbs-list.
3470 (thumbs-show-thumbs-list): Set default-directory to that of images.
3471 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3472 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3473 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3474 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3475
3476 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3477
3478 * ses.el (ses-read-cell): Provide a default value.
3479
3480 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3481
3482 * term/w32-win.el (image-library-alist): Add additional names for
3483 GIF library.
3484
3485 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3486
3487 * international/latexenc.el (latexenc-find-file-coding-system):
3488 Add file-regular-p check.
3489
3490 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3491
3492 * simple.el (clone-buffer): Don't show the new buffer in the same
3493 window.
3494
3495 2006-01-23 Juri Linkov <juri@jurta.org>
3496
3497 * faces.el (link, link-visited): New faces based on default values
3498 of `info-xref' and `info-xref-visited'.
3499
3500 * info.el (info-xref): Inherit from `link'.
3501 (info-xref-visited): Inherit from `link-visited'.
3502
3503 * cus-edit.el (custom-buffer-create-internal): Use widget type
3504 `custom-manual' instead of `info-link' and don't set properties
3505 `button-face' and `mouse-face' explicitly.
3506 (custom-browse-group-tag, custom-browse-variable-tag)
3507 (custom-browse-face-tag): Inherit from widget class
3508 `custom-group-link' instead of `push-button'.
3509 (custom-button-unraised): Inherit from `underline' face.
3510 (custom-link): Inherit from `link' face. Fix doc and group.
3511 (custom-add-parent-links, custom-group-value-create): Don't set
3512 properties `button-face' and `mouse-face' explicitly for
3513 `custom-group-link' widget.
3514 (custom-group-link): Add properties `button-face' and `mouse-face'
3515 to widget definition.
3516 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3517 editable-field's :keymap property.
3518 (custom-mode): Fix docstring: substitute keybindings for
3519 `widget-forward' and `widget-backward' from `widget-keymap',
3520 `widget-complete' from `custom-field-keymap', replace old
3521 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3522
3523 * desktop.el (desktop-load-file): Check for `fboundp' before
3524 calling `symbol-function'.
3525
3526 * simple.el (clone-buffer, clone-indirect-buffer)
3527 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3528 `read-string'. Fix prompts.
3529
3530 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3531
3532 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3533
3534 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3535
3536 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3537
3538 * startup.el (inhibit-splash-screen, initial-scratch-message):
3539 Doc fixes.
3540
3541 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3542
3543 Sync with Tramp 2.0.52.
3544
3545 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3546 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3547 `tramp-unload-tramp' for checklist.
3548
3549 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3550 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3551 (tramp-unload-file-name-handler-alist)
3552 (tramp-unload-tramp): New defuns.
3553 (tramp-advice-PC-expand-many-files): New defadvice.
3554 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3555 removed.
3556 (tramp-handle-expand-file-name): Remove double slash.
3557 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3558 It doesn't matter, because it will be converted later on.
3559 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3560 implementation was just heuristic.
3561 (tramp-post-connection): Set uid and gid properties.
3562 (tramp-convert-file-attributes): Set file's gid change bit.
3563 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3564 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3565 in case of su(do)? methods. The home directory of the local user
3566 will be taken else.
3567 (tramp-open-connection-telnet)
3568 (tramp-open-connection-rsh, tramp-open-connection-su)
3569 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3570 local shell prompt could hurt. Reported by Romain Francoise
3571 <romain@orebokech.com>.
3572 (tramp-let-maybe): Add `edebug-form-spec' property.
3573 (tramp-handle-expand-file-name): Bind `default-directory' locally
3574 to "/" in order to avoid problems with UNC shares or Cygwin
3575 mounts.
3576 (tramp-md5-function): Fix typo in error message.
3577
3578 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3579
3580 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3581 for byte-compiler pacification.
3582
3583 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3584
3585 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3586 ID-FORMAT `string'. This allows us to get rid of
3587 `vc-user-login-name UID'.
3588
3589 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3590
3591 2006-01-22 John Paul Wallington <jpw@pobox.com>
3592
3593 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3594
3595 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3596
3597 * emacs-lisp/find-func.el (find-definition-noselect)
3598 (find-variable-noselect): Search variables in C source code too.
3599 (find-function-C-source, find-function-noselect, find-function)
3600 (find-function-other-frame, find-variable-noselect, find-variable)
3601 (find-variable-other-frame, find-variable-at-point):
3602 Fix docstrings.
3603
3604 2006-01-21 Francesco Potorti` <pot@gnu.org>
3605
3606 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3607
3608 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3609
3610 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3611 Default to disabling the "Save affix" question.
3612
3613 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3614
3615 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3616 the first arg to run-python.
3617
3618 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3619
3620 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3621 is not loaded.
3622
3623 2006-01-20 Jay Belanger <belanger@truman.edu>
3624
3625 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3626 limit is 0.
3627
3628 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3629 the correct variable.
3630
3631 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3632
3633 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3634 link. Fixed buggy argument sequence in call to `org-view-tags'.
3635 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3636 (org-prefix-has-tag): New variable.
3637 (org-format-agenda-item): Remove tags from headline if
3638 appropriate.
3639 (org-agenda-remove-tags-when-in-prefix): New option.
3640 (org-get-tags-at): New function.
3641
3642 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3643
3644 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3645 (thumbs-find-image): Move image name and number from buffer name
3646 to mode name. Set thumbs-buffer. Preserve point so that large
3647 images remain visible.
3648 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3649 order.
3650 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3651 mode name.
3652 (thumbs-next-image, thumbs-previous-image): Make them work.
3653
3654 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3655
3656 * cus-edit.el (custom-buffer-create-internal): State in the text above
3657 the whole buffer buttons that they do not operate on hidden items.
3658 (custom-face-menu): Use `custom-face-save' instead of
3659 `custom-face-save-command'.
3660 (custom-face-save-command): Make it an alias for `custom-face-save'
3661 and declare it obsolete.
3662 (custom-face-save): Doc fix.
3663
3664 * dired.el (dired-no-confirm): Add quote.
3665 (dired-subdir-alist-pre-R): Add quote in
3666 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3667
3668 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3669
3670 * textmodes/table.el (table-mode-indicator): Typo in last change.
3671
3672 2006-01-19 Richard M. Stallman <rms@gnu.org>
3673
3674 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3675 Fixes bug reported in Nov 2005.
3676
3677 * isearch.el (isearch-forward): Doc fix.
3678
3679 * dired.el (dired-move-to-filename-regexp): Define as alias.
3680 (dired-no-confirm): Use defcustom.
3681 (dired-subdir-alist-pre-R): Put defvar at top level.
3682
3683 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3684
3685 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3686 Mark as risky.
3687
3688 * simple.el (set-mark-command): Doc fix.
3689 (clone-indirect-buffer-other-window):
3690 Read arg like clone-indirect-buffer.
3691 (move-beginning-of-line): Skip invisible newlines.
3692
3693 2006-01-19 Masatake YAMATO <jet@gyve.org>
3694
3695 * progmodes/cpp.el (cpp-edit-load): Make the order of
3696 listed conditions in a base C code buffer and its associate
3697 CPP Edit buffer the same.
3698
3699 2006-01-19 Kenichi Handa <handa@m17n.org>
3700
3701 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3702 (rmail-mime-feature): Likewise.
3703 (rmail-require-mime-maybe): Use display-warning to show a warning
3704 message.
3705
3706 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3707 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3708
3709 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3710
3711 * array.el: Move defvars out of eval-when-compile.
3712 (array-make-template): Replace undeclared global var with a local one.
3713 (array-mode): Inline initialization functions.
3714 (array-init-local-variables, array-init-max-row)
3715 (array-init-max-column, array-init-columns-per-line)
3716 (array-init-field-width, array-init-rows-numbered)
3717 (array-init-line-length, array-init-lines-per-row): Remove.
3718
3719 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3720 (doc-mode-map): Define explicitly.
3721 (doctor-txtype): Use mapc.
3722
3723 * textmodes/table.el: Move defvars out of eval-when-compile.
3724 Remove harmful code meant to avoid byte-compiler warnings.
3725 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3726 specification that checks table-fixed-width-mode directly.
3727 (table-recognize-region, table-recognize-cell):
3728 Use restore-buffer-modified-p.
3729 (table-fixed-width-mode): Remove code that refreshes
3730 table-fixed-mode-indicator.
3731 (*table--cell-describe-bindings, *table--cell-describe-mode):
3732 Avoid obsolete name print-help-return-message.
3733 (table--test-cell-list): Don't use replace-regexp from elisp.
3734 (table--point-entered-cell-function, table--point-left-cell-function):
3735 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3736
3737 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3738 that was after the end of file. Use buffer-file-name variable.
3739 (org-timestamp-change): Use with-current-buffer.
3740 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3741 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3742 `file'.
3743
3744 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3745 (fortran-break-line): Remove unused var `opoint'.
3746 (fortran-abbrev-start): Obey help-event-list.
3747
3748 2006-01-18 Jesper Harder <harder@phys.au.dk>
3749
3750 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3751
3752 2006-01-18 Masatake YAMATO <jet@gyve.org>
3753
3754 * progmodes/make-mode.el (makefile-imake-mode): New mode
3755 derived from makefile-mode.
3756 (makefile-imake-mode-syntax-table): New syntax table
3757 derived from makefile-mode-syntax-table.
3758 (makefile-mode): Write about makefile-imake-mode in doc string.
3759 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3760 (makefile-imake-font-lock-keywords): New font lock keywords.
3761
3762 * files.el (auto-mode-alist): Add Imakefile.
3763
3764 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3765
3766 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3767 loading the file rather than when turning on flyspell-mode.
3768
3769 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3770
3771 * cus-edit.el (customize-rogue): Minor doc fix.
3772
3773 2006-01-17 Juri Linkov <juri@jurta.org>
3774
3775 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3776 instead of the file at the mark as default if the file at the mark
3777 is the same as the file at point or if dired-dwim-target-directory
3778 is not the same as the current directory and the mark is not active.
3779
3780 * log-view.el (log-view-minor-wrap): Use the same logic to get
3781 revisions as `log-view-diff'.
3782
3783 * info.el (Info-revert-find-node): Check for Info-current-file
3784 before preserving new-history.
3785
3786 * man.el (Man-heading-regexp): Add `/'.
3787
3788 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3789 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3790
3791 2006-01-16 Juri Linkov <juri@jurta.org>
3792
3793 * faces.el (mode-line-faces): New defgroup.
3794 (mode-line-highlight): Move definition after new defgroup.
3795 (mode-line, mode-line-inactive, mode-line-highlight):
3796 Replace :group `modeline' with `mode-line-faces'.
3797 (mode-line-buffer-id): New face.
3798 (modeline-buffer-id): New face alias.
3799 (vertical-border): Remove :group `modeline'.
3800
3801 * bindings.el (propertized-buffer-identification): Use face
3802 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3803 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3804 (mode-line-buffer-identification-keymap): For mouse-1 replace
3805 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3806 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3807 mouse-3.
3808
3809 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3810 Buffer-menu-buffer. Doc fix.
3811 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3812 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3813 `Buffer-menu-buffer'.
3814
3815 * info.el (Info-mode-line-node-keymap): New defvar.
3816 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3817 Propertize Info-current-node with `mode-line-buffer-id' and
3818 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3819
3820 * time.el (display-time-mail-face): Replace :group `faces' with
3821 `mode-line-faces'.
3822
3823 2006-01-16 Kenichi Handa <handa@m17n.org>
3824
3825 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3826
3827 * language/european.el (cp1252): New alias for windows-1252.
3828
3829 * international/mule.el (autoload-coding-system): Prepare for EOL
3830 variants.
3831
3832 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3833
3834 * term.el (term-raw-map): Add mapping for insert.
3835 (term-send-insert): New.
3836 (term-mode): Make variables local here instead of doing it in
3837 `term-emulate-terminal'.
3838 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3839 Scroll reverse needs to take into account the scroll region.
3840 Saving and restoring the cursor should save the color attributes too.
3841 (term-reset-terminal): Reset the scroll region.
3842 (term-handle-ansi-escape): Cursor up and down should take into
3843 account the scroll region.
3844 (term-set-scroll-region): Rename from `term-scroll-region'.
3845 Move to 0,0 after setting the region.
3846 (term-handle-scroll): Handle scroll up.
3847 (term-down): Fix off by one error.
3848 (term-delete-lines): Do not delete outside the scroll region.
3849 (term-insert-lines): Take into account the scroll region.
3850
3851 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3852
3853 * textmodes/ispell.el (ispell-internal-change-dictionary)
3854 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3855 (start, end): Move declaration outside of eval-when-compile.
3856
3857 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3858 (flyspell-mode-on): Use it.
3859
3860 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3861 ispell-kill-ispell-hook.
3862
3863 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3864
3865 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3866 (Custom-reset-saved): Do not ask for confirmation in single option
3867 buffers.
3868
3869 2006-01-13 Richard M. Stallman <rms@gnu.org>
3870
3871 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3872
3873 2006-01-13 Romain Francoise <romain@orebokech.com>
3874
3875 * add-log.el (add-change-log-entry, change-log-merge):
3876 Conditionally use `hard-newline'.
3877
3878 2006-01-13 Martin Rudalics <rudalics@gmx.at>
3879
3880 * wid-edit.el (widget-field-end): If the overlay is no longer
3881 associated with a buffer, behave as if the overlay didn't exist.
3882
3883 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3884 Make sure the links use the `custom-link' face.
3885
3886 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3887
3888 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3889 (ld-script-mode): Don't set indent-line-function since we don't
3890 have one.
3891
3892 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3893
3894 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3895 application.
3896 (org-file-apps-defaults-gnu): Use mailcap as the default for
3897 selecting an application on a UNIX system.
3898 (org-agenda-show-tags): New command.
3899 (org-table-insert-hline): Keep cursor in current table line.
3900 (org-table-convert): Offset effect of modifying
3901 `org-table-insert-hline'.
3902 (org-format-agenda-item): New optional argument TAG.
3903 (org-compile-prefix-format): Handle %T format for the tag.
3904 (org-expand-wide-chars): New function.
3905 (org-table-insert-row, org-table-insert-hline):
3906 Use `org-expand-wide-chars'.
3907 (org-open-file): Fix bug in program launch.
3908 (org-get-time-of-day): Fix bug with times before 1am.
3909 (org-agenda-menu): Add tags commands.
3910
3911 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3912
3913 * textmodes/ispell.el (ispell-init-process): Include the used
3914 dictionary in ispell process start message.
3915 (ispell-internal-change-dictionary): When flyspell-mode is active
3916 and dictionary is changed, make sure ispell process is restarted
3917 and flyspell word cache cleared out for the current buffer.
3918 (ispell-change-dictionary): Make sure flyspell word cache is
3919 cleared out in all buffers with active flyspell mode when
3920 dictionary is globally changed.
3921 Call ispell-internal-change-dictionary after dictionary change.
3922
3923 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3924
3925 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3926
3927 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3928 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3929 years. Fix small differences wrt Makefile.in.
3930 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3931 Makefile.in does.
3932
3933 2006-01-12 Bill Wohler <wohler@newt.com>
3934
3935 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3936 mh-search.el.
3937
3938 2006-01-12 Masatake YAMATO <jet@gyve.org>
3939
3940 * progmodes/ld-script.el: Update copyright year.
3941
3942 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3943
3944 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3945 Don't add widget if setting undefined.
3946
3947 2006-01-12 John Paul Wallington <jpw@pobox.com>
3948
3949 * help-fns.el (describe-variable): Remove newlines from void
3950 variable output.
3951
3952 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3953
3954 * wdired.el (wdired-mode-map): Add help echo for
3955 wdired-abort-changes.
3956
3957 * man.el (Man-file-name-regexp): Adjust for a list of files.
3958
3959 2006-01-12 Masatake YAMATO <jet@gyve.org>
3960
3961 * progmodes/ld-script.el (auto-mode-alist): Support
3962 suffix conventions used in netbsd and eCos.
3963
3964 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3965
3966 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3967 (custom-variable-menu, custom-face-menu, custom-group-menu)
3968 (Custom-mode-menu): Change names of menu items. (As discussed on
3969 emacs-devel.)
3970 (custom-face-menu): Add "Undo Edits" item.
3971
3972 * startup.el (init-file-user): defcustom -> defvar.
3973
3974 * tooltip.el (tooltip-mode): Doc fix.
3975
3976 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3977
3978 * reveal.el (reveal-post-command): window-buffer signals an error on
3979 dead windows rather than returning nil.
3980 (reveal-open-new-overlays): An overlay might die while we open others.
3981
3982 2006-01-11 Bill Wohler <wohler@newt.com>
3983
3984 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3985 phrasing in docstring.
3986
3987 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3988 can give some systems gas. Add new file mh-buffers.el.
3989
3990 2006-01-06 Masatake YAMATO <jet@gyve.org>
3991
3992 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3993 C preprocessor forward ported from GNU Emacs 21.2.
3994
3995 * progmodes/asm-mode.el (asm-font-lock-keywords):
3996 Use `cpp-font-lock-keywords'.
3997
3998 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3999
4000 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
4001 of $ for "\\.ld[s]?".
4002
4003 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4004
4005 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
4006 (tcl-indent-line): Return `noindent' if inside a string.
4007
4008 * progmodes/flymake.el (flymake-split-string): Remove more than one
4009 empty string at beg/end of the result.
4010 (flymake-find-buildfile, flymake-find-possible-master-files):
4011 Use expand-file-name.
4012 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
4013 since expand-file-name does it for us. Use directory-file-name.
4014 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
4015 (flymake-ler-get-type, flymake-ler-get-text)
4016 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
4017 (flymake-current-line-no): Remove spurious interactive spec.
4018 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
4019 (flymake-check-include): Remove arg inc-path merged into inc-name.
4020 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
4021 Arg regexp-list replaced by a simple regexp.
4022 (flymake-master-make-header-init, flymake-master-tex-init):
4023 Correspondingly replace regexp-list with a regexp. Fix regexp.
4024
4025 2006-01-10 Simon Josefsson <jas@extundo.com>
4026
4027 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
4028 describing AUTH PLAIN fix.
4029
4030 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
4031
4032 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
4033 (report-emacs-bug): Don't record initial prompt text.
4034 Instead, add text properties to prompting text.
4035 (report-emacs-bug-hook): Delete prompting text.
4036
4037 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4038
4039 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
4040 `dirs'. Adjust callers.
4041
4042 2006-01-09 John Paul Wallington <jpw@gnu.org>
4043
4044 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
4045
4046 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4047
4048 * reveal.el (reveal-open-new-overlays): New extracted fun.
4049 (reveal-close-old-overlays): Idem. Check overlays's liveness before
4050 using them. Simplify the code.
4051 (reveal-post-command): Use them. Fix up obsolete windows in
4052 reveal-open-spots.
4053
4054 * progmodes/flymake.el: Use `require' rather than autoload for
4055 XEmacs's overlays.
4056 (flymake-get-common-file-prefix, flymake-build-relative-filename):
4057 Delete. Use file-relative-name instead.
4058 (flymake-get-syntax-check-program-args, flymake-perl-init):
4059 Simplify the resulting code.
4060
4061 * log-view.el (log-view-file-re, log-view-message-re): Add support
4062 for DaRCS output.
4063
4064 2006-01-09 Alex Schroeder <alex@gnu.org>
4065
4066 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
4067 identifiers sometimes added in square brackets at the beginning of
4068 subject lines.
4069
4070 2006-01-07 Richard M. Stallman <rms@gnu.org>
4071
4072 * cus-edit.el (Custom-set, Custom-save): Doc fix.
4073 (Custom-reset-current, Custom-reset-saved): Change question text.
4074 (Custom-reset-standard): Likewise.
4075 (custom-variable-reset-saved): Doc fix.
4076
4077 2006-01-07 Eli Zaretskii <eliz@gnu.org>
4078
4079 * startup.el (init-file-user): Doc fix.
4080
4081 2006-01-07 Alex Schroeder <alex@gnu.org>
4082
4083 * mail/rmail.el (rmail-current-subject): New function.
4084 (rmail-current-subject-regexp): New function.
4085 (rmail-next-same-subject): Use it.
4086
4087 * mail/rmailsum.el (rmail-summary-by-topic):
4088 Use rmail-current-subject and rmail-current-subject-regexp.
4089 (rmail-summary-next-same-subject): Ditto.
4090
4091 * net/rcirc.el (rcirc-send-input): No longer check whether the
4092 process is open, since not all commands need an open process.
4093 (rcirc-send-string): Check whether the process is open before
4094 sending anything.
4095 (rcirc-ignore-list): New option.
4096 (rcirc-ignore-list-automatic): New variable.
4097 (rcirc-print): Take rcirc-ignore-list into account.
4098 (rcirc-cmd-ignore): New command.
4099 (rcirc-ignore-update-automatic): New function.
4100 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
4101 list if ignored nicks.
4102 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
4103
4104 2006-01-06 David Reitter <david.reitter@gmail.com>
4105
4106 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
4107 reflect the address to which the report will be sent.
4108
4109 2006-01-06 Eli Zaretskii <eliz@gnu.org>
4110
4111 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
4112 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
4113
4114 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
4115
4116 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
4117
4118 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
4119 the doc string: "functoin" => "function".
4120 * ldefs-boot.el: Likewise.
4121
4122 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
4123 message text: "Duplicat" => "Duplicate".
4124
4125 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
4126
4127 * files.el (basic-save-buffer-2): If backing-up failed, reset
4128 buffer-backed-up to nil.
4129
4130 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
4131
4132 * progmodes/gud.el (gdb-script-skip-to-head)
4133 (gdb-script-calculate-indentation): Indent for breakpoint command
4134 lists also.
4135
4136 2006-01-05 Bill Wohler <wohler@newt.com>
4137
4138 * Makefile.in (compile-always): Add mh-autoloads dependency.
4139 (bootstrap): Remove mh-autoloads dependency, as compile dependency
4140 provides it.
4141 (updates): Remove mh-autoloads dependency, since it probably has
4142 already run recently (via recompile).
4143
4144 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
4145
4146 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
4147 argument `force' to disable the flyspell-last-buffer optimization.
4148 (flyspell-mode-on): Use it.
4149
4150 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
4151 flymake-simple-cleanup.
4152 (flymake-allowed-file-name-masks): Use this new default.
4153 All the functions are now called in the right buffer rather than
4154 passing the buffer as argument.
4155 (flymake-process-sentinel): Switch to buffer before calling cleanup.
4156 (flymake-parse-err-lines): Remove redundant buffer arg.
4157 (flymake-get-program-dir): Comment out unused function.
4158 (flymake-start-syntax-check, flymake-start-syntax-check-process):
4159 Remove redundant buffer argument.
4160 (flymake-get-real-file-name, flymake-simple-java-cleanup)
4161 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
4162
4163 2006-01-05 Richard M. Stallman <rms@gnu.org>
4164
4165 * info.el (Info-find-node): Don't record previous node if have none.
4166 (info): Go to directory only if history is empty.
4167
4168 * simple.el (mark): Doc fix.
4169
4170 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4171
4172 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
4173 already of desired type.
4174 (mac-ae-list): Coerce parameter to "list" type.
4175 (mac-dispatch-apple-event): Replace cadr part of event with a
4176 dummy position so that event-start returns it.
4177
4178 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
4179
4180 * textmodes/org.el (org-end-of-subtree): New function.
4181 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
4182 Use `org-end-of-subtree'.
4183 (org-agenda, org-agenda-convert-date): Protect calls to
4184 `fit-window-to-buffer'.
4185 (org-tags-view): Force matching of sublevels when doing a
4186 todo-only search. Define the correct redo command, including the
4187 arguments.
4188 (org-agenda-redo): Display message.
4189 (org-check-for-org-mode): New function.
4190 (org-agenda-type): New variable.
4191 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
4192 Set `org-agenda-type'.
4193 (org-agenda-check-type): New function.
4194 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4195 (org-agenda-week-view, org-agenda-day-view)
4196 (org-agenda-next-date-line, org-agenda-previous-date-line)
4197 (org-agenda-log-mode, org-agenda-toggle-diary)
4198 (org-agenda-toggle-time-grid, org-agenda-date-later)
4199 (org-agenda-date-prompt, org-agenda-diary-entry)
4200 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
4201 (org-agenda-convert-date, org-agenda-menu):
4202 Use `org-agenda-check-type'.
4203 (org-make-overlay, org-delete-overlay)
4204 (org-detatch-overlay, org-move-overlay, org-overlay-put):
4205 New compatibility functions.
4206 (org-calendar-select-mouse): New command.
4207
4208 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
4209
4210 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
4211 (Custom-reset-standard): Fix y-or-n-p messages.
4212 (custom-link): New face for links.
4213 (custom-buffer-create-internal, custom-manual): Use it.
4214 (custom-face-save): Push to theme-face before setting face spec.
4215
4216 * wid-edit.el (widget-default-mouse-face-get): New function.
4217 (widget-specify-button): Handle mouse-face like button-face.
4218
4219 * custom.el (load-theme): Clear old theme settings if reloading.
4220
4221 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
4222
4223 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
4224 "Erase Customization" button back to same position it occupies in
4225 the individual State menus.
4226
4227 2006-01-04 Kim F. Storm <storm@cua.dk>
4228
4229 * wid-edit.el (key-sequence): Rework widget to read key binding
4230 using `kbd' syntax. Use C-q to insert literal key, event, or code.
4231 (widget-key-sequence-default-value): Default value for empty sequence.
4232 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
4233 (widget-key-sequence-read-event): New command for C-q.
4234 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
4235 (widget-key-sequence-value-to-external): New functions.
4236
4237 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4238
4239 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
4240 Use expand-file-name.
4241 (flymake-delete-temp-directory): Use expand-file-name,
4242 file-name-directory, and directory-file-name.
4243 (flymake-strrchr): Delete.
4244 (flymake-start-syntax-check): Don't pass the redundant buffer argument
4245 to the init-f function.
4246 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
4247 (flymake-init-find-buildfile-dir)
4248 (flymake-init-create-temp-source-and-master-buffer-copy)
4249 (flymake-simple-make-init-impl, flymake-simple-make-init)
4250 (flymake-master-make-init, flymake-master-make-header-init)
4251 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
4252 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
4253 (flymake-xml-init): Remove corresponding redundant buffer argument.
4254 (flymake-allowed-file-name-masks): Remove last elems that are equal to
4255 the default anyway. Clean up regexps.
4256
4257 * progmodes/flymake.el (flymake-temp-source-file-name)
4258 (flymake-master-file-name, flymake-temp-master-file-name)
4259 (flymake-base-dir): New buffer-local vars.
4260 (flymake-buffer-data, flymake-get-buffer-value)
4261 (flymake-set-buffer-value): Replace those hash-tables by the new
4262 buffer-local vars. Update callers.
4263
4264 * progmodes/flymake.el (flymake-check-start-time)
4265 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
4266 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
4267 Move definition, so we can remove redundant earlier declaration.
4268 (flymake-replace-regexp-in-string, flymake-split-string)
4269 (flymake-get-temp-dir): Use defalias.
4270 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
4271 (flymake-xemacs-window-edges): Remove unused function.
4272 (flymake-get-point-pixel-pos): Move.
4273 (flymake-pid-to-names, flymake-reg-names)
4274 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
4275 Replace by a simple list flymake-processes and by process-buffer.
4276 Update callers. Other than simplify the code, it uses buffers rather
4277 than buffer-names so it doesn't get confused by uniquify.
4278 (flymake-buffer-data): The global value should just be nil.
4279
4280 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
4281 Optimize the body of a defalias like any other code.
4282
4283 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
4284 Make sure we've setup font-lock's vars. It may influence which
4285 function we then call.
4286 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
4287 here since it's too late anyway.
4288
4289 2006-01-03 Romain Francoise <romain@orebokech.com>
4290
4291 * startup.el (fancy-splash-tail, normal-splash-screen):
4292 Update copyright year.
4293
4294 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
4295
4296 * mouse.el (mouse-drag-track): Rename, from
4297 `mouse-drag-region-1'. Includes optional argument required to
4298 enable post-drag event processing (e.g. delete region keys).
4299 Can be used without this argument to track a mouse region and operate
4300 on it as soon as the drag completes.
4301 (mouse-drag-region): Use `mouse-drag-track'.
4302
4303 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4304
4305 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
4306 Move to `custom-buffer' group.
4307
4308 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4309 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
4310 (custom-theme-insert-face-marker, custom-theme-variable-menu)
4311 (custom-theme-face-menu): New variables.
4312 (custom-theme-add-variable, custom-theme-variable-action)
4313 (custom-variable-reset-theme, custom-theme-delete-variable)
4314 (custom-face-reset-theme, custom-theme-face-action)
4315 (custom-theme-delete-face, custom-theme-merge-theme)
4316 (custom-theme-add-face, custom-theme-visit-theme): New functions.
4317
4318 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
4319
4320 * custom.el: Move Custom Themes commentary to start of theme code.
4321 (custom-known-themes): Rename `standard' theme to `changed'.
4322 (custom-push-theme): Caller no longer specifies what theme to use
4323 when doing `reset'---the setting is simply removed from the theme.
4324 Delete MODE from `theme-value' and `theme-settings' properties.
4325 (custom-declare-theme): Ignore &rest args since we don't use them.
4326
4327 (custom-loaded-themes): Delete variable.
4328 (custom-theme-load-themes, custom-theme-loaded-p)
4329 (custom-theme-value): Delete functions.
4330
4331 (custom-declare-theme): Signal error on invalid theme names.
4332 (provide-theme): custom-loaded-themes was deleted.
4333 (load-theme): Load the file unconditionally.
4334 (enable-theme): Call `load-theme' if theme is undefined.
4335 (custom-enabled-themes): Only update value for successful loads.
4336 (disable-theme): Complete from enabled themes when interactive.
4337 (custom-variable-theme-value): Calculate theme value directly.
4338
4339 (custom-theme-reset-variables, custom-reset-variables): Mark as
4340 XEmacs compatibility functions. We don't actually use these.
4341
4342 * cus-edit.el (custom-variable-state-set):
4343 Use custom-variable-theme-value instead of custom-theme-value.
4344 (custom-face-state-set): Rename `standard' theme to `changed'.
4345 (custom-save-variables, custom-save-faces): Delete unneeded
4346 references to custom-reset-variables.
4347 (custom-save-resets): Delete function.
4348 (custom-save-variables, custom-save-faces): MODE argument deleted.
4349 (custom-save-variables, custom-save-faces): Ignore theme values.
4350
4351 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4352 compatibility function.
4353
4354 2006-01-01 Richard M. Stallman <rms@gnu.org>
4355
4356 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4357 (Custom-reset-current, Custom-reset-saved): Likewise.
4358 (Custom-reset-standard): Show message if aborted.
4359 (custom-mode): Doc fix, describing those commands.
4360
4361 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4362 put on event-kind property.
4363
4364 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4365
4366 * custom.el (provide-theme): Ban `user' theme name.
4367 (custom-enabling-themes): New variable.
4368 (enable-theme): Don't enable user if custom-enabling-themes is t.
4369 (custom-enabled-themes): Make it a defcustom.
4370 (custom-theme-recalc-face): No-op if face is undefined.
4371
4372 * cus-edit.el (custom-button-mouse): New variable.
4373 (custom-button-mouse): New face.
4374 (custom-raised-buttons, custom-mode): Use it.
4375
4376 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4377
4378 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4379
4380 * progmodes/gud.el (gud-display-line): Support hl-line in the
4381 source buffer.
4382
4383 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4384
4385 * mouse.el (mouse-drag-window-above): Verify that the found window
4386 overlaps with the given window in the horizontal dimension.
4387
4388 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4389
4390 * Makefile.in (cvs-update): New target.
4391
4392 * makefile.w32-in (cvs-update): Ditto.
4393
4394 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4395
4396 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4397 (custom-new-theme-mode-map): New variable.
4398
4399 2005-12-30 Richard M. Stallman <rms@gnu.org>
4400
4401 * custom.el (custom-load-themes): Function deleted.
4402
4403 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4404 (custom-save-variables): Don't delete or add custom-load-themes call.
4405
4406 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4407
4408 * cus-start.el: Add `visible-cursor'.
4409
4410 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4411 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4412 (flymake-process-filter): Switch to buffer before calling it instead.
4413 (flymake-post-syntax-check, flymake-highlight-err-lines)
4414 (flymake-delete-own-overlays, flymake-parse-err-lines)
4415 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4416 (flymake-count-lines, flymake-parse-residual):
4417 Remove constant buffer argument.
4418 (flymake-start-syntax-check-for-current-buffer): Remove.
4419 Update callers to use flymake-start-syntax-check instead.
4420 (flymake-display-err-menu-for-current-line):
4421 Remove unused var `mouse-pos'.
4422 (flymake-restore-formatting): Comment out unused function.
4423 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4424 argument, use current-buffer instead. Update callers.
4425
4426 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4427
4428 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4429 buffer-local because choose-completion-delete-max-match requires
4430 that we set completion-ignore-case (i.e., binding via let is not
4431 sufficient).
4432 (bibtex-complete): Always set completion-ignore-case and
4433 choose-completion-string-functions. The latter is needed because
4434 choose-completion-string-functions keeps its value if we quit the
4435 *Completions* buffer without requesting a completion.
4436
4437 2005-12-30 Andreas Schwab <schwab@suse.de>
4438
4439 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4440
4441 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4442
4443 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4444
4445 2005-12-30 Juri Linkov <juri@jurta.org>
4446
4447 * locate.el (locate-fcodes-file, locate-header-face)
4448 * progmodes/delphi.el (delphi-other-face)
4449 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4450
4451 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4452 group `paren-showing-faces'.
4453
4454 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4455 (goto-address): Fix docstring.
4456
4457 * net/webjump.el (webjump-sample-sites): Update URLs.
4458
4459 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4460
4461 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4462
4463 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4464
4465 * font-lock.el (font-lock-compile-keywords): Signal an error when
4466 font-lock-set-defaults hasn't been called.
4467
4468 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4469
4470 * subr.el (noreturn, 1value): Doc fixes.
4471
4472 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4473
4474 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4475 that assoc-string returns nil.
4476
4477 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4478
4479 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4480 (bibtex-entry-type-str, bibtex-empty-field-re)
4481 (bibtex-search-backward-string, bibtex-preamble-prefix)
4482 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4483 (bibtex-any-valid-entry-type): New variable.
4484 (bibtex-parse-field-name): Simplify.
4485 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4486 (bibtex-preamble-prefix): Include left delimiter.
4487 (bibtex-search-forward-field, bibtex-search-backward-field):
4488 Allow unbounded search past entry boundaries (required by bibtex-pop).
4489 (bibtex-text-in-field-bounds): Use push.
4490 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4491 (bibtex-parse-preamble, bibtex-valid-entry)
4492 (bibtex-beginning-first-field): New functions.
4493 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4494 (bibtex-map-entries): Fix docstring.
4495 (bibtex-flash-head): New arg prompt. Simplify.
4496 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4497 (bibtex-insert-kill): Simplify. Always insert text past the
4498 current field or entry.
4499 (bibtex-format-entry): Use bibtex-parse-field.
4500 (bibtex-pop): Use bibtex-beginning-of-entry and
4501 bibtex-end-of-entry to initiate the search. Insert empty field if
4502 we found ourselves.
4503 (bibtex-print-help-message): New args field and comma.
4504 Handle entry keys.
4505 (bibtex-make-field): Use bibtex-beginning-of-entry.
4506 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4507 invalid entry.
4508 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4509 Handle preambles. Simplify code for thorough test.
4510 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4511 New arg comma. Handle entry heads.
4512 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4513 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4514 New arg comma.
4515 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4516 (bibtex-fill-field): Simplify.
4517 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4518 bibtex-parse-field.
4519 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4520 (bibtex-complete): Use bibtex-parse-preamble.
4521
4522 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4523
4524 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4525 Display name of expression instead of convenience variable.
4526 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4527
4528 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4529 toggle-gud-tooltip-dereference.
4530 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4531 (gud-tooltip-tips): ...here when dereferencing.
4532
4533 2005-12-28 Bill Wohler <wohler@newt.com>
4534
4535 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4536
4537 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4538
4539 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4540 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4541 (vc-annotate-display-autoscale): Adjust call.
4542 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4543 Fix interactive spec.
4544 (vc-annotate-time-span): Remove.
4545 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4546 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4547 (vc-annotate-display-select): Use new name.
4548
4549 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4550 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4551 Correct the construction of span entries. Simplify.
4552 (vc-annotate-display-select): Fix the nil case.
4553 (vc-annotate): Remove obsolete (and now broken) code.
4554 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4555 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4556
4557 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4558
4559 * subr.el (lazy-completion-table): Correct typo in docstring.
4560
4561 * startup.el (command-line): Use `custom-reevaluate-setting' for
4562 `send-mail-function'.
4563
4564 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4565
4566 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4567
4568 * mail/smtpmail.el (smtpmail-try-auth-methods):
4569 Send credentials together with "AUTH PLAIN" command.
4570
4571 2005-12-27 Richard M. Stallman <rms@gnu.org>
4572
4573 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4574 mouse-2, go back to previously selected window, so it's selected
4575 when mouse-2 command runs.
4576
4577 2005-12-27 Juri Linkov <juri@jurta.org>
4578
4579 * descr-text.el (describe-text-sexp): Use square brackets for
4580 button [Show] to distinguish it from the property value `show'.
4581 (describe-property-list): Use `insert-text-button' with
4582 `help-face' type instead of putting face in quotes, because button
4583 is not created automatically for a list of faces.
4584 (describe-text-properties-1): Put button-type value in quotes to
4585 distinguish from plain text "button".
4586 (describe-char): Display code point values in hex. Don't use
4587 `symbol-name' for `current-input-method' because it is a string.
4588 Use `insert-text-button' with `help-face' type instead of putting
4589 hardcoded face in quotes, because button is not created automatically.
4590
4591 2005-12-27 Richard M. Stallman <rms@gnu.org>
4592
4593 * progmodes/glasses.el (glasses-face): More specific custom type.
4594
4595 * files.el (set-visited-file-name): Doc fix.
4596
4597 * textmodes/flyspell.el (flyspell-external-point-words):
4598 Use local var buffer-scan-pos to advance scan for next misspelling.
4599 Advance it only after we find the misspelling.
4600
4601 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4602
4603 * textmodes/flyspell.el (flyspell-external-point-words):
4604 New criteria for finding the misspelling in the buffer.
4605
4606 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4607
4608 * help-mode.el (help-insert-string): Set help-xref-stack-item
4609 rather than call help-setup-xref.
4610
4611 * descr-text.el (describe-char): Revert previous changes for
4612 optional buffer argument.
4613
4614 2005-12-27 Juri Linkov <juri@jurta.org>
4615
4616 * help-mode.el (help-insert-string): New function. Save buffer
4617 contents in cases where it is impossible to recompute the old contents.
4618
4619 * descr-text.el (describe-char): Set help-xref-stack-item
4620 explicitly after buffer has been generated.
4621
4622 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4623
4624 * cus-start.el (all): Add x-gtk-show-hidden-files.
4625
4626 2005-12-26 Richard M. Stallman <rms@gnu.org>
4627
4628 * replace.el (perform-replace): Calculate match-again
4629 before skipping read-only matches.
4630
4631 * paren.el (paren-showing-faces): New group.
4632 (show-paren-match, show-paren-mismatch): Move to that group.
4633
4634 * button.el (button): Put into group `basic-faces'.
4635
4636 * progmodes/make-mode.el: Remove faces from group `faces'.
4637
4638 * apropos.el (apropos, apropos-value): Doc fix.
4639 (apropos-documentation): Doc fix.
4640
4641 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4642
4643 * subr.el (lazy-completion-table): Remove argument `args'.
4644
4645 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4646 Don't use the `args' argument of lazy-completion-table.
4647
4648 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4649
4650 * descr-text.el (describe-char): Add optional argument for buffer.
4651 Set buffer appropriately. Call help-setup-xref.
4652 Suggested by Stefan Monnier.
4653
4654 2005-12-26 Juri Linkov <juri@jurta.org>
4655
4656 * descr-text.el: Require `help-fns' at runtime. Don't require
4657 `button' for byte compilation.
4658 (describe-text-widget): Add `help-echo' for first button.
4659 Use `help-info' for second.
4660 (describe-property-list): Use `help-argument-name' instead of `italic'.
4661 (describe-text-category): Add prompt to interactive spec.
4662 Call `help-setup-xref'.
4663 (describe-char): Use `help-character-set'. Add `help-echo' for
4664 code point. Use `help-input-method'. Remove superfluous insert.
4665
4666 2005-12-25 Richard M. Stallman <rms@gnu.org>
4667
4668 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4669 at point, in case of narrowing.
4670
4671 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4672
4673 * locate.el (locate-header-face): Allow nil in type.
4674
4675 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4676
4677 2005-12-25 Romain Francoise <romain@orebokech.com>
4678
4679 * battery.el (battery-linux-proc-acpi): Also try
4680 `/proc/acpi/thermal_zone/THM0/temperature'.
4681
4682 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4683
4684 * custom.el (custom-push-theme): Fix docstring.
4685
4686 * cus-edit.el (custom-variable-set, custom-variable-save)
4687 (custom-variable-save): Custom-quote widget values.
4688 (customize-save-variable): Fix custom-push-theme call.
4689
4690 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4691
4692 * w32-fns.el (w32-batch-update-autoloads): New function.
4693
4694 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4695 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4696 from the command line.
4697
4698 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4699
4700 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4701 reset means to remove setting from theme entirely. Don't keep
4702 expanding theme-settings list; delete old entries if necessary.
4703
4704 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4705 customization" button one line up.
4706 (custom-themed): New face.
4707 (custom-magic-alist): New value, THEMED, for theme settings.
4708 (custom-variable-state-set, custom-face-state-set):
4709 Check theme-value instead of saved-value.
4710 (custom-variable-reset-standard, custom-face-reset-standard):
4711 Remove theme setting entirely. Recalculate new values.
4712 (custom-variable-set, custom-variable-set)
4713 (custom-variable-reset-saved, custom-variable-reset-backup)
4714 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4715 (custom-variable-save): Fix typos.
4716
4717 2005-12-23 Juri Linkov <juri@jurta.org>
4718
4719 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4720 Add autoload cookies.
4721 (edebug-outside-d-c-i-n-s-w): New variable.
4722 (edebug-display, edebug-outside-excursion): Use it to save the
4723 original value of default-cursor-in-non-selected-windows.
4724 Set default-cursor-in-non-selected-windows to t while Edebug
4725 is active.
4726 (edebug-mode, edebug-eval-mode): Doc fix.
4727
4728 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4729 with `buffer-substring-no-properties' to remove common substring
4730 highlighting.
4731
4732 * info.el (info-other-window, info): Rename function argument
4733 `file' to `file-or-node'.
4734 (Info-complete-menu-item): Use local variable `complete-nodes' to
4735 keep the global value of `Info-complete-nodes' unchanged for
4736 subsequent completions.
4737 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4738
4739 * simple.el (get-next-valid-buffer, last-buffer)
4740 (next-error-buffer-p, next-error-find-buffer)
4741 (minibuffer-history-sexp-flag): Doc fix.
4742
4743 * savehist.el (savehist-mode-hook): Add `:group'.
4744
4745 * log-view.el: Call autoload for vc-find-version.
4746 (log-view-current-file): Adjust subgroup numbers.
4747 (log-view-current-tag): Add `length'.
4748
4749 2005-12-23 Richard M. Stallman <rms@gnu.org>
4750
4751 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4752
4753 2005-12-23 Juri Linkov <juri@jurta.org>
4754
4755 * hi-lock.el (hi-lock-archaic-interface-message-used)
4756 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4757 (hi-lock-mode): Display "Hi" in the mode line only when
4758 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4759 (hi-lock-write-interactive-patterns):
4760 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4761 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4762 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4763 font-lock-add-keywords to t.
4764
4765 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4766
4767 * hi-lock.el (hi-lock-highlight-range): New variable.
4768 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4769 only if font-lock-fontified is non-nil. Remove overlays.
4770 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4771 font-lock-fontified is non-nil, otherwise use overlays (instead of
4772 text properties).
4773 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4774 New variables.
4775 (hi-lock-string-serialize) New function.
4776
4777 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4778
4779 * menu-bar.el (menu-find-file-existing): New function.
4780 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4781
4782 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4783
4784 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4785
4786 * vc.el: Remove unnecessary leading * in docstrings.
4787 (vc-annotate-mode-map): Move initialization into declaration.
4788 (vc-static-header-alist): Nitpick on the regexp.
4789 (vc-default-init-version): New fun.
4790 (vc-register): Use it.
4791 (vc-insert-headers): Use dolist.
4792 (vc-annotate-get-backend): Remove unused function.
4793 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4794 (vc-annotate-mode): Remove corresponding call.
4795 (vc-annotate-car-last-cons): Simplify.
4796 (vc-annotate-buffers): Remove var.
4797 (vc-annotate-backend): Make it buffer-local.
4798 (vc-annotate): Move the interaction to the interactive spec.
4799 Add a `buf' argument.
4800 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4801 killing&creating a vc-annotate buffer, which is very disruptive when
4802 the buffers are shown in dedicated frames.
4803
4804 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4805
4806 * descr-text.el: Add FSF as maintainer.
4807 (describe-text-mode, describe-text-mode-map)
4808 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4809 help-mode.
4810 (describe-text-widget, describe-text-sexp)
4811 (describe-property-list, describe-text-category)
4812 (describe-text-properties, describe-text-properties-1)
4813 (describe-char): Use help buttons instead of widgets.
4814 (describe-char-unicodedata-file): Make URL link in doc string.
4815
4816 2005-12-22 Richard M. Stallman <rms@gnu.org>
4817
4818 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4819 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4820 Don't include buttons that write a file when there's no file.
4821 (custom-variable-menu, custom-face-menu, custom-group-menu):
4822 Don't include commands that write a file when there's no file.
4823 (customize-browse): Reword the top-of-buffer help intro.
4824 (custom-buffer-create-internal): Fix previous change.
4825 (customize-changed-options-previous-release): Prev release is 21.1.
4826 (customize-changed-options): Doc fix.
4827 (customize-changed): New alias.
4828 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4829 Say "standard values".
4830 (Custom-reset-standard): Doc fix.
4831 (custom-face-reset-standard): Doc fix.
4832
4833 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4834
4835 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4836 even if font-lock-mode is non-nil since it may be t without having
4837 turned on font-lock-mode-internal.
4838 (font-lock-choose-keywords): Minor optimization.
4839 (font-lock-add-keywords, font-lock-remove-keywords)
4840 (font-lock-set-defaults): Don't call make-local-variable on a variable
4841 that we know to already be local.
4842
4843 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4844
4845 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4846 messages if in the minibuffer.
4847
4848 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4849
4850 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4851 (tex-mode-flyspell-verify, flyspell-get-word)
4852 (flyspell-external-point-words): Don't use point-min/max uselessly.
4853
4854 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4855 by Kevin Rodgers. Instead, just hide the completions buffer if we
4856 don't need to show it.
4857
4858 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4859
4860 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4861
4862 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4863
4864 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4865 delete-windows-on with an inexistent buffer.
4866
4867 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4868
4869 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4870 Delete defcustom variable :tag names.
4871
4872 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4873
4874 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4875 (log-view-font-lock-keywords): Ajust subgroup numbers.
4876 (log-view-current-tag): Don't hard code the number of subgroups.
4877
4878 2005-12-20 Juri Linkov <juri@jurta.org>
4879
4880 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4881 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4882
4883 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4884 (menu-bar-non-minibuffer-window-p): Instead of checking
4885 display-multi-frame-p, use selected-frame when menu-updating-frame
4886 is nil.
4887
4888 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
4889
4890 * align.el (align-rules-list): Use [ \t] instead of \s-
4891 for column separators in text mode.
4892
4893 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4894
4895 * help-mode.el (help-customize-variable, help-customize-face):
4896 Don't pop help-xref-stack as help-follow no longer pushes
4897 anything on to it.
4898
4899 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4900
4901 * textmodes/org.el (org-agenda-custom-commands): New option.
4902 (org-agenda): Offer custom commands on splash screen.
4903 (org-make-tags-matcher): Parser for Boolean logic added.
4904 (org-agenda-set-tags): New command.
4905 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4906 (org-set-tags): Efficiency improvements.
4907 (org-auto-align-tags): New option.
4908 (org-todo, org-demote, org-promote): Realign tags.
4909 (org-tags-completion-function): Use also "&" and "|" as separators.
4910 (org-org-menu): Agenda commands simplified.
4911
4912 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4913
4914 * cus-edit.el (customize-apropos, customize-apropos-options):
4915 Docstring changes.
4916
4917 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4918
4919 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4920
4921 * longlines.el (longlines-mode): Wrap while widened.
4922 (longlines-decode-region, longlines-encode-region): Compute max
4923 just once.
4924
4925 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4926
4927 * cus-edit.el (mac): New group.
4928
4929 * cus-start.el (all): Add user options in macterm.c. Add test for
4930 Mac-related built-ins. Fix test for GTK-related built-ins.
4931
4932 * term/mac-win.el (mac-handle-language-change)
4933 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4934 (mac-services-open-selection, mac-services-mail-selection)
4935 (mac-services-mail-to, mac-services-insert-text)
4936 (mac-dispatch-apple-event): Add docstrings.
4937 (x-get-selection, mac-select-convert-to-string): Select coding
4938 system from `utf-16be' and `utf-16le' using `byteorder'.
4939
4940 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4941
4942 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4943 a "list" (lambda ...) rather than a real completion list.
4944
4945 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4946 lexical-let when encountering ((lambda (...) ...) ...).
4947
4948 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4949
4950 * progmodes/sh-script.el (sh-mode):
4951 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4952 * textmodes/picture.el (picture-mode): Update docstrings.
4953
4954 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4955
4956 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4957 commands enclosed in $(ARGQUOTE)s should not be split between two
4958 lines, as that will break with GNU Make >3.80, when sh.exe is used
4959 and arg quoting is with '..'.
4960 (autoloads): Don't break the quoted --eval expression between
4961 several lines.
4962
4963 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4964
4965 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4966 Capture error from printing circular structures.
4967
4968 2005-12-17 Martin Rudalics <rudalics@gmx.at>
4969
4970 * wid-edit.el (widget-checkbox-action): Clear undo info.
4971
4972 2005-12-16 Bill Wohler <wohler@newt.com>
4973
4974 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4975 bar, not menubar in comment.
4976
4977 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4978
4979 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4980 After-change-functions should not clobber the match data.
4981
4982 2005-12-16 Juri Linkov <juri@jurta.org>
4983
4984 * simple.el (choose-completion): Use `buffer-substring-no-properties'
4985 instead of `buffer-substring'.
4986 (completion-common-substring): Doc fix.
4987 (completion-setup-function): Use minibuffer-completion-contents
4988 instead of minibuffer-contents. Don't set common-string-length
4989 initially. Remove special handling of partial-completion-mode.
4990 Move computation of completion-base-size into one cond.
4991 Call completion-base-size-function in mainbuf. In computation of
4992 completion-base-size for file name completion don't move point to
4993 the end of the minibuffer. Move computation of common-string-length
4994 into one cond. Start putting faces only when common-string-length>=0.
4995 Add condition to put completions-common-part when
4996 common-string-length>0.
4997
4998 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4999 place point at the first different character in the minibuffer
5000 even if this position is at the beginning of the minibuffer.
5001
5002 * info.el (Info-read-node-name-1): In completion-base-size-function's
5003 lambda return 1 if common-substring or minibuffer-completion-contents
5004 starts with (, and 0 otherwise.
5005
5006 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
5007 Use `crm-current-element' for second arg of `display-completion-list'.
5008
5009 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
5010
5011 * files.el (set-auto-mode): Look for an interpreter specified on
5012 the first line also if search for mode specification succeeded,
5013 but the mode is not known.
5014
5015 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
5016
5017 * textmodes/org.el (org-tags-match-list-sublevels): New option.
5018 (org-open-at-point): Implement tag searches as links.
5019 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
5020 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
5021 (org-tags-sparse-tree, org-tags-view, org-set-tags)
5022 (org-agenda-dispatch): New commands.
5023 (org-use-tag-inheritance, org-tags-column): New options.
5024 (org-tab-follows-link, org-return-follows-link): New options.
5025 (org-tags): New customize group.
5026 (org-start-icalendar-file): Get local time zone.
5027 (org-tags-completion-function): New function.
5028 (org-set-font-lock-defaults): Make sure links will also be
5029 highlighted inside headlines.
5030
5031 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
5032
5033 * term.el (term-emulate-terminal):
5034 Let term-handle-ansi-terminal-messages override what Bash says about
5035 its current directory.
5036
5037 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5038
5039 * bindings.el (last-buffer): Move to simple.el.
5040 * simple.el (last-buffer): Move here.
5041 (get-next-valid-buffer): New function.
5042 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
5043 (prev-buffer): Ditto. Rename to `previous-buffer'.
5044
5045 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
5046 * bindings.el (global-map): Ditto.
5047
5048 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
5049
5050 * cus-edit.el: Introductory comment change.
5051 (custom-magic-alist): Change message string for the `rogue' state.
5052
5053 2005-12-15 Richard M. Stallman <rms@gnu.org>
5054
5055 * tooltip.el: Delete defcustom variable :tag names.
5056
5057 * complete.el (partial-completion-mode): Doc fix.
5058
5059 * textmodes/flyspell.el (flyspell-external-point-words):
5060 Use save-excursion to ensure we don't move backward in the
5061 search loop, not even one character.
5062 (flyspell-delete-all-overlays): Use remove-overlays directly.
5063
5064 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
5065 (ispell-start-process): Set that variable.
5066 Clear ispell-buffer-local-name.
5067 (ispell-internal-change-dictionary):
5068 Set ispell-current-dictionary after killing process.
5069 (ispell-buffer-local-dict):
5070 Don't set spell-personal-dictionary after killing process.
5071 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
5072 (ispell-tex-skip-alists, ispell-html-skip-alists)
5073 (ispell-skip-region-alist): Mark as risky.
5074
5075 * net/newsticker.el (newsticker--retrieval-timer-list)
5076 (newsticker--display-timer, newsticker-running-p)
5077 (newsticker-ticker-running-p): Definitions moved up.
5078
5079 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
5080
5081 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
5082
5083 2005-12-15 David Ponce <david@dponce.com>
5084
5085 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
5086 (recentf-edit-list, recentf-open-files): Signal an error when
5087 there is no recent file.
5088
5089 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
5090
5091 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
5092 read-only except for texinfo-format-region evaluation.
5093
5094 2005-12-14 Richard M. Stallman <rms@gnu.org>
5095
5096 * vc.el (vc-default-previous-version, vc-default-next-version)
5097 (vc-do-command): Doc fixes.
5098
5099 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5100
5101 * textmodes/bibtex.el (bibtex-expand-strings)
5102 (bibtex-autokey-expand-string, bibtex-name-part)
5103 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
5104 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
5105 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
5106 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
5107 (bibtex-entry-postfix, bibtex-known-entry-type-re)
5108 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
5109 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
5110 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
5111 (bibtex-beginning-of-last-entry): Remove.
5112 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
5113 message if comma is missing but buffer is read-only.
5114 (bibtex-parse-field-text): Handle whitespaces at the end of field
5115 text. Return 3-element list with beginning and end of field text
5116 and end of field.
5117 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
5118 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
5119 (bibtex-search-forward-field, bibtex-search-backward-field):
5120 Search always delimited by limits of entry. Use more efficient
5121 search algorithms.
5122 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
5123 bibtex-end-of-name-in-field.
5124 (bibtex-text-in-field-bounds): Handle BibTeX strings when
5125 extracting the content of a field.
5126 (bibtex-text-in-field): Use search limits.
5127 (bibtex-parse-string-prefix): Handle empty string keys based on
5128 bibtex-string-empty-key.
5129 (bibtex-parse-string): Fix docstring.
5130 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
5131 (bibtex-preamble-prefix, bibtex-strings): New functions.
5132 (bibtex-skip-to-valid-entry): Include preceding whitespace in
5133 BibTeX entries (consistent with other BibTeX functions).
5134 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
5135 (bibtex-search-entry): Fix docstring. Simplify.
5136 (bibtex-flash-head, bibtex-complete-string-cleanup)
5137 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
5138 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
5139 (bibtex-parse-entry): New optional arg content.
5140 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
5141 Use bibtex-text-in-field-bounds.
5142 (bibtex-print-help-message): Handle BibTeX strings and preambles.
5143 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
5144 bibtex-parse-string-postfix.
5145 (bibtex-find-text-internal): New function.
5146 (bibtex-remove-delimiters): Use it.
5147 (bibtex-find-text): Use it. New optional arg help.
5148 (bibtex-complete): Handle BibTeX string and preamble entries.
5149 (bibtex-Preamble): Fix order of closing delimiters.
5150
5151 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
5152
5153 * vc.el (vc-default-revert): New fun.
5154
5155 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
5156
5157 2005-12-14 Romain Francoise <romain@orebokech.com>
5158
5159 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
5160 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
5161 (font-lock-remove-keywords): Likewise.
5162
5163 2005-12-14 Juri Linkov <juri@jurta.org>
5164
5165 * log-view.el (log-view-diff): Doc fix.
5166
5167 * isearch.el (isearch-query-replace): Use (mark) instead of
5168 isearch-opoint if mark is active in transient-mark-mode.
5169
5170 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5171
5172 * isearch.el (isearch-query-replace): Check for isearch-other-end.
5173
5174 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
5175
5176 * progmodes/cpp.el (cpp-face): New widget.
5177 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
5178
5179 2005-12-14 Juri Linkov <juri@jurta.org>
5180
5181 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
5182 around `erase-buffer' and `insert'.
5183
5184 * descr-text.el (describe-text-properties): Replace buffer name
5185 "*Help-2*" with "*Help*<2>".
5186 (describe-char): Add functions print-help-return-message,
5187 toggle-read-only. Use help-setup-xref with nil to not store
5188 describe-char in help-xref-stack. Use help-make-xrefs to
5189 make [back] button.
5190
5191 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
5192
5193 * wdired.el (wdired-old-point): New internal variable.
5194 (wdired-change-to-wdired-mode): Set it buffer-locally.
5195 (wdired-abort-changes): Restore point after aborting changes.
5196
5197 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5198
5199 * vc.el (vc-do-command): Add a new value t for okstatus.
5200
5201 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
5202 frame in case of errors.
5203
5204 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5205
5206 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
5207 so it comes after "On the Left" in the menu.
5208
5209 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
5210
5211 * cus-edit.el (customize-apropos, customize-apropos-options)
5212 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
5213
5214 2005-12-12 Bill Wohler <wohler@newt.com>
5215
5216 * vc-svn.el (vc-svn-registered): Fix problem of visiting
5217 non-writable Subversion-controlled files by saving window
5218 configuration before calling vc-do-command. vc-do-command calls
5219 pop-to-buffer on error which is unexpected during registration.
5220
5221 2005-12-12 Jay Belanger <belanger@truman.edu>
5222
5223 * calc/README: Update the summary of changes.
5224
5225 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5226
5227 * descr-text.el (describe-char): Rework last fix to solve the problem
5228 is the same way it's solved for everything else in that function
5229 (i.e. by extracting the info before setting up the *Help* buffer).
5230
5231 2005-12-12 Kim F. Storm <storm@cua.dk>
5232
5233 * subr.el (version-regexp-alist): Allow space as separator before
5234 non-numeric part, e.g. "1.0 alpha".
5235 (version-to-list): Interpret .X.Y version as 0.X.Y version.
5236
5237 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
5238
5239 * textmodes/org.el (org-agenda, org-timeline, org-todo):
5240 Implement Logging and the keep-modes setting.
5241 (org-get-category): Make sure a string is returned.
5242 (org-log-done): New function.
5243 (org-log-done, org-closed-string): New options.
5244
5245 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5246
5247 * tooltip.el (tooltip-y-offset): Change default to 20.
5248
5249 2005-12-12 Richard M. Stallman <rms@gnu.org>
5250
5251 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
5252
5253 * frame.el (display-hourglass): Doc fix.
5254
5255 * help.el (help-for-help-internal): Simplify entry for `a'.
5256
5257 * info.el (Info-on-current-buffer): Doc fix.
5258 (info-insert-file-contents): Don't test (featurep 'jka-compr).
5259
5260 * startup.el (inhibit-splash-screen): Make this the real name.
5261 (inhibit-startup-message): Make this the alias.
5262 (command-line): Find only simple.el, and use its directory
5263 to fill in other preloaded files' names.
5264 (command-line): Deactivate the mark if deactivate-mark is set.
5265
5266 * international/mule.el (load-with-code-conversion):
5267 Bind deactivate-mark.
5268
5269 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
5270
5271 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
5272
5273 * cus-edit.el (customize-apropos): Avoid listing an option more
5274 than once under different aliases. No longer list user options
5275 that are not defined with defcustom (unless a prefix arg is given).
5276 Doc fix.
5277 (customize-apropos-options): Doc fix.
5278
5279 2005-12-11 Juri Linkov <juri@jurta.org>
5280
5281 * frame.el (set-background-color, set-foreground-color)
5282 (set-cursor-color, set-mouse-color, set-border-color):
5283 Add explicit prompts to read colors by `facemenu-read-color'.
5284 (show-trailing-whitespace, blink-cursor-delay)
5285 (blink-cursor-interval, display-hourglass, hourglass-delay):
5286 Remove tags.
5287 (display-hourglass, hourglass-delay): Doc fix.
5288 (cursor-in-non-selected-windows): Capitalize words in tag.
5289
5290 * faces.el (frame-background-mode): Replace `choice-item' keywords
5291 with `const' to not make [default] button. Change default value tag
5292 from `default' to `automatic'. Doc fix.
5293 (trailing-whitespace) <defface>: Change group `whitespace' to
5294 `whitespace-faces'.
5295
5296 2005-12-11 Richard M. Stallman <rms@gnu.org>
5297
5298 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
5299
5300 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5301
5302 * term/mac-win.el: Create keymap for mac-apple-event-map.
5303
5304 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
5305
5306 * tooltip.el (tooltip-mode): Move to start of file so that it
5307 appears at top of customize buffer.
5308
5309 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5310 Add the gud groupname.
5311 (gud-tooltip-mode): Add the tooltip groupname.
5312 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
5313 avoid conflict with tooltip-use-echo-area.
5314
5315 2005-12-10 Romain Francoise <romain@orebokech.com>
5316
5317 * help.el (help-for-help-internal): Add `r' in doc string.
5318
5319 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5320
5321 * align.el (align-regexp, align-highlight-rule):
5322 Use region-beginning and region-end instead of point and mark, so that
5323 repetition (with `repeat-complex-command') recomputes the region
5324 bounds.
5325
5326 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
5327
5328 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5329 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5330 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5331 (balance-windows): Rewrite using the above new functions.
5332
5333 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5334
5335 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5336 react if global-hi-lock-mode seems intended.
5337 (global-hi-lock-mode) Renamed from hi-lock-mode.
5338 (hi-lock-archaic-interface-message-used)
5339 (hi-lock-archaic-interface-deduce): New variables.
5340 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5341 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5342 (hi-lock-find-patterns, hi-lock-font-lock-hook):
5343 Replace hi-lock-buffer-mode with hi-lock-mode.
5344
5345 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
5346
5347 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5348 completion list, even after a partial completion has been
5349 inserted in the current buffer. If there are more than 1
5350 completion, redisplay the *Completions* buffer; if the
5351 completion is unique, delete the *Completions* window.
5352
5353 2005-12-10 Eli Zaretskii <eliz@gnu.org>
5354
5355 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5356 strings and long subject lines that were broken into multiple
5357 lines at arbitrary places. Handle subjects that have "Re: " in
5358 the middle.
5359
5360 2005-12-10 John W. Eaton <jwe@octave.org>
5361
5362 * emacs/octave-mod.el (octave-electric-space): Don't indent
5363 comments or strings if octave-auto-indent is nil.
5364
5365 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5366
5367 * term/mac-win.el: Require url when compiling.
5368 Call mac-process-deferred-apple-events after loading init files.
5369 (mac-apple-event-map): New defvar. Define event handlers in it.
5370 (core-event, internet-event): New Apple event class symbols.
5371 (open-application, reopen-application, open-documents)
5372 (print-documents, open-contents, quit-application)
5373 (application-died, show-preferences, autosave-now, get-url):
5374 New Apple event ID symbols.
5375 (about): New HICommand ID symbol.
5376 (mac-event-spec, mac-event-ae): New macros.
5377 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5378 (mac-ae-selection-range, mac-ae-text-for-search)
5379 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5380 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5381 and Services menu events are now defined in mac-apple-event-map.
5382 (mac-drag-n-drop): Remove selection range handling.
5383
5384 2005-12-10 Kenichi Handa <handa@m17n.org>
5385
5386 * simple.el (zap-to-char):
5387 * isearch.el (isearch-process-search-char): Translate CHAR by
5388 translation-table-for-input.
5389
5390 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5391
5392 * foldout.el (foldout-exit-fold): Properly hide subtree.
5393
5394 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5395
5396 * files.el (save-buffer):
5397 * international/ucs-tables.el (ucs-set-table-for-input):
5398 * mail/mail-extr.el (mail-extract-address-components):
5399 * mail/sendmail.el (mail-mode): Reformat doc string.
5400
5401 2005-12-09 Juri Linkov <juri@jurta.org>
5402
5403 * isearch.el (isearch-highlight): Change main overlay priority
5404 from 1 to 1001. Simplify.
5405 (isearch-lazy-highlight-update): Change lazy overlay priority
5406 from 0 to 1000.
5407
5408 * replace.el (replace-highlight): Change overlay priority from
5409 1 to 1001.
5410
5411 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5412 Change overlay priority from 1 to 1001. Reuse existing overlay.
5413
5414 * compare-w.el (compare-windows-highlight): Change overlay
5415 priority from 1 to 1000.
5416
5417 * menu-bar.el (menu-bar-edit-menu): Add listp around
5418 pending-undo-list to disable menu item "undo" when pending
5419 undo list is empty.
5420
5421 * locate.el (locate): Disable undo in *Locate* buffer.
5422
5423 2005-12-09 Kim F. Storm <storm@cua.dk>
5424
5425 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5426
5427 2005-12-09 David Ponce <david@dponce.com>
5428
5429 * recentf.el: Improvement of the menu code.
5430 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5431 instead of menu hook.
5432 (recentf-show-menu, recentf-hide-menu): New functions.
5433 (recentf-menu-customization-changed, recentf-mode): Use them.
5434 (recentf-menu-action, recentf-max-menu-items)
5435 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5436 (recentf-arrange-by-rule-others)
5437 (recentf-arrange-by-rules-min-items)
5438 (recentf-arrange-by-rule-subfilter) : Don't use
5439 `recentf-menu-customization-changed'.
5440 (recentf-arrange-rules): Likewise. Accept functions to compute
5441 sub-menu titles.
5442 (recentf-menu-filter): Likewise. Doc fix.
5443 (recentf-menu-value-shortcut): Doc fix.
5444 (recentf-dump-variable): Quote atom value.
5445 (recentf-make-menu-items): Update to use it as a menu filter.
5446 (recentf-match-rule): New function.
5447 (recentf-arrange-by-rule): Use it.
5448 (recentf-indirect-mode-rule): New function.
5449 (recentf-build-mode-rules): Use it.
5450 (recentf-dir-rule): New function.
5451 (recentf-arrange-by-dir): Use it.
5452 (recentf-filter-changer-current): Rename from
5453 `recentf-filter-changer-state'. All references updated.
5454 (recentf-filter-changer-alist): Update filter names.
5455 (recentf-filter-changer-select): New function.
5456 (recentf-filter-changer): Use it. Make a sub-menu from filters
5457 available in `recentf-filter-changer-alist'.
5458 (recentf-data-cache, recentf-clear-data)
5459 (recentf-update-menu): Remove. All references updated.
5460 (recentf-match-rule-p, recentf-build-dir-rules)
5461 (recentf-filter-changer-goto-next)
5462 (recentf-filter-changer-get-current)
5463 (recentf-filter-changer-get-next): Remove.
5464
5465 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5466
5467 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5468 buffer "Reset" button to "Reset to Current" for consistency with
5469 the State buttons.
5470
5471 2005-12-08 John Paul Wallington <jpw@pobox.com>
5472
5473 * ibuf-ext.el (define-ibuffer-filter filename):
5474 If `dired-directory' is a list then really use its car.
5475
5476 2005-12-08 Kim F. Storm <storm@cua.dk>
5477
5478 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5479 Fix indention of text on right side of replaced rectangle.
5480
5481 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5482
5483 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5484 No need to check gud-comint-buffer is bound.
5485 (gdb): Prevent multiple debugging when first session uses gdba.
5486
5487 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5488
5489 CC Mode update to 5.31.
5490
5491 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5492 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5493 We might do this function properly in the future).
5494
5495 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5496 New macros c-sentence-end and c-default-value-sentence end, to cope
5497 with Emacs 22's new function `sentence-end'.
5498
5499 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5500
5501 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5502 compat issue using `c-put-overlay' and `c-delete-overlay'.
5503
5504 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5505 New compat macros to handle overlays/extents.
5506
5507 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5508
5509 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5510 (for GNU Emacs 20.4)
5511
5512 * progmodes/cc-defs.el:
5513 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5514
5515 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5516 highlighting mechanism so it will work in XEmacs too.
5517
5518 * progmodes/cc-defs.el: Insert c-int-to-char.
5519
5520 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5521 call to the new macro c-int-to-char. This solves XEmacs's
5522 regarding characters as different from integers.
5523
5524 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5525
5526 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5527 New internal helper.
5528
5529 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5530 construct to make the indirect face lookup work in XEmacs.
5531
5532 (c-cpp-matchers): Append the negation char face to the existing
5533 fontification, so that the cpp face doesn't disappear.
5534 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5535 and strings.
5536
5537 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5538 to map to `font-lock-negation-char-face' in emacsen where it exists.
5539
5540 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5541
5542 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5543
5544 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5545 Rename "c-subword-move-mode" as "c-subword-mode".
5546
5547 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5548 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5549
5550 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5551
5552 * progmodes/cc-mode.el: Added autoload directive for
5553 `c-subword-move-mode' for use in older emacsen.
5554
5555 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5556
5557 * progmodes/cc-mode.el:
5558 (i) Insert a binding for C-c C-backspace into
5559 c-bind-special-erase-keys which works in TTYs.
5560 (ii) Make sure that when file styles are used, any explicitly
5561 given style variables take priority over those in the style.
5562 Do this by calling `hack-local-variables' a second time.
5563
5564 * progmodes/cc-vars.el: Add language specific customization
5565 widgets for AWK to c-doc-comment-style, c-require-final-newline
5566 and c-default-style. Add a defcustom for awk-mode-hook.
5567 Give c-syntactic-element and c-syntactic-context doc-strings by
5568 directly setting their `variable-documentation' propery.
5569 This allows Emacs 22.1 to read these with C-h v.
5570
5571 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5572
5573 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5574
5575 * progmodes/cc-fonts.el, cc-vars.el
5576 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5577 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5578 Masatake YAMATO.
5579
5580 (c-doc-comment-style): Made GtkDoc default in C mode.
5581
5582 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5583 and C-c C-<delete>.
5584
5585 (c-bind-special-erase-keys): New function for use on
5586 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5587
5588 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5589 <delete> key behavior in XEmacs according to `delete-forward-p'.
5590 C.f. `c-electric-delete'.
5591
5592 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5593
5594 * progmodes/cc-mode.el: Give c-hungry-backspace and
5595 c-hungry-delete-forward permanent key bindings.
5596
5597 * progmodes/cc-cmds.el (c-electric-semi&comma):
5598 Bind c-syntactic-context for calls to "criteria functions", for
5599 consistency with other calls to user functions.
5600
5601 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5602 `current-prefix-arg', since this might be the prefix arg to a
5603 command which calls c-indent-command as a function. Change the
5604 interactive spec from "p" to "P".
5605
5606 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5607 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5608 was difficult to understand.
5609
5610 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5611
5612 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5613 first char of an identifier.
5614
5615 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5616 +" syntax in C++.
5617
5618 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5619
5620 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5621 auto-fill doesn't split a c-comment's last word from a hanging
5622 "*/" when a space is typed between them after fill-column.
5623
5624 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5625
5626 * progmodes/cc-styles.el (c-set-style)
5627 (c-setup-paragraph-variables): Abort the command if we're not in a
5628 CC Mode buffer.
5629
5630 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5631 with blank comment-prefix, and a blank line as the comment's
5632 second line.
5633
5634 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5635
5636 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5637 Incorporate the patterns added in the Emacs development branch
5638 for the new Emacs 22 face `font-lock-negation-char-face'.
5639
5640 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5641 of "red" since it stands out better in xterms and DOS terminals.
5642
5643 * progmodes/cc-engine.el (c-literal-faces):
5644 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5645
5646 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5647
5648 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5649 forcibly enable c-electric-flag.
5650
5651 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5652 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5653 after the comment-prefix of a C-style comment will close that comment.
5654
5655 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5656
5657 * progmodes/cc-fonts.el (c-basic-matchers-before)
5658 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5659 in Pike.
5660
5661 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5662 digraphs.
5663
5664 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5665 (c-cpp-message-directives, c-cpp-include-directives)
5666 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5667 (c-cpp-expr-directives): Introduce new language constants to
5668 control cpp syntax in a cleaner way.
5669
5670 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5671
5672 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5673
5674 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5675 (c-multiline-string-start-char): New language constants and
5676 variables to specify how newlines in string literals work.
5677
5678 (c-font-lock-invalid-string): Use them.
5679
5680 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5681 unbalanced close brace is entered. Optimization by avoiding going
5682 back over arbitrarily large blocks. Removed hints that this
5683 function only would be relevant/useful in AWK.
5684
5685 (c-electric-brace): Indent syntactically after the cleanups since
5686 lineup functions might do it differently then.
5687
5688 * progmodes/cc-engine.el, cc-langs.el
5689 (c-opt-op-identifier-prefix): New language constant and variable.
5690
5691 (c-just-after-func-arglist-p, c-after-special-operator-id)
5692 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5693
5694 * progmodes/cc-align.el, cc-engine.el
5695 (c-after-special-operator-id): New helper to handle C++ operator
5696 identifiers.
5697
5698 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5699 (c-guess-basic-syntax): Handle C++ operator identifiers in
5700 declarations.
5701
5702 * progmodes/cc-langs.el (c-assignment-operators): Add the
5703 trigraph version of ^= too.
5704
5705 * progmodes/cc-langs.el (c-assignment-operators): Add the
5706 trigraph version of |= in C++.
5707
5708 * progmodes/cc-fonts.el (c-font-lock-declarators):
5709 Handle `c-decl-hangon-kwds' after the identifier name.
5710
5711 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5712 whether an arglist is "nonempty", ignore a comment after the open
5713 paren if it isn't followed by a non-comment token on the same line.
5714
5715 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5716 Enable heuristics below the point to cope with classes inside special
5717 brace lists in Pike.
5718
5719 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5720
5721 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5722
5723 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5724
5725 * progmodes/cc-guess.el (cc-guess-install): New function to
5726 install an already guessed style in another buffer.
5727
5728 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5729 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5730 anyway if the change always is undone.
5731
5732 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5733
5734 Implement togglable electricity:
5735
5736 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5737 saying when it should be used.
5738
5739 * progmodes/cc-engine.el: Add the new buffer-local variable,
5740 c-electric-flag.
5741
5742 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5743 c-toggle-auto-newline.
5744
5745 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5746 c-toggle-auto-newline. Remove the binding for
5747 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5748 c-toggle-electric-state.
5749
5750 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5751
5752 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5753 c-\(forward\|backward\)-subword.
5754 (c-update-modeline): Add the new modeline flag `l' for
5755 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5756 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5757 Make the old name an alias of the new name.
5758 (c-toggle-electric-state): New function.
5759 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5760 Adapt these functions to do electric things only when
5761 c-electric-flag is non-nil.
5762 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5763 new functions from c-electric-brace.
5764 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5765 mode, so that the tentative extra newline doesn't change the
5766 syntax of the following brace.
5767 (c-electric-brace): Restructure by extracting the above functions.
5768 Tidy up the coding somewhat.
5769 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5770 restructure a bit.
5771
5772 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5773
5774 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5775 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5776
5777 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5778 (c-submode-indicators): Change name from `c-auto-hungry-string'
5779 since it's now used to track another submode.
5780
5781 (c-update-modeline): Convert to function and extended to check
5782 `c-subword-move-mode'.
5783
5784 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5785 Convert to compat aliases for `c-forward-subword' and
5786 `c-backward-subword'.
5787
5788 * progmodes/cc-subword.el: New functions and minor mode to handle
5789 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5790
5791 (c-forward-subword, c-backward-subword, c-mark-subword)
5792 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5793 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5794 Functions corresponding to the standard word handling functions.
5795
5796 (c-subword-move-mode): Minor mode that replaces all the standard
5797 word handling functions with their subword equivalences.
5798
5799 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5800
5801 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5802 entry for one-liner-defun.
5803
5804 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5805 name in its def-edebug-spec.
5806
5807 * progmodes/cc-cmds.el (c-electric-brace): Make the
5808 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5809 compacts space before a comment, if this will make things fit on
5810 one line.
5811
5812 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5813
5814 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5815
5816 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5817 clean-up one-liner-defun.
5818
5819 * progmodes/cc-styles.el: Add the new "awk" style.
5820
5821 * progmodes/cc-vars.el: Add description of one-liner-defun to
5822 c-cleanup-list's doc-string. New user options,
5823 c-max-one-liner-length. In c-default-style, set the default style
5824 for AWK to "awk".
5825
5826 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5827
5828 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5829 macros inside labels.
5830
5831 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5832 `c-at-statement-start-p' and `c-at-expression-start-p'.
5833
5834 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5835 error if the mark isn't set.
5836
5837 * progmodes/cc-engine.el (c-guess-continued-construct)
5838 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5839 accurately detect functions inside functions.
5840
5841 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5842 like `c-at-statement-start-p' that additionally recognizes commas
5843 and expression parentheses as delimiters.
5844
5845 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5846 to avoid heuristics that doesn't work for unclosed blocks.
5847 (c-at-statement-start-p): New function.
5848
5849 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5850 Objective-C directives, e.g. directives spanning lines should work
5851 reasonably well now.
5852
5853 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5854
5855 (c-forward-objc-directive): New function to move over any ObjC
5856 directive.
5857
5858 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5859 (c-basic-matchers-before): Use it.
5860
5861 (c-font-lock-objc-iip-decl): Remove.
5862
5863 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5864 in the template arglist recognition.
5865
5866 * progmodes/cc-styles.el (c-style-alist): Fix several
5867 inconsistencies in the Whitesmith style.
5868
5869 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5870 New lineup function to get lines after Whitesmith style blocks
5871 correctly indented.
5872
5873 (c-lineup-whitesmith-in-block): Back out the compensation for
5874 opening parens since it's done using `add' lists in the style
5875 definition instead. Don't use the anchor position since it varies
5876 too much between the syntactic symbols. :P
5877
5878 * progmodes/cc-vars.el (c-valid-offset): Update.
5879
5880 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5881 lists where the offsets are combined according to several
5882 different methods: `first', `min', `max', and `add'.
5883 Report offset evaluation errors with `c-benign-error' so that some kind
5884 of reindentation still is done.
5885
5886 * progmodes/cc-engine.el (c-guess-basic-syntax):
5887 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5888 `arglist-close'.
5889
5890 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5891 situations for `arglist-cont-nonempty' and `arglist-close'.
5892
5893 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5894
5895 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5896 cc-bytecomp-boundp' in a number of places.
5897
5898 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5899 macro related issue.
5900
5901 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5902
5903 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5904 list is now [asdf], a char class [:alpha:].
5905 Include code for char classes.
5906 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5907 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5908
5909 Remove (nearly all of) the cruft associated with AWK Mode's former
5910 concept of "virtual semicolons":
5911
5912 Adapt c-beginning-of-statement, c-end-of-statement (together with
5913 subfunctions) to use the new notion of "virtual semicolon" in
5914 place of the old awkward special handling for AWK. There remains
5915 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5916 * progmodes/cc-cmds.el:
5917 (c-ascertain-adjacent-literal): In the backwards direction, now
5918 recognises AWK regexp delimiters as string delimiters.
5919 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5920 check more rigorously for "end of macro".
5921 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5922 virtual semicolons;
5923 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5924 out the code for forward movement into ...
5925 (c-end-of-statement): Now contains the code for forward movement,
5926 adapted for virtual semicolons.
5927
5928 * progmodes/cc-engine.el:
5929 (c-ws*-string-limit-regexp): New regexp.
5930 (c-forward-single-comment, c-backward-single-comment): Comment out
5931 the (now redundant) "special" AWK stuff.
5932
5933 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5934 c-string-par-start, c-string-par-separate to be more like Text
5935 Mode than Fundamental Mode.
5936
5937 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5938
5939 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5940 to the fontified region so that fontification doesn't occur
5941 outside it (could happen e.g. when fontifying a line with an
5942 unfinished declaration).
5943
5944 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5945
5946 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5947 start of the file. ^L now separate sections of the file.
5948 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5949 (c-awk-one-line-possibly-open-string-re)
5950 (c-awk-regexp-one-line-possibly-open-char-class-re)
5951 (c-awk-one-line-possibly-open-regexp-re)
5952 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5953 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5954
5955 Amend the concept of "virtual semicolons" (in the indentation
5956 engine) for languages like AWK, such that they are now
5957 conceptually attached to end of the last token of a statement, not
5958 the end of the line. (In AWK Mode, however, the pertinent text
5959 property is still physically set on the EOL.) Remove the specific
5960 tests for awk-mode, thus facilitating the introduction of other
5961 language modes where EOLs can end statements.
5962 (Note: The funtionality in cc-cmds.el, specifically
5963 c-beginning/end-of-statement has yet to be amended.)
5964
5965 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5966 New macros.
5967
5968 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5969 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5970 c-vsemi-status-unknown-p-fn (in a new page).
5971
5972 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5973 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5974 numerous awkward forms like
5975 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5976 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5977 variable before-ws-ip, the place just after char-before-ip appears.
5978
5979 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5980 a comment.
5981
5982 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5983
5984 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5985 `c-tentative-buffer-changes'.
5986
5987 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5988 convert to macro to choose between Emacs and XEmacs at compile time.
5989
5990 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5991
5992 (c-tentative-buffer-changes): New macro to handle temporary buffer
5993 changes in a convenient way.
5994
5995 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5996 for `c-tentative-buffer-changes'.
5997
5998 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5999 the checks for paren sexps between the point and the keyword, to
6000 avoid some false alarms.
6001
6002 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
6003 Fixed a situation where an error could be thrown for unbalanced
6004 parens. Changed to make use of c-keyword-member' to avoid some
6005 repeated regexp matches.
6006
6007 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
6008 These language variable are no longer necessary.
6009
6010 (c-block-stmt-kwds): New language constant used by
6011 c-looking-at-inexpr-block'.
6012
6013 (c-guess-basic-syntax): Remove an optional check that looked at
6014 the existence of the now removed language variables.
6015
6016 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
6017 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
6018 object instantiation expressions as declarations in some contexts.
6019 This bug only affected languages where the declarator can't be
6020 enclosed in parentheses.
6021
6022 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
6023 insert newlines before and after substatement braces.
6024
6025 * progmodes/cc-engine.el: Improved the heuristics for recognizing
6026 function declaration headers and the handling of C++ style member
6027 init lists.
6028
6029 (c-just-after-func-arglist-p): Rewritten to use
6030 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
6031
6032 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
6033
6034 (c-guess-basic-syntax): Adapt case 5B for the new
6035 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
6036 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
6037 covers all cases now).
6038
6039 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
6040
6041 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6042
6043 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
6044 c-string-par-start/separate c-sentence-end-with-esc-eol,
6045 initialised in c-setup-paragraph-variables, used in string
6046 scanning subroutines of c-beginning-of-statement.
6047
6048 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
6049 which precedes the newly inserted `{'.
6050
6051 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6052
6053 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
6054 function for declaration level blocks. It should now cope with
6055 templates better and also be a lot more comprehensible.
6056
6057 (c-looking-at-decl-block): The new function.
6058
6059 (c-search-uplist-for-classkey): The old one. It's now a wrapper
6060 for compatibility.
6061
6062 (c-add-class-syntax, c-guess-continued-construct)
6063 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
6064
6065 (c-decl-block-key): Change to tell apart ambiguous and
6066 unambiguous keywords. Pike specials are now handled directly in
6067 the code instead.
6068
6069 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
6070 New language constants and variables to make the backward skip in
6071 `c-looking-at-decl-block' as tight as possible.
6072
6073 (c-nonsymbol-token-char-list): New language constant.
6074
6075 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
6076 find balanced template arglists backwards.
6077
6078 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
6079 making char classes for `c-syntactic-skip-backward'.
6080
6081 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
6082 16D - can't be a class-close at that point.
6083
6084 * progmodes/cc-engine.el (c-guess-basic-syntax)
6085 (c-add-class-syntax): Don't narrow out the enclosing declaration
6086 level. This makes everything a lot easier, and it was actually
6087 only four small places that needed it to work. Some places that
6088 previously did `widen' are removed now, which has the effect that
6089 `c-guess-basic-syntax' never will look at things outside the
6090 current narrowment now. The anchor position for `topmost-intro'
6091 is affected by this, but it was so bogus it was basically useless
6092 before, and now it's equally bogus but in a slightly different way.
6093
6094 (c-narrow-out-enclosing-class): Gone.
6095
6096 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
6097 the narrowed region.
6098
6099 (c-least-enclosing-brace): Remove silly optional argument.
6100
6101 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
6102 the point could be left directly after an open paren when finding
6103 the beginning of the first decl in the block.
6104
6105 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
6106 Specify which submatch to use.
6107
6108 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
6109
6110 (c-decl-start-re): No longer any need for special treatment of
6111 ObjC due to the above.
6112
6113 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
6114 presumably follows C in that regard.
6115
6116 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
6117 New language constants to specify operator tokens inside
6118 identifiers in a more high level way.
6119
6120 (c-opt-identifier-prefix-key): New internal language constant.
6121
6122 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
6123 (c-identifier-start, c-identifier-key): Now completely calculated
6124 from other constants.
6125
6126 (c-identifier-last-sym-match): Decommission since it's no longer used.
6127
6128 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
6129
6130 * progmodes/cc-engine.el (c-forward-name): Remove the
6131 optimization when c-identifier-key is equal to c-symbol-key since
6132 it doesn't work in byte compiled files. Don't record empty
6133 regions as identifiers.
6134
6135 * progmodes/cc-langs.el (c-filter-ops): New helper function to
6136 simplify access to `c-operators' and its likes.
6137
6138 (c-operator-list, c-all-op-syntax-tokens)
6139 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
6140 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
6141 (c-primary-expr-regexp, c-cast-parens): Use it.
6142
6143 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
6144 an explicit language in functions.
6145
6146 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
6147 variant of adornment.
6148
6149 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
6150 variable.
6151
6152 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
6153 the Pike value.
6154
6155 * progmodes/cc-engine.el (c-on-identifier)
6156 (c-simple-skip-symbol-backward): Small fix for handling "-"
6157 correctly in `skip-chars-backward'. Affected the operator lfun
6158 syntax in Pike.
6159
6160 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
6161 diagnostic message about precompiled language vars not being used.
6162
6163 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
6164 "__attribute__" is followed by a parenthesis.
6165
6166 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
6167 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
6168 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
6169
6170 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
6171 Internal cleanups to properly detect the declared identifiers in
6172 various declarations.
6173
6174 (c-decl-start-kwds): New language constant to recognize
6175 declarations that can start anywhere. Used for class declarations
6176 in Pike.
6177
6178 (c-specifier-key, c-not-decl-init-keywords)
6179 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
6180 (c-find-decl-spots): Implement `c-decl-start-kwds'.
6181
6182 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
6183 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
6184 handling of the compiler specific extension keywords into a new
6185 language constant `c-decl-hangon-kwds' that defines keyword
6186 clauses to be ignored in declarations.
6187
6188 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
6189 past unrecognized tokens when handling `c-colon-type-list-kwds'.
6190 Necessary to stop at the declared identifier in e.g. IDL valuetype
6191 declarations.
6192
6193 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
6194 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
6195 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
6196 (c-forward-decl-or-cast-1): Recognize the declared identifier in
6197 class and enum declarations as such and not as part of the type.
6198
6199 (c-forward-decl-or-cast-1, c-forward-label): Relax the
6200 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
6201
6202 (c-forward-decl-or-cast-1): Don't disregard sure signs of
6203 declarations when there's some syntax error later on.
6204
6205 (c-complex-decl-matchers): Did away with a reference to
6206 `c-specifier-key'.
6207
6208 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
6209 value - this variable is always dynamically bound.
6210
6211 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
6212 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
6213 * cc-cmds.el, cc-defs.el: Change the policy for marking up
6214 functions that might do hidden buffer changes: All such internal
6215 functions are now marked instead of those that don't.
6216
6217 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
6218 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
6219 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
6220 (c-literal-type): Allow these functions to make hidden buffer changes,
6221 so that they are free to use text property caching later on.
6222
6223 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
6224 (c-electric-brace, c-electric-slash, c-electric-star)
6225 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
6226 (c-electric-paren, c-electric-continued-statement, c-indent-command)
6227 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
6228 (c-context-line-break): Add `c-save-buffer-state' calls to comply
6229 with the changed semantics of the functions above.
6230
6231 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
6232 when macros occur in obscure places. Optimized the sexp movement
6233 a bit.
6234
6235 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6236
6237 Enhancements for c-beginning-of-statement to work in AWK Mode:
6238
6239 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
6240 (completed statement) with `}' (statement completed by closing
6241 brace or semicolon) and `$' (statement completed by EOL).
6242
6243 (c-awk-virtual-semicolon-ends-prev-line-p)
6244 (c-awk-virtual-semicolon-ends-line-p)
6245 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
6246 (c-awk-at-statement-end-p): New functions.
6247
6248 * progmodes/cc-cmds.el: Simplify the structure of functions
6249 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
6250 two functions and c-beginning-of-statement to handle AWK Mode.
6251
6252 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
6253 c-backward-single-comment for AWK mode. Attempt to clarify their
6254 doc-strings.
6255
6256 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
6257
6258 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6259
6260 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
6261 label handling. Labels are now recognized in a uniform and more
6262 robust way, regardless of context. Text properties are put on all
6263 labels to recognize the following declarations better.
6264 Multiword labels are handled both in indentation and fontification for
6265 the benefit of language extensions like Qt. For consistency, keywords
6266 in labels are now fontified with the label face instead.
6267 That also applies to "case" and "default".
6268
6269 (c-beginning-of-statement-1): Fix some bugs in the label
6270 handling. Disregard `c-nonlabel-token-key' in labels that begin
6271 with `c-label-kwds'.
6272
6273 (c-find-decl-spots): Support that the callback adds more
6274 `c-decl-end' spots to find.
6275
6276 (c-forward-decl-or-cast-1): Don't treat a list of plain
6277 identifiers followed by a colon as a declaration.
6278
6279 (c-forward-label): New function to recognize labels.
6280
6281 (c-guess-basic-syntax): Replace uses of `c-label-key' with
6282 `c-forward-label'. Moved the label recognition cases (14 and 15)
6283 earlier since they aren't so context sensitive now. Handle labels
6284 on the top level gracefully. Moved access label recognition to
6285 the generic label case (CASE 15) - removed CASE 5E.
6286
6287 (c-font-lock-declarations): Add recognition of labels in the
6288 same round since we need to handle labels in parallell with other
6289 declarations to recognize both accurately. It should also improve
6290 speed.
6291
6292 (c-simple-decl-matchers, c-basic-matchers-after):
6293 Move `c-font-lock-labels' so that it only is used on decoration level 2
6294 since `c-font-lock-declarations' handles it otherwise.
6295
6296 (c-complex-decl-matchers): Remove the simplistic recognition of
6297 access labels.
6298
6299 (c-decl-prefix-re): Remove the kludges that was necessary to cope
6300 with labels earlier.
6301
6302 (c-decl-start-re): New language variable to make
6303 `c-font-lock-declarations' stop for the special protection labels
6304 in Objective-C that start with `@'.
6305
6306 (c-label-key): Remove since it's no longer used.
6307
6308 (c-recognize-colon-labels, c-label-prefix-re): New language
6309 constants to support recognition of generic colon-terminated labels.
6310
6311 (c-type-decl-end-used): `c-decl-end' is now used whenever there
6312 are colon terminated labels.
6313
6314 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6315 first argument starts with a special brace list.
6316
6317 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
6318 (c-font-lock-declarations): Break out the declaration and cast
6319 recognition from `c-font-lock-declarations' to a new function, so
6320 that it can be used in the indentation engine.
6321
6322 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
6323 up to the start of the literal. Fixed bug with the point on the
6324 wrong side of the search limit that could happen when the start
6325 position is inside a literal.
6326
6327 * progmodes/cc-engine.el (c-parse-state)
6328 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6329 so that it's kept a little bit back to increase the hit rate.
6330
6331 (c-parse-state): Change the macro handling and fixed some
6332 glitches. Macro context is checked more often than necessary now,
6333 but otoh less garbage conses are generated.
6334
6335 * progmodes/cc-engine.el (c-parse-state)
6336 (c-invalidate-state-cache): Cache the last position where
6337 `c-state-cache' applies. This can speed up refontification quite
6338 a bit in blocks where there are many non-brace parens before the point.
6339
6340 (c-state-cache-end): New variable for this.
6341
6342 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6343 cache variable.
6344
6345 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6346 get close initial continue positions when the start position is
6347 inside a literal or macro. Do not call the callback for spots
6348 before the start position (which can happen e.g. for `c-decl-end'
6349 spots inside comments). Optimize better in special cases when the
6350 region is a single line inside a literal or macro (typically when
6351 the current line is refontified).
6352
6353 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6354 to `c-add-stmt-syntax' - there's no need to explicitly whack off
6355 entries from the paren state.
6356
6357 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6358 special case for "else if" clauses.
6359
6360 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6361 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6362
6363 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6364 New language variable to recognize the gcc extension with statement
6365 blocks inside expressions.
6366
6367 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6368 it somewhat more comprehensible. The argument AT-BLOCK-START is
6369 no longer used and hence removed.
6370
6371 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6372 to `c-add-stmt-syntax'.
6373
6374 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6375 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6376 This fixes bogus label recognition.
6377
6378 * progmodes/cc-engine.el (c-add-type, c-check-type)
6379 (c-forward-name, c-forward-type): Improve storage of template
6380 types in `c-found-types' so that they can be recognized better.
6381
6382 (c-syntactic-content): Add option to skip past nested parens.
6383
6384 * progmodes/cc-engine.el (c-forward-name):
6385 Set `c-last-identifier-range' all the time. It's less work that way.
6386 Handle that there might not be an identifier to store in
6387 `c-last-identifier-range'.
6388
6389 (c-forward-type): Handle that `c-last-identifier-range' might be
6390 nil from `c-forward-name'.
6391
6392 * progmodes/cc-defs.el (c-safe-scan-lists)
6393 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6394
6395 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6396 to work even if the form fails.
6397
6398 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6399 down in a large file in one go.
6400
6401 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6402
6403 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6404 function which is like `c-lineup-math' but returns nil instead of
6405 `c-basic-offset' when it doesn't match.
6406
6407 (c-lineup-math): Change to use `c-lineup-assignments'.
6408
6409 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6410
6411 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6412 c-beginning-of-statement. New subfunctions
6413 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6414
6415 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6416
6417 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6418 hardcoded char classes whereever possible. Changed a couple of
6419 places to use skip by syntax instead of skip by char class.
6420
6421 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6422 Fix a bug in the regexp that caused extreme backtracking.
6423
6424 * progmodes/cc-langs.el (c-block-comment-starter)
6425 (c-block-comment-ender): New language constants to specify in a
6426 single place how block comments look.
6427
6428 (c-comment-start-regexp, c-block-comment-start-regexp)
6429 (comment-start, comment-end, comment-start-skip)
6430 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6431 (c-syntactic-ws, c-nonempty-syntactic-ws)
6432 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6433 `c-line-comment-starter', `c-block-comment-starter' and
6434 `c-block-comment-ender'.
6435
6436 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6437 New language constants to break up things a bit.
6438
6439 (c-simple-ws): New language constant for simple whitespace.
6440
6441 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6442
6443 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6444 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6445 newlines. Allow and ignore nil elements in the list.
6446
6447 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6448
6449 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6450 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6451
6452 * progmodes/cc-cmds.el: Tidy up the comments in
6453 c-beginning-of-statement and subfunctions.
6454
6455 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6456 more flexible c-put-char-property and c-clear-char-properties.
6457 Add the author's email address.
6458
6459 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6460
6461 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6462 closing "*/" of a block comment.
6463
6464 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6465 subfunctions) so that it works at BOB and EOB.
6466
6467 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6468 c-beginning-of-statement, including new variable
6469 c-block-comment-start-regexp.
6470
6471 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6472
6473 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6474 symbols from `*-font-lock-extra-types' so that there's no need to
6475 use `regexp-opt' on those lists.
6476
6477 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6478 `c-type-modifier-kwds' is empty.
6479
6480 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6481 there are several strings on the same line.
6482
6483 * progmodes/cc-engine.el (c-literal-limits): Remove the
6484 compatibility function for older emacsen. `c-literal-limits-fast'
6485 has now taken the place of this function.
6486
6487 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6488 with older emacsen: We now require `pps-extended-state'.
6489
6490 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6491
6492 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6493 which obviates the need to hack sentence-end. This now handles
6494 escaped newlines in strings correctly. Correct minor bugs in
6495 c-move-over-sentence and in c-beginning-of-statement.
6496
6497 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6498 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6499 that movement over macros and code are rigorously separated from
6500 eachother. Correct a few incidental bugs.
6501
6502 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6503 Improve its doc-string. Improve the handling of certain specific cases.
6504
6505 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6506
6507 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6508 (c-guess-basic-syntax): Change the way class-level labels are
6509 recognized; they can now contain essentially any symbols.
6510
6511 (c-opt-extra-label-key): New language variable to cope with the
6512 special protection label syntax in Objective-C.
6513
6514 (c-opt-access-key): Remove; this is now handled better by
6515 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6516
6517 (c-complex-decl-matchers): Update to handle that
6518 `c-opt-access-key' no longer exists.
6519
6520 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6521 improved label recognition in `c-beginning-of-statement-1'.
6522
6523 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6524 Recognize bitfields better.
6525
6526 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6527 Remove some cruft and fixed a bug that could cause it to go to a
6528 position further down.
6529
6530 * progmodes/cc-langs.el, cc-engine.el
6531 (c-beginning-of-statement-1): Improve detection of labels in
6532 declaration contexts.
6533
6534 (c-beginning-of-decl-1): Use it.
6535
6536 (c-nonlabel-token-key): New language constant and variable needed
6537 by `c-beginning-of-statement-1'.
6538
6539 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6540 manifested itself due to the correction in `c-forward-sexp'.
6541
6542 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6543 Make these behave as documented when used at the buffer limits.
6544
6545 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6546 (c-type-decl-end-used): Made this a language variable.
6547
6548 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6549 correctly when `combine-after-change-calls' is used together with
6550 temporary narrowings.
6551
6552 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6553 Report labels correctly when the start point is immediately after the
6554 colon.
6555
6556 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6557 Remove since it isn't used anymore.
6558
6559 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6560 bracket arglists such as template parens in C++.
6561
6562 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6563 in the last check-in. Some optimization.
6564
6565 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6566 where it could stop at the same level in a preceding sexp when
6567 PAREN-LEVEL is set.
6568
6569 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6570 text property lookup only when it's needed.
6571
6572 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6573 Change the policy for paren marked angle brackets to be more
6574 persistent; once marked they remain marked even when they're found
6575 to be unbalanced in the searched region. This should keep the
6576 paren syntax around even when individual lines are refontified in
6577 multiline template arglists.
6578
6579 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6580 to control markup so that incorrect angle bracket arglists aren't
6581 marked in contexts where the correct value for
6582 `c-disallow-comma-in-<>-arglists' isn't known.
6583
6584 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6585 argument has become `c-parse-and-markup-<>-arglists'.
6586
6587 (c-remove-<>-arglist-properties): Remove - no longer used.
6588
6589 (c-after-change-check-<>-operators): New function used on
6590 `after-change-functions' to avoid that "<" and ">" characters that
6591 are part of longer operators have paren syntax.
6592
6593 (c-<>-multichar-token-regexp): New language variable used by
6594 `c-after-change-check-<>-operators'.
6595
6596 (c-after-change): Call `c-after-change-check-<>-operators'.
6597
6598 (c-font-lock-<>-arglists): Use the context properties set by
6599 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6600 correctly to avoid doing invalid markup.
6601
6602 (c-font-lock-declarations): Remove code that undoes the invalid
6603 markup done by `c-font-lock-<>-arglists'.
6604
6605 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6606 after `c-font-lock-declarations'.
6607
6608 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6609 Add paren-level feature.
6610
6611 (c-guess-basic-syntax): Improve the anchor position for
6612 `template-args-cont' in nested template arglists. There's still
6613 much to be desired in this area, though.
6614
6615 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6616
6617 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6618 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6619
6620 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6621
6622 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6623 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6624
6625 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6626 it doesn't work no longer are supported.
6627
6628 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6629 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6630 requires support for the syntax-table' text property, which rules
6631 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6632 cruft associated with those versions.
6633
6634 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6635 for the `syntax-table' text property, which rules out Emacs 19 and
6636 XEmacs < 21.4. Removed various compatibility cruft associated
6637 with those versions.
6638
6639 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6640 support for the `syntax-table' text property.
6641
6642 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6643 variable and use an extra quoted face name instead. All the
6644 emacsen flavors handle that correctly.
6645
6646 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6647 (c-font-lock-declarators, c-font-lock-declarations)
6648 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6649 property to mark the items in in declarator lists to handle
6650 refontification inside multiline declarations better.
6651
6652 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6653 construct like "a * b = c;" as a declaration.
6654
6655 2005-12-08 Kim F. Storm <storm@cua.dk>
6656
6657 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6658 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6659 select either meta, hyper, or super modifier for rectangle commands.
6660 (cua--rectangle-modifier-key): New defvar.
6661 (cua--M/H-key): Use it. Remove special case for `space'.
6662 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6663 on X, to meta otherwise. Always bind C-return to toggle
6664 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6665
6666 * emulation/cua-rect.el (cua-help-for-rectangle):
6667 Use cua--rectangle-modifier-key. Handle super modifier too.
6668 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6669 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6670
6671 * ido.el: Move Acknowledgements and History after Commentary.
6672 Minor changes to Commentary.
6673
6674 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6675 keymap if cua--prefix-override-timer is `shift'.
6676 (cua--shift-control-prefix): New function; emulate "type prefix
6677 key twice" functionality to handle shifted prefix key override.
6678 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6679 New commands.
6680 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6681
6682 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6683
6684 * textmodes/org.el (org-insert-heading): Try to do items before
6685 headings.
6686 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6687 (org-insert-item): New function.
6688 (org-renumber-ordered-list): Don't skip to higher level lists.
6689
6690 2005-12-08 Juri Linkov <juri@jurta.org>
6691
6692 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6693
6694 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6695
6696 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6697
6698 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6699 the constructed function name fun-1.
6700
6701 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6702 because such links don't lead to parent documentation.
6703
6704 2005-12-08 Kenichi Handa <handa@m17n.org>
6705
6706 * descr-text.el (describe-char): Use *Help-2* buffer if the
6707 current buffer is *Help*. Call describe-text-properties while
6708 setting the original buffer.
6709
6710 2005-12-07 Bill Wohler <wohler@newt.com>
6711
6712 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6713 and causes problems with non-MH users (such as Gnus users).
6714
6715 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6716
6717 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6718 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6719 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6720 command "info sources". Move calls to GDB command "list".
6721 (gdb-find-file-hook): Just use gdb-source-file-list.
6722 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6723 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6724 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6725 (gdb-data-list-register-values-handler): Use correct trigger name.
6726
6727 2005-12-07 Kim F. Storm <storm@cua.dk>
6728
6729 * ido.el (ido-completion-map): Rename from ido-mode-map.
6730 (ido-common-completion-map, ido-file-completion-map)
6731 (ido-file-dir-completion-map, ido-buffer-completion-map):
6732 Rename from ido-mode-....-map.
6733 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6734 (ido-setup-completion-map): Rename from ido-define-mode-map.
6735 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6736 to ido-completion-map.
6737
6738 2005-12-07 Kenichi Handa <handa@m17n.org>
6739
6740 * international/mule-cmds.el
6741 (set-display-table-and-terminal-coding-system): If the coding
6742 system specified in `unibyte-display' property is different from
6743 the arg coding-system, don't setup standard-display-table.
6744
6745 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6746
6747 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6748 that comments end at \n, regardless of selective-display.
6749
6750 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6751
6752 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6753 (gdb-version): New variables.
6754 (gdb-source-file-list, gdb-register-names)
6755 (gdb-changed-registers): New variables for use with GDB 6.4+.
6756 (gdb-ann3): Replace with...
6757 (gdb-init-1, gdb-init-2): ...two new functions.
6758 (gdba, gdb-prompt): Call gdb-init-1.
6759 (gdb-get-version): New function. Call gdb-init-2 from here.
6760 (gud-watch): Make it work with mouse events too.
6761 (gdb-post-prompt): Don't add to queue until GDB version is known.
6762 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6763 (gdb-locals-mode): Use gdb-version.
6764 (gdb-memory-format-map, gdb-memory-unit-map)
6765 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6766 (gdb-locals-font-lock-keywords-1)
6767 (gdb-locals-font-lock-keywords-2): New variables.
6768 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6769 (gdb-set-gud-minor-mode-existing-buffers-1)
6770 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6771 (gdb-var-update-1, gdb-var-update-handler-1)
6772 (gdb-data-list-register-values-handler)
6773 (gdb-data-list-register-values-custom)
6774 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6775 (gdb-stack-list-locals-handler, gdb-get-register-names):
6776 New functions for use with GDB 6.4+.
6777 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6778 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6779 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6780 (gdb-stack-list-locals-regexp)
6781 (gdb-data-list-register-names-regexp): New regexps for use with
6782 GDB 6.4+.
6783
6784 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6785
6786 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6787
6788 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6789
6790 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6791 prompts work for AUTH PLAIN. Also reported by Steve Allan
6792 <seallan@verizon.net>.
6793
6794 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6795
6796 * frame.el (set-frame-parameter): Add doc string.
6797
6798 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6799
6800 * textmodes/org.el (org-occur-highlights): New variable.
6801 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6802 (org-highlight-sparse-tree-matches): New option.
6803 (org-do-occur): New function.
6804 (org-get-heading): Make it work also at beginning of line.
6805 (org-category-table): New variable.
6806 (org-get-category-table, org-get-category)
6807 (org-camel-to-words, org-link-search): New functions.
6808 (org-select-this-todo-keyword): New variable.
6809 (org-todo-list): New command.
6810 (org-shiftright, org-shiftleft): New commands.
6811 (org-agenda-todo): Add prefix argument.
6812 (org-show-hierarchy-above): New option.
6813 (org-show-todo-tree): Numerical prefix creates tree for specific
6814 TODO keyword.
6815 (org-outline-level): New function, to assign a level to plain
6816 lists items.
6817 (org-cycle-include-plain-lists): New option.
6818 (org-mode): Use `org-outline-level' as value of `outline-level'.
6819 (org-cycle): Temporarily switch `outline-regexp' if
6820 `org-cycle-include-plain-lists' is non-nil.
6821 (org-start-icalendar-file): Fix format bug.
6822 (org-agenda-get-day-entries): Create category table.
6823 (org-agenda-get-todos, org-agenda-get-timestamps)
6824 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6825 (org-agenda-get-blocks): Use `org-get-category'.
6826 (org-context-in-file-links): Rename from
6827 `org-line-numbers-in-file-links'.
6828
6829 2005-12-06 Romain Francoise <romain@orebokech.com>
6830
6831 * window.el (balance-windows): Delete extraneous third arg in call
6832 to `enlarge-window'.
6833
6834 2005-12-06 Kenichi Handa <handa@m17n.org>
6835
6836 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6837
6838 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6839
6840 * progmodes/gdb-ui.el (gdb-var-create-handler)
6841 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6842 (gdb-var-list-children-handler, gdb-var-update-handler):
6843 Current buffer is already gdb-partial-output-buffer, don't
6844 make it current again.
6845
6846 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6847
6848 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6849 (list-buffers-noselect): Use it.
6850
6851 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6852
6853 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6854 (mail-yank-ignored-headers): Use regexp-opt.
6855 (mail-mode-map): Move initialization into declaration.
6856 (mail-sent-via): Remove unused shadowed var `to-line'.
6857 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6858 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6859 (mail-do-fcc): Use dolist and push.
6860 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6861 (mail-yank-ignored-headers): Don't autoload.
6862
6863 2005-12-05 Kenichi Handa <handa@m17n.org>
6864
6865 * international/mule-cmds.el (set-language-info-internal): New fun.
6866 (set-language-info): Call set-language-info-internal to update
6867 language-info-alist. If LANG-ENV is the current one, call
6868 set-language-environment to make INFO effective now.
6869 (set-language-info-alist): Likewise.
6870 (locale-language-names): With locale "en", use English
6871 lang. env. but set the default codings to iso-8859-1.
6872
6873 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6874
6875 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6876 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6877 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6878 for plain strings.
6879 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6880 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6881 Create registers buffer if necessary. Echo new state in minibuffer.
6882 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6883
6884 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6885
6886 * info.el (Info-fontify-node): Match external links using
6887 non-directory part of filename.
6888
6889 2005-12-04 Juri Linkov <juri@jurta.org>
6890
6891 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6892 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6893 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6894 because there is no customization option for it.
6895
6896 * font-lock.el (lisp-font-lock-keywords-1):
6897 Add define-global-minor-mode.
6898
6899 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6900
6901 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6902 properties on the constructed variable names.
6903
6904 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6905 Put `definition-name' properties on the constructed function names
6906 next-sym and prev-sym.
6907
6908 * emacs-lisp/find-func.el (find-function-regexp):
6909 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6910 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6911 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6912 and easy-menu-define.
6913
6914 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6915 easy-mmode-define-global-mode and define-global-minor-mode.
6916 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6917
6918 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6919 instead of easy-mmode-define-global-mode.
6920
6921 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6922 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6923
6924 * cus-edit.el (customize-group, customize-group-other-window):
6925 Filter out autoloaded options from the group completion list by
6926 using heuristics that autoloaded groups don't have `custom-autoload'
6927 property on their symbols (they have only `custom-loads').
6928
6929 * simple.el (completion-setup-function): Put completions-common-part
6930 face on complete completion string too (i.e. completion string
6931 without completions-first-difference face).
6932
6933 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6934
6935 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6936
6937 * view.el (view-mode): Doc fix.
6938
6939 * disp-table.el (standard-display-european): Add to the warning
6940 message a reference to the doc string.
6941
6942 * play/yow.el (apropos-zippy): Call print-help-return-message,
6943 similar to other Help and Apropos commands.
6944
6945 * help.el (print-help-return-message): If pop-up-frames is
6946 non-nil, set up help-return-method to delete the help window and,
6947 possibly, its frame as well, and don't display message about
6948 scrolling the help window. Doc fix.
6949 (help-return-method): Doc fix.
6950
6951 2005-12-03 Martin Rudalics <rudalics@gmx.at>
6952
6953 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6954 whereby names of length one or names starting with a
6955 symbol-constituent character would not be returned.
6956
6957 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6958
6959 * subr.el (atomic-change-group): Add edebug and indentation spec.
6960
6961 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6962
6963 * completion.el (save-completions-file-name): Fix typo in last change.
6964
6965 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6966
6967 * info.el: Move back/forward history to the beginning of the tool bar.
6968
6969 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6970
6971 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6972 Add fset of allout-real-isearch-abort during compile to fix
6973 byte-compilation warnings.
6974 (allout-mode-p): Move definition of this macro above all uses, or
6975 byte compilation in barren emacs (eg, during emacs build) will
6976 lack the definition.
6977 (allout-mode): Move this variable above any uses, or byte
6978 compilation will fail.
6979 (allout-resolve-xref): Remove use of personal file-reference function.
6980 (allout-toggle-current-subtree-encryption): Do the current (ie,
6981 visible containing) topic, rather than nearest around point. Doc fix.
6982 (allout-toggle-subtree-encryption): New function, workhorse that
6983 works on nearest topic containing point.
6984 (allout-encrypt-string): Signal requirement for newer version of pgg.
6985 (allout-resumptions): Doc fix.
6986
6987 2005-12-02 Eli Zaretskii <eliz@gnu.org>
6988
6989 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6990
6991 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
6992
6993 * textmodes/flyspell.el (flyspell-external-point-words):
6994 Consider a misspelling as found in the string search if: (a) misspelling
6995 and found string lengths match, or (b) misspelling is found as
6996 element in a boundary-chars separated longer string, or (c)
6997 ispell-program-name is really ispell and misspelling is found as
6998 part of a TeX string. After successful match move beginning of
6999 search region to end of match. Warn about not found misspellings
7000 once the process is done.
7001 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
7002
7003 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
7004
7005 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
7006 tool bar (removed inadvertently).
7007
7008 2005-12-02 Juri Linkov <juri@jurta.org>
7009
7010 * log-view.el (log-view-diff): Clarify doc string.
7011
7012 2005-12-01 Bill Wohler <wohler@newt.com>
7013
7014 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
7015 triggers lm-verify errors.
7016
7017 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
7018
7019 * simple.el (transient-mark-mode, line-number-mode)
7020 (column-number-mode, size-indication-mode): Remove `:require nil'.
7021
7022 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
7023
7024 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
7025 in the margin also.
7026 (gdb-breakpoints-mode-map): Use D instead of d for
7027 gdb-delete-breakpoint.
7028 (gdb-get-frame-number): Require a number to match on.
7029 (gdb-threads-mode-map): Add follow-link binding.
7030
7031 2005-11-30 Jason Rumney <jasonr@gnu.org>
7032
7033 * isearch.el (isearch-mode-map): Avoid exiting search on
7034 language-change event.
7035
7036 2005-11-30 Romain Francoise <romain@orebokech.com>
7037
7038 * speedbar.el (speedbar-default-position): New defcustom.
7039 (speedbar-frame-reposition-smartly): Use it.
7040
7041 * dframe.el (dframe-reposition-frame-emacs): Fix position
7042 computation for `left' location.
7043 Update copyright year.
7044
7045 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
7046
7047 * help.el (help-map): Move initialization into declaration.
7048
7049 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
7050
7051 * help-fns.el (help-argument-name): Don't autoload.
7052 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
7053 to be re-loaded when customizing the `help' group.
7054
7055 2005-11-30 John Paul Wallington <jpw@gnu.org>
7056
7057 * help-fns.el (describe-function-1): Fill arglist output.
7058
7059 2005-11-30 Kim F. Storm <storm@cua.dk>
7060
7061 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
7062 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
7063 after revert-buffer (or anything else which kills all local variables).
7064
7065 * apropos.el (apropos-parse-pattern): Doc fix.
7066 Set apropos-regexp directly, rather than expecting callers to do so.
7067 (apropos-command, apropos, apropos-value, apropos-documentation):
7068 Simplify calls to apropos-parse-pattern.
7069
7070 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
7071
7072 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7073 (hi-lock-face-phrase-buffer): Use hi-yellow face.
7074 (hi-lock-write-interactive-patterns): Use comment-region.
7075
7076 * longlines.el (longlines-mode): Add mail-setup-hook.
7077
7078 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
7079
7080 * simple.el (sendmail-user-agent-compose, next-line):
7081 Conditionally use hard-newline.
7082
7083 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7084
7085 * international/latexenc.el (latex-inputenc-coding-alist):
7086 Reword doc string.
7087
7088 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
7089
7090 * help.el (describe-key-briefly, describe-key): Recognize default
7091 bindings.
7092
7093 2005-11-29 Romain Francoise <romain@orebokech.com>
7094
7095 * view.el (view-inhibit-help-message): New defcustom.
7096 (view-mode-enter): Use it.
7097
7098 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
7099
7100 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
7101 Preserve user position.
7102
7103 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
7104
7105 * font-lock.el: Throw error if facemenu is not loaded to prevent
7106 accidental change of loading order in loadup.el. (Suggested by RMS.)
7107
7108 * loadup.el: Add comment explaining why facemenu must be loaded
7109 before font-lock.
7110
7111 2005-11-28 Jay Belanger <belanger@truman.edu>
7112
7113 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
7114 (calc-dispatch-map): Add more keys for `calc-same-interface'.
7115
7116 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
7117
7118 * calc/calc-embed.el (calc-do-embedded): Update help message.
7119
7120 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
7121
7122 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7123
7124 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
7125
7126 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
7127 called-interactively-p.
7128 (elp-profilable-p): Rename from elp-not-profilable-p.
7129 Invert result and take into account macros and autoloaded functions.
7130 (elp-instrument-function): Update call.
7131 (elp-instrument-package): Update call. Add completion.
7132 (elp-pack-number): Use match-string.
7133 (elp-results-jump-to-definition-by-mouse): Merge into
7134 elp-results-jump-to-definition and then remove.
7135 (elp-output-insert-symname): Make help echo text single-line.
7136
7137 * replace.el (query-replace-map): Move initialization into declaration.
7138 (occur-engine): Use with-current-buffer.
7139 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
7140 (occur-mode-mouse-goto): Replace with an alias.
7141
7142 2005-11-28 Juri Linkov <juri@jurta.org>
7143
7144 * simple.el (quoted-insert): Let-bind input-method-function to nil.
7145
7146 * term/w32-win.el: Bind [S-tab] to [backtab].
7147
7148 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
7149 `Info-find-file' to t.
7150
7151 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
7152 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
7153 and same-window-regexps.
7154 (occur-next-error): Don't move point for arg 0.
7155
7156 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
7157
7158 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
7159
7160 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7161
7162 * log-edit.el (log-edit-changelog-use-first): New var.
7163 (log-edit-changelog-ours-p): Use it.
7164 (log-edit-insert-changelog): Set it with new arg `use-first'.
7165 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
7166 (log-edit-hook): Add them to the list of suggested options.
7167
7168 * textmodes/flyspell.el (flyspell-last-buffer): New var.
7169 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
7170 redundant work.
7171 (flyspell-mode-on): Use add-hook for after-change-functions.
7172 (flyspell-mode-off): Use remove-hook for after-change-functions.
7173 (flyspell-changes): Make it buffer-local.
7174 (flyspell-after-change-function): Make it non-interactive. Use push.
7175 (flyspell-post-command-hook): Check input-pending-p while processing
7176 the potentially long list of buffer changes.
7177
7178 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7179
7180 * buff-menu.el (list-buffers-noselect): Display the selected
7181 frame's buffer list, not the global one.
7182
7183 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7184
7185 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
7186 that (list last-input-event) works as in interactive spec.
7187
7188 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7189
7190 * loadup.el ("facemenu"): Load facemenu before font-lock, because
7191 `facemenu-keymap' needs to be defined when font-lock is loaded.
7192 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
7193
7194 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7195
7196 * completion.el: Remove useless leading * in defcustom docstrings.
7197 (save-completions-file-name): Use ~/.emacs.d if available.
7198 (completion-standard-syntax-table): Rename from
7199 cmpl-standard-syntax-table and fold initialization into declaration,
7200 thus removing cmpl-make-standard-completion-syntax-table.
7201 (completion-lisp-syntax-table, completion-c-syntax-table)
7202 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
7203 (cmpl-saved-syntax, cmpl-saved-point): Remove.
7204 (symbol-under-point, symbol-before-point)
7205 (symbol-under-or-before-point, symbol-before-point-for-complete)
7206 (add-completions-from-c-buffer): Use with-syntax-table.
7207 (make-completion): Don't return a list of completion entries.
7208 Update callers.
7209 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
7210 (completion-initialize): Rename from initialize-completions.
7211 (completion-find-file-hook): Rename from cmpl-find-file-hook.
7212 (kill-emacs-save-completions): Collect stats here.
7213 (save-completions-to-file, load-completions-from-file):
7214 Use with-current-buffer.
7215 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
7216 into a function. Move all calls to toplevel.
7217 (completion-lisp-mode-hook): New fun.
7218 (completion-c-mode-hook, completion-setup-fortran-mode):
7219 Set the syntax-table here. Use local-set-key.
7220 (completion-saved-bindings): New var.
7221 (dynamic-completion-mode): Make it into a proper minor mode.
7222 (load-completions-from-file): Remove unused var `num-uses'.
7223
7224 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
7225 constructor if it is explicitly overridden.
7226
7227 * complete.el (PC-completion-as-file-name-predicate):
7228 Use minibuffer-completing-file-name.
7229 (partial-completion-mode): Use find-file-not-found-functions.
7230 (PC-lisp-complete-symbol): Use with-syntax-table.
7231 (PC-look-for-include-file): Remove dead setq.
7232 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
7233 (PC-complete): Use with-current-buffer.
7234
7235 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
7236 escape single quotes.
7237
7238 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7239
7240 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
7241 of `if' whose condition always returned nil. Doc fix.
7242
7243 * buff-menu.el (Buffer-menu-revert-function): Make the selected
7244 window's buffer the current buffer around the call to
7245 `list-buffers-noselect'. This is necessary to mark that buffer
7246 with a `.' in the Buffer Menu when called from Lisp, for instance
7247 by Auto Revert Mode.
7248
7249 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7250
7251 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
7252 attaching to it.
7253 (gdb-pre-prompt): Make sure gdb-error is reset.
7254
7255 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
7256 with a child process, detect it.
7257 (gud-speedbar-buttons): Match regexp more carefully.
7258
7259 2005-11-27 Richard M. Stallman <rms@gnu.org>
7260
7261 * mouse.el (mouse-drag-move-window-bottom):
7262 Use adjust-window-trailing-edge.
7263
7264 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7265
7266 * simple.el (blink-matching-open): Ignore
7267 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
7268 (blink-matching-paren-on-screen): Update docstring.
7269
7270 * paren.el (show-paren-mode): No longer change
7271 `blink-matching-paren-on-screen'.
7272
7273 2005-11-27 John Paul Wallington <jpw@pobox.com>
7274
7275 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7276 (gdb-threads-select, gdb-edit-register-value):
7277 Use `posn-set-point' instead of `mouse-set-point' because the
7278 latter is not fbound when configured without X.
7279
7280 2005-11-27 Kim F. Storm <storm@cua.dk>
7281
7282 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
7283 existing face when partially highlighting a TAB in a rectangle.
7284
7285 2005-11-26 Kim F. Storm <storm@cua.dk>
7286
7287 * ido.el (ido-mode-map): Doc fix.
7288 (ido-mode-common-map, ido-mode-file-map)
7289 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
7290 (ido-define-mode-map): Rewrite. Select one of the new maps as
7291 parent for ido-mode-map instead of building from scratch.
7292 (ido-init-mode-maps): New defun to initialize new maps.
7293 (ido-mode): Call it.
7294 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
7295 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
7296
7297 2005-11-26 John Paul Wallington <jpw@pobox.com>
7298
7299 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
7300 `mouse-set-point' because the latter is not fbound when configured
7301 without X.
7302
7303 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
7304
7305 * files.el (file-relative-name): Doc fix.
7306
7307 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7308
7309 * progmodes/octave-inf.el (inferior-octave-startup): Force a
7310 non-empty string for secondary prompt PS2.
7311
7312 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7313
7314 * progmodes/compile.el (compilation-setup): Fix last change.
7315
7316 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
7317
7318 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7319 (gdb-mouse-toggle-breakpoint-margin)
7320 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
7321 Add gdb-server-prefix to keep out of command history.
7322 (gdb-edit-register-value): New function.
7323 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
7324 (gdb-info-registers-custom): Use above map.
7325
7326 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7327
7328 * custom.el (enable-theme): Signal error if argument is not a
7329 theme. Don't recalculate a face if it's not loaded yet.
7330
7331 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7332 the `user' theme is in effect.
7333
7334 * info.el (Info-on-current-buffer): Record actual filename in
7335 Info-current-file, instead of t, or a fake filename if a non-file
7336 buffer. Make autoload.
7337 (Info-find-node, Info-revert-find-node): No need to check for
7338 Info-current-file nil.
7339 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7340 Info-current-file is now never `t'.
7341 (Info-fontify-node): Many simplifications due to Info-current-file
7342 always being valid. Use Info-find-file to find node filename.
7343
7344 2005-11-25 David Kastrup <dak@gnu.org>
7345
7346 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7347 new character, then delete" in order to preserve markers.
7348
7349 2005-11-25 David Ponce <david@dponce.com>
7350
7351 * recentf.el (recentf-arrange-by-rule): Handle a special
7352 `auto-mode-alist'-like "strip suffix" rule.
7353 (recentf-build-mode-rules): Handle second level auto-mode entries.
7354
7355 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7356
7357 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7358 window modes.
7359
7360 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7361 jde-javadoc-checker-report-mode.
7362
7363 * ediff-wind (ediff-make-wide-display): Slight simplification.
7364
7365 * ediff.el (ediff-date): Change the date of last update.
7366
7367 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7368
7369 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7370 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7371 (hi-lock-mode): New global minor mode.
7372 (turn-on-hi-lock-if-enabled): New function.
7373 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7374 Change arguments to regexp and face instead of a font-lock pattern.
7375 Directly set face property, instead of refontifying.
7376 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7377 (hi-lock-find-patterns): Use line-number-at-pos.
7378
7379 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7380 arguments for hi-lock-set-pattern.
7381 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7382 Call font-lock-fontify-buffer.
7383 (hi-lock-find-file-hook, hi-lock-current-line)
7384 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7385
7386 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7387 turned off.
7388
7389 * progmodes/compile.el (compilation-setup): Don't fiddle with
7390 font-lock-defaults.
7391
7392 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7393
7394 * progmodes/gdb-ui.el (gdb-var-create-handler)
7395 (gdb-var-list-children-handler): Find values for all variable
7396 objects. gud-speedbar-buttons decides whether to display them.
7397
7398 2005-11-24 Romain Francoise <romain@orebokech.com>
7399
7400 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7401 buffer name with a space.
7402
7403 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7404
7405 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7406 `org-export-local-list-max-depth'. Change default value to 3.
7407 (org-auto-renumber-ordered-lists)
7408 (org-plain-list-ordered-item-terminator): New options.
7409 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7410 (org-get-indentation, org-get-string-indentation)
7411 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7412 New functions.
7413 (org-move-item-down, org-move-item-up): New commands.
7414 (org-export-as-html): New classes for CSS support. Bug fix in
7415 regular expression detecting fixed-width regions. Respect
7416 `org-local-list-ordered-item-terminator'.
7417 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7418 also a list item.
7419 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7420 New item moving functions.
7421
7422 2005-11-24 Juri Linkov <juri@jurta.org>
7423
7424 * isearch.el (isearch-repeat): With empty search ring set
7425 `isearch-error' to the error string instead of signaling error
7426 with the function `error'.
7427
7428 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7429
7430 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7431
7432 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7433
7434 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7435 and variable.
7436 (gdb-var-create-handler, gdb-var-list-children-handler):
7437 Don't match on "char **...".
7438 (gdb-var-update-handler): Find values for all variable objects.
7439 (gdb-info-frames-custom): Identify frames by leading "#".
7440
7441 * progmodes/gud.el (gud-speedbar-menu-items): Add
7442 gdb-speedbar-auto-raise as radio button.
7443 (gud-speedbar-buttons): Raise speedbar if requested.
7444 Don't match on "char **...".
7445 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7446 Make it editable.
7447
7448 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7449
7450 * info.el (Info-fontify-node): Handle the case where
7451 Info-current-file is t.
7452
7453 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7454
7455 * simple.el (blink-matching-open): Fix off-by-one in last change.
7456
7457 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7458
7459 * term/mac-win.el: Don't change default directory.
7460
7461 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7462
7463 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7464 buffers correctly. (It used to throw an error in such buffers.)
7465 Make it ask for confirmation in group buffers and other Custom
7466 buffers containing more than one customization item.
7467
7468 2005-11-22 John Paul Wallington <jpw@gnu.org>
7469
7470 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7471 property on mail and url overlays.
7472 (goto-address-at-point): Use `posn-set-point' instead of
7473 `mouse-set-point' because the latter is not fbound when configured
7474 without X.
7475
7476 2005-11-22 Lars Hansen <larsh@soem.dk>
7477
7478 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7479 (ls-lisp-classify, ls-lisp-format): Delete call to
7480 ls-lisp-parse-symlink.
7481 (ls-lisp-handle-switches): Handle symlinks to directories as
7482 directories when ls-lisp-dirs-first in non-nil.
7483
7484 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7485
7486 * startup.el (command-line): Make sure that loaddefs.el is handled
7487 correctly in load-history.
7488
7489 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7490
7491 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7492 (gdb-struct-string, gdb-array-string): New constants.
7493 (gdb-info-locals-handler): Use them.
7494 (gdb-reset): Reset gdb-var-list to nil.
7495
7496 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7497
7498 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7499 in patterns.
7500
7501 2005-11-21 Juri Linkov <juri@jurta.org>
7502
7503 * custom.el (defcustom): Update link types in docstring.
7504
7505 2005-11-20 Martin Rudalics <rudalics@gmx.at>
7506
7507 * custom.el (defgroup): Add doc-string-elt info.
7508
7509 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7510
7511 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7512
7513 * newcomment.el (comment-enter-backward): Fix last fix.
7514
7515 * simple.el (blink-matching-open):
7516 * paren.el (show-paren-function): Allow new paren-class info.
7517
7518 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7519
7520 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7521 handled automagically.
7522
7523 2005-11-20 Andreas Schwab <schwab@suse.de>
7524
7525 * descr-text.el (describe-char): When copying overlays put them
7526 over the full char description instead of just the first character
7527 of it.
7528
7529 2005-11-20 Juri Linkov <juri@jurta.org>
7530
7531 * simple.el (what-cursor-position):
7532 * descr-text.el (describe-char): Use Lisp-readable syntax
7533 for octal and hex. Reorder decimal, octal and hex values.
7534 Remove excess whitespace in the output. Use `=' in `column='
7535 like in `point=' and `Hscroll='.
7536
7537 * international/mule-cmds.el (encoded-string-description):
7538 Use Lisp-readable syntax for hex.
7539
7540 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7541
7542 * newcomment.el (comment-enter-backward): Handle the case where the
7543 comment is closed by EOB.
7544
7545 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7546
7547 * longlines.el (longlines-before-revert-hook)
7548 (longlines-after-revert-hook): New functions.
7549 (longlines-mode): Turn off longlines temporarily when reverting.
7550 Add a message-setup-hook.
7551 (longlines-decode-buffer): New function.
7552 (longlines-wrap-line): Preserve marker positions.
7553
7554 2005-11-19 Andreas Schwab <schwab@suse.de>
7555
7556 * emacs-lisp/shadow.el: Handle compressed files.
7557
7558 2005-11-19 Romain Francoise <romain@orebokech.com>
7559
7560 * net/browse-url.el (browse-url-default-browser): Signal an error
7561 if no usable browser can be found, rather than try to load w3.
7562
7563 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7564
7565 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7566 replacing existing properties.
7567 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7568 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7569 tty specs.
7570 (rcirc-server-prefix, rcirc-server): New faces.
7571 (rcirc-url-regexp): Generate with rx macro.
7572 (rcirc-last-server-message-time): New variable.
7573 (rcirc-filter): Record time of last message.
7574 (rcirc-keepalive): Kill processes that did not send a message
7575 since the last ping.
7576 (rcirc-mode): Give rcirc-topic a local binding here.
7577
7578 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7579
7580 * subr.el (read-passwd): Fontify the prompt as we do with other
7581 prompts.
7582
7583 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7584
7585 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7586 binding buffer-read-only to nil.
7587
7588 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7589
7590 * complete.el (partial-completion-mode):
7591 Mention completion-auto-help in the doc string.
7592
7593 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7594 more Lisp-ish way.
7595
7596 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7597
7598 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7599 digits, not 8, to avoid misalignment for files larger than 100MB.
7600
7601 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7602
7603 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7604 Mention "keyboard shortcuts" in the help text.
7605
7606 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7607
7608 * startup.el (fancy-splash-default-action): Discard only
7609 mouse-down and succeeding mouse-up events in the splash screen
7610 window so that drag-n-drop event can be processed.
7611
7612 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7613
7614 * longlines.el (longlines-mode): Add hacks for mail-mode and
7615 message-mode.
7616
7617 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7618
7619 * textmodes/org.el (org-table-sort-lines): New command.
7620 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7621 (org-add-file): Command removed, use `org-agenda-file-to-front'
7622 instead.
7623 (org-export-icalendar): Use `org-icalendar-combined-name'.
7624 (org-cycle-agenda-files, org-agenda-file-to-end)
7625 (org-agenda-file-to-front): New commands.
7626 (org-table-tab-jumps-over-hlines, org-export-html-style):
7627 New options.
7628 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7629 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7630 New functions.
7631 (org-fill-paragraph): Call `org-table-align' in tables.
7632 (org-mode): Call `org-set-autofill-regexps'.
7633 (org-export-as-html): Support for local handformatted lists.
7634 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7635 (org-export-local-list-max-depth): New option.
7636 (org-html-expand): Use `org-html-protect'.
7637
7638 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7639
7640 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7641 to "p".
7642 (gdb): Move definition of gud-pp to...
7643
7644 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7645 speedbar.
7646 (gdb-find-watch-expression): New function.
7647
7648 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7649
7650 * faces.el (face-attribute, set-face-attribute): Mention existence
7651 of `:ignore-defface' setting in docstring.
7652
7653 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7654
7655 * simple.el (completion-setup-function): Fix last change.
7656
7657 2005-11-17 John Paul Wallington <jpw@pobox.com>
7658
7659 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7660 Use `posn-set-point' instead of `mouse-set-point' because the
7661 latter is not fbound when configured without X.
7662
7663 * comint.el (comint-insert-input): Likewise.
7664
7665 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7666
7667 * simple.el (hard-newline): New variable.
7668 (sendmail-user-agent-compose, next-line): Use it.
7669
7670 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7671 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7672 (mail-mail-reply-to, mail-mail-followup-to)
7673 (mail-position-on-field, mail-signature, mail-yank-original)
7674 (mail-attach-file): Likewise.
7675
7676 * mail/mailheader.el (mail-header-format)
7677 (mail-header-format-function): Likewise.
7678
7679 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7680
7681 2005-11-17 Juri Linkov <juri@jurta.org>
7682
7683 * font-lock.el (font-lock-faces): Rename this defgroup from
7684 `font-lock-highlighting-faces'.
7685 (font-lock-comment-face, font-lock-comment-delimiter-face)
7686 (font-lock-string-face, font-lock-doc-face)
7687 (font-lock-keyword-face, font-lock-builtin-face)
7688 (font-lock-function-name-face, font-lock-variable-name-face)
7689 (font-lock-type-face, font-lock-constant-face)
7690 (font-lock-warning-face, font-lock-negation-char-face)
7691 (font-lock-preprocessor-face)
7692 (font-lock-regexp-grouping-backslash)
7693 (font-lock-regexp-grouping-construct): Rename :group from
7694 `font-lock-highlighting-faces' to `font-lock-faces'.
7695
7696 * cus-edit.el (lisp, c, tex):
7697 * progmodes/ada-mode.el (ada):
7698 * progmodes/asm-mode.el (asm):
7699 * progmodes/cperl-mode.el (cperl-faces):
7700 * progmodes/cpp.el (cpp):
7701 * progmodes/dcl-mode.el (dcl):
7702 * progmodes/f90.el (f90):
7703 * progmodes/fortran.el (fortran):
7704 * progmodes/icon.el (icon):
7705 * progmodes/idlwave.el (idlwave-misc):
7706 * progmodes/m4-mode.el (m4):
7707 * progmodes/make-mode.el (makefile):
7708 * progmodes/meta-mode.el (meta-font):
7709 * progmodes/modula2.el (modula2):
7710 * progmodes/octave-mod.el (octave):
7711 * progmodes/pascal.el (pascal):
7712 * progmodes/perl-mode.el (perl):
7713 * progmodes/prolog.el (prolog):
7714 * progmodes/ps-mode.el (PostScript-edit):
7715 * progmodes/scheme.el (scheme):
7716 * progmodes/sh-script.el (sh-script):
7717 * progmodes/simula.el (simula):
7718 * progmodes/tcl.el (tcl):
7719 * textmodes/nroff-mode.el (nroff):
7720 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7721 * textmodes/sgml-mode.el (sgml):
7722 * textmodes/texinfo.el (texinfo):
7723 Add :link (custom-group-link font-lock-faces) to defgroup.
7724
7725 * hi-lock.el (hi-lock): Rename this defgroup from
7726 `hi-lock-interactive-text-highlighting'. Change parent group from
7727 `faces' to `font-lock'. Add link to the manual.
7728 (hi-lock-mode, hi-lock-file-patterns-range)
7729 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7730 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7731 (hi-lock-faces): Add :group `faces'.
7732
7733 * cus-edit.el (custom-variable-prompt): Clarify the code.
7734
7735 * faces.el (face-read-string): Set the default value arg of
7736 completing-read.
7737
7738 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7739
7740 * rfn-eshadow.el (file-name-shadow-properties)
7741 (file-name-shadow-tty-properties, file-name-shadow-mode):
7742 Remove autoloads, because the file is now preloaded.
7743
7744 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7745
7746 * printing.el (easy-menu-intern): Don't define.
7747 (pr-get-symbol): Use easy-menu-intern only if defined.
7748
7749 * simple.el (blink-matching-open): Simplify a bit.
7750 (completion-setup-function): Fix the case of partial-completion-mode
7751 when the minibuffer's contents start with "-".
7752 Obey completion-base-size-function even when
7753 minibuffer-completing-file-name is non-nil.
7754
7755 2005-11-16 Richard M. Stallman <rms@gnu.org>
7756
7757 * net/eudcb-ph.el (eudc-ph-open-session):
7758 Use set-process-query-on-exit-flag.
7759
7760 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7761
7762 * international/ucs-tables.el (ucs-set-table-for-input):
7763 Use make-local-variable, not make-variable-buffer-local.
7764
7765 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7766 Improve warning message text.
7767
7768 * savehist.el (savehist-save-hook): Add :group.
7769
7770 * menu-bar.el (menu-bar-help-menu):
7771 Rename Find Extra Packages to External Packages.
7772
7773 * cus-edit.el (Custom-reset-standard): Verify that
7774 :custom-standard-value prop exists before calling it.
7775
7776 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7777
7778 2005-11-16 Martin Rudalics <rudalics@gmx.at>
7779
7780 * wid-edit.el (color): Enclose %t in %{...%}.
7781
7782 * cus-edit.el (face): Enclose %t in %{...%}.
7783
7784 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7785
7786 * savehist.el (savehist-mode-hook): Re-add the var.
7787 (savehist-mode): Use it.
7788
7789 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7790
7791 * textmodes/flyspell.el: Fix commenting convention.
7792 Remove unnecessary leading * in custom docstrings.
7793 (flyspell-emacs): Remove unused var.
7794 (flyspell-delete-region-overlays): Use remove-overlays.
7795 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7796 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7797 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7798 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7799 (make-flyspell-overlay): Don't locally reuse a global name.
7800 (flyspell-highlight-incorrect-region)
7801 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7802 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7803 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7804 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7805 Wrap calls to accept-process-output inside with-local-quit since it's
7806 often called from a post-command-hook.
7807 (flyspell-correct-word, flyspell-auto-correct-word):
7808 Use ispell-send-string.
7809 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7810
7811 * calendar/diary-lib.el (diary-list-entries): Also hide the
7812 terminating newline.
7813
7814 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7815
7816 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7817 window-system, to allow fonts on tty.
7818
7819 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7820
7821 * progmodes/gud.el (gud-speedbar-item-info): New function.
7822 (gud-install-speedbar-variables): Use it to display data type
7823 of watch expression as a tooltip in speedbar.
7824
7825 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7826
7827 * font-core.el (global-font-lock-mode): Add :version keyword,
7828 because default was changed.
7829
7830 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7831
7832 * startup.el (command-line): Use `custom-reevaluate-setting' for
7833 `file-name-shadow-mode'.
7834
7835 * loadup.el: Preload rfn-eshadow.
7836
7837 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7838 Add :version keyword.
7839 (file-name-shadow-properties, file-name-shadow-tty-properties)
7840 (file-name-shadow): Add :version keyword.
7841
7842 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7843 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7844 in the custom-group property of the symbol frames and the fringe
7845 group got no link to its parent group frames.
7846 Doc fix.
7847
7848 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7849
7850 * progmodes/gud.el (gud-stop-subjob): New function.
7851 (gud-menu-map, gud-tool-bar-map): Use it.
7852
7853 2005-11-16 Kim F. Storm <storm@cua.dk>
7854
7855 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7856 than kill it.
7857 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7858 to a more useful/logical place.
7859
7860 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7861
7862 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7863 go buttons complementary.
7864
7865 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7866
7867 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7868 (rfn-eshadow-sifn-equal): New function.
7869 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7870
7871 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7872
7873 * viper-utils.el (viper-non-word-characters-reformed-vi):
7874 Quote `-' in string.
7875
7876 * viper.el (viper-emacs-state-mode-list): Ensure that
7877 rcirc-mode buffers come up in Emacs state.
7878
7879 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7880 operation.
7881
7882 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7883
7884 * term.el (term-termcap-format): Fix typos.
7885 (term-down): Fix the negative argument case.
7886
7887 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7888
7889 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7890 2005-08-15.
7891 (gdb-ann3): New command gud-go.
7892 (menu): Accomodate gdb-mi.el.
7893 (gdb-assembler-custom): Make buffer of selected window current
7894 so that set-window-point works.
7895
7896 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7897 buttons and include new ones.
7898
7899 2005-11-16 Kim F. Storm <storm@cua.dk>
7900
7901 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7902 (gud-menu-map): Use it.
7903
7904 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7905
7906 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7907 that works correctly for Custom and that does not override a user
7908 who disables it.
7909
7910 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7911 (help-xref-interned, help-follow): Make hyperlinks for variables
7912 that are unbound, but have a non-nil variable-documentation property.
7913
7914 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7915 mode hook. (It conflicted with defcustoms for some mode hooks.)
7916 Use the `variable-documentation' property to give the mode hook a
7917 docstring and expand that docstring.
7918
7919 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7920
7921 * savehist.el (savehist-mode): Don't bother with
7922 `custom-set-minor-mode'.
7923 (savehist-coding-system): Check XEmacs version.
7924 (history-length): Declare also at run time.
7925 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7926 Don't set the customize state.
7927 (savehist-minibuffer-hook): Special case for when
7928 minibuffer-history-variable is equal to t.
7929
7930 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7931
7932 * files.el (write-file): Refresh VC status.
7933
7934 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7935 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7936 than fundamental-mode to see if the mode was set.
7937
7938 2005-11-14 Romain Francoise <romain@orebokech.com>
7939
7940 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7941 dummy function in `eval-when-compile' to avoid compiler warning.
7942 Require `man' at compile time.
7943
7944 2005-11-14 Jay Belanger <belanger@truman.edu>
7945
7946 * calc-alg.el (calcFunc-write-out-power): Rename it to
7947 calcFunc-powerexpand.
7948 (math-write-out-power): Rename it to math-powerexpand; have it
7949 handle negative exponents.
7950 (calc-writeoutpower): Rename it to calc-powerexpand.
7951
7952 * calc-ext.el: Change calcFunc-writeoutpower and
7953 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7954 autoloads.
7955 Add calcFunc-ldiv to autoloads.
7956
7957 * calc-arith.el (calcFunc-ldiv): New function.
7958
7959 * calc.el (calc-left-divide): New function.
7960
7961 2005-11-14 Juri Linkov <juri@jurta.org>
7962
7963 * cus-edit.el (custom-variable-prompt): Set the default value arg
7964 of completing-read.
7965
7966 * cus-dep.el (custom-make-dependencies): Reverse the list of
7967 found dependencies.
7968
7969 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7970
7971 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7972 Highlighting" entry, it is on by default now.
7973 (menu-bar-options-save): Do not save global-font-lock-mode.
7974
7975 2005-11-13 Richard M. Stallman <rms@gnu.org>
7976
7977 * textmodes/flyspell.el (flyspell-large-region):
7978 Call flyspell-accept-buffer-local-defs.
7979
7980 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
7981
7982 * textmodes/flyspell.el (flyspell-notify-misspell):
7983 Fix misspelling of "Misspelling".
7984 (flyspell-process-localwords): New function.
7985 (flyspell-large-region): Call flyspell-process-localwords and
7986 flyspell-delete-region-overlays.
7987 (flyspell-delete-region-overlays): New function.
7988 (flyspell-delete-all-overlays): Call that.
7989
7990 2005-11-13 Richard M. Stallman <rms@gnu.org>
7991
7992 * help.el (help-for-help-internal): Improve doc of C-h a.
7993 (describe-key): Improve prompt; doc fix.
7994
7995 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7996
7997 * vc-svn.el (vc-svn-registered): Catch all errors.
7998
7999 * cus-dep.el (custom-make-dependencies): Typo.
8000
8001 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
8002
8003 * net/tramp-util.el (top): Fix compilation warning.
8004
8005 2005-11-13 Kim F. Storm <storm@cua.dk>
8006
8007 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
8008
8009 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
8010
8011 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
8012 (gud-speedbar-buttons): Match on "const char *" too.
8013
8014 * progmodes/gdb-ui.el (gdb-var-create-handler)
8015 (gdb-var-list-children-handler): Match on "const char *" too.
8016 (gdb-var-evaluate-expression-handler): Match on empty string.
8017 (gdb-var-update-handler): Only call
8018 gdb-var-evaluate-expression-handler when required.
8019
8020 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
8021
8022 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
8023 selected window. This still doesn't work for speedbar.
8024 (gud-speedbar-buttons): Handle string expressions properly.
8025
8026 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
8027 (gdb-var-create-handler): Handle string expressions properly.
8028 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
8029 Handle string expressions properly. Move "type" field into regexp.
8030
8031 2005-11-12 Karl Fogel <kfogel@red-bean.com>
8032
8033 * bookmark.el (bookmark-maybe-message): New function to reduce
8034 code duplication: invokes `message' iff baud-rate is high enough.
8035 (bookmark-write-file): Use above instead of an inline conditional.
8036 (bookmark-load): Same.
8037
8038 2005-11-12 Karl Fogel <kfogel@red-bean.com>
8039
8040 * bookmark.el (bookmark-write-file): Don't visit the destination
8041 file, just write the data to it using write-region. This is
8042 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
8043 change to avoid visiting the file in the first place.
8044
8045 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
8046
8047 * hi-lock.el (hi-lock-mode): Set the default value of
8048 font-lock-defaults.
8049
8050 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
8051
8052 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
8053 arg to `file-attributes'.
8054 (find-lisp-format): The UID and GID can now be strings.
8055
8056 2005-11-12 Kim F. Storm <storm@cua.dk>
8057
8058 * help.el (help-map): Bind C-h d to apropos-documentation.
8059
8060 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
8061 when point is at end-of-buffer.
8062
8063 * apropos.el (apropos-match-face): Doc fix.
8064 (apropos-sort-by-scores): Add new choice `verbose'.
8065 (apropos-documentation-sort-by-scores): New defcustom.
8066 (apropos-pattern): Now contains the pattern entered by the user.
8067 (apropos-pattern-quoted): New defvar.
8068 (apropos-regexp): New defvar, containing the regexp corresponding
8069 to apropos-pattern.
8070 (apropos-all-words-regexp): Rename from apropos-all-regexp.
8071 (apropos-read-pattern): New defun. Use it to read pattern arg in
8072 interactive calls; returns list of words for a word list, and
8073 string for a regexp.
8074 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
8075 parses a list of words or regexp as returned by apropos-read-pattern.
8076 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
8077 (apropos-score-doc): Return a very high score if the string
8078 entered by the user matches literally.
8079 (apropos-variable): Doc fix. Use apropos-read-pattern.
8080 (apropos-command): Doc fix. Use apropos-read-pattern and
8081 apropos-parse-pattern. Call apropos-print with nosubst=t.
8082 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
8083 apropos-parse-pattern.
8084 (apropos-documentation): Doc fix. Use apropos-read-pattern and
8085 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
8086 apropos-documentation-sort-by-scores. Call apropos-print with
8087 nosubst=t.
8088 (apropos-documentation-internal): Pass doc string through
8089 substitute-key-definition before adding text properties.
8090 Highlight substring matching literal user input if possible.
8091 (apropos-documentation-check-doc-file): Remove locals beg and end.
8092 Fix calculation of score (as added twice). Pass doc string through
8093 substitute-key-definition before adding text properties.
8094 (apropos-documentation-check-elc-file): Pass doc string through
8095 substitute-key-definition before adding text properties.
8096 Highlight substring matching literal user input if possible.
8097 (apropos-print): Add new arg NOSUBST; if set, command and variable
8098 doc strings have already been passed through substitute-key-definition.
8099 Add code to handle apropos-accumulator items without score element
8100 for backwards compatibility (e.g. with woman package).
8101 Only show scores if apropos-sort-by-scores is `verbose'.
8102
8103 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8104
8105 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
8106 Add jka-compr-load-suffixes to load-suffixes.
8107
8108 * jka-compr.el: Require jka-cmpr-hook.
8109 (jka-compr-info-compress-message, jka-compr-info-compress-program)
8110 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
8111 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
8112 (jka-compr-info-can-append, jka-compr-info-strip-extension)
8113 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
8114 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
8115 (jka-compr-uninstall): Remove entries from
8116 jka-compr-added-to-file-coding-system-alist after they are used.
8117 (jka-compr-error): Remove unused var `curbuf'.
8118 (jka-compr-file-local-copy): Remove unused var `notfound'.
8119
8120 2005-11-10 Romain Francoise <romain@orebokech.com>
8121
8122 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
8123
8124 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
8125
8126 * progmodes/gud.el (gud-menu-map): Move parentheses.
8127 (gdb): New command gud-pv.
8128
8129 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8130
8131 * tar-mode.el: Remove spurious or unnecessary leading stars
8132 in docstrings.
8133 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
8134 (tar-parse-octal-integer-safe): Use mapc.
8135 (tar-header-block-summarize): Remove unused var `ck'.
8136 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
8137 cleared before. Obey default-enable-multibyte-characters.
8138 Use mapconcat. Simplify setting of tar-header-offset.
8139 (tar-mode-map): Move initialization inside delcaration.
8140 (tar-flag-deleted): Use `abs'.
8141 (tar-expunge-internal): Remove unused var `line'.
8142 (tar-expunge-internal): Don't hardcode point-min==1.
8143 (tar-expunge): Widen while doing set-buffer-multibyte.
8144 (tar-rename-entry): Use file-name-coding-system.
8145 (tar-alter-one-field): Don't hardcode point-min==1.
8146 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
8147 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
8148
8149 2005-11-10 Masatake YAMATO <jet@gyve.org>
8150
8151 * add-log.el (add-log-current-defun): Handle class::method
8152 notation of c++. Fix incorrect comment.
8153
8154 2005-11-10 Alan Mackenzie <acm@muc.de>
8155
8156 * help-fns.el (describe-variable): Make C-h v work when a variable
8157 has variable documentation yet is unbound.
8158
8159 2005-11-10 Masatake YAMATO <jet@gyve.org>
8160
8161 * man.el (Man-highlight-references): Set an empty
8162 string to `Man-arguments' if it is nil.
8163 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
8164
8165 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8166
8167 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
8168 commenting conventions.
8169
8170 * cus-dep.el (custom-make-dependencies): Simplify.
8171 Better follow the commenting conventions.
8172
8173 2005-11-09 Richard M. Stallman <rms@gnu.org>
8174
8175 * apropos.el (apropos-pattern): Rename from apropos-regexp.
8176 (apropos-orig-pattern): Rename from apropos-orig-regexp.
8177 All uses changed.
8178 (apropos-rewrite-regexp): Doc fix.
8179 (apropos-variable, apropos-command, apropos, apropos-value):
8180 Change prompt; carry through the argument renaming.
8181
8182 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
8183
8184 * find-lisp.el: Require dired.
8185 (find-lisp-find-dired-internal): Do not call
8186 `abbreviate-file-name' on DIR.
8187
8188 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
8189
8190 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
8191
8192 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
8193
8194 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
8195 when using the speedbar.
8196 (gdb): New command gud-pp.
8197 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
8198
8199 2005-11-09 Juri Linkov <juri@jurta.org>
8200
8201 * replace.el (occur-excluded-properties): New defcustom.
8202 (occur-1, occur-engine, occur-accumulate-lines): Use it.
8203
8204 2005-11-08 Jay Belanger <belanger@truman.edu>
8205
8206 * calc/calc-units.el (math-convert-units): Replace any composite
8207 unit by its definition.
8208
8209 2005-11-08 Lars Hansen <larsh@soem.dk>
8210
8211 * emacs-lisp/autoload.el (update-directory-autoloads):
8212 Add obsolete function alias.
8213
8214 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8215
8216 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8217 comment-indent-function.
8218 (lisp-comment-indent): Replace by an alias for comment-indent-default.
8219
8220 * reveal.el (reveal-post-command): Rework the handling of
8221 reveal-open-spots, so as to be more reliable. There were several
8222 tricky corner cases where an open spot might be lost, or where
8223 a closed spot might end up on the list of open spots.
8224 Only reveal text that's ellipsised.
8225
8226 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
8227
8228 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
8229
8230 2005-11-07 John Paul Wallington <jpw@gnu.org>
8231
8232 * ibuffer.el (ibuffer): Search iconified frames too when
8233 getting Ibuffer buffer's window.
8234
8235 2005-11-06 Richard M. Stallman <rms@gnu.org>
8236
8237 * progmodes/compile.el (compilation-internal-error-properties):
8238 save-excursion around the computation of MARKER.
8239
8240 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
8241
8242 * textmodes/flyspell.el (flyspell-external-point-words):
8243 flyspell-get-word returns a list, not just a string.
8244
8245 2005-11-06 John Paul Wallington <jpw@pobox.com>
8246
8247 * ibuffer.el (ibuffer): Search all visible frames when getting
8248 Ibuffer buffer's window.
8249
8250 2005-11-07 Masatake YAMATO <jet@gyve.org>
8251
8252 * man.el (Man-reference-regexp): Accept spaces between
8253 `Man-name-regexp' and `Man-section-regexp'.
8254 (Man-apropos-regexp): New variable.
8255 (Man-abstract-xref-man-page): Use value for `Man-target-string'
8256 if available.
8257 (Man-highlight-references, Man-highlight-references0):
8258 Handle the case when `Man-arguments' includes "-k".
8259 (Man-highlight-references0): Rename the argument `TARGET-POS' to
8260 `TARGET'. `TARGET' can be a number, function or nil.
8261
8262 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
8263
8264 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
8265 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
8266 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
8267 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
8268 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
8269 (gdb-send-item): Use buffer-local-value and simplify.
8270
8271 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
8272
8273 * startup.el (command-line): Use `custom-reevaluate-setting' for
8274 `global-font-lock-mode'.
8275
8276 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
8277 by default, except in batch mode or when the -D option is given.
8278
8279 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
8280 specified keyword args on to `define-minor-mode'. Update docstring.
8281
8282 2005-11-05 Romain Francoise <romain@orebokech.com>
8283
8284 * replace.el (occur-engine): Add marker at end of line, too.
8285
8286 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8287
8288 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8289 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8290 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8291 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8292 argument to all these routines, so the passphrase can be managed
8293 externally and passed in to the system.
8294 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8295 pgg-add-passphrase-to-cache function.
8296
8297 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8298 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8299 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8300 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8301 argument to all these routines, so the passphrase can be managed
8302 externally and passed in to the system.
8303 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8304 function.
8305
8306 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8307
8308 * font-lock.el: Don't deal with font-lock-face-attributes here,
8309 move the code ...
8310
8311 * startup.el (command-line): ... here. Use face-spec-set instead
8312 of custom-declare-face.
8313
8314 * faces.el (face-spec-set): Reset the face if spec is not nil.
8315
8316 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8317
8318 * newcomment.el (comment-region-internal): Box more tightly in the
8319 common case where there's no TAB in the boxed text.
8320
8321 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8322
8323 * info.el (info-tool-bar-map): Use images prev-node, next-node and
8324 up-node.
8325
8326 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8327
8328 * newsticker.el: Commentary updated. Code formatting changed.
8329 (newsticker-version): Change to "1.9".
8330 (newsticker, newsticker-feed): Doc fix.
8331 (newsticker-url-list): Doc fix. Add option "Weekly".
8332 (newsticker-retrieval-interval): Add option "Weekly".
8333 (newsticker-headline-processing): Doc fix.
8334 (newsticker-auto-mark-filter): Remove.
8335 (newsticker-auto-mark-filter-list): New.
8336 (newsticker-layout, newsticker-sort-method): Doc fix.
8337 (newsticker-hide-old-items-in-newsticker-buffer)
8338 (newsticker-heading-format, newsticker-item-format)
8339 (newsticker-desc-format): Doc fix.
8340 (newsticker-show-all-rss-elements): Remove.
8341 (newsticker-show-all-news-elements): New.
8342 (newsticker-faces, newsticker-ticker): Doc fix.
8343 (remove-from-invisibility-spec): Code formatting.
8344 (newsticker--process-ids): New.
8345 (newsticker-mode): Doc fix.
8346 (newsticker-mode): Change mode-line-format.
8347 (newsticker-start): Remove debug output.
8348 (newsticker-start-ticker): Doc fix. Add autoload cookie.
8349 (newsticker-w3m-show-inline-images): Code formatting.
8350 (newsticker-next-item): Call `force-mode-line-update'.
8351 (newsticker-previous-item): Call `force-mode-line-update'.
8352 (newsticker-next-feed): Call `force-mode-line-update'.
8353 (newsticker-previous-feed): Call `force-mode-line-update'.
8354 (newsticker-mark-all-items-at-point-as-read): Code formatting.
8355 (newsticker-show-old-items): Do not show descs.
8356 (newsticker-hide-entry): Hide too much.
8357 (newsticker-hide-entry, newsticker-show-entry)
8358 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8359 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8360 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8361 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8362 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8363 (newsticker-get-news): Call `force-mode-line-update'.
8364 Collect process ids.
8365 (newsticker--sentinel): Change coding system handling.
8366 Move image retrieval to new functions newsticker--get-logo-url-*.
8367 Move feed parsing to new functions newsticker--parse-*.
8368 Update list of process ids.
8369 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8370 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8371 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8372 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8373 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8374 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8375 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8376 (newsticker--decode-coding-string): Remove.
8377 (newsticker--decode-numeric-entities): Check input. Format code.
8378 (newsticker--remove-whitespace): Check input.
8379 (newsticker--do-forget-preformatted): Doc fix.
8380 (newsticker--decode-rfc822-date): Allow for missing time.
8381 (newsticker--update-process-ids): New.
8382 (newsticker--image-sentinel): Change comment.
8383 (newsticker--image-read): Change error message.
8384 (newsticker--imenu-goto): Doc fix. Show headline title.
8385 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8386 (newsticker--buffer-do-insert-text): Clean whitespace in
8387 html-rendered headline title. Code formatting.
8388 Call `newsticker--buffer-print-extra-elements'.
8389 (newsticker--buffer-print-extra-element): Remove.
8390 (newsticker--buffer-print-extra-elements): New.
8391 (newsticker--buffer-do-print-extra-element): New.
8392 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8393 large sizes.
8394 (newsticker--run-auto-mark-filter)
8395 (newsticker--do-run-auto-mark-filter):
8396 Use `newsticker-auto-mark-filter-list'.
8397
8398 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8399
8400 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8401 (rcirc-print): Force redisplay before running hooks. Do long
8402 buffer truncation after making new text read-only. Deal with nil
8403 text when decoding strings. If TARGET is nil, use either the
8404 currently selected buffer, if it is an rcirc buffer and of the
8405 same process or the process buffer.
8406 (rcirc-mode): Remove header-line. Recompute short buffer names.
8407 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8408 (rcirc-short-buffer-name): Add variable.
8409 (rcirc-kill-buffer-hook): Recompute short buffer names.
8410 Remove nick from private channel.
8411 (rcirc-send-input): Send command text to current-buffer.
8412 Don't clear overlay arrow here.
8413 (rcirc-short-buffer-name): Return a short buffer name.
8414 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8415 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8416 buffer-name abbreviations.
8417 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8418 Do not touch nick-table when killing a parted channel.
8419 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8420 Clear arrow from current buffer if it is now hidden.
8421 (rcirc-current-buffer): Add variable.
8422 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8423 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8424 Remove -face from names.
8425 (rcirc-update-activity-string): Print "DND" when globally ignoring
8426 activity.
8427 (rcirc-ignore-buffer-activity-flag): Rename from
8428 rcirc-ignore-channel-activity.
8429 (rcirc-ignore-all-activity-flag): Doc fix.
8430 (rcirc-channels): Remove variable.
8431 (rcirc-kill-buffer-hook):
8432 (rcirc-get-buffer-create): Add nick to private channel.
8433 (rcirc-multiline-edit-submit): Remove tabs.
8434 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8435 folded.
8436 (rcirc-remove-nick-channel): Bug fix.
8437 (rcirc-toggle-ignore-buffer-activity): Rename from
8438 rcirc-toggle-ignore-channel-activity.
8439 (rcirc-record-activity): Add buffers to the front of the list.
8440 (rcirc-update-activity): Remove killed buffers from list.
8441 (rcirc-process-server-response-1): Remove last argument if it is
8442 null before calling handler.
8443 (rcirc): Add "rcirc" defcustom prefix.
8444 (rcirc-prompt): Simplify default prompt.
8445 Use custom-initialize-default.
8446 (rcirc-private-chats): Remove variable.
8447 (rcirc-prompt): Change initialization.
8448 (rcirc-version): Remove function.
8449 (rcirc-id-string): Add constant.
8450 (rcirc-last-buffer): Remove variable.
8451 (rcirc-buffer-alist): Add variable.
8452 (rcirc-connect): Update variable setup.
8453 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8454 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8455 default.
8456 (rcirc-handler-generic): Trigger activity.
8457 (rcirc-send-message): Create the buffor of the target.
8458 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8459 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8460 (rcirc-multiline-edit-cancel): Remove function.
8461 (rcirc-set-last-buffer): Remove function.
8462 (rcirc-get-any-buffer): Add function.
8463 (rcirc-join-channels): Don't print /join text.
8464 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8465 messages.
8466 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8467 (rcirc-handler-NOTICE): Recognize CTCP responses.
8468 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8469 constructing TOPIC string for buffers we are not JOINed.
8470 (rcirc-handler-CTCP-response): Add handler.
8471 (rcirc-multiline-edit-submit): Restore the window-configuration
8472 before adjusting point.
8473 (rcirc): Add customization group.
8474 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8475 (rcirc-user-full-name, rcirc-startup-channels-alist)
8476 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8477 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8478 (rcirc-input-ring-size, rcirc-read-only-flag)
8479 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8480 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8481 Change defvar to defcustom.
8482 (rcirc-update-prompt): Add optional ALL arg, which will update
8483 prompts in all rcirc buffers. Regexp quote replacement text.
8484 (rcirc-fill-column): Accept frame-width as a value.
8485 (rcirc-set-changed): Add function.
8486 (rcirc-next-active-buffer): Write more meaningful messages.
8487 (rcirc-faces): Add customization group.
8488 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8489 (rcirc-nick-in-message-face, rcirc-prompt-face)
8490 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8491 (with-rcirc-process-buffer): Move before first usage.
8492 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8493 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8494 (rcirc-debug): Rename from `rcirc-log'.
8495 (rcirc-format-response-string): Do not print `-' chars for a
8496 NOTICE with no sender. Simplify output of server responses.
8497
8498 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8499
8500 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8501 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8502 Make urls mouse and RET clickable.
8503
8504 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8505
8506 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8507
8508 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8509
8510 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8511 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8512 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8513 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8514 argument to all these routines, so the passphrase can be managed
8515 externally and passed in to the system.
8516 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8517 pgg-add-passphrase-to-cache function.
8518
8519 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8520 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8521 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8522 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8523 argument to all these routines, so the passphrase can be managed
8524 externally and passed in to the system.
8525 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8526 function.
8527
8528 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8529
8530 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8531 from goto-address-url-regexp.
8532
8533 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8534
8535 * textmodes/org.el (org-read-date, org-goto-calendar)
8536 (org-recenter-calendar, org-agenda-goto-calendar):
8537 Temporarily clear `calendar-move-hook'.
8538
8539 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8540
8541 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8542 merging.
8543
8544 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8545 have merge clashes.
8546
8547 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8548
8549 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8550 Undo previous change.
8551
8552 * startup.el (command-line): Use `custom-reevaluate-setting' for
8553 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8554 tty-register-default-colors on Mac.
8555
8556 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8557
8558 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8559 (gdb-buffer-type): Make it automatically buffer local...
8560 (gdb-get-create-buffer): ...and set it accordingly.
8561 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8562 actually work.
8563
8564 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8565
8566 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8567 not red.
8568
8569 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8570
8571 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8572 case GUD buffer is not visible.
8573 (gdb-goto-breakpoint): Try to force display in source buffer.
8574 (gdb-frame-gdb-buffer): Copy other similar functions.
8575 (gdb-restore-windows): Don't display source if not asked for.
8576 (gdb-assembler-buffer-name): Don't capitalise.
8577
8578 2005-11-03 Richard M. Stallman <rms@gnu.org>
8579
8580 * wid-edit.el (key-sequence): New widget type.
8581
8582 * simple.el (set-mark-command-repeat-pop): New variable.
8583 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8584 if set-mark-command-repeat-pop is true.
8585
8586 * info.el (Info-fontify-node): Don't display extra "see" if there
8587 already is one here.
8588
8589 * mouse.el: Fix special handling of DEL after dragging a region:
8590 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8591 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8592
8593 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8594
8595 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8596 not to assume it pertains to an affix.
8597
8598 * textmodes/flyspell.el (flyspell-post-command-hook):
8599 Bind deactivate-mark to prevent deactivation.
8600
8601 2005-11-03 Lars Hansen <larsh@soem.dk>
8602
8603 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8604 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8605 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8606
8607 2005-11-03 Romain Francoise <romain@orebokech.com>
8608
8609 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8610 Update copyright years.
8611
8612 2005-11-03 Sam Steingold <sds@gnu.org>
8613
8614 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8615 Use system-type instead of window-system because window-system is not
8616 correctly defined during loadup.
8617
8618 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8619
8620 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8621 (xml-parse-tag): Join strings separated by a comment properly.
8622
8623 2005-11-02 Andreas Schwab <schwab@suse.de>
8624
8625 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8626
8627 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8628
8629 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8630 (byte-optimize-pure-func): Quote the eval'd value.
8631
8632 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8633 Rename from perl-font-lock-syntactic-face-function.
8634 Change the calling convention so it can be used as a font-lock MATCHER.
8635 Do the parse-partial-sexp loop outselves.
8636 (perl-font-lock-syntactic-keywords): Use it.
8637 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8638
8639 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8640
8641 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8642 disassembly buffer too.
8643 (gdb-exited): Remove overlay arrows when execution has finished.
8644 (gdb-info-frames-custom, gdb-info-threads-custom)
8645 (gdb-info-registers-custom): Don't add inappropriate text
8646 properties if inferior is not active.
8647
8648 2005-11-02 Glenn Morris <rgm@gnu.org>
8649
8650 * progmodes/fortran.el (fortran-blink-match):
8651 Use `blink-matching-delay'.
8652
8653 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8654
8655 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8656
8657 2005-11-02 Lars Hansen <larsh@soem.dk>
8658
8659 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8660 "Permission denied".
8661
8662 2005-11-01 Richard M. Stallman <rms@gnu.org>
8663
8664 * textmodes/flyspell.el (flyspell-external-point-words):
8665 Pass nil to flyspell-get-word.
8666
8667 2005-11-02 Kim F. Storm <storm@cua.dk>
8668
8669 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8670 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8671
8672 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8673
8674 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8675 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8676 (calendar-mouse-print-dates): Add optional `event' argument.
8677 Update interactive-spec.
8678 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8679 Use `calendar-event-to-date' instead of `event'.
8680
8681 2005-11-02 Masatake YAMATO <jet@gyve.org>
8682
8683 * progmodes/ld-script.el (ld-script-builtins):
8684 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8685 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8686 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8687
8688 2005-11-01 Romain Francoise <romain@orebokech.com>
8689
8690 * vc-sccs.el: Update copyright year.
8691 * ezimage.el: Likewise.
8692
8693 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8694
8695 * info.el (Info-fontify-node): Use `string-width' for fontifying
8696 underlined titles.
8697
8698 2005-11-01 Juri Linkov <juri@jurta.org>
8699
8700 * info.el (Info-fontify-node): Downcase node header keywords Node,
8701 Prev, Next, Up before comparison.
8702 (Info-history): Insert absolute directory name, and put invisible
8703 property on it.
8704
8705 2005-11-01 Juri Linkov <juri@jurta.org>
8706
8707 * info.el (Info-file-supports-index-cookies): New variable.
8708 (Info-find-node-2): Check makeinfo version for index cookie support.
8709 (Info-index-nodes): Search for nodes with index cookies only when
8710 Info-file-supports-index-cookies is t. Otherwise, search nodes
8711 with "Index" in the node name.
8712 (Info-index-node): Search index cookie in the current node only when
8713 Info-file-supports-index-cookies is t. Otherwise, check the word
8714 "Index" in the node name.
8715 (Info-find-emacs-command-nodes): Remove code that searches nodes
8716 with "Index" node name in the top menu.
8717
8718 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8719
8720 * progmodes/scheme.el (scheme-mode-variables): Use the default
8721 comment-indent-function.
8722
8723 * faces.el (face-attribute): Handle the case where a face inherits from
8724 a non-existent face.
8725
8726 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8727 for octal and hexa output, and merge the char into the paren.
8728 (kill-new): Use push.
8729 (copy-to-buffer): Use with-current-buffer.
8730 (completion-setup-function): Move code in loop to remove redundancy.
8731 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8732 those inherited from minibuffer-local-completion-map.
8733
8734 * savehist.el (savehist-mode) <defcustom>:
8735 Use custom-set-minor-mode if available.
8736 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8737 and emit a message if applicable.
8738
8739 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8740
8741 * savehist.el: Sync up to version 19.
8742 (savehist-mode): New minor mode.
8743 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8744 (savehist-length): Remove (use history-length instead).
8745 (savehist-file-modes): Rename from savehist-modes.
8746 (savehist-save-hook, savehist-loaded): New vars.
8747 (savehist-load): Use savehist-mode. Try to smooth up transition from
8748 old format to new format.
8749 (savehist-install): Allow savehist-autosave-interval to be nil.
8750 (savehist-save): Run the new hook. Be more careful to only trim the
8751 history variables.
8752 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8753 (savehist-printable): Print into a buffer rather than char-by-char.
8754
8755 2005-11-01 John Wiegley <johnw@newartisans.com>
8756
8757 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8758 toggle-ignore keybinding (C-a). The author said it had been
8759 disabled much earlier due to a possible incompatibility, but after
8760 many months of usage I have encountered no problems (and it is a
8761 rather useful option, especially for switching to " *temp*").
8762
8763 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8764 support for OS/X's AddressBook, by calling out to the open source
8765 program "contacts" (installable through Fink).
8766
8767 * net/eudc.el (eudc-expand-inline): If the
8768 `eudc-multiple-match-handling-method' is set to `all', delete the
8769 query string before inserting the query result.
8770
8771 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8772 flag, to prevent Eshell from using the system ls when
8773 `eshell-ls-insert-directory' is in used.
8774 (eshell-ls-insert-directory): Disable font-lock in directory
8775 buffer so that Eshell's own fontification is seen. This broke
8776 recently due to changes in font-lock, so this goes back to version
8777 21 behavior.
8778
8779 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8780
8781 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8782 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8783 (gdb-many-windows): Doc fix.
8784
8785 2005-10-31 Romain Francoise <romain@orebokech.com>
8786
8787 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8788
8789 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8790
8791 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8792 that global-font-lock-mode can be enabled by default.
8793
8794 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8795 (font-lock-add-keywords, font-lock-remove-keywords)
8796 (font-lock-fontify-buffer): Remove autoload cookies.
8797
8798 * jit-lock.el (jit-lock-register): Likewise.
8799
8800 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8801
8802 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8803
8804 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8805 intact if there is no gud-comint-buffer.
8806
8807 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8808
8809 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8810 old prompt comint-prompt-read-only is t and GDB commands are
8811 issued from tool bar etc.
8812
8813 2005-10-31 Masatake YAMATO <jet@gyve.org>
8814
8815 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8816
8817 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8818
8819 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8820 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8821
8822 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8823
8824 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8825 starting at beginning of line. Fontification is messed up when
8826 `open-paren-in-column-0-is-defun-start' set to t.
8827 Reported by John Paul Wallington <jpw@pobox.com>.
8828
8829 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8830
8831 * comint.el (comint-send-input): Call `comint-update-fence' when
8832 `comint-process-echoes' and `comint-prompt-read-only' are both
8833 non-nil, to avoid leftover read-only newline.
8834
8835 2005-10-30 Richard M. Stallman <rms@gnu.org>
8836
8837 * textmodes/flyspell.el (flyspell-external-point-words):
8838 Detect when WORD can't be checked properly because
8839 flyspell-get-word finds just part of it, and move on.
8840
8841 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8842 boundarychar for Polish.
8843 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8844 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8845
8846 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8847
8848 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8849 (gdb-registers-font-lock-keywords): Delete.
8850 (gdb-registers-mode): Don't fontify.
8851 (gdb-info-registers-custom): Use text properties instead as, in
8852 future, changed register values will use font-lock-warning-face.
8853 (gdb-local-font-lock-keywords): Rename to...
8854 (gdb-locals-font-lock-keywords): ...for consistency.
8855
8856 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8857
8858 * vc.el (vc-switch-backend): Better error message if the buffer is
8859 not visiting a file under version control.
8860
8861 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8862
8863 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8864
8865 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8866 ~/.emacs.d/.emacs.
8867
8868 2005-10-29 Richard M. Stallman <rms@gnu.org>
8869
8870 * replace.el (occur-mode-mouse-goto): Always go to other window.
8871 (occur-mode-goto-occurrence): Always switch in same window.
8872
8873 * simple.el (undo): Display message at end, not at start.
8874
8875 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8876 New arg REUSE-CELL.
8877 (cancel-timer-internal): New function.
8878 (timer-event-handler): Use cancel-timer-internal,
8879 and pass the cell it returns to timer-activate...
8880
8881 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8882 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8883 (jit-lock-after-change): Test memory-full.
8884
8885 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8886
8887 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8888 part of the decoded armor to find the key-identifier.
8889 (pgg-gpg-lookup-key-owner): New function to return the
8890 human-readable identifier of a key owner.
8891 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8892 key itself.
8893 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8894 the key value) if we have a key and can match it against a secret
8895 key. Also, added a note pointing out fact that the prompt only
8896 indicates the first matching key.
8897
8898 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8899 pgg-decrypt-region.
8900 (pgg-pending-timers): A new hash for tracking the passphrase cache
8901 timers, so that new ones supercede old ones.
8902 (pgg-add-passphrase-to-cache): Rename from
8903 `pgg-add-passphrase-cache' to reduce confusion (all callers
8904 changed). Modified to cancel old timers when new ones are added.
8905 (pgg-remove-passphrase-from-cache): Rename from
8906 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8907 changed). Modified to cancel old timers when their keys are
8908 removed from the cache.
8909 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8910 XEmacs, an indirection to delete-itimer.
8911 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8912 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8913 users can only check cache without risk of prompting. Correct bug in
8914 notruncate behavior.
8915 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8916 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8917 Add informative docstrings.
8918 (pgg-decrypt): Convey provided passphrase in subordinate call to
8919 pgg-decrypt-region.
8920
8921 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8922 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8923 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8924 `passphrase' argument, so the passphrase can be managed externally
8925 and then passed in to the system.
8926
8927 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8928 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8929 so the passphrase cache can be used reliably with identifiers
8930 besides a pgp packet's key id.
8931
8932 * pgg-gpg.el (pgg-pgp-encrypt-region)
8933 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8934 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8935 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8936 argument to all these routines, so the passphrase can be managed
8937 externally and passed in to the system.
8938
8939 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8940 `notruncate' argument, so the passphrase cache can be used
8941 reliably with identifiers besides a pgp packet's key id.
8942
8943 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8944
8945 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8946 symmetric encryption.
8947 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8948 encrypted session key.
8949 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8950 message ask for the passphrase in a proper way.
8951
8952 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8953 New user commands for symmetric encryption.
8954
8955 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8956
8957 * textmodes/conf-mode.el (conf-assignment-sign)
8958 (conf-assignment-regexp): Fix docstrings.
8959 (conf-mode-initialize): New function.
8960 (conf-mode): Remove optional args. Use delay-mode-hooks to
8961 recognize recursive calls.
8962 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8963 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8964 (conf-xdefaults-mode): Use define-derived-mode and
8965 conf-mode-initialize.
8966
8967 2005-10-29 Romain Francoise <romain@orebokech.com>
8968
8969 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8970
8971 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8972
8973 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8974 part of the decoded armor to find the key-identifier.
8975 (pgg-gpg-lookup-key-owner): New function to return the
8976 human-readable identifier of a key owner.
8977 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8978 key itself.
8979 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8980 the key value) if we have a key and can match it against a secret
8981 key. Also, added a note pointing out fact that the prompt only
8982 indicates the first matching key.
8983
8984 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8985 pgg-decrypt-region.
8986 (pgg-pending-timers): A new hash for tracking the passphrase cache
8987 timers, so that new ones supercede old ones.
8988 (pgg-add-passphrase-to-cache): Rename from
8989 `pgg-add-passphrase-cache' to reduce confusion (all callers
8990 changed). Modified to cancel old timers when new ones are added.
8991 (pgg-remove-passphrase-from-cache): Rename from
8992 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8993 changed). Modified to cancel old timers when their keys are
8994 removed from the cache.
8995 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8996 XEmacs, an indirection to delete-itimer.
8997 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8998 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8999 users can only check cache without risk of prompting. Correct bug in
9000 notruncate behavior.
9001 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
9002 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
9003 Add informative docstrings.
9004 (pgg-decrypt): Convey provided passphrase in subordinate call to
9005 pgg-decrypt-region.
9006
9007 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
9008
9009 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9010 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9011 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9012 `passphrase' argument, so the passphrase can be managed externally
9013 and then passed in to the system.
9014
9015 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9016 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
9017 so the passphrase cache can be used reliably with identifiers
9018 besides a pgp packet's key id.
9019
9020 * pgg-gpg.el (pgg-pgp-encrypt-region)
9021 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9022 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9023 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9024 argument to all these routines, so the passphrase can be managed
9025 externally and passed in to the system.
9026
9027 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9028 `notruncate' argument, so the passphrase cache can be used
9029 reliably with identifiers besides a pgp packet's key id.
9030
9031 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
9032
9033 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9034 symmetric encryption.
9035 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9036 encrypted session key.
9037 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9038 message ask for the passphrase in a proper way.
9039
9040 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9041 New user commands for symmetric encryption.
9042
9043 2005-10-28 Bill Wohler <wohler@newt.com>
9044
9045 * help-mode.el (help-url): New button type. Calls browse-url.
9046 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
9047 Similar to Info nodes: URL `url'.
9048 (help-make-xrefs): Create help-url buttons for
9049 help-xref-url-regexp matches.
9050
9051 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
9052
9053 * tool-bar.el (tool-bar-add-item-from-menu)
9054 (tool-bar-local-item-from-menu): Fix doc strings.
9055
9056 2005-10-28 Romain Francoise <romain@orebokech.com>
9057
9058 * ldefs-boot.el: Update.
9059
9060 * subr.el (locate-library): Move from help-fns.el.
9061 * help-fns.el (locate-library): Move to subr.el.
9062
9063 2005-10-28 Richard M. Stallman <rms@gnu.org>
9064
9065 * net/tramp.el (tramp-completion-mode): defvar moved up.
9066
9067 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
9068
9069 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
9070
9071 * files.el (find-file-noselect): Use %d to format large file size.
9072
9073 * bindings.el (mode-line-format): Add %e.
9074
9075 * loadup.el ("facemenu"): Load unconditionally.
9076 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
9077 ("x-dnd"): Load, when appropriate.
9078
9079 * startup.el (command-line): Call before-init-hook earlier.
9080 Warn about some bad characters in -u user name.
9081
9082 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
9083 (flyspell-external-point-words): Error if misspelled word is not found.
9084 Set flyspell-large-region-beg at end of word.
9085
9086 2005-10-28 Andreas Schwab <schwab@suse.de>
9087
9088 * view.el (View-revert-buffer-scroll-page-forward):
9089 Use view-page-size-default.
9090
9091 2005-10-28 Juri Linkov <juri@jurta.org>
9092
9093 * international/quail.el (quail-get-current-str): Translate last
9094 raw character for deterministic input methods.
9095
9096 2005-10-27 Jay Belanger <belanger@truman.edu>
9097
9098 * calc/calc-ext.el: Add functions to autoloads.
9099 (math-identity-matrix-p, math-ident-row-p): New functions.
9100
9101 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
9102 multiplication by an identity matrix; don't turn multiplication by
9103 an inverse matrix into division.
9104 (math-div-symbol-fancy): Replace division by matrices with
9105 multiplication by inverse.
9106
9107 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
9108
9109 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
9110 (calc-writeoutpower): New functions.
9111
9112 2005-10-27 Romain Francoise <romain@orebokech.com>
9113
9114 * replace.el (occur-engine): Include colon in mouse-face highlight.
9115
9116 * dired-x.el: Change Maintainer field.
9117
9118 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
9119
9120 * longlines.el (longlines-mode): Bind after-change-functions to
9121 nil during initial decoding and final encoding.
9122
9123 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
9124
9125 * term.el (term-emulate-terminal, term-handle-colors-array)
9126 (term-handle-ansi-escape): Specify the terminfo capabilities
9127 implemented.
9128
9129 2005-10-26 Richard M. Stallman <rms@gnu.org>
9130
9131 * info.el (Info-fontify-node): Fix detection of sentence-break
9132 before *Note.
9133
9134 2005-10-26 Romain Francoise <romain@orebokech.com>
9135
9136 * smerge-mode.el: Add `tools' to file keywords.
9137
9138 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
9139
9140 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
9141 when the fringe is not available.
9142
9143 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
9144 (def-gdb-auto-update-trigger): Simplify construction.
9145 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
9146 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
9147 defined explicitly.
9148 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
9149 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
9150 defined explicitly.
9151 (gdb-info-locals-custom): Remove as it's a no-op.
9152
9153 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
9154
9155 * longlines.el (longlines-mode): Remove narrowing before
9156 performing the initial decoding or final encoding.
9157
9158 2005-10-25 Romain Francoise <romain@orebokech.com>
9159
9160 * emacs-lisp/find-func.el (find-library-name): Also strip
9161 extension if library name ends in .el, to take advantage of
9162 `find-library-suffixes'.
9163
9164 2005-10-25 Richard M. Stallman <rms@gnu.org>
9165
9166 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
9167
9168 2005-10-25 Juri Linkov <juri@jurta.org>
9169
9170 * textmodes/texinfo.el (texinfo-mode): Change charset of one
9171 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
9172
9173 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9174
9175 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
9176 (blackbox-redefine-key): Add argument `map'.
9177
9178 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
9179 regions when moving the jit-lock-context-unfontify-pos boundary.
9180
9181 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9182
9183 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
9184
9185 2005-10-25 Masatake YAMATO <jet@gyve.org>
9186
9187 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
9188
9189 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9190
9191 * play/blackbox.el (blackbox-redefine-key): New function.
9192 (blackbox-mode-map): Use it to remap existing bindings for cursor
9193 motion instead of binding literal keys.
9194
9195 2005-10-25 Glenn Morris <rgm@gnu.org>
9196
9197 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
9198 diary does not end in a newline. Do not assume a blank line at
9199 the start of the diary file.
9200
9201 2005-10-25 Kenichi Handa <handa@m17n.org>
9202
9203 * international/quail.el (quail-translate-key): If the input
9204 method is deterministic and failed to handle the last key, restart
9205 the key handling loop from an appropriate key.
9206
9207 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
9208
9209 * vc.el (vc-dired-mode): Extend comment for binding of
9210 `directory-listing-before-filename-regexp'.
9211
9212 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9213
9214 * textmodes/texinfo.el (texinfo-mode):
9215 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
9216 not to unnecessarily expose emacs-mule's internal char codes.
9217
9218 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
9219
9220 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
9221 Display hand pointer and help-echo on disabled icon too.
9222 (gdb-mouse-until): New function.
9223 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
9224
9225 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
9226
9227 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
9228 with 2005-10-23 change to doctor.el.
9229
9230 * finder.el (finder-mode-map): Add follow-link binding.
9231
9232 2005-10-25 Kim F. Storm <storm@cua.dk>
9233
9234 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
9235 to gdb-mouse-toggle-breakpoint-fringe.
9236 (gdb-mouse-toggle-breakpoint-margin): Rename from
9237 gdb-mouse-toggle-breakpoint. Fix doc.
9238 (gdb-mouse-toggle-breakpoint-fringe): New defun.
9239 (gdb-put-string): Add optional SPROPS arg. Add props to string.
9240 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
9241 string properties also for fringe breakpoint bitmaps.
9242
9243 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
9244
9245 * textmodes/org.el (org-start-icalendar-file): Fix format form.
9246
9247 2005-10-25 Masatake YAMATO <jet@gyve.org>
9248
9249 * simple.el (completion-common-substring):
9250 Use `completion-common-substring' prior to `completion-base-size'.
9251
9252 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
9253
9254 * savehist.el: Require CL while compiling.
9255 (savehist-history-variables): Remove.
9256 (savehist-save-minibuffer-history, savehist-additional-variables)
9257 (savehist-minibuffer-history-variables): New vars.
9258 (savehist-save): Use them.
9259 (savehist-uninstall, savehist-minibuffer-hook): New funs.
9260 (savehist-install): New fun, extracted from savehist-load.
9261 (savehist-load): Use them.
9262
9263 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9264
9265 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
9266 a dummy doc-string-elt property.
9267 (defalias, defvaralias, define-category): Add a docstring property.
9268
9269 * image.el (defimage):
9270 * widget.el (define-widget):
9271 * custom.el (defface, defcustom): Add `doc-string' declaration.
9272
9273 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
9274 (defadvice): Add `doc-string' declaration.
9275
9276 * emacs-lisp/byte-run.el (macro-declaration-function):
9277 Handle `doc-string' declarations.
9278 (define-obsolete-function-alias, define-obsolete-variable-alias):
9279 Add `doc-string' declaration.
9280
9281 2005-10-24 Kenichi Handa <handa@m17n.org>
9282
9283 * international/utf-7.el (utf-7): Add autoload cookie.
9284
9285 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
9286
9287 2005-10-24 Eli Zaretskii <eliz@gnu.org>
9288
9289 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
9290 list of directories passed to batch-update-autoloads. Add "." to
9291 the list of the echoed directories.
9292
9293 * pgg-def.el:
9294 * pgg-gpg.el:
9295 * pgg-parse.el:
9296 * pgg-pgp.el:
9297 * pgg-pgp5.el:
9298 * pgg.el: Moved here from the gnus subdirectory.
9299
9300 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
9301
9302 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
9303 in case comint-prompt-read-only is set to t.
9304
9305 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
9306 in case comint-prompt-read-only is set to t.
9307
9308 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
9309
9310 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
9311 Now a string.
9312 (icalendar-import-format): Handle CLASS, STATUS, URL.
9313 Rename `subject' to `summary'.
9314 (icalendar-import-format-summary): Rename from
9315 `icalendar-import-format-subject'.
9316 (icalendar-import-format-url, icalendar-import-format-status)
9317 (icalendar-import-format-class): New variables.
9318 (icalendar--rris): Take variable argument list.
9319 (icalendar--datestring-to-isodate): Remove unnecessary
9320 calendar-style check when converting dates with explicit month names.
9321 (icalendar-export-region): Change return type of conversion
9322 subroutines. Bury current buffer unless error occurred.
9323 (icalendar--convert-to-ical)
9324 (icalendar--parse-summary-and-rest): New functions.
9325 (icalendar--convert-ordinary-to-ical)
9326 (icalendar--convert-weekly-to-ical)
9327 (icalendar--convert-yearly-to-ical)
9328 (icalendar--convert-block-to-ical)
9329 (icalendar--convert-cyclic-to-ical)
9330 (icalendar--convert-anniversary-to-ical): Change return type.
9331 Strip trailing blanks from subject.
9332 (icalendar--convert-sexp-to-ical): Change return type.
9333 Strip trailing blanks from subject. Handle simple sexp
9334 entries as generated by icalendar.el.
9335 (icalendar--convert-float-to-ical)
9336 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9337 (icalendar-import-file): Doc fix.
9338 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9339 Correct call to icalendar--rris.
9340 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
9341 `summary'.
9342 (icalendar--add-diary-entry): Rename `subject' to `summary'.
9343
9344 2005-10-24 Romain Francoise <romain@orebokech.com>
9345
9346 * server.el (server-sentinel): Set query-on-exit flag to nil on
9347 new client processes (it isn't inherited from the server process).
9348
9349 * replace.el (occur-engine): Rearrange text properties.
9350
9351 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9352
9353 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9354 case-fold-search is nil.
9355 (debug-help-follow): Use help-xref-interned directly.
9356
9357 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9358
9359 * thumbs.el (thumbs-image-type): Add .pbm.
9360
9361 2005-10-23 Richard M. Stallman <rms@gnu.org>
9362
9363 * faces.el (inhibit-face-set-after-frame-default): New variable.
9364 (set-face-attribute): Bind it.
9365 (face-set-after-frame-default): Test it.
9366
9367 * help-fns.el (describe-simplify-lib-file-name): New function.
9368 (describe-function-1, describe-variable): Use it.
9369
9370 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9371
9372 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9373 Eliminate nil as possible value.
9374 (tooltip-hide-delay): Reduce internal-border-width.
9375
9376 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9377 (menu-bar-file-menu) <new-file>: Likewise.
9378
9379 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9380
9381 * international/mule.el (load-with-code-conversion):
9382 Pass full file name to `eval-buffer' unless preloading.
9383
9384 * textmodes/flyspell.el (flyspell-large-region):
9385 Call ispell-check-version.
9386
9387 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9388 Fix the make-variable-buffer-local call that was supposed
9389 to be for this variable.
9390 (ispell-aspell-supports-utf8): Doc fix.
9391 (ispell-find-aspell-dictionaries): Preserve elements of
9392 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9393 (ispell-aspell-find-dictionary): Return nil on error.
9394
9395 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9396 (doctor-symptoms): Likewise.
9397
9398 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9399
9400 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9401
9402 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9403 (custom-raised-buttons): Add :set spec.
9404 (custom-button-unraised, custom-button-pressed-unraised):
9405 New faces, so that custom-raised-buttons actually does something.
9406 (custom-mode): Use custom-button and custom-button-pressed.
9407
9408 * wid-edit.el (widget-specify-button): Don't ignore
9409 widget-mouse-face on graphic terminals.
9410 (widget-move-and-invoke): Cleanup.
9411
9412 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9413
9414 * whitespace.el (whitespace-cleanup): Doc fix.
9415
9416 2005-10-23 Romain Francoise <romain@orebokech.com>
9417
9418 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9419 `eval-after-load' to avoid evaluating their result.
9420
9421 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9422
9423 * files.el (directory-listing-before-filename-regexp):
9424 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9425
9426 * dired.el (dired-move-to-filename-regexp): Remove.
9427 All occurences replaced by `directory-listing-before-filename-regexp'.
9428
9429 * dired-x.el, locate.el, vc.el:
9430 Replace `dired-move-to-filename-regexp' by
9431 `directory-listing-before-filename-regexp'. In vc.el it is
9432 overwritten locally; maybe this can be handled in files.el too.
9433
9434 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9435 replaced by `directory-listing-before-filename-regexp'.
9436
9437 2005-10-23 Andreas Schwab <schwab@suse.de>
9438
9439 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9440 and eval-next-after-load.
9441
9442 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9443
9444 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9445 exist, create it.
9446
9447 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9448
9449 * allout.el: Remove autoloads for mailcrypt and crypt++.
9450 Require pgg, pgg-gpg during compilation.
9451 (allout-version): Increment version number to 2.1, and use a literal
9452 rather than RCS Id.
9453 (allout-default-encryption-scheme): Remove.
9454 (allout-passphrase-verifier-handling)
9455 (allout-passphrase-verifier-string)
9456 (allout-file-passphrase-verifier-string)
9457 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9458 (allout-passphrase-hint-handling): Rename and simplify.
9459 (allout-init): Use `find-file-hook' if available, otherwise
9460 `find-file-hooks'.
9461 (allout-mode): Use `write-file-functions' if available, otherwise
9462 `local-write-file-hooks' and, instead of making auto-save-hook
9463 buffer local, make the write-file-hook activity contingent to
9464 allout-mode.
9465 (allout-mode): Use key-binding substitution in the docstring.
9466 (allout-kill-line): Spell-out kill ring data structure mutation
9467 instead of using byte-compiler-complaint-provoking `pop'.
9468 (allout-insert-listified): Use `insert' rather than `insert-string'
9469 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9470 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9471 (allout-encrypt-string): Totally revamped vis new underlying
9472 encryption facilities.
9473 (allout-mc-activate-passwd): Remove.
9474 (allout-obtain-passphrase): New, more or less replaces
9475 allout-mc-activate-passwd.
9476 (allout-encrypted-key-info): More or less replaces
9477 allout-encrypted-text-type.
9478 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9479 (my-mark-marker): Use `(featurep 'xemacs)'.
9480
9481 2005-10-23 Lars Hansen <larsh@soem.dk>
9482
9483 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9484 (byte-compile-file-form-defmumble, byte-compile-defun)
9485 (byte-compile-defmacro): Use it.
9486 (byte-compile-form): Don't call byte-compile-set-symbol-position
9487 when a byte-compile handler is called.
9488
9489 2005-10-22 Romain Francoise <romain@orebokech.com>
9490
9491 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9492
9493 * subr.el (eval-after-load): Convert library name to an absolute
9494 file name using locate-library, since load-history no longer has
9495 library names in it.
9496
9497 2005-10-22 Richard M. Stallman <rms@gnu.org>
9498
9499 * files.el (make-temp-file): Move from subr.el.
9500 * subr.el (make-temp-file): Move to files.el.
9501
9502 * window.el (get-buffer-window-list): Move from subr.el.
9503 * subr.el (get-buffer-window-list): Move to window.el.
9504
9505 * image.el (image-load-path): Use eval-at-startup to initialize.
9506
9507 * subr.el (eval-at-startup): New macro.
9508
9509 * subr.el: Much rearrangement of functions and division
9510 into pages. No code changes.
9511
9512 2005-10-22 Kenichi Handa <handa@m17n.org>
9513
9514 * tar-mode.el (tar-extract): Be sure to call
9515 find-operation-coding-system if set-auto-coding doesn't find a
9516 coding system.
9517
9518 2005-10-22 Kim F. Storm <storm@cua.dk>
9519
9520 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9521 Change users.
9522 (image-type-file-name-regexps): New defconst.
9523 (image-type-from-data): Simplify loop.
9524 (image-type-from-buffer): New defun.
9525 (image-type-from-file-header): Use it instead of image-type-from-data.
9526 Use image-search-load-path instead of only looking in data-directory.
9527 (image-type-from-file-name): New defun.
9528 (image-search-load-path): Change `pathname' to `filename'.
9529 Make PATH arg optional, default to image-load-path.
9530
9531 2005-10-21 Richard M. Stallman <rms@gnu.org>
9532
9533 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9534
9535 * textmodes/paragraphs.el (sentence-end-base): New variable.
9536 (sentence-end): Use sentence-end-base.
9537
9538 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9539
9540 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9541 property independently from the font-lock-multiline variable.
9542
9543 2005-10-21 Richard M. Stallman <rms@gnu.org>
9544
9545 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9546
9547 * startup.el (command-line): Convert library names
9548 in `load-history' to absolute file names.
9549
9550 * subr.el (symbol-file): Doc fix.
9551
9552 * loadhist.el (file-loadhist-lookup): Call locate-library
9553 instead of find-library-name. Don't try converting
9554 abs file names to library names, since load-history no longer
9555 has library names in it.
9556 (file-dependents, file-provides, file-requires): Doc fixes.
9557
9558 2005-10-21 Juri Linkov <juri@jurta.org>
9559
9560 * progmodes/etags.el (tags-table-mode): New function.
9561 (tags-verify-table): Replace initialize-new-tags-table with
9562 tags-table-mode.
9563
9564 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9565 default value.
9566 (desktop-modes-not-to-save): Add tags-table-mode to the
9567 default value.
9568
9569 * info.el (Info-index-next): Add total number of index
9570 alternatives to the message.
9571
9572 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9573 backward only space (instead of space and period) before looking
9574 at sentence end.
9575
9576 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9577 Add the old variable value as 4th default-value arg of read-string.
9578
9579 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9580
9581 * cus-face.el (custom-declare-face): Make face from X resources
9582 also on Mac.
9583
9584 * disp-table.el (standard-display-g1, standard-display-graphic):
9585 Refuse to use string glyphs also on Mac.
9586 (standard-display-european): Don't set terminal coding system also
9587 on Mac.
9588
9589 * frame.el (display-screens): Use x-display-screens also on Mac.
9590
9591 2005-10-21 Romain Francoise <romain@orebokech.com>
9592
9593 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9594
9595 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9596
9597 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9598 and $? into sexps.
9599
9600 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9601 warning face on open-paren-in-column-0.
9602
9603 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9604 boundary case. Fix typo.
9605 Suggested by Martin Rudalics <rudalics@gmx.at>.
9606
9607 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9608
9609 * textmodes/org.el (org-combined-agenda-icalendar-file)
9610 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9611 (org-export-icalendar-this-file)
9612 (org-export-icalendar-all-agenda-files)
9613 (org-export-icalendar-combine-agenda-files): New commands.
9614 (org-export-icalendar, org-print-icalendar-entries)
9615 (org-start-icalendar-file, org-finish-icalendar-file)
9616 (org-ical-ts-to-string): New functions.
9617 (org-read-date, org-goto-calendar)
9618 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9619 call to `calendar'.
9620 (orgtbl-setup): Remove the :keys arguments from the menu description.
9621 (org-after-save-iCalendar-file-hook): New variable.
9622
9623 2005-10-21 Kenichi Handa <handa@m17n.org>
9624
9625 * language/vietnamese.el (tcvn-5712): Make it an alias of
9626 vietnamese-tcvn coding-system.
9627
9628 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9629
9630 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9631 group id is given.
9632
9633 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9634
9635 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9636 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9637 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9638 whose line is either continued or ends with a comment.
9639
9640 2005-10-20 Romain Francoise <romain@orebokech.com>
9641
9642 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9643
9644 * replace.el (occur-engine): Add follow-link property.
9645
9646 * font-core.el (font-lock-mode): Doc fix.
9647
9648 2005-10-20 Richard M. Stallman <rms@gnu.org>
9649
9650 * net/rcirc.el: New file.
9651
9652 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9653
9654 * term.el (term-term-name): Initialize to "eterm-color".
9655
9656 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9657
9658 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9659 for encryption functionality.
9660 Move allout customization subgroup from `editing' to `outlines' group.
9661 Fix commentary keywords to legitimate ones.
9662 Update author info (using my current email address, obscurified).
9663 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9664 (allout-encrypted-topic-p, allout-encrypted-text-type)
9665 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9666 (allout-situate-encryption-key-verifier)
9667 (allout-get-encryption-key-verifier, allout-verify-key)
9668 (allout-next-topic-pending-encryption)
9669 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9670 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9671 (outline-key-verifier-handling, outline-key-hint-handling)
9672 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9673 (allout-file-key-verifier-string, allout-encryption-scheme)
9674 (allout-key-verifier-string, allout-key-hint-string)
9675 (allout-after-save-decrypt): New variables.
9676 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9677 (allout-after-saves-handler): New hook functions.
9678 (allout-post-command-business): Do allout-after-save-decrypt.
9679 (allout-enable-file-variable-adjustment): Custom var to enable
9680 mechanism for adding and adjusting settings of Emacs file variables.
9681 (allout-adjust-file-variable, allout-file-vars-section-data):
9682 New functions, implement the mechanism.
9683 (outlineify-sticky): Use the file vars mechanism.
9684 (allout-inhibit-protection, allout-during-write-cue)
9685 (allout-override-protect, allout-before-change-protect): Remove.
9686 (allout-flag-region, allout-open-topic): Adjust read-only text.
9687 (allout-open-line-not-read-only): Add to facilitate read-only
9688 text based protection.
9689 (allout-kill-line): Revise to adjust read-only text, clue the
9690 user about the inhibition.
9691 (allout-unprotected): Use unwind-protect.
9692 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9693 topic deeper than the offspring depth of the previous topic -
9694 avoiding confusing "containment discontinuities".
9695 (allout-reindent-bodies): Fix retention of body relative hanging
9696 indent during promotion of collapsed bodies.
9697 (allout-open-topic): Make it easy to open new topic with same
9698 bullet as current topic - topic creation functions provided with
9699 any universal argument provokes now prompt for bullet, defaulting
9700 to the bullet of the previous topic.
9701 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9702 Plain bullet alternates `.' period and `,' comma only. All other
9703 bullets are relegated to special status (but customizable).
9704 (allout-end-of-entry): Rename from allout-end-of-current-entry
9705 since it actually operates w.r.t. most immediately containing
9706 entry, visible or not.
9707 (allout-hide-current-entry, allout-show-current-entry): Use the
9708 revised version.
9709 (allout-old-expose-topic): Solidify deprecation.
9710 (allout-end-of-subtree): Add so we can span concealed as well
9711 as visible topics.
9712 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9713 (allout-end-of-current-heading): Tweak to just respect the first line.
9714 (allout-get-body-text): Add.
9715 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9716 when invoked interactively.
9717 (allout-up-current-level): Use `interactive-p'.
9718 (allout-mode, allout-init): Miscellaneous docstring and
9719 operational refinements, as well as hookups of new encryption stuff.
9720 (allout-beginning-of-current-entry): Now works as advertised.
9721 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9722 (allout-isearch-rectification): Refine condition for isearching.
9723 (allout-isearch-abort, allout-enwrap-isearch)
9724 (allout-flag-region, my-region-active-p): Relocate some macros.
9725 (allout-title): Fallback title is (buffer-name), not
9726 non-existing (current-buffer-name).
9727 (subst-char-in-string): Define if absent (for some XEmacs versions).
9728
9729 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9730
9731 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9732 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9733 (mail-citation-prefix-regexp, mail-signature-file)
9734 (mail-default-headers, mail-bury-selects-summary)
9735 (mail-send-nonascii): Add autoload cookies.
9736
9737 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9738
9739 * frame.el (blink-cursor-mode): Add `mac' to the list of
9740 window-system's that support blinking cursor.
9741
9742 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9743
9744 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9745
9746 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9747
9748 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9749 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9750 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9751
9752 2005-10-20 Kim F. Storm <storm@cua.dk>
9753
9754 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9755 (ido-set-current-directory): Don't add / after final @.
9756 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9757 Explicitly handle ange-ftp completion oddities.
9758 (ido-make-file-list): Don't rotate list at tramp root to avoid
9759 triggering tramp file handler for expand-file-name via get-file-buffer.
9760
9761 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9762
9763 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9764
9765 2005-10-19 Jay Belanger <belanger@truman.edu>
9766
9767 * calc/calc-units.el (math-standard-units): Add units, adjust
9768 symbols and update values.
9769 (math-unit-prefixes): Add more prefixes.
9770
9771 2005-10-19 Romain Francoise <romain@orebokech.com>
9772
9773 * bookmark.el (bookmark-menu-heading): New face.
9774 (bookmark-bmenu-list): Use it.
9775 Don't fiddle with `baud-rate' at top-level.
9776
9777 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9778
9779 * image.el (create-image, find-image): Mention max-image-size in
9780 docstring.
9781
9782 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9783
9784 * savehist.el (savehist-load): Revert to checking XEmacs.
9785
9786 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9787 Various docstring and line-width fixups.
9788 (conf-mode): Use cond.
9789 Set font-lock-defaults. Don't set comment-use-syntax.
9790
9791 2005-10-18 David Ponce <david@dponce.com>
9792
9793 * tree-widget.el (tree-widget-button-click): New function.
9794 (tree-widget-button-keymap): Use it.
9795
9796 2005-10-18 Romain Francoise <romain@orebokech.com>
9797
9798 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9799 (bookmark-bmenu-hide-filenames): Add follow-link property.
9800 Improve help-echo text.
9801
9802 * ffap.el (find-file-at-point): Doc fix.
9803
9804 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9805
9806 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9807
9808 2005-10-18 Masatake YAMATO <jet@gyve.org>
9809
9810 Install to the CVS repository what I forgot to install in my
9811 2005-10-16 changes.
9812
9813 * progmodes/python.el (python-complete-symbol): Pass the common
9814 prefix substring of completion to `display-completion-list'.
9815
9816 * textmodes/org.el (org-complete): Ditto.
9817
9818 2005-10-18 Masatake YAMATO <jet@gyve.org>
9819
9820 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9821
9822 * woman.el (WoMan-xref-man-page): New button type derived
9823 from `Man-abstract-xref-man-page'.
9824 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9825
9826 * man.el (Man-abstract-xref-man-page): New button type.
9827 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9828 (Man-highlight-references): Add new optional argument `xref-man-type'.
9829
9830 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9831
9832 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9833
9834 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9835
9836 * cus-edit.el (Custom-move-and-invoke): Delete.
9837 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9838
9839 * wid-edit.el (widget-move-and-invoke): New function, from
9840 Custom-move-and-invoke.
9841
9842 2005-10-17 Bill Wohler <wohler@newt.com>
9843
9844 Move all remaining images from lisp/toolbar to etc/images, move
9845 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9846 the low resolution images in their own directory (low-color).
9847
9848 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9849 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9850 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9851 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9852 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9853 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9854 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9855
9856 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9857 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9858 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9859 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9860 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9861 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9862 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9863 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9864 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9865 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9866 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9867 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9868 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9869 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9870 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9871
9872 To conform with convention, replace the underscore (_) in the
9873 following image names with dash (-) or (/) as appropriate.
9874
9875 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9876 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9877 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9878 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9879 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9880 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9881 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9882 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9883 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9884 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9885 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9886 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9887 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9888 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9889 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9890
9891 * info.el (info-tool-bar-map): Replace underscores in image names
9892 with dashes.
9893
9894 * makefile.w32-in (WINS): Remove toolbar.
9895
9896 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9897
9898 * tool-bar.el: Move to lisp from toolbar. Now that
9899 toolbar is empty, it should be deleted when folks run "cvs up -P".
9900
9901 2005-10-18 Jay Belanger <belanger@truman.edu>
9902
9903 * calc/calc-store.el (calc-store-into): Get the proper variable name
9904 to display in message.
9905
9906 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9907
9908 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9909 expressions display in speedbar for all buffers when debugging.
9910 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9911
9912 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9913 (speedbar-insert-button, speedbar-make-button):
9914 Use add-text-properties.
9915 (speedbar-update-localized-contents)
9916 (speedbar-update-directory-contents)
9917 (speedbar-update-special-contents): Use dolist.
9918 (speedbar-buffer-easymenu-definition): Add a menu separator.
9919
9920 2005-10-17 Jason Rumney <jasonr@gnu.org>
9921
9922 * makefile.w32-in: Use $(lisp) consistently.
9923 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9924 for shell specific generation of mh-autoloads.
9925
9926 2005-10-17 Richard M. Stallman <rms@gnu.org>
9927
9928 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9929
9930 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9931
9932 * jit-lock.el (jit-lock-fontify-now):
9933 Move jit-lock-context-unfontify-pos to avoid wasted work.
9934
9935 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9936
9937 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9938 `tramp-completion-mode' for checking if we are in completion mode.
9939 (tramp-completion-handle-file-name-all-completions): Reorder code
9940 in order to complete for file names only in case there are no
9941 method/user/host completions. This is necessary for cooperation
9942 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9943
9944 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9945
9946 * longlines.el (longlines-search-forward)
9947 (longlines-search-backward): Match any number of spaces.
9948
9949 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9950
9951 * diff-mode.el (diff-mode): Doc fix.
9952
9953 2005-10-16 David Reitter <david.reitter@gmail.com>
9954
9955 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9956 as default on darwin and windows systems.
9957
9958 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9959
9960 * arc-mode.el (archive-zip-extract): Doc fix.
9961
9962 2005-10-16 Romain Francoise <romain@orebokech.com>
9963
9964 * mouse.el (mouse-1-click-follows-link): Doc fix.
9965
9966 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9967
9968 * savehist.el: Don't require CL at runtime.
9969 (savehist-xemacs): Remove.
9970 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9971 (savehist-no-conversion): Use (featurep 'xemacs).
9972 (savehist-load): Check existence of start-itimer rather than XEmacs.
9973 Use an idle timer.
9974 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9975 `delete-if-not'.
9976
9977 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
9978
9979 * savehist.el: Newer version.
9980 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9981 (savehist-last-checksum, savehist-no-conversion): New vars.
9982 (savehist-autosave, savehist-process-for-saving, savehist-printable):
9983 New functions.
9984 (savehist-load, savehist-save): Use them.
9985 (savehist-delimit): Remove.
9986
9987 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9988
9989 * progmodes/compile.el (compilation-goto-locus): Display the
9990 compilation buffer first and the source buffer second, in case they're
9991 in overlapping frames. Don't raise the compilation frame if it was the
9992 selected window upon entry. Pass the `other-window' arg to
9993 pop-to-buffer.
9994
9995 * info.el (Info-fontify-node): Use dolist.
9996 Change add-text-properties to put-text-property.
9997
9998 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9999
10000 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
10001 bound of search.
10002
10003 2005-10-16 Masatake YAMATO <jet@gyve.org>
10004
10005 * dabbrev.el (dabbrev-completion): Pass the common
10006 prefix substring of completion to `display-completion-list'.
10007
10008 * filecache.el (file-cache-minibuffer-complete)
10009 (file-cache-complete): Ditto.
10010
10011 * tempo.el (tempo-display-completions): Ditto.
10012
10013 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
10014
10015 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
10016
10017 * eshell/em-hist.el (eshell-list-history): Ditto.
10018
10019 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
10020
10021 * mail/mailalias.el (mail-complete): Ditto.
10022
10023 * progmodes/etags.el (complete-tag): Ditto.
10024
10025 * progmodes/make-mode.el (makefile-complete): Ditto.
10026
10027 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
10028
10029 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
10030
10031 * progmodes/pascal.el (pascal-complete-word)
10032 (pascal-show-completions): Ditto.
10033
10034 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
10035
10036 * simple.el (completion-common-substring): New variable.
10037 (completion-setup-function): Use `completion-common-substring'
10038 to put faces.
10039
10040 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10041
10042 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
10043 (x-get-selection, mac-select-convert-to-string): Convert from/to
10044 UTF-16 clipboard data as in native byte order, no BOM.
10045
10046 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
10047
10048 * progmodes/gud.el (gud-tool-bar-map): Rename the images
10049 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
10050 (gud-sentinel): Use speedbar-frame to check for speedbar.
10051
10052 2005-10-15 Richard M. Stallman <rms@gnu.org>
10053
10054 * savehist.el: New file.
10055
10056 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
10057
10058 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
10059 Fix bug in \bf fontification.
10060
10061 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
10062
10063 * pcvs.el (cvs-edit-log-files): New var.
10064 (cvs-mode-edit-log): New arg `file'.
10065 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
10066 Instead force the use of the original file and nothing else.
10067 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
10068 the cvs-minor-wrap-function is set.
10069 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
10070
10071 2005-10-14 Bill Wohler <wohler@newt.com>
10072
10073 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
10074 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
10075 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
10076 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
10077 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
10078 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
10079 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
10080 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
10081 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
10082 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
10083 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
10084 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
10085 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
10086 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
10087 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
10088
10089 * progmodes/gud.el (gud-tool-bar-map): Rename the images
10090 appropriately (for example, gud-break to gud/break).
10091
10092 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
10093
10094 * longlines.el (longlinges-search-function)
10095 (longlines-search-forward, longlines-search-backward): New functions.
10096 (longlines-mode): Set isearch-search-fun-function to
10097 longlinges-search-function.
10098
10099 * mouse.el (mouse-drag-region-1): Handle the case where a
10100 double-click event is bound to an arbitrary function.
10101
10102 2005-10-14 David Ponce <david@dponce.com>
10103
10104 * recentf.el (recentf-track-opened-file)
10105 (recentf-track-closed-file, recentf-update-menu)
10106 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
10107 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
10108 mouse-1-click-follows-link.
10109
10110 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10111
10112 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
10113 Gnome file-manager.png. Suggested by
10114 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
10115
10116 * toolbar/README: Add diropen.xpm.
10117
10118 2005-10-13 Bill Wohler <wohler@newt.com>
10119
10120 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
10121 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
10122
10123 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10124
10125 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10126 Don't waste the byte-compiler's time on constant data.
10127
10128 2005-10-13 Kenichi Handa <handa@m17n.org>
10129
10130 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
10131 byte with `escape-glyph' face.
10132
10133 * international/fontset.el (ccl-encode-unicode-font):
10134 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
10135 Handle the case that ucs-mule-to-mule-unicode translates a character to
10136 ASCII (usually for IPA characters).
10137
10138 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10139
10140 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
10141 Don't hide the underline of titles if font-lock-mode is disabled.
10142
10143 2005-10-12 Bill Wohler <wohler@newt.com>
10144
10145 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
10146 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10147 files in MH-E-SRC have been updated.
10148 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
10149
10150 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10151
10152 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
10153 (mixal-mode-syntax-table): Add \n as end-comment.
10154 (mixal-operation-codes-alist): Immediately initialize to full value.
10155 (mixal-add-operation-code): Remove.
10156 (mixal-describe-operation-code): Make the arg non-optional.
10157 Use the interactive spec instead.
10158 Use mixal-operation-codes-alist rather than mixal-operation-codes.
10159 (mixal-font-lock-keywords): Don't highlight comments here any more.
10160 (mixal-font-lock-syntactic-keywords): New var.
10161 (mixal-mode): Use it. Fix comment-start-skip.
10162
10163 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10164
10165 * startup.el (command-line-x-option-alist): -nb => -nbi
10166
10167 2005-10-12 Kim F. Storm <storm@cua.dk>
10168
10169 * startup.el (fancy-splash-default-action): Discard mouse click in
10170 the splash screen window, as it has no sensible meaning in the
10171 next window to be selected. Fixes error reported by Jan D.
10172
10173 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10174
10175 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
10176
10177 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10178
10179 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
10180 Try to fix up minor layout issues like indentation, line break, etc...
10181 (mixal-mode-syntax-table): Don't try to specify comment syntax,
10182 because it doesn't work.
10183 (mixal-operation-codes): Add some more codes.
10184 (mixal-font-lock-keywords): Process comments here.
10185 (mixal-mode): mixasm no longer needs -g option.
10186
10187 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
10188
10189 * progmodes/sh-script.el (sh-tmp-file):
10190 Use mktemp -t. Finish support for es and rc shells.
10191
10192 2005-10-11 Jay Belanger <belanger@truman.edu>
10193
10194 * calc/calcalg2.el (calc-integral): With an argument, compute the
10195 definite integral.
10196
10197 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
10198
10199 * mouse.el (mouse-drag-region-1): Don't try to catch a
10200 double-click when doing follow-link (it's overridden anyway).
10201
10202 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
10203
10204 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
10205 (autoload-print-form-outbuf): Add docstring.
10206
10207 2005-10-11 Juri Linkov <juri@jurta.org>
10208
10209 * info.el (Info-mode-menu): Delete menu item "Edit".
10210 (Info-mode): Delete description of Info-edit from docstring,
10211 and rearrange descriptions of Info commands in the order
10212 they are documented in the Info manual.
10213
10214 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10215
10216 * calendar/appt.el (appt-check): Use diary-selective-display var.
10217
10218 2005-10-10 Richard M. Stallman <rms@gnu.org>
10219
10220 * net/newsticker.el (newsticker-start, newsticker-show-news):
10221 Add autoload cookies.
10222
10223 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
10224
10225 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
10226
10227 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
10228
10229 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
10230
10231 2005-10-10 Jay Belanger <belanger@truman.edu>
10232
10233 * calc/calc-arith.el (math-check-known-scalarp)
10234 (math-check-known-matrixp): Check the values of arguments that are
10235 variables.
10236 (math-check-known-square-matrixp): New function.
10237 (math-known-square-matrixp): Use math-check-known-square-matrixp.
10238 (math-super-types): Add sqmatrix type.
10239
10240 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
10241 mode name `square' to `sqmatrix'.
10242
10243 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
10244 mode name `square' to `sqmatrix'.
10245
10246 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10247
10248 * progmodes/etags.el (select-tags-table-mode): Don't use
10249 selective-display.
10250 (tags-select-tags-table): Pass `button' to the action function.
10251 (select-tags-table): Place the side-info on button properties rather
10252 than in hidden text. Abbreviate file names.
10253 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
10254 (select-tags-table-select): Add `button' argument.
10255 Get side-info from the button property rather than from hidden text.
10256
10257 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
10258
10259 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
10260 (gud-speedbar-buttons): Preserve point if possible.
10261 (gud-sentinel): Restore previous speedbar display type.
10262
10263 * progmodes/gdb-ui.el (gdba): Improve diagram.
10264 (def-gdb-auto-update-handler, gdb-info-locals-handler)
10265 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
10266 Call get-buffer-window once.
10267
10268 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10269
10270 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
10271 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
10272 (pascal-indent-command): Remove unused var `ind'.
10273 (pascal-indent-case): Remove unused var `oldpos'.
10274 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
10275 since it's now used as a proper minor mode map.
10276 (pascal-outline): Rename to pascal-outline-mode.
10277 (pascal-outline-mode): Use define-minor-mode.
10278 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
10279 selective-display.
10280
10281 2005-10-10 Andreas Schwab <schwab@suse.de>
10282
10283 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
10284 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
10285
10286 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
10287 outside source directory.
10288
10289 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
10290
10291 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
10292 C-x' as a prefix.
10293 (orgtbl-mode-map): Full keymap instead of sparse, because all
10294 `self-insert-command' keys are redefined in this map.
10295 (org-export-as-html): Specify charset for HTML file, by taking it
10296 from the coding system.
10297
10298 2005-10-10 Kenichi Handa <handa@m17n.org>
10299
10300 * textmodes/flyspell.el (flyspell-check-word-p):
10301 If unread-command-events is non-empty, don't call sit-for.
10302
10303 2005-10-09 Richard M. Stallman <rms@gnu.org>
10304
10305 * font-lock.el (font-lock-syntactic-keywords)
10306 (font-lock-keywords): Doc fixes.
10307
10308 * textmodes/flyspell.el (flyspell-external-point-words):
10309 Simplify logic, and don't try to check for consecutive appearances
10310 of one incorrect word.
10311
10312 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
10313
10314 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10315 separator.
10316
10317 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
10318 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
10319 (gud-expansion-speedbar-buttons): New function.
10320 (gud-speedbar-buttons): Check for gud-comint-buffer.
10321
10322 2005-10-09 Bill Wohler <wohler@newt.com>
10323
10324 * Makefile.in (updates): Add mh-loaddefs dependency.
10325
10326 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
10327
10328 * speedbar.el (speedbar-file-key-map): Fix typo.
10329
10330 2005-10-09 Daniel Brockman <daniel@brockman.se>
10331
10332 * cus-start.el (line-spacing): Add custom spec.
10333
10334 2005-10-09 Romain Francoise <romain@orebokech.com>
10335
10336 * textmodes/ispell.el (ispell-check-version): Fix last change.
10337
10338 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10339
10340 * term/x-win.el: Remove -i, --icon-type from comment.
10341
10342 * startup.el (command-line-x-option-alist): Remove options -i,
10343 -itype, --icon-type, added -nb, --no-bitmap-icon
10344
10345 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
10346
10347 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10348 instead of :active.
10349
10350 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
10351
10352 * textmodes/ispell.el (ispell-check-version):
10353 Ignore hyphen, and all that follows, in aspell's version text.
10354
10355 2005-10-08 Jay Belanger <belanger@truman.edu>
10356
10357 * calc/calc-arith.el (math-known-square-matrixp): New function.
10358 (math-pow-fancy): Check for matrices before distributing exponent
10359 across products.
10360
10361 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10362 fullscreen keypad. Suggested by Luc Teirlinck.
10363 (calc-keypad-show-input): Add space for formatting.
10364
10365 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10366 Add square matrix option.
10367
10368 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10369 of checking calc-matrix-mode when deciding how to expand.
10370
10371 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10372
10373 2005-10-08 Lars Hansen <larsh@soem.dk>
10374
10375 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10376 Add error handling.
10377 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10378
10379 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10380
10381 Sync with Tramp 2.0.51.
10382
10383 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10384 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10385 Insert special handling for `last-coding-system-used', again
10386 it still seems to be necessary (unlike stated before).
10387 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10388 (tramp-password-prompt-regexp): There might be other words before
10389 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10390 (tramp-chunksize): Improve docstring.
10391 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10392 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10393 Christian Joergensen <bugs@razor.dk>.
10394
10395 2005-10-07 Glenn Morris <rgm@gnu.org>
10396
10397 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10398 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10399 precision'.
10400
10401 2005-10-07 Romain Francoise <romain@orebokech.com>
10402
10403 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10404 (ibuffer-do-shell-command-pipe-replace)
10405 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10406 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10407 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10408 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10409 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10410 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10411 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10412 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10413 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10414 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10415 Autoload file sans suffix.
10416
10417 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10418
10419 2005-10-07 David Ponce <david@dponce.com>
10420
10421 * recentf.el (recentf-menu-open-all-flag): New option.
10422 (recentf-digit-shortcut-command-name): New function.
10423 (recentf--shortcuts-keymap): New variable.
10424 (recentf-menu-shortcuts): New variable.
10425 (recentf-make-menu-items): Initialize it. Replace the "More..."
10426 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10427 (recentf-menu-value-shortcut): New function.
10428 (recentf-make-menu-item): Use it. No more in-lined.
10429 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10430 (recentf-open-most-recent-file): Rename from
10431 `recentf-open-file-with-key'. Don't depend on key binding.
10432 (recentf-mode-map): New variable.
10433 (recentf-mode): Use it.
10434
10435 2005-10-06 Bill Wohler <wohler@newt.com>
10436
10437 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10438
10439 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10440 (MH-E-SRC): New. Used by mh-autoloads.
10441 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10442 files in MH-E-SRC have been updated.
10443 (compile, recompile, bootstrap): Depend on mh-autoloads.
10444
10445 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10446
10447 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10448 gud-break and gud-remove icons when the fringe is not available.
10449
10450 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10451 Typo.
10452
10453 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10454
10455 * play/zone.el (zone): Wrap body with save-window-excursion.
10456
10457 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10458
10459 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10460 Use the new `list-only' arg to diary-list-entries.
10461
10462 * calendar/diary-lib.el: Use overlays rather than selective-display.
10463 (diary-selective-display): New var.
10464 (diary-header-line-format): Use it.
10465 (diary-list-entries): Add argument `list-only'.
10466 Put the buffer in diary-mode. Don't add \^M at beg and end.
10467 Replace \^M by invisible overlays.
10468 (diary-unhide-everything): Replace \^M by invisible overlays.
10469 (print-diary-entries): Look for overlays rather than \^M.
10470 Add a space to the temp buffer name.
10471 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10472 Put the buffer in diary-mode.
10473 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10474 (diary-anniversary): Make the year arg optional.
10475 (diary-time-regexp): New const.
10476 (diary-font-lock-keywords): Use it to accept a few more time formats.
10477
10478 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10479
10480 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10481
10482 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10483 Fix bug introduced 2005-07-03: Use (car (last ...))
10484 to faithfully reproduce replaced artist-last.
10485 (artist-set-arrow-points-for-poly): Likewise.
10486 Suggested by Johan Bockg\e,Ae\e(Brd.
10487
10488 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10489
10490 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10491 * wid-edit.el (widget):
10492 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10493 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10494
10495 2005-10-06 Kenichi Handa <handa@m17n.org>
10496
10497 * international/mule-cmds.el (set-language-environment):
10498 Fix setting up of case-table for unibyte mode.
10499
10500 * simple.el (what-cursor-position): If the character is displayed
10501 by some `display' text property, show that. Don't use
10502 single-key-description for eight-bit characters in multibyte mode.
10503
10504 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10505
10506 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10507 (gdb-ann3): Set it.
10508 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10509 (gdb-info-frames-custom): Use inverse-video for first five
10510 characters of selected frame only.
10511 (gdb-get-frame-number): Select frame even when point is on frame
10512 number.
10513
10514 2005-10-06 Masatake YAMATO <jet@gyve.org>
10515
10516 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10517 Put `font-lock-function-name-face'.
10518 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10519 and `font-lock-variable-name-face'
10520 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10521 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10522 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10523 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10524 (gdb-local-font-lock-keywords): New font lock keywords definition.
10525 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10526 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10527 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10528
10529 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10530
10531 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10532 (ediff-merge-region-is-non-clash-to-skip): Previously called
10533 ediff-merge-region-is-non-clash.
10534
10535 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10536 Use insert-buffer-substring.
10537
10538 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10539 selecting files to patch. Also bug fixes.
10540
10541 * ediff-util.el (ediff-setup): Bug fix.
10542 (ediff-next-difference): Never skip clashes that differ in white
10543 space only.
10544
10545 * ediff-wind.el (ediff-setup-control-frame)
10546 (ediff-destroy-control-frame): Check the menubar feature.
10547
10548 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10549 (viper-refresh-mode-line): Use make-local-variable to localize
10550 some vars instead of make-variable-buffer-local. Suggested by
10551 Stefan Monnier.
10552
10553 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10554 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10555 Use make-local-variable instead of make-variable-buffer-local.
10556 Suggested by Stefan Monnier.
10557
10558 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10559 (viper-comint-mode-hook): Use make-local-variable on
10560 require-final-newline.
10561 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10562
10563 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10564
10565 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10566 also the second char of a comment-start sequence.
10567 (scheme-sexp-comment-syntax-table): New var.
10568 (lambda, define): Set their scheme-doc-string-elt property.
10569 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10570 Use lisp-font-lock-syntactic-face-function now that it properly
10571 handles |...| symbols.
10572 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10573 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10574
10575 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10576 bit from # to |.
10577 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10578
10579 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10580 (lisp-doc-string-elt-property): New var.
10581 (lisp-font-lock-syntactic-face-function): Use it.
10582 Rewrite to recognize docstrings even for forms not at toplevel.
10583
10584 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10585 annotation on the | part of #| rather than on the # part.
10586 (scheme-font-lock-syntactic-face-function): New function, to
10587 distinguish strings from |...| symbols.
10588 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10589 syntax-table so that #|...|# is properly highlighted.
10590
10591 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10592 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10593
10594 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10595
10596 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10597 and C-e.
10598
10599 * emacs-lisp/eldoc.el: Move comments into docstrings.
10600 (eldoc-message-commands): Initialize in its declaration.
10601 Add move-beginning-of-line and move-end-of-line.
10602 (eldoc-add-command, eldoc-add-command-completions)
10603 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10604
10605 * outline.el (outline-mark-subtree): Activate the mark.
10606
10607 * calendar/appt.el (appt-time-regexp): New var.
10608 (appt-add, appt-make-list): Use it.
10609 (appt-convert-time): Clean up.
10610
10611 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10612 Don't set any syntax-table property here.
10613 (tex-font-lock-verb): New function. Do it here.
10614 (tex-font-lock-syntactic-keywords): Use it.
10615
10616 2005-10-04 Richard M. Stallman <rms@gnu.org>
10617
10618 * wid-edit.el (widget-file-complete): Get the widget start point
10619 the right way. Default directory to `/' if file has none.
10620
10621 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10622
10623 * textmodes/flyspell.el (flyspell-mode-on):
10624 Call ispell-maybe-find-aspell-dictionaries.
10625
10626 * textmodes/ispell.el (ispell-word, ispell-region):
10627 Call ispell-maybe-find-aspell-dictionaries.
10628 (ispell-accept-buffer-local-defs):
10629 Don't call ispell-maybe-find-aspell-dictionaries
10630
10631 2005-10-04 Richard M. Stallman <rms@gnu.org>
10632
10633 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10634
10635 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10636
10637 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10638 instead of `fboundp' in order to allow for anonymous functions.
10639
10640 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10641
10642 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10643 case the user clicks on the link while another window is selected.
10644 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10645
10646 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10647 functionality.
10648 (dframe-help-echo): Save point in case mouse tracking is off.
10649
10650 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10651
10652 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10653
10654 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10655
10656 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10657 not change the global value of those vars.
10658
10659 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10660 make-local-variable which we do not need any more.
10661
10662 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10663
10664 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10665 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10666 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10667 (speedbar-path-line): Define obsolete aliases.
10668 (speedbar-line-directory): Doc fix.
10669
10670 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10671 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10672 instead of speedbar-line-path.
10673
10674 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10675
10676 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10677 to nil if dropping on a window. Handle dropping on a minibuffer window
10678 like dropping on a non-window part of Emacs.
10679
10680 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10681
10682 * net/ange-ftp.el: Use with-current-buffer.
10683 (ange-ftp-insert-directory): Do not follow symlinks any more.
10684
10685 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10686 Remove interactive spec.
10687
10688 2005-10-03 Kim F. Storm <storm@cua.dk>
10689
10690 * ido.el (ido-mode): Use custom-initialize-set.
10691
10692 2005-10-02 Richard M. Stallman <rms@gnu.org>
10693
10694 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10695 Use insert-buffer-substring.
10696
10697 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10698 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10699
10700 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10701
10702 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10703 in last change.
10704 (ange-ftp-insert-directory): Fix up the search for the case where
10705 `file' is absolute.
10706
10707 2005-10-02 Romain Francoise <romain@orebokech.com>
10708
10709 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10710
10711 2005-10-02 Andreas Schwab <schwab@suse.de>
10712
10713 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10714 directory component in the session info.
10715
10716 2005-10-01 Richard M. Stallman <rms@gnu.org>
10717
10718 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10719
10720 * simple.el (next-error-internal): New function.
10721
10722 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10723 (compilation-start): Pass new arg to compilation-buffer-name.
10724 (compile-goto-error): Use next-error-internal.
10725
10726 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10727
10728 * speedbar.el: Remove RCS tag.
10729 (speedbar-check-read-only): Handle non-existent files.
10730
10731 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10732
10733 * info.el (Info-speedbar-hierarchy-buttons)
10734 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10735
10736 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10737
10738 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10739 Do not match newline.
10740 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10741 (bibtex-summary): Remove unnecessary save-excursion.
10742 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10743
10744 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10745
10746 * term/mac-win.el: Add charset info for "iso10646-1".
10747 Modify default fontset to use ATSUI-compatible fonts for some charsets
10748 if available.
10749
10750 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10751
10752 * speedbar.el: Re-apply arch tag.
10753 (speedbar-version): Rename to version 1.0. Suggested by Eric
10754 M. Ludlam.
10755 Reapply two changes from Emacs CVS' version of speedbar lost
10756 during the merge:
10757 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10758 (speedbar-frame-parameters): Improve customize type.
10759
10760 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10761
10762 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10763 (ange-ftp-file-directory-p): Fix the symlink case.
10764 (ange-ftp-insert-directory): When listing a single file, get a list of
10765 the parent buffer and extract the relevant line. Inspired from a patch
10766 by Katsumi Yamaoka <yamaoka@jpl.org>.
10767 (ange-ftp-file-name-sans-versions): Simplify.
10768
10769 2005-09-30 Bill Wohler <wohler@newt.com>
10770
10771 Move MH-E image files from toolbar and mail directories into
10772 etc/images.
10773
10774 * mail/reply2.*: Move to etc/images/mail/reply*.
10775
10776 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10777 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10778 etc/images.
10779
10780 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10781 * toolbar/reply*: Move to etc/images/mail.
10782
10783 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10784
10785 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10786
10787 * speedbar.el: New version 1.0pre3.
10788
10789 Frame management code (including timer, and mouse click specifics)
10790 moved to dframe.el:
10791 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10792 (speedbar-timer): Removed. Use dframe-timer.
10793 (speedbar-close-frame): Removed. Use dframe-close-frame.
10794 (speedbar-activity-change-focus-flag): Removed. Use
10795 dframe-activity-change-focus-flag.
10796 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10797 dframe-update-speed.
10798
10799 (speedbar-current-frame): New macro. Use this instead of the
10800 variable speedbar-frame.
10801
10802 (speedbar-use-images, speedbar-expand-image-button-alist)
10803 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10804
10805 (speedbar-find-image-on-load-path): Removed. Replaced by
10806 defezimage in ezimage.el.
10807 (speedbar-expand-image-button-alist): Removed. Replaced by
10808 ezimage-expand-image-button-alist in ezimage.el.
10809
10810 (speedbar-ignored-directory-regexp)
10811 (speedbar-add-ignored-directory-regexp)
10812 (speedbar-ignored-directory-expressions)
10813 (speedbar-line-directory, speedbar-buffers-line-directory)
10814 (speedbar-directory-line, speedbar-buffers-line-directory):
10815 Renamed, replacing `path' with `directory'.
10816
10817 (speedbar-create-directory, speedbar-expand-line-descendants)
10818 (speedbar-toggle-line-expansion)
10819 (speedbar-contract-line-descendants): New commands.
10820
10821 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10822 (speedbar-use-tool-tips-flag): New options.
10823
10824 (speedbar-check-read-only, speedbar-require-version)
10825 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10826 (speedbar-handle-delete-frame, speedbar-try-completion)
10827 (speedbar-update-localized-contents): New functions.
10828
10829 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10830 (speedbar-object-read-only-indicator): New variables.
10831
10832 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10833 New hooks.
10834
10835 (speedbar-separator-face): New face.
10836
10837 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10838 (speedbar-ignored-modes): Add fundamental-mode.
10839 (speedbar-directory-unshown-regexp): Add . directories.
10840
10841 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10842 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10843 `]' for full expand/close.
10844 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10845
10846 (speedbar-check-vc): Support hidden files.
10847 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10848 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10849 state is nil, it is not checked out.
10850
10851 (speedbar-line-text, speedbar-line-token): Support expand buttons
10852 with no text.
10853 (speedbar-refresh): Universal argument acts as power-click.
10854 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10855 that buffer to get variable values.
10856
10857 And many other bugfixes.
10858
10859 * dframe.el, ezimage.el, sb-image.el: New files.
10860
10861 * sb-*.xpm: Remove files. New image files installed into
10862 etc/images/ezimage.
10863
10864 2005-09-30 Kenichi Handa <handa@m17n.org>
10865
10866 * ps-mule.el (ps-mule-show-warning): If a character is in
10867 ps-print-translation-table, don't treat it as non-printable.
10868
10869 2005-09-30 David Ponce <david@dponce.com>
10870
10871 * tree-widget.el (tree-widget-themes-load-path): New variable.
10872 (tree-widget-themes-directory): Doc fix.
10873 (tree-widget-image-formats) [Emacs]: Doc fix.
10874 (tree-widget--locate-sub-directory): New function.
10875 (tree-widget-themes-directory): Use it.
10876
10877 * recentf.el (recentf-filename-handlers): Rename from
10878 `recentf-filename-handler'. Allow a list of functions.
10879 (recentf-menu-items-for-commands): Fix :help strings.
10880 (recentf-apply-filename-handlers): New function.
10881 (recentf-expand-file-name): Use it.
10882 (recentf-cleanup): Remove duplicates too.
10883
10884 2005-09-29 Juri Linkov <juri@jurta.org>
10885
10886 * faces.el: Rearrange face definitions to be in the same order as
10887 their face descriptions in "(emacs)Standard Faces".
10888
10889 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10890
10891 * tooltip.el (tooltip): Add group `basic-faces'.
10892
10893 * buff-menu.el (Buffer-menu-buffer): Remove group
10894 `font-lock-highlighting-faces'.
10895
10896 * progmodes/compile.el (compilation-error, compilation-warning)
10897 (compilation-info, compilation-line-number, compilation-column-number):
10898 Change group from `font-lock-highlighting-faces' to `compilation'.
10899
10900 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10901 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10902 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10903 (vhdl-font-lock-reserved-words-face)
10904 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10905 `font-lock-highlighting-faces'.
10906
10907 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10908
10909 2005-09-28 Kim F. Storm <storm@cua.dk>
10910
10911 * emulation/cua-base.el: Set CUA move property on additional commands:
10912 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10913 forward-sexp, backward-sexp, forward-list, backward-list.
10914
10915 2005-09-28 Romain Francoise <romain@orebokech.com>
10916
10917 * comint.el (comint-show-output): Really set point at the
10918 beginning of the output when not using `comint-use-prompt-regexp'.
10919
10920 2005-09-27 Jay Belanger <belanger@truman.edu>
10921
10922 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10923 in TeX mode.
10924
10925 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10926
10927 * textmodes/org.el (org-table-sum): Fix format string.
10928
10929 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10930 Quote face names.
10931
10932 2005-09-26 Romain Francoise <romain@orebokech.com>
10933
10934 * isearch.el (isearch-forward-regexp): Close doc string.
10935
10936 2005-09-25 Richard M. Stallman <rms@gnu.org>
10937
10938 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10939
10940 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10941
10942 * progmodes/compile.el (compilation-error-properties):
10943 When getting the file from the previous error message,
10944 correctly decode the new data format.
10945
10946 * progmodes/cc-cmds.el (c-electric-paren):
10947 Call old-blink-paren only for close-paren.
10948
10949 2005-09-24 Andreas Schwab <schwab@suse.de>
10950
10951 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10952 condition.
10953
10954 2005-09-25 Romain Francoise <romain@orebokech.com>
10955
10956 * dired-aux.el (dired-copy-file-recursive):
10957 * dired.el (dired-delete-file):
10958 * ediff-mult.el (ediff-dir-diff-copy-file):
10959 * ediff-util.el (ediff-test-save-region):
10960 * forms.el (forms-mode):
10961 * ido.el (ido-file-internal, ido-delete-file-at-head):
10962 * log-edit.el (log-edit-done):
10963 * ses.el (ses-yank-resize):
10964 * play/gomoku.el (gomoku-human-plays, gomoku)
10965 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10966 (gomoku-offer-a-draw):
10967 * play/landmark.el (lm-human-resigns, lm):
10968 * net/eudcb-ldap.el (eudc-ldap-check-base):
10969 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10970 * progmodes/ebrowse.el (ebrowse-find-pattern):
10971 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10972 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10973 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10974
10975 * vc.el (vc-delete-file):
10976 * play/gomoku.el (gomoku-terminate-game, gomoku)
10977 (gomoku-prompt-for-move, gomoku-human-takes-back):
10978 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10979 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10980
10981 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10982
10983 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10984 color rxvt terminals by using the code xterm.el used to use before
10985 2005-04-09 in order to match the colors used by rxvt.
10986
10987 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10988
10989 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10990 colors rxvt-unicode terminals by using the same code as xterm.el.
10991
10992 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10993
10994 * textmodes/tex-mode.el (tex-font-lock-append-prop)
10995 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10996 new symbol used for the tex-verbatim face.
10997
10998 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10999
11000 * woman.el (woman-file-name):
11001 * wid-edit.el (widget-file-prompt-value)
11002 (widget-coding-system-prompt-value):
11003 * w32-fns.el (set-w32-system-coding-system):
11004 * vc.el (vc-version-diff, vc-annotate):
11005 * textmodes/reftex-auc.el (reftex-arg-cite)
11006 (reftex-arg-index-tag):
11007 * textmodes/refer.el (refer-get-bib-files):
11008 * textmodes/artist.el (artist-figlet-choose-font):
11009 * terminal.el (terminal-emulator):
11010 * replace.el (occur-read-primary-args):
11011 * rect.el (string-rectangle, string-insert-rectangle):
11012 * ps-print.el (ps-print-preprint):
11013 * progmodes/pascal.el (pascal-goto-defun):
11014 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
11015 * progmodes/compile.el (compilation-find-file):
11016 * printing.el (pr-interactive-n-up):
11017 * play/animate.el (animate-birthday-present):
11018 * net/rcompile.el (remote-compile):
11019 * man.el (man, Man-goto-section, Man-follow-manual-reference):
11020 * mail/rmailsum.el (rmail-summary-search-backward)
11021 (rmail-summary-search):
11022 * mail/rmailout.el (rmail-output-read-rmail-file-name)
11023 (rmail-output-read-file-name):
11024 * mail/rmail.el (rmail-search, rmail-search-backwards):
11025 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
11026 * locate.el (locate):
11027 * international/quail.el (quail-show-keyboard-layout):
11028 * international/mule.el (set-buffer-file-coding-system)
11029 (revert-buffer-with-coding-system, set-file-name-coding-system)
11030 (set-terminal-coding-system, set-keyboard-coding-system)
11031 (set-next-selection-coding-system):
11032 * international/mule-diag.el (describe-coding-system)
11033 (describe-font, describe-fontset):
11034 * international/mule-cmds.el (universal-coding-system-argument)
11035 (search-unencodable-char, describe-input-method)
11036 (set-language-environment, describe-language-environment):
11037 * international/codepage.el (codepage-setup):
11038 * international/code-pages.el (codepage-setup):
11039 * info.el (Info-search, Info-follow-reference)
11040 (Info-search-backward):
11041 * emacs-lisp/advice.el (ad-read-advised-function)
11042 (ad-read-advice-class, ad-clear-cache, ad-activate)
11043 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
11044 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
11045 (ad-read-regexp):
11046 * ediff-util.el (ediff-toggle-regexp-match):
11047 * ediff-ptch.el (ediff-prompt-for-patch-file):
11048 * dired-aux.el (dired-diff):
11049 * diff.el (diff):
11050 * cus-edit.el (custom-variable-prompt):
11051 * calendar/timeclock.el (timeclock-ask-for-project):
11052 * calc/calcalg3.el (calc-get-fit-variables):
11053 * calc/calc-store.el (calc-edit-variable)
11054 (calc-permanent-variable):
11055 * vc-mcvs.el (vc-mcvs-register):
11056 * shadowfile.el (shadow-define-literal-group):
11057 * woman.el (woman-file-name):
11058 * vc.el (vc-version-diff, vc-merge):
11059 * textmodes/reftex-index.el (reftex-index-complete-tag):
11060 * format.el (format-decode-buffer, format-decode-region):
11061 * emulation/viper-cmd.el (viper-read-string-with-history):
11062 * emacs-lisp/debug.el (cancel-debug-on-entry):
11063 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11064 * ediff.el (ediff-merge-revisions)
11065 (ediff-merge-revisions-with-ancestor, ediff-revision):
11066 * completion.el (interactive-completion-string-reader):
11067 * calc/calc-prog.el (calc-user-define-formula):
11068 Follow convention for reading with the minibuffer.
11069
11070 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
11071
11072 * progmodes/python.el (python-describe-symbol): Add globals() and
11073 locals() to the arguments of emacs.ehelp.
11074
11075 2005-09-24 Magnus Henoch <mange@freemail.hu>
11076
11077 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
11078 New function, code extracted from ispell-valid-dictionary-list.
11079 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
11080 Call it.
11081
11082 2005-09-24 Eli Zaretskii <eliz@gnu.org>
11083
11084 * subr.el (version-regexp-alist): Extend valid syntax for version
11085 strings: allow any of the characters -,_,+ to separate the
11086 alpha/beta/rc part from the version part. Doc fix.
11087 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
11088
11089 2005-09-23 David Reitter <david.reitter@gmail.com>
11090
11091 * mail/mailclient.el: New file.
11092
11093 2005-09-23 Richard M. Stallman <rms@gnu.org>
11094
11095 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
11096 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
11097 Doc fixes.
11098
11099 * progmodes/cc-mode.el (c-font-lock-init):
11100 Specify font-lock-lines-before.
11101
11102 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11103
11104 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
11105 whole conflict.
11106
11107 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
11108
11109 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
11110 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
11111 of `remap' feature when available. Additional key bindings for
11112 better tty support.
11113 (org-mode-restart, org-force-self-insert): New commands.
11114 (org-time-stamp-inactive): New command.
11115 (org-remap): New function.
11116 (org-table-auto-blank-field, org-level-color-stars-only): New options.
11117 (org-enable-fixed-width-editor): Move to `org-structure'
11118 customization group.
11119 (org-self-insert-command, orgtbl-self-insert-command): Modify to
11120 blank field after field motion commands.
11121
11122 2005-09-23 Kenichi Handa <handa@m17n.org>
11123
11124 * international/mule-cmds.el (set-language-environment):
11125 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
11126 have to call utf-translate-cjk-load-tables.
11127
11128 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11129
11130 * mouse.el (mouse-move-drag-overlay): Fix last change.
11131
11132 2005-09-22 David Ponce <david@dponce.com>
11133
11134 * tree-widget.el (tree-widget-value-create): Fix previous change.
11135
11136 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11137
11138 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
11139
11140 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11141
11142 * mouse.el (mouse-move-drag-overlay): New function.
11143 (mouse-drag-region-1): Use it.
11144 Try to simplify a bit the state handling. Handle clicks on links
11145 inside intangible areas.
11146 (mouse-save-then-kill): Minor simplification.
11147 (mouse-secondary-overlay): Make it always non-nil instead of
11148 recreating it each time.
11149 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
11150 (mouse-kill-secondary, mouse-secondary-save-then-kill):
11151 Simplify accordingly.
11152
11153 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11154
11155 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
11156
11157 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
11158
11159 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
11160 (ediff-file-name-sans-prefix): Treat nil as an empty string.
11161 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
11162 to patch.
11163
11164 * ediff-util.el: Use insert-buffer-substring.
11165
11166 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
11167
11168 * emulation/viper-cmd.el (viper-change-state): Don't move over the
11169 field boundaries in the minibuffer.
11170 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
11171 (viper-minibuffer-post-command-hook): New hook.
11172 (viper-line): Don't move cursor at bolp.
11173
11174 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
11175
11176 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
11177 avoid compiler warnings.
11178
11179 * emulation/viper-macs.el (ex-map): Better messages.
11180
11181 * emulation/viper-utils.el (viper-beginning-of-field): New function.
11182
11183 * emulation/viper.el: Replace make-variable-buffer-local with
11184 viper-make-variable-buffer-local everywhere, to avoid warnings.
11185
11186 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11187
11188 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
11189 Delete unused var `old-selected-window'.
11190 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
11191 (mouse-drag-secondary): Delete unused var `start-frame'.
11192
11193 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11194
11195 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
11196
11197 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11198
11199 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
11200 Re-indent within 80 columns. Use inhibit-read-only.
11201
11202 2005-09-19 Romain Francoise <romain@orebokech.com>
11203
11204 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
11205
11206 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11207
11208 * font-lock.el (font-lock-default-fontify-region): Don't add a line
11209 unconditionally, since the after-change-function already did it.
11210
11211 2005-09-19 Miles Bader <miles@gnu.org>
11212
11213 * net/newsticker.el: Get rid of CVS keyword.
11214
11215 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
11216
11217 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
11218 The prompt is formatted later.
11219
11220 2005-09-19 David Ponce <david@dponce.com>
11221
11222 * tree-widget.el (tree-widget-value-create): Save the converted
11223 tree :node widget.
11224
11225 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
11226
11227 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
11228 variable `message'.
11229
11230 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
11231
11232 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
11233 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
11234 <slawomir.nowaczyk.847@student.lu.se>.
11235
11236 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
11237
11238 * image.el (image-load-path): Use symbol `data-directory' instead
11239 of its value, for backward compatibility with packages that bind
11240 it during `find-image'. Suggested by Katsumi Yamaoka.
11241 (image-search-load-path): Handle symbols whose values are strings.
11242
11243 2005-09-18 Romain Francoise <romain@orebokech.com>
11244
11245 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
11246 with-current-buffer form in save-excursion.
11247
11248 2005-09-18 D Goel <deego@gnufans.org>
11249
11250 * apropos.el (apropos-command): Fix `message' call: first arg
11251 should be a format spec. In this and all other cases that appear
11252 below and elsewhere in the source code, I made a change only when
11253 two conditions were satisfied: [1] I can think of a possibility
11254 that the arguments would cause an error, for example, the code in
11255 question relies on external variables such as filenames. [2] I
11256 was sure that the arg to `message' could not have been nil in the code.
11257
11258 * textmodes/tildify.el (tildify-region): Ditto.
11259
11260 * textmodes/reftex-index.el (reftex-index-change-entry)
11261 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
11262 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
11263 * textmodes/org.el (org-complete, org-deadline, org-schedule)
11264 (org-priority, org-table-sum):
11265 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
11266 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
11267 (flyspell-word, flyspell-display-next-corrections):
11268 * textmodes/bibtex.el (bibtex-print-help-message):
11269 * textmodes/artist.el (artist-key-set-point-poly):
11270 * term/mac-win.el (mac-services-insert-text):
11271 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
11272 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
11273 (vhdl-port-paste-testbench, vhdl-compose-new-component)
11274 (vhdl-compose-configuration):
11275 * progmodes/sh-script.el (sh-blink, sh-show-indent)
11276 (sh-set-indent, sh-learn-line-indent):
11277 * progmodes/ps-mode.el (ps-mode-target-column):
11278 * progmodes/idlwave.el (idlwave-make-tags)
11279 (idlwave-scan-library-catalogs):
11280 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
11281 * progmodes/gud.el (gud-jdb-analyze-source):
11282 * progmodes/flymake.el (flymake-log):
11283 * progmodes/ebnf2ps.el (ebnf-generate-region):
11284 * progmodes/cmacexp.el (c-macro-expansion):
11285 * progmodes/ada-xref.el (ada-treat-cmd-string):
11286 * progmodes/ada-mode.el (ada-create-case-exception-substring)
11287 (ada-justified-indent-current, ada-batch-reformat):
11288 * play/zone.el (zone):
11289 * play/landmark.el (lm-move):
11290 * play/decipher.el (decipher-show-alphabet):
11291 * net/newsticker.el (newsticker--display-jump)
11292 (newsticker--display-scroll):
11293 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
11294 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
11295 * mail/feedmail.el (feedmail-dump-message-to-queue):
11296 * eshell/esh-proc.el (eshell-remove-process-entry):
11297 * emulation/ws-mode.el (ws-last-error):
11298 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
11299 (viper-record-kbd-macro):
11300 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
11301 * emacs-lisp/lisp-mnt.el (lm-report-bug):
11302 * emacs-lisp/find-func.el (find-function-noselect):
11303 * calendar/timeclock.el (timeclock-status-string)
11304 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
11305 (timeclock-when-to-leave-string):
11306 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
11307 * calc/calc-units.el (calc-enter-units-table):
11308 * calc/calc-mode.el (calc-mode-record-mode):
11309 * woman.el (woman-mini-help):
11310 * wdired.el (wdired-change-to-wdired-mode):
11311 * vc.el (vc-retrieve-snapshot):
11312 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
11313 * startup.el (display-startup-echo-area-message):
11314 * simple.el (set-goal-column):
11315 * ses.el (ses-command-hook, ses-recalculate-cell):
11316 * server.el (server-process-filter):
11317 * printing.el (pr-interface-txt-print, pr-interface-printify)
11318 (pr-interface-ps):
11319 * pcvs.el (cvs-help):
11320 * log-edit.el (log-edit, log-edit-mode-help):
11321 * iswitchb.el (iswitchb-possible-new-buffer):
11322 * isearch.el (isearch-edit-string):
11323 * image-mode.el (image-mode, image-minor-mode):
11324 * ibuf-macs.el (define-ibuffer-filter):
11325 * hi-lock.el (hi-lock-find-patterns):
11326 * files.el (toggle-read-only):
11327 * ediff-util.el (ediff-copy-diff)
11328 (ediff-write-merge-buffer-and-maybe-kill):
11329 * echistory.el (Electric-history-undefined):
11330 * dnd.el (dnd-insert-text):
11331 * dired-aux.el (dired-query):
11332 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11333 * bookmark.el (bookmark-bmenu-locate):
11334 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11335 Fix `message' calls to ensure first arg is a format string.
11336 The change was made only when these two conditions were satisfied:
11337 [1] when there is a possibility that the arguments would cause an error
11338 for example, if the code in question relies on external variables
11339 such as filenames, and
11340 [2] if the arg to `message' could not have been nil in the code.
11341
11342 * pcomplete.el (pcomplete--help): Fix `message' format spec.
11343 Not having a %s would be weird, though not technically wrong.
11344
11345 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11346
11347 * term/mac-win.el (mac-add-charset-info): Doc fix.
11348
11349 2005-09-17 Romain Francoise <romain@orebokech.com>
11350
11351 * shell.el (shell-resync-dirs): Handle echoing processes more
11352 reliably. Don't insert resync command if `comint-process-echoes'
11353 is non-nil.
11354
11355 2005-09-17 Magnus Henoch <mange@freemail.hu>
11356
11357 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11358 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11359 aspell versions >= 0.60.
11360 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11361 only if ispell-aspell-supports-utf8 is non-nil.
11362
11363 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11364
11365 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11366 buffer-local value to lisp-indent-function.
11367
11368 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11369
11370 * progmodes/glasses.el (glasses-make-readable): If
11371 glasses-separator differs from underscore, put appropriate
11372 overlays over underscore characters.
11373 (glasses-convert-to-unreadable): If glasses-separator differs from
11374 underscore, try to convert glasses-separator characters to
11375 underscores.
11376
11377 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11378
11379 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11380 Use with-syntax-table and dolist.
11381
11382 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11383
11384 * textmodes/reftex-auc.el:
11385 * textmodes/reftex-cite.el:
11386 * textmodes/reftex-dcr.el:
11387 * textmodes/reftex-global.el:
11388 * textmodes/reftex-parse.el:
11389 * textmodes/reftex-ref.el:
11390 * textmodes/reftex-sel.el:
11391 * textmodes/reftex-toc.el:
11392 * textmodes/reftex-vars.el:
11393 * textmodes/reftex.el: Small changes to remove compiler warnings.
11394
11395 * textmodes/reftex-index.el: Likewise.
11396 (reftex-query-index-phrase): More efficient use of markers.
11397
11398 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11399
11400 * image.el (image-load-path): New variable.
11401 (image-search-load-path): New function.
11402 (find-image): Search for images in `image-load-path'.
11403
11404 2005-09-15 Richard M. Stallman <rms@gnu.org>
11405
11406 * follow.el: Change Maintainer field.
11407
11408 2005-09-15 David Ponce <david@dponce.com>
11409
11410 * recentf.el (recentf-save-file-modes): New option.
11411 (recentf-save-list): Use it.
11412
11413 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11414
11415 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11416 (mode-line-mule-info, mode-line-modified): Move bindings from
11417 mouse-3 to mouse-1.
11418
11419 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11420
11421 * simple.el (sendmail-user-agent-compose): Revert last change.
11422
11423 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11424
11425 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11426 Use with-current-buffer.
11427 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11428 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11429 (ange-ftp-insert-directory): Remove unused var `short'.
11430 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11431
11432 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11433 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11434
11435 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11436 (check-calendar-holidays, diary-list-entries): Autoload.
11437 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11438 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11439
11440 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11441 which mistakenly removed a call to display-buffer.
11442
11443 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11444
11445 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11446
11447 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11448
11449 * progmodes/hideshow.el
11450 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11451 (hs-allow-nesting): New user var.
11452 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11453 (hs-hide-block-at-point): When nesting allowed,
11454 if there is already an overlay in place, delete it.
11455 (hs-safety-is-job-n): Delete func; remove call sites.
11456 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11457 (hs-overlay-at): New func.
11458 (hs-already-hidden-p, hs-show-block): Use it.
11459 (hs-hide-all): Don't pre-clean if nesting allowed.
11460 (hs-show-all): Temporarily disallow
11461 nesting around call to `hs-discard-overlays'.
11462
11463 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11464
11465 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11466 Delete unused local var.
11467
11468 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11469
11470 * help-fns.el (describe-categories): "?\ " -> "?\s".
11471 (help-do-arg-highlight): Recognize also ARG-n, as in
11472 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11473
11474 * international/codepage.el (dos-unsupported-char-glyph):
11475 * net/newsticker.el (tool-bar-map, w3-mode-map)
11476 (w3m-minor-mode-map):
11477 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11478 (ent-alist):
11479 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11480
11481 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11482
11483 * custom.el (custom-push-theme): Handle the case where a symbol is
11484 bound but face properties have not yet been assigned.
11485
11486 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11487 Fix behavior if noerase is `t' and there is no mail buffer.
11488
11489 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11490 if `continue' is nil, rather than signal an error.
11491
11492 2005-09-12 Richard M. Stallman <rms@gnu.org>
11493
11494 * font-lock.el (font-lock-keywords): Add autoload.
11495
11496 * help-fns.el (describe-variable): Rearrange to put source link
11497 in a predictable place.
11498
11499 * net/newsticker.el: New file.
11500
11501 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11502
11503 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11504 (calendar-basic-setup): Use the new nil arg.
11505 (number-of-diary-entries): Move to diary-lib.el.
11506
11507 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11508 (diary-list-entries): Use with-syntax-table and dolist.
11509 Rename from list-diary-entries.
11510 Use number-of-diary-entries if `number' is nil.
11511 (diary, diary-view-entries): Use this new name and new nil arg value.
11512 (number-of-diary-entries): Move from calendar.el.
11513 (diary-unhide-everything): New function.
11514 (include-other-diary-files, fancy-diary-display)
11515 (diary-show-all-entries, make-diary-entry): Use it.
11516 (diary-mail-entries): Use buffer-string.
11517 (mark-diary-entries): Fix long standing paren typo.
11518 (diary-sexp-entry): Use count-lines.
11519 (make-diary-entry): Avoid `previous-line'.
11520 (diary-mode-map): New var.
11521 (diary-mode): Redraw cal after saving. Setup header-line.
11522 (fancy-diary-display-mode): Use local-set-key.
11523
11524 * startup.el (command-line): Try calling various terminal-init-foo-bar
11525 functions by stripping hyphenated suffixes from $TERM.
11526
11527 * files.el (normal-mode): Check boundness of font-lock-keywords.
11528
11529 2005-09-12 Richard M. Stallman <rms@gnu.org>
11530
11531 * progmodes/compile.el: Don't decide a file's directory
11532 until the user actually tries to go there.
11533 (compilation-next-error-function):
11534 Pass compilation-find-file the directory from the file-struct.
11535 (compilation-internal-error-properties): Separate local FILE-STRUCT
11536 from FILE. Doc the args better. Rename arg FMT to FMTS.
11537 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11538 Expand it, and if nil, use default-directory.
11539 (compilation-get-file-structure): Don't mix specified directory
11540 with default directory. Put specified directory into
11541 file-struct. Don't make the file name absolute.
11542
11543 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11544 (compile-command): Add autoload.
11545 (compilation-disable-input): Add autoload.
11546
11547 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11548
11549 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11550 strings of the variables it can override.
11551 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11552 %Q and %q, for fully-qualified domain name and unqualified host name.
11553
11554 2005-09-11 Kim F. Storm <storm@cua.dk>
11555
11556 * emacs-lisp/authors.el (authors-aliases): Update list.
11557 (authors-fixed-entries): Update mldrag.el entry.
11558
11559 2005-09-10 Alan Mackenzie <acm@muc.de>
11560
11561 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11562 from the region narrowed to.
11563
11564 2005-09-10 Magnus Henoch <mange@freemail.hu>
11565
11566 * textmodes/ispell.el (ispell-check-version): Signal an error if
11567 aspell version is less than 0.60.
11568
11569 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11570
11571 * progmodes/octave-inf.el (inferior-octave-startup):
11572 Resync current dir at the end.
11573
11574 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11575
11576 * woman.el (woman-topic-at-point-default):
11577 Rename to woman-use-topic-at-point-default.
11578 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11579 (woman-file-name): Reflect renames above. Automatically use the
11580 word at point as topic if woman-use-topic-at-point is non-nil.
11581 Otherwise offer it as default but don't insert it in the
11582 minibuffer. Also use `test-completion' instead of `assoc' as
11583 suggested by Stefan Monnier.
11584
11585 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11586
11587 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11588 the attempt to do it over Tramp. This is not yet supported.
11589
11590 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11591
11592 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11593 (menu-bar-non-minibuffer-window-p): New functions.
11594 ("Split Window", "Save As..."): Use them.
11595 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11596 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11597 Use menu-bar-menu-frame-live-and-visible-p.
11598 ("Save Buffer", "Insert File", "Open Directory...")
11599 ("Open File...", "Visit New File..."):
11600 Use menu-bar-non-minibuffer-window-p.
11601 (kill-this-buffer-enabled-p, dired <menu-enable>):
11602 Use menu-bar-non-minibuffer-window-p.
11603
11604 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11605
11606 * cus-start.el (all): Don't complain about fringe-related
11607 built-ins if fringes are not supported. Ditto about
11608 selection-related built-ins. Fix the test for GTK-related built-ins.
11609
11610 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11611 ("Postscript Print Buffer", "Print Region", "Save As...")
11612 ("Save", "Insert File...", "Open Directory...")
11613 ("Open File...", "Visit New File..."")
11614 ("Truncate Long Lines in this Buffer"): Don't look at
11615 menu-updating-frame if this display does not support multiple frames.
11616
11617 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11618
11619 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11620
11621 2005-09-09 Emilio Lopes <eclig@gmx.net>
11622
11623 * woman.el: Format- and whitespace-related changes.
11624
11625 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11626
11627 * woman.el: Fix my email address.
11628
11629 2005-09-08 Richard M. Stallman <rms@gnu.org>
11630
11631 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11632 (sh-mode): Locally set skeleton-pair-default-alist.
11633
11634 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11635
11636 * progmodes/flymake.el: Require `compile' unconditionally.
11637
11638 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11639
11640 * woman.el (woman-file-name): Provide a default, not initial input.
11641
11642 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11643
11644 * font-lock.el (font-lock-support-mode): Doc fix.
11645
11646 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11647
11648 2005-09-08 Richard M. Stallman <rms@gnu.org>
11649
11650 * simple.el (blink-matching-open): Get rid of text props from
11651 the string shown in echo area. Don't permanently set point.
11652 Some rearrangements.
11653
11654 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11655
11656 * recentf.el (recentf-filename-handler): Add custom choice
11657 `abbreviate-file-name'.
11658
11659 * msb.el (msb--very-many-menus): Fix typo.
11660
11661 * disp-table.el (standard-display-european): Don't set
11662 enable-multibyte-characters to nil.
11663
11664 2005-09-08 David Ponce <david@dponce.com>
11665
11666 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11667 (recentf-expand-file-name): Doc fix.
11668 (recentf-dialog-mode-map): Define digit shortcuts.
11669 (recentf--files-with-key): New variable.
11670 (recentf-show-digit-shortcut-filter): New function.
11671 (recentf-open-files-items): New function.
11672 (recentf-open-files): Use it.
11673 (recentf-open-file-with-key): New command.
11674
11675 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11676
11677 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11678 Suggested by Kim F. Storm.
11679 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11680 (Buffer-menu-make-sort-button): Use global keymap.
11681
11682 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11683
11684 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11685 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11686 necessary any longer with the remapped command.
11687 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11688 formatting time only.
11689
11690 * net/tramp.el (tramp-action-password)
11691 (tramp-multi-action-password): Compile the password prompt from
11692 `method', `user' and `host'. Sometimes it isn't obvious which
11693 password to enter, for example with remote files offered by
11694 recentf.el, or with multiple steps. Suggested by Robert Marshall
11695 <robert@chezmarshall.freeserve.co.uk>.
11696
11697 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11698
11699 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11700 Fix regexp for when "s///" is at the beginning of line.
11701
11702 2005-09-07 Jay Belanger <belanger@truman.edu>
11703
11704 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11705 when in matrix mode.
11706
11707 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11708
11709 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11710 non-anonymous functions.
11711
11712 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11713
11714 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11715 when using a header line. Otherwise, use mouse-1-click-follows-link.
11716
11717 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11718 can't be moved; don't signal an error.
11719
11720 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11721
11722 * cus-theme.el (custom-theme-write-faces): Save the current face
11723 spec, not the defface spec.
11724
11725 * custom.el (custom-known-themes): Clarify meaning of "standard".
11726 (custom-push-theme): Save old values in the standard theme.
11727 (disable-theme): Correct typo.
11728 (custom-face-theme-value) Deleted unused function.
11729 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11730
11731 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11732
11733 * progmodes/compile.el (compilation-goto-locus): Take into account
11734 iconified frames when determining whether the buffer is
11735 already visible.
11736 Don't reset window height if the window already existed.
11737
11738 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11739
11740 * custom.el (load-theme): Rename from require-theme.
11741 Add interactive spec.
11742 (enable-theme): Rename from custom-enable-theme.
11743 Add interactive spec.
11744 (disable-theme): Rename from custom-disable-theme.
11745 Add interactive spec.
11746 (custom-make-theme-feature): Doc fix.
11747 (custom-theme-directory): Doc fix.
11748 (provide-theme): Call enable-theme.
11749
11750 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11751
11752 * obsolete/lazy-lock.el (lazy-lock-mode):
11753 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11754 font-lock-mode if it's off. Print a warning instead.
11755
11756 * progmodes/compile.el (compilation-start): Ignore errors if the
11757 process died before we get to send-eof.
11758
11759 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11760 Undo last change. Enclosing the result in quotes broke things on Unix
11761 since tex-send-command passes it through shell-quote-argument.
11762 (tex-send-command): Pass `file' through convert-standard-filename
11763 when possible.
11764 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11765 info in a transcript.
11766
11767 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11768
11769 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11770 fix compilation warning. Reorder the key definitions to group
11771 together keys emitted by the current version of xterm.
11772
11773 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11774 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11775 Reorder predicates to correct min-color usage.
11776
11777 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11778
11779 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11780 Kill local variables when longlines-mode is turned off.
11781
11782 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11783
11784 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11785
11786 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11787
11788 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11789
11790 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11791 (font-lock-lines-before): Change default to being inactive.
11792 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11793 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11794
11795 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11796
11797 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11798 Deactivate temporarily advice if active (not needed for Emacs 22,
11799 but for backwards compatibility).
11800 (tramp-exists-file-name-handler): Rewrite. First implementation
11801 was too simple.
11802 (tramp-advice-make-auto-save-file-name):
11803 Call `tramp-handle-make-auto-save-file-name' (again, just for
11804 backwards compatibility).
11805
11806 2005-08-31 Reto Zimmermann <reto@gnu.org>
11807
11808 * progmodes/vhdl-mode.el
11809 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11810 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11811 (vhdl-set-default-project): New function (easier setting of default).
11812 (vhdl-port-copy): Handle extended identifiers for generics.
11813 (vhdl-compiler-alist): Better description for error message regexp.
11814 (vhdl-make): Query for target, use previous as default.
11815 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11816 (vhdl-font-lock-keywords-2): Fix fontification for record
11817 el. assign.
11818 (vhdl-speedbar-make-subpack-line): Add package body link.
11819 (vhdl-generate-makefile-1): Not include itself as dependency.
11820 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11821 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11822 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11823 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11824 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11825 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11826 (vhdl-import-project): Add string argument for `error'.
11827 (vhdl-compose-configuration)
11828 (vhdl-compose-configuration-architecture): Add configuration
11829 declaration generation.
11830 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11831 (vhdl-trailer-re): Add "record" keyword (better indentation).
11832 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11833 "[^ \t-\"]+".
11834 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11835 (vhdl-testbench-entity-file-name)
11836 (vhdl-testbench-architecture-file-name): Allow separate
11837 customization of testbench file names.
11838 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11839 (vhdl-get-visible-signals): Allow newline within alias declaration.
11840 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11841 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11842 (member-ignore-case): Alias for missing function in XEmacs.
11843 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11844 (vhdl-update-sensitivity-list): Ignore case on read signals.
11845 (vhdl-replace-string): Adjust case only for file names.
11846 (vhdl-update-sensitivity-list): Fix search for read signals.
11847 (vhdl-update-sensitivity-list): Exclude formal parameters.
11848 (vhdl-get-visible-signals): Include aliases of signals.
11849 (vhdl-get-visible-signals): Fix signal name searching.
11850 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11851 (vhdl-fixup-whitespace-region): Fix for character
11852 literals (e.g. `:').
11853
11854 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11855
11856 * ansi-color.el (comint-last-output-start):
11857 * bs.el (font-lock-verbose):
11858 * diff-mode.el (add-log-buffer-file-name-function):
11859 * dired-x.el (vm-folder-directory):
11860 * faces.el (help-xref-stack-item):
11861 * files.el (font-lock-keywords):
11862 * find-lisp.el (dired-buffers, dired-subdir-alist):
11863 * ido.el (cua-inhibit-cua-keys):
11864 * log-view.el (cvs-minor-wrap-function):
11865 * outline.el (font-lock-warning-face):
11866 * simple.el (compilation-current-error):
11867 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11868 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11869 * tooltip.el (comint-prompt-regexp):
11870 * w32-fns.el (explicit-shell-file-name):
11871 * term/mac-win.el (mac-charset-info-alist)
11872 (mac-services-selection, mac-system-script-code):
11873 * term/tty-colors.el (msdos-color-values):
11874 * term/w32-win.el (xlfd-regexp-registry-subnum):
11875 * term/x-win.el (x-keysym-table, x-selection-timeout)
11876 (x-session-id, x-session-previous-id):
11877 * textmodes/ispell.el (mail-yank-prefix):
11878 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11879 * textmodes/org.el (calc-embedded-close-formula)
11880 (calc-embedded-open-formula)
11881 (font-lock-unfontify-region-function):
11882 * textmodes/reftex-global.el (isearch-next-buffer-function)
11883 (TeX-master):
11884 * textmodes/reftex.el (font-lock-keywords):
11885 * textmodes/tex-mode.el (font-lock-comment-face)
11886 (font-lock-doc-face):
11887 * textmodes/texinfo.el (outline-heading-alist):
11888 Add defvars.
11889
11890 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11891 (artist-spray-chars, artist-mode-init, artist-replace-string)
11892 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11893 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11894 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11895
11896 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11897 (conf-align-assignments): "?\ " -> "?\s".
11898
11899 * textmodes/reftex-index.el (TeX-master): Add defvar.
11900 (reftex-index-phrases-marker): Move up defvar.
11901
11902 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11903 (reftex-toc-include-labels-indicator)
11904 (reftex-toc-include-index-indicator)
11905 (reftex-toc-max-level-indicator): Move up declarations.
11906
11907 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11908 of args to `tramp-run-real-handler', even if it's empty in this case.
11909
11910 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11911
11912 * dired.el (dired-move-to-filename-regexp): Add date format for
11913 Mac OS X 10.3 in East Asian locales.
11914
11915 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11916
11917 * files.el (make-auto-save-file-name): Add file name handler call
11918 if applicable.
11919
11920 * net/tramp.el (tramp-file-name-handler-alist)
11921 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11922 (tramp-handle-make-auto-save-file-name): Rename from
11923 `tramp-make-auto-save-file-name'.
11924 (tramp-exists-file-name-handler): New defun.
11925 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11926 `make-auto-save-file-name' is not a magic file name operation.
11927
11928 2005-08-30 Richard M. Stallman <rms@gnu.org>
11929
11930 * files.el (risky-local-variable-p):
11931 Match `-predicates' and `-commands.
11932
11933 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11934 (custom-save-all): Visit the file if necessary;
11935 kill the buffer if we created it.
11936 (custom-save-delete): Don't visit file or kill buffer here.
11937
11938 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11939
11940 * textmodes/org.el (org-special-keyword): New face.
11941 (org-table-copy-down, org-table-eval-formula)
11942 (org-table-recalculate, org-init-section-numbers):
11943 Use `string-to-number' instead of `string-to-int'.
11944 (org-get-location): Use `insert-buffer-substring' instead of
11945 `insert-buffer'.
11946 (org-modify-diary-entry-string): New function.
11947 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11948 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11949 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11950 active region.
11951 (org-export-as-html): Handle QUOTE keyword.
11952 (org-quote-string): New option.
11953 (org-bookmark-jump-unhide): New function, used for
11954 `bookmark-after-jump-hook'.
11955 (org-diary-default-entry): Apply only when not called through
11956 `org-agenda'.
11957
11958 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11959
11960 * net/eudc.el (mode-popup-menu):
11961 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11962 * progmodes/ada-mode.el (compile-auto-highlight)
11963 (skeleton-further-elements):
11964 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11965 * progmodes/cmacexp.el (msdos-shells):
11966 * progmodes/compile.el (font-lock-extra-managed-props)
11967 (font-lock-keywords, font-lock-maximum-size)
11968 (font-lock-support-mode):
11969 * progmodes/grep.el (font-lock-lines-before):
11970 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11971 * progmodes/mixal-mode.el (compile-command):
11972 * progmodes/perl-mode.el (font-lock-comment-face)
11973 (font-lock-doc-face, font-lock-string-face):
11974 * progmodes/prolog.el (comint-prompt-regexp):
11975 * progmodes/sh-script.el (font-lock-comment-face)
11976 (font-lock-set-defaults, font-lock-string-face):
11977 * progmodes/sql.el (font-lock-keyword-face)
11978 (font-lock-set-defaults, font-lock-string-face):
11979 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11980 (itimer-version, lazy-lock-defer-contextually)
11981 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11982 Add defvars.
11983
11984 * progmodes/cperl-mode.el (cperl-electric-lbrace)
11985 (cperl-electric-keyword, cperl-electric-pod)
11986 (cperl-electric-backspace, cperl-forward-re)
11987 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11988 (vc-rcs-header, vc-sccs-header): Add defvars.
11989
11990 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11991 (font-lock-syntactic-keywords, gud-find-expr-function):
11992 Add defvars.
11993
11994 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11995 (gdb-frame-parameters): Declare before use.
11996
11997 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11998 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11999 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
12000 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
12001
12002 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
12003 (idlwave-help-with-source): Use `insert-buffer-substring', not
12004 `insert-buffer'.
12005
12006 2005-08-29 Juri Linkov <juri@jurta.org>
12007
12008 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
12009 Put outline-back-to-heading function call inside save-excursion.
12010
12011 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
12012
12013 * man.el (Man-init-defvars, Man-translate-references)
12014 (Man-support-local-filenames, Man-highlight-references):
12015 * progmodes/sql.el (sql-interactive-mode):
12016 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
12017
12018 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
12019 (compilation-mode-font-lock-keywords): Add defvars.
12020 (checkdoc-interactive-loop): "?\ " -> "?\s".
12021
12022 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
12023 (font-lock-doc-face, font-lock-string-face)
12024 (font-lock-keywords-case-fold-search): Add defvars.
12025 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
12026
12027 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
12028 Don't pass X and Y (they are ignored anyway).
12029 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
12030 (mouse-delete-window): Make arguments optional.
12031
12032 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
12033 (caesar-translate-table, minor-modes, news-buffer-save)
12034 (news-group-name, news-minor-modes): Add defvars.
12035
12036 * emacs-lisp/lselect.el (mouse-highlight-priority)
12037 (x-lost-selection-functions, zmacs-regions):
12038 * emacs-lisp/pp.el (font-lock-verbose):
12039 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
12040 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
12041 (ses-mode-map):
12042 * emacs-lisp/tcover-unsafep.el (safe-functions):
12043 * international/mule-cmds.el (mac-system-coding-system)
12044 (mac-system-locale):
12045 * language/ethio-util.el (rmail-current-message)
12046 (rmail-message-vector):
12047 * language/thai-util.el (thai-auto-composition-mode):
12048 * mail/metamail.el (rmail-current-message, rmail-message-vector):
12049 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
12050 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
12051 (vm-primary-inbox, vm-spool-files):
12052 * mail/rmail.el (deleted-head, font-lock-fontified)
12053 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
12054 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
12055 (total-messages):
12056 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
12057 (rmail-summary-mode-map):
12058 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
12059 (rmail-last-label, rmail-last-multi-labels)
12060 (rmail-summary-vector, rmail-total-messages):
12061 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
12062 * mail/rmailsum.el (msgnum):
12063 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
12064 (rmail-current-message):
12065 * obsolete/fast-lock.el (font-lock-face-list):
12066 * obsolete/rnewspost.el (mail-reply-buffer):
12067 * obsolete/scribe.el (compile-command):
12068 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
12069
12070 2005-08-28 John Paul Wallington <jpw@gnu.org>
12071
12072 * ibuf-ext.el (ibuffer-auto-update-changed):
12073 Use `frame-or-buffer-changed-p' to check whether we need to update.
12074 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
12075 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
12076 as a `frame-or-buffer-changed-p' state vector instead.
12077
12078 2005-08-27 Romain Francoise <romain@orebokech.com>
12079
12080 * textmodes/makeinfo.el (makeinfo-compile):
12081 Use `compilation-start'. Set `next-error-function' according to
12082 `disable-errors'.
12083 (makeinfo-next-error): New function.
12084 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
12085 (makeinfo-buffer): Likewise.
12086
12087 * progmodes/compile.el (compilation-start): Add autoload cookie.
12088
12089 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
12090 * textmodes/sgml-mode.el: Likewise.
12091 * progmodes/python.el: Likewise.
12092
12093 2005-08-27 Eli Zaretskii <eliz@gnu.org>
12094
12095 * simple.el (blink-matching-paren-distance): Document the meaning
12096 of nil value, and allow to customize to nil.
12097
12098 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
12099 command.com, not command.exe.
12100
12101 2005-08-26 John Wiegley <johnw@newartisans.com>
12102
12103 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
12104 code around a bit so that an extraneous nil argument is not added
12105 to a command when no args are given.
12106
12107 * eshell/esh-arg.el (eshell-parse-double-quote): If a
12108 double-quoted argument resolves to nil, return it as an empty
12109 string rather than as nil. This made it impossible to pass "" to
12110 a shell script as a null string argument.
12111
12112 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
12113
12114 * outline.el (outline-invent-heading): New fun.
12115 (outline-promote, outline-demote): Use it.
12116 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
12117 (outline-end-of-subtree): Remove unused var `opoint'.
12118
12119 2005-08-26 David Reitter <david.reitter@gmail.com>
12120
12121 * menu-bar.el (truncate-lines, write-file, print-buffer)
12122 (ps-print-buffer-faces, ps-print-buffer, split-window):
12123 Disable menu items when the frame they refer to is invisible, or when
12124 they refer to a buffer and the minibuffer is selected.
12125
12126 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
12127
12128 * progmodes/flymake.el (flymake-highlight-err-lines):
12129 Use save-excursion around flymake-highlight-line to preserve point.
12130
12131 2005-08-26 Eli Zaretskii <eliz@gnu.org>
12132
12133 * progmodes/octave-mod.el: Change Author and Maintainer address.
12134 (octave-maintainer-address): Change Kurt's email address.
12135 * progmodes/octave-inf.el: Change Author and Maintainer address.
12136 * progmodes/octave-hlp.el: Change Author and Maintainer address.
12137
12138 2005-08-26 Kim F. Storm <storm@cua.dk>
12139
12140 * subr.el (version-list-<, version-list-<=, version-list-=):
12141 Rename from integer-list-*.
12142 (version-list-not-zero): Likewise. Fix while loop.
12143 (version=): Use version-list-= instead of string-equal.
12144
12145 2005-08-26 Richard M. Stallman <rms@gnu.org>
12146
12147 * outline.el (outline-promote): Try shortening the heading.
12148 As last resort, read the heading to use.
12149 (outline-demote): As last resort, read the heading to use.
12150
12151 2005-08-26 Romain Francoise <romain@orebokech.com>
12152
12153 * progmodes/compile.el (compilation-start): Doc fix.
12154
12155 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
12156 (antlr-font-lock-additional-keywords): Fix reference to
12157 `antlr-font-lock-literal-regexp' erroneously changed during the
12158 mass face rename.
12159 (antlr-run-tool): Use `compilation-start'.
12160
12161 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
12162 instead of the obsolete `compile-internal'.
12163
12164 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
12165
12166 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
12167 (number, original-date):
12168 * calendar/cal-china.el (date):
12169 * calendar/cal-coptic.el (date):
12170 * calendar/cal-french.el (date):
12171 * calendar/cal-hebrew.el (date, entry, number, original-date):
12172 * calendar/cal-islam.el (date, number, original-date):
12173 * calendar/cal-iso.el (date):
12174 * calendar/cal-julian.el (date):
12175 * calendar/cal-mayan.el (date):
12176 * calendar/cal-menu.el (date, event):
12177 * calendar/cal-persia.el (date):
12178 * calendar/lunar.el (date):
12179 * calendar/solar.el (date): Add defvars.
12180
12181 * emerge.el:
12182 * ibuffer.el:
12183 * info-xref.el:
12184 * obsolete/bg-mouse.el:
12185 * obsolete/sun-curs.el:
12186 * obsolete/swedish.el: Move the `defvar's to the top level.
12187
12188 * smerge-mode.el (smerge-refined-change): Add :group.
12189
12190 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
12191
12192 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
12193 (smerge-keep-n): Remove props.
12194 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
12195 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
12196 now that it's done in smerge-keep-n.
12197 (smerge-refined-change): New face.
12198 (smerge-refine-chopup-region, smerge-refine-highlight-change)
12199 (smerge-refine): New funs.
12200 (smerge-basic-map): Bind smerge-refine.
12201
12202 2005-08-25 Juri Linkov <juri@jurta.org>
12203
12204 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
12205 compilation-process-setup-function and compilation-disable-input
12206 in grep-mode instead of let-bindings in grep.
12207
12208 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
12209 Delete "Automatic File De/compression" (auto-compression-mode).
12210
12211 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
12212
12213 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
12214 Silence warning about non-existent variable.
12215
12216 2005-08-25 Richard M. Stallman <rms@gnu.org>
12217
12218 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
12219 Rename "Describe Key" to "Describe Key or Mouse Operation".
12220
12221 * mail/mailalias.el (build-mail-aliases): Delete comments
12222 from the contents before processing them.
12223
12224 * isearch.el (isearch-edit-string): Erase the Search prompt
12225 if user enters an empty string and there is no default.
12226
12227 * comint.el (comint-file-name-prefix): Add autoload.
12228
12229 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
12230
12231 * subr.el (play-sound): Rearrange to avoid warning.
12232
12233 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
12234
12235 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
12236 New hook.
12237 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
12238
12239 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12240
12241 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
12242
12243 * custom.el (custom-theme-set-variables): Sort minor modes last.
12244
12245 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12246
12247 * subr.el (version-separator, version-regexp-alist): New vars used by
12248 version comparison funs.
12249 (integer-list-<, integer-list-=, integer-list-<=)
12250 (integer-list-not-zero): New funs for integer list comparison.
12251 (version-to-list, version=, version<, version<=): New funs for version
12252 comparison.
12253
12254 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
12255
12256 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
12257 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
12258 time to silence the byte-compiler.
12259
12260 * ibuffer.el (ibuffer-compile-make-eliding-form)
12261 (ibuffer-check-formats): Use `with-no-warnings' to hide references
12262 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
12263 so it's silly to get warnings for it).
12264 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
12265 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
12266 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
12267 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
12268 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
12269 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
12270 Defvar at compile time.
12271 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
12272 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
12273 Declare them before use.
12274
12275 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
12276 (info-xref-good, info-xref-bad): Defvar at compile time.
12277
12278 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
12279 Use `let*' instead of `let'.
12280
12281 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
12282 (*mouse-y*, menu, char): Defvar at compile time.
12283 (sc::menu): Declare it before use.
12284 (sc::pack-one-line): Use `let', not `let*'.
12285
12286 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
12287 (mail-send-hook): Defvar at compile time.
12288
12289 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
12290 Defvar at compile time.
12291
12292 * term/sun-mouse.el (current-global-mousemap)
12293 (current-local-mousemap): Declare them before use.
12294
12295 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
12296
12297 * bookmark.el (bookmark-after-jump-hook): New hook.
12298 (bookmark-jump): Run `bookmark-after-jump-hook'.
12299
12300 2005-08-23 Juri Linkov <juri@jurta.org>
12301
12302 * faces.el (minibuffer-prompt): Doc fix.
12303
12304 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
12305
12306 * progmodes/xscheme.el: Trivial changes to silence warnings.
12307 (xscheme-previous-mode, xscheme-previous-process-state):
12308 Add defvars.
12309 (xscheme-last-input-end, xscheme-process-command-line)
12310 (xscheme-process-name, xscheme-buffer-name)
12311 (xscheme-expressions-ring-max, xscheme-expressions-ring)
12312 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
12313 (xscheme-control-g-synchronization-p)
12314 (xscheme-control-g-disabled-p, xscheme-string-receiver)
12315 (default-xscheme-runlight, xscheme-runlight)
12316 (xscheme-runlight-string, xscheme-process-filter-state)
12317 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
12318 Move to beginning of file.
12319 (scheme-interaction-mode-commands-alist)
12320 (scheme-interaction-mode-map, scheme-debugger-mode-map):
12321 Declare them before use. Note: the initialization code for the variables
12322 has not been moved because it uses functions that reference the variables.
12323 (xscheme-control-g-message-string, xscheme-process-filter-alist)
12324 (xscheme-prompt-for-expression-map): Declare them before use.
12325 (scheme-debugger-mode-commands): "?\ " -> "?\s".
12326
12327 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12328
12329 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12330
12331 2005-08-22 Juri Linkov <juri@jurta.org>
12332
12333 * faces.el (set-face-underline): Delete this duplicate function
12334 and make an obsolete alias to set-face-underline-p.
12335 (set-face-underline-p): Use docstring of set-face-underline.
12336 (describe-face): Create hyperlink to parent face.
12337
12338 * info.el (Info-insert-dir): Use save-excursion around
12339 insert-buffer-substring.
12340 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12341 (Info-escape-percent): Delete function.
12342 (Info-fontify-node): Replace Info-escape-percent by
12343 replace-regexp-in-string with REP arg set to lambda that
12344 duplicates `%' and preserves text properties.
12345
12346 * progmodes/compile.el (compilation-disable-input): Doc fix.
12347 (define-compilation-mode): Doc fix and refill.
12348 (kill-compilation): Use `mode-name' in the error message.
12349 (compilation-find-file): Use `compilation-error' in the
12350 read-file-name's prompt.
12351
12352 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12353
12354 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12355 (smerge-auto-leave): Make undo re-enable the mode.
12356 (debug-ignored-errors): Add the user-error of impossible resolution.
12357 (smerge-resolve): Move things around a bit, in preparation for later.
12358 (smerge-diff): Don't fail if the buffer has no associated file.
12359 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12360 (smerge-conflict-overlay): New function.
12361 (smerge-match-conflict): Don't add text properties here.
12362 (smerge-find-conflict): Instead, add an overlay here.
12363 Also check for the case where we're inside a conflict already, so as to
12364 obviate the need for font-lock-multiline, which is unbearably slow with
12365 large conflicts and ciomplex font-lock patterns.
12366 (smerge-remove-props): Remove overlay rather than text-properties.
12367 (smerge-mode): Don't set font-lock-multiline.
12368 Remove overlays when turned off.
12369
12370 2005-08-21 Kim F. Storm <storm@cua.dk>
12371
12372 * ido.el (ido-ignore-item-p): Use save-match-data.
12373 Bind case-fold-search to ido-case-fold locally.
12374
12375 2005-08-20 Richard M. Stallman <rms@gnu.org>
12376
12377 * files.el (normal-mode): If font lock is on, turn it off and on.
12378
12379 * subr.el (replace-regexp-in-string): Doc fix.
12380
12381 * startup.el (command-line-1): Don't suppress startup screen
12382 due to existing processes.
12383
12384 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12385
12386 * progmodes/compile.el (compilation-disable-input): Default to nil.
12387
12388 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12389
12390 * progmodes/compile.el (compilation-disable-input): New defcustom.
12391 (compilation-start): If compilation-disable-input is non-nil, send
12392 EOF to the compilation process.
12393
12394 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12395
12396 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12397 Run the argument of tex-shell-cd-command through
12398 convert-standard-filename, to get the correct style of slashes on
12399 Windows, and enclose the result in quotes, in case the file name
12400 includes whitespace or other special characters.
12401
12402 2005-08-19 Andreas Schwab <schwab@suse.de>
12403
12404 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12405 process.
12406
12407 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12408
12409 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12410
12411 2005-08-18 Kim F. Storm <storm@cua.dk>
12412
12413 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12414
12415 2005-08-18 Richard M. Stallman <rms@gnu.org>
12416
12417 * scroll-lock.el: New file.
12418
12419 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12420
12421 * dired.el (dired-move-to-end-of-filename):
12422 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12423
12424 2005-08-18 Kim F. Storm <storm@cua.dk>
12425
12426 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12427 rather than toggle mode when custom value is nil.
12428 (ido-everywhere): Fix defun doc string.
12429
12430 2005-08-17 Richard M. Stallman <rms@gnu.org>
12431
12432 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12433 as tag instead of "Inviolable".
12434
12435 2005-08-17 Kim F. Storm <storm@cua.dk>
12436
12437 * windmove.el (windmove-coordinates-of-position): Remove.
12438 (windmove-coordinates-of-window-position): Remove.
12439 (windmove-reference-loc): Use posn-at-point instead.
12440
12441 * subr.el (insert-for-yank-1): Doc fix.
12442
12443 * ido.el (ido-enter-matching-directory): Rename from
12444 ido-enter-single-matching-directory. Change `slash' choice to
12445 `only'. Add `first' choice.
12446 (ido-exhibit): Adapt to above changes.
12447
12448 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12449
12450 * Makefile.in: Expand comment about building loaddefs.el.
12451
12452 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12453
12454 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12455 Comment use of defadvice.
12456
12457 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12458
12459 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12460
12461 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12462 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12463 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12464 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12465 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12466 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12467 for backward compatibility for faces that did not appear in the
12468 previous Emacs release.
12469
12470 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12471
12472 2005-08-15 Kim F. Storm <storm@cua.dk>
12473
12474 * emulation/cua-base.el (cua-delete-region): Return t if
12475 deleted region was non-empty.
12476 (cua-replace-region): Inhibit overwrite-mode for
12477 self-insert-command if replaced region was non-empty.
12478 (cua--explicit-region-start, cua--status-string): Make them
12479 buffer-local at top-level...
12480 (cua-mode): ...rather than when mode is enabled.
12481
12482 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12483
12484 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12485 Set t for Emacs 21, 22, and so on.
12486
12487 2005-08-15 David Ponce <david@dponce.com>
12488
12489 * tree-widget.el: Update Commentary header.
12490 (tree-widget-theme): Doc fix.
12491 (tree-widget-space-width): New option.
12492 (tree-widget-image-properties): Look up in the default theme too.
12493 (tree-widget--cursors): Only for images with arrow pointer shape.
12494 (tree-widget-lookup-image): Pointer shape is hand by default.
12495 (tree-widget-icon): Rename generic icon widget from
12496 `tree-widget-control'.
12497 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12498 derive from `tree-widget-icon'.
12499 (tree-widget-handle): Improve default look and feel of the text
12500 representation.
12501 (tree-widget): Rename :*-control properties to :*-icon properties.
12502 Add :action and :help-echo properties.
12503 (tree-widget-after-toggle-functions): Move.
12504 (tree-widget-close-node, tree-widget-open-node): Remove.
12505 (tree-widget-before-create-icon-functions): New hook.
12506 (tree-widget-value-create): Update to allow customization of icons
12507 and nodes at run-time via that new hook.
12508 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12509 (tree-widget-icon-action, tree-widget-icon-help-echo)
12510 (tree-widget-action, tree-widget-help-echo): New functions.
12511
12512 2005-08-15 Kim F. Storm <storm@cua.dk>
12513
12514 * ido.el (ido-buffer-internal): Use with-no-warnings.
12515 (ido-make-merged-file-list): Use while-no-input.
12516
12517 2005-08-15 Richard M. Stallman <rms@gnu.org>
12518
12519 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12520 (flyspell-large-region): Fix doc and custom type.
12521
12522 2005-08-14 Richard M. Stallman <rms@gnu.org>
12523
12524 * files.el (interpreter-mode-alist): Doc fix.
12525
12526 * mail/rmail.el (rmail-nonignored-headers): New variable.
12527 (rmail-clear-headers): Use it.
12528 (rmail-reply): Better handling of mail-followup-to header.
12529
12530 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12531 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12532 don't try to refer to executable-font-lock-keywords.
12533 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12534 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12535 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12536 (sh-mode): Set comment-start-skip, local-abbrev-table,
12537 imenu-case-fold-search.
12538 (sh-set-shell): Don't set them here.
12539 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12540 Don't cache the results in the original alist; don't ever modify
12541 that alist.
12542
12543 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12544
12545 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12546 empty.
12547
12548 2005-08-15 Andreas Schwab <schwab@suse.de>
12549
12550 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12551
12552 * dired.el, info.el, mail/rmail.el: Revert last change.
12553
12554 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12555
12556 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12557 modification in `eval-after-load' form.
12558 * info.el: Likewise.
12559 * mail/rmail.el: Likewise.
12560
12561 2005-08-14 Juri Linkov <juri@jurta.org>
12562
12563 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12564 Remove highlighting of "Compilation started". Highlight only
12565 the word "finished" in "Compilation finished". Add highlighting
12566 of "interrupt", "killed", "terminated" and the exit code.
12567 (compilation-start): Add newline after header. Use exactly the
12568 same time stamp format as the finishing message.
12569 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12570
12571 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12572 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12573 Add highlighting of "interrupt", "killed", "terminated".
12574
12575 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12576 enabled and the current command is self-insert-command, call it
12577 explicitly with overwrite-mode bound to nil, to not allow it
12578 to delete the character after the selected region.
12579
12580 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12581
12582 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12583 move-end-of-line, end-of-line, and beginning-of-line to the list
12584 of commands after which the echo area is updated.
12585
12586 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12587
12588 * cus-edit.el (custom-save-all, custom-save-delete):
12589 Bind recentf-exclude to exclude custom-file.
12590
12591 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12592
12593 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12594 to go to the bottom of the mail message. Added to
12595 `rmail-summary-mode-map' with key "/".
12596 (rmail-summary-show-message): New (internal) function for use by
12597 both `rmail-summary-beginning/end-of-message'.
12598 (rmail-summary-beginning-of-message): Change to use
12599 rmail-summary-show-message.
12600
12601 * mail/rmail.el (rmail-end-of-message): New command to go to the
12602 end of the current message. Added to `rmail-mode-map' with key "/".
12603 (rmail-beginning-of-message): Fix to work as documented.
12604 (rmail-mode): Change documentation.
12605
12606 * progmodes/compile.el (compilation-start): Add the line
12607 "Compilation started" with compilation start time.
12608 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12609
12610 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12611
12612 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12613 of menu items.
12614
12615 2005-08-11 Richard M. Stallman <rms@gnu.org>
12616
12617 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12618
12619 * battery.el (battery-status-function): Don't use ignore-errors.
12620
12621 2005-08-11 Lute Kamstra <lute@gnu.org>
12622
12623 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12624 define-obsolete-variable-alias.
12625
12626 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12627
12628 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12629 (ange-ftp-send-cmd): Revert last change, and expand
12630 the comment explaining the problem.
12631
12632 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12633
12634 * ldefs-boot.el: Update.
12635
12636 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12637 item to "Time, Load and Mail". Change help echo text.
12638
12639 * time.el (display-time-use-mail-icon, display-time-format)
12640 (display-time-string-forms): Shorten first line of docstrings.
12641
12642 2005-08-10 Lars Hansen <larsh@soem.dk>
12643
12644 * desktop.el (desktop-buffer-mode-handlers):
12645 Make non-customizable. Add autoload cookie. Change initial value to
12646 nil; add elements in respective modules instead. Fix doc string.
12647 (desktop-load-file): New function.
12648 (desktop-minor-mode-handlers): New autoloaded variable.
12649 (desktop-create-buffer): Call minor mode handlers.
12650 Use desktop-load-file to load major and minor mode modules prior to
12651 checking for a handler.
12652 (desktop-save): Don't add nil to desktop-minor-modes for minor
12653 modes with nil function in desktop-minor-mode-table. Don't delete
12654 desktop file before rewriting it.
12655 (desktop-locals-to-save): Add autoload cookie. Don't make
12656 automatically buffer-local. Add variables column-number-mode,
12657 size-indication-mode, indent-tabs-mode,
12658 indicate-buffer-boundaries, indicate-empty-lines and
12659 show-trailing-whitespace.
12660 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12661 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12662 (desktop-clear-preserve-buffers-regexp): Delete.
12663 (desktop-clear-preserve-buffers): Update initial value and docstring.
12664 (desktop-save-buffer): Fix doc string.
12665
12666 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12667 (hilit-chg-desktop-restore): New function.
12668 (highlight-changes-mode): Add highlight-changes-mode to
12669 desktop-locals-to-save.
12670
12671 * dired.el: Add handler to desktop-buffer-mode-handlers.
12672 (dired-restore-desktop-buffer): Remove autoload cookie.
12673 (dired-mode): Add autoload cookie.
12674
12675 * info.el: Add handler to desktop-buffer-mode-handlers.
12676 (Info-restore-desktop-buffer): Remove autoload cookie.
12677 (Info-mode): Add autoload cookie.
12678
12679 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12680 (mh-restore-desktop-buffer): Remove autoload cookie.
12681 (mh-folder-mode): Add autoload cookie.
12682
12683 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12684 (rmail-restore-desktop-buffer): Remove autoload cookie.
12685
12686 2005-08-11 Masatake YAMATO <jet@gyve.org>
12687
12688 * hexl.el (hexl-address-region):
12689 (hexl-ascii-region, hexl-font-lock-keywords):
12690 (hexl-highlight-line-range): Use the term "region"
12691 instead of "area" for consistency with the other symbols
12692 defined in hexl.el.
12693
12694 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12695
12696 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12697 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12698 out by Juri Linkov). Add `display-battery-mode'.
12699
12700 2005-08-09 Juri Linkov <juri@jurta.org>
12701
12702 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12703 Remove `-text' from face variable names.
12704 (compilation-error-file-name, compilation-warning-file-name)
12705 (compilation-info-file-name): Delete faces.
12706 (compilation-line-number, compilation-column-number):
12707 Remove face underlining.
12708 (compilation-message-face): Set to `underline' value by default.
12709 (compilation-error-face, compilation-warning-face)
12710 (compilation-info-face): Remove `-file-name' from face names.
12711 (compilation-error-text-face, compilation-warning-text-face)
12712 (compilation-info-text-face): Delete face variables.
12713 (compilation-text-face): Delete function.
12714
12715 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12716 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12717 (grep-error-face): Set to `compilation-error' instead of
12718 `compilation-error-face' (which is redefined to `grep-hit-face' in
12719 grep buffers).
12720 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12721 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12722
12723 * dired-aux.el (dired-do-query-replace-regexp):
12724 Use `query-replace-read-args'.
12725
12726 * replace.el (query-replace-read-from, query-replace-read-to)
12727 (query-replace-read-args): Rename arg `string' to `prompt'.
12728
12729 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12730
12731 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12732
12733 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12734 uploading files.
12735 (ange-ftp-canonize-filename): Handle file names beginning with ~
12736 correctly.
12737
12738 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12739
12740 * textmodes/fill.el (canonically-space-region)
12741 (fill-context-prefix, fill-french-nobreak-p)
12742 (fill-delete-newlines, fill-comment-paragraph)
12743 (justify-current-line): "?\ " -> "?\s".
12744
12745 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12746
12747 * textmodes/fill.el (fill-nonuniform-paragraphs):
12748 Improve argument/docstring consistency.
12749
12750 2005-08-09 Richard M. Stallman <rms@gnu.org>
12751
12752 * textmodes/ispell.el (ispell-word): More fboundp checks.
12753
12754 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12755 (find-file-noselect-1): Call it here, only if RAWFILE.
12756 (normal-mode): Always set some major mode.
12757 (save-some-buffers-action-alist): Change some explanation strings.
12758 (file-name-non-special): In the `quote' method, use unwind-protect.
12759
12760 2005-08-09 Magnus Henoch <mange@freemail.hu>
12761
12762 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12763 (ispell-have-aspell-dictionaries): New variable.
12764 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12765 (ispell-get-aspell-config-value): New function.
12766 (ispell-aspell-find-dictionary): New function.
12767 (ispell-aspell-add-aliases): New function.
12768 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12769 appropriate. Don't look for ispell dictionaries if we use aspell.
12770 (ispell-menu-map): Don't build a submenu of dictionaries.
12771
12772 2005-08-09 Richard M. Stallman <rms@gnu.org>
12773
12774 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12775 (sql-read-passwd): Use read-passwd.
12776
12777 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12778 (idlwave-toolbar-is-possible): Add defvars.
12779
12780 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12781 Avoid warnings.
12782
12783 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12784 (idlwave-system-class-info, idlwave-executive-commands-alist):
12785 Use defvar.
12786
12787 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12788
12789 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12790 Avoid warnings.
12791
12792 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12793 and content-type: headers.
12794
12795 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12796
12797 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12798 and rename some of them to be more self-explanatory.
12799
12800 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12801
12802 * startup.el (command-line-1): Implement -scriptload.
12803
12804 * replace.el (occur-engine): Initial *Occur* output not undoable.
12805
12806 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12807 and improve help strings.
12808
12809 * isearch.el (isearch-repeat): When changing direction,
12810 mark search successful.
12811
12812 * ediff-init.el: Use (featurep 'xemacs).
12813
12814 * comint.el (send-invisible): Identify buffer, if not selected.
12815
12816 * align.el: Delete autoload for c-guess-basic-syntax.
12817
12818 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12819
12820 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12821 Improve argument/docstring consistency. Doc fixes.
12822 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12823 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12824 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12825 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12826 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12827 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12828 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12829 Defvar at compile time.
12830
12831 2005-08-09 Juri Linkov <juri@jurta.org>
12832
12833 * info.el: Replace `info' with upper-case `Info' where appropriate.
12834 (info-title-1, info-title-2, info-title-3, info-title-4)
12835 (info-menu-header): Move up face definitions.
12836 (info-menu-star): Rename from `info-menu-5'.
12837 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12838 (Info-fontify-visited-nodes): Fix docstring.
12839 (Info-hide-note-references): Fix docstring.
12840 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12841 menu items in the same way as on cross-references.
12842 (info-apropos): Fix sorting order and formatting to be like in the
12843 stand-alone Info browser. Display error messages for 1 sec.
12844 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12845 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12846 from the menu bar.
12847 (Info-insert-dir): Restore point after calling
12848 `insert-buffer-substring'.
12849
12850 2005-08-08 Richard M. Stallman <rms@gnu.org>
12851
12852 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12853 (recompute-lucid-menubar): Add defvars.
12854
12855 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12856
12857 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12858
12859 * net/net-utils.el (run-dig): Rename from `dig'.
12860
12861 * play/gametree.el (gametree-mode): Use make-local-variable,
12862 not make-variable-buffer-local.
12863
12864 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12865
12866 * ansi-color.el (ansi-color-make-extent)
12867 (ansi-color-set-extent-face): Use fboundp, not functionp.
12868
12869 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12870 not make-variable-buffer-local.
12871
12872 * bookmark.el (Info-current-file): Add defvar.
12873 (bookmark-jump-noselect): Use with-no-warnings.
12874
12875 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12876
12877 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12878
12879 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12880
12881 * find-file.el (ada-procedure-start-regexp)
12882 (ada-package-start-regexp): Add defvars.
12883
12884 * info.el (Info-insert-dir): Use insert-buffer-substring.
12885
12886 * xml.el (xml-att-def-re): Add defvar.
12887
12888 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12889 calling convention.
12890
12891 * subr.el (while-no-input): Return t if there is input.
12892
12893 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12894
12895 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12896
12897 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12898
12899 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12900 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12901
12902 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12903
12904 * cmuscheme.el (scheme-start-file): Replace reference to
12905 `user-emacs-directory' by "~/.emacs.d/".
12906
12907 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12908
12909 * info.el (Info-dir-remove-duplicates): Avoid case folding
12910 in loop; instead, keep downcased strings for comparison.
12911 Suggested by Helmut Eller.
12912
12913 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12914
12915 Sync with Tramp 2.0.50.
12916
12917 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12918 XEmacs case; not necessary anymore.
12919 (tramp-user-regexp): Allow "@" as part of user name.
12920 (tramp-handle-set-visited-file-modtime)
12921 (tramp-handle-insert-file-contents)
12922 (tramp-handle-write-region): No special handling for
12923 `last-coding-system-used, because this is done in
12924 `tramp-accept-process-output' now.
12925 (tramp-accept-process-output): New defun.
12926 (tramp-process-one-action, tramp-process-one-multi-action)
12927 (tramp-wait-for-regexp, tramp-wait-for-output)
12928 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12929 Howells <dhowells@redhat.com>.
12930 (clear-visited-file-modtime): Defadvice removed. The check for
12931 unset buffer's modtime does not need to be based on
12932 `tramp-buffer-file-attributes'. Suggested by RMS.
12933 (tramp-message): Insert "\n" if not being at beginning of line.
12934 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12935 sequence with same logic.
12936 (tramp-completion-handle-expand-file-name): Discard call of
12937 `tramp-drop-volume-letter'. It is not necessary, and there have
12938 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12939 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12940 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12941 should always be visible.
12942 (tramp-handle-insert-directory, tramp-setup-complete)
12943 (tramp-set-process-query-on-exit-flag)
12944 (tramp-append-tramp-buffers): Pacify byte-compiler.
12945 (tramp-bug): Delete non-existing variables from list.
12946 Apply `tramp-load-report-modules' as pre-hook.
12947 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12948 `shell-prompt-pattern' because of non-7bit characters.
12949 Reported by Sebastian Luque <sluque@mun.ca>.
12950 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12951 (tramp-match-string-list): Remove function.
12952 (tramp-wait-for-regexp): Remove call of that function.
12953 Suggested by Kim F. Storm <storm@cua.dk>.
12954 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12955 instead of octal character code ?\600. The latter resulted in a
12956 syntax error with XEmacs.
12957
12958 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12959 XEmacs case; not necessary anymore.
12960 (tramp-smb-handle-write-region): No special handling for
12961 `last-coding-system-used, because this is done in
12962 `tramp-accept-process-output' now.
12963 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12964
12965 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12966
12967 * wid-edit.el (widget-choice-value-create):
12968 Unconditionally respect user choice. Set :explicit-choice back to nil
12969 when no longer needed.
12970 (widget-choice-action): Unconditionally respect user choice.
12971 Eliminate :explicit-choice-value.
12972
12973 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12974
12975 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12976 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12977 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12978 running new function `toggle-indicate-empty-lines'.
12979 Rename "Customize" item to "Customize fringe".
12980 Rename "Indicators" item to "Buffer boundaries" and change help echo.
12981 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12982 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12983 Delete "Empty lines only" item.
12984 (menu-bar-showhide-fringe-ind-customize): New function.
12985 (menu-bar-showhide-fringe-ind-mixed)
12986 (menu-bar-showhide-fringe-ind-box)
12987 (menu-bar-showhide-fringe-ind-right)
12988 (menu-bar-showhide-fringe-ind-left)
12989 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12990 instead of `fringe-indicators'.
12991
12992 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12993
12994 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12995 Change the date of last update.
12996
12997 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12998
12999 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
13000 (viper-exec-yank, viper-put-back): Don't display modification msg
13001 if in the minibuffer.
13002
13003 * viper-init.el (viper-replace-overlay-cursor-color)
13004 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
13005 Make variables frame local.
13006
13007 * viper-util.el (viper-append-filter-alist): Use append instead of
13008 nconc.
13009
13010 * viper.el (viper-vi-state-mode-list)
13011 (viper-emacs-state-mode-list): Move help-mode and
13012 completion-list-mode from the first list to the second.
13013 (viper-mode): Docstring.
13014 (viper-go-away, viper-non-hook-settings): Don't localize
13015 minor-mode-alist in newer Emacsen. Add advice to
13016 set-cursor-color. Don't bind "\C-c\\".
13017
13018 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
13019
13020 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
13021 (scheme-macro-expand-command): New user options.
13022 (scheme-trace-procedure, scheme-expand-current-form): New commands.
13023 (scheme-form-at-point, scheme-start-file)
13024 (scheme-interactively-start-process): New functions.
13025 (scheme-get-process): New function, extracted from `scheme-proc'.
13026 (run-scheme): Call `scheme-start-file' to get start file, and pass
13027 it to `make-comint'.
13028 (switch-to-scheme, scheme-proc):
13029 Call `scheme-interactively-start-process' if no Scheme buffer/process
13030 is available.
13031
13032 2005-08-06 Juri Linkov <juri@jurta.org>
13033
13034 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13035 Use `compilation-text-face', `compilation-info-text-face' and
13036 `compilation-error-text-face' instead of `font-lock-keyword-face'.
13037 (compilation-error): New face.
13038 (compilation-error-file-name): Inherit from
13039 `compilation-error' instead of `font-lock-warning-face'.
13040 (compilation-warning-file-name): Inherit from
13041 `compilation-warning' instead of `font-lock-warning-face'.
13042 (compilation-info, compilation-error-file-name)
13043 (compilation-warning-file-name, compilation-info-file-name)
13044 (compilation-line-number, compilation-column-number): Doc fix.
13045 (compilation-error-text-face, compilation-warning-text-face)
13046 (compilation-info-text-face): New face variables.
13047 (compilation-line-face, compilation-column-face)
13048 (compilation-enter-directory-face)
13049 (compilation-leave-directory-face): Doc fix.
13050 (compilation-text-face): New function.
13051
13052 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
13053 instead of 1 to display binary file names as info file links.
13054 (grep-error-face): Use `compilation-error-face' instead of
13055 `font-lock-keyword-face'.
13056 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
13057 and `compilation-warning-text-face' instead of
13058 `font-lock-keyword-face'. Use `compilation-error-text-face'
13059 instead of `grep-error-face'.
13060
13061 2005-08-05 Kenichi Handa <handa@m17n.org>
13062
13063 * international/code-pages.el: Add autoload cookies for all coding
13064 systems.
13065
13066 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
13067
13068 * cus-start.el (all): Put undo.c where it alphabetically belongs.
13069
13070 2005-08-04 Juri Linkov <juri@jurta.org>
13071
13072 * progmodes/compile.el (compilation-mode-map):
13073 * progmodes/grep.el (grep-mode-map):
13074 Bind TAB to `compilation-next-error' and [backtab] to
13075 `compilation-previous-error'.
13076
13077 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
13078 matching line numbers, column numbers and their ranges with regexp
13079 matching only line numbers.
13080 (grep-context-face): New face variable.
13081 (grep-mode-font-lock-keywords): Use it.
13082
13083 * faces.el (read-face-name): Delete duplicate faces.
13084
13085 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
13086
13087 * thumbs.el (thumbs-find-image): Don't make variables
13088 automatically buffer local.
13089 (thumbs-current-tmp-filename, thumbs-current-image-filename)
13090 (thumbs-image-num): Make automatically buffer local.
13091 (thumbs-show-thumbs-list): Use `make-local-variable', not
13092 `make-variable-buffer-local'.
13093 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
13094
13095 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
13096 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
13097 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
13098 (bother, bye, canyou, chatlst, continue, deathlst, describe)
13099 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
13100 (feelings-about, foullst, found, hello, history, howareyoulst)
13101 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
13102 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
13103 (neglst, obj, object, owner, please, problems, qlist)
13104 (random-adjective, relation, remlst, repetitive-shortness)
13105 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
13106 (shortlst, something, sportslst, stallmanlst, states, subj)
13107 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
13108 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
13109 Defvar at compile time.
13110
13111 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
13112 not `make-variable-buffer-local'.
13113
13114 2005-08-02 Kim F. Storm <storm@cua.dk>
13115
13116 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
13117 rectangle overlay in selected window.
13118
13119 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
13120
13121 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
13122 instead of display group. Make `indicate-buffer-boundaries'
13123 customizable through Custom.
13124
13125 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
13126
13127 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
13128 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
13129 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
13130 (gdb-put-string): Fix typos in docstrings.
13131
13132 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
13133
13134 Update copyright notices of files in progmodes directory for
13135 release of Emacs 22.1.
13136
13137 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
13138
13139 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
13140 Don't barf if the GUD buffer has been killed.
13141
13142 2005-08-01 Kim F. Storm <storm@cua.dk>
13143
13144 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
13145
13146 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
13147
13148 * simple.el (next-error-follow-minor-mode):
13149 make-variable-buffer-local -> make-local-variable.
13150
13151 * emacs-lisp/cl-extra.el: Require CL also when compiling.
13152
13153 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
13154 (byte-compile-form-make-variable-buffer-local): New functions to warn
13155 about misuses of make-variable-buffer-local where make-local-variable
13156 was meant.
13157
13158 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
13159
13160 * bs.el (bs-attributes-list): Doc fix.
13161 (bs): Update url-link.
13162
13163 * desktop.el (desktop-save-buffer): Fix typos in docstring.
13164 (desktop-load-default): Simplify.
13165
13166 * ibuffer.el (ibuffer-columnize-and-insert-list)
13167 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
13168 (ibuffer-unmark-all, ibuffer-toggle-marks)
13169 (ibuffer-unmark-forward, ibuffer-unmark-backward)
13170 (ibuffer-compile-make-format-form, ibuffer-format-column)
13171 (ibuffer-current-buffers-with-marks)
13172 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
13173 (ibuffer): Doc fix.
13174 (ibuffer-mode): Fix typo in docstring.
13175 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
13176 with `define-obsolete-variable-alias'.
13177 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
13178
13179 2005-07-29 Kenichi Handa <handa@m17n.org>
13180
13181 * international/mule-cmds.el (select-message-coding-system):
13182 Be sure to use LF for end-of-line. If no coding system is decided,
13183 return iso-8859-1-unix.
13184
13185 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
13186
13187 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
13188 (ange-ftp-pending-error-line): New vars.
13189 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
13190 to handle the non-fatal no-route-to-host messages.
13191 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
13192
13193 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
13194
13195 * isearch.el (isearch-mode-map, isearch-other-meta-char)
13196 (isearch-quote-char, isearch-printing-char)
13197 (isearch-text-char-description): "?\ " -> "?\s".
13198 (isearch-lazy-highlight-cleanup)
13199 (isearch-lazy-highlight-initial-delay)
13200 (isearch-lazy-highlight-interval)
13201 (isearch-lazy-highlight-max-at-a-time)
13202 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
13203 Declare with define-obsolete-*-alias macros.
13204 (isearch-forward): Fix typo in docstring.
13205 (search-invisible, search-ring-yank-pointer)
13206 (regexp-search-ring-yank-pointer): Doc fixes.
13207
13208 * recentf.el (recentf-menu-append-commands-p): Declare with
13209 `define-obsolete-variable-alias'.
13210 (recentf-max-saved-items, recentf-menu-filter)
13211 (recentf-arrange-by-rule-subfilter): Doc fixes.
13212 (recentf-menu-append-commands-flag)
13213 (recentf-initialize-file-name-history, recentf-expand-file-name)
13214 (recentf-clear-data): Fix typos in docstrings.
13215
13216 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
13217
13218 * progmodes/gdb-ui.el: Smarten comments.
13219 (gdb-info-breakpoints-custom): Use nowarn when finding file.
13220
13221 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13222
13223 * term/apollo.el (terminal-init-apollo): New function containing
13224 all former top level forms in the file.
13225 * term/bobcat.el (terminal-init-bobcat):
13226 * term/cygwin.el (terminal-init-cygwin):
13227 * term/iris-ansi.el (terminal-init-iris-ansi):
13228 * term/linux.el (terminal-init-linux):
13229 * term/news.el (terminal-init-news):
13230 * term/rxvt.el (terminal-init-rxvt):
13231 * term/sun.el (terminal-init-sun):
13232 * term/tvi970.el (terminal-init-tvi970):
13233 * term/vt100.el (terminal-init-vt100):
13234 * term/vt102.el (terminal-init-vt102):
13235 * term/vt125.el (terminal-init-vt125):
13236 * term/vt200.el (terminal-init-vt200):
13237 * term/vt201.el (terminal-init-vt201):
13238 * term/vt220.el (terminal-init-vt220):
13239 * term/vt240.el (terminal-init-vt240):
13240 * term/vt300.el (terminal-init-vt300):
13241 * term/vt320.el (terminal-init-vt320):
13242 * term/vt400.el (terminal-init-vt400):
13243 * term/vt420.el (terminal-init-vt420):
13244 * term/wyse50.el (terminal-init-wyse50):
13245 * term/xterm.el (terminal-init-xterm): Likewise.
13246
13247 * term/README: Describe the terminal-init-* functionality.
13248
13249 * startup.el (command-line): After loading the terminal initialization
13250 file call the corresponding terminal initialization function.
13251
13252 2005-07-27 Kenichi Handa <handa@m17n.org>
13253
13254 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
13255 negative.
13256
13257 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
13258 (ps-mule-composition-prologue): Fix for the case that
13259 RelativeCompose is false.
13260
13261 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13262
13263 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
13264
13265 * descr-text.el (describe-char): Handle the case where the list of
13266 chars is displayed in a separate frame.
13267 Be a bit more discriminating when looking for the char.
13268
13269 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
13270
13271 * bookmark.el (bookmark-automatically-show-annotations)
13272 (bookmark-read-annotation-text-func): Doc fixes.
13273 (bookmark-save): Improve argument/docstring consistency.
13274 (bookmark-get-bookmark, bookmark-get-bookmark-record)
13275 (bookmark-alist-from-buffer)
13276 (bookmark-upgrade-file-format-from-0)
13277 (bookmark-grok-file-format-version)
13278 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
13279 (bookmark-read-annotation-mode)
13280 (bookmark-insert-current-bookmark, bookmark-jump)
13281 (bookmark-exit-hook): Fix typos in docstrings.
13282 (bookmark-exit-hooks): Define as obsolete alias.
13283 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
13284 not `bookmark-exit-hooks'. Fix docstring.
13285 (bookmark-bmenu-select): "?\ " -> "?\s".
13286
13287 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
13288
13289 * startup.el (command-line): Fix typo.
13290
13291 2005-07-24 Richard M. Stallman <rms@gnu.org>
13292
13293 * tooltip.el (tooltip-mode): Test emacs-basic-display,
13294 not emacs-quick-startup.
13295
13296 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
13297
13298 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13299 (reb-next-match, reb-show-subexp): Use `with-selected-window'
13300 instead of `reb-with-current-window'.
13301 (reb-prev-match): Likewise. Also, don't move left if the search
13302 was unsuccessful.
13303 (reb-initialize-buffer): New function.
13304 (re-builder, reb-change-syntax): Use it.
13305
13306 * man.el (Man-goto-page): Make second argument NOERROR optional.
13307
13308 2005-07-23 Richard M. Stallman <rms@gnu.org>
13309
13310 * man.el (Man-bgproc-sentinel): Check here for failure to find
13311 any man page in the output, and report the error here.
13312 (Man-arguments): Make it permanent local.
13313 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
13314 (Man-mode): Pass t for NOERROR.
13315
13316 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
13317 (grep-mode-font-lock-keywords):
13318 Don't use compilation-...-face for messages that are not file names.
13319
13320 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13321 Don't use compilation-...-face for messages that are not file names.
13322
13323 2005-07-22 Juri Linkov <juri@jurta.org>
13324
13325 * startup.el (normal-splash-screen): Update menu name.
13326
13327 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13328
13329 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13330
13331 * term/xterm.el: Load term/rxvt if the terminal is actually an
13332 rxvt terminal.
13333 (xterm-rxvt-set-background-mode): Remove, not used anymore.
13334
13335 * term/rxvt.el (function-key-map): Use substitute-key-definition
13336 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
13337
13338 * term/cygwin.el: New file.
13339
13340 2005-07-22 Kim F. Storm <storm@cua.dk>
13341
13342 * image-file.el (insert-image-file, image-file-yank-handler):
13343 Fix last change to maintain a (unique) yank-handler on yanked images.
13344
13345 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
13346
13347 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13348 of the file size (as in "177B" for 177 bytes). This happens with
13349 "ls -lh" on FreeBSD.
13350
13351 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
13352
13353 * hilit-chg.el (highlight-changes-global-initial-state)
13354 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13355 (hilit-chg-fixup, highlight-changes-mode):
13356 Fix typos in docstrings.
13357 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13358 Doc fixes.
13359
13360 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13361
13362 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13363 mode function using `eval-after-load'.
13364
13365 2005-07-21 Kim F. Storm <storm@cua.dk>
13366
13367 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13368 included when reporting an emacs crash, and tell about the DEBUG file.
13369
13370 * image-file.el (insert-image-file): Add yank-handler.
13371 (image-file-yank-handler): Yank handler to make unique copies of
13372 images when they are yanked into a buffer next to each other.
13373
13374 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13375
13376 * comint.el (comint-use-prompt-regexp, comint-send-input)
13377 (comint-source-default, comint-extract-string)
13378 (comint-get-source, comint-word, comint-completion)
13379 (comint-source, comint-prompt-read-only, comint-update-fence):
13380 Fix typos in docstrings.
13381 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13382 Declare with define-obsolete-*-alias macros.
13383 (comint-previous-matching-input-from-input)
13384 (comint-next-matching-input-from-input)
13385 (comint-previous-matching-input, comint-next-matching-input)
13386 (comint-forward-matching-input):
13387 Improve argument/docstring consistency.
13388
13389 * desktop.el (desktop-clear-preserve-buffers-regexp):
13390 Also preserve the *server* buffer.
13391
13392 * simple.el (clone-indirect-buffer): Doc fix.
13393 (fixup-whitespace, just-one-space)
13394 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13395 (next-error, next-error-highlight)
13396 (next-error-highlight-no-select, next-error-last-buffer)
13397 (next-error-buffer-p, next-error-find-buffer, next-error)
13398 (previous-error, next-error-no-select, previous-error-no-select)
13399 (open-line, split-line, minibuffer-prompt-width, kill-new)
13400 (binary-overwrite-mode): Fix typos in docstrings.
13401 (set-fill-column): Fix typo in message.
13402
13403 * skeleton.el (skeleton-proxy-new): Doc fix.
13404
13405 * strokes.el (strokes-load-hook): Doc fix.
13406 (strokes-grid-resolution, strokes-get-grid-position)
13407 (strokes-renormalize-to-grid, strokes-read-stroke)
13408 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13409 (strokes-global-map): Fix typos in docstrings.
13410 (strokes-help): Doc fix. Fix help message and pass it through
13411 `substitute-command-keys'.
13412
13413 * tempo.el (tempo-insert-prompt, tempo-interactive)
13414 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13415 (tempo-insert-string-functions, tempo-local-tags)
13416 (tempo-define-template, tempo-insert-template)
13417 (tempo-insert-prompt-compat, tempo-is-user-element)
13418 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13419 Fix typos in docstrings.
13420
13421 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13422 (vcursor-key-bindings, vcursor-use-vcursor-map)
13423 (vcursor-find-window, vcursor-scroll-down)
13424 (vcursor-disable, vcursor-beginning-of-buffer)
13425 (vcursor-end-of-buffer): Fix typos in docstrings.
13426 (vcursor-relative-move, vcursor-get-char-count):
13427 Improve argument/docstring consistency.
13428
13429 * version.el: "?\ " -> "?\s".
13430
13431 * wid-edit.el (widget-default-create, widget-after-change)
13432 (widget-default-format-handler, widget-checklist-add-item)
13433 (widget-radio-add-item, widget-choose, widget-specify-secret)
13434 (widget-field-value-create, widget-field-value-get)
13435 (widget-editable-list-format-handler)
13436 (widget-editable-list-entry-create, widget-group-value-create)
13437 (widget-documentation-link-add)
13438 (widget-documentation-string-value-create): "?\ " -> "?\s".
13439 (widget-convert-text): Doc fix.
13440 (widget-narrow-to-field, widget-field-find)
13441 (widget-url-link-action, widget-emacs-library-link-action)
13442 (widget-color-notify): Fix typos in docstrings.
13443
13444 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13445 (x-select-text, set-w32-system-coding-system)
13446 (w32-add-charset-info): Fix typos in docstrings.
13447
13448 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13449 (cua-enable-cua-keys, cua-use-hyper-key)
13450 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13451 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13452
13453 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13454
13455 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13456 `defalias' instead of faking it.
13457
13458 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13459 (eshell-ls-missing, eshell-ls-dired-initial-args)
13460 (eshell-ls-use-in-dired): Fix typos in docstrings.
13461
13462 2005-07-20 Kim F. Storm <storm@cua.dk>
13463
13464 * emulation/cua-base.el (cua-mode): Improve doc string.
13465
13466 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13467
13468 * abbrev.el (expand-region-abbrevs): Doc fix.
13469 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13470 Improve argument/docstring consistency.
13471
13472 * arc-mode.el (archive-get-descr, archive-alternate-display):
13473 Doc fixes.
13474 (archive-l-e): Improve argument/docstring consistency.
13475 (archive-tmpdir, archive-unixdate, archive-unixtime)
13476 (archive-chmod-entry): Fix typos in docstrings.
13477 (archive-unflag, archive-unflag-backwards)
13478 (archive-unmark-all-files): "?\ " -> "?\s".
13479
13480 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13481 (Buffer-menu-not-modified, Buffer-menu-execute)
13482 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13483 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13484
13485 * composite.el (compose-string, encode-composition-rule)
13486 (compose-last-chars): Fix typos in docstrings.
13487
13488 * desktop.el (desktop-enable, desktop-basefilename):
13489 Declare with `define-obsolete-variable-alias'.
13490 (desktop-internal-v2s): Don't quote keywords.
13491 (desktop-clear): "?\ " -> "?\s".
13492
13493 * dired.el (dired-align-file, dired-flag-backup-files)
13494 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13495 (dired-listing-switches, dired-ls-F-marks-symlinks)
13496 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13497 (dired-directory, dired-faces, dired, dired-revert)
13498 (dired-mode, dired-summary, dired-view-file)
13499 (dired-copy-filename-as-kill, dired-delete-file)
13500 (dired-no-confirm, dired-unmark-all-marks)
13501 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13502 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13503 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13504 Fix typos in message strings.
13505
13506 * dired-x.el (virtual-dired): Declare with `defalias'.
13507 (dired-mark-unmarked-files, dired-local-variables-file)
13508 (dired-omit-here-always): Doc fix.
13509 (dired-omit-mode, dired-find-subdir)
13510 (dired-enable-local-variables, dired-clean-up-buffers-too)
13511 (dired-extra-startup, dired-mark-extension, dired-jump)
13512 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13513 (dired-smart-shell-command, dired-guess-shell-alist-user)
13514 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13515 (dired-x-bind-find-file, dired-x-submit-report):
13516 Fix typos in docstrings.
13517 (dired-mark-unmarked-files): "?\ " -> "?\s".
13518
13519 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13520
13521 * faces.el (describe-face): "?\ " -> "?\s".
13522 (read-all-face-attributes, read-face-font, modify-face)
13523 (face-attr-construct, italic): Fix typos in docstrings.
13524 (frame-update-face-colors): Declare with
13525 `define-obsolete-function-alias'.
13526
13527 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13528 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13529 (magic-mode-alist, buffer-file-numbers-unique)
13530 (write-file-functions, get-free-disk-space):
13531 Fix typos in docstrings.
13532 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13533 (write-contents-hooks, write-file-hooks):
13534 Declare with `define-obsolete-variable-alias'.
13535
13536 * forms-d2.el (arch-rj): Fix typo in docstrings.
13537 (arch-tocol): Likewise. "?\ " -> "?\s".
13538
13539 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13540 Fix typo in docstring.
13541 (set-screen-width, set-screen-height): Delete redundant info in
13542 doctrings.
13543 (new-frame, screen-height, screen-width): Declare with
13544 `define-obsolete-function-alias'.
13545 (delete-frame-hook, blink-cursor): Declare with
13546 `define-obsolete-variable-alias'.
13547
13548 * paths.el (prune-directory-list): Fix typos in docstring.
13549
13550 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13551 (cvs-prefix-get): Fix typos in docstrings.
13552
13553 * ps-print.el (ps-extend-face-list, ps-extend-face)
13554 (ps-print-background-image): Fix typos in docstrings.
13555 (ps-default-fg, ps-default-bg): Doc fixes.
13556
13557 * s-region.el (s-region-bind): Doc fix.
13558 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13559
13560 * textmodes/org.el (org-table-formula-substitute-names)
13561 (org-table-get-vertical-vector): Doc fixes.
13562 (org-table-recalculate): Remove unused argument to `message'.
13563
13564 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13565
13566 * textmodes/org.el (org-table-column-names)
13567 (org-table-column-name-regexp)
13568 (org-table-named-field-locations): New variables.
13569 (org-archive-subtree): Protect `this-command' when calling
13570 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13571 the kill buffer.
13572 (org-complete): Remove fixed-formula completion.
13573 (org-edit-formulas-map): New variable.
13574 (org-table-edit-formulas): New command.
13575 (org-finish-edit-formulas, org-abort-edit-formulas)
13576 (org-show-variable, org-table-get-vertical-vector): New functions.
13577 (org-table-maybe-eval-formula): Handle `:=' fields.
13578 (org-table-get-stored-formulas, org-table-store-formulas)
13579 (org-table-get-formula, org-table-modify-formulas)
13580 (org-table-replace-in-formulas): Handle named field formulas.
13581 (org-table-get-specials): Store locations of named fields.
13582
13583 2005-07-19 Juri Linkov <juri@jurta.org>
13584
13585 * progmodes/grep.el (grep-regexp-alist)
13586 (grep-mode-font-lock-keywords, grep-process-setup):
13587 Use default GNU grep match color "01;31m" instead of "01;41m".
13588 (grep-regexp-alist, grep-mode-font-lock-keywords):
13589 Use `\\[[0-9]*m' instead of `\\[00m'.
13590 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13591 sgr_start where its handling is more important. Use the real
13592 length of sgr_start instead of constant 8.
13593 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13594 specially. Delete all remaining escape sequences.
13595 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13596 (grep-regexp-alist): Make hyperlink only for binary file name
13597 instead of the whole line.
13598 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13599 (grep-mode): Add autoload.
13600
13601 * emacs-lisp/find-func.el (find-function-regexp):
13602 Add `define-compilation-mode'.
13603
13604 2005-07-19 Juri Linkov <juri@jurta.org>
13605
13606 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13607 (compare-windows-sync-string-size, compare-windows-recenter)
13608 (compare-windows-highlight, compare-windows): Add version 22.1.
13609 (compare-windows) <defface>: Inherit from lazy-highlight instead
13610 of duplicating its default value.
13611
13612 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13613 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13614
13615 * descr-text.el (describe-char): Create link buttons for `charset'
13616 and `code point'. Add the current input method name with a link
13617 button to `to input' field. Print face names of display table
13618 characters in `The display table entry is displayed by' section
13619 instead of printing face-id in the `display' field.
13620 Guess hardcoded faces and create a link button for them.
13621 Skip empty fields when calculating max-width.
13622 Treat `widget-create' specially while inserting strings from the
13623 collected field list.
13624 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13625
13626 * diff-mode.el (diff-file-header): Change foreground color from
13627 yellow to green on light backgrounds.
13628 (diff-context): Inherit from `shadow' only for color/grayscale
13629 with more than 88 colors.
13630 (diff-indicator-removed, diff-indicator-added)
13631 (diff-indicator-changed): New faces.
13632 (diff-font-lock-keywords): Use new faces. Regroup rules.
13633 Add "^---$" for `normal' diff format. Fontify `#' lines with
13634 font-lock-comment-delimiter-face and font-lock-comment-face.
13635 Add `#' to ^[^...] in the rule for `diff-context-face'.
13636
13637 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13638 a button-like box. Inherit from `highlight' on low colors.
13639 (shadow): Use shades of gray only for color/grayscale with
13640 more than 88 colors. Use green for light backgrounds with
13641 8 colors, and yellow for dark backgrounds with 8 colors.
13642
13643 * font-lock.el (font-lock-regexp-grouping-backslash):
13644 Don't inherit from escape-glyph (use bold for all cases).
13645
13646 * info.el (info-xref-visited): Use light foreground color `violet'
13647 for dark backgrounds instead of dark color `magenta3'.
13648 (info-title-1): Use `yellow' color for dark backgrounds.
13649
13650 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13651 too-light magenta2.
13652
13653 * replace.el (match): Use slightly more light RoyalBlue3 instead
13654 of dark RoyalBlue4.
13655
13656 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13657
13658 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13659
13660 * novice.el (disabled-command-hook): Declare it with
13661 `define-obsolete-variable-alias'.
13662
13663 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13664 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13665 (desktop-load-default): Add release to obsolescence info.
13666 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13667 (desktop-append-buffer-args, desktop-read):
13668 Fix typos in docstrings.
13669 (desktop-kill): Fix typo in message.
13670 (desktop-save): Doc fix.
13671
13672 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13673
13674 * viper-cmd.el (viper-escape-to-state): Bug fix.
13675 (viper-envelop-ESC-key): Change the definition of fast
13676 keysequence so it'll work with keyboard macros.
13677
13678 * ediff.el (ediff-patch-buffer): Change the docstring.
13679
13680 2005-07-19 Kenichi Handa <handa@m17n.org>
13681
13682 * international/mule-cmds.el (select-safe-coding-system): Try to
13683 use an auto-coding (if any) before anything else. If the found
13684 auto-coding is invalid, show a warning message.
13685
13686 * international/mule.el (find-auto-coding): New function created
13687 by modifying the body of set-auto-coding.
13688 (set-auto-coding): Use find-auto-coding to find a coding.
13689
13690 2005-07-18 Richard M. Stallman <rms@gnu.org>
13691
13692 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13693 not isearch-mode-end-hook-error.
13694 (allout-before-change-protect): Fix error message.
13695
13696 2005-07-18 Juri Linkov <juri@jurta.org>
13697
13698 * allout.el (allout-mode):
13699 * calculator.el (calculator-copy):
13700 * custom.el (custom-known-themes):
13701 * dired.el (dired-desktop-buffer-misc-data)
13702 (dired-restore-desktop-buffer):
13703 * dired-x.el (dired-omit-marker-char):
13704 * files.el (basic-save-buffer):
13705 * font-core.el (font-lock-mode):
13706 * calendar/calendar.el (calendar-goto-hebrew-date)
13707 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13708 (calendar-goto-persian-date):
13709 * language/ethio-util.el (ethio-sera-to-fidel-region):
13710 * textmodes/picture.el (picture-mode):
13711 Delete duplicate duplicate words.
13712
13713 2005-07-18 Juri Linkov <juri@jurta.org>
13714
13715 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13716 chars * ? } |.
13717 (isearch-fallback): Don't call `isearch-process-search-char'.
13718 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13719 (isearch-process-search-char): Call `isearch-fallback' for regexp
13720 chars * ? } |.
13721 (isearch-return-char): Make obsolete with `make-obsolete' instead
13722 of simply documenting it as obsolete in the docstring.
13723 (isearch-fallback): Refill docstring.
13724
13725 * international/isearch-x.el
13726 (isearch-process-search-multibyte-characters): Remove unneeded
13727 `concat'. Add intermediate values to `junk-hist' instead of
13728 `minibuffer-history'. Test the length of `str'.
13729
13730 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13731
13732 * allout.el (allout-resolve-xref): Fix typos in error strings.
13733 (allout-before-change-protect): Remove unneeded `concat'.
13734
13735 * array.el (array-mode, array-reconfigure-rows)
13736 (untabify-backward): Fix typos in docstrings.
13737 (array-reconfigure-rows): Use `insert-buffer-substring', not
13738 `insert-buffer'.
13739
13740 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13741 * progmodes/ada-mode.el (ada-make-body):
13742 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13743
13744 * dired.el (dired-log):
13745 * tar-mode.el (tar-subfile-save-buffer):
13746 * play/zone.el (zone-pgm-stress-destress):
13747 Use `insert-buffer-substring', not `insert-buffer'.
13748
13749 2005-07-17 Simon Josefsson <jas@extundo.com>
13750
13751 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13752
13753 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13754
13755 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13756 Add plain auth method.
13757 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13758
13759 2005-07-17 Kim F. Storm <storm@cua.dk>
13760
13761 * ido.el (dired-other-window): Add ido property.
13762
13763 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13764
13765 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13766 Fix typo in docstring.
13767 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13768 `insert-file-literally'.
13769
13770 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13771 info and delete redundant message. Doc fix.
13772 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13773 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13774
13775 2005-07-16 Richard M. Stallman <rms@gnu.org>
13776
13777 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13778 (byte-compile-and): Use byte-compile-and-recursion.
13779 (byte-compile-or-recursion): New function.
13780 (byte-compile-or): Use that.
13781 (byte-compile-if): Guard the else-clause too.
13782 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13783
13784 * isearch.el (isearch-mode-end-hook-quit): New variable.
13785 (isearch-done): Bind it.
13786 (isearch-mode-end-hook): Doc fix.
13787
13788 * allout.el (allout-isearch-did-quit): Variable deleted.
13789 (allout-real-isearch-abort): Function name no longer used.
13790 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13791 (allout-isearch-rectification): isearch-mode always exists.
13792 Don't set allout-isearch-did-quit.
13793 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13794 allout-isearch-did-quit.
13795 (allout-enwrap-isearch): Just add the hook.
13796 (allout-isearch-abort): Function deleted.
13797 (allout-pre-command-business): Avoid warning.
13798
13799 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13800 Correctly avoid warnings.
13801 (pascal-outline): Likewise.
13802
13803 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13804
13805 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13806
13807 * play/tetris.el (tetris-mode): Avoid warning.
13808
13809 * play/snake.el (snake-mode): Avoid warning.
13810
13811 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13812 (gamegrid-set-display-table): Avoid warning.
13813 (gamegrid-set-timer): Likewise.
13814 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13815 (gamegrid-add-score-with-update-game-score-1): Take FILE
13816 as argument.
13817 (gamegrid-add-score-with-update-game-score): Pass that argument.
13818 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13819
13820 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13821
13822 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13823 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13824
13825 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13826 and insert-file.
13827
13828 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13829 (sc-ask): Avoid warnings.
13830
13831 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13832 (eshell-hist-initialize): Use that var the natural way.
13833
13834 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13835
13836 * emacs-lisp/re-builder.el (reb-cook-regexp):
13837 Avoid warning calling lre-compile-string.
13838 (reb-color-display-p): Avoid warning.
13839
13840 * calculator.el (calculator-last-input): Guard uses
13841 of event-key and key-press-event-p.
13842 (event-key, key-press-event-p): Delete definitions.
13843
13844 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13845 (find-gc-source-directory, find-gc-subrs-callers)
13846 (find-gc-noreturn-list, find-gc-source-files)
13847 (find-gc-subrs-called): Vars renamed and defvar'd.
13848
13849 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13850 (checkdoc-overlay-put, checkdoc-delete-overlay)
13851 (checkdoc-overlay-start, checkdoc-overlay-end)
13852 (checkdoc-mode-line-update, checkdoc-char=):
13853 Define such that compiler knows they are defined.
13854 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13855 (checkdoc-read-event): Delete. Use read-event directly.
13856
13857 * whitespace.el (whitespace-make-overlay)
13858 (whitespace-overlay-put, whitespace-delete-overlay)
13859 (whitespace-overlay-start, whitespace-overlay-end):
13860 Define such that compiler knows they are defined.
13861 (whitespace): Move conditional inside.
13862
13863 * tempo.el (tempo-insert-template): Suppress warning.
13864
13865 * ediff-diff.el (longlines-mode): Add defvar.
13866
13867 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13868
13869 * server.el: Bind "C-x #" in a way that works even if C-x is
13870 redefined to a command key, not a prefix key.
13871
13872 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13873
13874 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13875 cl-make-type-test till execution time.
13876
13877 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13878
13879 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13880 arg ARG and use it.
13881
13882 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13883
13884 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13885
13886 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13887
13888 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13889 a defcustom with two :set or :type keywords.
13890
13891 2005-07-15 Richard M. Stallman <rms@gnu.org>
13892
13893 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13894 Don't give ^M comment-end syntax.
13895
13896 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13897
13898 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13899 Don't consider gdbmi (gdb-mi.el has its own update functions).
13900 (gdb-var-delete): Make it work for gdbmi as well.
13901 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13902
13903 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13904 (gud-speedbar-menu-items): Correct logic for enabling items.
13905
13906 2005-07-15 Kim F. Storm <storm@cua.dk>
13907
13908 * ido.el: Fix commentary.
13909 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13910 Use with-no-warnings around ffap-guesser.
13911 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13912 Let bind minibuffer-completing-file-name to t.
13913
13914 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13915
13916 * startup.el (site-run-file, keyboard-type): Doc fixes.
13917 (command-line): Check for "--basic-display" argument; also for
13918 "--quick", not "--bare-bones" (which was renamed).
13919 (fancy-splash-text): Add missing item "Getting New Versions".
13920 (normal-splash-screen): Fix typos and improve consistency with
13921 `fancy-splash-text'. Update copyright year.
13922
13923 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13924 valid binding for `help-char'.
13925
13926 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13927
13928 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13929
13930 * term.el (term-mode): Disable cua-mode for term buffers.
13931
13932 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13933
13934 * add-log.el (add-log-mailing-address, change-log-merge):
13935 Doc fixes.
13936 (change-log-get-method-definition): Fix typo in docstring.
13937
13938 2005-07-14 Kim F. Storm <storm@cua.dk>
13939
13940 * emulation/cua-base.el:
13941 (cua--pre-command-handler-1, cua--pre-command-handler)
13942 (cua--post-command-handler-1, cua--post-command-handler):
13943 Split in two. Check (buffer local) value of cua-mode.
13944 (cua-selection-mode): New command.
13945
13946 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13947
13948 * custom.el (custom-initialize-safe-set)
13949 (custom-initialize-safe-default): Doc fixes.
13950
13951 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13952 and simplify :init-value again.
13953
13954 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13955 and simplify :init-value again. Delete autoload.
13956
13957 * startup.el (command-line): Use `custom-reevaluate-setting' again
13958 for tooltip-mode.
13959
13960 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13961 a defcustom with two :initialize keywords.
13962
13963 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13964
13965 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13966 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13967 (allout-post-command-business, allout-flag-region)
13968 (isearch-reenable-font-lock, allout-yank)
13969 (allout-insert-latex-header, allout-insert-latex-trailer)
13970 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13971 (allout-latex-verb-quote): Fix typos in docstrings.
13972 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13973 (allout-unprotected, allout-prefix-data):
13974 Improve argument/docstring consistency.
13975 (allout-chart-subtree): Fix argument spec.
13976 (allout-open-topic): Rename `use_sib_bullet' argument to
13977 `use-sib-bullet'. Doc fix.
13978
13979 * whitespace.el (whitespace-check-buffer-leading)
13980 (whitespace-check-buffer-trailing)
13981 (whitespace-check-buffer-indent)
13982 (whitespace-check-buffer-spacetab)
13983 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13984 (whitespace-check-leading-whitespace)
13985 (whitespace-check-trailing-whitespace)
13986 (whitespace-check-spacetab-whitespace)
13987 (whitespace-check-indent-whitespace)
13988 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13989 (whitespace-modes): Fix typos in docstrings.
13990 (defgroup, defcustom): Doc fixes.
13991
13992 * winner.el (winner-mode, winner-boring-buffers)
13993 (winner-pending-undo-ring): Doc fixes.
13994 (winner-ring): Remove unneeded `progn'.
13995 (winner-equal): `defsubst' it.
13996 (winner-redo): Fix message.
13997
13998 2005-07-13 Kim F. Storm <storm@cua.dk>
13999
14000 * simple.el (line-move-1): Always use vertical-motion to
14001 do the last (or only) line move to ensure some movement.
14002 Undo 2005-06-23 change--don't check for overlays.
14003
14004 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14005
14006 * term/mac-win.el (ccl-encode-mac-roman-font)
14007 (ccl-encode-mac-centraleurroman-font)
14008 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
14009 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
14010 Change charset-id boundary of dimension to ?\xef.
14011 (mac-char-fontspec-list): New constant.
14012 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
14013 argument. Nil uses itself as family in font-spec. Previous
14014 behavior for nil is now provided by non-nil non-string argument.
14015 All callers changed. Add font-specs for Mac fonts to
14016 "fontset-default" unless iso8859-1 fonts are installed.
14017
14018 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
14019
14020 * progmodes/sh-script.el (sh-get-indent-info): Only indent
14021 a continuation line if the \ is preceded by SPC or TAB.
14022 (sh-get-indent-info): Simplify.
14023 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
14024 Use with-current-buffer.
14025
14026 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
14027 when the matched text is empty.
14028
14029 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
14030
14031 * startup.el (command-line): Revert to previous handling of
14032 tooltip-mode. Explain in comment why the complexity is needed.
14033
14034 * tooltip.el (tooltip-mode): Revert to previous implementation of
14035 its defcustom.
14036
14037 * frame.el (blink-cursor-mode): Revert to previous implementation
14038 of its defcustom. Update comment.
14039
14040 2005-07-12 Lars Hansen <larsh@soem.dk>
14041
14042 * desktop.el: Update e-mail address.
14043
14044 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14045
14046 * term/mac-win.el (mac-services-mail-selection)
14047 (mac-services-mail-to): New functions.
14048 (mac-application-menu-map): Bind them.
14049
14050 2005-07-12 wulei <milton@wulei.net> (tiny change)
14051
14052 * progmodes/gdb-ui.el: Add note about buffering with Windows.
14053
14054 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
14055
14056 * custom.el (custom-reevaluate-setting): Doc fix.
14057
14058 2005-07-11 Jay Belanger <belanger@truman.edu>
14059
14060 * calc/calc.el (calc-embedded-announce-formula-alist)
14061 (calc-embedded-open-close-plain-alist)
14062 (calc-embedded-open-close-mode-alist): Add checks for additional
14063 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
14064
14065 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
14066
14067 * custom.el (custom-enable-theme): Don't add theme to
14068 `custom-enabled-themes' with `push' because there is no
14069 setf-method for `delq'.
14070
14071 2005-07-11 Richard M. Stallman <rms@gnu.org>
14072
14073 * custom.el (custom-declare-variable): Doc fix.
14074
14075 * dired-aux.el (dired-compare-directories): Remove "." and ".."
14076 from the alists.
14077
14078 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
14079 Do nothing if edebug-active.
14080
14081 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
14082 (edebug-display): Do it here instead.
14083
14084 2005-07-10 Richard M. Stallman <rms@gnu.org>
14085
14086 * cus-face.el (custom-theme-set-faces): Make it work.
14087 (custom-reset-faces): Doc fix.
14088 (custom-theme-reset-internal-face, custom-theme-face-value):
14089 Functions deleted.
14090
14091 * custom.el (custom-push-theme): Maintain list of the settings
14092 of a given theme in its theme-settings property.
14093 Maintain position of old settings in the theme-value
14094 or theme-face property.
14095 (custom-enabled-themes): New variable.
14096 (custom-theme-enabled-p): New function.
14097 (provide-theme): Update custom-enabled-themes.
14098 Disable and reenable the `user' theme.
14099 (require-theme): Doc fix.
14100 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
14101 (custom-theme-value, custom-theme-variable-value): Likewise.
14102 (custom-theme-reset-internal): Likewise.
14103 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
14104 (custom-enable-theme, custom-disable-theme): New functions.
14105 (custom-variable-theme-value, custom-face-theme-value): Likewise.
14106 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
14107 (custom-theme-reset-variables): Simplify.
14108 (deftheme, custom-declare-theme, custom-make-theme-feature):
14109 Definitions moved.
14110
14111 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
14112
14113 * longlines.el (longlines-show-region)
14114 (longlines-unshow-hard-newlines): Recognize hard newlines by
14115 non-nil hard property, instead of t.
14116
14117 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
14118
14119 * viper-cmd.el (viper--key-maps): New variable.
14120 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
14121 emulation-mode-map-alists.
14122 (viper-envelop-ESC-key): Use viper-subseq.
14123 (viper-search-forward/backward/next): Disable debug-on-error.
14124
14125 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14126 (viper-ESC-key): New defcustoms.
14127
14128 * viper-macs.el (ex-map-read-args): Use viper-subseq.
14129
14130 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
14131 (viper-subseq): Copy of subseq from cl.el.
14132
14133 * viper.el (viper-go-away, viper-set-hooks): Use
14134 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
14135
14136 * viper-mous.el (viper-current-frame-saved): Use defvar.
14137
14138 * viper-init.el: Get rid of -face in face names.
14139
14140 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
14141 Make it work with longlines mode
14142
14143 * ediff-mult.el (ediff-meta-mode-hook): New variable.
14144
14145 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
14146
14147 * ediff-init.el: Get rid of -face in face names.
14148
14149 2005-07-10 Richard M. Stallman <rms@gnu.org>
14150
14151 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
14152 and with-timeout-unsuspend.
14153
14154 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
14155 and with-timeout-unsuspend.
14156
14157 * emacs-lisp/timer.el (with-timeout-timers): New variable.
14158 (with-timeout): Bind that variable to record timers.
14159 (with-timeout-suspend, with-timeout-unsuspend): New functions.
14160
14161 * emacs-lisp/debug.el (debug-help-follow): New function.
14162 (debugger-mode-map): Use that instead of help-follow.
14163 (debugger-setup-buffer): Use eval-buffer-list
14164 to handle eval-buffer frames.
14165
14166 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
14167
14168 * timezone.el (timezone-parse-date): Change first regexp
14169 so it will not mistakenly match dates with no time zone.
14170
14171 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
14172
14173 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
14174
14175 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
14176
14177 * custom.el (custom-initialize-safe-set)
14178 (custom-initialize-safe-default): New functions.
14179
14180 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
14181 and simplify :init-value.
14182
14183 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
14184 and simplify :init-value. Delete obsolete comment.
14185
14186 * startup.el (command-line): Use `custom-reevaluate-setting' to
14187 handle `tooltip-mode'. Delete obsolete comment.
14188
14189 * files.el (set-visited-file-name): Avoid calling
14190 `file-name-nondirectory' with a nil argument.
14191
14192 2005-07-09 Richard M. Stallman <rms@gnu.org>
14193
14194 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
14195 was called with nil for the buffer, handle the read position right.
14196 Handle read position for eval-region, too.
14197
14198 2005-07-09 Juri Linkov <juri@jurta.org>
14199
14200 * fringe.el (fringe-mode): Add period in docstring.
14201 (fringe-query-style): Build prompt depending on `all-frames' arg.
14202
14203 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
14204 to not create links to unrelated functions in the Help buffer.
14205
14206 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
14207 Doc fix.
14208
14209 * simple.el (next-error-hook): New variable.
14210 (next-error): Use it. Doc fix.
14211
14212 * textmodes/ispell.el (ispell-command-loop): Add current
14213 dictionary name and program name to mode-line-format.
14214 (ispell-region, ispell-process-line): Add current dictionary name
14215 and program name to messages.
14216
14217 2005-07-08 Jay Belanger <belanger@truman.edu>
14218
14219 * calc/calc.el (calc-embedded-announce-formula-alist)
14220 (calc-embedded-open-close-formula-alist)
14221 (calc-embedded-open-close-word-alist)
14222 (calc-embedded-open-close-plain-alist)
14223 (calc-embedded-open-close-new-formula-alist)
14224 (calc-embedded-open-close-mode-alist)
14225 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
14226 (calc-embedded-mode-hook): New variables.
14227
14228 * calc/calc-embed.el (calc-embedded-firsttime)
14229 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
14230 New variables.
14231 (calc-do-embedded): Use calc-embedded-firsttime,
14232 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
14233 determine whether or not to run hooks.
14234 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
14235 calc-embedded-firsttime-formula appropriately.
14236 Set calc-embedded delimiter variables according to mode.
14237
14238 2005-07-08 Richard M. Stallman <rms@gnu.org>
14239
14240 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
14241 Check for "emacs", etc., as entire symbol, not just as word.
14242 (checkdoc-file-comments-engine): Use regexp-quote on FN.
14243
14244 * files.el (set-visited-file-name): Report the error
14245 for "empty filename" earlier.
14246 (kill-some-buffers): Ignore buffers already dead.
14247
14248 * fringe.el (fringe-mode): Doc fix.
14249
14250 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14251 Check for (featurep 'xemacs) and turn off warnings in what it guards.
14252 Use unwind-protect to ensure byte-compile-unresolved-functions
14253 is updated.
14254
14255 * whitespace.el (whitespace-buffer-leading-cleanup):
14256 Simplify w/ skip-chars-forward.
14257 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
14258
14259 * mail/rmail.el (rmail-only-expunge): Fix paren error.
14260 Unconditionally try to leave point at the same old place.
14261
14262 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
14263
14264 * comint.el (comint-postoutput-scroll-to-bottom)
14265 (comint-show-maximum-output): Take scroll-margin into consideration.
14266
14267 2005-07-08 Kim F. Storm <storm@cua.dk>
14268
14269 * ido.el (ido-use-filename-at-point): New choice `guess'.
14270 (ido-file-internal): Try ffap-guesser if selected.
14271
14272 * ido.el (ido-before-fallback-functions): New hook.
14273 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
14274 (ido-read-file-name): Run it.
14275
14276 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
14277
14278 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
14279 strings rather than a list of symbols to the completion function.
14280
14281 2005-07-07 Jay Belanger <belanger@truman.edu>
14282
14283 * calc/calc-units.el (math-apply-units): Change the places in
14284 which units are simplified.
14285
14286 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
14287
14288 * cus-edit.el (customize-option, customize-option-other-window):
14289 Make them handle aliases.
14290
14291 * custom.el (custom-variable-p): Make it recursively follow
14292 aliases. Mention that in the docstring.
14293
14294 2005-07-07 Richard M. Stallman <rms@gnu.org>
14295
14296 * cus-start.el (exec-path): Use `directory' instead of `file'.
14297 Fix tag for nil.
14298
14299 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14300
14301 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
14302 when called non-interactively. Doc fix.
14303
14304 2005-07-07 Lute Kamstra <lute@gnu.org>
14305
14306 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
14307 new address as well.
14308
14309 2005-07-07 Kenichi Handa <handa@m17n.org>
14310
14311 * international/mule.el (make-coding-system):
14312 Describe `ascii-incompatible' property in the docstring.
14313 (set-file-name-coding-system): Signal an error if coding-system is
14314 ascii-incompatible.
14315 (set-keyboard-coding-system): Likewise.
14316
14317 * international/mule-cmds.el (set-default-coding-systems):
14318 Don't set default-file-name-coding-system and
14319 default-keyboard-coding-system if coding-system is ASCII-incompatible.
14320
14321 * international/utf-16.el: Declare that all UTF-16-based coding
14322 systems are ASCII-incompatible.
14323
14324 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
14325
14326 * progmodes/gud.el: Require font-lock for displaying errors.
14327 Used by gdb-ui.el.
14328
14329 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14330
14331 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14332 values for the pattern lists which are `read'able but not
14333 `append'able (like symbols).
14334
14335 2005-07-06 Richard M. Stallman <rms@gnu.org>
14336
14337 * progmodes/flymake.el (flymake-float-time): Instead of
14338 with-no-warnings, test for xemacs.
14339 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14340 to avoid warning.
14341
14342 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
14343
14344 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14345
14346 2005-07-05 Lute Kamstra <lute@gnu.org>
14347
14348 * battery.el: Add support for Darwin (with much debugging help
14349 from Samuel Lauber <sam124@operamail.com>).
14350 (battery-status-function, battery-echo-area-format)
14351 (battery-mode-line-format): Add support for pmset on Darwin.
14352 (battery-load-low, battery-load-critical): New user options.
14353 (battery-pmset): New function.
14354
14355 2005-07-05 Lute Kamstra <lute@gnu.org>
14356
14357 Update FSF's address in GPL notices.
14358
14359 * textmodes/page-ext.el: Update FSF's address.
14360
14361 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14362
14363 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14364 filling from using prefix when filling a single-line docstring.
14365
14366 * progmodes/flymake.el: Remove useless eval-when-compile.
14367
14368 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14369
14370 2005-07-04 Richard M. Stallman <rms@gnu.org>
14371
14372 * textmodes/org.el (org-file-apps-defaults-gnu):
14373 Rename from org-file-apps-defaults-linux.
14374 (org-default-apps): Don't test system-type for `linux'.
14375 (org-file-apps): Doc fix.
14376
14377 2005-07-04 David Ponce <david@dponce.com>
14378
14379 * tree-widget.el: Improve header Commentary section.
14380 (tree-widget) [defgroup]
14381 (tree-widget-image-enable, tree-widget-themes-directory)
14382 (tree-widget-theme, tree-widget-image-properties-emacs)
14383 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14384 (tree-widget-image-formats, tree-widget-control)
14385 (tree-widget-empty-control, tree-widget-leaf-control
14386 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14387 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14388 (tree-widget-keep, tree-widget-after-toggle-functions)
14389 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14390 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14391 :help-echo message.
14392 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14393 (tree-widget-image-properties): Doc fix. Clearer implementation.
14394 (tree-widget--cursors): New constant.
14395 (tree-widget-lookup-image): New function split from
14396 `tree-widget-find-image'. Clearer implementation.
14397 (tree-widget-find-image): Use it.
14398 (tree-widget-button-keymap): Use `set-keymap-parent'.
14399 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14400 Define the sub-widgets here.
14401 (tree-widget-node): Check that :node is not a tree-widget.
14402 (tree-widget-get-super, tree-widget-open-control)
14403 (tree-widget-close-control, tree-widget-empty-control)
14404 (tree-widget-leaf-control, tree-widget-guide)
14405 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14406 (tree-widget-no-handle, tree-widget-value-delete)
14407 (tree-widget-map): Remove.
14408 (tree-widget-children-value-save): Doc fix. Simplified.
14409 (tree-widget-value-create): Update according to previous changes.
14410
14411 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14412
14413 * textmodes/org.el: Leading space replaced by TABS.
14414 (org-recalc-marks, org-table-rotate-recalc-marks)
14415 (org-table-get-specials): Treat "^" and "_" marks.
14416 (org-table-justify-field-maybe): Optional argument NEW.
14417 (org-table-eval-formula): Parsing of the format simplified.
14418 New modes C,I. Honor the %= parameter in the current table.
14419 Avoid unnecessary re-align by using the NEW argument to
14420 `org-table-justify-field-maybe'.
14421 (org-calc-default-modes): Default for date-format mimicks org-mode.
14422 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14423
14424 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14425
14426 * cus-face.el (custom-theme-set-faces): Make it handle face
14427 aliases whose alias declarations are pre- or autoloaded.
14428
14429 2005-07-04 Juri Linkov <juri@jurta.org>
14430
14431 * faces.el (read-face-name): Put the code for getting a face name
14432 from the buffer before adding the faces from the `face' property.
14433 Use `completing-read-multiple' instead of `completing-read'.
14434 Require `crm'. Add default value and post-process the returned
14435 list of faces.
14436
14437 * emacs-lisp/crm.el (crm-find-current-element)
14438 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14439
14440 * emacs-lisp/lisp-mode.el (eval-defun-1):
14441 * emacs-lisp/edebug.el (edebug-eval-defun):
14442 Remove unnecessary quotes.
14443
14444 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14445
14446 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14447 (prolog-indent-level): Fix typo in docstring.
14448
14449 * info.el (Info-history, Info-history-forward)
14450 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14451
14452 * add-log.el (add-change-log-entry):
14453 * comint.el (comint-dynamic-list-input-ring)
14454 (comint-dynamic-list-completions):
14455 * dabbrev.el (dabbrev-expand):
14456 * delim-col.el (delimit-columns-rectangle-line):
14457 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14458 (diff-unified->context):
14459 * ediff-init.el (ediff-abbrev-jobname):
14460 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14461 (ediff-replace-session-activity-marker-in-meta-buffer):
14462 * info.el (Info-summary):
14463 * lpr.el (printify-region):
14464 * printing.el (pr-create-interface):
14465 * ps-print.el (ps-print-quote):
14466 * ses.el (ses-column-widths, ses-print-cell)
14467 (ses-adjust-print-width, ses-center):
14468 * shell.el (shell-file-name-quote-list):
14469 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14470 (strokes-fill-current-buffer-with-whitespace)
14471 (strokes-xpm-for-stroke, strokes-list-strokes)
14472 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14473 * term.el (term-dynamic-list-input-ring)
14474 (term-dynamic-list-completions):
14475 * calc/calc.el (math-format-stack-value):
14476 * emacs-lisp/edebug.el (edebug-display-freq-count):
14477 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14478 (delphi-new-comment-line):
14479 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14480 * progmodes/executable.el (executable-set-magic):
14481 * progmodes/python.el (inferior-python-mode):
14482 * progmodes/scheme.el (scheme-mode-syntax-table):
14483 * progmodes/sh-script.el (sh-maybe-here-document):
14484 * progmodes/sql.el (sql-copy-column):
14485 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14486 * textmodes/bibtex.el (bibtex-mode):
14487 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14488 (sgml-auto-attributes):
14489 * textmodes/table.el (table-insert, table-shorten-cell)
14490 (table--generate-source-scan-lines, table-delete-row)
14491 (*table--cell-delete-char, table--spacify-frame)
14492 (table--horizontally-shift-above-and-below)
14493 (table--cell-insert-char, table--cell-blank-str)
14494 (table--fill-region-strictly):
14495 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14496 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14497
14498 * add-log.el (change-log):
14499 * apropos.el (apropos):
14500 * comint.el (comint-completion, comint-source):
14501 * dabbrev.el (dabbrev):
14502 * delim-col.el (columns):
14503 * diff-mode.el (diff-mode):
14504 * ediff.el (ediff):
14505 * ediff-diff.el (ediff-diff):
14506 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14507 * ediff-mult.el (ediff-mult):
14508 * ediff-ptch.el (ediff-ptch):
14509 * ediff-wind.el (ediff-window):
14510 * facemenu.el (facemenu):
14511 * indent.el (indent):
14512 * info.el (info):
14513 * jka-cmpr-hook.el (compression, jka-compr):
14514 * lpr.el (lpr):
14515 * outline.el (outlines):
14516 * pcmpl-cvs.el (pcmpl-cvs):
14517 * pcmpl-rpm.el (pcmpl-rpm):
14518 * printing.el (printing):
14519 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14520 (ps-print-vertical, ps-print-headers, ps-print-font)
14521 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14522 (ps-print-background, ps-print-printer, ps-print-page)
14523 (ps-print-miscellany):
14524 * ses.el (ses):
14525 * shell.el (shell, shell-directories, shell-faces):
14526 * startup.el (initialization):
14527 * strokes.el (strokes):
14528 * term.el (term):
14529 * uniquify.el (uniquify):
14530 * w32-vars.el (w32):
14531 * calc/calc.el (calc):
14532 * emacs-lisp/bytecomp.el (bytecomp):
14533 * emacs-lisp/cl-indent.el (lisp-indent):
14534 * emacs-lisp/edebug.el (edebug):
14535 * emacs-lisp/elp.el (elp):
14536 * emacs-lisp/testcover.el (testcover):
14537 * emacs-lisp/trace.el (trace):
14538 * emulation/viper-ex.el (viper-ex):
14539 * emulation/viper-mous.el (viper-mouse):
14540 * mail/mailalias.el (mailalias):
14541 * mail/supercite.el (supercite, supercite-frames)
14542 (supercite-attr, supercite-cite, supercite-hooks):
14543 * net/rcompile.el (remote-compile):
14544 * net/rlogin.el (rlogin):
14545 * obsolete/ooutline.el (outlines):
14546 * progmodes/delphi.el (delphi):
14547 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14548 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14549 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14550 (ebnf-optimization):
14551 * progmodes/etags.el (etags):
14552 * progmodes/executable.el (executable):
14553 * progmodes/idlwave.el (idlwave):
14554 * progmodes/pascal.el (pascal):
14555 * progmodes/prolog.el (prolog):
14556 * progmodes/python.el (python):
14557 * progmodes/scheme.el (scheme):
14558 * progmodes/sh-script.el (sh, sh-script):
14559 * progmodes/sql.el (SQL):
14560 * progmodes/tcl.el (tcl):
14561 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14562 * textmodes/enriched.el (enriched):
14563 * textmodes/makeinfo.el (makeinfo):
14564 * textmodes/sgml-mode.el (sgml):
14565 * textmodes/table.el (table-hooks):
14566 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14567 * textmodes/texinfo.el (texinfo):
14568 * textmodes/two-column.el (two-column):
14569 Finish `defgroup' description with period.
14570
14571 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14572 * eshell/esh-var.el (eshell-var):
14573 * progmodes/vhdl-mode.el (vhdl-testbench):
14574 * textmodes/org.el (org): Fix typos in docstrings.
14575
14576 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14577 consistency.
14578
14579 * progmodes/flymake.el (flymake-find-file): Remove.
14580 (flymake-float-time): Use `with-no-warnings'.
14581 (flymake-check-start-time, flymake-check-was-interrupted)
14582 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14583 (flymake-new-err-info): `defvar' at compile time.
14584
14585 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14586
14587 * replace.el (occur-hook): Doc fix.
14588 (occur-1): Don't call `occur-hook' if there are no matches.
14589
14590 2005-07-03 Richard M. Stallman <rms@gnu.org>
14591
14592 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14593 global-map, save the same map.
14594 (global-map): Don't alter it at top level.
14595 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14596 Then alter it here instead.
14597 (tpu-edt-off): Set global-map to the saved one.
14598
14599 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14600 All references simplified.
14601 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14602 (zmacs-regions): Add defvar.
14603 (repeat-complex-command-map): Everything about that deleted.
14604
14605 * textmodes/artist.el (artist-key-is-drawing)
14606 (artist-key-endpoint1, artist-key-poly-point-list)
14607 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14608 (artist-key-compl-table, artist-rb-save-data)
14609 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14610 Don't put them in eval-when-compile.
14611 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14612
14613 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14614 Use with-no-warnings.
14615
14616 * net/browse-url.el (dos-windows-version): Add defvar.
14617
14618 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14619
14620 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14621 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14622 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14623 Add defvar.
14624 (rmail-summary-beginning-of-message): Use with-no-warnings.
14625 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14626
14627 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14628 Use with-no-warnings.
14629
14630 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14631 (c-mark-function): Add point-moving-unit property.
14632 (vi-goto-line): Use with-no-warnings.
14633
14634 * emulation/edt.el (edt-last-copied-word): Add defvar.
14635 (zmacs-region-stays): Likewise.
14636 (edt-mark-section-wisely): Use c-mark-function for C.
14637 Use makr-defun for Fortran.
14638 (time-string): defvar deleted.
14639 (edt-display-the-time): Don't set time-string.
14640
14641 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14642
14643 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14644 Don't warn when name is not constant
14645 or for defining the group `emacs'.
14646
14647 * tooltip.el (gud-tooltip-mode): Add defvar.
14648
14649 * startup.el (default-frame-background-mode): Add defvar.
14650
14651 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14652
14653 * info.el (tool-bar-map): Add defvar.
14654
14655 * dired.el (dnd-protocol-alist): Add defvar.
14656
14657 * dired-aux.el (dired-query): Display question with answer, when
14658 the user answers.
14659
14660 * custom.el (custom-add-option): Doc fix.
14661
14662 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14663
14664 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14665
14666 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14667 bogus name from the last change.
14668
14669 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14670
14671 * custom.el (custom-declare-variable): Fix typos in comment.
14672 (custom-known-themes): Doc fix.
14673 (custom-theme-directory): New defcustom.
14674 (require-theme): Make it check `custom-theme-directory'.
14675
14676 * cus-theme.el (custom-new-theme-mode): New function.
14677 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14678 (custom-theme-description): Add compiler defvars.
14679 (customize-create-theme): Add doc to the "*New Custom Theme*"
14680 buffer. Use `custom-new-theme-mode'.
14681 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14682 and save it to the `custom-theme-directory'. Make this the
14683 default directory of the buffer.
14684
14685 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14686
14687 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14688 Fix unbalanced parentheses.
14689
14690 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14691
14692 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14693 into flymake-mode and delegate to flymake-mode.
14694
14695 * find-file.el (ff-which-function-are-we-in): Clean up.
14696
14697 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14698
14699 * replace.el (occur-rename-buffer): Fix docstring.
14700
14701 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14702 (edt-last-copied-word, edt-learn-macro-count)
14703 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14704 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14705 (time-string, zmacs-region-stays):
14706 * emulation/edt-mapper.el (edt-save-function-key-map)
14707 (EDT-key-name): `defvar' to silence the byte-compiler.
14708
14709 2005-07-02 Martin Rudalics <rudalics@gmx.at>
14710
14711 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14712 font-lock-regexp-backslash. Doc fix.
14713 (font-lock-regexp-backslash-grouping-construct): Rename from
14714 font-lock-regexp-backslash-construct. Doc fix.
14715 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14716 grouping constructs.
14717
14718 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14719
14720 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14721 updating all the prerequisites.
14722
14723 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14724
14725 * textmodes/org.el (org-agenda-start-on-weekday)
14726 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14727 (org-agenda-use-time-grid, org-archive-location)
14728 (org-allow-space-in-links, org-usenet-links-prefer-google)
14729 (org-enable-table-editor, org-export-default-language)
14730 (org-export-html-show-new-buffer, org-fill-paragraph)
14731 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14732 (org-goto-quit, org-occur, org-eval-in-calendar)
14733 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14734 (org-agenda-diary-entry, org-remember-help)
14735 (org-table-convert-region, org-at-table-p)
14736 (org-table-move-row-down, org-table-move-row-up)
14737 (org-table-copy-region, org-table-toggle-vline-visibility)
14738 (org-table-get-stored-formulas, org-table-get-specials)
14739 (org-recalc-commands, org-table-eval-formula)
14740 (org-table-formula-substitute-names, orgtbl-make-binding)
14741 (org-format-org-table-html, org-format-table-table-html)
14742 (org-format-table-table-html-using-table-generate-source)
14743 (org-customize): Fix typos in docstrings.
14744 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14745 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14746 (org-back-to-heading): Doc fixes.
14747 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14748 (org-agenda-change-all-lines, org-get-header):
14749 Improve argument/docstring consistency.
14750 (orgtbl-error): Fix error message.
14751
14752 * progmodes/flymake.el (flymake-find-possible-master-files)
14753 (flymake-master-file-compare, flymake-get-line-err-count)
14754 (flymake-highlight-line, flymake-gui-warnings-enabled):
14755 Fix typos in docstrings.
14756 (flymake-parse-line, flymake-get-project-include-dirs-function)
14757 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14758 Doc fixes.
14759 (flymake-get-project-include-dirs-function)
14760 (flymake-make-err-menu-data):
14761 Improve argument/docstring consistency.
14762
14763 2005-07-01 Lute Kamstra <lute@gnu.org>
14764
14765 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14766 Catch errors with ignore-errors. Use temporary buffer.
14767 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14768
14769 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14770 background color faces.
14771 (facemenu-set-foreground, facemenu-set-background):
14772 Use facemenu-set-face-from-menu.
14773 (facemenu-set-face-from-menu): Treat face names that start with
14774 "fg:" or "bg:" as special.
14775 (facemenu-add-new-color): Don't create faces. Simplify.
14776
14777 2005-06-30 Richard M. Stallman <rms@gnu.org>
14778
14779 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14780 (crm-find-current-element): Likewise.
14781
14782 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14783
14784 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14785
14786 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14787
14788 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14789 (archive-mouse-extract): Make it an obsolete alias.
14790 (archive-mode-map): Don't use archive-mouse-extract any more.
14791 (archive-mode, archive-extract): write-contents-hooks ->
14792 write-contents-functions.
14793 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14794 first arg.
14795 (archive-rename-entry): Update the call.
14796 (archive-zip-summarize): Remove unused var `method'.
14797 (archive-lzh-summarize): Remove unused var `creator'.
14798
14799 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14800 dedicated frame upon exit.
14801
14802 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14803 (archive-zip-extract, archive-zip-expunge)
14804 (archive-zip-update, archive-zip-update-case): Use executable-find.
14805 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14806 Use restore-buffer-modified-p.
14807 (archive-extract, archive-add-new-member, archive-write-file-member):
14808 Use with-current-buffer.
14809 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14810
14811 2005-06-30 Andreas Schwab <schwab@suse.de>
14812
14813 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14814
14815 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14816
14817 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14818
14819 2005-06-30 Juri Linkov <juri@jurta.org>
14820
14821 * faces.el (vertical-border): Inherit from mode-line-inactive
14822 only on tty.
14823
14824 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14825
14826 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14827 example, -NLINES in the `occur' docstring).
14828
14829 * replace.el (occur-1): When no matches are found, do not set the
14830 `buffer-read-only' and modified flags for the occur buffer,
14831 because it is deleted.
14832
14833 * emulation/cua-base.el (cua-check-pending-input)
14834 (cua-repeat-replace-region, cua-mode, cua-debug)
14835 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14836 Fix typos in docstrings.
14837
14838 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14839 (cua-cut-region-to-global-mark)
14840 (cua--cut-rectangle-to-global-mark):
14841 Remove period from end of messages.
14842
14843 * emulation/cua-rect.el (cua-do-rectangle-padding):
14844 Remove period from end of messages.
14845 (cua--rectangle-seq-format): Fix typo in docstring.
14846 (cua-sequence-rectangle, cua-fill-char-rectangle):
14847 Improve argument/docstring consistency.
14848
14849 2005-06-29 Juri Linkov <juri@jurta.org>
14850
14851 * faces.el (default-frame-background-mode): New internal variable.
14852 (frame-set-background-mode): Use it.
14853
14854 * startup.el (normal-top-level): Set default-frame-background-mode
14855 instead of frame-background-mode. Before setting it, test for its
14856 nil value. Remove tests for frame-background-mode and frame
14857 parameter `reverse'. Add test for "unspecified-fg".
14858
14859 * term/xterm.el (xterm-rxvt-set-background-mode):
14860 * term/rxvt.el (rxvt-set-background-mode):
14861 Set default-frame-background-mode instead of frame-background-mode.
14862
14863 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14864
14865 * simple.el (set-variable): Warn about obsolete user variables.
14866
14867 * imenu.el (imenu--completion-buffer):
14868 * mouse.el (mouse-buffer-menu-alist):
14869 * msb.el (msb-invisible-buffer-p):
14870 * calendar/diary-lib.el (diary-header-line-format):
14871 * emacs-lisp/pp.el (pp-buffer):
14872 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14873 * textmodes/picture.el (picture-replace-match):
14874 Change space constants followed by a sexp to "?\s ".
14875
14876 * play/decipher.el (decipher-loop-with-breaks):
14877 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14878 constants "protected" from end of line by a comment to "?\s".
14879
14880 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14881
14882 * font-lock.el (save-buffer-state): Use `declare'.
14883
14884 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14885 reset the syntax-table to cperl-mode-syntax-table.
14886 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14887 "foo_print_bar" is not matched as a reserved keyword.
14888
14889 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14890
14891 * textmodes/org.el (orgtbl-setup): New function, for delayed
14892 setup for the orgtbl commands.
14893 (org-calc-default-modes): New option.
14894 (orgtbl-make-binding): Use `defun' to get better help display.
14895 (org-diary): Call `org-compile-prefix-format'.
14896 (org-table-formula-substitute-names): New function.
14897 (org-agenda-day-view, org-agenda-week-view): New commands.
14898 (org-agenda-toggle-week-view): Command removed.
14899 (org-tbl-menu): Split off from org-org-menu.
14900 (org-mode): Move removal of outline-mode menus to here.
14901 (org-table-formula-debug): New option.
14902 (org-table-insert-row): Keep first field if just "#" or "*".
14903 (org-mode): Paragraph regexps fixed.
14904 (org-table-recalculate-regexp): New constant.
14905 (org-table-justify-field-maybe): Avoid replace if not necessary.
14906 (org-copy-special, org-cut-special): Use `call-interactively'.
14907 (org-table-copy-region): Take region from `interactive' call.
14908 (org-trim): Return string even if no match.
14909 (org-formula): New face.
14910 (org-set-font-lock-defaults): No longer highlight "FIXME".
14911 But highlight formula-related fields in table.
14912 (org-table-p): Use regexp, not fontification.
14913 (org-table-align): Handle white space at end of line.
14914 (org-table-formula-evaluate-inline): New option.
14915 (org-mode): Auto-wrapping in comment lines turned off.
14916 (org-table-copy-down): Evaluate only in copied field, not in
14917 destination.
14918 (org-table-current-formula): Variable removed.
14919 (org-table-store-formulas, org-table-get-stored-formulas)
14920 (org-table-modify-formulas, org-table-replace-in-formulas)
14921 (org-table-maybe-eval-formula): New functions.
14922 (org-table-get-formula): Modify to use stored formulas.
14923 (org-table-insert-column, org-table-delete-column)
14924 (org-table-move-column): Call `org-table-modify-formulas'.
14925 (org-complete): Add completion for keyword formulas.
14926 (orgtbl-mode): Pull orgtbl-mode-map to start of
14927 minor-mode-map-alist.
14928
14929 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14930
14931 * progmodes/python.el (python-check): Require `compile' before
14932 modifying its variables.
14933
14934 * newcomment.el (comment-indent-default): Don't get fooled by an early
14935 end of buffer.
14936
14937 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14938
14939 * ps-print.el (ps-print-version): Fix version number.
14940
14941 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14942
14943 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14944
14945 2005-06-28 Richard M. Stallman <rms@gnu.org>
14946
14947 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14948 (flyspell-local-mouse-map): Declaration deleted.
14949 (flyspell-mouse-map): Bind only mouse-2.
14950 (flyspell-mode-map): Don't test flyspell-use-local-map.
14951 (flyspell-overlay-keymap-property-name): Var deleted.
14952 (flyspell-mode-on): Don't make local bindings for
14953 flyspell-mouse-map and flyspell-mode-map.
14954 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14955
14956 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14957
14958 * progmodes/compile.el (compilation-next-error-function):
14959 Don't switch buffers; operate on the current buffer.
14960
14961 * progmodes/compile.el (compilation-error-file-name)
14962 (compilation-warning-file-name, compilation-info-file-name)
14963 (compilation-line-number, compilation-column-number): New faces.
14964 (compilation-error-face, compilation-warning-face)
14965 (compilation-info-face, compilation-line-face)
14966 (compilation-column-face): Use them.
14967
14968 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14969
14970 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14971
14972 * bindings.el (global-map): Bind insertchar and its variants.
14973
14974 2005-06-27 Richard M. Stallman <rms@gnu.org>
14975
14976 * textmodes/artist.el (artist-text-overwrite)
14977 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14978
14979 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14980
14981 * ps-print.el: It was not working the page selection for printing.
14982 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14983 (ps-print-version): New version 6.6.7.
14984 (ps-end-sheet): New fun.
14985 (ps-header-sheet, ps-end-job): Call it.
14986
14987 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
14988
14989 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14990
14991 2005-06-27 Lute Kamstra <lute@gnu.org>
14992
14993 * facemenu.el (facemenu-unlisted-faces): Add foreground and
14994 background color faces.
14995 (facemenu-get-face): Delete function.
14996 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14997 (facemenu-add-new-color): Make second argument mandatory.
14998 Create the appropriate face and return it. Simplify.
14999 (facemenu-set-foreground, facemenu-set-background): Don't check if
15000 color is defined. Use return value of facemenu-add-new-color.
15001
15002 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
15003
15004 * progmodes/gud.el (gud-filter): Add missing argument to
15005 with-selected-window.
15006
15007 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
15008
15009 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
15010 a :require to the defcustom.
15011
15012 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
15013 defcustoms corresponding to minor modes.
15014
15015 2005-06-26 David Ponce <david@dponce.com>
15016
15017 * recentf.el: Require tree-widget instead of wid-edit.
15018 (recentf-filename-handler): Fix widget :type.
15019 (recentf-cancel-dialog, recentf-open-more-files)
15020 (recentf-open-files-action): Doc fix.
15021 (recentf-dialog-goto-first): New function.
15022 (recentf-dialog-mode-map): Set parent keymap first.
15023 (recentf-dialog-mode): Define with define-derived-mode.
15024 Don't display continuation lines in dialogs.
15025 (recentf-edit-list): Rename from recentf-edit-selected-items.
15026 (recentf-edit-list-select): Rename from recentf-edit-list-action.
15027 Simplify.
15028 (recentf-edit-list-validate): New function.
15029 (recentf-edit-list): Update accordingly.
15030 (recentf-open-files-item-shift): Remove.
15031 (recentf-open-files-item): Convert menu elements into tree and
15032 link widgets. Don't create the widgets.
15033 (recentf-open-files): Update accordingly.
15034 (recentf-save-list): Untabify.
15035
15036 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
15037
15038 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
15039 (keep-lines): Add INTERACTIVE arg. Never delete lines only
15040 partially contained in the active region. Do not take active
15041 region into account when called from Lisp, unless INTERACTIVE arg
15042 is non-nil. Use `forward-line' instead of `beginning-of-line' to
15043 avoid trouble with fields. Make marker point nowhere when no
15044 longer used. Always return nil. Doc fix.
15045 (flush-lines): Add INTERACTIVE arg. Do not take active region
15046 into account when called from Lisp, unless INTERACTIVE arg is
15047 non-nil. Use `forward-line' instead of `beginning-of-line' to
15048 avoid trouble with fields. Make marker point nowhere when no
15049 longer used. Always return nil. Doc fix.
15050 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
15051 interchangeable. Do not take active region into account when
15052 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
15053 message in echo area when called from Lisp, unless INTERACTIVE arg
15054 is non-nil. Avoid saying "1 occurrences". Do not use markers.
15055 Return the number of matches. Doc fix.
15056 (occur): Doc fix.
15057 (perform-replace): Make comment follow double space convention for
15058 the sake of `outline-minor-mode'.
15059
15060 * faces.el (facep): Doc fix.
15061
15062 2005-06-25 Richard M. Stallman <rms@gnu.org>
15063
15064 * facemenu.el (facemenu-enable-faces-p): New function.
15065 (facemenu-background-menu, facemenu-foreground-menu)
15066 (facemenu-face-menu): Add menu-enable property.
15067
15068 * jka-compr.el (jka-compr-insert-file-contents):
15069 Special handling if cannot find the uncompression program.
15070
15071 * cus-face.el (custom-face-attributes): Add autoload.
15072
15073 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15074 Bind comment-indent-function locally.
15075
15076 * window.el (save-selected-window): Use save-current-buffer.
15077
15078 * subr.el (with-selected-window): Use save-current-buffer.
15079
15080 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
15081 and with-current-buffer.
15082
15083 2005-06-24 Richard M. Stallman <rms@gnu.org>
15084
15085 * simple.el (line-move-1): Fix previous change.
15086
15087 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
15088
15089 * replace.el (occur-1): Set `buffer-read-only' and the
15090 buffer-modified flag before running `occur-hook' to protect
15091 against unintentional buffer switches that can lead to data loss.
15092
15093 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
15094
15095 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
15096 (gud-gdb-marker-filter): Use font-lock-warning-face for any
15097 initial error.
15098
15099 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
15100 after fresh input.
15101 (gdb-var-create-handler): Put name of expression in quotes.
15102
15103 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
15104
15105 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
15106 elements of RING in order, and without bogus nil elements.
15107
15108 2005-06-23 Richard M. Stallman <rms@gnu.org>
15109
15110 * simple.el (set-variable): Args renamed; doc fix.
15111 (line-move-1): When there are overlays around, use vertical-motion.
15112
15113 * faces.el (escape-glyph): Use brown against light background.
15114 (nobreak-space): Rename from no-break-space.
15115 Fix previous change.
15116
15117 * dired-aux.el (dired-do-copy): Fix arg prompt.
15118
15119 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
15120
15121 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
15122
15123 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
15124 rather than "Distributor".
15125
15126 2005-06-23 Lute Kamstra <lute@gnu.org>
15127
15128 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
15129 (debug-on-entry): Use it. New interactive declaration that uses
15130 function-called-at-point.
15131
15132 2005-06-23 Kim F. Storm <storm@cua.dk>
15133
15134 * subr.el (save-match-data): Add comment about using evaporate arg
15135 to set-match-data.
15136
15137 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
15138
15139 * cus-edit.el (customize-face)
15140 (customize-face-other-window): Handle face aliases.
15141
15142 * faces.el (face-documentation, set-face-attribute)
15143 (face-spec-set): Handle face aliases.
15144
15145 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
15146
15147 * help-mode.el (help-make-xrefs): If a symbol representing a face
15148 name is not followed by the word "face", it could still be a
15149 function or variable name, so don't bypass other checks.
15150
15151 2005-06-22 Juri Linkov <juri@jurta.org>
15152
15153 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
15154 Replace aliased functions with calls where second arg `inherit' is t.
15155
15156 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
15157
15158 * progmodes/gdb-ui.el (gdb-error): New variable.
15159 (gdb-error): New function.
15160 (gdb-annotation-rules): Act on error-begin and error annotations.
15161 (gdb-concat-output): Use font-lock-warning-face for errors.
15162
15163 2005-06-22 Miles Bader <miles@gnu.org>
15164
15165 * bindings.el (propertized-buffer-identification): Use renamed
15166 `Buffer-menu-buffer' face.
15167
15168 * faces.el (vertical-border): Rename from `vertical-divider'.
15169 (escape-glyph): Change dark-background color back to `cyan'.
15170
15171 2005-06-21 Juri Linkov <juri@jurta.org>
15172
15173 * faces.el (face-user-default-spec): Try getting `customized-face'
15174 prior to `saved-face'.
15175 (frame-background-mode): Refill docstring.
15176
15177 * emacs-lisp/lisp-mode.el (eval-defun-1):
15178 * emacs-lisp/edebug.el (edebug-eval-defun):
15179 Set `saved-face' temporarily to nil before calling form.
15180 Set `customized-face' to the new spec after that.
15181
15182 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15183
15184 * subr.el (1value, lambda, key-substitution-in-progress):
15185 Doc fixes.
15186
15187 * autoinsert.el (auto-insert-alist):
15188 * ses.el (ses-call-printer):
15189 * subr.el (noreturn):
15190 * emacs-lisp/lisp.el (check-parens):
15191 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
15192 * net/browse-url.el (browse-url-mosaic):
15193 * progmodes/cc-defs.el (c-safe-scan-lists):
15194 * progmodes/ebnf-abn.el (ebnf-abn-lex):
15195 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
15196 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
15197 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
15198 * progmodes/ebnf-iso.el (ebnf-iso-lex):
15199 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
15200
15201 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
15202
15203 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
15204
15205 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
15206
15207 * calendar/appt.el (appt-make-list): Activate the package, if
15208 not already active (for backwards compatibility).
15209
15210 2005-06-20 Kim F. Storm <storm@cua.dk>
15211
15212 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
15213
15214 2005-06-20 Miles Bader <miles@gnu.org>
15215
15216 * faces.el (vertical-divider): New face.
15217
15218 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
15219
15220 * simple.el (kill-whole-line): Doc fix.
15221 (next-error-buffer-p, next-error-find-buffer)
15222 (clone-indirect-buffer): Fix typos in docstrings.
15223 (comment-line-break-function): Doc fix: don't say variable
15224 is automatically buffer-local (it isn't).
15225
15226 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
15227
15228 * net/tramp-ftp.el (top):
15229 * net/tramp-smb.el (top):
15230 * net/tramp-util.el (top):
15231 * net/tramp-uu.el (top):
15232 * net/tramp-vc.el (top):
15233 * net/tramp.el (top): Revert copyright years back to original
15234 ones. Tramp has a life outside GNU Emacs.
15235
15236 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
15237
15238 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
15239
15240 2005-06-18 Juri Linkov <juri@jurta.org>
15241
15242 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
15243 end of first regexp to limit the match to the position between
15244 line number and source line with same separator character as used
15245 between file name and line number. In the second regexp limit
15246 mouse-face area to file name and line number by adding new group
15247 for them and referring it in HYPERLINK arg.
15248 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
15249 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
15250 previous line where grep markers may be already removed.
15251
15252 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
15253
15254 * progmodes/ps-mode.el: Update version and maintainer's email address.
15255
15256 2005-06-18 Steve Youngs <steve@xemacs.org>
15257
15258 * net/browse-url.el (browse-url-browser-function)
15259 (browse-url-default-browser): Add firefox.
15260 (browse-url-firefox-program, browse-url-firefox-arguments)
15261 (browse-url-firefox-startup-arguments)
15262 (browse-url-firefox-new-window-is-tab): New defcustoms.
15263 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
15264
15265 2005-06-17 Richard M. Stallman <rms@gnu.org>
15266
15267 * startup.el (command-line): Warn if specified user name has
15268 no home directory.
15269
15270 * term.el (term-get-old-input, term-input-filter, term-input-sender)
15271 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
15272
15273 * longlines.el (longlines-mode, longlines-show-hard-newlines):
15274 Doc fixes.
15275
15276 * faces.el (underline): Try bold if terminal doesn't support underline.
15277
15278 * mail/sendmail.el (mail-setup-with-from): New variable.
15279 (mail-insert-from-field): New function.
15280 (sendmail-send-it): Call it.
15281 (mail-setup): Optionally call it here.
15282
15283 * term/linux.el: Call tty-no-underline.
15284
15285 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
15286
15287 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
15288
15289 2005-06-17 Miles Bader <miles@gnu.org>
15290
15291 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
15292 (ediff-current-diff-C, ediff-current-diff-Ancestor)
15293 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
15294 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
15295 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
15296 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
15297 Remove "-face" suffix from face names.
15298 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15299 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15300 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15301 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15302 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15303 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15304 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15305 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15306 New backward-compatibility aliases for renamed faces.
15307 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15308 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15309 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15310 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15311 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15312 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15313 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15314 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15315 Use renamed ediff faces.
15316
15317 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
15318 Remove "-face" suffix from face names.
15319 (eshell-test-ok-face, eshell-test-failed-face):
15320 New backward-compatibility aliases for renamed faces.
15321 (eshell-run-test): Use renamed eshell-test faces.
15322
15323 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
15324 face name.
15325 (eshell-prompt-face): New backward-compatibility alias for renamed
15326 face.
15327 (eshell-emit-prompt): Use renamed eshell-prompt face.
15328
15329 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15330 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15331 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15332 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15333 Remove "-face" suffix from face names.
15334 (eshell-ls-directory-face, eshell-ls-symlink-face)
15335 (eshell-ls-executable-face, eshell-ls-readonly-face)
15336 (eshell-ls-unreadable-face, eshell-ls-special-face)
15337 (eshell-ls-missing-face, eshell-ls-archive-face)
15338 (eshell-ls-backup-face, eshell-ls-product-face)
15339 (eshell-ls-clutter-face):
15340 New backward-compatibility aliases for renamed faces.
15341 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15342
15343 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15344 Remove "-face" suffix from face name.
15345 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15346 instead of literal face.
15347
15348 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
15349
15350 * emacs-lisp/warnings.el (display-warning, lwarn)
15351 (warning-minimum-log-level): Doc fixes.
15352 (warning-minimum-level, warning-minimum-log-level):
15353 Add :debug to :type choices.
15354
15355 * progmodes/ada-mode.el (ada-format-paramlist)
15356 (ada-get-indent-case, ada-check-matching-start)
15357 (ada-check-defun-name, ada-goto-matching-decl-start)
15358 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15359 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15360 (ada-make-subprogram-body): Follow error conventions.
15361 (ada-case-exception-file, ada-indent-comment-as-code)
15362 (ada-indent-handle-comment-special, ada-indent-renames)
15363 (ada-indent-return, ada-search-directories-internal)
15364 (ada-tab-policy, ada-case-exception-substring)
15365 (ada-other-file-alist, ada-matching-start-re)
15366 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15367 (ada-imenu-generic-expression, ada-compile-goto-error)
15368 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15369 (ada-popup-menu, ada-add-extensions, ada-mode)
15370 (ada-region-selected, ada-create-case-exception)
15371 (ada-create-case-exception-substring, ada-after-keyword-p)
15372 (ada-activate-keys-for-case, ada-adjust-case-region)
15373 (ada-adjust-case-buffer, ada-format-paramlist)
15374 (ada-scan-paramlist, ada-insert-paramlist)
15375 (ada-indent-newline-indent)
15376 (ada-indent-newline-indent-conditional)
15377 (ada-justified-indent-current, ada-goto-previous-word)
15378 (ada-indent-current, ada-get-indent-open-paren)
15379 (ada-get-indent-paramlist, ada-get-indent-end)
15380 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15381 (ada-get-indent-block-start, ada-get-indent-subprog)
15382 (ada-get-indent-noindent, ada-get-indent-label)
15383 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15384 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15385 (ada-goto-stmt-end, ada-goto-next-word)
15386 (ada-check-matching-start, ada-check-defun-name)
15387 (ada-goto-matching-decl-start, ada-goto-matching-start)
15388 (ada-goto-matching-end, ada-search-ignore-string-comment)
15389 (ada-in-decl-p, ada-looking-at-semi-or)
15390 (ada-looking-at-semi-private, ada-in-paramlist-p)
15391 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15392 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15393 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15394 (ada-previous-package, ada-create-menu)
15395 (ada-fill-comment-paragraph-justify)
15396 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15397 (ada-other-file-name, ada-last-which-function-line)
15398 (ada-last-which-function-subprog, ada-which-function)
15399 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15400 (ada-gen-treat-proc, ada-check-emacs-version)
15401 (ada-continuation-indent, ada-align-region-separate):
15402 Fix typos in docstrings.
15403 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15404
15405 2005-06-16 Lute Kamstra <lute@gnu.org>
15406
15407 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15408 conditionally.
15409
15410 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15411
15412 * comint.el (comint-replace-by-expanded-filename)
15413 (comint-prompt-regexp, comint-delimiter-argument-list)
15414 (comint-preinput-scroll-to-bottom):
15415 * info.el (Info-hide-cookies-node):
15416 * ls-lisp.el (ls-lisp-classify):
15417 * find-file.el (ff-search-directories, ff-special-constructs)
15418 (ff-find-other-file):
15419 * font-lock.el (font-lock-keywords):
15420 * shell.el (shell-prompt-pattern)
15421 (shell-dynamic-complete-functions, shell-mode)
15422 (shell-delimiter-argument-list):
15423 * term.el (term-replace-by-expanded-filename)
15424 (term-prompt-regexp, term-delimiter-argument-list):
15425 * woman.el (woman-ignore, woman0-if):
15426 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15427 * emacs-lisp/elint.el (elint-init-env):
15428 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15429 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15430 * language/ethio-util.el (ethio-tilde-escape)
15431 (ethio-use-three-dot-question):
15432 * net/zone-mode.el (zone-mode-load-time-setup):
15433 * progmodes/cc-align.el (c-lineup-argcont):
15434 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15435 * progmodes/cperl-mode.el (cperl-set-style-back):
15436 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15437 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15438 Fix spellings in docstrings.
15439
15440 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15441 * progmodes/modula2.el (m2-for): Fix spellings.
15442
15443 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15444
15445 * simple.el (undo-more): Don't use `format' on `error' arguments.
15446 Improve argument/docstring consistency.
15447 (pending-undo-list): Doc fix.
15448
15449 * smerge-mode.el (smerge-ensure-match):
15450 * emulation/vip.el (vip-ex):
15451 * net/zone-mode.el (zone-mode-update-serial):
15452 * progmodes/idlwave.el (idlwave-complete):
15453 * progmodes/vhdl-mode.el (vhdl-visit-file)
15454 (vhdl-compose-wire-components):
15455 Don't use `format' on `error' arguments.
15456
15457 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15458 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15459 (tooltip-help-tips): Fix typos in docstrings.
15460
15461 2005-06-16 David Ponce <david@dponce.com>
15462
15463 * tree-widget.el (tree-widget-value-create): Simplify last change.
15464
15465 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15466
15467 * ido.el (ido-incomplete-regexp): New variable.
15468 (ido-set-matches-1): Handle invalid-regexp error and set
15469 ido-incomplete-regexp.
15470 (ido-incomplete-regexp): New face.
15471 (ido-completions): Use it.
15472 (ido-complete, ido-exit-minibuffer, ido-completions):
15473 Handle incomplete regexps.
15474 (ido-completions): Add check for complete match when entering a regexp.
15475
15476 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15477
15478 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15479
15480 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15481
15482 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15483 by field delimiters.
15484
15485 2005-06-15 David Ponce <david@dponce.com>
15486
15487 * tree-widget.el: eval-and-compile inlined functions so they will
15488 be available at run-time too.
15489 (tree-widget-super-format-handler)
15490 (tree-widget-format-handler): Remove.
15491 (tree-widget-value-create): Handle the :indent property.
15492
15493 2005-06-15 Miles Bader <miles@gnu.org>
15494
15495 * progmodes/which-func.el (which-func): Only inherit
15496 `font-lock-function-name-face' when that makes sense against the
15497 default mode-line face, otherwise set the face color explicitly.
15498
15499 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15500 faces instead of (non-existent) variables.
15501
15502 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15503
15504 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15505 (iswitchb-get-matched-buffers): Likewise. Simplify.
15506
15507 2005-06-14 Miles Bader <miles@gnu.org>
15508
15509 * progmodes/ld-script.el (ld-script-location-counter):
15510 Remove "-face" suffix from face name.
15511 (ld-script-location-counter-face):
15512 New backward-compatibility alias for renamed face.
15513 (ld-script-location-counter-face): Use renamed face.
15514
15515 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15516 (cperl-hash): Remove "-face" suffix from face names.
15517 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15518 New backward-compatibility aliases for renamed faces.
15519 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15520 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15521
15522 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15523 name.
15524 (which-func-face): New backward-compatibility alias for renamed face.
15525 (which-func-format): Use renamed which-func face.
15526
15527 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15528 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15529 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15530 names.
15531 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15532 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15533 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15534 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15535 (vhdl-speedbar-architecture-selected)
15536 (vhdl-speedbar-configuration-selected)
15537 (vhdl-speedbar-package-selected)
15538 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15539 names.
15540 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15541 Use renamed faces.
15542 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15543 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15544 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15545 Use renamed faces.
15546 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15547 names.
15548 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15549 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15550 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15551 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15552 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15553 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15554
15555 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15556 face name.
15557 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15558 (sh-heredoc-face): Use renamed sh-heredoc face.
15559
15560 * progmodes/idlw-help.el (idlwave-help-link):
15561 Remove "-face" suffix from face name.
15562 (idlwave-help-link-face):
15563 New backward-compatibility alias for renamed face.
15564 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15565
15566 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15567 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15568 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15569 New backward-compatibility aliases for renamed faces.
15570 (idlwave-shell-disabled-breakpoint-face)
15571 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15572
15573 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15574 Remove "-face" suffix from face names.
15575 (flymake-errline-face, flymake-warnline-face):
15576 New backward-compatibility aliases for renamed faces.
15577 (flymake-highlight-line): Use renamed flymake faces.
15578
15579 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15580 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15581 (ebrowse-member-class, ebrowse-progress):
15582 Remove "-face" suffix from face names.
15583 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15584 (ebrowse-file-name-face, ebrowse-default-face)
15585 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15586 (ebrowse-progress-face):
15587 New backward-compatibility aliases for renamed faces.
15588 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15589 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15590 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15591 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15592
15593 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15594 antlr-syntax)
15595 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15596 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15597 names.
15598 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15599 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15600 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15601 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15602 backward-compatibility aliases for renamed faces.
15603 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15604 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15605 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15606 remove "font-lock-". Use renamed antlr-mode faces.
15607 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15608 literal face-names with face variable references.
15609
15610 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15611 face name.
15612 (Buffer-menu-buffer-face): New backward-compatibility alias for
15613 renamed face.
15614 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15615
15616 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15617
15618 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15619 Eliminate "-face" suffix.
15620 (makefile-targets): Inherit from font-lock-function-name-face and
15621 eliminate "-face" suffix.
15622 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15623 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15624 actions, instead of prepending, to make it less visible.
15625 (makefile-previous-dependency, makefile-match-dependency):
15626 Don't match a target on a continuation line.
15627
15628 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15629
15630 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15631
15632 * progmodes/gdb-ui.el (menu): Re-order menu items.
15633 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15634
15635 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15636 Define in tooltip.el.
15637 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15638 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15639 gud-tooltip-echo-area.
15640
15641 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15642 backward compatibility and make obsolete.
15643 (tooltip-help-tips): Use tooltip-use-echo-area.
15644 (tooltip-show-help-function): Rename to...
15645 (tooltip-show-help): ...this, because it is a function.
15646 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15647
15648 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15649
15650 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15651 (edebug-print-length, edebug-print-level, edebug-print-circle)
15652 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15653 (edebug-eval-print-last-sexp): Doc fixes.
15654
15655 2005-06-14 Kim F. Storm <storm@cua.dk>
15656
15657 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15658 as the coverage buffer/file/both may change.
15659
15660 2005-06-14 Lute Kamstra <lute@gnu.org>
15661
15662 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15663 and run-mode-hooks. Simplify.
15664
15665 * mail/rmailedit.el (rmail-edit-mode):
15666 * progmodes/octave-inf.el (inferior-octave-mode):
15667 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15668
15669 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15670 and run-mode-hooks.
15671 (recentf-edit-list, recentf-open-files): Don't call
15672 kill-all-local-variables directly.
15673
15674 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15675
15676 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15677
15678 * emacs-lisp/byte-run.el (make-obsolete)
15679 (define-obsolete-function-alias): Rename arguments FUNCTION and
15680 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15681 (make-obsolete-variable, define-obsolete-variable-alias):
15682 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15683 respectively.
15684
15685 * isearchb.el (isearchb-activate):
15686 * pcvs.el (cvs-mode):
15687 * ses.el (ses-load):
15688 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15689 * net/tramp.el (tramp-find-file-exists-command)
15690 (tramp-find-shell):
15691 * progmodes/ada-mode.el (ada-create-case-exception)
15692 (ada-create-case-exception-substring, ada-make-subprogram-body):
15693 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15694 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15695 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15696 * textmodes/org.el (org-promote, org-evaluate-time-range)
15697 (org-agenda-next-date-line, org-agenda-previous-date-line)
15698 (org-agenda-error, org-open-at-point, org-table-move-row)
15699 (org-format-table-table-html-using-table-generate-source)
15700 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15701 * textmodes/reftex.el (reftex-access-scan-info):
15702 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15703 (reftex-toc-promote-prepare): Follow error conventions.
15704
15705 * diff-mode.el (diff-mode): Fix typo in docstring.
15706
15707 * forms.el (forms--intuit-from-file): Fix reference to
15708 `forms-number-of-fields' in error message.
15709 (forms-print): Fix quoting in error message.
15710
15711 * forms.el (forms-mode):
15712 * emulation/vi.el (vi-goto-insert-state):
15713 * progmodes/flymake.el (flymake-new-err-info)
15714 (flymake-start-syntax-check-for-current-buffer)
15715 (flymake-simple-cleanup):
15716 * eshell/esh-var.el (eshell/export):
15717 * progmodes/gud.el (xdb):
15718 * textmodes/flyspell.el (flyspell-incorrect-hook)
15719 (flyspell-maybe-correct-transposition)
15720 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15721
15722 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15723
15724 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15725 minibuffer prompt.
15726
15727 2005-06-13 Kim F. Storm <storm@cua.dk>
15728
15729 * subr.el (add-to-ordered-list): New defun.
15730
15731 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15732 add cua--keymap-alist to emulation-mode-map-alists.
15733
15734 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15735
15736 * subr.el (complete-in-turn): New macro.
15737 (dynamic-completion-table, lazy-completion-table): Add debug info.
15738
15739 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15740 in preference to face aliases.
15741
15742 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15743 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15744 Remove unused vars `start' and `firstline'.
15745 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15746 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15747
15748 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15749
15750 * cus-start.el (all): Don't complain about missing GTK-related
15751 variables, unless either `gtk' is boundp or this isn't a
15752 `windows-nt' build.
15753
15754 2005-06-13 Lute Kamstra <lute@gnu.org>
15755
15756 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15757 run-mode-hooks.
15758
15759 * ediff-mult.el (ediff-meta-mode):
15760 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15761
15762 * ledit.el (ledit-mode): Use delay-mode-hooks.
15763
15764 * woman.el (woman-mode-line-format): Delete constant.
15765 (woman-mode-map): Initialize it properly.
15766 (woman-mode): Set mode-class property to special.
15767 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15768 Set major-mode and mode-name. Don't set mode-line-format directly.
15769 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15770
15771 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15772 string argument obsolete.
15773
15774 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15775
15776 * textmodes/org.el (org-CUA-compatible): New option.
15777 (org-disputed-keys): New variable.
15778 (org-key): New function.
15779 (orgtbl-make-binding): Add docstring to the created function.
15780 (org-mode): Set paragraph start/separate regexps.
15781 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15782 (org-archive-location, org-archive-mark-done)
15783 (org-archive-stamp-time): New options.
15784 (org-archive-subtree): New command.
15785 (org-fill-paragraph): New function.
15786 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15787 (org-fake-empty-table-line): Function removed.
15788 (org-format-org-table-html): Do not create empty table lines at
15789 separator lines. Improved table header treatment.
15790 (org-link-format): New option.
15791 (org-make-link): New function.
15792 (org-insert-link, org-store-link): Use org-make-link.
15793 (org-open-file): Quote file name for shell command, to allow
15794 spaces in file names.
15795 (org-link-regexp): Fix bug with mailto link.
15796 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15797 New constants.
15798 (org-export-as-html): Deal with the optional angles around a link.
15799 Better treatment of file: links.
15800 (org-open-at-point): Replace @{ and @} with < and >.
15801 (org-run-mode-hooks): Function removed.
15802 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15803
15804 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15805
15806 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15807 MI command -data-list-register-values.
15808 (gdb-post-prompt): Indent properly.
15809
15810 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15811
15812 * hilit-chg.el (highlight-changes-colors): Rename from
15813 `highlight-changes-colours'.
15814 (highlight-changes-colours): Keep as obsolete alias.
15815 (highlight-changes-face-list): Doc fix.
15816 (hilit-chg-make-list): Use `highlight-changes-colors'.
15817
15818 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15819
15820 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15821 defun-prompt-regexp.
15822
15823 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15824
15825 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15826 and cygwin.
15827
15828 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15829 Don't use an old loaddefs.el, as in Makefile.in.
15830
15831 2005-06-12 Lute Kamstra <lute@gnu.org>
15832
15833 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15834
15835 * man.el (Man-mode-map): Initialize it properly.
15836 (Man-mode): Set mode-class property to special.
15837
15838 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15839
15840 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15841
15842 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15843 A newline is needed in the docstring there.
15844
15845 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15846 Doc fixes.
15847
15848 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15849
15850 * printing.el: Doc fix. The menubar is no more changed when printing
15851 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15852 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15853 (pr-version): New version number (6.8.4).
15854 (pr-menu-bind): New command.
15855 (pr-update-menus): Docstring and code fix.
15856 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15857 Docstring fix.
15858 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15859 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15860
15861 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15862
15863 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15864 "Returns" to "return", document useful return values, etc.
15865
15866 2005-06-11 Alan Mackenzie <acm@muc.de>
15867
15868 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15869 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15870 (adaptive-file-function): Minor amendment to doc-string.
15871
15872 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15873
15874 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15875 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15876 Fix :type--it is `integer', not `string'.
15877
15878 * faces.el (modeline-highlight): Rename from (the erroneous)
15879 `modeline-higilight'.
15880
15881 2005-06-11 Lute Kamstra <lute@gnu.org>
15882
15883 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15884 lisp-interaction-mode-map but make it the parent.
15885 (edebug-eval-mode): Use define-derived-mode.
15886
15887 2005-06-11 Andreas Schwab <schwab@suse.de>
15888
15889 * bindings.el: Add binding of `ESC functionkey' for every
15890 `M-functionkey'.
15891 * hexl.el (hexl-mode-map): Likewise.
15892
15893 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15894
15895 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15896 [msft]: update regexp for newer msft compilers.
15897
15898 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15899
15900 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15901 ATTLIST portions of included DTDs.
15902 (xml-parse-dtd): Eliminate use of inefficient match-data.
15903
15904 2005-06-10 Miles Bader <miles@gnu.org>
15905
15906 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15907 (mpuz-text): Remove "-face" suffix from face names.
15908 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15909 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15910 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15911
15912 * play/gomoku.el (gomoku-O, gomoku-X):
15913 Remove "-face" suffix from face names.
15914 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15915 New backward-compatibility aliases for renamed faces.
15916 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15917
15918 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15919
15920 * thumbs.el: Fixes for changes of 2005-06-09.
15921 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15922 as a directory.
15923 (thumbs-thumbname): Remove directory separator from format string;
15924 `thumbs-thumbsdir' now returns a valid directory name.
15925 (thumbs-temp-dir): New defsubst.
15926 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15927 Use it.
15928
15929 * cus-edit.el (minibuffer):
15930 * files.el (make-backup-file-name-function):
15931 * filesets.el (filesets-external-viewers):
15932 * hilit-chg.el (highlight-changes-colours)
15933 (highlight-changes-face-list, highlight-changes-rotate-faces):
15934 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15935 * kmacro.el (kmacro-call-macro):
15936 * log-edit.el (log-edit-changelog-full-paragraphs):
15937 * mouse.el (mouse-1-click-follows-link):
15938 * skeleton.el (skeleton-autowrap):
15939 * subr.el (insert-for-yank-1):
15940 * tempo.el (tempo-insert-region):
15941 * terminal.el (terminal-emulator):
15942 * time.el (display-time-mail-face):
15943 * vc.el (vc-annotate):
15944 * vcursor.el (vcursor-copy-line):
15945 * woman.el (woman-bold-headings, woman-ignore)
15946 (woman-default-faces, woman-monochrome-faces):
15947 * calendar/todo-mode.el (todo-insert-threshold):
15948 * emulation/pc-select.el (pc-select-selection-keys-only)
15949 (pc-selection-mode):
15950 * emulation/vip.el (vip-find-char-forward):
15951 * emulation/viper-cmd.el (viper-find-char-forward):
15952 * international/mule-cmds.el
15953 (select-safe-coding-system-accept-default-p)
15954 (input-method-exit-on-invalid-key):
15955 * international/mule-diag.el (describe-coding-system):
15956 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15957 * net/browse-url.el (browse-url-xterm-program):
15958 * obsolete/lazy-lock.el (lazy-lock-mode):
15959 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15960 (cperl-mode):
15961 * progmodes/cpp.el (cpp-face-light-name-list)
15962 (cpp-face-dark-name-list):
15963 * progmodes/delphi.el (delphi-newline-always-indents):
15964 Fix spellings in docstrings.
15965
15966 * ido.el (ido-mode, ido-file-extensions-order)
15967 (ido-default-file-method, ido-default-buffer-method)
15968 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15969 (ido-decorations, ido-read-file-name-as-directory-commands)
15970 (ido-read-file-name-non-ido, ido-work-directory-list)
15971 (ido-ignore-item-temp-list, ido-current-directory)
15972 (ido-magic-forward-char, ido-enter-find-file)
15973 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15974 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15975
15976 2005-06-10 Lute Kamstra <lute@gnu.org>
15977
15978 * play/dunnet.el (dun-mode): Use define-derived-mode.
15979 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
15980 obsolete alias.
15981
15982 * play/doctor.el (doctor-mode-map): Remove defvar.
15983 (doctor-mode): Use define-derived-mode.
15984
15985 * mail/mspools.el (mspools-mode):
15986 * net/eudc-hotlist.el (eudc-hotlist-mode):
15987 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15988
15989 2005-06-10 Miles Bader <miles@gnu.org>
15990
15991 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15992 Remove "-face" suffix from face names.
15993 (flyspell-incorrect-face, flyspell-duplicate-face):
15994 New backward-compatibility aliases for renamed faces.
15995 (flyspell-mode-on, make-flyspell-overlay)
15996 (flyspell-highlight-incorrect-region)
15997 (flyspell-highlight-duplicate-region)
15998 (flyspell-display-next-corrections)
15999 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
16000
16001 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
16002 from face name.
16003 (texinfo-heading-face): New backward-compatibility alias for
16004 renamed face.
16005 (texinfo-heading-face): Use renamed texinfo-heading face.
16006
16007 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
16008 suffix from face names.
16009 (tex-math-face, tex-verbatim-face):
16010 New backward-compatibility aliases for renamed faces.
16011 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
16012 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
16013 literal face name.
16014
16015 * textmodes/table.el (table-cell): Remove "-face" suffix from face
16016 name.
16017 (table-cell-face): New backward-compatibility alias for renamed face.
16018 (table--put-cell-face-property, table--update-cell-face):
16019 Use renamed table-cell face.
16020
16021 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
16022 from face name.
16023 (sgml-namespace-face): New backward-compatibility alias for
16024 renamed face.
16025 (sgml-namespace-face): Use renamed sgml-namespace face.
16026
16027 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
16028 (org-level-4, org-level-5, org-level-6, org-level-7)
16029 (org-level-8, org-warning, org-headline-done)
16030 (org-deadline-announce, org-scheduled-today)
16031 (org-scheduled-previously, org-link, org-done, org-table)
16032 (org-time-grid): Remove "-face" suffix from face names.
16033 (org-level-1-face, org-level-2-face, org-level-3-face)
16034 (org-level-4-face, org-level-5-face, org-level-6-face)
16035 (org-level-7-face, org-level-8-face, org-warning-face)
16036 (org-headline-done-face, org-deadline-announce-face)
16037 (org-scheduled-today-face, org-scheduled-previously-face)
16038 (org-link-face, org-done-face, org-table-face)
16039 (org-time-grid-face):
16040 New backward-compatibility aliases for renamed faces.
16041 (org-level-faces, org-set-font-lock-defaults, org-timeline)
16042 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
16043 (org-agenda-get-timestamps, org-agenda-get-scheduled)
16044 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
16045
16046 * emulation/viper-init.el (viper-search, viper-replace-overlay)
16047 (viper-minibuffer-emacs, viper-minibuffer-insert)
16048 (viper-minibuffer-vi): Remove "-face" suffix from face names.
16049 (viper-search-face, viper-replace-overlay-face)
16050 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
16051 (viper-minibuffer-vi-face):
16052 New backward-compatibility aliases for renamed faces.
16053 (viper-search-face, viper-replace-overlay-face)
16054 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
16055 (viper-minibuffer-vi-face): Use renamed viper faces.
16056
16057 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
16058 Remove "-face" suffix from face names.
16059 (testcover-nohits-face, testcover-1value-face):
16060 New backward-compatibility aliases for renamed faces.
16061 (testcover-mark): Use renamed testcover faces.
16062
16063 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
16064 face name.
16065 (diary-button-face): New backward-compatibility alias for renamed face.
16066 (diary-entry): Use renamed diary-button face.
16067
16068 * calendar/calendar.el (diary, calendar-today, holiday)
16069 (mark-visible-calendar-date): Remove "-face" suffix from face names.
16070 (diary-face, calendar-today-face, holiday-face):
16071 New backward-compatibility aliases for renamed faces.
16072 (eval-after-load "facemenu", diary-entry-marker)
16073 (calendar-today-marker, calendar-holiday-marker, diary-face):
16074 Use renamed calendar faces.
16075
16076 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
16077 (compare-windows-face): New backward-compatibility alias for
16078 renamed face.
16079 (compare-windows-highlight): Use renamed compare-windows face.
16080
16081 * strokes.el (strokes-char): Remove "-face" suffix from face name.
16082 (strokes-char-face): New backward-compatibility alias for renamed face.
16083 (strokes-encode-buffer): Use renamed strokes-char face.
16084
16085 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
16086 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
16087 Remove "-face" suffix from face names.
16088 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
16089 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
16090 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
16091 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
16092 Use renamed pcvs faces.
16093 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
16094 * pcvs-defs.el (cvs-mode-map): Likewise.
16095 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
16096
16097 * info.el (info-title-1, info-title-2, info-title-3)
16098 (info-title-4): Remove "-face" suffix from and downcase face names.
16099 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16100 (Info-title-4-face):
16101 New backward-compatibility aliases for renamed faces.
16102 (Info-fontify-node): Use renamed info faces.
16103
16104 * hilit-chg.el (highlight-changes, highlight-changes-delete):
16105 Remove "-face" suffix from face names.
16106 (highlight-changes-face, highlight-changes-delete-face):
16107 New backward-compatibility aliases for renamed faces.
16108 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
16109 (hilit-chg-make-list): Use renamed highlight-changes faces.
16110
16111 * generic-x.el (show-tabs-tab, show-tabs-space):
16112 Remove "-face" suffix from face names.
16113 (show-tabs-tab-face, show-tabs-space-face):
16114 New backward-compatibility aliases for renamed faces.
16115 (show-tabs-generic-mode-font-lock-defaults-1)
16116 (show-tabs-generic-mode-font-lock-defaults-2):
16117 Use renamed show-tabs faces.
16118
16119 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
16120 (smerge-markers): Remove "-face" suffix from face names.
16121 (smerge-mine-face, smerge-other-face, smerge-base-face)
16122 (smerge-markers-face):
16123 New backward-compatibility aliases for renamed faces.
16124 (smerge-mine-face, smerge-other-face, smerge-base-face)
16125 (smerge-markers-face): Use renamed smerge faces.
16126
16127 * log-view.el (log-view-file, log-view-message): Remove "-face"
16128 suffix from face names.
16129 (log-view-file-face, log-view-message-face):
16130 New backward-compatibility aliases for renamed faces.
16131 (log-view-file-face, log-view-message-face): Use renamed log-view
16132 faces.
16133
16134 * paren.el (show-paren-match, show-paren-mismatch):
16135 Remove "-face" suffix from face names.
16136 (show-paren-match-face, show-paren-mismatch-face):
16137 New backward-compatibility aliases for renamed faces.
16138 (show-paren-function): Use renamed show-paren faces.
16139
16140 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
16141 (ruler-mode-margins, ruler-mode-fringes)
16142 (ruler-mode-column-number, ruler-mode-fill-column)
16143 (ruler-mode-comment-column, ruler-mode-goal-column)
16144 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
16145 suffix from face names.
16146 (ruler-mode-default-face, ruler-mode-pad-face)
16147 (ruler-mode-margins-face, ruler-mode-fringes-face)
16148 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
16149 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
16150 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
16151 New backward-compatibility aliases for renamed faces.
16152 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
16153 (ruler-mode-column-number, ruler-mode-fill-column)
16154 (ruler-mode-comment-column, ruler-mode-goal-column)
16155 (ruler-mode-tab-stop, ruler-mode-current-column)
16156 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
16157 faces.
16158
16159 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
16160 face name.
16161 (whitespace-highlight-the-space): Use renamed face.
16162 (whitespace-highlight-face): New backward-compatibility alias for
16163 renamed face.
16164
16165 * woman.el (woman-italic, woman-bold, woman-unknown)
16166 (woman-addition, woman-symbol-face):
16167 Remove "-face" suffix from face names.
16168 (woman-italic-face, woman-bold-face, woman-unknown-face)
16169 (woman-addition-face):
16170 New backward-compatibility aliases for renamed faces.
16171 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
16172 (woman-decode-region, woman-replace-match)
16173 (woman-display-extended-fonts, woman-special-characters)
16174 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
16175 Use renamed woman faces.
16176
16177 * longlines.el (longlines-visible-face): Face removed.
16178
16179 * diff-mode.el (diff-header, diff-file-header, diff-index)
16180 (diff-hunk-header, diff-removed, diff-added, diff-changed)
16181 (diff-function, diff-context, diff-nonexistent): Remove "-face"
16182 suffix from face names.
16183 (diff-header-face, diff-file-header-face, diff-index-face)
16184 (diff-hunk-header-face, diff-removed-face, diff-added-face)
16185 (diff-changed-face, diff-function-face, diff-context-face)
16186 (diff-nonexistent-face): New backward-compatibility aliases for
16187 renamed faces.
16188 (diff-header-face, diff-file-header-face)
16189 (diff-index, diff-index-face, diff-hunk-header)
16190 (diff-hunk-header-face, diff-removed, diff-removed-face)
16191 (diff-added, diff-added-face, diff-changed-face, diff-function)
16192 (diff-function-face, diff-context-face, diff-nonexistent)
16193 (diff-nonexistent-face): Use renamed diff-mode faces.
16194
16195 * progmodes/compile.el (compilation-warning-face)
16196 (compilation-info-face): Remove "-face" suffix from face names.
16197 (compilation-warning-face, compilation-info-face):
16198 New backward-compatibility aliases for renamed faces.
16199 (compilation-warning-face, compilation-info-face):
16200 Use renamed compilation faces.
16201
16202 * add-log.el (change-log-date, change-log-name)
16203 (change-log-email, change-log-file, change-log-list)
16204 (change-log-conditionals, change-log-function)
16205 (change-log-acknowledgement): Remove "-face" suffix from face names.
16206 (change-log-date-face, change-log-name-face)
16207 (change-log-email-face, change-log-file-face)
16208 (change-log-list-face, change-log-conditionals-face)
16209 (change-log-function-face, change-log-acknowledgement-face):
16210 New backward-compatibility aliases for renamed faces.
16211 (change-log-font-lock-keywords): Use renamed change-log faces.
16212
16213 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
16214 (custom-set, custom-changed, custom-saved, custom-button)
16215 (custom-button-pressed, custom-documentation, custom-state)
16216 (custom-comment, custom-comment-tag, custom-variable-tag)
16217 (custom-variable-button, custom-face-tag, custom-group-tag-1)
16218 (custom-group-tag): Remove "-face" suffix from face names.
16219 (custom-magic-alist, custom-magic-value-create)
16220 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
16221 (custom-invalid-face, custom-rogue-face, custom-modified-face)
16222 (custom-set-face, custom-changed-face, custom-saved-face)
16223 (custom-button-face, custom-button-pressed-face)
16224 (custom-documentation-face, custom-state-face)
16225 (custom-comment-face, custom-comment-tag-face)
16226 (custom-variable-tag-face, custom-variable-button-face)
16227 (custom-face-tag-face, custom-group-tag-face-1)
16228 (custom-group-tag-face):
16229 New backward-compatibility aliases for renamed faces.
16230
16231 * wid-edit.el (widget-documentation, widget-button)
16232 (widget-field, widget-single-line-field, widget-inactive)
16233 (widget-button-pressed): "-face" suffix removed from face names.
16234 (widget-documentation-face, widget-button-face)
16235 (widget-field-face, widget-single-line-field-face)
16236 (widget-inactive-face, widget-button-pressed-face):
16237 New backward-compatibility aliases for renamed faces.
16238 (widget-documentation-face, widget-button-face)
16239 (widget-button-pressed-face, widget-specify-field)
16240 (widget-specify-inactive): Use renamed widget faces.
16241
16242 2005-06-10 Kenichi Handa <handa@m17n.org>
16243
16244 * term/x-win.el (x-clipboard-yank): Remove condition-case
16245 wrapping.
16246
16247 2005-06-11 Kenichi Handa <handa@m17n.org>
16248
16249 * add-log.el (change-log-font-lock-keywords): Make the regexp for
16250 date lines stricter.
16251
16252 2005-06-10 Zhang Wei <id.brep@gmail.com>
16253
16254 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
16255 of x-get-selection.
16256
16257 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16258
16259 * comint.el (comint-mode, comint-snapshot-last-prompt):
16260 * frame.el (frame-current-scroll-bars):
16261 * term.el (term-mode, term-check-proc, term-input-sender)
16262 (term-simple-send, term-extract-string, term-word)
16263 (term-match-partial-filename):
16264 * window.el (window-current-scroll-bars):
16265 * emulation/cua-base.el (cua-normal-cursor-color)
16266 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
16267 (cua-global-mark-cursor-color):
16268 * mail/undigest.el (rmail-forward-separator-regex):
16269 Fix typos in docstrings.
16270
16271 * comint.el (comint-check-proc, make-comint-in-buffer)
16272 (comint-source-default): Doc fixes.
16273
16274 * term.el (term-send-string): Improve argument/docstring consistency.
16275
16276 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
16277
16278 * comint.el (comint-send-input): Bind `inhibit-read-only' around
16279 call to `delete-region'.
16280 (comint-mode-hook): Do not enable Font Lock by default.
16281
16282 2005-06-09 Lute Kamstra <lute@gnu.org>
16283
16284 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
16285 could be void.
16286
16287 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
16288
16289 * emacs-lisp/debug.el (debugger-will-be-back): New var.
16290 (debug): Use it.
16291 (debugger-step-through, debugger-continue, debugger-jump)
16292 (debugger-return-value): Set it when needed.
16293 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
16294 Use inhibit-read-only.
16295
16296 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
16297
16298 * window.el (shrink-window-if-larger-than-buffer)
16299 (window-size-fixed): Fix typo in docstring.
16300
16301 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
16302 thumbnails directory on loading.
16303 (thumbs-conversion-program): Use `eq' to check the system type,
16304 not `equal'.
16305 (thumbs-temp-dir): Initialize to `temporary-file-directory',
16306 not "/tmp". Fix docstring.
16307 (thumbs-thumbsdir): New function to return the thumbnails
16308 directory, creating it if needed.
16309 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
16310 (thumbs-temp-file): Delete variable and make it into a function.
16311 (thumbs-resize-image, thumbs-modify-image): Use it.
16312 (thumbs-kill-buffer): Simplify.
16313 (thumbs-gensym): Defalias or duplicate CL `gensym'.
16314 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
16315 docstrings.
16316
16317 2005-06-09 Kim F. Storm <storm@cua.dk>
16318
16319 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
16320 set-match-data to free markers in match-data.
16321
16322 * replace.el (replace-match-data): Pass RESEAT arg `t' to
16323 match-data to unchain markers in match-data.
16324
16325 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
16326
16327 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16328 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
16329 unnecessary now.
16330
16331 2005-06-08 Richard M. Stallman <rms@gnu.org>
16332
16333 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16334 give the variable a doc string that doesn't say don't set it directly.
16335
16336 * textmodes/ispell.el (ispell-check-version):
16337 Use match-string-no-properties.
16338 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16339 (ispell-buffer-local-words): Likewise.
16340
16341 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16342 except on terminals with enough colors to really display it.
16343 (makefile-dependency-regex): Delete spurious `bb'.
16344
16345 * faces.el (escape-glyph): Use blue once again in last case.
16346 (no-break-space): Redefine so that it isn't invisible on a tty.
16347
16348 2005-06-08 Kim F. Storm <storm@cua.dk>
16349
16350 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16351 also when reading directory name.
16352
16353 2005-06-08 Lute Kamstra <lute@gnu.org>
16354
16355 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16356 (flyspell-mode-line-string): Remove autoload cookie.
16357 (flyspell-mode): Remove defvar.
16358
16359 2005-06-07 Lute Kamstra <lute@gnu.org>
16360
16361 * textmodes/org.el (org-run-mode-hooks): New function.
16362 (org-agenda-mode): Use it.
16363
16364 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16365
16366 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16367
16368 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16369
16370 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16371
16372 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16373
16374 * font-lock.el (font-lock-add-keywords): Doc fix.
16375
16376 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16377
16378 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16379 (tex-compile-default): In the absence of any history, use the order in
16380 tex-compile-alist to choose the preferred command.
16381 (tex-compile-commands): Reorder a bit.
16382
16383 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16384 (flyspell-incorrect-face, flyspell-duplicate-face):
16385 Use (X)Emacs-agnostic code.
16386 (flyspell-mode-map): Don't overwrite at each load. Remove code
16387 redundant with the subsequent add-minor-mode. Merge Emacs and
16388 XEmacs code.
16389 (flyspell-word): Minor simplification.
16390 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16391 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16392 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16393 Merge the corresponding Emacs code.
16394 (flyspell-correct-word, flyspell-xemacs-popup):
16395 Use flyspell-do-correct.
16396
16397 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16398 a dedicated window.
16399
16400 * international/latexenc.el (latexenc-find-file-coding-system):
16401 Undo part of last patch, to turn off a compiler warning.
16402
16403 2005-06-06 Juri Linkov <juri@jurta.org>
16404
16405 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16406 Rename `tmm-inactive-face' to `tmm-inactive'.
16407
16408 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16409
16410 * iswitchb.el: Rename faces.
16411
16412 2005-06-06 Kim F. Storm <storm@cua.dk>
16413
16414 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16415 (cua-global-mark): Remove -face suffix from face names.
16416
16417 * emulation/cua-gmrk.el (cua--init-global-mark):
16418 Remove cua-global-mark face setup.
16419
16420 2005-06-06 Richard M. Stallman <rms@gnu.org>
16421
16422 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16423 just like other allowed characters.
16424 (makefile-match-dependency): Exclude leading and training whitespace
16425 from the range of regexp subexp 1.
16426 (makefile-macroassign-regex): Don't try to match the body,
16427 just the name of the macro being defined.
16428
16429 * info.el (Info-read-node-name-2): New function.
16430 (Info-read-node-name-1): Use that.
16431 Add a completion-base-size-function property.
16432
16433 * simple.el (completion-setup-function): Look for
16434 completion-base-size-function property of minibuffer-completion-table.
16435
16436 * files.el (locate-file-completion): Doc fix.
16437
16438 * printing.el: Don't call pr-update-menus; user must do that.
16439
16440 * emacs-lisp/debug.el (debugger-window): New variable.
16441 (debug): Use debugger-window if it is set and still alive.
16442 Record debugger-window for next entry.
16443
16444 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16445
16446 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16447
16448 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16449 (hack-one-local-variable, hack-local-variables)
16450 (hack-local-variables-prop-line): Pass that arg.
16451
16452 2005-06-06 Kim F. Storm <storm@cua.dk>
16453
16454 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16455 (ido-indicator): Remove -face suffix from face names.
16456
16457 2005-06-06 Juri Linkov <juri@jurta.org>
16458
16459 * font-lock.el (font-lock-regexp-backslash)
16460 (font-lock-regexp-backslash-construct): New faces.
16461 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16462 after `('. Add `while-no-input' to control structures.
16463
16464 * faces.el (no-break-space, shadow): New faces.
16465 (escape-glyph): Use less loud colors pink2 and red4.
16466
16467 * diff-mode.el (diff-context-face)
16468 * dired.el (dired-ignored)
16469 * rfn-eshadow.el (file-name-shadow)
16470 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16471
16472 * info.el (Info-title-1-face): Use green instead of yellow because
16473 bold yellow is not readable on light backgrounds.
16474
16475 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16476 before selecting the desired mode to not spend time fontifying
16477 old contents.
16478
16479 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16480
16481 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16482 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16483
16484 * ps-print.el (ps-default-fg, ps-default-bg):
16485 Fix typos in docstrings.
16486
16487 * isearchb.el (isearchb): Don't pass a spurious second argument to
16488 `iswitchb-completions'.
16489
16490 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16491
16492 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16493 to preserve point.
16494 (gdb-find-file-hook): Add doc string.
16495
16496 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16497 C dereferenced pointer expression.
16498 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16499
16500 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16501
16502 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16503 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16504 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16505 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16506 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16507 Make background transparent.
16508
16509 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16510
16511 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16512 (font-lock-remove-keywords): Doc fix.
16513 (font-lock-mode-major-mode): Compiler defvar.
16514 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16515
16516 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16517 (font-lock-mode): Update `font-lock-mode-major-mode'.
16518 (font-lock-set-defaults): Compiler defvar.
16519 (font-lock-default-function): Take `font-lock-mode-major-mode'
16520 into account.
16521
16522 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16523 keep track of which major mode it enabled the minor mode for.
16524 Use find-file-hook again. Update docstring.
16525
16526 * simple.el (eval-expression-print-level)
16527 (eval-expression-print-length, eval-expression-debug-on-error):
16528 Doc fixes.
16529
16530 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16531
16532 * iswitchb.el (iswitchb-single-match-face)
16533 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16534 (iswitchb-invalid-regexp-face): New faces.
16535 (iswitchb-completions): Use them.
16536 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16537 now marked as an obsolete alias.
16538 (iswitchb-read-buffer): Remove check for bound font variables.
16539 (iswitchb-invalid-regexp): New free variable.
16540 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16541 set iswitchb-invalid-regexp.
16542 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16543 invalid regexps.
16544 (iswitchb-completions): Add check for complete match when entering
16545 a regexp.
16546 (iswitchb-completions): Remove require-match argument.
16547 (iswitchb-exhibit): Fix caller.
16548 (iswitchb-common-match-inserted): New variable.
16549 (iswitchb-complete, iswitchb-completion-help): Use it.
16550
16551 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16552
16553 * url-http.el (url-http-chunked-encoding-after-change-function):
16554 Use `url-http-debug' instead of `message'.
16555
16556 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16557
16558 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16559 callback argument.
16560
16561 2005-06-04 Kim F. Storm <storm@cua.dk>
16562
16563 * simple.el (line-move): Only call sit-for when moving backwards.
16564
16565 * ido.el (ido-make-merged-file-list-1): New defun split from
16566 ido-make-merged-file-list.
16567 (ido-make-merged-file-list): Bind throw-on-input around call to
16568 ido-make-merged-file-list-1. Return input-pending-p if
16569 interrupted by more input available.
16570 (ido-read-internal): Handle input-pending-p return value from
16571 ido-make-merged-file-list.
16572
16573 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16574
16575 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16576 compatibility code.
16577
16578 * international/latexenc.el (latexenc-find-file-coding-system):
16579 Don't inherit the EOL part of the coding-system from the
16580 tex-main buffer. Fit within 80 columns.
16581
16582 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16583
16584 * tmm.el (tmm-inactive-face): New face.
16585 (tmm-remove-inactive-mouse-face): New function.
16586 (tmm-prompt, tmm-add-one-shortcut)
16587 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16588 but not selectable.
16589
16590 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16591
16592 * faces.el (face-equal): Improve argument/docstring consistency.
16593
16594 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16595
16596 * progmodes/make-mode.el (makefile-targets-face)
16597 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16598 (makefile-bsdmake-dependency-regex)
16599 (makefile-makepp-rule-action-regex)
16600 (makefile-bsdmake-rule-action-regex): New constants.
16601 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16602
16603 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16604 Allow (...) within `...' for makepp messages.
16605
16606 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16607
16608 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16609
16610 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16611 "." files are deleted from all file lists before comparison.
16612
16613 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16614 (viper-ESC-key): Made them customizable.
16615
16616 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16617
16618 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16619
16620 * autorevert.el (auto-revert-buffers): Use save-match-data.
16621
16622 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16623
16624 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16625 menu items with a nil command binding.
16626
16627 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16628
16629 * emacs-lisp/cl-macs.el (defsetf):
16630 Improve argument/docstring consistency.
16631
16632 * faces.el (list-faces-display): Improve the formatting by
16633 computing the maximum length required for any face-name (reworked
16634 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16635 (internal-find-face): Remove redundant info in docstring.
16636
16637 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16638
16639 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16640 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16641 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16642 (gdb-assembler-custom): Improve regexps.
16643 (def-gdb-auto-update-handler): Use window point to preserve point.
16644
16645 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16646
16647 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16648
16649 2005-05-31 Jay Belanger <belanger@truman.edu>
16650
16651 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16652 to calc-embedded.
16653 (calc-embedded-make-info): Have plain prefix argument select
16654 entire line.
16655
16656 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16657
16658 * faces.el (list-faces-display): Signal error if passed a regexp
16659 that matches no face name.
16660
16661 * simple.el (filter-buffer-substring): Fix typo in docstring.
16662
16663 2005-05-31 Richard M. Stallman <rms@gnu.org>
16664
16665 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16666 (vhdl-emacs-21): Doc fix.
16667 (vhdl-mode): Unconditionally set comment-padding.
16668 (vhdl-fixup-whitespace-region): Insert spaces only where
16669 there are none.
16670 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16671
16672 2005-05-30 John Wiegley <johnw@newartisans.com>
16673
16674 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16675 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16676 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16677 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16678 `string-to-number'.
16679
16680 2005-05-30 Jay Belanger <belanger@truman.edu>
16681
16682 * calc/calc.el (calc-bug-address): Fix docstring.
16683 (calc-window-hook, calc-trail-window-hook): New variables.
16684 (calc-trail-display): Restore use of calc-trail-window-hook.
16685 (calc): Restore use of calc-window-hook.
16686
16687 2005-05-31 Masatake YAMATO <jet@gyve.org>
16688
16689 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16690
16691 * help-fns.el (help-C-file-name): Add autoload mark for
16692 `find-function-noselect'.
16693
16694 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16695
16696 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16697 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16698
16699 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16700
16701 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16702 included diary buffer if it was not already being visited.
16703 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16704
16705 * calendar/icalendar.el (top-level): Do not require appt.
16706
16707 * mail/supercite.el (sc-select-attribution): Only use a list
16708 element from sc-attrib-selection-list if it returns a string.
16709 Reported by Davide G. M. Salvetti <salve@debian.org>.
16710
16711 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16712
16713 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16714 includes a hash value to improve its uniqueness, and has a ".jpg"
16715 extension. Also, it is now a valid filename on all systems.
16716 (thumbs-make-thumb): Use `let', not `let*'.
16717 (thumbs-show-thumbs-list): Check for JPEG availability.
16718
16719 2005-05-30 Richard M. Stallman <rms@gnu.org>
16720
16721 * filesets.el (filesets-menu-ensure-use-cached):
16722 Prevent warning when emacs-version>= is undefined.
16723
16724 * printing.el (pr-interactive-n-up): Use string-to-number.
16725
16726 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16727
16728 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16729 Warn only when name to be defined is quoted.
16730
16731 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16732
16733 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16734 Make regexp more robust.
16735 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16736 Force regeneration of disassembly.
16737
16738 2005-05-29 Jay Belanger <belanger@truman.edu>
16739
16740 * calc/calc.el (calc-user-invocation): Check if
16741 calc-invocation-macro is non-nil.
16742
16743 2005-05-29 Juri Linkov <juri@jurta.org>
16744
16745 * add-log.el (change-log-font-lock-keywords):
16746 Add `+' to e-mail regexp to accept mail address with keywords.
16747
16748 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16749
16750 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16751
16752 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16753
16754 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16755
16756 2005-05-29 Richard M. Stallman <rms@gnu.org>
16757
16758 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16759 Undo the change that moves to end of the current word.
16760
16761 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16762
16763 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16764 Throw error when count <= 0 to ensure input is a number.
16765 (gdb-read-memory-custom): Pick up address from buffer.
16766 (gdb-memory-mode): Allow user to increment and decrement
16767 memory address from header line.
16768
16769 2005-05-29 Richard M. Stallman <rms@gnu.org>
16770
16771 * flyspell.el (flyspell-version): Function deleted.
16772 (flyspell-auto-correct-previous-hook): Doc fix.
16773
16774 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16775 Do nothing if memory is full.
16776
16777 * font-lock.el (font-lock-fontify-syntactically-region):
16778 Pass t for GREEDY to looking-back.
16779
16780 * saveplace.el (save-place-alist-to-file): Write the file
16781 using write-region.
16782
16783 * subr.el (looking-back): New argument GREEDY.
16784
16785 * progmodes/compile.el (compilation-start): Set the mode
16786 before inserting the initial text.
16787
16788 * progmodes/which-func.el (which-func-update-1): Turn the mode
16789 off in case of error by setting which-func-mode.
16790
16791 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16792
16793 * flyspell.el (flyspell-auto-correct-previous-word):
16794 Narrow down to what's on the screen, and recenter overlays
16795 at the end of the next word.
16796
16797 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16798
16799 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16800 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16801 (flyspell-abbrev-p): Default to nil.
16802 (flyspell-use-global-abbrev-table-p): Doc fix.
16803 (flyspell-large-region): Allow nil as value.
16804 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16805
16806 (mail-mode-flyspell-verify): More robust handling
16807 of `mail-header-separator'. More efficient signature detection.
16808 Allow for regexp metacharacters in message-header-separator.
16809 Adding `To' not to be checked in mail-mode-flyspell-verify.
16810
16811 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16812 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16813 Bind flyspell-auto-correct-binding.
16814 Bind C-. and C-, .
16815 (flyspell-mode-map): Likewise.
16816 (flyspell-mode): Doc fix.
16817 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16818 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16819 (flyspell-word-cache-result): New var, always local.
16820 (flyspell-check-pre-word-p): Doc fix.
16821 (flyspell-check-changed-word-p): Handle spc like newline.
16822 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16823 (flyspell-word-search-backward, flyspell-word-search-forward):
16824 New functions.
16825 (flyspell-word): Return t if nothing to check.
16826 When parsing TeX code, check for after } or \.
16827 Use flyspell-word-search-backward to find previous word.
16828 Return nil if duplicated word.
16829 For word already checked, return same value as last time.
16830 Set flyspell-word-cache-result after checking.
16831 Don't clobber the return value.
16832 (flyspell-get-word): Major rewrite.
16833 (flyspell-external-point-words): New locals pword, pcount.
16834 Fix size used in progress message.
16835 Find the proper corresponding word in flyspell-large-region-buffer.
16836 (flyspell-region): Check for flyspell-large-region = nil.
16837 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16838 (flyspell-auto-correct-word): Check that WORD is a cons.
16839 (flyspell-correct-word): Likewise.
16840
16841 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16842
16843 * progmodes/make-mode.el (makefile-rule-action-regex)
16844 (makefile-macroassign-regex, makefile-makepp-mode)
16845 (makefile-bsdmake-mode): Continuation lines may be empty.
16846 Reported by Joshua Varner.
16847 (makefile-makepp-font-lock-keywords): Add $(stem).
16848
16849 2005-05-28 Karl Berry <karl@gnu.org>
16850
16851 * textmodes/tex-mode.el: Now that tex-send-command calls
16852 shell-quote-argument (2005-03-31 change), remove all calls to
16853 shell-quote-argument; they all end up invoking tex-send-command.
16854 The double quoting loses on filenames with non-safe characters,
16855 such as "@". Reported by Frederik Fouvry.
16856
16857 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16858
16859 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16860 about preserving point.
16861
16862 2005-05-27 Jay Belanger <belanger@truman.edu>
16863
16864 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16865 Info-goto-node.
16866
16867 * calc/calc-embed.el (calc-embed-arg): New variable.
16868 (calc-do-embedded-activate, calc-embedded-activate-formula)
16869 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16870 variable by new variable.
16871 (calc-embedded-make-info): Replace undeclared variable by new
16872 variable. When selecting region with positive prefix
16873 argument, use end of previous line instead of beginning of line.
16874
16875 * calc/calc-aent.el (calc-arg-values): Declare it.
16876
16877 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16878 Declare them.
16879
16880 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16881
16882 * calc/calc.el (calc-alg-map): Declare it.
16883
16884 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16885
16886 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16887
16888 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16889 (gdb-registers-buffer, toggle-gdb-all-registers):
16890 Toggle display of floating point registers.
16891 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16892
16893 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16894 (toggle-gud-tooltip-dereference):
16895 Rename from gud-toggle-tooltip-dereference.
16896
16897 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16898
16899 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16900
16901 2005-05-27 Jay Belanger <belanger@truman.edu>
16902
16903 * calc/calc-prog.el (calc-kbd-report): Remove.
16904 (calc-kbd-query): Rewrite.
16905
16906 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16907
16908 * image.el (image-library-alist): Move to image.c.
16909 (image-type-available-p): Doc fix.
16910
16911 2005-05-27 Lute Kamstra <lute@gnu.org>
16912
16913 * calc/calc.el (calc):
16914 * outline.el (outline-1, outline-2, outline-3, outline-4)
16915 (outline-5, outline-6, outline-7, outline-8):
16916 * textmodes/dns-mode.el (dns-mode):
16917 * textmodes/sgml-mode.el (sgml-namespace-face):
16918 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16919 (tex-verbatim-face, tex-use-reftex):
16920 * textmodes/texinfo.el (texinfo-heading-face):
16921 Specify customization group.
16922
16923 * longlines.el: Don't require easy-mmode.
16924 (longlines-visible-face): Specify customization group.
16925
16926 2005-05-27 Kenichi Handa <handa@m17n.org>
16927
16928 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16929 encoding table of windows-1251.
16930
16931 * international/ucs-tables.el (ucs-set-table-for-input):
16932 If translation-table-for-input of a coding system is a symbol, get
16933 its translation-table property.
16934
16935 * international/code-pages.el: Don't register a coding system into
16936 non-iso-charset-alist more than once.
16937 (cp-make-coding-system): Likewise.
16938
16939 2005-05-26 John Wiegley <johnw@newartisans.com>
16940
16941 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16942 `eshell-resume-eval' is wrapped in a list, it indicates that the
16943 command was run asynchronously. In that case, unwrap the value
16944 before checking the delimiter value.
16945
16946 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16947 character before a space at the end of a line is \, assume the space
16948 is part of the last argument rather than a final argument separator.
16949
16950 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16951 is in use, and the target is `t' or `nil' (which are the most common
16952 values), don't assume that the symbol target is a buffer.
16953
16954 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16955
16956 * calendar/calendar.el (calendar-mode-line-format):
16957 Use mode-line-highlight as mouse-face.
16958
16959 * time.el (display-time-string-forms, display-time-update):
16960 Use mode-line-highlight as mouse-face.
16961
16962 2005-05-26 Jay Belanger <belanger@truman.edu>
16963
16964 * calc/calc.el (calc-language-alist): Remove extra defvar.
16965
16966 2005-05-26 Lute Kamstra <lute@gnu.org>
16967
16968 * arc-mode.el (archive-mode):
16969 * bookmark.el (bookmark-read-annotation-mode)
16970 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16971 * bs.el (bs-mode):
16972 * calc/calc-yank.el (calc-edit-mode):
16973 * calc/calc.el (calc-mode, calc-trail-mode):
16974 * calculator.el (calculator-mode):
16975 * chistory.el (command-history-mode):
16976 * comint.el:
16977 * cus-edit.el (custom-mode):
16978 * descr-text.el (describe-text-mode):
16979 * ebuff-menu.el (Electric-buffer-menu-mode):
16980 * ediff-util.el (ediff-mode):
16981 * emacs-lisp/re-builder.el (reb-mode):
16982 * emulation/vi.el (vi-mode-setup):
16983 * emulation/ws-mode.el (wordstar-mode):
16984 * eshell/esh-mode.el (eshell-mode):
16985 * forms.el (forms-mode):
16986 * help-mode.el (help-mode):
16987 * hexl.el (hexl-mode):
16988 * ibuffer.el (ibuffer-mode):
16989 * ielm.el (inferior-emacs-lisp-mode):
16990 * info.el (Info-mode, Info-edit-mode):
16991 * international/swedish.el:
16992 * ledit.el (ledit-from-lisp-mode):
16993 * locate.el (locate-mode):
16994 * mail/rmail.el (rmail-mode):
16995 * mail/rmailedit.el (rmail-edit-mode):
16996 * mail/rmailsum.el (rmail-summary-mode):
16997 * mail/supercite.el (sc-electric-mode):
16998 * net/eudc.el (eudc-mode):
16999 * net/quickurl.el (quickurl-list-mode):
17000 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
17001 * obsolete/ooutline.el (outline-mode):
17002 * obsolete/options.el (Edit-options-mode):
17003 * obsolete/rnews.el (news-mode):
17004 * obsolete/rnewspost.el (news-reply-mode):
17005 * play/5x5.el (5x5-mode):
17006 * play/decipher.el (decipher-mode, decipher-stats-mode):
17007 * play/gomoku.el (gomoku-mode):
17008 * play/snake.el (snake-mode):
17009 * play/solitaire.el (solitaire-mode):
17010 * play/tetris.el (tetris-mode):
17011 * progmodes/ada-mode.el (ada-mode):
17012 * progmodes/antlr-mode.el (antlr-mode):
17013 * progmodes/autoconf.el (autoconf-mode):
17014 * progmodes/dcl-mode.el (dcl-mode):
17015 * progmodes/delphi.el (delphi-mode):
17016 * progmodes/ebrowse.el (ebrowse-tree-mode)
17017 (ebrowse-electric-list-mode, ebrowse-member-mode)
17018 (ebrowse-electric-position-mode):
17019 * progmodes/f90.el (f90-mode):
17020 * progmodes/fortran.el (fortran-mode):
17021 * progmodes/icon.el (icon-mode):
17022 * progmodes/idlw-help.el (idlwave-help-mode):
17023 * progmodes/idlw-shell.el (idlwave-shell-mode):
17024 * progmodes/idlwave.el (idlwave-mode):
17025 * progmodes/inf-lisp.el (inferior-lisp-mode):
17026 * progmodes/m4-mode.el (m4-mode):
17027 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
17028 * progmodes/modula2.el (modula-2-mode):
17029 * progmodes/octave-inf.el (inferior-octave-mode):
17030 * progmodes/octave-mod.el (octave-mode):
17031 * progmodes/pascal.el (pascal-mode):
17032 * progmodes/sh-script.el (sh-mode):
17033 * progmodes/sql.el (sql-mode, sql-interactive-mode):
17034 * progmodes/vhdl-mode.el (vhdl-mode):
17035 * progmodes/xscheme.el (scheme-interaction-mode):
17036 * replace.el (occur-mode):
17037 * ses.el (ses-mode):
17038 * simple.el (completion-list-mode):
17039 * skeleton.el:
17040 * speedbar.el (speedbar-mode):
17041 * term.el (term-mode):
17042 * terminal.el (terminal-edit-mode):
17043 * textmodes/reftex-index.el (reftex-index-mode)
17044 (reftex-index-phrases-mode):
17045 * textmodes/reftex-sel.el (reftex-select-label-mode)
17046 (reftex-select-bib-mode):
17047 * textmodes/reftex-toc.el (reftex-toc-mode):
17048 * wdired.el (wdired-change-to-wdired-mode):
17049 * wid-browse.el (widget-browse-mode):
17050 Use run-mode-hooks.
17051
17052 * array.el (array-mode):
17053 * calendar/todo-mode.el (todo-mode):
17054 * man.el (Man-mode):
17055 * play/landmark.el (lm-mode):
17056 * play/mpuz.el (mpuz-mode):
17057 Use kill-all-local-variables and run-mode-hooks.
17058
17059 * subr.el (delay-mode-hooks): Specify indentation.
17060
17061 2005-05-26 Mark A. Hershberger <mah@everybody.org>
17062
17063 * xml.el (xml-substitute-special): Don't die for undefined xml
17064 entities.
17065
17066 2005-05-26 Jay Belanger <belanger@truman.edu>
17067
17068 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
17069 of nil.
17070
17071 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
17072
17073 * progmodes/gdb-ui.el (gdb-frame-address):
17074 Rename from gdb-current-address.
17075 (gdb-previous-frame-address): Rename from gdb-previous-address.
17076 (gdb-selected-frame): Rename from gdb-current-frame.
17077 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
17078 (gdb-frame-number): Rename from gdb-current-stack-level.
17079 (gdb-ann3): Match new mode-name for disassembly buffer.
17080 Extend initialization of variables.
17081 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
17082 (gdb-memory-mode): Use mouse-face in header line.
17083 (gdb-assembler-buffer-name): Call it disassembly and give frame
17084 in mode line.
17085 (gdb-source-spec-regexp, gdb-assembler-custom)
17086 (gdb-invalidate-assembler, gdb-frame-handler):
17087 Make robust to leading zeroes in address format.
17088
17089 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
17090
17091 * textmodes/org.el (org-mode): Use `define-derived-mode' to
17092 define `org-mode'.
17093 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
17094
17095 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
17096
17097 * log-edit.el (log-edit-changelog-entries): Distinguish between
17098 filenames like xfns.c and fns.c.
17099
17100 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
17101
17102 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
17103 point after reverting.
17104 (Buffer-menu-make-sort-button): Handle the case where
17105 `Buffer-menu-use-header-line' is nil.
17106
17107 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
17108
17109 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
17110 New funcs. In minibuffer-local-completion-map bind `]', `/'
17111 and `:' to them.
17112
17113 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
17114
17115 * startup.el (normal-top-level): Allow modification of load-path while
17116 we're iterating over it.
17117
17118 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
17119
17120 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
17121 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
17122 (thumbs-resize-interactive, thumbs-insert-image)
17123 (thumbs-insert-thumb, thumbs-dired-show-marked)
17124 (thumbs-find-image-at-point, thumbs-delete-images)
17125 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
17126 (thumbs-increment-image-size, thumbs-decrement-image-size):
17127 Fix typos in docstrings.
17128
17129 2005-05-24 Andre Spiegel <spiegel@gnu.org>
17130
17131 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
17132 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
17133 (cperl-mode): Use them.
17134
17135 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
17136
17137 * window.el (quit-window, shrink-window-if-larger-than-buffer):
17138 Doc fixes.
17139
17140 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
17141
17142 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
17143 Bind C-d to gdb-inferior-io-eof.
17144
17145 * dired.el (dired-dnd-popup-notice): Use message-box.
17146
17147 2005-05-23 Masatake YAMATO <jet@gyve.org>
17148
17149 * bindings.el (mode-line-major-mode-keymap):
17150 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
17151
17152 * faces.el (mode-line-highlight): New face.
17153
17154 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
17155 as mouse-face.
17156
17157 * bindings.el (top-level, help-echo, mode-line-modified)
17158 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
17159 as mouse-face.
17160
17161 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
17162
17163 * progmodes/cc-engine.el (c-guess-basic-syntax):
17164 Remove spurious call to `zerop'.
17165
17166 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
17167
17168 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
17169
17170 CC Mode update to 5.30.10:
17171
17172 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
17173 could go past the limit in decoration level 2, thereby causing
17174 errors during interactive fontification.
17175
17176 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
17177 the file is evaluated interactively.
17178
17179 * cc-engine.el (c-guess-basic-syntax): Handle operator
17180 declarations somewhat better in C++.
17181
17182 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
17183 make use of `run-mode-hooks' which has been added in Emacs 21.1.
17184 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
17185 (awk-mode): Use it.
17186 (make-local-hook): Suppress warning about obsoleteness.
17187
17188 * cc-engine.el, cc-align.el, cc-cmds.el
17189 (c-append-backslashes-forward, c-delete-backslashes-forward)
17190 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
17191 Compensate for return value from `forward-line' when it has moved
17192 but not to a different line due to eob.
17193
17194 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
17195 `objc-method-intro' and `objc-method-args-cont'.
17196
17197 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
17198
17199 CC Mode update to 5.30.10:
17200
17201 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
17202 in the copyright statement. Incidentally, change "along with GNU
17203 Emacs" to "along with this program" where it occurs.
17204
17205 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
17206 so that it is interactive, hence can be found by M-x awk-mode
17207 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
17208 <gmorris+emacs@ast.cam.ac.uk>.
17209
17210 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
17211 Mode's regexps.
17212
17213 2005-05-23 Kevin Ryde <user42@zip.com.au>
17214
17215 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
17216 c-parse-state, to avoid a lisp error (on bad code).
17217
17218 2005-05-23 Lute Kamstra <lute@gnu.org>
17219
17220 * subr.el (font-lock-defaults): Remove defvar as it's already
17221 defined in font-core.el.
17222
17223 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
17224
17225 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
17226
17227 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
17228 more general and work when GDB variable "print pretty" is on,
17229 as with Emacs, for example.
17230
17231 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
17232
17233 * font-core.el: Update comment.
17234
17235 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17236 Use `after-change-major-mode-hook' instead of `find-file-hook'.
17237
17238 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
17239
17240 2005-05-22 Eli Zaretskii <eliz@gnu.org>
17241
17242 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
17243 and `yank-handler' in the doc strings.
17244
17245 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17246
17247 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
17248
17249 2005-05-22 Richard M. Stallman <rms@gnu.org>
17250
17251 * help.el (describe-key): Move print-help-return-message call
17252 out of conditional.
17253
17254 * progmodes/etags.el (list-tags): Use with-no-warnings.
17255
17256 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
17257 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
17258 (starttls-extra-args, starttls-extra-arguments): Add defvars.
17259
17260 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
17261
17262 * language/viet-util.el (viet-viscii-nonascii-translation-table):
17263 Add defvar.
17264
17265 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
17266 Use defvar, not defconst.
17267
17268 * hexl.el (hexl-follow-line): Use with-no-warnings.
17269
17270 * emulation/tpu-extras.el: Use write-file-functions instead of
17271 write-file-hooks.
17272
17273 * dired.el (dired-font-lock-keywords): Fontify files with junk
17274 extensions even if marked by -F.
17275
17276 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
17277
17278 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
17279 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
17280 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
17281 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
17282 (concatenate, list-length, get*, getf, cl-remprop):
17283 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
17284 (etypecase, progv, lexical-let, lexical-let*)
17285 (multiple-value-bind, multiple-value-setq, shiftf):
17286 Improve argument/docstring consistency.
17287
17288 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
17289
17290 2005-05-22 Andre Spiegel <spiegel@gnu.org>
17291
17292 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
17293 doesn't exist.
17294
17295 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
17296 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
17297
17298 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
17299
17300 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
17301 already deleted variables: auto-fill-hook, blink-paren-hook,
17302 lisp-indent-hook, inhibit-local-variables, unread-command-event,
17303 suspend-hooks, comment-indent-hook, meta-flag,
17304 before-change-function, after-change-function,
17305 font-lock-doc-string-face.
17306
17307 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
17308
17309 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17310
17311 2005-05-21 Eli Zaretskii <eliz@gnu.org>
17312
17313 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
17314 rmail-dont-reply-to.
17315
17316 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17317
17318 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
17319 literal blank when splitting new-header-values.
17320
17321 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
17322
17323 * calendar/cal-menu.el (cal-menu-update): Add separator as a
17324 string so that tmm doesn't create a completion entry for it.
17325
17326 * textmodes/table.el (table-disable-menu): Ditto.
17327
17328 2005-05-21 Richard M. Stallman <rms@gnu.org>
17329
17330 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17331
17332 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17333
17334 * net/rcompile.el (remote-compile): Use compilation-start.
17335
17336 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17337
17338 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
17339
17340 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17341 Default to makefile-bsdmake-mode on BSD systems.
17342
17343 * imenu.el (imenu-generic-expression, imenu--generic-function'):
17344 REGEXP may also be a search function now. The part of doc-string
17345 for describing the structure was 95% identical to that of
17346 `imenu--generic-function'. Unify it there.
17347
17348 * progmodes/make-mode.el (makefile-imenu-generic-expression):
17349 Use function to find dependencies, because regexp alone is so complex,
17350 it easily goes into an endless loop.
17351 (makefile-makepp-mode): Also add submenu for Perl functions
17352 defined in the makefile.
17353 (makefile-bsdmake-mode): Special imenu-generic-expression no
17354 longer needed, due to function call.
17355 (makefile-match-dependency): Take BOUND into account when checking
17356 if we're through.
17357
17358 2005-05-20 Jay Belanger <belanger@truman.edu>
17359
17360 * calc/calc-units.el (calc-invalidate-units-table):
17361 Use inhibit-read-only.
17362 (math-build-units-table-buffer): Use view-mode.
17363
17364 2005-05-20 David Kastrup <dak@gnu.org>
17365
17366 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17367 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17368
17369 2005-05-20 Lute Kamstra <lute@gnu.org>
17370
17371 * diff-mode.el (diff-header-face, diff-file-header-face)
17372 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17373 (diff-added-face, diff-changed-face, diff-function-face)
17374 (diff-context-face, diff-nonexistent-face): Put them in the
17375 diff-mode customization group.
17376
17377 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17378
17379 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17380
17381 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17382
17383 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17384 Minor regexp-optimization.
17385
17386 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17387
17388 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17389 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17390 (org-agenda-add-time-grid-maybe): New function.
17391 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17392 (org-table-create): `dotimes' instead of `mapcar'.
17393 (org-xor): Simplify implementation.
17394 (org-agenda): `inhibit-redisplay' turned on.
17395 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17396 a consistent line after a state change.
17397 (org-agenda-remove-times-when-in-prefix): New option.
17398 (org-prefix-has-time): New variable.
17399 (org-parse-time-string): Optional argument NODEFAULT.
17400 (org-format-agenda-item): Parse items for time-of-day
17401 specifications and move these into the prefix if possible.
17402 (org-agenda-priority): Get current heading, not previous heading
17403 during agenda remote editing.
17404
17405 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17406
17407 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17408 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17409 (remove-duplicates, delete-duplicates, substitute)
17410 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17411 (nsubstitute-if-not, find, find-if, find-if-not, position)
17412 (position-if, position-if-not, count, count-if, count-if-not)
17413 (mismatch, search, sort*, stable-sort, merge, member*)
17414 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17415 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17416 (intersection, nintersection, set-difference, nset-difference)
17417 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17418 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17419 (nsublis, tree-equal): Improve argument/docstring consistency.
17420
17421 * subr.el (send-string, send-region): Remove obsolescence declaration.
17422 (window-dot, set-window-dot, read-input, show-buffer)
17423 (eval-current-buffer, string-to-int):
17424 Add release number to obsolescence declarations.
17425
17426 2005-05-19 Kim F. Storm <storm@cua.dk>
17427
17428 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17429 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17430
17431 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17432
17433 * faces.el (list-faces-display): Make back button respect optional
17434 regexp arg.
17435
17436 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17437
17438 * calculator.el (calculator-radix-grouping-mode)
17439 (calculator-radix-grouping-digits, calculator-displayer)
17440 (calculator-radix-grouping-separator, calculator-copy-displayer):
17441 * dabbrev.el (dabbrev-search-these-buffers-only):
17442 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17443 (diff-advance-after-apply-hunk, diff-mode-hook)
17444 (diff-minor-mode-prefix):
17445 * imenu.el (imenu-use-popup-menu):
17446 * jit-lock.el (jit-lock-context-time):
17447 * newcomment.el (comment-fill-column, comment-column)
17448 (comment-style, comment-padding, comment-multi-line)
17449 (comment-empty-lines, comment-auto-fill-only-comments):
17450 * reveal.el (reveal-around-mark):
17451 * uniquify.el (uniquify-buffer-name-style)
17452 (uniquify-after-kill-buffer-p)
17453 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17454 (uniquify-min-dir-content, uniquify-separator)
17455 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17456 * w32-vars.el (w32-fixed-font-alist):
17457 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17458 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17459 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17460 * progmodes/perl-mode.el (perl-indent-level)
17461 (perl-continued-statement-offset, perl-continued-brace-offset)
17462 (perl-brace-offset, perl-brace-imaginary-offset)
17463 (perl-label-offset, perl-indent-continued-arguments)
17464 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17465 * progmodes/tcl.el (tcl-indent-level)
17466 (tcl-continued-indent-level, tcl-auto-newline)
17467 (tcl-tab-always-indent, tcl-electric-hash-style)
17468 (tcl-help-directory-list, tcl-use-smart-word-finder)
17469 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17470 (inferior-tcl-source-command):
17471 * textmodes/fill.el (enable-kinsoku):
17472 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17473 * textmodes/table.el (table-yank-handler):
17474 Specify missing group (and type, if simple) in defcustom.
17475
17476 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17477
17478 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17479
17480 2005-05-19 Richard M. Stallman <rms@gnu.org>
17481
17482 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17483
17484 * subr.el (event-basic-type): Don't get an error.
17485 (left-fringe-p): Function deleted.
17486
17487 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17488 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17489
17490 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17491 in recursive copy.
17492
17493 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17494
17495 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17496
17497 * emacs-lisp/bytecomp.el
17498 (byte-compile-file-form-custom-declare-variable):
17499 Call byte-compile-nogroup-warn if appropriate.
17500
17501 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17502 (compilation-set-window): Don't call left-fringe-p; do it directly.
17503
17504 2005-05-19 Jay Belanger <belanger@truman.edu>
17505
17506 * calc/calc-graph.el (calc-graph-format-data): Make sure
17507 var-PlotRejects is bound before trying to check its value.
17508
17509 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17510
17511 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17512 definition of this variable from reftex-global.el to reftex.el,
17513 because it is needed in the menu.
17514
17515 2005-05-19 Lute Kamstra <lute@gnu.org>
17516
17517 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17518 years are fixed. Don't insert a space after a dash.
17519
17520 2005-05-19 Kim F. Storm <storm@cua.dk>
17521
17522 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17523
17524 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17525
17526 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17527 strings, because (eq ... ?\\) is fairly frequent.
17528
17529 * progmodes/make-mode.el (makefile-add-this-line-targets):
17530 Simplify and integrate into `makefile-pickup-targets'.
17531 (makefile-add-this-line-macro): Simplify and integrate into
17532 `makefile-pickup-macros.
17533 (makefile-pickup-filenames-as-targets): Simplify.
17534 (makefile-previous-dependency, makefile-match-dependency):
17535 Don't stumble over `::'.
17536
17537 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17538
17539 * subr.el (post-command-idle-hook, post-command-idle-delay):
17540 Remove obsoletion of post-command-idle-hook and
17541 post-command-idle-delay.
17542
17543 * faces.el (list-faces-display): Provide button when describe-face
17544 is called to take user back to the list of faces.
17545
17546 * help-fns.el (describe-variable): Remove hyperlinks in a
17547 variable's value as these are quite frequently inappropriate.
17548
17549 * follow.el (follow-submit-feedback, follow-mode):
17550 Remove references to post-command-idle-hook.
17551
17552 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17553
17554 * progmodes/make-mode.el (makefile-previous-dependency)
17555 (makefile-match-dependency): Check for := (and in bsd mode also
17556 !=) to give a better result, even when font-lock is not on.
17557
17558 2005-05-18 Jay Belanger <belanger@truman.edu>
17559
17560 * calc/calc-help.el (calc-s-prefix-help):
17561 Add `calc-copy-special-constant' to help string.
17562
17563 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17564
17565 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17566
17567 2005-05-18 Jay Belanger <belanger@truman.edu>
17568
17569 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17570 in linear factors are in proper order.
17571
17572 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17573
17574 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17575 Support for jurabib.
17576
17577 * textmodes/reftex.el (featurep): Define aliases for overlay
17578 commands, for XEmacs compatibility, and use these aliases in
17579 overlay initializations.
17580 (reftex-highlight): Use `reftex-move-overlay'.
17581 (reftex-unhighlight): Use `reftex-delete-overlay'.
17582 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17583 (reftex-access-search-path): Use `reftex-uniquify' instead of
17584 `reftex-uniq'
17585
17586 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17587 `before-string' property modification enables for Emacs as well.
17588 (reftex-select-item): Use `reftex-delete-overlay'.
17589 (reftex-select-mark): Use `reftex-make-overlay' and
17590 `reftex-overlay-put'.
17591 (reftex-select-unmark): Use `reftex-delete-overlay' and
17592 `reftex-overlay-put'.
17593
17594 2005-05-18 Lute Kamstra <lute@gnu.org>
17595
17596 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17597
17598 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17599
17600 * add-log.el (add-change-log-entry):
17601 * array.el (array-make-template, array-reconfigure-rows)
17602 (array-init-max-row, array-init-max-column)
17603 (array-init-columns-per-line, array-init-field-width):
17604 * replace.el (replace-match-maybe-edit, perform-replace):
17605 * textmodes/spell.el (spell-region):
17606 Replace `read-input' by `read-string'.
17607
17608 * forms.el (forms-mode):
17609 * finder.el (finder-compile-keywords):
17610 * shadowfile.el (shadow-read-files):
17611 Replace `eval-current-buffer' by `eval-buffer'.
17612
17613 * terminal.el (te-pass-through):
17614 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17615 (ange-ftp-raw-send-cmd):
17616 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17617 (send-process-next-char, telnet-initial-filter, telnet):
17618 Replace `send-string' by `process-send-string'.
17619
17620 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17621 (prolog-consult-region): Replace `send-string' by
17622 `process-send-string'; replace `send-region' by `process-send-region'.
17623
17624 * progmodes/delphi.el (delphi-log-msg):
17625 Replace `set-window-dot' by `set-window-point'.
17626
17627 * subr.el (window-dot, set-window-dot, read-input, send-string)
17628 (send-region, show-buffer, eval-current-buffer):
17629 Make really obsolete, as the comment says.
17630
17631 2005-05-17 Kim F. Storm <storm@cua.dk>
17632
17633 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17634 (cua--init-keymaps): Bind C-return instead of S-return to set
17635 rectangle mark.
17636
17637 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17638 instead of S-return to toggle/clear rectangle mark.
17639
17640 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17641
17642 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17643 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17644 Also fontify plain strings assigned to variables, mostly so that a
17645 colon has a face and is thus not taken as a dependency separator.
17646 (makefile-previous-dependency): Inline the new matcher, because it
17647 is too complex to work in both directions.
17648 (makefile-match-dependency): Eliminate `backward' arg (see above).
17649 Completely reimplemented so as to not sometimes go into an endless
17650 loop. It should also be more efficient, because first it only
17651 searches for `:', instead of applying the very complex regexp.
17652 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17653 to be fontified in one piece can be too long for JIT.
17654 Makefiles are never *that* big.
17655
17656 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17657
17658 * dired.el (dired-mode): Simplify.
17659
17660 2005-05-17 Lute Kamstra <lute@gnu.org>
17661
17662 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17663 defcustom for the mode hook variable.
17664
17665 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17666 Emacs Lisp Reference Manual.
17667
17668 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17669
17670 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17671 (evenp, list*):
17672 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17673 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17674
17675 * net/tramp-smb.el (tramp-smb-open-connection):
17676 Pass `tramp-chunksize' as fifth (required) argument.
17677
17678 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17679
17680 * font-lock.el (lisp-font-lock-keywords-1):
17681 Set `font-lock-negation-char-face' for [^...] char group.
17682 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17683
17684 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17685 a var, and refine it to mask one more level of nested vars.
17686 (makefile-rule-action-regex): Turn it into a var, and refine it so
17687 it recognizes backslashed continuation lines as belonging to the
17688 same command.
17689 (makefile-macroassign-regex): Refine it so it recognizes
17690 backslashed continuation lines as belonging to the same command.
17691 (makefile-var-use-regex): Don't look at the next char, because it
17692 might be the same one to be skipped by the initial [^$], leading
17693 to an overlooked variable use.
17694 (makefile-make-font-lock-keywords): Remove two parameters, which
17695 are now variables that some of the modes set locally.
17696 Handle dependency and rule action matching through functions, because
17697 regexps alone match too often. Dependency matching now comes
17698 last, so it can check, whether a colon already matched something else.
17699 (makefile-mode): Inform that font-lock improves makefile parsing
17700 capabilities.
17701 (makefile-match-dependency, makefile-match-action): New functions.
17702
17703 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17704
17705 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17706
17707 * align.el (align-regexp):
17708 * ansi-color.el (ansi-color-get-face):
17709 * array.el (array-reconfigure-rows, array-init-max-row)
17710 (array-init-max-column, array-init-columns-per-line)
17711 (array-init-field-width):
17712 * dired-aux.el (dired-trample-file-versions):
17713 * dired-x.el (dired-mark-sexp):
17714 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17715 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17716 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17717 * faces.el (face-read-integer):
17718 * files.el (backup-extract-version, insert-directory):
17719 * hexl.el (hexl-insert-decimal-char):
17720 * server.el (server-process-filter):
17721 * shell.el (shell-extract-num):
17722 * startup.el (command-line-1):
17723 * term.el (term-command-hook):
17724 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17725 (time-stamp-do-number):
17726 * time.el (display-time-update):
17727 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17728 (timezone-fix-time):
17729 * vms-patch.el (vms-suspend-resume-hook):
17730 * calendar/appt.el (appt-convert-time):
17731 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17732 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17733 * calendar/cal-islam.el (mark-islamic-diary-entries):
17734 * calendar/calendar.el (calendar-cursor-to-date)
17735 (calendar-star-date):
17736 * calendar/diary-lib.el (diary-attrtype-convert)
17737 (mark-diary-entries, diary-entry-time):
17738 * calendar/solar.el (solar-get-number):
17739 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17740 * emacs-lisp/re-builder.el (reb-display-subexp):
17741 * emulation/edt.el (edt-set-scroll-margins):
17742 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17743 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17744 (vip-get-ex-count):
17745 * emulation/viper-ex.el (viper-get-ex-token)
17746 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17747 * international/fontset.el (fontset-plain-name):
17748 * mail/feedmail.el (feedmail-look-at-queue-directory):
17749 * mail/mailalias.el (mail-get-names):
17750 * mail/rmail.el (rmail-convert-to-babyl-format):
17751 * mail/rmailsum.el (rmail-make-basic-summary-line)
17752 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17753 (rmail-summary-goto-msg):
17754 * mail/smtpmail.el (smtpmail-read-response):
17755 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17756 (ange-ftp-vms-add-file-entry):
17757 * play/gametree.el (gametree-looking-at-ply)
17758 (gametree-current-branch-score):
17759 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17760 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17761 * progmodes/cperl-mode.el (condition-case):
17762 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17763 (ebrowse-set-member-buffer-column-width)
17764 (ebrowse-select-1st-to-9nth):
17765 * progmodes/etags.el (etags-snarf-tag):
17766 * progmodes/flymake.el (flymake-parse-line):
17767 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17768 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17769 (idlwave-shell-menu-def):
17770 * progmodes/ps-mode.el (ps-run-goto-error):
17771 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17772 (vhdl-speedbar-contract-level):
17773 * term/mac-win.el (x-handle-numeric-switch):
17774 * term/sun-mouse.el (sun-get-frame-data):
17775 * term/w32-win.el (x-handle-numeric-switch):
17776 * term/x-win.el (x-handle-numeric-switch):
17777 * textmodes/ispell.el (ispell-parse-output):
17778 * textmodes/nroff-mode.el (nroff-outline-level):
17779 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17780 (reftex-bib-sort-year-reverse, reftex-format-citation):
17781 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17782 (reftex-section-number):
17783 * textmodes/texinfmt.el (texinfo-paragraphindent):
17784 Replace `string-to-int' by `string-to-number'.
17785
17786 * international/latexenc.el: Add page marker to force the "Local
17787 Variables:" string out of the last page.
17788
17789 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17790
17791 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17792 tooltip-change-major-mode.
17793 (gud-tooltip-print-command): Remove case where gud-minor-mode
17794 is gdb ("--fullname").
17795 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17796 explain to user.
17797
17798 2005-05-16 Jay Belanger <belanger@truman.edu>
17799
17800 * calc/calc-store.el (calc-copy-special-constant): New function.
17801
17802 * calc/calc-ext.el (calc-init-extensions): Add binding for
17803 `calc-copy-special-constant'.
17804
17805 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17806 for the `calc-copy-special-constant' command.
17807
17808 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17809
17810 * subr.el (left-fringe-p): New function.
17811
17812 * progmodes/compile.el (compilation-setup): Set local value of
17813 overlay-arrow-string to "" always.
17814 (compilation-set-window): Left fringe then don't scroll.
17815 No left fringe then no arrow and scroll message to top.
17816 (compilation-context-lines): Adjust doc string accordingly.
17817
17818 2005-05-16 Kim F. Storm <storm@cua.dk>
17819
17820 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17821 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17822 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17823 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17824 (ido-read-file-name): Handle commands with ido property value
17825 equal to find-file as reading a file name, to allow C-d to enter dired.
17826 (ibuffer-find-file): Add ido property with value find-file.
17827
17828 2005-05-15 Kim F. Storm <storm@cua.dk>
17829
17830 * subr.el (open-network-stream-nowait): Remove.
17831 (open-network-stream-server): Remove.
17832
17833 2005-05-15 Richard M. Stallman <rms@gnu.org>
17834
17835 * faces.el (describe-face): Output a definition link button.
17836
17837 * help-mode.el (help-face-def): New button type.
17838
17839 * emacs-lisp/copyright.el (copyright-fix-years):
17840 Match properly if the first year is 2-digit.
17841 Don't mess up the whitespace after the years by filling.
17842
17843 * dired-aux.el (dired-mark-confirm):
17844 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17845
17846 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17847 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17848 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17849
17850 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17851 Set font-lock-comment-start-skip.
17852
17853 * font-lock.el (font-lock-comment-start-skip): New variable.
17854 (font-lock-comment-end-skip): New variable.
17855 (font-lock-fontify-syntactically-region): Use them if non-nil.
17856
17857 2005-05-15 Jay Belanger <belanger@truman.edu>
17858
17859 * calc/calc-store.el (calc-store-value): Return a string rather
17860 than display it as a message.
17861 Use calc-var-name for variable name.
17862 (calc-store-into): Add the result of calc-store-value to message.
17863 (calc-copy-variable): Add a message.
17864 (calc-store-exchange): Improve error messages.
17865 (calc-store-binary, calc-store-map): Don't reset the values of
17866 special constants.
17867
17868 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17869
17870 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17871 manual to docstring.
17872
17873 * files.el (hack-local-variables-confirm): Add STRING argument.
17874 Make the function handle non file visiting buffers correctly.
17875 (hack-local-variables-prop-line, hack-local-variables)
17876 (hack-one-local-variable): Use STRING arg of
17877 `hack-local-variables-confirm'.
17878
17879 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17880
17881 Sync with Tramp 2.0.49.
17882
17883 * net/tramp.el (tramp-handle-dired-call-process)
17884 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17885 because the contents of the Tramp buffer is changed before
17886 insertion (`expand-file' and alike).
17887 (tramp-handle-insert-directory): If `localname' has an empty
17888 nondirectory name, it must not be quoted.
17889 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17890 variable `tramp-chunksize'. Change callees.
17891 (tramp-open-connection-setup-interactive-shell): Check remote host
17892 for buggy `send-process-string' implementation.
17893 Set `tramp-chunksize' if found. Reported by Michael Kifer
17894 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17895 (tramp-handle-shell-command): `insert-buffer' cannot be used
17896 because the contents of the Tramp buffer is changed before
17897 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17898 <frederic.bothamy@free.fr>.
17899 (tramp-set-auto-save): Actions should be done for Tramp file name
17900 handler only. Ange-FTP has its own auto-save mechanism.
17901 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17902 (tramp-set-auto-save-file-modes): Set file modes of
17903 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17904 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17905 (tramp-bug): Remove obsolete variable.
17906 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17907 for presence of `mml-mode'. Make it running for older Emacsen as well.
17908
17909 2005-05-14 John Paul Wallington <jpw@pobox.com>
17910
17911 * ibuf-ext.el (define-ibuffer-filter filename):
17912 If `dired-directory' is a list, use its car.
17913
17914 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17915
17916 * ibuffer.el (define-ibuffer-column filename):
17917 If `dired-directory' is a list, use its car.
17918
17919 2005-05-14 Richard M. Stallman <rms@gnu.org>
17920
17921 * subr.el (symbol-file): Doc fix.
17922
17923 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17924 (byte-compile-form): Call byte-compile-nogroup-warn.
17925 (byte-compile-warning-types): Doc fix.
17926
17927 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17928
17929 * progmodes/cc-engine.el (c-literal-faces):
17930 Add font-lock-comment-delimiter-face.
17931
17932 * net/net-utils.el (dig): Use with-no-warnings.
17933
17934 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17935 (sc-recite-frame-alist, sc-default-cite-frame)
17936 (sc-default-uncite-frame, sc-default-recite-frame)
17937 (sc-attrib-selection-list, sc-rewrite-header-list):
17938 Mark as risky-local-variable.
17939
17940 * international/ogonek.el (ogonek-jak, ogonek-how):
17941 Don't use beginning-of-buffer.
17942
17943 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17944
17945 * calendar/solar.el (solar-data-list): Move definition up.
17946
17947 * dnd.el (dnd-protocol-alist): Add autoload.
17948
17949 * progmodes/sh-script.el: Many doc usage fixes.
17950 (sh-indent-after-do): Change default to match common styles.
17951
17952 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17953
17954 * files.el (interpreter-mode-alist)
17955 (auto-mode-interpreter-regexp): Doc fixes.
17956
17957 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17958
17959 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17960
17961 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17962
17963 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17964
17965 * dired.el (dired-mode): make-variable-buffer-local =>
17966 make-local-variable.
17967
17968 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17969
17970 * term/mac-win.el (mac-select-convert-to-string): Try coding
17971 systems in mac-script-code-coding-systems if specified one cannot
17972 encode string for `com.apple.traditional-mac-plain-text'.
17973
17974 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17975
17976 * progmodes/make-mode.el (makefile-targets-face)
17977 (makefile-shell-face, makefile-makepp-perl-face): New faces.
17978 (makefile-dependency-regex): Fix it to not make the colon in
17979 $(var:a=b) special.
17980 (makefile-rule-action-regex): New regexp for highlighting embedded
17981 Shell strings.
17982 (makefile-macroassign-regex): Handle != for highlighting as
17983 embedded Shell strings.
17984 (makefile-var-use-regex): New const.
17985 (makefile-statements, makefile-automake-statements)
17986 (makefile-gmake-statements, makefile-makepp-statements)
17987 (makefile-bsdmake-statements): New consts.
17988 (makefile-make-font-lock-keywords): New function.
17989 (makefile-automake-font-lock-keywords)
17990 (makefile-gmake-font-lock-keywords)
17991 (makefile-makepp-font-lock-keywords)
17992 (makefile-bsdmake-font-lock-keywords): New consts.
17993 (makefile-mode-map): Add switchers between the various submodes.
17994 (makefile-mode): Document the availability of the variants.
17995 (makefile-automake-mode, makefile-gmake-mode)
17996 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17997
17998 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17999 new variants of makefile-mode.
18000
18001 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18002
18003 * font-lock.el (font-lock-comment-delimiter-face): Fix up
18004 the inheritance.
18005
18006 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
18007
18008 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
18009 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
18010
18011 * files.el (normal-mode): Extend the scope of the
18012 `enable-local-variables' binding to include the `set-auto-mode' call.
18013 (magic-mode-alist): Doc fix.
18014
18015 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18016
18017 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
18018 font-lock-comment-face rather than copying its setting.
18019
18020 2005-05-12 Andreas Schwab <schwab@suse.de>
18021
18022 * eshell/esh-mode.el (eshell-send-input): Doc fix.
18023
18024 2005-05-12 Lute Kamstra <lute@gnu.org>
18025
18026 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
18027 defcustom for the mode hook variable. Delete the last argument.
18028 * generic-x.el: Fix callers of define-generic-mode.
18029 (generic-x-modes): Delete group.
18030 (show-tabs-tab-face, show-tabs-space-face): Put them in the
18031 generic-x customization group.
18032
18033 2005-05-12 Kim F. Storm <storm@cua.dk>
18034
18035 * font-lock.el (font-lock-negation-char-face): Default to "off".
18036
18037 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
18038 font-lock-negation-char-face to ! in !=.
18039
18040 2005-05-12 Masatake YAMATO <jet@gyve.org>
18041
18042 * add-log.el (find-change-log): Fix typos in the docstring
18043 of function.
18044
18045 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18046
18047 * international/latexenc.el (latexenc-find-file-coding-system):
18048 Avoid `re-search-forward' when looking for input encoding because
18049 of speed and safety. Better regular expressions for recognizing
18050 input encoding. Limit a search for TeX-master/tex-main-file to
18051 the local variable section.
18052
18053 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
18054
18055 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
18056 syntax of $ to "'" (quote).
18057
18058 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
18059
18060 * dnd.el (dnd-protocol-alist): Improve custom type.
18061
18062 * dired.el (dired-dnd-protocol-alist): New variable.
18063 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
18064 `dired-mode-hook' to the end.
18065
18066 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
18067
18068 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
18069 comment-end if comment-start-skip is not set.
18070 Obey the font-lock-comment-delimiter-face variables.
18071
18072 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
18073
18074 * files.el (executable-find): Move from executable.el. Use
18075 locate-file.
18076 * progmodes/executable.el (executable-find): Move to files.el.
18077
18078 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
18079 when trying to ensure forward progress.
18080
18081 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
18082
18083 * mouse-sel.el (mouse-sel-follow-link-p): New function.
18084 (mouse-select, mouse-select-internal, mouse-extend-internal):
18085 Use it to implement mouse-1-click-follows-link functionality.
18086
18087 2005-05-11 Richard M. Stallman <rms@gnu.org>
18088
18089 * font-lock.el (font-lock-fontify-syntactically-region):
18090 Use font-lock-comment-delimiter-face for comment delimiters.
18091
18092 2005-05-10 Jay Belanger <belanger@truman.edu>
18093
18094 * calc/calc-help.el (calc-m-prefix-help): Add mention of
18095 preserving embedded modes.
18096
18097 2005-05-10 Richard M. Stallman <rms@gnu.org>
18098
18099 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
18100
18101 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
18102 Move from ada-stmt.el.
18103 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
18104
18105 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
18106 Move to ada-mode.el.
18107 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
18108
18109 * cus-edit.el (custom-file): Call file-chase-links.
18110
18111 * files.el (read-directory-name): Fix previous change.
18112 (hack-local-variables-confirm): New function.
18113 (hack-local-variables-prop-line, hack-local-variables)
18114 (hack-one-local-variable): Use it.
18115
18116 2005-05-10 Lute Kamstra <lute@gnu.org>
18117
18118 * font-lock.el (font-lock-keywords-alist)
18119 (font-lock-removed-keywords-alist): Clarify docstrings.
18120
18121 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
18122
18123 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
18124 (gdb-source-info): Check for preprocessor info.
18125 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
18126 a macro for a function.
18127 (gdb-info-breakpoints-custom): Try to find file again if not already
18128 found (user might have used GDB dir command).
18129 (gdb-get-location): Update gdb-location-alist correctly for change
18130 to gdb-info-breakpoints-custom.
18131
18132 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
18133 (gud-tooltip-print-command): Add gdbmi case.
18134 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
18135 preprocessor info.
18136
18137 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
18138
18139 * startup.el (fancy-splash-insert): Fix typo in doc string.
18140
18141 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
18142
18143 * obsolete/float.el (string-to-float):
18144 * obsolete/hilit19.el (hilit-add-pattern):
18145 * obsolete/rnews.el (news-parse-range, news-select-message)
18146 (news-get-pruned-list-of-files): Replace `string-to-int' by
18147 `string-to-number'.
18148
18149 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
18150 `find-file-not-found-hooks'; use `add-hook'.
18151 (uncompress-while-visiting): Set `write-file-functions', not
18152 `write-file-hooks'; use `add-hook'.
18153
18154 2005-05-09 Kim F. Storm <storm@cua.dk>
18155
18156 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
18157 (cua-paste): Handle clipboard action.
18158 (cua--init-keymaps): Remap clipboard-kill-region and
18159 clipboard-kill-ring-save.
18160
18161 2005-05-08 Eli Zaretskii <eliz@gnu.org>
18162
18163 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18164 Improve commentary.
18165
18166 * simple.el (next-error-overlay-arrow-position): Revert the change
18167 made on 2005-04-30.
18168
18169 2005-05-07 Jay Belanger <belanger@truman.edu>
18170
18171 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
18172 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
18173 `calc-sel-reselect'.
18174
18175 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
18176 Calc is in embedded mode.
18177
18178 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18179
18180 * progmodes/compile.el (compilation-setup):
18181 Set overlay-arrow-string to an empty string on text terminals.
18182
18183 * textmodes/ispell.el (ispell-program-name): Try looking for
18184 "aspell" along exec-path, and if found, use it as the default
18185 speller program.
18186
18187 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
18188
18189 * international/mule.el (sgml-xml-auto-coding-function):
18190 Recognize encoding='FOO' in single quotes as well as in double quotes.
18191
18192 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18193
18194 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
18195 as well as `interactive', so that defmacro* would recognize
18196 `declare' forms.
18197
18198 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18199
18200 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18201 Explain more about the LIGHTER arg's usage in the doc string.
18202 Add commentary to clarify what the code does. Fix the regexp that
18203 strips whitespace from LIGHTER. Quote LIGHTER before using it,
18204 since it could have characters special to regular expressions.
18205
18206 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18207
18208 * replace.el (occur-1): Bind inhibit-read-only so that
18209 erase-buffer doesn't barf on read-only text properties (likewise
18210 for add-text-properties in occur-engine). Mark buffer as unmodified.
18211 (occur-engine): Don't set buffer-read-only here.
18212
18213 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18214
18215 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
18216 list-buffers-directory. This caused the *cvs-commit* buffer to be
18217 sometimes mistakenly reused as a *cvs* buffer.
18218
18219 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
18220
18221 * tooltip.el: Move code for GUD tooltips into gud.el.
18222 (require): CL no longer needed to compile case.
18223 (tooltip-mode): Do not toggle functions for GUD tooltips.
18224 (tooltip-gud-tips-p): Remove. Replace with minor mode
18225 gud-tooltip-mode in gud.el.
18226 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
18227 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
18228 tooltip-gud prefix with gud-tooltip and obsolete.
18229 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
18230 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
18231 (tooltip-mouse-motion): Mouse movement functions/variable.
18232 Rename in gud.el by adding gud prefix.
18233 (tooltip-gud-original-filter, tooltip-gud-dereference)
18234 (tooltip-gud-event, tooltip-toggle-gud-tips)
18235 (tooltip-gud-process-output, tooltip-gud-print-command)
18236 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
18237 gud.el by replacing tooltip-gud prefix with gud-tooltip.
18238 (gdb-tooltip-print): Move to gdb-ui.el.
18239
18240 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
18241 (require): CL needed to compile case.
18242 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
18243 tooltip-gud-tips-p. Make it a minor-mode.
18244 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
18245 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
18246 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
18247 (gud-tooltip-change-major-mode)
18248 (gud-tooltip-activate-mouse-motions-if-enabled)
18249 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
18250 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
18251 (gud-tooltip-original-filter, gud-tooltip-dereference)
18252 (gud-tooltip-event, tooltip-toggle-gud-tips)
18253 (gud-tooltip-process-output, gud-tooltip-print-command)
18254 (gud-tooltip-tips): Move from tooltip.el.
18255
18256 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
18257 (gdb-cpp-define-alist-flags): Doc fix.
18258 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
18259 gud-tooltip-mode is t.
18260
18261 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18262
18263 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
18264 evaporate if their text is deleted.
18265 (goto-address-at-point): Make it work as a mouse binding as well.
18266 (goto-address-at-mouse): Obsolete it. Update users.
18267
18268 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
18269
18270 * calendar/appt.el (top-level): No longer activate on load.
18271
18272 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
18273
18274 * calendar/cal-bahai.el (mark-bahai-diary-entries):
18275 * net/webjump.el (webjump):
18276 * progmodes/idlw-help.el (idlwave-do-context-help1)
18277 (idlwave-highlight-linked-completions):
18278 * textmodes/po.el (po-find-file-coding-system-guts):
18279 Replace `assoc-ignore-case' by `assoc-string'.
18280
18281 2005-05-06 Eli Zaretskii <eliz@gnu.org>
18282
18283 * files.el (locate-file): Doc fix.
18284
18285 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
18286 Remove the redundant test for ms-dos.
18287
18288 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
18289 look for the preprocessor with exec-suffixes. If not found in
18290 standard places, look in exec-path. Remove most of the tests that
18291 used system-type.
18292
18293 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
18294
18295 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
18296
18297 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
18298 file-name clash with jka-compr.el on 8+3 filesystems.
18299
18300 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18301
18302 * term/mac-win.el: Don't define or bind scroll bar functions if
18303 x-toolkit-scroll-bars is t.
18304 (x-select-text, x-get-selection-value): Clear
18305 x-last-selected-text-clipboard if x-select-enable-clipboard is
18306 nil.
18307 (PRIMARY): Put mac-scrap-name property.
18308 (mac-select-convert-to-file-url): New function.
18309 (public.file-url): New selection target type. Add to
18310 selection-converter-alist.
18311 (x-get-selection, x-selection-value): Handle it.
18312 (x-cut-buffer-or-selection-value): New alias.
18313
18314 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18315
18316 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
18317 entry to avoid calling bibtex-find-entry with arg global
18318 being t. Remove arg key.
18319 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
18320 (bibtex-copy-summary-as-kill): Change accordingly.
18321
18322 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18323
18324 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
18325 (org-agenda-date-later): Use with-current-buffer.
18326
18327 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
18328
18329 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18330 (define-obsolete-variable-alias): Doc Fixes.
18331
18332 2005-05-06 Kim F. Storm <storm@cua.dk>
18333
18334 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
18335 vertical-motion when selective-display is active.
18336
18337 * ido.el (ido-setup-hook): New hook.
18338 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18339 (ido-input-stack): New var.
18340 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
18341 ido-next-work-file binding to M-O.
18342 Bind M-f to ido-wide-find-file-or-pop-dir.
18343 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18344 (ido-read-internal): Run ido-setup-hook.
18345 Catch quit in read-file-name and read-string to cancel edit.
18346 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18347 Automatically pop-all when completing a directory name (RET).
18348 (ido-file-internal): Add with-no-warnings around ffap and dired code.
18349 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18350 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18351 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18352 New functions for M-b/M-f to move among the directory components.
18353 (ido-make-merged-file-list): Catch quit to cancel merge.
18354 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18355 (ido-completion-help): No warnings for ido-completion-buffer-full.
18356
18357 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18358
18359 * font-lock.el (font-lock-negation-char-face): New face and variable.
18360 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18361 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18362 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18363 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18364
18365 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18366
18367 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18368 Fix typo in docstring.
18369
18370 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18371 (ebrowse-print-statistics-line)
18372 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18373
18374 * term/w32-win.el (image-library-alist): Add additional name for
18375 Xpm library.
18376
18377 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18378
18379 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18380 use gcc instead of cpp.
18381
18382 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18383 (gdb-create-define-alist): Use it.
18384 (gdb-cpp-define-alist-program): Update for MS-DOS.
18385
18386 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18387
18388 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18389
18390 2005-05-04 Richard M. Stallman <rms@gnu.org>
18391
18392 * help.el (describe-key): No error when UNTRANSLATED is nil.
18393
18394 * simple.el (line-move-1): Fix previous change to signal errors
18395 appropriately.
18396
18397 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18398
18399 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18400 (icalendar-duration-correction): Remove.
18401 (icalendar--get-event-properties): Split result at commas.
18402 (icalendar--decode-isoduration): New optional argument
18403 DURATION-CORRECTION.
18404 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18405 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18406 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18407 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18408 (icalendar--convert-anniversary-to-ical): New functions, extracted
18409 from icalendar-export-region, with bug fixes.
18410 (icalendar-export-region): Use the above functions.
18411 (icalendar-import-buffer): Check before saving diary file.
18412 (icalendar--convert-recurring-to-diary)
18413 (icalendar--convert-non-recurring-all-day-to-diary)
18414 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18415 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18416 (icalendar--convert-ical-to-diary): Use the above functions.
18417
18418 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18419
18420 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18421 Remove these recent additions.
18422 (c-mode): Restore to before 2005-04-28.
18423
18424 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18425 recent addition.
18426
18427 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18428 (gdb-define-alist): New variables.
18429 (gdb-create-define-alist): New function.
18430 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18431 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18432 with string-to-number.
18433 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18434
18435 * progmodes/gud.el: Replace string-to-int with string-to-number.
18436 (gud-find-file): Handle gdb-define-alist.
18437
18438 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18439
18440 2005-05-02 Jay Belanger <belanger@truman.edu>
18441
18442 * calc/calc-aent.el (math-read-token):
18443 * calc/calc-bin.el (calc-word-size):
18444 * calc/calc-ext.el (calc-read-number-fancy):
18445 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18446 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18447 * calc/calc-frac.el (calc-over-notation):
18448 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18449 (calc-graph-num-points, calc-graph-init):
18450 * calc/calc-prog.el (calc-read-parse-table-part)
18451 (calc-edit-macro-repeats):
18452 * calc/calc-yank.el (calc-do-grab-rectangle):
18453 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18454 Replace `string-to-int' by `string-to-number'.
18455
18456 2005-05-02 Kim F. Storm <storm@cua.dk>
18457
18458 * kmacro.el: Use executing-kbd-macro-index variable.
18459
18460 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18461
18462 * net/rlogin.el (rlogin-parse-words): Delete func.
18463 (rlogin): Use split-string, not rlogin-parse-words.
18464 Also, if there are option-like elements in the parsed args,
18465 take the host to be the first arg immediately following them.
18466 Suggested by Michael Mauger.
18467
18468 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18469
18470 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18471
18472 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18473
18474 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18475 (cc-mode-cpp-program): Rename to cc-define-list-program and
18476 move to cc-vars.el.
18477
18478 * progmodes/cc-vars.el (cc-define-list-program):
18479 Change to "gcc -E -dM -". Make customizable.
18480
18481 2005-05-02 Kim F. Storm <storm@cua.dk>
18482
18483 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18484
18485 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18486
18487 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18488
18489 * international/mule-util.el (truncate-string): Remove alias and
18490 obsolete declaration.
18491
18492 * international/mule-cmds.el (update-iso-coding-systems):
18493 Remove alias and obsolete declaration.
18494
18495 * international/mule.el (coding-system-parent): Remove alias and
18496 obsolete declaration.
18497
18498 * subr.el (define-function, sref): Remove aliases and obsolete
18499 declarations.
18500 (chars-in-region): Remove obsolete declaration.
18501
18502 2005-05-01 Richard M. Stallman <rms@gnu.org>
18503
18504 * info.el (Info-mode): Set widen-automatically to nil, locally.
18505
18506 * simple.el (widen-automatically): New variable.
18507 (pop-global-mark): Obey widen-automatically.
18508
18509 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18510
18511 * term/xterm.el (function-key-map): Call substitute-key-definition
18512 before the keymap size is increased by a lot of define-key calls.
18513
18514 2005-05-01 Richard M. Stallman <rms@gnu.org>
18515
18516 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18517 Rename ARG to ELEMENT. Doc fix.
18518
18519 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18520
18521 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18522 Remove references to allout-exposure/change to allout-new-exposure.
18523
18524 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18525 bytecode symbols.
18526
18527 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18528 (compiled-function-p, focus-frame, unfocus-frame):
18529 Remove aliases and obsolete declarations.
18530 Back out inadvertent changes from previous commit.
18531
18532 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18533
18534 * files.el (require-final-newline): Make Custom tags consistent
18535 with mode-require-final-newline.
18536 (mode-require-final-newline): Doc fix.
18537
18538 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18539
18540 * international/latexenc.el (latexenc-find-file-coding-system):
18541 Fix regular expressions.
18542
18543 2005-05-01 David Kastrup <dak@gnu.org>
18544
18545 * international/latexenc.el (latexenc-find-file-coding-system):
18546 Fix regular expressions.
18547
18548 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18549
18550 * subr.el (string-to-int): Make obsolete.
18551
18552 2005-04-30 Richard M. Stallman <rms@gnu.org>
18553
18554 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18555
18556 * loadup.el: load jka-comp-hook.
18557
18558 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18559 (jka-compr-handler): Add autoload. `put' calls moved
18560 to jka-comp-hook.el.
18561 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18562 (jka-compr-inhibit): Autoload.
18563
18564 * jka-comp-hook.el: New file.
18565 Enable the mode by default.
18566
18567 * files.el (backup-buffer-copy): Use copy-file instead
18568 of write-region, and put back the 'excl.
18569
18570 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18571
18572 * progmodes/flymake.el (flymake-split-string)
18573 (flymake-split-string, flymake-log, flymake-pid-to-names)
18574 (flymake-reg-names, flymake-get-source-buffer-name)
18575 (flymake-unreg-names, flymake-add-line-err-info)
18576 (flymake-add-err-info): Clarify docstrings.
18577 (flymake-popup-menu, flymake-make-emacs-menu)
18578 (flymake-make-xemacs-menu): Add docstrings.
18579 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18580 Set variables directly throughout.
18581
18582 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18583
18584 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18585 exists. Initialize cc-define-alist.
18586 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18587 If there is no file (Macroexpansion) don't create an alist.
18588
18589 2005-04-29 Sam Steingold <sds@gnu.org>
18590
18591 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18592 (cc-create-define-alist): Use it instead of the hard-coded string.
18593
18594 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18595
18596 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18597 for latexenc.
18598
18599 2005-04-29 Lute Kamstra <lute@gnu.org>
18600
18601 * emacs-lisp/generic.el: Improve commentary section.
18602 (define-generic-mode): Improve docstring.
18603
18604 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18605
18606 * textmodes/org.el (many places): Change to quiet the byte compiler.
18607 (org-prefix-format-compiled): New variable.
18608 (org-compile-prefix-format): New function.
18609 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18610 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18611 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18612 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18613 consistency with entries from `org-mode' files.
18614 (org-get-time-of-day): Fix bug with partial matches early in a line.
18615 (org-non-link-chars): New constant.
18616 (org-link-regexp): Respect `org-non-link-chars'.
18617 (org-agenda-day-view): Remove command.
18618 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18619 (org-follow-bbdb-link, org-store-link): Search also company field.
18620 (org-highlight-overlay): New variable.
18621 (org-highlight, org-unhighlight): New functions.
18622 (org-agenda-mode): Add pre-command-hook to remove highlight.
18623 (org-evaluate-time-range): Behavior depends upon whether time stamp
18624 contains a time or not.
18625 (org-show-subtree, org-show-entry): New functions.
18626 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18627
18628 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18629
18630 * comint.el (comint-output-filter-functions): Add autoload cookie.
18631
18632 2005-04-28 Kim F. Storm <storm@cua.dk>
18633
18634 * ido.el (ido-everywhere): Fix last change.
18635
18636 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18637
18638 * international/latexenc.el: New file.
18639 * international/mule-conf.el (file-coding-system-alist): For .tex,
18640 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18641
18642 2005-04-28 Lute Kamstra <lute@gnu.org>
18643
18644 * font-lock.el (font-lock-add-keywords)
18645 (font-lock-remove-keywords): Clarify docstring.
18646 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18647 Don't start docstrings with a `*'.
18648 (font-lock-update-removed-keyword-alist): Give it a docstring.
18649
18650 * generic-x.el: Update commentary section.
18651 Only require font-lock when compiling.
18652 Define all modes conditionally.
18653 Place all generic modes in the generic-x-modes customization group.
18654 (generic-x-modes): New customization group.
18655 (generic-default-modes, generic-mswindows-modes)
18656 (generic-unix-modes, generic-other-modes): New constants.
18657 (generic-define-mswindows-modes, generic-define-unix-modes):
18658 Update docstrings. Make them obsolete.
18659 (generic-extras-enable-list): New default value. Update docstring.
18660 Improve :type. Change :set function.
18661 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18662 Fix docstring.
18663
18664 * emacs-lisp/generic.el (generic-mode-internal):
18665 Simplify font-lock-defaults.
18666 (define-generic-mode): Fix docstring.
18667
18668 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18669
18670 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18671 font-lock-face property to highlight matches.
18672
18673 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18674
18675 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18676 (cc-define-alist): New variable.
18677 (c-mode): Make it local and initialize it.
18678
18679 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18680 (gdb-exited): New function.
18681 (gdb-annotation-rules): Use it.
18682 (gdb-starting): Set gdb-active-process to t.
18683 (gdb-stopping): Amend doc string.
18684 (gdb-reset): Set gdb-active-process to nil.
18685
18686 * tooltip.el (tooltip-gud-tips): Show the associated #define
18687 directives when a C program under GDB is not executing.
18688
18689 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18690
18691 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18692 font-lock-fontify-syntactic-keywords.
18693
18694 * font-lock.el (font-lock-default-fontify-region): Don't force
18695 parse-sexp-lookup-properties to nil.
18696
18697 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18698
18699 * man.el (man-mode-syntax-table): Set up `:' to have
18700 word-constituent syntax.
18701
18702 2005-04-27 Lute Kamstra <lute@gnu.org>
18703
18704 * novice.el (disable-command): Don't add spurious newlines to the
18705 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18706
18707 2005-04-26 Jay Belanger <belanger@truman.edu>
18708
18709 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18710 than one window before deleting window.
18711
18712 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18713
18714 * shell.el (shell-prompt-pattern): Doc fix.
18715 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18716
18717 * comint.el (comint-prompt-regexp, comint-get-old-input)
18718 (comint-use-prompt-regexp)
18719 (comint-use-prompt-regexp-instead-of-fields)
18720 (comint-replace-by-expanded-history, comint-send-input)
18721 (comint-output-filter, comint-get-old-input-default)
18722 (comint-line-beginning-position, comint-bol, comint-show-output)
18723 (comint-backward-matching-input, comint-forward-matching-input)
18724 (comint-next-prompt, comint-previous-prompt):
18725 Rename `comint-use-prompt-regexp-instead-of-fields' to
18726 `comint-use-prompt-regexp'. Keep old name as alias and declare
18727 obsolete.
18728 (comint-use-prompt-regexp): Shorten first line of doc string.
18729
18730 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18731 Set paragraph-separate buffer locally to "\\'".
18732
18733 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18734 Adapt to above name change.
18735
18736 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18737 (smbclient-prompt-regexp): Ditto.
18738
18739 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18740
18741 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18742
18743 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18744 gdb-location-list.
18745 Break lines that are over 80 characters wide.
18746
18747 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18748
18749 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18750 New fun and var, to preserve compatibility.
18751
18752 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18753
18754 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18755
18756 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18757 name to file-newer-than-file-p.
18758
18759 2005-04-26 Richard M. Stallman <rms@gnu.org>
18760
18761 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18762
18763 * progmodes/python.el (python-mode):
18764 Use new name eldoc-documentation-function.
18765
18766 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18767
18768 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18769 (eldoc-documentation-function):
18770 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18771
18772 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18773
18774 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18775
18776 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18777
18778 * term/xterm.el (function-key-map): Fix strings for
18779 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18780 {C,S,A,C-S}-{f1-f12}.
18781
18782 2005-04-26 Kenichi Handa <handa@m17n.org>
18783
18784 * international/mule-cmds.el (select-safe-coding-system):
18785 Fix previous change.
18786
18787 2005-04-26 Lute Kamstra <lute@gnu.org>
18788
18789 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18790
18791 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18792 (font-lock-comment-delimiter-face): Ditto.
18793
18794 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18795
18796 2005-04-25 Jay Belanger <belanger@truman.edu>
18797
18798 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18799 to t while inserting information; use help-mode.
18800
18801 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18802
18803 * term.el (ansi-term-color-vector): Use the xterm colors.
18804 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18805
18806 2005-04-25 Lute Kamstra <lute@gnu.org>
18807
18808 * font-core.el (font-lock-defaults): Fix docstring.
18809
18810 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18811
18812 2005-04-25 Kenichi Handa <handa@m17n.org>
18813
18814 * international/mule-cmds.el (select-safe-coding-system):
18815 Don't check consistency with coding: spec, etc if raw-text or
18816 no-conversion was found to be safe.
18817
18818 2005-04-24 Richard M. Stallman <rms@gnu.org>
18819
18820 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18821 citation markers at start of each line.
18822
18823 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18824 citation markers at start of each line.
18825
18826 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18827
18828 * files.el (mode-require-final-newline): Fix previous change.
18829 (require-final-newline): Fix type label.
18830
18831 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18832
18833 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18834 statement in buffer (broken by 2004-11-24 change).
18835
18836 2005-04-24 Kim F. Storm <storm@cua.dk>
18837
18838 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18839 and read-file-name-function values. Don't overwrite existing
18840 non-nil values if ido-mode is enabled without ido-everywhere.
18841
18842 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18843
18844 * files.el (mode-require-final-newline): Minor doc fix.
18845
18846 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18847
18848 * subr.el (syntax-after): Doc fix.
18849 (syntax-class): If argument is nil, return nil. Mask off upper 16
18850 bits, not 8 bits.
18851
18852 * files.el (mode-require-final-newline): Doc fix.
18853 (backup-buffer-copy): Fix last change.
18854
18855 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18856
18857 * term/mac-win.el: Require select. Set selection-coding-system to
18858 mac-system-coding-system. Call menu-bar-enable-clipboard.
18859 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18860 (x-select-enable-clipboard): New variables.
18861 (x-select-text, x-get-selection, x-selection-value)
18862 (x-get-selection-value, mac-select-convert-to-string)
18863 (mac-services-open-file, mac-services-open-selection)
18864 (mac-services-insert-text): New functions.
18865 (CLIPBOARD, FIND): Put mac-scrap-name property.
18866 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18867 (public.tiff): Put mac-ostype property.
18868 (selection-converter-alist): Add entries for them.
18869 (mac-application-menu-map): New keymap.
18870 (interprogram-cut-function, interprogram-paste-function): Set to
18871 x-select-text and x-get-selection-value, respectively.
18872 (split-window-keep-point): Set to t.
18873
18874 2005-04-23 Richard M. Stallman <rms@gnu.org>
18875
18876 * files.el (read-directory-name): Always pass non-nil
18877 DEFAULT-FILENAME arg to read-file-name.
18878 (backup-buffer-copy, basic-save-buffer-2): Take care against
18879 writing thru an unexpected existing symlink.
18880 (revert-buffer): In indirect buffer, revert the base buffer.
18881 (magic-mode-alist): Doc fix.
18882 (buffer-stale-function): Doc fix.
18883 (minibuffer-with-setup-hook): Avoid warning.
18884 (mode-require-final-newline): Doc and custom fix.
18885
18886 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18887
18888 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18889 use the default appearance.
18890 (font-lock-comment-delimiter-face): New face, new variable.
18891
18892 * imenu.el (imenu--generic-function): The official position of a
18893 definition is the start of the line that BEG is in.
18894
18895 * midnight.el (midnight-timer): Move defvar up.
18896
18897 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18898
18899 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18900
18901 * startup.el (command-line): Use with-no-warnings.
18902
18903 * window.el (window-size-fixed): New defvar.
18904
18905 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18906
18907 * mail/rmail.el (rmail-font-lock-keywords):
18908 Use font-lock-comment-delimiter-face.
18909
18910 * mail/sendmail.el (mail-font-lock-keywords):
18911 Use font-lock-comment-delimiter-face.
18912
18913 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18914
18915 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18916
18917 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18918 Specify t for LAXMATCH when matching directories.
18919 Save match data around compilation-compat-error-properties form.
18920
18921 2005-04-23 David Kastrup <dak@gnu.org>
18922
18923 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18924 Mention that the autoloaded aliases should be kept for AUCTeX.
18925
18926 2005-04-23 Andreas Schwab <schwab@suse.de>
18927
18928 * isearch.el (isearch-forward): Doc fix.
18929
18930 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18931
18932 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18933 (jit-lock-stealth-nice): Change default value to 0.5.
18934
18935 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18936
18937 * abbrev.el (write-abbrev-file): Write table entries in
18938 alphabetical order by table name.
18939
18940 2005-04-22 Kim F. Storm <storm@cua.dk>
18941
18942 * ido.el (ido-read-internal): Fix `list' completion.
18943
18944 2005-04-22 Kenichi Handa <handa@m17n.org>
18945
18946 * recentf.el (recentf-save-file-coding-system): New variable.
18947 (recentf-save-list): Encode the file by
18948 recentf-save-file-coding-system and add coding: tag.
18949
18950 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18951
18952 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18953
18954 2005-04-21 Lute Kamstra <lute@gnu.org>
18955
18956 * loadhist.el (unload-feature): Don't remove a function from hooks
18957 if it is about to be restored to an autoload . Remove functions
18958 that will become unbound from auto-mode-alist. Simplify the code.
18959
18960 * subr.el (assq-delete-all): New implementation that is linear,
18961 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18962 (rassq-delete-all): New function.
18963
18964 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18965 Add size-indication-mode.
18966
18967 2005-04-21 Kenichi Handa <handa@m17n.org>
18968
18969 * international/mule-cmds.el: Add autoload for widget-value in
18970 eval-when-compile.
18971
18972 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18973
18974 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18975 Add tooltip-mode.
18976
18977 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18978
18979 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
18980
18981 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18982 (inferior-lisp-filter-regexp, inferior-lisp-program)
18983 (inferior-lisp-load-command, inferior-lisp-prompt)
18984 (inferior-lisp-mode-hook, lisp-source-modes)
18985 (inferior-lisp-load-hook): defvar->defcustom.
18986 (inferior-lisp-program, inferior-lisp-prompt)
18987 (inferior-lisp-load-hook): Doc fixes.
18988 (inferior-lisp-install-letter-bindings): Small change in
18989 introductory comment.
18990
18991 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
18992
18993 * vc.el (vc-annotate-color-map): Change some colors so that text
18994 using them as foreground is readable on both white and black
18995 backgrounds.
18996
18997 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18998
18999 * international/mule-conf.el (translation-table-for-input):
19000 Remove redundant declaration.
19001
19002 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
19003
19004 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
19005
19006 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
19007 (tooltip-toggle-gud-tips): New function.
19008
19009 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19010
19011 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
19012 right angle brackets.
19013
19014 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
19015
19016 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
19017
19018 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
19019
19020 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
19021 Remove. Update callers to use expand-file-name instead.
19022
19023 * subr.el (syntax-class): New function.
19024
19025 * simple.el (blink-matching-open): Use it.
19026
19027 * paren.el (show-paren-function): Use it to recognize parens that are
19028 also used in 2-char comment markers.
19029
19030 2005-04-19 Lute Kamstra <lute@gnu.org>
19031
19032 * loadhist.el (unload-feature): Update for new format of
19033 load-history. Simplify the code.
19034
19035 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19036
19037 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
19038 (mac-add-charset-info): New function. Initialize variable
19039 mac-charset-info-alist using it.
19040 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
19041 for translation.
19042 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
19043 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
19044 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
19045 New CCL programs.
19046
19047 2005-04-19 Kim F. Storm <storm@cua.dk>
19048
19049 * simple.el (next-buffer, prev-buffer, next-error)
19050 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
19051 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
19052
19053 * bindings.el (next-buffer, prev-buffer, next-error)
19054 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
19055 (clone-indirect-buffer-other-window): Move bindings from simple.el.
19056 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
19057 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
19058
19059 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
19060
19061 * isearch.el (isearch-edit-string): Make the search-ring available for
19062 minibuffer history commands.
19063 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
19064 the default history commands now work just as well.
19065 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
19066
19067 2005-04-18 Kim F. Storm <storm@cua.dk>
19068
19069 * emulation/cua-base.el (cua--pre-command-handler): Add more
19070 elaborate check for shift modifier on non-window systems.
19071
19072 2005-04-18 Lars Hansen <larsh@math.ku.dk>
19073
19074 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
19075
19076 2005-04-18 Kim F. Storm <storm@cua.dk>
19077
19078 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
19079 and make it optional. Don't test tooltip-gud-echo-area here.
19080 (tooltip-gud-process-output, gdb-tooltip-print):
19081 Pass tooltip-gud-echo-area to tooltip-show.
19082 (tooltip-help-tips): Remove second optional arg to tooltip-show.
19083
19084 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19085
19086 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
19087 `display-graphic-p' may not be bound yet.
19088
19089 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
19090
19091 * startup.el (command-line): No longer enable Xterm Mouse mode by
19092 default in terminals compatible with xterm.
19093
19094 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
19095
19096 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
19097
19098 * tooltip.el (tooltip-gud-echo-area): Rename from
19099 tooltip-use-echo-area.
19100 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
19101 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
19102 area independently of where help tooltips are displayed.
19103
19104 2005-04-17 David Kastrup <dak@gnu.org>
19105
19106 * cus-theme.el (custom-theme-write-variables): Quote variables
19107 where necessary.
19108
19109 2005-04-17 Richard M. Stallman <rms@gnu.org>
19110
19111 * simple.el (yank-excluded-properties): Add follow-link to value.
19112
19113 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
19114
19115 * startup.el (fancy-splash-max-time): Just 30 seconds.
19116 (fancy-splash-delay): Just 7.
19117 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
19118
19119 * loadhist.el (unload-feature): Update for new format of load-history.
19120 Simplify the code.
19121
19122 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
19123 (rmail-font-lock-keywords): Don't fontify the text of a citation.
19124
19125 * mail/sendmail.el (mail-font-lock-keywords):
19126 Don't fontify subject text.
19127 Don't fontify the text of a citation.
19128
19129 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
19130
19131 * comint.el (comint-output-filter): Run comint-output-filter-functions
19132 with point where the user had it.
19133
19134 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
19135
19136 * international/ucs-tables.el (ucs-set-table-for-input):
19137 Disable when using unify-on-decoding.
19138
19139 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
19140
19141 * emulation/cua-base.el (cua-global-mark-face): Add special case
19142 for displays supporting a high number of colors.
19143
19144 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
19145
19146 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
19147
19148 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
19149
19150 * filesets.el (filesets-add-buffer): If user supplies a name of a
19151 non-existing fileset, create a new fileset.
19152
19153 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
19154
19155 * textmodes/org.el (org-up-heading-all): Fix bug with
19156 `outline-up-heading-all'.
19157
19158 2005-04-16 Andreas Schwab <schwab@suse.de>
19159
19160 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
19161 /etc/permissions.d/* and /etc/aliases.d/*.
19162
19163 2005-04-16 Kenichi Handa <handa@m17n.org>
19164
19165 * international/code-pages.el (cp-make-coding-system):
19166 Set `translation-table-for-input' property value to the symbol
19167 ucs-mule-to-mule-unicode, not to that value.
19168 (pt154): Escape guillemet by `\'.
19169
19170 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
19171
19172 * loadup.el: Load tooltip if x-show-tip is fboundp.
19173
19174 * startup.el (command-line): Add comment.
19175
19176 * tooltip.el (tooltip-mode): Specify correct standard value for
19177 Custom in init-value.
19178
19179 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
19180
19181 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
19182 possible.
19183
19184 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
19185
19186 * textmodes/org.el (org-agenda-date-prompt): Rename from
19187 `org-agenda-date-today'.
19188 (org-evaluate-time-range): Insert at point instead of directly
19189 after time range.
19190 (org-first-headline-recenter, org-subtree-end-visible-p)
19191 (org-optimize-window-after-visibility-change): New functions
19192 (org-agenda-post-command-hook): Don't allow point at end of line,
19193 to make sure it always hits the text properties.
19194 (org-agenda-next-date-line, org-agenda-previous-date-line):
19195 New commands.
19196 (org-set-regexps-and-options): Category may contain white space.
19197 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19198 Improve marker positions.
19199 (org-agenda-new-marker): Argument POS made optional.
19200 (org-agenda-get-timestamps): Deadlines which are done are listed
19201 in org-done-face now.
19202 (org-agenda-get-todos, org-agenda-get-timestamps)
19203 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19204 Set `undone-face' and `done-face' properties.
19205 (org-last-todo-state-is-todo): New variable.
19206 (org-todo): Set `org-last-todo-state-is-todo'.
19207 (org-agenda-todo): Change face according to
19208 `org-last-todo-state-is-todo'. And change other lines referring to
19209 the same entry.
19210 (org-calendar-goto-agenda): New command.
19211 (org-calendar-to-agenda-key): New option.
19212 (org-startup-folded): New allowed value `content'.
19213 (org-set-regexps-and-options): Accept new value `content' for
19214 `org-startup-folded'.
19215 (org-get-current-options): Handle new value `content' for
19216 `org-startup-folded'.
19217 (org-insert-todo-heading): New command.
19218 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
19219 interactively in empty file and option
19220 `org-insert-mode-line-in-empty-file' has been set.
19221 (org-agenda-todo, org-agenda-priority): Modify to use
19222 `org-agenda-change-all-lines'.
19223 (org-warning-face): Change color on dark background
19224
19225 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19226
19227 * international/mule-cmds.el (set-locale-environment): On Mac OS,
19228 use preferences AppleLocale and AppleLanguages, and variable
19229 mac-system-locale for default locale. On Mac OS Classic, use
19230 mac-system-coding-system for default coding systems.
19231
19232 * term/mac-win.el: Don't set file-name-coding-system.
19233 Decode variables system-name, emacs-build-system, user-login-name, and
19234 user-full-name by mac-system-coding-system on Mac OS Classic.
19235 (mac-system-coding-system): New variable.
19236
19237 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
19238
19239 * startup.el (command-line): Handle `xterm-mouse-mode' before
19240 reading init file.
19241
19242 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
19243
19244 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
19245
19246 * progmodes/sh-script.el (sh-here-document-word): Make it a
19247 defcustom. Doc fix.
19248 (sh-add): Bash uses $(( )) for arithmetic.
19249 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
19250 (sh-maybe-here-document): Remove quotes and leading whitespace
19251 from heredoc word when closing. Indent heredoc with tabs if word
19252 starts with "-".
19253
19254 2005-04-13 Richard M. Stallman <rms@gnu.org>
19255
19256 * simple.el (undo): Fix previous change.
19257
19258 * custom.el (defface): Doc fix.
19259
19260 2005-04-13 Lute Kamstra <lute@gnu.org>
19261
19262 * Makefile.in (DONTCOMPILE): Remove list.
19263 (compile, compile-always): Don't use DONTCOMPILE.
19264 (update-authors): Load the library in which batch-update-authors
19265 is defined.
19266 * makefile.w32-in (DONTCOMPILE): Remove list.
19267 (compile, compile-always): Fix comments.
19268 (update-authors): Load the library in which batch-update-authors
19269 is defined.
19270
19271 * generic-x.el (generic-mode-ini-file-find-file-hook):
19272 Rename to ini-generic-mode-find-file-hook.
19273 Keep generic-mode-ini-file-find-file-hook as an alias.
19274 (ini-generic-mode-find-file-hook): Rename from
19275 generic-mode-ini-file-find-file-hook. Fix docstring.
19276 (ini-generic-mode): Docstring change.
19277 (bat-generic-mode-run-as-comint): Silence the byte compiler.
19278
19279 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
19280 called from lisp.
19281
19282 * generic.el: Move to the emacs-lisp subdir.
19283
19284 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
19285
19286 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
19287 and C-S- function and cursor motion keys.
19288
19289 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
19290
19291 * startup.el (command-line): Enable Xterm Mouse mode by default.
19292 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
19293 for Custom. No longer show "Mouse" in mode line when enabled.
19294 Doc fix.
19295
19296 2005-04-12 Kim F. Storm <storm@cua.dk>
19297
19298 * emulation/cua-base.el (cua-rectangle-face)
19299 (cua-rectangle-noselect-face): Define face attributes here.
19300
19301 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
19302
19303 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19304
19305 * startup.el (command-line): Turn off blinking cursor if
19306 cursorBlink in resources is off or false.
19307
19308 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19309
19310 * term/mac-win.el (dnd): Require dnd.
19311 (mac-drag-n-drop): Call dnd-handle-one-url.
19312 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
19313 (kTextEncodingISOLatin2): Remove constants.
19314 (mac-script-code-coding-systems): New constant.
19315 (mac-handle-language-change): New function.
19316 (special-event-map): Bind it to `language-change' event.
19317 (mac-centraleurroman, mac-cyrillic): New coding systems.
19318 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
19319 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
19320 and mac-cyrillic-encoder to encode-mac-centraleurroman and
19321 encode-mac-cyrillic, respectively.
19322
19323 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19324
19325 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19326 Don't set overlay-arrow-string to "=>" as this is done
19327 globally in C now.
19328
19329 2005-04-12 Lute Kamstra <lute@gnu.org>
19330
19331 * generic-x.el (rc-generic-mode, rul-generic-mode):
19332 Fix auto-mode-alist entries.
19333 (etc-fstab-generic-mode): Tweak fontification.
19334
19335 * generic.el (generic-make-keywords-list): Fix docstring.
19336 (generic-mode-internal): Simplify generic-font-lock-keywords.
19337
19338 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19339
19340 * whitespace.el (whitespace-buffer-leading)
19341 (whitespace-buffer-trailing): Revert the incorrect test inversion.
19342 However, fix the highlight area for the leading and
19343 trailing whitespaces to show space.
19344
19345 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19346
19347 * whitespace.el (whitespace-version): Bump to 3.5
19348
19349 (whitespace-buffer-leading, whitespace-buffer-trailing):
19350 Invert sense of the test to highlight the whitespace.
19351
19352 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19353
19354 * progmodes/gud.el (gud-display-line): GUD uses its own
19355 overlay arrow now so don't set overlay-arrow-string.
19356 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19357
19358 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19359
19360 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19361 (term-ansi-current-reverse, term-ansi-current-invisible)
19362 (term-ansi-face-already-done): Change to boolean.
19363 (term-reset-terminal, term-handle-colors-array): Handle the above
19364 vars accordingly.
19365 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19366 (term-emulate-terminal): Use the new name.
19367
19368 * faces.el (secondary-selection): Use yellow1, not yellow.
19369 (trailing-whitespace): Use red1, not red.
19370
19371 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19372
19373 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19374 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19375 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19376
19377 * cus-edit.el (dnd): New group.
19378
19379 * term/w32-win.el (dnd): Require dnd
19380 (w32-drag-n-drop): Call dnd-handle-one-url.
19381
19382 * x-dnd.el: Require dnd.
19383 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19384 Call dnd-handle-one-url.
19385 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19386 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19387 to dnd-insert-text.
19388 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19389 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19390 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19391 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19392
19393 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19394
19395 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19396
19397 * wdired.el: Doc fixes.
19398 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19399 (wdired-use-dired-vertical-movement): Rename from
19400 wdired-always-move-to-filename-beginning.
19401 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19402 (wdired-change-to-wdired-mode): Change mode name.
19403 (wdired-newline): Delete.
19404
19405 2005-04-11 Richard M. Stallman <rms@gnu.org>
19406
19407 * whitespace.el (whitespace-highlight-the-space):
19408 Don't call whitespace-unhighlight-the-space here.
19409
19410 * simple.el (undo): Record t in undo-equiv-table
19411 for the redo record made by an undo-in-region.
19412
19413 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19414
19415 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19416 (gdb-frame-inferior-io-buffer): New Functions to control
19417 display of separate IO buffer.
19418 (menu): Add them to menu-bar.
19419 (gdb-display-buffer): Check for buffer another frame.
19420 Protect GUD buffer.
19421 (gdb-setup-windows): Create IO buffer if not already there.
19422 (gdb-memory-mode): Remove purecopy noops.
19423
19424 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19425
19426 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19427 and pass to self-insert-command.
19428
19429 2005-04-11 Lute Kamstra <lute@gnu.org>
19430
19431 * generic.el: Commentary section cleanup.
19432 (generic): Delete.
19433 (generic-use-find-file-hook, generic-lines-to-scan)
19434 (generic-find-file-regexp, generic-ignore-files-regexp)
19435 (default-generic-mode, generic-mode-find-file-hook)
19436 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19437 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19438 (generic-use-find-file-hook, generic-lines-to-scan)
19439 (generic-find-file-regexp, generic-ignore-files-regexp)
19440 (default-generic-mode, generic-mode-find-file-hook)
19441 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19442
19443 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19444
19445 * bookmark.el (bookmark-write-file): Catch errors writing file.
19446 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19447
19448 2005-04-10 Richard M. Stallman <rms@gnu.org>
19449
19450 * startup.el (fancy-splash-tail): Update copyright year.
19451 (command-line): Split part of -Q into -D.
19452 (emacs-basic-display): New defvar.
19453 (fancy-splash-text): Correct name of menu item.
19454
19455 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19456
19457 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19458 lines in one node.
19459
19460 * comint.el (comint-send-input): New arg ARTIFICIAL.
19461 Callers in this file changed.
19462
19463 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19464
19465 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19466
19467 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19468
19469 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19470 `ldap-search-internal'.
19471
19472 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19473
19474 * files.el (set-auto-mode-1): Use line-end-position.
19475
19476 * international/latin-1.el:
19477 * international/latin-2.el:
19478 * international/latin-3.el:
19479 * international/latin-4.el:
19480 * international/latin-5.el:
19481 * international/latin-8.el:
19482 * international/latin-9.el: Give punctuation syntax to NBSP.
19483
19484 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19485 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19486 Use char-classes to accept non-ascii letters, accepted in some recent
19487 bibtex implementations.
19488
19489 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19490
19491 * custom.el (custom-set-minor-mode): Any non-nil value for the
19492 variable should enable the mode when set through Custom.
19493
19494 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19495
19496 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19497 TAB binding so tab-always-indent is obeyed.
19498 (vhdl-minibuffer-local-map): Move initialization into declaration.
19499 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19500 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19501 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19502 (vhdl-current-line): Use line-beginning-position.
19503 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19504 with-output-to-temp-buffer, so the current position can be recorded.
19505
19506 2005-04-10 Masatake YAMATO <jet@gyve.org>
19507
19508 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19509 Add regexp for gcov.
19510
19511 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19512
19513 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19514 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19515 syntax which Emacs 20 doesn't support.
19516
19517 2005-04-09 Richard M. Stallman <rms@gnu.org>
19518
19519 * help.el (describe-key-briefly, describe-key):
19520 Replace strings as event types with "(any string)".
19521
19522 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19523
19524 * arc-mode.el (archive-mode-map): Move initialization into
19525 the declaration. Override *all* bindings of `undo'.
19526 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19527
19528 2005-04-09 Jay Belanger <belanger@truman.edu>
19529
19530 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19531
19532 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19533
19534 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19535 (xterm-register-default-colors): Update color values computation
19536 to match xterm-200.
19537
19538 2005-04-09 Kenichi Handa <handa@m17n.org>
19539
19540 * international/code-pages.el (iso-latin-7): Fix the map.
19541
19542 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19543
19544 * emacs-lisp/lisp.el (defun-prompt-regexp)
19545 (parens-require-spaces, buffer-end, end-of-defun)
19546 (insert-parentheses): Doc fixes.
19547
19548 2005-04-08 Kim F. Storm <storm@cua.dk>
19549
19550 * comint.el (comint-highlight-prompt): Fix face spec.
19551 * hi-lock.el (hi-green): Likewise.
19552
19553 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19554
19555 * cus-edit.el (custom-modified-face):
19556 * comint.el (comint-highlight-input): Fix previous changes.
19557 * term.el (term-handle-ansi-escape): Add a comment.
19558
19559 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19560
19561 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19562 in the buffer and in whitespace-highlighted-space.
19563 (whitespace-unhighlight-the-space): Simplify.
19564 (whitespace-buffer): Simplify.
19565
19566 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19567
19568 * textmodes/table.el (table-cell-face): Add special case for
19569 displays supporting a high number of colors.
19570 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19571 (vhdl-font-lock-reserved-words-face)
19572 (vhdl-speedbar-architecture-face)
19573 (vhdl-speedbar-instantiation-face)
19574 (vhdl-speedbar-architecture-selected-face)
19575 (vhdl-speedbar-instantiation-selected-face): Likewise.
19576 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19577 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19578 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19579 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19580 (ebrowse-progress-face): Likewise.
19581 * progmodes/compile.el (compilation-info-face): Likewise.
19582 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19583 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19584 * calendar/calendar.el (diary-face): Likewise.
19585 * woman.el (woman-italic-face, woman-bold-face)
19586 (woman-unknown-face): Likewise.
19587 * wid-edit.el (widget-button-pressed-face): Likewise.
19588 * whitespace.el (whitespace-highlight-face): Likewise.
19589 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19590 * pcvs-info.el (cvs-marked-face): Likewise.
19591 * info.el (info-xref): Likewise.
19592 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19593 * hilit-chg.el (highlight-changes-face)
19594 (highlight-changes-delete-face): Likewise.
19595 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19596 (hi-red-b): Likewise.
19597 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19598 * font-lock.el (font-lock-keyword-face)
19599 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19600 * cus-edit.el (custom-invalid-face, custom-modified-face)
19601 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19602 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19603 * comint.el (comint-highlight-prompt): Likewise.
19604
19605 2005-04-08 Lute Kamstra <lute@gnu.org>
19606
19607 * font-lock.el (font-lock-keywords): Docstring fixes.
19608
19609 2005-04-08 Kenichi Handa <handa@m17n.org>
19610
19611 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19612 chars are more than a limit, print " and more..." at the tail.
19613
19614 2005-04-08 Kim F. Storm <storm@cua.dk>
19615
19616 * emacs-lisp/authors.el (authors-aliases): Update list.
19617 (authors-ignored-files): New list.
19618 (authors-fixed-entries): Fix typo.
19619 (authors-renamed-files-alist): Update list.
19620 (authors-add): Check authors-ignored-files.
19621
19622 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19623
19624 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19625 optional, to ensure backward compatibility.
19626
19627 2005-04-08 Stephen Eglen <stephen@gnu.org>
19628
19629 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19630
19631 2005-04-08 Kim F. Storm <storm@cua.dk>
19632
19633 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19634
19635 * mouse.el (mouse-on-link-p): Doc fix.
19636
19637 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19638
19639 * ielm.el (ielm-prompt-read-only): Doc fix.
19640
19641 * comint.el (comint-prompt-read-only): Doc fix.
19642
19643 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19644
19645 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19646 ensure dired always handles wildcards passed to ffap.
19647 (find-file-at-point): Use it.
19648 (ffap-dired-wildcards): Doc fix.
19649
19650 2005-04-07 Juri Linkov <juri@jurta.org>
19651
19652 * simple.el (next-error-overlay-arrow-position): New defvar.
19653 Put "=>" on its property `overlay-arrow-string'. Add it to
19654 `overlay-arrow-variable-list'.
19655
19656 * progmodes/compile.el (compilation-setup):
19657 Set `next-error-overlay-arrow-position' to nil. Also set it to
19658 nil in the local hook `kill-buffer-hook'. Make local variable
19659 `overlay-arrow-string' and set it to "=>".
19660 (compilation-goto-locus): Set BOL position to
19661 `next-error-overlay-arrow-position' instead of
19662 `overlay-arrow-position'.
19663
19664 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19665 locally instead of adding it to the global hook.
19666 (Info-kill-buffer): Move up.
19667
19668 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19669
19670 * term/xterm.el (xterm-standard-colors): Update color values from
19671 xterm-200.
19672
19673 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19674
19675 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19676
19677 * fast-lock.el:
19678 * lazy-lock.el: Move them to the obsolete subdir.
19679
19680 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19681
19682 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19683 (wdired-add-replace-advice): Remove.
19684 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19685
19686 2005-04-06 Kim F. Storm <storm@cua.dk>
19687
19688 * startup.el (command-line): Add --bare-bones alias for -Q.
19689
19690 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19691
19692 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19693 create the startup fontset if a font specification ends with
19694 `mac-roman'.
19695
19696 2005-04-06 Lute Kamstra <lute@gnu.org>
19697
19698 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19699 change.
19700
19701 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19702 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19703
19704 2005-04-05 Lute Kamstra <lute@gnu.org>
19705
19706 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19707 (define-generic-mode): Ditto. Fix debug declaration.
19708
19709 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19710 Put them in the generic-x group.
19711
19712 * calendar/timeclock.el (timeclock): Doc fix.
19713
19714 * generic.el (define-generic-mode): Don't use custom-current-group.
19715 Document default :group value.
19716 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19717 (define-global-minor-mode): Don't use custom-current-group.
19718
19719 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19720
19721 * startup.el (command-line-1): Display startup-echo-area-message
19722 when fancy splash screen is in use.
19723
19724 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19725 (sh-escaped-newline): New face.
19726 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19727 newline, and use sh-escaped-newline face.
19728
19729 * progmodes/tcl.el (tcl-escaped-newline): New face.
19730 (tcl-builtin-list): New variable.
19731 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19732 newlines. Fix keywords subexpression number.
19733
19734 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19735
19736 * textmodes/org.el (org-diary-default-entry): Fix call to
19737 `add-to-diary-entry'.
19738
19739 2005-04-05 Kim F. Storm <storm@cua.dk>
19740
19741 * ediff-init.el: Use (featurep 'xemacs).
19742
19743 2005-04-05 David Ponce <david@dponce.com>
19744
19745 * cus-edit.el (face): Derive from symbol widget. Display sample
19746 of the current face on the fly.
19747 (widget-face-sample-face-get, widget-face-notify): New functions.
19748 (widget-face-value-create): Remove.
19749
19750 * wid-edit.el (widget-field-end): Temporarily remove field
19751 narrowing before to call `get-char-property'.
19752
19753 2005-04-04 Jay Belanger <belanger@truman.edu>
19754
19755 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19756 (math-read-subscripts): New variable.
19757 (math-read-preprocess-string): Process subscripts.
19758
19759 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19760
19761 * comint.el (comint-prompt-read-only): Doc fix.
19762
19763 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19764 `-1'. Doc fix.
19765
19766 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19767
19768 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19769 Change default value to nil.
19770
19771 2005-04-04 Lute Kamstra <lute@gnu.org>
19772
19773 * autorevert.el (auto-revert-mode): Specify :group.
19774 * battery.el (display-battery-mode): Specify :group.
19775 * diff-mode.el (diff-minor-mode): Specify :group.
19776 * font-core.el (font-lock-mode): Specify :group.
19777 * hl-line.el (hl-line-mode): Specify :group.
19778 * iimage.el (iimage): New customization group.
19779 (iimage-mode): Specify :group.
19780 * longlines.el (longlines-mode): Specify :group.
19781 * master.el: Don't require easy-mmode.
19782 (master): New customization group.
19783 (master-mode): Specify :group.
19784 * msb.el (msb-mode): Specify :group.
19785 * reveal.el (reveal-mode): Specify :group.
19786 * simple.el (next-error-follow-minor-mode): Specify :group.
19787 * smerge-mode.el (smerge-mode): Specify :group.
19788 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19789 * emulation/cua-base.el (cua-mode): Specify :group.
19790 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19791 * language/thai-util.el (thai-auto-composition-mode)
19792 (thai-word-mode): Specify :group.
19793 * mail/supercite.el (sc-minor-mode): Specify :group.
19794 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19795 * progmodes/flymake.el (flymake-mode): Specify :group.
19796 * progmodes/glasses.el (glasses-mode): Specify :group.
19797 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19798 * textmodes/enriched.el (enriched-mode): Specify :group.
19799 * textmodes/refill.el (refill-mode): Specify :group.
19800
19801 * add-log.el (change-log-font-lock-keywords): Names in
19802 parenthesized lists can contain spaces.
19803
19804 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19805
19806 * startup.el (fancy-splash-text): Shorten default text of
19807 "Emacs Tutorial" line. Also, if the current language env
19808 indicates an available tutorial file other than TUTORIAL,
19809 extract its title and append it to the line in parentheses.
19810 (fancy-splash-insert): If arg is a thunk, funcall it.
19811
19812 2005-04-04 Jay Belanger <belanger@truman.edu>
19813
19814 * calc.el (calc-language-alist): Add tags to customization type.
19815
19816 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19817
19818 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19819 Doc fix.
19820
19821 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19822
19823 * add-log.el (change-log-font-lock-keywords): The manual
19824 describing a Change Log entry, says: (...) "Aside from these
19825 header lines, every line in the change log starts with a space or
19826 a tab.". The font-lock was not highlighting lines started with
19827 spaces, added support for it.
19828
19829 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19830
19831 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19832 (bibtex-generate-url-list): Update docstring accordingly. Put the
19833 complex example in the docstring.
19834 (bibtex-font-lock-url): Use pop.
19835
19836 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19837
19838 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19839
19840 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19841
19842 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19843
19844 * filesets.el (filesets-set-default): Doc fix.
19845
19846 2005-04-03 Lute Kamstra <lute@gnu.org>
19847
19848 * generic.el (define-generic-mode): Add argument to specify
19849 keywords for defcustom.
19850 (default-generic-mode): Specify :group.
19851
19852 * generic-x.el: Specify :group for all generic modes.
19853
19854 * desktop.el (desktop-no-desktop-file-hook)
19855 (desktop-after-read-hook): Doc fix.
19856
19857 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19858
19859 * simple.el (visible-mode): Use explicit :group keyword.
19860 This changes the group of `visible-mode-hook' from paren-blinking
19861 to editing-basics.
19862
19863 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19864
19865 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19866 mailbox specifications as well as URLs.
19867 (rmail-insert-inbox-text): Remove unused conditional branches.
19868
19869 2005-04-01 Jay Belanger <belanger@truman.edu>
19870
19871 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19872 (calc-gnuplot-print-command): Move definitions to calc.el.
19873
19874 * calc/calc-embed.el (calc-embedded-announce-formula)
19875 (calc-embedded-open-formula, calc-embedded-close-formula)
19876 (calc-embedded-open-word, calc-embedded-close-word)
19877 (calc-embedded-open-plain, calc-embedded-close-plain)
19878 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19879 (calc-embedded-open-mode, calc-embedded-close-mode):
19880 Move definitions to calc.el.
19881
19882 * calc/calc.el (calc-settings-file, calc-language-alist):
19883 Make customizable.
19884 (calc-embedded-announce-formula, calc-embedded-open-formula)
19885 (calc-embedded-close-formula, calc-embedded-open-word)
19886 (calc-embedded-close-word, calc-embedded-open-plain)
19887 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19888 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19889 (calc-embedded-close-mode, calc-gnuplot-name)
19890 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19891 from other files and make customizable.
19892
19893 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19894
19895 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19896 Use buffer-live-p.
19897 (cvs-mode-run): Don't call cvs-update-header here.
19898 (cvs-run-process): Call cvs-update-header.
19899 Use process properties for cvs-postprocess and cvs-buffer so that
19900 the sentinel can behave better if the temp buffer is killed.
19901 Use a pipe rather than a tty, to better handle unexpected prompts.
19902 (cvs-sentinel): Rewrite. Call cvs-update-header.
19903
19904 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19905
19906 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19907 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19908
19909 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19910
19911 * generic.el (define-generic-mode): Add indentation rule.
19912
19913 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19914
19915 * files.el (mode-require-final-newline): Make Custom correctly
19916 report a nil value and allow to set it to nil via Custom.
19917 Doc fix.
19918
19919 2005-04-01 Kenichi Handa <handa@m17n.org>
19920
19921 * international/characters.el: Enable the correct case setting for
19922 dotless-i and dotted-I.
19923
19924 2005-04-01 Kim F. Storm <storm@cua.dk>
19925
19926 * ido.el (ido-file-internal): Fall back to non-ido command if
19927 initial directory is on slow ftp (or tramp) host.
19928
19929 2005-03-31 Richard M. Stallman <rms@gnu.org>
19930
19931 * emacs-lisp/autoload.el (make-autoload):
19932 Handle define-global-minor-mode.
19933
19934 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19935 Rename from easy-mmode-define-global-mode.
19936 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19937
19938 * progmodes/scheme.el (scheme-mode-syntax-table):
19939 Update syntax of | and # for two-character comment syntax.
19940
19941 2005-03-31 Lute Kamstra <lute@gnu.org>
19942
19943 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19944 (define-minor-mode): Call custom-current-group at load-time.
19945
19946 * generic.el (define-generic-mode): Add debug declaration.
19947 Add defcustom for the mode hook.
19948 (generic-mode-internal): Use run-mode-hooks.
19949
19950 2005-03-31 Kim F. Storm <storm@cua.dk>
19951
19952 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19953 (mouse-fixup-help-message): New defun called by show_help_echo
19954 to fixup mouse-2 prefix in help messages when applicable.
19955
19956 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19957
19958 2005-03-31 Kenichi Handa <handa@m17n.org>
19959
19960 * language/thai-word.el (thai-find-word-ends): Pay attention to
19961 the case that we reach the end of buffer.
19962
19963 * textmodes/fill.el (fill-text-properties-at): New function.
19964 (fill-newline): Use fill-text-properties-at instead of
19965 text-properties-at.
19966
19967 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19968
19969 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19970 not comint-quote-filename.
19971
19972 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19973
19974 * help-fns.el (help-with-tutorial): Revert last change.
19975
19976 2005-03-31 Kim F. Storm <storm@cua.dk>
19977
19978 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19979
19980 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
19981
19982 * calendar/cal-china.el: Update reference to "Calendrical
19983 Calculations" book; there's a new edition.
19984 * calendar/cal-coptic.el: Likewise.
19985 * calendar/cal-french.el: Likewise.
19986 * calendar/cal-hebrew.el: Likewise.
19987 * calendar/cal-islam.el: Likewise.
19988 * calendar/cal-iso.el: Likewise.
19989 * calendar/cal-julian.el: Likewise.
19990 * calendar/cal-mayan.el: Likewise.
19991 * calendar/cal-persia.el: Likewise.
19992 * calendar/calendar.el: Likewise.
19993 * calendar/holidays.el: Likewise.
19994 * calendar/lunar.el: Likewise.
19995 * calendar/solar.el: Likewise.
19996
19997 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19998 white space from doc string.
19999
20000 2005-03-30 Jay Belanger <belanger@truman.edu>
20001
20002 * calc/calc-help.el (calc-full-help): Remove email address.
20003
20004 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
20005
20006 * help-fns.el (help-with-tutorial): Delete title line.
20007
20008 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20009
20010 * calendar/cal-x.el (calendar-one-frame-setup)
20011 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
20012 rather than `symbol' for set-window-dedicated-p.
20013
20014 * calendar/appt.el (appt-buffer-name): Make it a constant.
20015 (appt-add): Doc fix.
20016
20017 * filesets.el (filesets-menu-path, filesets-menu-before)
20018 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
20019 (filesets-menu-cache-file): Use directory ~/.emacs.d.
20020 (filesets-add-submenu): Delete and use add-submenu instead.
20021
20022 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
20023
20024 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
20025 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
20026 (org-diary-default-entry): New function.
20027 (org-get-entries-from-diary): Better parsing of diary entries.
20028 (org-agenda-check-no-diary): New function.
20029 ("diary-lib"): Advice to function `add-to-diary-list', to allow
20030 linking to diary entries.
20031 (org-agenda-execute-calendar-command): New function.
20032 (org-agenda): Improve visible section in window.
20033 Use `org-fit-agenda-window'.
20034 (org-fit-agenda-window): New option.
20035 (org-move-subtree-down): Better handling of empty lines
20036 at end of subtree.
20037 (org-cycle): Numeric prefix is interpreted now as show-subtree N
20038 levels up.
20039 (org-fontify-done-headline): New option.
20040 (org-headline-done-face): New face.
20041 (org-set-font-lock-defaults): Use `org-headline-done-face'.
20042 (org-table-copy-down): Rename from `org-table-copy-from-above'.
20043 When current field is non-empty, it is copied to next row.
20044 (org-table-copy-from-above): Fix bug which made it
20045 impossible to copy fields containing only a single non-white character.
20046
20047 2005-03-30 Kim F. Storm <storm@cua.dk>
20048
20049 * kmacro.el (kmacro-end-macro): Isearch may store this command
20050 into the macro -- so ignore it when executing keyboard macro.
20051
20052 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
20053
20054 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
20055
20056 2005-03-29 Kenichi Handa <handa@m17n.org>
20057
20058 * language/thai.el ("Thai"): Set setup-function and exit-function
20059 for Thai language environment.
20060
20061 * language/thai-util.el: Require thai-word.
20062 (thai-word-mode-map): New variable.
20063 (thai-word-mode): New minor mode.
20064 (setup-thai-language-environment-internal): New function.
20065 (exit-thai-language-environment-internal): New function.
20066
20067 * language/thai-word.el (thai-word-table): Declare it by defvar,
20068 use dolist to initialize it.
20069 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
20070 (thai-fill-find-break-point): New functions.
20071
20072 2005-03-29 Richard M. Stallman <rms@gnu.org>
20073
20074 * simple.el (idle-update-delay): Move definition up.
20075 (set-mark): Doc fix.
20076
20077 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
20078
20079 * longlines.el: New file.
20080
20081 * simple.el (buffer-substring-filters): New variable.
20082 (filter-buffer-substring): New function.
20083 (kill-region, copy-region-as-kill): Use it.
20084
20085 * register.el (copy-to-register, append-to-register)
20086 (prepend-to-register): Use filter-buffer-substring.
20087
20088 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
20089
20090 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
20091 (gud-filter-pending-text): Move in front of gdb.
20092 (gud-overlay-arrow-position): New variable.
20093 (gud-sentinel, gud-display-line): Use it in place of
20094 overlay-arrow-position.
20095
20096 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
20097
20098 * progmodes/fortran.el (fortran-if-indent): Doc fix.
20099 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
20100 (fortran-font-lock-keywords-4): New variable.
20101 (fortran-blocks-re, fortran-end-block-re)
20102 (fortran-start-block-re): New constants, for hideshow.
20103 (hs-special-modes-alist): Add a Fortran entry.
20104 (fortran-mode-map): Bind fortran-end-of-block,
20105 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
20106 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
20107 (fortran-looking-at-if-then, fortran-end-of-block)
20108 (fortran-beginning-of-block): New functions, for hideshow.
20109
20110 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
20111 Doc fix. Tweak regexp.
20112 (f90-beginning-of-block): Push mark first.
20113
20114 2005-03-29 Jay Belanger <belanger@truman.edu>
20115
20116 * calc/calc.el: Update copyright date.
20117 (calc-version): Increase to 2.1.
20118 (calc-version-date): Remove.
20119
20120 * calc/calc-help.el: Update copyright date.
20121 (calc-full-help): Remove reference to calc-version-date.
20122 Update copyright date.
20123
20124 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20125
20126 * vc.el (vc-do-command): Use a pipe for async processes, so password
20127 prompts don't show up at places where the user can't reply.
20128
20129 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
20130
20131 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
20132 on the file name we pass to the inferior shell.
20133
20134 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20135
20136 * progmodes/which-func.el (which-function): Be robust in the face of an
20137 imenu--make-index-alist failure.
20138
20139 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20140
20141 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
20142
20143 * progmodes/python.el (python-preoutput-filter): Fix last change.
20144
20145 2005-03-29 Lute Kamstra <lute@gnu.org>
20146
20147 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
20148 functions and compiled macros.
20149 (debug-convert-byte-code): Handle macros too.
20150 (debug-on-entry-1): Don't signal an error when trying to clear a
20151 function that is not set to debug on entry.
20152
20153 2005-03-29 Jay Belanger <belanger@truman.edu>
20154
20155 * calc/calc-lang.el: Add functions to math-function-table
20156 properties of tex and math.
20157
20158 2005-03-29 Kenichi Handa <handa@m17n.org>
20159
20160 * ps-mule.el (ps-mule-plot-string): Translate characters by
20161 ps-print-translation-table.
20162 (ps-mule-begin-job): Call find-charset-region/string with
20163 ps-print-translation-table.
20164 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
20165
20166 * ps-print.el (ps-print-translation-table): New variable.
20167 (ps-plot-region): Translate characters by ps-print-translation-table.
20168
20169 2005-03-29 Juri Linkov <juri@jurta.org>
20170
20171 * simple.el (next-error-highlight-timer): New variable.
20172
20173 * progmodes/compile.el (compilation-goto-locus):
20174 Use `next-error-highlight-timer' instead of `sit-for'.
20175
20176 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20177
20178 * mail/supercite.el (sc-mail-field): Use assoc-string.
20179 (sc-get-address): Simplify regexps.
20180
20181 * files.el (minibuffer-with-setup-hook): New macro.
20182 (find-file-read-args): Use it to avoid let-binding
20183 minibuffer-with-setup-hook (which breaks turning on/off
20184 file-name-shadow-mode while in the prompt).
20185
20186 * complete.el (PC-read-include-file-name-internal):
20187 Use test-completion.
20188
20189 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
20190
20191 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
20192
20193 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20194
20195 * window.el (window-buffer-height): Use count-screen-lines.
20196
20197 * progmodes/python.el (python-preoutput-leftover): New var.
20198 (python-preoutput-filter): Use it.
20199 (python-send-receive): Loop until all the result has been received.
20200
20201 2005-03-28 Juri Linkov <juri@jurta.org>
20202
20203 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
20204
20205 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
20206 "Recover Crashed Session".
20207 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
20208 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
20209 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
20210 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
20211 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
20212 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
20213 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
20214 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
20215
20216 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
20217 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
20218 Ediff Sessions", "Toggle use of separate control buffer frame",
20219 "Use separate frame for Ediff control buffer".
20220
20221 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
20222 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
20223 "Rename Bookmark", "Delete Bookmark".
20224
20225 * info.el (Info-mode-menu): Remove ellipsis from "Index".
20226 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
20227 Add `:active Info-index-alternatives' to "Next Matching Item".
20228
20229 * wdired.el (wdired-change-to-wdired-mode):
20230 Mention `wdired-abort-changes' key in the initial message.
20231
20232 * international/mule.el (auto-coding-alist): Associate non-ascii
20233 image filename extensions with `no-conversion'.
20234
20235 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
20236
20237 * international/iso-acc.el:
20238 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
20239
20240 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
20241
20242 * textmodes/sgml-mode.el (html-mode): Doc update.
20243
20244 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
20245
20246 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
20247
20248 * term.el (term-move-columns): Fix face after extending a line.
20249 (term-insert-spaces): Likewise.
20250 (term-reset-terminal): Fix off by one error.
20251
20252 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20253
20254 * international/mule.el (auto-coding-alist): Add .xpi files.
20255
20256 * files.el (auto-mode-alist): Add .xpi files.
20257
20258 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
20259
20260 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
20261
20262 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20263
20264 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
20265
20266 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20267
20268 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
20269 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
20270
20271 * calendar/cal-move.el (calendar-beginning-of-year): Move the
20272 cursor to Jan 1 when needed.
20273 (calendar-end-of-year): Fix -/+ typo.
20274 Reported by Chong Yidong <cyd@stupidchicken.com>.
20275
20276 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20277
20278 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
20279
20280 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
20281 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
20282
20283 2005-03-25 Richard M. Stallman <rms@gnu.org>
20284
20285 * filesets.el (filesets-init): Add autoload.
20286
20287 * mail/mailalias.el (mail-directory): Doc fix.
20288
20289 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20290
20291 * mail/mailalias.el (mail-directory-process): Do nothing if
20292 mail-directory-process is an atom.
20293 (mail-get-names): Ignore mail-directory-names if it is an atom.
20294 (mail-directory-process defvar): Doc fix.
20295 (mail-names): Doc fix.
20296
20297 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
20298
20299 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
20300
20301 2005-03-26 Kenichi Handa <handa@m17n.org>
20302
20303 * international/mule-util.el (detect-coding-with-priority):
20304 Call update-coding-systems-internal before detect-coding-region.
20305
20306 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
20307
20308 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
20309 (gdb-frames-mode-map): Add follow-link property.
20310
20311 2005-03-25 Jay Belanger <belanger@truman.edu>
20312
20313 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
20314 for variables.
20315
20316 2005-03-25 Juri Linkov <juri@jurta.org>
20317
20318 * image-mode.el: Optimize image filename extension regexps in
20319 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
20320 in `auto-mode-alist'.
20321 (image-mode): Add `image-toggle-display-text' to local hook
20322 `change-major-mode-hook'. Display the image as an image by
20323 default. Set `cursor-type' and `truncate-lines' if the image
20324 is already displayed. Take into account the current mode (image
20325 or text) in message.
20326 (image-minor-mode): New minor mode.
20327 (image-mode-maybe, image-toggle-display-text): New functions.
20328 (image-toggle-display): Use called-interactively-p.
20329 Let-bind `inhibit-read-only' to t.
20330
20331 * image-mode.el (image-minor-mode): Set `cursor-type' and
20332 `truncate-lines' if the image is already displayed. Add turning
20333 image-minor-mode off to `change-major-mode-hook'. Add message.
20334 Call `image-toggle-display-text' after turning image-minor-mode off.
20335
20336 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20337
20338 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20339 Terminal.app, use utf-8.
20340 (set-display-table-and-terminal-coding-system): Add coding-system arg.
20341 (set-locale-environment): Use it.
20342
20343 * term/xterm.el: Undo last change, better done in mule-cmds.el.
20344
20345 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20346
20347 * progmodes/python.el (python-close-block-statement-p)
20348 (python-outdent-p, python-current-defun): Use symbol-end.
20349
20350 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20351
20352 * files.el (save-some-buffers): Doc fix.
20353
20354 2005-03-25 Werner Lemberg <wl@gnu.org>
20355
20356 * complete.el, thumbs.el: Replace `legal' with `valid'.
20357 * calendar/calendar.el: Replace `legal' with `valid'.
20358 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20359 * mail/supercite.el: Replace `legal' with `valid'.
20360 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20361 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20362 Replace `legal' with `valid'.
20363 * textmodes/reftex-vars.el, textmodes/reftex.el:
20364 Replace `legal' with `valid'.
20365
20366 2005-03-25 Werner Lemberg <wl@gnu.org>
20367
20368 * calc/calc-forms.el, calc/calc-sel.el
20369 * midnight.el, vc-cvs.el
20370 * emacs-lisp/cl-macs.el
20371 * emulation/vip.el
20372 * eshell/esh-io.el, eshell/esh-var.el
20373 * mail/supercite.el
20374 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20375 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20376 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20377 * progmodes/sh-script.el, progmodes/xscheme.el
20378 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20379 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20380 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20381 * textmodes/reftex.el, textmodes/org.el:
20382 Replace `illegal' with `invalid'.
20383
20384 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20385
20386 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20387 (flymake-find-buildfile, flymake-find-possible-master-files)
20388 (flymake-check-include, flymake-parse-line): Replace loops over the
20389 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20390
20391 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20392 Substitute file-name-as-directory in the rest of the file.
20393 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20394 (flymake-replace-region): Remove unused arg `buffer'.
20395 (flymake-check-patch-master-file-buffer): Update calls to it.
20396 (flymake-add-err-info): Remove unused var `count'.
20397 (flymake-mode): Use define-minor-mode.
20398
20399 * progmodes/flymake.el: Use with-current-buffer.
20400 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20401 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20402 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20403 Avoid testing for `xemacs'.
20404 (flymake-nop): Move.
20405 (flymake-region-has-flymake-overlays): Return the computed value.
20406 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20407 Remove unused var `endline'.
20408 (flymake-get-line-count): Remove unused function.
20409 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20410
20411 * emulation/vi.el:
20412 * generic.el:
20413 * hilit-chg.el (global-highlight-changes):
20414 * hi-lock.el (hi-lock-mode):
20415 * follow.el: find-file-hooks -> find-file-hook.
20416
20417 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20418
20419 2005-03-24 Juri Linkov <juri@jurta.org>
20420
20421 * dired.el (dired-mode-map): Add menu item "Compare directories"
20422 for dired-compare-directories.
20423
20424 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20425 Doc fix. Replace `read-file-name' with `read-directory-name'.
20426
20427 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20428
20429 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20430
20431 2005-03-24 Jay Belanger <belanger@truman.edu>
20432
20433 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20434 relevant mode settings in calc-embedded-original-modes when modes
20435 are permanently changed.
20436
20437 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20438
20439 * autoinsert.el: find-file-hooks -> find-file-hook.
20440
20441 2005-03-24 Lute Kamstra <lute@gnu.org>
20442
20443 * generic.el (generic-font-lock-defaults): Make it obsolete.
20444 (generic-font-lock-keywords): New variable to replace
20445 generic-font-lock-defaults.
20446 (generic-mode-set-font-lock): Delete it.
20447 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20448 (generic-bracket-support): Add docstring.
20449
20450 * generic-x.el: Rename generic-font-lock-defaults to
20451 generic-font-lock-keywords throughout.
20452 (mailagent-rules-setup-function): Delete it.
20453 (mailagent-rules-generic-mode): Use anonymous function instead.
20454 (show-tabs-generic-mode-font-lock-defaults-1)
20455 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20456 Quote faces.
20457 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20458 not foreground.
20459
20460 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20461 Recognize define-generic-mode.
20462
20463 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20464
20465 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20466 if there's no completion table.
20467
20468 2005-03-23 Miles Bader <miles@gnu.org>
20469
20470 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20471 Remove tty-specific variants, as they're no longer needed.
20472
20473 2005-03-23 Lute Kamstra <lute@gnu.org>
20474
20475 * generic-x.el: Code cleanup: make args constant whenever possible.
20476 (installshield-statement-keyword-list)
20477 (installshield-system-functions-list)
20478 (installshield-system-variables-list, installshield-types-list)
20479 (installshield-funarg-constants-list): Make them constants.
20480
20481 * generic.el (generic-make-keywords-list): Add autoload cookie.
20482
20483 * calendar/time-date.el: Add comment on time value formats.
20484 Don't require parse-time.
20485 (with-decoded-time-value): New macro.
20486 (encode-time-value): New function.
20487 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20488 (days-to-time): Return a valid time value when arg is huge.
20489 (time-since): Use time-subtract.
20490 (time-to-number-of-days): Use time-to-seconds.
20491
20492 2005-03-23 David Ponce <david@dponce.com>
20493
20494 * recentf.el (recentf-keep): New option.
20495 (recentf-menu-action): Default to `find-file'.
20496 (recentf-keep-non-readable-files-flag)
20497 (recentf-keep-non-readable-files-p)
20498 (recentf-file-readable-p, recentf-find-file)
20499 (recentf-cleanup-remote): Remove.
20500 (recentf-include-p): More robust.
20501 (recentf-keep-p): New function.
20502 (recentf-remove-if-non-kept): Rename from
20503 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20504 All callers updated.
20505 (recentf-menu-items-for-commands): Fix help string.
20506 (recentf-track-closed-file): Update. Doc fix.
20507 (recentf-cleanup): Update. Count removed files. Doc fix.
20508
20509 2005-03-23 Kim F. Storm <storm@cua.dk>
20510
20511 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20512 Don't inherit from fringe face (now happens automatically).
20513
20514 2005-03-22 Kim F. Storm <storm@cua.dk>
20515
20516 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20517 position values.
20518
20519 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20520
20521 * menu-bar.el (showhide-date-time): Remove.
20522 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20523 (menu-bar-make-mm-toggle): Simplify.
20524
20525 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20526
20527 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20528 Accept qualified variable and function names.
20529
20530 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20531
20532 * bindings.el (completion-ignored-extensions):
20533 Remove ".lis" for `vax-vms'.
20534
20535 2005-03-22 Andreas Schwab <schwab@suse.de>
20536
20537 * generic-x.el: Revert last change.
20538 * ldefs-boot.el: Update.
20539
20540 2005-03-22 Jay Belanger <belanger@truman.edu>
20541
20542 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20543 (calc-embedded-save-original-modes)
20544 (calc-embedded-restore-original-modes): New functions.
20545 (calc-do-embedded): Save original modes when entering embedded mode
20546 and restore when leaving embedded mode.
20547 (calc-embedded-modes-change): Change the value of
20548 calc-embedded-original-modes to reflect permanent changes.
20549
20550 2005-03-22 Lute Kamstra <lute@gnu.org>
20551
20552 * generic-x.el: Require generic again.
20553
20554 2005-03-22 Miles Bader <miles@gnu.org>
20555
20556 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20557 Tweak details to look good on both ttys and bitmap displays, light
20558 or dark background, etc.
20559
20560 2005-03-21 Kim F. Storm <storm@cua.dk>
20561
20562 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20563 mouse position.
20564
20565 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20566
20567 * icomplete.el: Don't forcibly turn on the mode upon load.
20568 (icomplete-mode): Use define-minor-mode.
20569 (icomplete-eoinput): Default to nil.
20570 (icomplete-minibuffer-setup): Remove autoload.
20571 (icomplete-tidy): Simplify.
20572 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20573 in the initial state or if the user has modified the field.
20574 Fix handling of icomplete-max-delay-chars.
20575 Remove code that handles the oddball case where
20576 minibuffer-completion-table is an integer.
20577 Wrap icomplete-completions in while-no-input in case building
20578 completions takes more time than expected.
20579 (icomplete-completions): Simplify.
20580
20581 2005-03-21 Richard M. Stallman <rms@gnu.org>
20582
20583 * jka-compr.el (jka-compr-really-do-compress):
20584 Make variable buffer-local.
20585
20586 * image-mode.el: Handle .xpm files too.
20587 (image-toggle-display): Preserve modification flag.
20588
20589 * help.el (where-is): Don't mention aliases with no key bindings.
20590
20591 2005-03-21 Lute Kamstra <lute@gnu.org>
20592
20593 * generic.el: Fix commentary section. Don't require cl for
20594 compilation.
20595 (generic-mode-list): Add autoload cookie.
20596 (generic-use-find-file-hook, generic-lines-to-scan)
20597 (generic-find-file-regexp, generic-ignore-files-regexp)
20598 (generic-mode, generic-mode-find-file-hook)
20599 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20600 (define-generic-mode): Make it a defmacro. Fix docstring.
20601 (generic-mode-internal): Code cleanup. Add autoload cookie.
20602 (generic-mode-set-comments): Code cleanup.
20603 * generic-x.el: Don't prevent compilation. Don't require generic.
20604 Follow coding conventions. Minor code cleanup.
20605 (etc-fstab-generic-mode): Add some keywords.
20606 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20607 define-generic-mode like a function declaration.
20608
20609 2005-03-21 Jay Belanger <belanger@truman.edu>
20610
20611 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20612 changing modes.
20613
20614 2005-03-21 Sam Steingold <sds@gnu.org>
20615
20616 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20617
20618 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20619
20620 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20621 Add underscore to "f$ lexicals" regexp.
20622
20623 2005-03-20 Juri Linkov <juri@jurta.org>
20624
20625 * subr.el (progress-reporter-do-update): When `min-value' is equal
20626 to `max-value', set `percentage' to 0 and prevent division by zero.
20627
20628 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20629
20630 Sync with Tramp 2.0.48.
20631
20632 * net/tramp.el (all): Change all addresses to .gnu.org.
20633 (tramp-append-tramp-buffers): New defun.
20634 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20635 Catch `dont-send' signal.
20636 (tramp-set-auto-save-file-modes): Set always permissions, because
20637 there might be an old auto-saved file belonging to another
20638 original file. This could be a security threat. Reported by
20639 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20640 Check for Emacs 21.3.50 removed.
20641
20642 * net/tramp-smb.el (all): Remove debug construct for
20643 `with-parsed-tramp-file-name'.
20644 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20645 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20646 No error message if DIRECTORY or FILENAME doesn't exist.
20647 (tramp-smb-open-connection): Check existence of
20648 `tramp-smb-program'.
20649
20650 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20651
20652 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20653 Properly handle the case where the `m' or `s' command's argument is not
20654 yet terminated.
20655 (perl-indent-new-calculate): New function.
20656 (perl-indent-line): Use it.
20657
20658 2005-03-20 Miles Bader <miles@gnu.org>
20659
20660 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20661 in text-mode too. Change to new face names.
20662 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20663 Add `:weight bold' attribute.
20664 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20665
20666 2005-03-19 Juri Linkov <juri@jurta.org>
20667
20668 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20669
20670 * international/mule.el (auto-coding-alist): Sync with
20671 `auto-mode-alist' by adding upper case archive file extensions
20672 and adding ear/war to jar extension.
20673
20674 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20675
20676 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20677 running, restart it.
20678
20679 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20680
20681 * finder.el (finder-current-item): Throw an error on an empty line.
20682
20683 * man.el (Man-follow-manual-reference): If current-word returns
20684 nil, use "".
20685
20686 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20687
20688 * simple.el (goto-line): Doc fix.
20689
20690 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20691
20692 * files.el (save-buffer): Doc fix.
20693
20694 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20695
20696 * recentf.el (recentf-cleanup-remote): New variable.
20697 (recentf-cleanup): Use it to conditionally check availability of
20698 remote files.
20699
20700 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20701
20702 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20703 function names.
20704
20705 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20706
20707 * language/thai-word.el: New file.
20708
20709 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20710
20711 * files.el (backup-buffer): If the file's directory is not
20712 writable, use copy instead of move to backup the file.
20713
20714 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20715
20716 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20717
20718 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20719
20720 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20721 Use functionp instead of symbolp and fboundp. Reported by Drkm
20722 <darkman_spam@yahoo.fr>.
20723 (ps-print-version): New version 6.6.6.
20724
20725 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20726
20727 * textmodes/table.el (table--line-column-position): New idiom.
20728 (table--row-column-insertion-point-p): New function to test
20729 validity of row and column insertion operation at a location.
20730 (table-global-menu, table-cell-menu): Use above functions for
20731 deterministic test operation.
20732 (table--editable-cell-p): Behave in deterministic fashion.
20733
20734 2005-03-18 Juri Linkov <juri@jurta.org>
20735
20736 * isearch.el (isearch-lazy-highlight-new-loop):
20737 Make arguments beg and end optional.
20738 (isearch-update): Remove optional arguments nil from
20739 isearch-lazy-highlight-new-loop.
20740 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20741 isearch-lazy-highlight-case-fold-search instead of
20742 isearch-case-fold-search, and let-bind isearch-regexp to
20743 isearch-lazy-highlight-regexp.
20744 Use isearch-lazy-highlight-last-string instead of isearch-string.
20745
20746 * replace.el (perform-replace): Remove bindings of global
20747 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20748 Add three new arguments to `replace-highlight'.
20749 (replace-highlight): Add arguments string, regexp, case-fold.
20750 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20751 to allow isearch-lazy-highlight-new-loop to use these values
20752 to set corresponding isearch-lazy-highlight-* internal
20753 variables whose values lazy highlighting will use regardless of
20754 changes to global variables isearch-string, isearch-regexp,
20755 isearch-case-fold-search during lazy highlighting loop.
20756 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20757 to `lazy-highlight-cleanup'.
20758
20759 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20760 (ispell-highlight-face): Set default face to `isearch' when
20761 lazy highlighting is enabled.
20762 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20763 priority to 1. Add lazy highlighting.
20764 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20765 from `isearch-dehighlight'.
20766
20767 2005-03-18 David Ponce <david@dponce.com>
20768
20769 * files.el (hack-local-variables): Do a case-insensitive search
20770 for End.
20771
20772 2005-03-18 Juri Linkov <juri@jurta.org>
20773
20774 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20775 `isearch-lazy-highlight-cleanup', add alias to old name and
20776 declare obsolete. Add release numbers to other obsolete vars.
20777 (isearch-done, isearch-lazy-highlight-new-loop):
20778 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20779 (lazy-highlight-cleanup) <variable>: Doc fix.
20780 (isearch-lazy-highlight-update): Rename obsolete
20781 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20782
20783 2005-03-18 Kenichi Handa <handa@m17n.org>
20784
20785 * language/thai-util.el: Fix categorization of Thai characters in
20786 thai-category-table.
20787 (thai-composition-pattern): Adjust it for the above change.
20788 (thai-self-insert-command, thai-compose-syllable): New functions.
20789 (thai-compose-region): Use thai-compose-syllable.
20790 (thai-compose-string): Likewise.
20791 (thai-composition-function): Likewise.
20792 (thai-auto-composition): New function.
20793 (thai-auto-composition-mode): New minor mode.
20794
20795 * language/thai.el: Fix patterns to be registered in
20796 composition-function-table.
20797
20798 * international/quail.el (quail-input-method): Locally bind
20799 inhibit-modification-hooks to t.
20800
20801 2005-03-17 Richard M. Stallman <rms@gnu.org>
20802
20803 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20804 (perl-mode): Use run-mode-hooks.
20805
20806 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20807 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20808 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20809
20810 * mail/sendmail.el (sendmail-send-it): Reenable the code
20811 to compute resend-to-address and use it.
20812
20813 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20814
20815 * image-mode.el: New file.
20816
20817 * image.el (insert-sliced-image): Add autoload cookie.
20818
20819 * font-lock.el (font-lock-lines-before): New user option.
20820 (font-lock-after-change-function): Obey it.
20821
20822 * bindings.el (esc-map): Make M-g a prefix.
20823 Bind M-g g and M-g M-g to goto-line.
20824
20825 * faces.el (face-id): Doc fix.
20826
20827 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20828
20829 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20830 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20831 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20832
20833 * mail/sendmail.el (mail-yank-ignored-headers)
20834 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20835 Add Mail-Followup-To and Mail-Reply-To headers.
20836 (mail-citation-hook): Add autoload cookie.
20837 (mail-mode): Doc fix.
20838 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20839 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20840 (mail-mode-fill-paragraph): Handle those headers.
20841 (mail-mailing-lists): New variable.
20842 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20843
20844 2005-03-17 Juri Linkov <juri@jurta.org>
20845
20846 * isearch.el (isearch-fallback): Check for `(car previous)'
20847 before calling `isearch-other-end-state'.
20848
20849 2005-03-17 Kim F. Storm <storm@cua.dk>
20850
20851 * simple.el (move-beginning-of-line): Move to beginning of buffer
20852 line, as well as beginning of screen line.
20853
20854 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20855
20856 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20857 argument REDRAW rather than calendar-redrawing variable.
20858 * calendar/calendar.el (calendar-redrawing): Delete.
20859 (redraw-calendar): Do not bind calendar-redrawing.
20860
20861 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20862
20863 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20864 diary-file buffer.
20865
20866 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20867
20868 * help.el (describe-mode): Allow a :minor-mode-function property to
20869 specify a different minor mode toggle function than the variable.
20870 * simple.el (auto-fill-function):
20871 * subr.el (add-minor-mode): Use it.
20872
20873 2005-03-16 Kenichi Handa <handa@m17n.org>
20874
20875 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20876 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20877 (ethio-fidel-to-sera-buffer): Likewise.
20878
20879 2005-03-16 Juri Linkov <juri@jurta.org>
20880
20881 * emacs-lisp/find-func.el (find-function-regexp):
20882 Add defun-emitting macro `menu-bar-make-toggle'.
20883
20884 * isearch.el: Put `isearch-scroll' property to
20885 `split-window-horizontally'.
20886
20887 * info.el: Update error messages for `debug-ignored-errors'.
20888 (Info-isearch-search): Doc fix.
20889 (Info-find-node): Move up code to go into info buffer before
20890 recording the node to the history.
20891 (Info-fontify-node): Fontify titles only if the next line
20892 has two or more `*', `=', `-', `.'.
20893 Display "go to this node" for empty (match-string 3).
20894
20895 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20896
20897 * term/mac-win.el: Add mouse pointer shape constants.
20898
20899 2005-03-15 Kim F. Storm <storm@cua.dk>
20900
20901 * simple.el (move-beginning-of-line): Use vertical-motion.
20902
20903 2005-03-15 Juri Linkov <juri@jurta.org>
20904
20905 * isearch.el (isearch-error): New variable.
20906 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20907 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20908 (isearch-within-brackets-state): Remove.
20909 (isearch-case-fold-search-state, isearch-pop-fun-state):
20910 Decrease frame index.
20911 (isearch-mode, isearch-top-state, isearch-push-state)
20912 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20913 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20914 (isearch-search, isearch-lazy-highlight-new-loop):
20915 Replace `isearch-invalid-regexp' with `isearch-error'.
20916 Remove `isearch-within-brackets'.
20917 (isearch-search): Add `search-failed' handler to `condition-case'.
20918 (isearch-lazy-highlight-search): Add `condition-case' to catch
20919 errors and allow `isearch-lazy-highlight-update' to try
20920 highlighting from the beginning of the window.
20921 (isearch-repeat): Move up code to set isearch-wrapped to t
20922 before calling isearch-wrap-function.
20923
20924 * info.el (Info-isearch-initial-node): New internal variable.
20925 (Info-search): Signal an error in isearch mode when search leaves
20926 the initial node. Signal an error when `bound' is non-nil and
20927 nothing was found in the current subfile.
20928 (Info-isearch-search): Remove `condition-case'.
20929 (Info-isearch-wrap): Don't wrap when search failed during leaving
20930 the initial node. If `Info-isearch-search' is nil, wrap around
20931 the current node.
20932 (Info-isearch-start): New fun.
20933 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20934 `isearch-mode-hook'.
20935
20936 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20937
20938 * simple.el (normal-erase-is-backspace): Set default to t if
20939 running on Mac.
20940
20941 * term/mac-win.el (function-key-map): Sync with x-win.el.
20942
20943 2005-03-15 Kenichi Handa <handa@m17n.org>
20944
20945 * international/mule-cmds.el (locale-language-names): Modify the
20946 format of elements and add more entries.
20947 (locale-preferred-coding-systems): Add more entries.
20948 (set-locale-environment): Adjust for the change of
20949 locale-language-names.
20950
20951 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20952
20953 * pcvs.el (smerge-ediff): Remove bogus autoload.
20954
20955 2005-03-14 Lute Kamstra <lute@gnu.org>
20956
20957 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20958 Ignore a `*' at the beginning of a line.
20959
20960 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20961 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20962 subr.el.
20963 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20964 to specify indentation.
20965
20966 * generic.el (define-generic-mode): Let generic-mode-list be a
20967 list of strings; test membership with equal.
20968
20969 2005-03-14 Kim F. Storm <storm@cua.dk>
20970
20971 * simple.el (next-line, previous-line): Add optional try-vscroll
20972 arg to recognize interactive use. Pass it on to line-move.
20973 (line-move): Don't perform auto-window-vscroll when defining or
20974 executing keyboard macro to ensure consistent behavior.
20975
20976 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20977
20978 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20979
20980 2005-03-13 Lute Kamstra <lute@gnu.org>
20981
20982 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20983 debugger-setup-buffer so that backtrace marks the frames set to
20984 debug-on-exit and we don't have to do it manually. Set an extra
20985 debug-on-exit for macro's.
20986 (debugger-setup-buffer): Don't mark the top frame manually.
20987
20988 2005-03-12 Lute Kamstra <lute@gnu.org>
20989
20990 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20991 lisp-indent-function throughout.
20992 (with-no-warnings): Set lisp-indent-function property.
20993
20994 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
20995
20996 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20997 Add entry for backslash.
20998
20999 2005-03-12 Juri Linkov <juri@jurta.org>
21000
21001 * info.el (Info-search): Four fixes for backward search.
21002
21003 2005-03-11 Jay Belanger <belanger@truman.edu>
21004
21005 * calc/calc.el (calc-language-alist): New variable.
21006 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
21007 (calc-embedded-find-modes): Use calc-language-alist instead of
21008 calc-embedded-language-alist.
21009
21010 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21011
21012 * calendar/calendar.el (calendar-redrawing): New internal
21013 variable.
21014 (redraw-calendar): Remove bogus save-excursion from previous
21015 change. Bind calendar-redrawing to t for mark-diary-entries.
21016 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
21017 calendar if that is why we were called.
21018
21019 2005-03-11 Kenichi Handa <handa@m17n.org>
21020
21021 * international/mule.el (make-coding-system): Set property
21022 coding-system-define-form to nil.
21023 (define-coding-system-alias): Likewise.
21024
21025 2005-03-11 Kenichi Handa <handa@m17n.org>
21026
21027 These changes are suggested by Dave Love <fx@gnu.org>.
21028
21029 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
21030 coding: tag.
21031 (adaptive-fill-regexp): Add more bullets.
21032 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
21033 regexps.
21034
21035 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
21036
21037 * help.el (describe-mode): Properly handle non-trivial lighters.
21038 Don't ignore minor modes that are not listed in minor-mode-list.
21039
21040 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
21041 feature ON when the user requests to turn it OFF.
21042
21043 2005-03-10 Lute Kamstra <lute@gnu.org>
21044
21045 * emacs-lisp/debug.el (debug-entry-code): Delete it.
21046 (implement-debug-on-entry): New function to replace debug-entry-code.
21047 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
21048 second argument as the 2005-03-07 change makes it obsolete.
21049 (debug-on-entry, cancel-debug-on-entry): Update call to
21050 debug-on-entry-1.
21051 (debug, debugger-setup-buffer): Comment update.
21052 (debugger-frame-number): Update to work with implement-debug-on-entry.
21053
21054 2005-03-10 Jay Belanger <belanger@truman.edu>
21055
21056 * calc/calc-embed.el (math-ms-args): Declare it.
21057 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
21058 math-ms-args.
21059 (calc-embedded-subst): Use math-multi-subst-rec to substitute
21060 variables.
21061
21062 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
21063
21064 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
21065 Use message-box.
21066
21067 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
21068 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
21069 (tooltip-gud-tips): Simplify.
21070 (tooltip-gud-tips-p): Remove superfluous :set.
21071 (tooltip-gud-modes): Add fortran-mode.
21072 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
21073
21074 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
21075
21076 2005-03-09 Kim F. Storm <storm@cua.dk>
21077
21078 * play/animate.el (animate-place-char): Use forward-line instead
21079 of next-line to improve performance.
21080
21081 2005-03-09 Simon Josefsson <jas@extundo.com>
21082
21083 * net/browse-url.el (browse-url-default-browser): Doc fix.
21084
21085 2005-03-09 Miles Bader <miles@gnu.org>
21086
21087 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
21088 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
21089
21090 2005-03-09 Kenichi Handa <handa@m17n.org>
21091
21092 * international/latin-1.el: Set case and syntax for 255 only if
21093 set-case-syntax-set-multibyte is nil.
21094
21095 * textmodes/ispell.el (ispell-insert-word): New function.
21096 (ispell-word): Use ispell-insert-word to insert a new word.
21097 (ispell-process-line): Likewise.
21098 (ispell-complete-word): Likewise.
21099
21100 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
21101
21102 * calendar/calendar.el (redraw-calendar): Preserve point.
21103 Reported by Matt Hodges <MPHodges@member.fsf.org>.
21104 (calendar-week-start-day): Move after definition of
21105 redraw-calendar. Delete buffer test, since redraw-calendar has
21106 that now.
21107
21108 * calendar/diary-lib.el (mark-diary-entries): Only call
21109 redraw-calendar in the first of any recursive calls.
21110 Reported by Alan Shutko <ats@acm.org>.
21111
21112 2005-03-08 Juri Linkov <juri@jurta.org>
21113
21114 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
21115 (html-horizontal-rule, html-line, html-image, html-checkboxes)
21116 (html-radio-buttons): Add a space before the trailing `/>' where
21117 sgml-xml-mode is non-nil.
21118 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
21119 the subsequent tag of the empty XML tag.
21120 (html-href-anchor): Don't set initial input to "http:".
21121 (html-image): Ask for the image URL and set point inside alt="".
21122 (html-name-anchor): Duplicate the name in the `id' attribute when
21123 sgml-xml-mode is non-nil.
21124 (html-paragraph): Remove \n before <p>.
21125 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
21126 instead of `checked' when sgml-xml-mode is non-nil.
21127
21128 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
21129 Remove 1 space before #RRGGBB to not truncate it on terminal
21130 windows w/o fringes. Remove 1 space between bg and fg examples
21131 to get more space.
21132 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
21133 avoid byte-compile warnings.
21134
21135 * image-file.el (image-file-handler): Put `safe-magic' property to
21136 `image-file-handler'.
21137
21138 * info.el (Info-isearch-search): Emulate word search in
21139 isearching through multiple Info nodes with Info-search.
21140 (Info-isearch-wrap): Allow isearch-word.
21141
21142 2005-03-08 Lute Kamstra <lute@gnu.org>
21143
21144 * emacs-lisp/debug.el (debugger-step-through): Make sure that
21145 stepping into the debugger's code is not possible.
21146 (debugger-jumping-flag): Docstring update.
21147
21148 2005-03-08 Jay Belanger <belanger@truman.edu>
21149
21150 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
21151 embedded mode begins.
21152 (calc-embedded-language-alist): New variable.
21153 (calc-embedded-find-modes): Use calc-embedded-language-alist to
21154 set default language mode.
21155
21156 2005-03-08 Kenichi Handa <handa@m17n.org>
21157
21158 * international/ccl.el (define-ccl-program): Fix docstring about
21159 extra 256 bytes assured for the output buffer.
21160
21161 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21162 Fix BUFFER_MAGNIFICATION to 2.
21163 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21164
21165 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
21166
21167 * align.el (align-rules-list): Added an alignment rule for CSS
21168 declarations (applies to css-mode and html-mode buffers).
21169
21170 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
21171
21172 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
21173
21174 2005-03-07 Kim F. Storm <storm@cua.dk>
21175
21176 * simple.el (move-beginning-of-line): New command.
21177
21178 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
21179
21180 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
21181
21182 * emulation/cua-base.el: Put CUA move property on move-end-of-line
21183 and move-beginning-of-line.
21184
21185 * apropos.el (apropos-print): Omit command from M-x ... RET.
21186
21187 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
21188
21189 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
21190 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
21191
21192 2005-03-06 Richard M. Stallman <rms@gnu.org>
21193
21194 * bindings.el (esc-map): Bind M-g to goto-line.
21195
21196 * facemenu.el (global-map): Bind M-o, not M-g.
21197
21198 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21199
21200 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
21201 "Open Directory" as for "Open File".
21202
21203 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
21204
21205 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
21206 (push-mark-command): Run activate-mark-hook.
21207
21208 2005-03-06 Richard M. Stallman <rms@gnu.org>
21209
21210 * help-mode.el (help-mode-finish): Don't alter the element
21211 in view-return-to-alist if there already is one.
21212
21213 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
21214 make sure the current buffer is the expected one.
21215
21216 * novice.el (disabled-command-function): Output in *Disabled Command*.
21217 Explicitly ignore non-keyboard events, and explicitly handle C-g.
21218
21219 * textmodes/flyspell.el (flyspell-large-region):
21220 Pass args differently for aspell.
21221
21222 * files.el (mode-require-final-newline): Doc fix.
21223
21224 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21225
21226 * progmodes/which-func.el (which-function):
21227 Specify NOERROR when calling imenu--make-index-alist.
21228
21229 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
21230
21231 * simple.el (normal-erase-is-backspace): Define default value.
21232
21233 * custom.el (custom-theme-set-variables): Remove unused var
21234 `immediate'.
21235 (custom-reevaluate-setting): Simple function to handle variables
21236 that are defined before their default value can really be
21237 computed.
21238
21239 * startup.el (command-line): Use it for temporary-file-directory,
21240 small-emporary-file-directory, auto-save-file-name-transforms,
21241 blink-cursor-mode, and normal-erase-is-backspace.
21242
21243 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
21244 progress, even with buggy anchored keywords.
21245
21246 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
21247
21248 * simple.el (goto-line): Remove unbalanced final parenthesis.
21249
21250 2005-03-05 Richard M. Stallman <rms@gnu.org>
21251
21252 * simple.el (goto-line): Use a number at point as the default.
21253 With C-u as arg, switch buffers.
21254
21255 2005-03-05 Juri Linkov <juri@jurta.org>
21256
21257 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
21258 with `no-blinking-cursor'.
21259
21260 * startup.el (no-blinking-cursor): New defvar.
21261 (command-line): Add `--no-blinking-cursor' to longopts.
21262 Set `no-blinking-cursor' to t for command line arguments
21263 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
21264 with `no-blinking-cursor' in the condition for calling
21265 `blink-cursor-mode'.
21266
21267 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
21268
21269 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
21270 (menu-bar-options-save): Add blink-cursor-mode.
21271 (menu-bar-options-menu): Add blink-cursor-mode.
21272
21273 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
21274
21275 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
21276 (icalendar-export-file, icalendar-export-region)
21277 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
21278 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
21279
21280 2005-03-04 Lute Kamstra <lute@gnu.org>
21281
21282 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
21283 (debug-function-list): Ditto.
21284
21285 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
21286
21287 * textmodes/texinfmt.el (texinfo-append-refill):
21288 Redefine the types of line to which @refill
21289 is not appended by replacing a search for `@refill\\|@bye' with
21290 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
21291 itemize@refill' bug and the unfilled long lines bug.
21292 (texinfmt-version): Update number and date.
21293
21294 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21295
21296 * international/code-pages.el (windows-1250, windows-125[2-8])
21297 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
21298
21299 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21300
21301 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
21302 bound yet.
21303
21304 2005-03-02 Romain Francoise <romain@orebokech.com>
21305
21306 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
21307 buffer after removing limits.
21308 (ibuffer-pop-filter): Ditto.
21309 Update copyright.
21310
21311 2005-03-02 Miles Bader <miles@gnu.org>
21312
21313 * button.el (make-text-button): If the user doesn't specify a
21314 type, use the default. Rewrite to use `add-text-properties' and
21315 plist functions.
21316
21317 2005-03-01 Lute Kamstra <lute@gnu.org>
21318
21319 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
21320 (debugger-jumping-flag): New var.
21321 (debug-entry-code): Use it.
21322 (debugger-jump): Use debugger-jumping-flag and add
21323 debugger-reenable to post-command-hook.
21324 (debugger-reenable): Use debugger-jumping-flag and remove itself
21325 from post-command-hook.
21326 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21327 debugger-reenable.
21328
21329 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
21330
21331 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21332 inclusion of "itemize\\|", which may be unnecessary, is certainly
21333 inelegant, and stops refilling in itemize lists when formatting
21334 Japanese Texinfo files to Info.
21335 Update copyright to 2005.
21336
21337 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
21338
21339 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21340 of an error if GDB can't find the source file.
21341
21342 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21343
21344 * calendar/calendar.el (redraw-calendar): Work from any buffer,
21345 not just the calendar.
21346
21347 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21348 first.
21349 (diary-redraw-calendar): New function.
21350 (make-diary-entry): Add diary-redraw-calendar to local
21351 write-contents-functions. Turn off selective display before
21352 inserting in diary.
21353
21354 2005-03-01 Kim F. Storm <storm@cua.dk>
21355
21356 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21357
21358 2005-03-01 Lute Kamstra <lute@gnu.org>
21359
21360 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21361 that debug-entry-code can be safely removed from a function while
21362 this code is being evaluated. Revert the 2005-02-27 change as the
21363 new implementation no longer requires it. Make sure that a
21364 function body containing just a string is not mistaken for a docstring.
21365 (debug): Skip one more frame in case of debug on entry.
21366 (debugger-setup-buffer): Delete one more frame line in case of
21367 debug on entry.
21368 (debugger-frame-number): Update to use the new text introduced by
21369 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21370
21371 2005-02-28 Kim F. Storm <storm@cua.dk>
21372
21373 * double.el (double-translate-key): Call force-window-update after
21374 read-event to avoid crash in redisplay.
21375
21376 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21377
21378 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21379 (debug): Use it. Move the inhibit-trace earlier.
21380 (debug-entry-code): New const.
21381 (debug-on-entry-1): Use it.
21382
21383 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21384
21385 * international/utf-16.el (ccl-encode-mule-utf-16le):
21386 Fix BUFFER_MAGNIFICATION to 2.
21387 (ccl-encode-mule-utf-16be): Likewise.
21388
21389 2005-02-28 Kenichi Handa <handa@m17n.org>
21390
21391 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21392 Fix BUFFER_MAGNIFICATION to 4.
21393 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21394
21395 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21396
21397 * speedbar.el (speedbar-update-flag): Doc fix.
21398 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21399 argument.
21400
21401 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21402
21403 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21404 have a non-nil `invisible' property but are actually visible.
21405
21406 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21407 for perldoc sections.
21408 (perl-outline-regexp, perl-outline-level): New var and function.
21409 (perl-mode): Use them.
21410
21411 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21412
21413 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21414 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21415
21416 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21417
21418 * cus-edit.el: Comment change.
21419 (custom-buffer-create-internal): Slightly reword text at top of
21420 Custom buffers. Mention there that saving an option edits the
21421 init file. Add link to Emacs manual node on `custom-file'.
21422 (custom-magic-alist): Rewrite individual State messages to use
21423 capitalized keywords. Doc fix.
21424
21425 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21426
21427 * calendar/calendar.el (calendar-buffer): Move above
21428 calendar-week-start-day.
21429 (calendar-week-start-day): Doc fix. Add :set function.
21430 (calendar-minimum-window-height): New variable.
21431 (generate-calendar-window): Only resize window if selected-window
21432 is displaying the calendar buffer. Use new variable
21433 calendar-minimum-window-height.
21434 (generate-calendar): Reword error message.
21435 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21436
21437 2005-02-27 Andreas Schwab <schwab@suse.de>
21438
21439 * vc.el (vc-do-command): Don't run command asynchronously when
21440 operating in a remote directory.
21441
21442 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21443 change from sync with Tramp 2.0.47.
21444
21445 2005-02-27 Richard M. Stallman <rms@gnu.org>
21446
21447 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21448
21449 * textmodes/flyspell.el (flyspell-mode-on):
21450 Call ispell-change-dictionary only if necessary.
21451
21452 * emacs-lisp/re-builder.el (regexp-builder): New function.
21453
21454 * register.el (describe-register-1): Explicitly handle
21455 yank-excluded-properties = t.
21456
21457 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21458 (custom-magic-alist): Change the status descriptions again.
21459 (face widget-type): Total rewrite based on `restricted-sexp'
21460 to eliminate the confusing double hiding levels.
21461
21462 * emacs-lisp/debug.el (debug-on-entry-1):
21463 If function body is empty, add nil as body form.
21464
21465 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21466
21467 * emacs-lisp/trace.el (inhibit-trace): New var.
21468 (trace-make-advice): Use it.
21469
21470 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21471
21472 2005-02-26 Kim F. Storm <storm@cua.dk>
21473
21474 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21475 (mouse-on-link-p, mouse-drag-region-1): Use it.
21476
21477 2005-02-25 Lute Kamstra <lute@gnu.org>
21478
21479 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21480
21481 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21482
21483 * frame.el (blink-cursor-mode): Add :group keyword.
21484
21485 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21486
21487 * calendar/icalendar.el (icalendar--decode-isodatetime):
21488 New optional argument DAY-SHIFT.
21489 (icalendar-export-region): Fix coding-system-for-write.
21490 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21491 events by one.
21492
21493 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21494
21495 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21496
21497 2005-02-24 Kim F. Storm <storm@cua.dk>
21498
21499 * international/iso-acc.el (iso-accents-compose): Fix crash
21500 during redisplay. Call force-window-update after read-event
21501 and delete-region to signal that window is not accurate.
21502
21503 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21504
21505 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21506 Remove unused and inexistent var `inhibit-trace'.
21507 (debugger-mode): Use run-mode-hooks.
21508 (debugger-list-functions): Add buttons; setup xref stack.
21509
21510 2005-02-23 Richard M. Stallman <rms@gnu.org>
21511
21512 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21513 appointment says it was explicitly made.
21514 (appt-add): Set the 3rd element.
21515 (appt-make-list): Preserve explicit appointments.
21516
21517 * subr.el (find-tag-default): Catch errors in forward-sexp.
21518
21519 2005-02-23 Juri Linkov <juri@jurta.org>
21520
21521 * info.el (Info-isearch-search): New defcustom.
21522 (Info-isearch-search): Call the default isearch function
21523 when Info-isearch-search is nil.
21524 (Info-isearch-wrap): Use variable Info-isearch-search.
21525
21526 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21527
21528 * cus-edit.el: Comment change.
21529
21530 2005-02-22 Kim F. Storm <storm@cua.dk>
21531
21532 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21533 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21534
21535 2005-02-22 Simon Josefsson <jas@extundo.com>
21536
21537 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21538 New variable.
21539 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21540 Oskarsson" <myrkraverk@users.sourceforget.net>.
21541
21542 2005-02-22 Kim F. Storm <storm@cua.dk>
21543
21544 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21545 check that window of that event is the selected window.
21546 (mouse-drag-region-1): Compare mouse event window to selected
21547 window before setting point.
21548
21549 * tooltip.el (tooltip-show-help-function): Pass event to
21550 mouse-on-link-p so it can check selected window.
21551
21552 2005-02-22 Kenichi Handa <handa@m17n.org>
21553
21554 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21555 (ps-mule-show-warning): New function.
21556 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21557 characters are found.
21558
21559 * ps-print.el (ps-header-footer-string): Return a list of header
21560 and footer strings.
21561
21562 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21563
21564 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21565
21566 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21567
21568 * frame.el (blink-cursor-mode): Use define-minor-mode.
21569
21570 * term/mac-win.el (function-key-map): Use char-names more consistently.
21571 (file-name-coding-system): Only set it for MacOS-9. The other case is
21572 already handled in mule-cmds.el (where it also works when mac-win.el
21573 is not used).
21574
21575 2005-02-21 Kenichi Handa <handa@m17n.org>
21576
21577 * international/mule.el (ctext-pre-write-conversion): Always use
21578 " *code-converting-work*" buffer for work.
21579
21580 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21581
21582 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21583
21584 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21585
21586 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21587
21588 * ses.el (undo-more): Restore defadvice, but only the part that
21589 allows changes outside the restricted area of the buffer.
21590
21591 2005-02-20 Kim F. Storm <storm@cua.dk>
21592
21593 * simple.el (line-move): Add fourth optional arg try-vscroll which
21594 must be set to perform auto-window-vscroll.
21595 When moving backwards and doing auto-window-vscroll, automatically
21596 vscroll to the last part of lines which are taller than the window.
21597 (next-line, previous-line): Set try-vscroll arg on line-move.
21598
21599 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21600
21601 * replace.el (query-replace, query-replace-regexp)
21602 (replace-string, replace-regexp): When operating on region, make
21603 the minibuffer prompt say so.
21604
21605 * isearch.el (isearch-forward): Document isearch-query-replace and
21606 isearch-query-replace-regexp keybindings.
21607
21608 2005-02-19 Jay Belanger <belanger@truman.edu>
21609
21610 * calc/calc-aent.el (math-read-token): Add local variable.
21611
21612 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21613 (calc-edit-top): Move declaration to earlier in file.
21614 (calc-edit-macro-repeats): Add local variables.
21615
21616 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21617 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21618 calcFunc-tanh.
21619 Adjust integration rule for calcFunc-tan.
21620
21621 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21622
21623 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21624 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21625 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21626 (viper-skip-separators): Bug fix.
21627 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21628 particular major mode.
21629 (viper-del-backward-char-in-replace): Don't put deleted char on the
21630 kill ring.
21631
21632 * viper-ex.el (viper-color-display-p): New function.
21633 (viper-has-face-support-p): Use viper-color-display-p.
21634
21635 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21636
21637 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21638
21639 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21640 (viper-file-remote-p): Make equivalent to file-remote-p.
21641
21642 * viper.el (viper-major-mode-modifier-list):
21643 Use viper-gnus-modifier-map.
21644
21645 2005-02-19 David Kastrup <dak@gnu.org>
21646
21647 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21648 quoting.
21649
21650 2005-02-19 Jay Belanger <belanger@truman.edu>
21651
21652 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21653 Remove extra definitions.
21654 (calc-coth): New function.
21655 (calcFunc-cot): Fix `let'.
21656
21657 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21658
21659 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21660 the reasons we use "type pc" in these faces.
21661
21662 * button.el (button): Ditto.
21663
21664 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21665
21666 * replace.el (query-replace-read-from): Set the value of
21667 query-replace-from-history-variable to handle the case of an empty
21668 string entered to accept the suggested default.
21669
21670 * net/tramp.el (tramp-file-name-for-operation):
21671 Use dired-call-process instead of dired-call-process-command.
21672
21673 2005-02-19 Jay Belanger <belanger@truman.edu>
21674
21675 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21676 (math-div-non-trig): New variables.
21677 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21678 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21679 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21680 trig expressions.
21681
21682 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21683
21684 * progmodes/gdb-ui.el (gdb-var-update-handler)
21685 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21686 for watch expressions,
21687 (gdb-var-create-handler): Don't set speedbar-update-flag.
21688 (gdb-post-prompt): Simplify test for speedbar.
21689
21690 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21691
21692 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21693 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21694 we use the syntax table of the correct buffer.
21695 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21696 Felix Gatzemeier.
21697
21698 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21699 (ediff-file-remote-p): Make synonymous with file-remote-p.
21700 In all deffaces ediff-*-face-*, use min-colors.
21701
21702 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21703 ediff-recurse-to-subdirectories.
21704 (ediff-mark-if-equal): Check that the arguments are strings, use
21705 ediff-same-contents (after to Felix Gatzemeier).
21706
21707 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21708 nil.
21709
21710 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21711
21712 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21713
21714 2005-02-18 David Kastrup <dak@gnu.org>
21715
21716 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21717 use `mark-active' when defined.
21718
21719 2005-02-18 Kenichi Handa <handa@m17n.org>
21720
21721 * ps-print.el (ps-font-info-database): New entry
21722 ZapfChancery-MediumItalic with correct font name. Fix font name
21723 of the entry Zapf-Chancery-MediumItalic.
21724
21725 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21726
21727 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21728
21729 2005-02-16 Kim F. Storm <storm@cua.dk>
21730
21731 * ido.el (ido-fallback-command): Pass user input to fallback command.
21732
21733 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21734
21735 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21736 (gdb-find-file-hook): Add server prefix.
21737
21738 2005-02-16 Richard M. Stallman <rms@gnu.org>
21739
21740 * replace.el (perform-replace): Pass new args to replace-highlight.
21741 (replace-highlight): Take region args,
21742 and pass them to isearch-lazy-highlight-new-loop.
21743
21744 * novice.el (disabled-command-hook): Autoload the defalias
21745 and the make-obsolete-variable call.
21746
21747 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21748
21749 * isearch.el (isearch-lazy-highlight-start-limit)
21750 (isearch-lazy-highlight-end-limit): New variables limit
21751 the region for highlighting.
21752 (isearch-lazy-highlight-new-loop): New args BEG and END.
21753 (isearch-lazy-highlight-search): Use the new vars.
21754 (isearch-lazy-highlight-update): Likewise.
21755
21756 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21757
21758 * cus-start.el (all): Use default-boundp.
21759
21760 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21761
21762 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21763
21764 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21765
21766 * autorevert.el (auto-revert-stop-on-user-input)
21767 (auto-revert-verbose): Doc fixes.
21768
21769 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21770
21771 * international/mule-cmds.el (set-locale-environment): Remove call
21772 to set-selection-coding-system on Windows.
21773
21774 2005-02-15 Jay Belanger <belanger@truman.edu>
21775
21776 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21777 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21778 calcFunc-coth.
21779 (math-simplify-sqrt): Add simplifications.
21780
21781 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21782 to list.
21783
21784 * calc/calc-ext.el: Add functions to autoloads.
21785
21786 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21787 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21788 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21789 (math-csc-raw, math-cot-raw): New functions.
21790
21791 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21792
21793 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21794 the variable name in a message.
21795
21796 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21797 calcFunc-csc, calcFunc-cot.
21798
21799 * calc/calcalg2.el: Add derivative and integration rules for
21800 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21801 calcFunc-csch, calcFunc-coth.
21802 (math-do-integral-methods): Add to checks for when to use
21803 substitutions.
21804
21805 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21806
21807 2005-02-15 Lute Kamstra <lute@gnu.org>
21808
21809 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21810 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21811 <monnier@iro.umontreal.ca>
21812 (lisp-outline-level): Improve efficiency. Suggested by David
21813 Kastrup <dak@gnu.org>.
21814
21815 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21816
21817 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21818 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21819 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21820 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21821 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21822
21823 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21824
21825 * cus-start.el (all): Comment change.
21826
21827 2005-02-14 Lute Kamstra <lute@gnu.org>
21828
21829 * cus-start.el (all): Check if symbol is void.
21830
21831 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21832
21833 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21834 optional argument to \cite.
21835
21836 2005-02-14 Richard M. Stallman <rms@gnu.org>
21837
21838 * cus-edit.el (custom-buffer-create-internal): Update help message.
21839 (custom-magic-alist): Update help messages.
21840
21841 * cus-start.el (all): Allow a var to specify a standard value.
21842
21843 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21844
21845 * custom.el (custom-theme-set-variables): Handle variable aliases.
21846
21847 * frame.el (blink-cursor-timer): Doc fix.
21848 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21849 declare obsolete.
21850 (blink-cursor-mode): Define with defcustom and use correct
21851 standard expression in that defcustom.
21852 * startup.el (command-line): Adapt to above changes in frame.el.
21853
21854 2005-02-11 Lute Kamstra <lute@gnu.org>
21855
21856 * apropos.el (apropos-score-doc): Prevent division by zero.
21857
21858 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21859
21860 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21861 (icalendar--get-event-property-attributes)
21862 (icalendar--get-event-properties)
21863 (icalendar--datetime-to-diary-date): New functions.
21864 (icalendar--split-value): Doc fix.
21865 (icalendar--datetime-to-noneuropean-date)
21866 (icalendar--datetime-to-european-date): New optional argument
21867 SEPARATOR. Return result as a string instead of a list.
21868 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21869 (icalendar--convert-string-for-export): Rename arg S to STRING.
21870 (icalendar-export-region): Doc fix. Change name of error buffer.
21871 Save output buffer.
21872 (icalendar-import-file): Add blank at end of prompt.
21873 (icalendar-import-buffer): Doc fix. Do not switch to error
21874 buffer. Indicate status in return value.
21875 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21876 buffer. Save output buffer. Handle exception from recurrence
21877 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21878 events. Fix problems with weekly all-day events.
21879
21880 2005-02-10 Richard M. Stallman <rms@gnu.org>
21881
21882 * simple.el (eval-expression-print-format):
21883 Avoid warning about edebug-active.
21884
21885 * help.el (help-for-help-internal): Rename from help-for-help.
21886 (help-for-help): Define with defalias.
21887
21888 * font-core.el (font-lock-default-function): Use with-no-warnings.
21889
21890 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21891
21892 * custom.el (defface): Doc fix.
21893
21894 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21895
21896 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21897 width 0" to prevent word wrapping problems.
21898
21899 2005-02-09 Kim F. Storm <storm@cua.dk>
21900
21901 * ido.el (ido-file-extensions-order): New defcustom.
21902 (ido-file-extension-lessp, ido-file-extension-aux)
21903 (ido-file-extension-order): New advanced file ordering.
21904 (ido-file-lessp): New simple file ordering.
21905 (ido-sort-list): Remove.
21906 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21907 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21908
21909 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21910
21911 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21912 that some versions of grep produce.
21913 (grep-mode-font-lock-keywords): Likewise.
21914
21915 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21916
21917 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21918 (gdb-cdir): Delete.
21919 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21920 (gdb-source-info): Treat case when source file is in another
21921 directory properly.
21922 (gdb-get-location): New function.
21923
21924 2005-02-07 Jay Belanger <belanger@truman.edu>
21925
21926 * calc/calc-prog.el (calc-write-parse-table-part)
21927 (calc-fix-token-name): Fix a check for language type.
21928
21929 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21930
21931 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21932
21933 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21934 as directory not writable.
21935
21936 2005-02-07 Kim F. Storm <storm@cua.dk>
21937
21938 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21939 (cua--standard-movement-commands): Remove list.
21940 Instead, set CUA property value to move for movement commands.
21941 (cua-movement-commands): Remove. Users must set CUA prop instead.
21942 (cua--pre-command-handler): Check CUA property.
21943 (cua--init-keymaps): Don't remap undo commands.
21944 (cua-mode): Don't call cua--rectangle-on-off.
21945
21946 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21947 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21948 (cua--rect-undo-set-point): New var.
21949 (cua--rectangle-undo-boundary): Setup undo apply entry.
21950 (cua--rect-undo-handler): New function for rectangle undo.
21951 (cua--rect-start-position, cua--rect-end-position): Add.
21952 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21953 for restored rectangle. Set point if cua--rect-undo-set-point.
21954
21955 2005-02-06 Jay Belanger <belanger@truman.edu>
21956
21957 * calc/calc-lang.el (calc-tex-language): Display more information
21958 in messages.
21959
21960 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21961 in TeX mode.
21962
21963 2005-02-06 Richard M. Stallman <rms@gnu.org>
21964
21965 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21966
21967 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21968
21969 * net/ldap.el (ldap-search-internal): Support attributes with
21970 optional descriptions separated by a semi-colon, as in
21971 "userCertificate;binary".
21972
21973 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21974
21975 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21976 isn't a cons (i.e. the version is 0).
21977
21978 2005-02-05 Eli Zaretskii <eliz@gnu.org>
21979
21980 * help.el (help-for-help): Doc fix.
21981
21982 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
21983
21984 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
21985 GDB-Windows on the menu-bar as this works better.
21986
21987 2005-02-04 Jay Belanger <belanger@truman.edu>
21988
21989 * calc/calc-embed.el (calc-embedded-update): Don't put in
21990 unnecessary newlines. Adjust the end of formula marker.
21991
21992 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21993 (math-latex-parse-two-args): New function.
21994
21995 2005-02-03 Lute Kamstra <lute@gnu.org>
21996
21997 * help-fns.el (help-with-tutorial): Make sure that users cannot
21998 remove the entire text of the tutorial by means of `undo'.
21999
22000 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
22001
22002 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
22003 in recent changes, where the ispell process was repeatedly
22004 killed & restarted.
22005
22006 * international/mule-cmds.el (set-locale-environment): Set file-name
22007 coding system to utf-8 on Darwin systems.
22008 (set-default-coding-systems): Don't set default-file-name-coding-system
22009 on Darwin systems.
22010
22011 2005-02-03 Richard M. Stallman <rms@gnu.org>
22012
22013 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
22014
22015 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
22016
22017 * faces.el (list-faces-display): Add optional argument.
22018
22019 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
22020
22021 * font-core.el (font-lock-default-function): Handle the rare case where
22022 only font-lock-keywords is set.
22023
22024 2005-02-02 Kenichi Handa <handa@m17n.org>
22025
22026 * international/characters.el: Cancel previous change for
22027 I-WITH-DOT-ABOVE and DOTLESS-i.
22028
22029 * international/latin-5.el: Cancel previous change.
22030
22031 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
22032
22033 * progmodes/gud.el: Correction to syntax in gud-menu-map.
22034
22035 2005-02-02 Kenichi Handa <handa@m17n.org>
22036
22037 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
22038 DOTLESS-i.
22039
22040 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
22041 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
22042
22043 * case-table.el (get-upcase-table): New function.
22044 (copy-case-table): Copy upcaes table too if non-nil.
22045 (set-case-syntax-delims): Maintain upcase table too.
22046 (set-case-syntax-pair): Likewise.
22047 (set-upcase-syntax, set-downcase-syntax): New functions.
22048 (set-case-syntax): Maintain upcase table too.
22049
22050 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
22051
22052 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
22053
22054 * progmodes/gud.el (gud-goto-info): New function.
22055 (gud-tool-bar-map): Use correct icon.
22056
22057 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
22058
22059 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
22060 When delegating, order args in the funcall correctly.
22061
22062 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
22063
22064 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
22065
22066 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
22067
22068 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
22069 buffer not visiting a file.
22070
22071 2005-01-31 Jay Belanger <belanger@truman.edu>
22072
22073 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
22074 bound on the line with the formula.
22075
22076 2005-01-31 Kim F. Storm <storm@cua.dk>
22077
22078 * ses.el (ses-create-cell-variable-range)
22079 (ses-destroy-cell-variable-range, ses-reset-header-string)
22080 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
22081 (ses-insert-row): Fix format of apply undo entries.
22082
22083 2005-01-31 Jay Belanger <belanger@truman.edu>
22084
22085 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
22086 parts.
22087
22088 * calc/calc-embed.el (calc-embedded-open-formula)
22089 (calc-embedded-close-formula): Ignore matrix environments.
22090
22091 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
22092 TeX mode.
22093
22094 * calc/calc-lang.el (math-function-table, math-oper-table)
22095 (math-variable-table): Adjust the LaTeX portions.
22096
22097 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
22098 (math-latex-ignore-words): New constant.
22099
22100 2005-01-31 Richard M. Stallman <rms@gnu.org>
22101
22102 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
22103 (ispell-local-dictionary): Doc fix.
22104 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
22105 Don't reinitialize at run time. Don't defcustom.
22106 All uses changed to append ispell-local-dictionary-alist,
22107 or check it first.
22108 (ispell-current-dictionary): New variable for dictionary in use.
22109 (ispell-dictionary): Now used only for global default.
22110 (ispell-start-process): Set ispell-current-dictionary,
22111 not ispell-dictionary.
22112 (ispell-change-dictionary): Use this only for setting
22113 user preferences.
22114 (ispell-internal-change-dictionary): New function
22115 to change the current dictionary in use.
22116 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
22117 Use ispell-current-dictionary.
22118 Handle ispell-local-dictionary-overridden.
22119 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
22120
22121 2005-01-31 Jay Belanger <belanger@truman.edu>
22122
22123 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
22124
22125 * calc/calc-ext.el: Add calc-latex-language to autoloads.
22126 (calc-mode-map): Add calc-latex-language.
22127
22128 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
22129 (math-latex-print-frac): New functions.
22130 (math-oper-table, math-function-table, math-variable-table)
22131 (math-complex-format, math-input-filter): Add latex properties.
22132 (calc-set-language): Set math-expr-special-function-mapping.
22133
22134 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
22135 (calc-write-parse-table-part): Add LaTeX support.
22136
22137 * calc/calc.el (calc-language): Adjust docstring.
22138 (calc-set-mode-line): Add LaTeX support.
22139 (math-expr-special-function-mapping): New variable.
22140 (math-tex-ignore-words): Add to list.
22141
22142 * calc/calccomp.el (math-compose-expr, math-compose-rows):
22143 Add LaTeX support.
22144 (math-compose-expr): Add support for special functions.
22145
22146 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
22147
22148 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
22149
22150 * progmodes/gdb-ui.el (gdb-memory-address)
22151 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
22152 (gdb-memory-mode-map, gdb-memory-format-keymap)
22153 (gdb-memory-format-menu, gdb-memory-unit-keymap)
22154 (gdb-memory-unit-menu): New variables for a buffer
22155 that lets the user examine program memory.
22156 (gdb-memory-set-address, gdb-memory-set-repeat-count)
22157 (gdb-memory-format-binary, gdb-memory-format-octal)
22158 (gdb-memory-format-unsigned, gdb-memory-format-signed)
22159 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
22160 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
22161 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22162 (gdb-memory-unit-byte, gdb-memory-unit-menu)
22163 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
22164 (gdb-memory-mode, gdb-memory-buffer-name)
22165 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
22166 New functions for above buffer.
22167
22168 2005-01-30 Richard M. Stallman <rms@gnu.org>
22169
22170 * cus-edit.el (custom-bury-buffer): Function deleted.
22171 (custom-buffer-done-function): Option deleted.
22172 (custom-buffer-done-kill): New replacement option.
22173 (Custom-buffer-done): Call quit-window.
22174 (custom-buffer-create-internal): Update for above changes.
22175
22176 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
22177
22178 * simple.el (undo-ask-before-discard): New var.
22179 (undo-outer-limit-truncate): Implement it.
22180 (undo-extra-outer-limit): Doc update.
22181
22182 2005-01-29 Richard M. Stallman <rms@gnu.org>
22183
22184 * ses.el (undo-more): Delete defadvice.
22185 (ses-begin-change): Doc fix.
22186
22187 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
22188 instead of rebinding C-x u and C-_.
22189
22190 * files.el (normal-backup-enable-predicate): Return nil for files
22191 in /tmp, regardless of temporary-file-directory.
22192
22193 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
22194
22195 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
22196 (open-rectangle, delete-whitespace-rectangle-line)
22197 (clear-rectangle-line): If FILL, pass t instead of FILL
22198 for move-to-column's 2nd arg.
22199
22200 * simple.el (undo): Fix the test for continuing a series of undos.
22201 (undo-more): Set pending-undo-list to t when we reach end.
22202 (pending-undo-list): Move up defvar.
22203
22204 * wid-edit.el (widget-button-click):
22205 Shorten the range of the track-mouse binding.
22206
22207 * comint.el (comint-insert-input): Undo previous changes;
22208 use last-input-event in interactive spec.
22209
22210 2005-01-29 Eli Zaretskii <eliz@gnu.org>
22211
22212 * progmodes/compile.el (compilation-start): Bind buffer-read-only
22213 to nil before invoking call-process. Reset buffer's modified flag
22214 after fontifying it in the no-async branch.
22215
22216 * wid-edit.el (widget-specify-button): If mouse pointer shape
22217 cannot be changed, use mouse face instead.
22218
22219 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
22220
22221 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22222 (gdb-goto-breakpoint): Make breakpoint handling work on template
22223 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
22224 (gdb-assembler-custom): Update to recognize breakpoint information
22225 added on 2005-01-19.
22226
22227 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
22228
22229 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
22230 (dsssl-mode): Use define-derived-mode.
22231 (scheme-mode-initialize): Remove.
22232 (scheme-mode): Use run-mode-hooks.
22233
22234 * cus-edit.el (customize-group-other-window)
22235 (custom-buffer-create-other-window): Don't override special-display-*.
22236 (custom-mode-map): Make it dense.
22237
22238 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
22239 sets the default value.
22240
22241 2005-01-28 Eli Zaretskii <eliz@gnu.org>
22242
22243 * descr-text.el: Add more keywords.
22244
22245 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
22246
22247 * speedbar.el: Avoid unnecessary use of locate-library.
22248
22249 * international/mule-cmds.el (standard-display-european-internal):
22250 Don't fiddle with latin-1 non-break space any more since it's now
22251 special cased in the C code.
22252 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
22253
22254 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
22255
22256 * cus-start.el (all): Add `undo-outer-limit'.
22257
22258 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22259
22260 * textmodes/bibtex.el (bibtex-format-entry):
22261 Use `bibtex-empty-field-re' only on the text of fields, not on entire
22262 field lines.
22263 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
22264 not on part of a buffer.
22265
22266 2005-01-25 Lute Kamstra <lute@gnu.org>
22267
22268 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
22269 nonempty field text strings like "{letters\\macro{}more letters}".
22270 Clarify docstring.
22271 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
22272 (bibtex-entry-offset, bibtex-parse-association)
22273 (bibtex-parse-field-name): Fix typos in docstrings.
22274 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
22275
22276 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
22277
22278 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
22279 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
22280 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
22281 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
22282
22283 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
22284 isearch minor mode.
22285
22286 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
22287
22288 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
22289
22290 2005-01-24 Lute Kamstra <lute@gnu.org>
22291
22292 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
22293 CASECHARS and NOT-CASECHARS regular expressions of the
22294 "nederlands" and "nederlands8" dictionaries to prevent a "Range
22295 striding over charsets" error.
22296
22297 2005-01-24 Jay Belanger <belanger@truman.edu>
22298
22299 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
22300 display variable name.
22301
22302 2005-01-24 Kenichi Handa <handa@m17n.org>
22303
22304 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
22305 Fix setting of the element of encoded-kbd-iso2022-invocations.
22306
22307 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
22308
22309 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22310 (gdb-threads-select): Change to also accept mouse events.
22311 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
22312 (gdb-threads-mouse-select): Delete.
22313
22314 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
22315
22316 * files.el (insert-directory): Take care of empty directory,
22317 listed without -a switch.
22318
22319 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
22320
22321 * textmodes/refill.el (refill-post-command-function):
22322 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
22323 to the list of functions that we should be careful not to undo.
22324 (refill-late-fill-paragraph-function): Remove.
22325 (refill-saved-state): New var.
22326 (refill-mode): Use it to save fill-paragraph-function.
22327 Save also the value of auto-fill-function.
22328
22329 * term/w32-win.el: Simplify code.
22330
22331 2005-01-23 Kim F. Storm <storm@cua.dk>
22332
22333 * simple.el (line-move): Adapt to new return value from
22334 pos-visible-in-window-p.
22335
22336 * simple.el (line-move): Fix last change. Check partial
22337 visibility at point rather than at window-start.
22338
22339 2005-01-22 Jason Rumney <jasonr@gnu.org>
22340
22341 * term/w32-win.el (xw-defined-colors): Remove debug-message.
22342
22343 2005-01-22 David Kastrup <dak@gnu.org>
22344
22345 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22346
22347 2005-01-22 Eli Zaretskii <eliz@gnu.org>
22348
22349 * type-break.el (type-break-mode): Add a test for
22350 type-break-file-name being non-nil.
22351
22352 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
22353
22354 * net/eudc.el (top level): Call (message "") via progn, so that
22355 eudc-options-file is loaded.
22356
22357 2005-01-22 Kim F. Storm <storm@cua.dk>
22358
22359 * simple.el (line-move-1): Rename from line-move.
22360 (line-move): New function that adjusts vscroll for partially
22361 visible rows, and calls line-move-1 otherwise.
22362
22363 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22364
22365 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22366 since it's not a complete read-event implementation
22367
22368 2005-01-20 Jay Belanger <belanger@truman.edu>
22369
22370 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22371 for called function.
22372
22373 2005-01-20 Steven Tamm <steventamm@mac.com>
22374
22375 * term/mac-win.el (process-connection-type): Remove.
22376 Controlled now by s/darwin.h:PTY_ITERATION.
22377
22378 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22379
22380 * window.el (handle-select-window): Don't switch window when we're
22381 in the minibuffer.
22382
22383 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22384
22385 * subr.el (dotimes-with-progress-reporter): New macro.
22386
22387 * ses.el (ses-dotimes-msg): Remove macro.
22388 Use `dotimes-with-progress-reporter' instead.
22389
22390 2005-01-19 Steven Tamm <steventamm@mac.com>
22391
22392 * term/mac-win.el (process-connection-type): Use new
22393 operating-system-release variable to use ptys on Darwin 7 (OS X
22394 10.3) when using carbon build.
22395
22396 2005-01-19 Jay Belanger <belanger@truman.edu>
22397
22398 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22399 flags if the last command was a tab or M-tab.
22400
22401 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22402 in formula editing buffer.
22403
22404 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22405
22406 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22407 breakpoint image symbol in margin.
22408
22409 2005-01-19 Jay Belanger <belanger@truman.edu>
22410
22411 * calc/calc-prog.el (calc-execute-kbd-macro):
22412 Ignore calc-keep-arg-flag.
22413
22414 2005-01-19 Kenichi Handa <handa@m17n.org>
22415
22416 * textmodes/ispell.el (ispell-looking-at): New function.
22417 (ispell-process-line): Use ispell-looking-at to compare the ispell
22418 output and the buffer contents.
22419
22420 2005-01-18 Jay Belanger <belanger@truman.edu>
22421
22422 * calc/calc.el (calc-display-raw): Fix docstring.
22423
22424 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22425
22426 * simple.el (blink-matching-open): Strip extra info from syntax.
22427
22428 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22429 funny chars in the end-of-here-doc marker.
22430
22431 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22432
22433 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22434 that enable/disabled state of breakpoints is shown correctly in
22435 fringe and on ttys.
22436 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22437 Add breakpoint information as text properties.
22438 (gdb-mouse-toggle-breakpoint):
22439 Rename to gdb-mouse-set-clear-breakpoint.
22440 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22441 breakpoints in the margin.
22442 (gdb-remove-strings): Simplify.
22443
22444 2005-01-17 Jay Belanger <belanger@truman.edu>
22445
22446 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22447 erasing buffer.
22448
22449 2005-01-17 Richard M. Stallman <rms@gnu.org>
22450
22451 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22452 for calling grep-compute-defaults.
22453
22454 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22455 if buffer is empty.
22456
22457 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22458
22459 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22460
22461 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22462
22463 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22464 non-preloaded variables.
22465
22466 2005-01-17 Steven Tamm <steventamm@mac.com>
22467
22468 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22469 tex-shell cause to force interactivity when using pipes.
22470
22471 2005-01-17 Kim F. Storm <storm@cua.dk>
22472
22473 * simple.el (just-one-space): Make arg optional.
22474
22475 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22476
22477 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22478 posn-at-x-y to t to access left-margin.
22479
22480 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22481
22482 Sync with Tramp 2.0.47.
22483
22484 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22485 catching keep-date problems in cp/scp operations.
22486 (tramp-handle-copy-file): Don't call `set-file-modes'
22487 unconditionally. Specialized functions should know better what is
22488 necessary. This improves performance a little bit, and the
22489 functions could catch errors with `cp -p' and `scp -p'.
22490 (tramp-do-copy-or-rename-file-via-buffer)
22491 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22492 when appropriate.
22493 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22494 Call `set-file-modes' when appropriate.
22495 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22496 Johnsson <isak@hypergene.com>
22497 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22498 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22499 <joakim@verona.se>
22500 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22501 Emacs only.
22502
22503 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22504 `find-file-hooks' and `dired-mode-hook'.
22505 (tramp-minor-mode-map): Respective map. Add remapping for
22506 `compile' and `recompile'.
22507 (tramp-remap-command, tramp-recompile): New defuns.
22508 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22509 in buffer "*Compilation*". Call the commands asynchronously.
22510
22511 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22512 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22513 `shell-command', because it isn't magic in XEmacs. Reported by
22514 Adrian Aichner <adrian@xemacs.org>.
22515
22516 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22517 `substitute-in-file-name.
22518 (tramp-smb-handle-substitute-in-file-name): New defun.
22519 (tramp-smb-advice-PC-do-completion): Delete advice.
22520
22521 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22522
22523 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22524 Fix error in deleting region.
22525
22526 2005-01-15 Richard M. Stallman <rms@gnu.org>
22527
22528 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22529 In non-temp buffer, switch syntax table temporarily.
22530
22531 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22532
22533 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22534
22535 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22536
22537 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22538 (imenu--generic-function): Use START, not BEG, as pos of definition.
22539
22540 * simple.el (just-one-space): Argument specifies number of spaces.
22541
22542 * simple.el (eval-expression-print-format): Avoid warning
22543 about edebug-active.
22544
22545 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22546
22547 * progmodes/sh-script.el: Code copied from make-mode.el
22548 with small changes,
22549 (sh-mode-map): Bind C-c C-\.
22550 (sh-backslash-column, sh-backslash-align): New variables.
22551 (sh-backslash-region, sh-append-backslash): New functions.
22552
22553 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22554
22555 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22556 (rmail-pop-password, rmail-pop-password-required): Move to
22557 rmail-obsolete group.
22558 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22559 All callers updated.
22560 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22561 Take an argument specifying whether it is POP or IMAP mailbox we
22562 are using. All callers updated.
22563 (rmail-pop-password-error): Rename to
22564 rmail-remote-password-error. Added mailutils-specific error message.
22565 (rmail-movemail-search-path)
22566 (rmail-movemail-variant-in-use): New variables.
22567 (rmail-remote-password, rmail-remote-password-required):
22568 New customization variables.
22569 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22570 (rmail-parse-url): New function.
22571 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22572 with GNU mailutils movemail.
22573
22574 2005-01-15 Kevin Ryde <user42@zip.com.au>
22575
22576 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22577 suffix to space, $ or '$, to correctly position point when going
22578 to @table style constants like DBL_MAX.
22579
22580 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22581
22582 * type-break.el (type-break-mode, type-break-file-time)
22583 (type-break-file-keystroke-count, type-break-choose-file):
22584 Don't store data in or load data from the file if type-break-file-name
22585 is nil.
22586 (type-break-file-name): Doc update as per the above.
22587
22588 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22589
22590 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22591 lookup-key might return nil; handle that.
22592
22593 2005-01-15 Alan Mackenzie <acm@muc.de>
22594
22595 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22596 rather than the element found, thus enabling the tree to be setcar'd.
22597
22598 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22599
22600 * textmodes/org.el (org-show-following-heading): New option.
22601 (org-show-hierarchy-above): Use `org-show-following-heading'.
22602 (org-cycle): Documentation fix.
22603
22604 * textmodes/org.el (orgtbl-optimized): New option
22605 (orgtbl-mode): New command, a minor mode.
22606 (orgtbl-mode-map): New variable.
22607 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22608 (orgtbl-error, orgtbl-self-insert-command)
22609 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22610
22611 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22612 a local variable in each org-mode buffer.
22613
22614 * textmodes/org.el (org-set-regexps-and-options): Rename from
22615 `org-set-regexps'. Added checking for STARTUP keyword.
22616 (org-get-current-options): Add STARTUP options.
22617 (org-table-insert-row): Make mode intelligent about when
22618 realignment is needed.
22619 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22620 New commands.
22621 (org-enable-table-editor): New default value `optimized'.
22622 (org-table-blank-field): Support blanking regions if active.
22623
22624 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22625
22626 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22627 if the year is not given.
22628
22629 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22630 Add new escapes %m and %M, fixed bug with %F by adding
22631 save-match-data.
22632 (reftex-reference): Remove ?. from list of spaces.
22633 (reftex-label-info): Add automatic label prefix recognition.
22634
22635 * textmodes/reftex-index.el (reftex-index-next-phrase):
22636 Add slave parameter to call of `reftex-index-this-phrase'.
22637 (reftex-index-this-phrase): New optional argument.
22638 (reftex-index-region-phrases): Add slave parameter to call of
22639 `reftex-index-this-phrase'.
22640 (reftex-display-index): New argument redo.
22641 (reftex-index-rescan): Add `redo' to arguments of
22642 `reftex-display-index'.
22643 (reftex-index-Rescan, reftex-index-revert)
22644 (reftex-index-switch-index-tag): Add `redo' to arguments of
22645 `reftex-display-index'.
22646 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22647 indexing. Fix bug with matching is there is a quote before or
22648 after the word.
22649
22650 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22651 Fix bug when collecting citation keys in lines with comments.
22652 (reftex-citation): Prefix argument no longer rescans the document,
22653 but forces prompting for optional arguments of cite macros.
22654 (reftex-do-citation): Prompting for optional arguments implemented.
22655
22656 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22657 Add optional arguments to most cite commands.
22658 (reftex-cite-cleanup-optional-args): New option
22659 (reftex-cite-prompt-optional-args): New option.
22660 (reftex-trust-label-prefix): New option.
22661
22662 * textmodes/reftex-toc.el (reftex-toc-find-section):
22663 Add push-mark before changing the position in the buffer.
22664
22665 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22666 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22667
22668 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22669
22670 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22671 more carefully.
22672
22673 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22674
22675 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22676 (sgml-mode): Use it.
22677 (sgml-get-context): Better keep track of implicitly closed tags.
22678
22679 2005-01-13 Kenichi Handa <handa@m17n.org>
22680
22681 * textmodes/ispell.el: These changes are to fix misalignment error
22682 caused by equivalent characters of different Emacs charsets.
22683 (ispell-unified-chars-table): New variable.
22684 (ispell-get-decoded-string): New function.
22685 (ispell-get-casechars, ispell-get-not-casechars)
22686 (ispell-get-otherchars): Call ispell-get-decoded-string.
22687
22688 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22689
22690 * custom.el (custom-declare-variable): Just put symbol instead
22691 of (defvar . symbol) in `current-load-list'.
22692
22693 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22694
22695 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22696
22697 2005-01-12 Jay Belanger <belanger@truman.edu>
22698
22699 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22700 to create a Calc summary.
22701
22702 2005-01-12 Kim F. Storm <storm@cua.dk>
22703
22704 * mouse.el (mouse-on-link-p): Change functionality and doc
22705 string to comply with latest description in lisp ref.
22706
22707 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22708
22709 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22710 Enable mouse clicks on mode-line, header-line and margin.
22711 (event-type): Give mouse event symbols an `event-kind' property
22712 with value `mouse-click'.
22713
22714 2005-01-12 Juri Linkov <juri@jurta.org>
22715
22716 * facemenu.el (list-colors-display): Add new arg buffer-name.
22717 Use it. Fix docstring. Replace code for identifying duplicate
22718 colors by the name with call to `list-colors-duplicates' which
22719 identifies duplicate colors by the value unless the color
22720 is one of special Windows colors. Set truncate-lines to t.
22721 Print sorted duplicate color names on each line. Indent to 22
22722 \(the longest color name in rgb.txt) instead of 20. Optimize.
22723 (list-colors-duplicates): New function.
22724 (facemenu-color-name-equal): Delete function.
22725
22726 * facemenu.el (list-colors-print): New function created from code
22727 in list-colors-display. Print #RRGGBB at the window right edge.
22728 (list-colors-display): When temp-buffer-show-function is not
22729 defined, call list-colors-print from temp-buffer-show-hook
22730 to get the right value of window-width in list-colors-print
22731 after the buffer is displayed.
22732
22733 * simple.el (pop-mark): Move deactivate-mark out of conditional
22734 part to deactivate the active mark regardless of the state of the
22735 mark ring.
22736
22737 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22738 variables line in desktop files.
22739
22740 2005-01-12 Juri Linkov <juri@jurta.org>
22741
22742 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22743 Bring together isearch highlight related options.
22744 (lazy-highlight): Replace group `replace' by `matching'.
22745 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22746 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22747 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22748 and declare them obsolete.
22749 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22750 (isearch-faces): Remove defgroup.
22751 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22752 Move isearch highlighting code closer to lazy highlighting code.
22753
22754 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22755 (query-replace-highlight, query-replace-lazy-highlight)
22756 (query-replace): Move definitions to the beginning of the file.
22757
22758 2005-01-11 Juri Linkov <juri@jurta.org>
22759
22760 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22761 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22762 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22763
22764 * info.el (Info-history-forward): New variable.
22765 (Info-select-node): Reset Info-history-forward to nil.
22766 (Info-last): Turn into defalias.
22767 (Info-history-back): Rename from Info-last.
22768 Add current node to Info-history-forward.
22769 (Info-history-forward): New fun.
22770 (Info-mode-map): Replace Info-last by Info-history-back.
22771 Bind Info-history-forward to "r".
22772 (Info-mode-menu): Replace Info-last by Info-history-back.
22773 Fix menu item text. Add menu item for Info-history-forward.
22774 (info-tool-bar-map): Replace Info-last by Info-history-back.
22775 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22776 for Info-history-forward.
22777 (Info-mode): Replace Info-last by Info-history-back in docstring.
22778 Add local variable Info-history-forward.
22779 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22780
22781 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22782
22783 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22784 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22785 Ignore select-window events rather than fiddle with
22786 mouse-autoselect-window.
22787
22788 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22789
22790 * type-break.el (type-break-mode): Fix previous change.
22791
22792 2005-01-10 Jay Belanger <belanger@truman.edu>
22793
22794 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22795 calculator; only reset when point is inside a calculator.
22796 Don't adjust the window height if the window takes up the whole height
22797 of the frame.
22798
22799 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22800
22801 * ebuff-menu.el (Electric-buffer-menu-mode):
22802 Preserve value of buffer-local var header-line-format.
22803
22804 2005-01-09 Jay Belanger <belanger@truman.edu>
22805
22806 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22807 Make sure settings file exists before accessing it.
22808
22809 * calc/calc-embed.el (calc-embedded-subst):
22810 Replace math-multi-subst-rec, which is only supposed to be called
22811 by math-multi-subst, by math-multi-subst.
22812
22813 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22814
22815 * vc.el (vc-allow-async-revert): New user option.
22816 (vc-disable-async-diff): New internal variable.
22817 (vc-revert-buffer): Use them to disable asynchronous diff.
22818
22819 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22820 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22821 asynchronously if vc-disable-async-diff is t.
22822
22823 2005-01-09 Jay Belanger <belanger@truman.edu>
22824
22825 * calc/calc.el (defcalcmodevar): New macro.
22826 (calc-mode-var-list-restore-default-values)
22827 (calc-mode-var-list-restore-saved-values): New functions.
22828 (calc-mode-var-list): Use defcalcmodevar to define it.
22829 (calc-always-load-extensions, calc-line-numbering)
22830 (calc-line-breaking, calc-display-just, calc-display-origin)
22831 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22832 (calc-group-char, calc-point-char, calc-frac-format)
22833 (calc-prefer-frac, calc-hms-format, calc-date-format)
22834 (calc-float-format, calc-full-float-format, calc-complex-format)
22835 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22836 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22837 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22838 (calc-matrix-brackets, calc-language, calc-language-option)
22839 (calc-left-label, calc-right-label, calc-word-size)
22840 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22841 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22842 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22843 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22844 (calc-window-height, calc-display-trail, calc-show-selections)
22845 (calc-use-selections, calc-assoc-selections)
22846 (calc-display-working-message, calc-auto-why, calc-timing)
22847 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22848 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22849 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22850 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22851 (calc-gnuplot-geometry, calc-graph-default-resolution)
22852 (calc-graph-default-resolution-3d, calc-invocation-macro)
22853 (calc-show-banner): Use defcalcmodevar to declare them and set
22854 their default values.
22855
22856 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22857 instead of default values (but restore default values if there is
22858 an argument of 0).
22859
22860 2005-01-09 David Kastrup <dak@gnu.org>
22861
22862 * desktop.el (desktop-restore-eager): Fix typo in type.
22863
22864 2005-01-08 Richard M. Stallman <rms@gnu.org>
22865
22866 * cus-edit.el (customize): Delete :link.
22867
22868 2005-01-08 Jay Belanger <belanger@truman.edu>
22869
22870 * calc/calc.el (calc-mode): Remove the extension from the
22871 `calc-settings-file' file name when loading it.
22872
22873 2005-01-08 Kim F. Storm <storm@cua.dk>
22874
22875 * info.el (Info-mode-map, Info-next-link-keymap)
22876 (Info-prev-link-keymap, Info-up-link-keymap):
22877 Map follow-link to mouse-face.
22878 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22879
22880 2005-01-08 Jay Belanger <belanger@truman.edu>
22881
22882 * calc/calc.el (calc-settings-file): Change default value.
22883 Suggested by cgw in a comment in calc-mode.el.
22884
22885 * calc/calc-mode.el (calc-settings-file-name):
22886 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22887 Replace ~/.emacs in a prompt by calc-settings-file.
22888
22889 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22890
22891 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22892 (desktop-lazy-idle-delay): New customizable variables.
22893 (desktop-buffer-args-list): New variable.
22894 (desktop-append-buffer-args): New function.
22895 (desktop-save): Call desktop-append-buffer-args for some buffers.
22896 (desktop-lazy-create-buffer): New function.
22897 (desktop-idle-create-buffers): New function.
22898 (desktop-read): Add message about buffers to restore lazily.
22899 (desktop-lazy-abort): New command.
22900 (desktop-clear): Call desktop-lazy-abort.
22901 (desktop-lazy-complete): New command.
22902
22903 2005-01-06 Richard M. Stallman <rms@gnu.org>
22904
22905 * emacs-lisp/find-func.el (find-face-definition):
22906 Rename from find-face.
22907
22908 2005-01-06 Kim F. Storm <storm@cua.dk>
22909
22910 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22911
22912 * man.el (Man-xref-man-page, Man-xref-header-file)
22913 (Man-xref-normal-file): Add follow-link property.
22914
22915 2005-01-06 Jay Belanger <belanger@truman.edu>
22916
22917 * calc/calc-units.el: Make sure the proper macro definitions are
22918 available when compiling.
22919
22920 2005-01-06 Juri Linkov <juri@jurta.org>
22921
22922 * isearch.el (isearch-lazy-highlight-update):
22923 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22924
22925 2005-01-06 Miles Bader <miles@gnu.org>
22926
22927 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22928 (isearch-lazy-highlight-face): Use new name.
22929
22930 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22931
22932 * uniquify.el (uniquify-rationalize-file-buffer-names):
22933 Re-add an interactive spec.
22934 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22935 to the same name.
22936
22937 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22938 (isearch-update, isearch-done): Adjust calls accordingly.
22939
22940 2005-01-05 Richard M. Stallman <rms@gnu.org>
22941
22942 * custom.el (custom-set-variables, custom-theme-set-variables):
22943 Clarify documentation.
22944
22945 * emacs-lisp/find-func.el (find-variable)
22946 (find-variable-other-window, find-variable-other-frame):
22947 Fix the TYPE args to find-function-read and find-function-do-it.
22948 (find-function): Doc fix.
22949 (find-function-at-point): Replace function-at-point alias.
22950
22951 2005-01-04 Richard M. Stallman <rms@gnu.org>
22952
22953 * cus-face.el (custom-declare-face):
22954 Record defface in current-load-list.
22955
22956 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22957
22958 * emacs-lisp/find-func.el: Doc fixes.
22959 (find-face-regexp): New variable.
22960 (find-function-regexp-alist): New variable.
22961 (find-function-C-source): Third arg is now TYPE.
22962 (find-function-search-for-symbol): Handle general TYPE.
22963 (find-function-read, find-function-do-it): Handle general TYPE.
22964 (find-definition-noselect, find-face): New functions.
22965 (function-at-point): Alias deleted.
22966
22967 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22968
22969 * battery.el (display-battery-mode): Rename from display-battery.
22970 Handle the case where it gets turned off.
22971
22972 2005-01-04 Richard M. Stallman <rms@gnu.org>
22973
22974 * cus-edit.el (customize): Make :link point to user doc.
22975
22976 * man.el (Man-fontify-manpage): Turn off undo generation.
22977
22978 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22979
22980 2005-01-04 Andreas Schwab <schwab@suse.de>
22981
22982 * files.el (insert-directory): Only look for error lines in
22983 inserted text. Don't move too far after processing --dired markers.
22984
22985 2005-01-04 Richard M. Stallman <rms@gnu.org>
22986
22987 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22988 Don't expand if the character is @, period, dash, etc.
22989 (define-mail-abbrev): Quote names that contain problem characters.
22990
22991 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
22992
22993 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22994
22995 2005-01-03 Richard M. Stallman <rms@gnu.org>
22996
22997 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22998 (query-replace-highlight, query-replace-lazy-highlight)
22999 (query-replace): Definitions moved up. Doc fix.
23000
23001 2005-01-03 Richard M. Stallman <rms@gnu.org>
23002
23003 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
23004 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
23005 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
23006 (lazy-highlight-face): Rename from isearch-lazy-...
23007 Change all references to them.
23008
23009 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
23010
23011 * cus-edit.el (custom-file): Doc fix for defcustom.
23012 (custom-file): The function no longer sets the variable
23013 `custom-file' to its return value.
23014
23015 * startup.el (command-line): No longer load `custom-file'.
23016
23017 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
23018
23019 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
23020
23021 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
23022 Don't confuse module-prefixed identifiers for labels.
23023 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
23024
23025 2005-01-02 Richard M. Stallman <rms@gnu.org>
23026
23027 * files.el (basic-save-buffer-1): Fix previous change.
23028
23029 * loadhist.el (file-loadhist-lookup): New function.
23030 (file-provides, file-requires): Use it.
23031
23032 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
23033 instead of calculating the right size.
23034
23035 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
23036
23037 * vc-svn.el (vc-svn-diff): Stay local if possible.
23038
23039 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
23040
23041 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
23042
23043 * files.el (hack-local-variables): Fix last change.
23044
23045 2005-01-02 Jay Belanger <belanger@truman.edu>
23046
23047 * calc/calc-yank.el (calc-edit-top): New variable.
23048 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
23049 object. Change header properties.
23050 (calc-edit-finish, calc-edit-finish-stack-object)
23051 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
23052 edited object.
23053 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
23054 for the beginning of the edited object.
23055 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
23056 for the beginning of the edited object.
23057 * calc/calc-prog.el (calc-edit-macro-finish-edit)
23058 (calc-finish-formula-edit, calc-macro-repeats)
23059 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
23060 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
23061 beginning of the edited object.
23062 (calc-user-define-edit): Change the header for editing macros.
23063 Remove unnecessary variable.
23064
23065 2005-01-01 Jay Belanger <belanger@truman.edu>
23066
23067 * calc/calc-yank.el (calc-edit-mode): Change default header.
23068 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
23069 * calc/calc-store.el (calc-edit-variable): Change title to match new
23070 header.
23071 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
23072 mode to match new header.
23073 (calc-user-define-edit): Change titles to include names of commands.
23074 (calc-finish-formula-edit): Adjust to handle new header.
23075 (calc-finish-macro-edit): Remove.
23076 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
23077 (calc-edit-macro-command, calc-edit-macro-command-type)
23078 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
23079 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
23080 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
23081 (calc-edit-macro-finish-edit): New functions.
23082 (calc-user-define-edit): Use new functions to edit named calc macros.
23083
23084 2005-01-01 Stefan <monnier@iro.umontreal.ca>
23085
23086 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
23087
23088 * ses.el (copy-region-as-kill): Deactivate mark.
23089
23090 2005-01-01 Richard M. Stallman <rms@gnu.org>
23091
23092 * replace.el (occur-1): If the output buffer is also an input,
23093 don't kill it, rename it.
23094
23095 * faces.el (set-face-background, set-face-foreground): Doc fix.
23096
23097 * cus-face.el (custom-face-attributes): Fix :help-echo strings
23098 for :foreground and :background.
23099
23100 * dired.el (dired-view-command-alist): Variable deleted.
23101 (dired-view-file, dired-mouse-find-file-other-window):
23102 Delete the code to use it.
23103
23104 2005-01-01 Kim F. Storm <storm@cua.dk>
23105
23106 * image.el (insert-sliced-image): Use t for line-height property.
23107
23108 See ChangeLog.11 for earlier changes.
23109
23110 ;; Local Variables:
23111 ;; coding: iso-2022-7bit
23112 ;; End:
23113
23114 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
23115 Copying and distribution of this file, with or without modification,
23116 are permitted provided the copyright notice and this notice are preserved.
23117
23118 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1