]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-04-28 Kim F. Storm <storm@cua.dk>
2
3 * progmodes/grep.el (defgroup grep): Doc fix.
4 (grep-auto-highlight): Remove.
5 (grep-template): New defcustom.
6 (grep-find-template): Rename from grep-tree-template.
7 (grep-files-aliases): Rename from grep-tree-files-aliases.
8 Remove "all" alias, add "l" alias.
9 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
10 (grep-find-ignored-directories): New defcustom to replace
11 grep-tree-ignore-CVS-directories, to facilitate ignoring
12 subdirectories for multiple version control systems.
13 (grep-mode-map): Add Recursive grep item to GREP menu.
14 (grep-regexp-history, grep-files-history): New defvars.
15 (grep-probe): New helper function.
16 (grep-compute-defaults): Use it to simplify code.
17 Adapt to name changes.
18 Use `.' as base in grep-find-template rather than <D>.
19 (grep): Remove superfluous highlight-regexp arg. Fix doc.
20 Call grep-compute-defaults unconditionally.
21 (grep-expand-keywords): New defconst.
22 (grep-expand-template): Rename from grep-expand-command-macros.
23 Simplify via grep-expand-keywords. Look at case-fold-search instead
24 of grep-tree-ignore-case to add -i option.
25 Bind case-fold-search to nil while matching keywords.
26 (grep-tree-last-regexp, grep-tree-last-files): Remove.
27 (grep-read-regexp, grep-read-files): New helper functions.
28 (rgrep): Rename from grep-tree. Rework to use proper histories.
29 Adapt to changes in defcustoms and functions above.
30 (lgrep): New command, as grep, but using same interactive api as rgrep.
31
32 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
33
34 * net/tramp.el (tramp-completion-file-name-handler): Disable
35 Tramp's functionality while loading Tramp itself.
36 (tramp-register-file-name-handlers): That's a defsubst now. Code
37 from `tramp-repair-jka-compr' moved here. Apply it via
38 `after-init-hook'.
39 (tramp-repair-jka-compr): Removed.
40
41 2006-04-27 Jay Belanger <belanger@truman.edu>
42
43 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
44 read expression when `math-read-big-expr' doesn't work.
45
46 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
47
48 * startup.el (command-line-1): Display warning when
49 pure-space-overflow is non-nil.
50
51 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
52
53 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
54 risky.
55
56 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
57
58 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
59 Return the URL or nil if none can be generated.
60
61 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
62
63 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
64 byte compiler warnings.
65 (gud-basic-call, gud-find-expr): Let user select an expression
66 for printing. Print expression as well as value in GUD buffer.
67
68 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
69
70 * allout.el: Remove local autoload declaration for
71 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
72 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
73 (allout-plain-bullets-string, allout-distinctive-bullets-string)
74 (allout-use-mode-specific-leader, allout-old-style-prefixes)
75 (allout-stylish-prefixes, allout-numbered-bullet)
76 (allout-file-xref-bullet, allout-presentation-padding)
77 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
78 safe-local-variable with suitable value spec, and add autoload
79 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
80 (move-beginning-of-line, move-end-of-line): Repair so these compat
81 functions now actually resituate the point, when appropriate.
82
83 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
84
85 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
86
87 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
88 (add-log-iso8601-time-string): Fix call to format-time-string.
89
90 2006-04-26 Kim F. Storm <storm@cua.dk>
91
92 * subr.el (posn-string, posn-image, posn-object): Doc fix.
93
94 2006-04-26 Masatake YAMATO <jet@gyve.org>
95
96 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
97 Add support for "//" style comments. Remove `b' flag
98 from ?* in `asm-mode-syntax-table'.
99
100 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
101
102 * follow.el: Use (featurep 'xemacs) everywhere.
103 (follow-mode): Use define-minor-mode.
104 (follow-mode-map): Move initialization into the declaration.
105 Use command remapping.
106 (follow-emacs-version-xemacs-p): Remove.
107 (follow-submit-feedback): Remove.
108
109 * allout.el (allout-layout, allout-passphrase-verifier-string)
110 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
111
112 * textmodes/reftex-vars.el (reftex-vref-is-default)
113 (reftex-fref-is-default, reftex-guess-label-type):
114 Tighten up a bit the safety predicate.
115
116 * textmodes/paragraphs.el (sentence-end-double-space)
117 (sentence-end-without-period, sentence-end-without-space)
118 (page-delimiter, paragraph-ignore-fill-prefix):
119 Tighten up a bit the safety predicate.
120
121 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
122
123 * progmodes/python.el (python-continuation-line-p)
124 (python-beginning-of-statement): syntax-ppss may return
125 a negative depth.
126 (python-mode): Don't forcefully enable font-lock.
127
128 * time-stamp.el (time-stamp-start, time-stamp-end)
129 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
130
131 * add-log.el: Remove spurious * in docstrings.
132 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
133 (add-change-log-entry): Use it here, since it's not specific
134 to iso8601.
135 (add-log-iso8601-time-string): Don't use it here any more.
136 (change-log-indent-text, change-log-indent): Rename from add-log-*.
137
138 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
139
140 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
141
142 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
143 (rcirc-toggle-low-priority): Doc fix.
144 (rcirc-handler-NOTICE): Remove beginning of line anchor in
145 ChanServ regexp.
146 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
147 #emacs.
148 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
149 (rcirc-decode-coding-system): Use utf-8 as the default.
150 (rcirc-multiline-minor-mode): Set the fill-column.
151 (rcirc-format-response-string): Display bright and dim nicks.
152 (rcirc-browse-url): Update interactive spec to fill ARG.
153 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
154 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
155
156 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
157
158 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
159 case for @Article, etc.
160
161 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
162
163 * net/tramp.el (tramp-register-file-name-handlers): New defun.
164 Added with autoload cookie.
165 (tramp-unload-file-name-handlers): Rename from
166 `tramp-unload-file-name-handler-alist'.
167
168 2006-04-23 Romain Francoise <romain@orebokech.com>
169
170 * comint.el (comint-match-partial-filename): Doc fix.
171
172 2006-04-21 Glenn Morris <rgm@gnu.org>
173
174 * calendar/cal-menu.el (calendar-mode-map): Refer to
175 `diary-view-entries' rather than alias `view-diary-entries'.
176 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
177
178 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
179
180 * progmodes/antlr-mode.el (antlr-default):
181 * cus-edit.el (custom-documentation):
182 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
183 in defface.
184
185 2006-04-21 Kim F. Storm <storm@cua.dk>
186
187 * image.el (image-type): New defun split out of create-image.
188 (create-image): Use it.
189
190 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
191
192 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
193 (org-open-at-point): Remove the "...done" message to keep output
194 in the echo area visible.
195 (org-export-as-xoxo): Fix call to `indent-region'.
196
197 2006-04-21 Kevin Ryde <user42@zip.com.au>
198
199 * international/mule.el (keyboard-coding-system): defcustom
200 info-link fixes: "Specify Coding" has been split, keyboard now in
201 "Terminal Coding", and "Single-Byte Character Support" is now
202 "Unibyte Mode".
203
204 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
205
206 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
207 Use font-lock-warning-face for any errors e.g. no stack.
208 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
209
210 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
211
212 * progmodes/sh-script.el (sh-shell): Mark as safe.
213
214 * newcomment.el (comment-start, comment-start-skip)
215 (comment-end-skip, comment-end): Mark as safe.
216
217 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
218
219 * textmodes/org.el (org-deadline-announce): Face removed.
220 (org-level-faces, org-n-levels): Convert to constant.
221 (org-compatible-face): New function.
222 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
223 (org-level-5, org-level-6, org-level-7, org-level-8)
224 (org-special-keyword, org-warning, org-headline-done, org-link)
225 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
226 (org-scheduled-today, org-scheduled-previously, org-time-grid):
227 Face definition revised for better color tty support.
228 (org-bold-re, org-italic-re, org-underline-re): New constants.
229 (org-set-font-lock-defaults): Use the new constants.
230 (org-agenda-highlight-todo): New function.
231 (org-agenda-todo): Fix bug with point at end of line.
232 (org-agenda-change-all-lines, org-finalize-agenda-entries):
233 Fontify TODO keywords.
234 (org-insert-link): Preserve relative path in ../ links.
235 (org-export-as-html): Convert links pointing to .org files into
236 links that will work beteen the exported HTML files.
237 (org-todo-list): Fix bug when arg=0.
238 (org-insert-heading): More fine-tuning.
239
240 2006-04-19 Romain Francoise <romain@orebokech.com>
241
242 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
243 from `rmail-mime-charset-pattern'.
244
245 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
246
247 * progmodes/python.el (python-mode): Fix typo.
248
249 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
250
251 * comint.el (comint-previous-input): Don't clobber input line
252 when moving off either end of the input history ring.
253 (comint-delete-input): New function, used by
254 `comint-previous-input' and others.
255 (comint-previous-matching-input):
256 Use `coming-delete-input'. Save the partial input if leaving the
257 edit line. Goto point-max before deleting input to avoid
258 partial input fragments hanging around.
259 (comint-restore-input): New function, used by `comint-previous-input'.
260
261 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
262
263 * imenu.el (imenu--index-alist): Balance parentheses.
264
265 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
266
267 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
268
269 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
270
271 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
272 file is nil.
273
274 2006-04-18 Richard Stallman <rms@gnu.org>
275
276 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
277
278 * imenu.el (imenu-create-index-function, imenu--index-alist)
279 (imenu--last-menubar-index-alist, imenu--make-index-alist)
280 (imenu-default-create-index-function, imenu--generic-function):
281 Doc fixes.
282
283 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
284
285 * help-mode.el (help-mode): Set view-exit-action to delete window.
286
287 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
288 now works by passing nil as arg.
289
290 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
291
292 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
293 (read-abbrev-file): Provide default when reading filename.
294
295 * files.el (enable-local-variables): Allow :all as value.
296 (hack-local-variables): Implement that value.
297 (safe-local-variable-values, safe-local-eval-forms)
298 (enable-local-variables): Mark as risky.
299 (find-file-visit-truename, kept-old-versions): Mark safe.
300
301 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
302 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
303 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
304
305 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
306
307 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
308 Use forward-line so as to get to BOL even in the presence of fields.
309 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
310 in return.
311 (inferior-tcl): Tell tclsh to work in interactive mode.
312
313 * complete.el (partial-completion-mode):
314 Use 'choose-completion-string-functions to make sure that
315 choose-completion fills the minibuffer properly.
316
317 * complete.el (PC-old-read-file-name-internal): Remove.
318 (PC-read-include-file-name-internal): Remove. Turn it into an advice
319 of read-file-name-internal.
320 (partial-completion-mode): Enable/disable this advice.
321
322 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
323
324 * net/tramp.el (tramp-completion-file-name-handler): Revert change
325 of 2006-04-17.
326
327 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
328
329 * textmodes/org.el (org-insert-heading): Insert heading before
330 current if at beginning of line.
331 (org-todo, org-date): New faces.
332 (org-table-align): Make sure tooltip window contains full text.
333 (org-no-properties): New defsubst.
334 (org-set-font-lock-defaults): Use new faces.
335
336 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
337
338 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
339 for root variables.
340
341 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
342 (gdb-frame-address): Re-use to identify frame for watch expression.
343 (gdb-var-list, gdb-var-create-handler): Add frame address for root
344 variables.
345 (gdb-init-1, gdb-source, gdb-post-prompt)
346 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
347 (gdb-frame-handler): Get gdb-frame-address.
348
349 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
350
351 Sync with Tramp 2.0.53.
352
353 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
354 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
355 (tramp-completion-file-name-handler): Add autoload cookie for
356 adding to `file-name-handler-alist'.
357
358 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
359 the prompt. If it returns earlier (when detecting an error
360 message), the rest of the output will merge accidently with the
361 output of the next command. Reported by M Jared Finder
362 <jared@hpalace.com>.
363
364 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
365 for `process-file', in order to let it work for older Emacsen too.
366
367 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
368
369 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
370 (tex-font-lock-keywords-3): Use it.
371
372 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
373
374 * newcomment.el (comment-add): New function.
375 (comment-region-default, comment-dwim): Use it.
376
377 2006-04-15 Michael Olson <mwolson@gnu.org>
378
379 * emacs-lisp/tq.el: Improve comments.
380 (tq-queue-head-question): New accessor function.
381 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
382 Update for modified queue structure.
383 (tq-queue-add): Accept `question' argument.
384 (tq-queue-pop): If a question is pending, send it.
385 (tq-enqueue): Accept new optional argument `delay-question'.
386 If this is non-nil, and at least one other question is pending a
387 response, queue the question rather than sending it immediately.
388
389 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
390
391 * calendar/appt.el (appt-add): Check whether an appointment is
392 already present in appt-time-msg-list. Simplify code.
393
394 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
395
396 * progmodes/cc-langs.el (c-mode-menu):
397 Don't presume c-subword-mode is bound.
398
399 2006-04-13 Bill Wohler <wohler@newt.com>
400
401 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
402 (customize-package-emacs-version): Use cdr instead of cadr now
403 that alists use dotted pairs.
404
405 * custom.el (defcustom): Fix docstring for :package-version.
406
407 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
408
409 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
410 (tramp-handle-shell-command): Display output buffer only when
411 `tramp-display-shell-command-buffer' is true.
412 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
413
414 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
415
416 * textmodes/org.el (org-set-autofill-regexps): Set only the local
417 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
418
419 2006-04-13 Romain Francoise <romain@orebokech.com>
420
421 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
422 leaving temporary .cvsignore buffers behind.
423
424 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
425
426 * textmodes/org.el (org-set-regexps-and-options)
427 (org-get-current-options): Better names for the startup folding
428 options.
429
430 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
431
432 * vc.el (vc-annotate): Arrange for point to end up at the same
433 line number as in the original, but only when using a new buffer.
434
435 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
436
437 * files.el (hack-one-local-variable-eval-safep):
438 Recognize `edebug-form-spec' for `put', but only if it passes
439 `edebug-basic-spec'. Generalize `put' handling.
440
441 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
442 vetting file-local form specs.
443
444 * allout.el (allout-layout): Autoload its `safe-local-variable'
445 property.
446
447 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
448
449 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
450 (org-agenda-mouse-1-follows-link)
451 (org-mouse-1-follows-link): New options.
452 (org-format-agenda-item): Fix bug if TAGS is nil.
453 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
454
455 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
456
457 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
458 GDB 6.1+ gives full filename for "info sources" so use
459 file-name-nondirectory.
460
461 2006-04-12 Romain Francoise <romain@orebokech.com>
462
463 * subr.el (read-passwd): Bind `message-log-max' to nil.
464
465 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
466
467 * progmodes/perl-mode.el (perl-indent-new-calculate):
468 Recompute parse-start after jumping backward by a whole sexp.
469
470 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
471
472 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
473 window configuration.
474 (vc-annotate-display-select): Select the buffer so that current-buffer
475 (and selected-window) is the output buffer at the end of vc-annotate.
476
477 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
478
479 * vc.el (vc-annotate-color-map): Add custom TTY color map for
480 8-color terminals, to use all of the colors in a sensible order.
481 256-color terminals work well with the standard map.
482 (vc-annotate-lines): Only strip the first color character if it
483 is "#", to allow for terminal-style named colors.
484 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
485 the correct buffer is scrolled.
486
487 2006-04-11 Richard Stallman <rms@gnu.org>
488
489 * emacs-lisp/bytecomp.el (byte-compile-file):
490 Bind enable-local-variables to :safe, and make normal-mode obey it.
491
492 * files.el (enable-local-variables): Allow value :safe.
493 (normal-mode): Doc fix.
494 (hack-local-variables): Implement enable-local-variables = :safe.
495 (hack-local-variables-confirm): Don't prevent quitting.
496
497 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
498
499 * loadhist.el (unload-feature): A bit of sanity check of
500 load-history entries. Cancel timer-vars before unbinding them.
501
502 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
503 quote special chars, and make the trick work on the hex part of the
504 buffer as well.
505 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
506 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
507
508 * startup.el (normal-splash-screen): Fix last change so we don't wait
509 2 minutes if we don't show the splash screen.
510
511 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
512
513 * textmodes/org.el (org-export-plain-list-max-depth)
514 (org-table-spaces-around-separators)
515 (org-radio-targets, org-activate-camels)
516 (org-table-spaces-around-invisible-separators): Options removed.
517 (org-time-stamp-rounding-minutes, org-remember-templates)
518 (org-ellipsis, org-activate-links, org-descriptive-links):
519 New options.
520 (org-remember-apply-template, org-current-time)
521 (org-finish-edit-table-field)
522 (org-link-unescape, org-link-escape)
523 (org-string-width, org-table-clean-line, org-html-do-expand)
524 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
525 (org-read-agenda-file-list): New functions.
526 (org-table-edit-field)
527 (org-table-create-or-convert-from-region): New commands
528 (org-table-toggle-vline-visibility): Command removed.
529 (org-table-convert-region): Made a command.
530 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
531 Replace with the normal org- functions.
532 (org-self-insert-command): Don't trigger realign unnecessarily
533 when blanking a field that is not full.
534 (org-mode): `Set buffer-invisibility-spec' for links.
535 (org-activate-links2): Hide link part and only show descriptive
536 part of the link.
537 (org-insert-link): Modify for new linking system.
538 (org-store-link): Store description separately, for use by
539 `org-insert-link'.
540 (org-table-align): Use `org-string-width'.
541 (defgroup): Completely new group structure for custom variables.
542 (org-agenda-files): Option: Single file name allowed. Function:
543 Optional argument unrestrited means ignore any restricitons.
544 (org-install-agenda-files-menu): Find a buffer in Org-mode before
545 trying to modify the menu. Use generalized access to
546 `org-agenda-files.'
547 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
548 (org-agenda-file-to-front, org-remove-file, org-diary)
549 (org-tags-view, org-export-icalendar-all-agenda-files)
550 (org-export-icalendar-combine-agenda-files): Use generalized
551 access to `org-agenda-files'.
552 (org-remember-handler): Correctly preserve heading if present.
553 (org-table-insert-row, org-table-insert-hline): Deal with
554 invisible characters.
555
556 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
557
558 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
559 (vc-annotate-color-map): New 18 element constant
560 value/saturation, rotating hue colormap, from red->blue.
561 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
562 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
563 (vc-annotate): To avoid killing the required local variables,
564 set them before the end of `with-output-to-temp-buffer', and
565 after first switching to annotate-mode.
566 (vc-annotate-warp-version): Add buffer argument in goto-line to
567 ensure annotation, not source, is scrolled.
568
569 2006-04-10 Bill Wohler <wohler@newt.com>
570
571 * custom.el (defcustom, custom-handle-keyword):
572 Add :package-version keyword.
573 (custom-add-package-version): New function. Sets value of new
574 property 'custom-package-version from :package-version keyword.
575 (defcustom): Create Common Keywords section in docstring.
576 (defface, defgroup): Replace definitions of a select few keywords
577 with a reference to the Common Keywords in defcustom.
578 (defcustom, defface, defgroup): Replace reference to Customization
579 chapter in manual with hyperlink.
580
581 * cus-edit.el (customize-package-emacs-version-alist):
582 New variable.
583 (customize-changed-options): Add check for custom-package-version.
584 (customize-package-emacs-version): New function to look up Emacs
585 version corresponding to the given package version.
586
587 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
588 defun name, in similar fashion to find-variable-regexp.
589
590 2006-04-10 Eli Zaretskii <eliz@gnu.org>
591
592 * international/mule-cmds.el (set-locale-environment): Fix last
593 change for when the locale's preferences don't specify any encoding.
594
595 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
596
597 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
598 so the defined var/fun doesn't need to be quoted.
599
600 2006-04-10 Richard Stallman <rms@gnu.org>
601
602 * finder.el (finder-mode-map): Add n and p bindings.
603
604 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
605
606 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
607 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
608 (gdb-setup-windows): Put something in source window if we can't find
609 the source file.
610 (gdb-frame-handler): Make it work again with just assembly.
611 (gdb-data-list-register-values-handler): Make it work when there is
612 no stack.
613
614 2006-04-09 Richard Stallman <rms@gnu.org>
615
616 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
617 specs while looking for charset.
618
619 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
620
621 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
622 Make them faces.
623 (lm-font-lock-keywords): Update appropriately.
624
625 2006-04-10 Kim F. Storm <storm@cua.dk>
626
627 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
628 it can also replace buffer-substring-no-properties.
629
630 * emulation/cua-base.el (cua-delete-region, cua-paste)
631 (cua-repeat-replace-region): Use filter-buffer-substring.
632
633 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
634 (cua-cut-region-to-global-mark): Likewise.
635
636 * emulation/cua-rect.el (cua--extract-rectangle)
637 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
638
639 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
640
641 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
642 entry-type. Add field delimiters to numerical fields if they are
643 not present.
644
645 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
646
647 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
648 string-const to return value.
649 (bibtex-remove-delimiters): Use it.
650
651 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
652
653 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
654 cl-byte-compile-compiler-macro unless it exists.
655
656 2006-04-08 Eli Zaretskii <eliz@gnu.org>
657
658 * files.el (hack-local-variables-confirm) <offer-save>:
659 Clarify message text. Suggested by Ralf Angeli.
660
661 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
662
663 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
664 (delete-extract-rectangle-line): Use `filter-buffer-substring'
665 instead of `buffer-substring' and `delete-region'. (Most of the
666 code actually copied from `kill-region'.)
667
668 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
669
670 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
671 (rcirc-default-port): Rename from rcirc-port.
672 (rcirc-default-nick): Rename from rcirc-nick.
673 (rcirc-default-user-name): Rename from rcirc-user-name.
674 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
675 (rcirc-low-priority-flag): New variable.
676 (rcirc-decode-coding-system): New defcustom.
677 (rcirc-encode-coding-system): New defcustom.
678 (rcirc-coding-system-alist): New defcustom.
679 (rcirc-multiline-major-mode): New defcustom.
680 (rcirc-nick): New internal variable.
681 (rcirc-process): Remove variable.
682 (rcirc-server-buffer): New variable.
683 (rcirc): Update to use rcirc-default-* variables above.
684 (rcirc-connect): Do not add window-configuration-hook-here.
685 (rcirc-server): New internal variable.
686 (rcirc-connect): Do not send keepalive pings if
687 rcirc-keepalive-seconds is nil.
688 (with-rcirc-server-buffer): New macro.
689 (rcirc-send-string): Encode with rcirc-encode-coding-system.
690 (rcirc-server-name): Rename from rcirc-server.
691 (rcirc-buffer-process): New function.
692 (rcirc-buffer-nick): New function.
693 (rcirc-buffer-target): Remove function.
694 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
695 New commands.
696 (rcirc-mode-map): Change binding of C-c C-l to
697 rcirc-toggle-low-priority.
698 (rcirc-mode): Initialize coding system based on
699 rcirc-coding-system-alist. New change-major-mode-hook to part the
700 channel on a mode change. Make kill-buffer-hook buffer-local.
701 (rcirc-change-major-mode-hook): New function.
702 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
703 (rcirc-last-post-time): New variable.
704 (rcirc-process-message): Store the last time user posted a message
705 to this target.
706 (rcirc-multiline-minor-mode): New mode.
707 (rcirc-multiline-minor-mode-map): New mode map.
708 (rcirc-edit-multiline): Put multiline-edit buffer in
709 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
710 (rcirc-print): Ignore any line starting with an ignored nick.
711 (rcirc-print): Decode using rcirc-decode-coding-system.
712 (rcirc-track-minor-mode): Update global-mode-string when disabling
713 this mode.
714 (minor-mode-alist): Add LowPri indicator.
715 (rcirc-toggle-low-priority): New function.
716 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
717 next lowpriority buffer with activity.
718 (rcirc-record-activity): Sort buffers in rcirc-activity by the
719 last time the user posted a message in to the target.
720 (rcirc-update-activity-string): New formatting for low priority
721 buffers.
722 (rcirc-split-activity): New function.
723 (rcirc-handler-PART, rcirc-handler-KICK)
724 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
725 (rcirc-nick-away-alist): New variable.
726 (rcirc-handler-301): New handler. Away messages are printed once
727 per change.
728
729 2006-04-08 Eli Zaretskii <eliz@gnu.org>
730
731 * info.el (Info-follow-nearest-node): Doc fix.
732
733 * international/mule-cmds.el (set-locale-environment): Make sure
734 the coding-system preferred by the locale's language has the same
735 EOL conversion type as the original buffer-file-coding-system.
736 (locale-language-names): Add a few MS Windows language codes.
737
738 2006-04-07 Richard Stallman <rms@gnu.org>
739
740 * simple.el (eval-expression): Doc fix.
741
742 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
743 (eval-defun): Doc fixes.
744
745 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
746
747 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
748
749 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
750
751 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
752 GDB list command without argument for greater generality.
753
754 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
755
756 * subr.el (string-or-null-p): New function.
757
758 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
759
760 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
761
762 * files.el: Update comment about safe-local-variable declarations.
763
764 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
765
766 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
767 See idlwave.org.
768
769 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
770 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
771
772 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
773 See idlwave.org.
774
775 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
776 version 6.0 (minimal changes). See idlwave.org.
777
778 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
779 6.0 (minimal changes). See idlwave.org.
780
781 * progmodes/idlw-rinfo.el: File obsoleted and removed.
782
783 2006-04-06 Romain Francoise <romain@orebokech.com>
784
785 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
786 symmetric encryption features and a new asynchronous interface to
787 GnuPG. This new version is version 1.4, plus whitespace changes.
788
789 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
790
791 * files.el: Move some `safe-local-variable' declarations to the
792 respective files.
793
794 * textmodes/ispell.el (ispell-check-comments)
795 (ispell-local-dictionary): Mark as safe.
796
797 * abbrev.el (abbrev-mode): Mark as safe.
798
799 * add-log.el (change-log-default-name): Mark as safe.
800
801 * textmodes/reftex-vars.el (reftex-vref-is-default)
802 (reftex-fref-is-default, reftex-level-indent)
803 (reftex-guess-label-type): Mark as safe.
804
805 * textmodes/fill.el (colon-double-space): Mark as safe.
806
807 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
808 (sentence-end-double-space, sentence-end-without-period)
809 (sentence-end-without-space, sentence-end, sentence-end-base)
810 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
811
812 2006-04-06 Kim F. Storm <storm@cua.dk>
813
814 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
815 the :set-after list.
816 (ido-downcase-unc-hosts): New user option. Default on.
817 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
818 when it is set, as regexps are now applied on the fly.
819 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
820 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
821 on the fly, but only when ido-process-ignore-lists is set.
822 Do case insensitive filtering if ido-downcase-unc-hosts is set.
823 Only downcase names if ido-downcase-unc-hosts is set.
824
825 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
826
827 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
828
829 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
830
831 2006-04-05 Kim F. Storm <storm@cua.dk>
832
833 * ido.el (ido-mode): Set after ido-unc-hosts and
834 ido-ignore-unc-host-regexps.
835 (ido-save-history): Save ido-unc-hosts-cache.
836 (ido-load-history): Load ido-unc-hosts-cache.
837 (ido-reread-directory): Refresh unc hosts cache in // dir.
838
839 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
840 to nil while displaying slash screen.
841
842 2006-04-05 Daiki Ueno <ueno@unixuser.org>
843
844 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
845 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
846
847 2006-04-05 Kenichi Handa <handa@m17n.org>
848
849 * international/characters.el: Setup cases of Latin, Greek, and
850 Cyrillic characters in CJK charsets.
851
852 2006-03-29 Daiki Ueno <ueno@unixuser.org>
853
854 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
855 default-enable-multibyte-characters. This reverts the change from
856 revision 6.17 which is no longer necessary because the passphrase
857 is sent separately now. GnuPG messages are unreadable under
858 multibyte locales with default-enable-multibyte-characters set to nil.
859
860 2006-04-04 Andreas Schwab <schwab@suse.de>
861
862 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
863 and `byte-compile-warnings' as `safe-local-variable'.
864
865 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
866
867 * man.el (Man-mode-map): Restore the \r binding.
868 (Man-abstract-xref-man-page): If Man-target-string is a function,
869 call it.
870 (Man-highlight-references): Use Man-default-man-entry to get the
871 target. Deal with xrefs too.
872 (Man-highlight-references0): Don't call the target function.
873
874 * woman.el (WoMan-xref-man-page): Strip the section number, woman
875 cannot deal with it.
876
877 2006-04-04 Daiki Ueno <ueno@unixuser.org>
878
879 * pgg-gpg.el: Clean up process buffers every time gpg processes
880 complete.
881
882 2006-04-04 Kenichi Handa <handa@m17n.org>
883
884 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
885 here.
886 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
887 Temporarily bind inhibit-field-text-motion to t.
888
889 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
890
891 * startup.el (normal-splash-screen): Only set mode-line-format in the
892 splash buffer, so as not to interfere when debugging the code.
893 Ignore errors when switching buffer.
894
895 2006-04-03 Romain Francoise <romain@orebokech.com>
896
897 * dired.el (dired-dnd-protocol-alist): Fix typo.
898
899 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
900
901 * savehist.el (savehist): Add :version.
902 (savehist-ignored-variables): New variable.
903 (savehist-minibuffer-hook): Don't save variables listed in
904 `savehist-ignored-variables'.
905
906 * dired.el (dired-dnd-protocol-alist): Mention that change does
907 only apply to new buffers in doc string.
908
909 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
910
911 * recentf.el (recentf-open-files-item): Include newline in button
912 field, so opening a file will work, when the point is at the end
913 of the file name. Allow, for example, to [i]search a file by
914 extension and just push RET to open it.
915
916 2006-04-03 Daiki Ueno <ueno@unixuser.org>
917
918 * pgg-gpg.el (pgg-gpg-process-filter)
919 (pgg-gpg-wait-for-completion): Check if buffer is alive.
920
921 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
922 lines, temporary fix.
923
924 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
925
926 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
927
928 2006-04-02 Richard Stallman <rms@gnu.org>
929
930 * progmodes/compile.el (compilation-message-face): Make it defcustom.
931
932 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
933
934 * ibuf-macs.el (define-ibuffer-column): Add a new key:
935 header-mouse-map.
936
937 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
938 (ibuffer-mode-header-map): New keymaps.
939 (ibuffer-update-title-and-summary): Enable mouse face highlighting
940 and keybindings for column headers.
941 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
942 property.
943
944 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
945
946 * speedbar.el (speedbar-after-create-hook): Doc fix.
947
948 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
949
950 * shell.el (shell-directory-tracker)
951 (shell-dynamic-complete-command): Doc fixes.
952
953 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
954
955 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
956 terminals.
957
958 2006-04-01 Kim F. Storm <storm@cua.dk>
959
960 * ido.el (ido-unc-hosts-cache): New defvar.
961 (ido-unc-hosts): If value of defcustom is a function, call it to
962 get list of UNC hosts. Add function-item choices to specify
963 ido-unc-hosts-net-view or user function.
964 (ido-ignore-unc-host-regexps): New defcustom.
965 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
966 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
967 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
968
969 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
970
971 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
972 wwidth.
973
974 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
975
976 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
977 (ido-max-work-file-list, ido-switch-buffer)
978 (ido-read-file-name-as-directory-commands):
979 Fix typos in docstrings.
980
981 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
982
983 * term/mac-win.el (mac-system-coding-system): Define and use after
984 Mac-specific coding systems are ready.
985
986 2006-03-27 Romain Francoise <romain@orebokech.com>
987
988 * net/rcirc.el (rcirc-connect): Add autoload cookie.
989
990 * ldefs-boot.el: Update.
991
992 2006-03-27 Daiki Ueno <ueno@unixuser.org>
993
994 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
995 passphrases when it is not needed.
996 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
997 passphrase stuff from gpg, should only be necessary when you use
998 gpg with a smartcard.
999
1000 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
1001
1002 * comint.el (comint-dynamic-list-completions): Allow user to
1003 select *Completions* buffer.
1004
1005 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
1006
1007 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
1008
1009 2006-03-26 Andreas Schwab <schwab@suse.de>
1010
1011 * progmodes/gud.el (gdb): Only complain about multiple debugging
1012 when the gdb process is still running.
1013
1014 2006-03-25 Eli Zaretskii <eliz@gnu.org>
1015
1016 * mail/rmail.el (tool-bar-map): Defvar it.
1017 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
1018 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
1019
1020 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
1021
1022 * help.el (print-help-return-message): Suggest to use
1023 display-buffer instead of switch-to-buffer-other-window to restore
1024 the previous window without selecting it.
1025
1026 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1027
1028 * frame.el (select-frame-by-name): Call x-focus-frame also when
1029 window-system is mac.
1030
1031 * term/mac-win.el: Adjust Courier font specifications in
1032 x-fixed-font-alist.
1033 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
1034 when directly encoding to UTF-16 in native byte order, no BOM.
1035
1036 2006-03-25 Kim F. Storm <storm@cua.dk>
1037
1038 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
1039 (cua--init-keymaps): Use it instead of fixed C-return.
1040 (cua-mode): Set after it.
1041
1042 * emulation/cua-rect.el (cua--init-rectangles):
1043 Use cua-rectangle-mark-key instead of fixed C-return.
1044
1045 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
1046
1047 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
1048 "run" in .gdbinit.
1049 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
1050
1051 2006-03-24 Romain Francoise <romain@orebokech.com>
1052
1053 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
1054 `display-buffer-other-frame'.
1055
1056 2006-03-24 Kim F. Storm <storm@cua.dk>
1057
1058 * apropos.el (apropos-synonyms): Add selection => region.
1059
1060 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1061
1062 * progmodes/gdb-ui.el (gdb-var-create-regexp)
1063 (gdb-var-list-children-regexp, gdb-var-update-regexp)
1064 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
1065 (gdb-data-list-register-values-regexp)
1066 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
1067 Future proof against new fields being added to MI output.
1068 (gdb-send): Don't treat backslashes for program input as
1069 continuations.
1070 (gdb-assembler-handler): Don't use window-start for this handler.
1071 (gdb-frame-handler): Don't change to hollow arrow if overlay
1072 arrow doesn't move to new frame.
1073
1074 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1075
1076 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
1077 prevent compiler warnings.
1078 (gdb-stopped): Check for gud-last-last-frame (case: signal).
1079 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
1080 (gdb-assembler-custom): Use hollow-right-triangle for assembler
1081 buffer too.
1082
1083 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
1084
1085 * pgg-gpg.el (pgg-gpg-update-agent): Check for
1086 make-network-process, so we can use the same code in Gnus v5-10
1087 too and have this file fully synchronized with that release.
1088
1089 2006-03-23 Romain Francoise <romain@orebokech.com>
1090
1091 * ibuf-ext.el (ibuffer-read-filter-group-name):
1092 Use `ibuffer-generate-filter-groups' to make completion list match
1093 the filter groups that are really displayed in the Ibuffer buffer.
1094 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
1095
1096 2006-03-23 Kenichi Handa <handa@m17n.org>
1097
1098 * international/mule-cmds.el (sort-coding-systems): Describe that
1099 the argument is modified in docstring.
1100
1101 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
1102
1103 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1104 (pgg-gpg-update-agent): New function.
1105 (pgg-gpg-use-agent-p): New function.
1106 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1107 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1108 (pgg-gpg-sign-region): Use it.
1109
1110 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
1111
1112 * cus-edit.el (custom-face-set): Call custom-push-theme before
1113 face-spec set so that `changed' theme is correctly saved.
1114 (custom-face-reset-standard): Reset to recalculated face rather
1115 than defface spec.
1116
1117 * custom.el (custom-push-theme): Only save `changed' theme if the
1118 current face does not match the defface specs.
1119
1120 2006-03-21 Simon Josefsson <jas@extundo.com>
1121
1122 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1123 <wilde@sha-bang.de>.
1124 (pgg-gpg-use-agent): New variable.
1125 (pgg-gpg-process-region): Use it.
1126 (pgg-gpg-encrypt-region): Likewise.
1127 (pgg-gpg-encrypt-symmetric-region): Likewise.
1128 (pgg-gpg-decrypt-region): Likewise.
1129 (pgg-gpg-sign-region): Likewise.
1130 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1131
1132 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
1133
1134 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
1135 bracket links.
1136
1137 2006-03-21 Kim F. Storm <storm@cua.dk>
1138
1139 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
1140 fringe-indicator-alist instead of modifying global value.
1141 (gdb-frame-handler): Likewise.
1142
1143 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
1144
1145 * diff-mode.el (diff-function): Make it inherit from diff-header
1146 instead of diff-context.
1147
1148 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
1149 bitmap.
1150 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
1151 change names in macro above for consistency.
1152 (gdb-frame-handler): Use hollow-right-triangle for all selected
1153 frames which except the innermost (where execution has stopped).
1154 (gdb-reset): Reset buffer-local values of overlay-arrow.
1155
1156 2006-03-20 Richard Stallman <rms@gnu.org>
1157
1158 * simple.el (set-mark-command): Doc fix.
1159
1160 * files.el (display-buffer-other-frame): New command.
1161 (ctl-x-4-map): Bind C-x 5 C-o to it.
1162
1163 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1164
1165 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
1166 rather than just defer-time, in case defer-time has been changed but
1167 the timer isn't running yet.
1168 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
1169
1170 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1171
1172 * help-mode.el (help-follow-symbol): New function.
1173 Essentially identical to the old `help-follow', but do not let
1174 `push-button' do the work when on an xref.
1175 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
1176
1177 2006-03-19 Richard Stallman <rms@gnu.org>
1178
1179 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
1180 preceded by the word `program'.
1181 (help-follow-mouse, help-follow): Throw error if not on xref.
1182 Delete no longer used args.
1183
1184 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
1185
1186 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
1187 annotation ensure gud-overlay-arrow-position is redisplayed.
1188
1189 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1190
1191 * textmodes/bibtex.el (bibtex-include-OPTkey)
1192 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
1193 (bibtex-autokey-name-case-convert)
1194 (bibtex-autokey-titleword-case-convert): Make these the aliases
1195 for the following two variables.
1196 (bibtex-autokey-name-case-convert-function)
1197 (bibtex-autokey-titleword-case-convert-function): Make these the
1198 real names.
1199 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
1200 bibtex-font-lock-crossref sublists.
1201 (bibtex-mode): Revert 2005-12-30 change (which made
1202 completion-ignore-case buffer-local).
1203 (bibtex-url): Simplify.
1204
1205 2006-03-19 Kim F. Storm <storm@cua.dk>
1206
1207 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
1208 cursor property value to 2 (to align with C level change).
1209
1210 2006-03-19 Bill Wohler <wohler@newt.com>
1211
1212 * image.el (image-load-path-for-library): Shorten first line in
1213 docstring.
1214
1215 2006-03-18 Richard Stallman <rms@gnu.org>
1216
1217 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
1218
1219 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
1220
1221 * isearch.el (isearch-other-meta-char): Handle user bindings for
1222 shifted control characters.
1223
1224 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
1225
1226 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
1227 part that matches email addresses, file names, etc.
1228
1229 2006-03-18 Eli Zaretskii <eliz@gnu.org>
1230
1231 * term/w32-win.el (mouse-set-font):
1232 Mention w32-list-proportional-fonts in the doc string.
1233
1234 2006-03-18 Kim F. Storm <storm@cua.dk>
1235
1236 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1237 (ido-unc-hosts): New user option to explicitly define list of know
1238 UNC-style hosts for completion.
1239 (ido-cache-unc-host-shares-time): New user option.
1240 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1241 New helper functions for UNC file-name support.
1242 (ido-may-cache-directory): Check for UNC host. Simplify.
1243 (ido-wash-history): Clean out old UNC hosts.
1244 (ido-nonreadable-directory-p): UNC hosts are always readable.
1245 (ido-directory-too-big-p): UNC hosts are never too big.
1246 (ido-set-current-directory): Handle UNC root path.
1247 (ido-file-name-all-completions): Complete UNC host names from
1248 ido-unc-hosts list. Cache UNC host shares.
1249 (ido-make-file-list-1): Don't filter UNC root.
1250 (ido-exhibit): Check for // in root directory, and switch to UNC
1251 mode by setting ido-current-directory to //.
1252
1253 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
1254
1255 * cus-edit.el (customize-changed-options): Mention explicit
1256 version number as default in prompt.
1257
1258 2006-03-17 Bill Wohler <wohler@newt.com>
1259
1260 * image.el (image-load-path-for-library): Minor docstring fix.
1261
1262 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
1263
1264 * textmodes/org.el (org-read-date): Include subgroup 5 into
1265 replacement text.
1266 (org-popup-calendar-for-date-prompt): Fix customization type.
1267
1268 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1269
1270 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1271 (gdb-continuation): New variable.
1272 (gdb-send): Deal with continuation lines.
1273
1274 * progmodes/gud.el (gud-gdb-complete-command)
1275 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1276 expressions.
1277 (gud-tooltip-mode): Use buffer-local value.
1278
1279 2006-03-16 Kim F. Storm <storm@cua.dk>
1280
1281 * ido.el (ido-edit-input): Use selected match, if any.
1282
1283 2006-03-16 Bill Wohler <wohler@newt.com>
1284
1285 * image.el (image-load-path-for-library): Prefer user's images in
1286 image-load-path.
1287
1288 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1289
1290 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1291 when checking for attempt to drag leftmost or rightmost scrollbar.
1292
1293 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1294
1295 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1296 (gdb-force-mode-line-update): New function.
1297 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1298 (gdb-exited): Use them.
1299 (gdb-signal): New function.
1300 (gdb-annotation-rules): Provide a rule for it.
1301
1302 2006-03-16 Kenichi Handa <handa@m17n.org>
1303
1304 * international/mule.el (auto-coding-regexp-alist): Add entries
1305 for Unicode BOM.
1306
1307 * sort.el (sort-build-lists): Temporarily bind
1308 inhibit-field-text-motion to t.
1309
1310 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1311
1312 * locate.el (locate-command, locate-make-command-line)
1313 (locate-fcodes-file, locate-update-command)
1314 (locate-prompt-for-command, locate, locate-with-filter)
1315 (locate-get-file-positions): Doc fixes.
1316 (locate-buffer-name, locate-header-face): Remove leading `*' in
1317 defcustom.
1318 (locate-filter-output): Use `keep-lines' instead of its alias
1319 `delete-non-matching-lines'.
1320 (locate-get-filename, locate-get-dirname): Add introductory comment.
1321 (locate-find-directory-other-window): Give appropriate error
1322 message if used outside main listing.
1323
1324 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1325
1326 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1327 the new extend-region feature.
1328 (font-lock-after-change-function): Update correspondingly.
1329 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1330 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1331
1332 2006-03-15 Bill Wohler <wohler@newt.com>
1333
1334 * image.el (image-load-path-for-library): Fix example by not
1335 recommending that one binds image-load-path. Just defvar it to
1336 placate compiler and only use it if previously defined.
1337
1338 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1339
1340 * textmodes/org.el (org-insert-centered): Use `string-width' to
1341 make underlining work for wide characters.
1342 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1343 TAB to `org-cycle', to make sure that no binding in
1344 `outline-mode-map' can supercede it.
1345
1346 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1347
1348 * allout.el: Increment version to 2.2.1 in file commentary.
1349
1350 (allout-version): Increment to 2.2.1.
1351
1352 (allout-default-layout): New customization variable, used when the
1353 file lacks a specific allout-layout. Uses allout-layout-type for
1354 recursively nested definition.
1355
1356 (allout-layout-type): Widget defining allout layouts, necessary for
1357 self-recursive definition.
1358
1359 (allout-mode): Incorporate allout-default-layout as fallback for
1360 allout-layout.
1361
1362 (allout-layout): Mark as 'safe-local-variable', and refer mention
1363 fallback to `allout-default-layout' in absence of a specified value.
1364 (allout-passphrase-verifier-string)
1365 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1366
1367 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1368
1369 (allout-get-encryption-passphrase-verifier): Use correct name of
1370 passphrase verifier in docstring.
1371
1372 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1373
1374 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1375 elements.
1376 (gdb-find-watch-expression): Make it work for arrays too.
1377 Follow change to gdb-var-list.
1378 (gud-watch): Allow the user to enter variable name with a prexix
1379 arg. Create keybindings.
1380 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1381 (gdb-var-list-children-handler, gdb-var-update-handler)
1382 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1383 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1384 Follow change to gdb-var-list.
1385 (gdb-starting): Don't show the overlay arrows when program is running.
1386
1387 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1388 gdb-var-list.
1389
1390 2006-03-14 Bill Wohler <wohler@newt.com>
1391
1392 * image.el (image-load-path-for-library): Pass value of path
1393 rather than symbol. Always return list of directories.
1394 Guarantee that image directory comes first.
1395
1396 2006-03-14 Alan Mackenzie <acm@muc.de>
1397
1398 * font-core.el (font-lock-extend-region\(-function\)?.):
1399 New function/variable.
1400
1401 * font-lock.el (font-lock-after-change-function):
1402 Call font-lock-extend-region. Obey font-lock-lines-before.
1403 (font-lock-default-fontify-region): Remove reference to
1404 font-lock-lines-before.
1405
1406 * jit-lock.el (jit-lock-after-change):
1407 Call font-lock-extend-region. Obey font-lock-lines-before.
1408
1409 2006-03-14 David Ponce <david@dponce.com>
1410
1411 * tree-widget.el (tree-widget-themes-load-path)
1412 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1413
1414 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1415
1416 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1417 (rcirc-print): Mark the start of text at the end of the prompt.
1418 (rcirc-track-minor-mode): Add autoload cookie.
1419 (rcirc-update-activity-string): Add space to front of mode-line
1420 indicator.
1421
1422 2006-03-13 Miles Bader <miles@gnu.org>
1423
1424 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1425 (rcirc-abbrev-nick): Remove function.
1426 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1427
1428 2006-03-13 David Ponce <david@dponce.com>
1429
1430 * tree-widget.el: Handle themes across all occurrences of the main
1431 themes sub-directory found in tree-widget-themes-load-path.
1432 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1433 (tree-widget--locate-sub-directory): Return all occurrences.
1434 (tree-widget-themes-path): New function.
1435 Replace tree-widget-themes-directory, and return a list of directories.
1436 (tree-widget-set-parent-theme)
1437 (tree-widget-lookup-image): Use it.
1438
1439 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1440
1441 * textmodes/org.el (org-link-search): Avoid self-matching of
1442 links, allow target text to be distributed over several lines.
1443 (org-search-not-link): New function.
1444 (org-set-regexps-and-options, org-get-current-options):
1445 New startup options.
1446 (org-export-as-html): Take odd-level setting from local variable.
1447 (org-fontify-emphasized-text): New option.
1448 (org-set-font-lock-defaults): Include emphasized text.
1449 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1450 (org-font-lock): Customize group renamed from `org-faces'.
1451
1452 2006-03-13 John Paul Wallington <jpw@pobox.com>
1453
1454 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1455 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1456
1457 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1458
1459 * cus-start.el (all): Delete :version keyword for members of the
1460 fringe group, since the entire group is new in 22.1.
1461
1462 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1463
1464 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1465 map if value is hexadecimal (an address).
1466 (gud-watch): Only search roots for existing watch expressions.
1467 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1468 prevent caching problems with speedbar-update-directory-contents.
1469
1470 2006-03-12 Juri Linkov <juri@jurta.org>
1471
1472 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1473 before comparing with `low' and `warn'.
1474
1475 * info.el (Info-dir-remove-duplicates): Move point to the
1476 beginning of the current line after deleting the entries from
1477 redundant heading. Use marker for `limit' and compare it with
1478 point before calling `re-search-forward'.
1479
1480 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1481
1482 * simple.el (yank): Fix typo in docstring.
1483
1484 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1485
1486 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1487 messages, where "D" is the 6th character.
1488
1489 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1490
1491 * simple.el (yank): Fix last change.
1492
1493 2006-03-11 David Ponce <david@dponce.com>
1494
1495 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1496 merging elements from the standard ispell-dictionary-alist.
1497 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1498 alist, and return the new alist.
1499
1500 2006-03-11 Richard Stallman <rms@gnu.org>
1501
1502 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1503
1504 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1505 the way it is implemented is too unclean.
1506
1507 * simple.el (kill-region, yank): Doc fix.
1508
1509 * battery.el (battery-echo-area-format): Doc fix.
1510 (battery-mode-line-format): Likewise.
1511 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1512 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1513
1514 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1515
1516 * progmodes/octave-mod.el (octave-indent-for-comment):
1517 Behave according to do string.
1518
1519 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1520
1521 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1522 Be visible only if major mode is Mail Mode.
1523
1524 * textmodes/flyspell.el (flyspell-external-point-words)
1525 (flyspell-process-localwords): Fix last changes.
1526
1527 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1528
1529 * calendar/holidays.el (list-holidays): Doc fix.
1530
1531 * international/mule.el (auto-coding-alist): Add .odt
1532 (OpenOffice's open document) files.
1533
1534 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1535 document) files. Mention in the doc string the need to sync with
1536 auto-coding-alist.
1537
1538 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1539
1540 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1541 enable-local-variables is set to always query, or there is no
1542 savable variable.
1543
1544 2006-03-10 Bill Wohler <wohler@newt.com>
1545
1546 * image.el (image-load-path-for-library): Merge at least three
1547 functions from Gnus and MH-E into this one function that can now
1548 be shared.
1549
1550 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1551
1552 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1553 gdb-remove-mouse-face and remove help-echo too.
1554 (gdb-enqueue-input): Correct conditional clause.
1555
1556 2006-03-10 Glenn Morris <rgm@gnu.org>
1557
1558 * calendar/calendar.el (calendar-holidays): Doc fix.
1559 * calendar/holidays.el (list-holidays): Doc fix.
1560
1561 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1562
1563 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1564 it gets called in gdb-prompt anyway.
1565 (gdb-use-separate-io-buffer): Only restore window arrangement for
1566 gdb-many-windows.
1567 (gdb-enqueue-input): Make it harder to send GDB input when program
1568 is running.
1569 (gdb-buffer-list): New variable.
1570 (gdb-remove-mouse-face): New function.
1571 (gdb-starting): Use it when GDB input won't get sent.
1572
1573 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1574
1575 * help.el (view-lossage): Remove trailing whitespace before
1576 inserting "\n".
1577
1578 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1579
1580 * files.el (hack-local-variables-confirm):
1581 Set coding-system-for-read to nil before writing to .emacs.
1582
1583 * arc-mode.el (archive-extract): Check if an existing buffer name
1584 comes from a different archive.
1585
1586 * help.el (describe-key-briefly): If KEY is a down event, read and
1587 discard the up event.
1588
1589 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1590
1591 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1592 be edited and use font-lock-warning-face for any changes.
1593
1594 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1595 (gdb-edit-value): Use it to report any errors.
1596
1597 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1598
1599 * help.el (describe-key): Remove leftover test code.
1600
1601 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1602
1603 * textmodes/org.el: Move defvars out of eval-when-compile.
1604 Use buffer-file-name variable.
1605 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1606 arg `file'.
1607 (org-level-faces): Remove startup dependency.
1608 (org-cycle, org-map-tree, org-scan-tags)
1609 (org-remember-handler): Don't call `outline-level' directly.
1610 (org-mhe-search-all-folders): New option.
1611 (org-mhe-get-message-folder-from-index)
1612 (org-mhe-get-message-folder): Fix indexing search.
1613 (org-format-agenda-item): Handle nil TAGS argument.
1614 (org-cleaned-string-for-export, org-activate-target-links)
1615 (org-make-target-link-regexp): Deal with empty radio target list.
1616 (org-tag): New face.
1617 (org-get-level-face): New function.
1618 (org-set-font-lock-defaults): Simplify setup for headlines.
1619 (org-complete): Pass common substring to `display-completion-list'.
1620
1621 2006-03-06 David Ponce <david@dponce.com>
1622
1623 * tree-widget.el: Update Commentary header.
1624 (tree-widget-theme-name): Ignore parent themes.
1625 (tree-widget-set-parent-theme): New function.
1626 (tree-widget-set-theme): Use it.
1627 (tree-widget-set-image-properties): Move definition. Does nothing
1628 if image properties have already been set.
1629 (tree-widget-image-properties): Move definition. Receive an image
1630 name. Set the :pointer property.
1631 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1632 Don't set the :pointer image property.
1633 (tree-widget-convert-widget): New function. Handle :dynargs
1634 compatibility here.
1635 (tree-widget): Use it to :convert-widget. Add the :expander-p
1636 predicate to control when the :expander function is entered.
1637 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1638 (tree-widget-value-create): Handle :expander-p. widget-apply
1639 :expander.
1640 (tree-widget-expander-p): New function. Default value of the
1641 :expander-p property.
1642
1643 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1644
1645 * help.el (describe-key): Properly handle the return value of
1646 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1647 remaps. Handle string and vector `follow-link' values.
1648
1649 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1650
1651 * complete.el (PC-expand-many-files): Try be more careful when parsing
1652 the shell's output.
1653
1654 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1655
1656 * outline.el (hide-sublevels): Provide better interactive default.
1657
1658 2006-03-06 Kenichi Handa <handa@m17n.org>
1659
1660 * international/fontset.el (create-fontset-from-fontset-spec):
1661 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1662
1663 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1664
1665 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1666 backslashes instead of one in regexp.
1667 (gud-tooltip-dereference): Add missing optional argument.
1668
1669 2006-03-04 John Paul Wallington <jpw@pobox.com>
1670
1671 * wdired.el (toplevel): Require `cl' at compile-time.
1672
1673 2006-03-04 Andreas Schwab <schwab@suse.de>
1674
1675 * server.el (server-process-filter): Handle errors during
1676 evaluation of the argument.
1677
1678 2006-03-03 John Paul Wallington <jpw@pobox.com>
1679
1680 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1681 escape parentheses at beginning of line.
1682 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1683 (t-mouse-mode): Remove period from end of error message.
1684
1685 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1686
1687 * textmodes/flyspell.el (flyspell-process-localwords):
1688 Be case-sensitive.
1689
1690 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1691
1692 * cus-edit.el (custom-quote): Remove function, since it has been
1693 moved to custom.el.
1694
1695 * font-lock.el (lisp-font-lock-keywords-2)
1696 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1697 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1698 they have no special meaning.
1699
1700 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1701 indirect buffer gets killed before indirect buffer. Use dolist.
1702
1703 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1704
1705 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1706 value instead of a literal constant (1) on more pauses.
1707
1708 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1709
1710 * textmodes/flyspell.el (flyspell-external-point-words):
1711 Be case-sensitive.
1712
1713 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1714
1715 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1716 with "www".
1717
1718 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1719
1720 * allout.el: Restablish intermediate missing comment header to
1721 preserve outline structure.
1722 (allout-beginning-of-current-entry): Skip invisible text.
1723 (allout-open-topic): Fix opening a topic at end-of-buffer.
1724 (allout-minor-mode): Move nearer to allout-mode function.
1725
1726 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1727
1728 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1729
1730 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1731
1732 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1733 is nil.
1734
1735 * progmodes/gud.el (gud-speedbar-menu-items):
1736 Use buffer-local-value and add missing :visible keyword.
1737
1738 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1739
1740 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1741
1742 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1743 must be `follow-link'.
1744
1745 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1746
1747 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1748 formatting: No nested anchors.
1749 (org-all-targets): Fix bug with XEmacs compatibility.
1750 (org-read-date): Add (require 'parse-time).
1751 (org-set-tags): Fix bug with extra inserted space.
1752 (org-export-html-style): Define a style class for targets.
1753 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1754 (org-hide-leading-stars): New option.
1755 (org-hide): New face.
1756 (org-set-font-lock-defaults): Allow to hide leading stars.
1757 (org-get-legal-level, org-tr-level): New functions.
1758 (org-odd-levels-only): New option.
1759 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1760 (org-demote, org-promote): Deal with double-star levels.
1761 (org-convert-to-odd-levels): New command.
1762
1763 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1764
1765 * speedbar.el (speedbar-update-localized-contents): Try to
1766 preserve window-start.
1767 (speedbar-update-directory-contents): Try to preserve window-start
1768 and window-point.
1769 (speedbar-update-special-contents): Don't move back to start of window.
1770
1771 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1772 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1773 speedbar-timer-fn.
1774 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1775 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1776 instead of gdb-speedbar-timer-fn.
1777
1778 2006-02-28 Jay Belanger <belanger@truman.edu>
1779
1780 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1781 (math-compose-expr): Use latex option when calling
1782 `math-compose-tex-matrix' for latex mode.
1783
1784 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1785
1786 * speedbar.el: Re-instate comments about developing for speedbar
1787 [this is what info and gdb-ui use even if better methods exist now].
1788
1789 * t-mouse.el: New file.
1790 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1791 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1792 (t-mouse-make-event-element): Use posn-at-x-y instead.
1793 (t-mouse-make-event): Deal with Fedora Core 3.
1794 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1795 (t-mouse-mouse-position-function): New function. Use it instead
1796 of advising mouse-position.
1797 (t-mouse-mode): New minor mode.
1798 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1799
1800 2006-02-27 Glenn Morris <rgm@gnu.org>
1801
1802 * calendar/calendar.el (calendar-holidays): Doc fix.
1803
1804 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1805
1806 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1807 Re-introduce the concept of a source window.
1808 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1809 consistency with get-buffer-create.
1810 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1811 (gdb-data-list-register-values-handler)
1812 (gdb-stack-list-locals-handler): Try to preserve window-start as
1813 well as window-point.
1814 (gdb-display-source-buffer): New function (old concept).
1815 (gdb-goto-breakpoint): Use it.
1816
1817 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1818 for gdb-ui/gdb-mi (old concept).
1819
1820 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1821
1822 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1823 binding.
1824
1825 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1826
1827 * textmodes/reftex-sel.el (reftex-select-label-map)
1828 (reftex-select-bib-map): Add `follow-mouse' binding.
1829
1830 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1831
1832 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1833 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1834 Give :set functions to provide automatic updating.
1835 Update docstring. Give compiler defvars early in the file
1836 and move the defcustoms to a later spot where all called functions
1837 are defined.
1838 (jka-compr-file-name-handler-entry): Doc fix.
1839 (jka-compr-compression-info-list--internal)
1840 (jka-compr-mode-alist-additions--internal)
1841 (jka-compr-load-suffixes--internal): New variables.
1842 (jka-compr-install): Set the three above variables.
1843 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1844 (jka-compr-update, jka-compr-set): New functions.
1845 (auto-compression-mode): Doc fix.
1846
1847 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1848 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1849 Use jka-compr-compression-info-list--internal,
1850 jka-compr-mode-alist-additions--internal and
1851 jka-compr-load-suffixes--internal.
1852
1853 * files.el (load-library):
1854 * loadhist.el (file-loadhist-lookup):
1855 * startup.el (command-line):
1856 * subr.el (locate-library):
1857 * emacs-lisp/autoload.el (update-directory-autoloads):
1858 * emacs-lisp/find-func.el (find-library-suffixes):
1859 Use `get-load-suffixes' instead of `load-suffixes'.
1860
1861 * subr.el (locate-library):
1862 * emacs-lisp/find-func.el (find-library-name):
1863 Use `load-file-rep-suffixes' instead of '("").
1864
1865 2006-02-26 Kim F. Storm <storm@cua.dk>
1866
1867 * ido.el (ido-save-history, ido-load-history): Simplify.
1868 Don't use find-file-noselect to avoid interference from other modes.
1869
1870 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1871
1872 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1873 to use the default shell if filename is not available.
1874 Reported by Giorgos Keramidas.
1875
1876 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1877
1878 * progmodes/etags.el (tags-completion-table): Do completion from
1879 all the tables in the current list, as documented in the manual.
1880
1881 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1882
1883 * CC Mode Update to 5.31.3.
1884
1885 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1886
1887 * progmodes/cc-mode.el (c-postprocess-file-styles):
1888 Bind inhibit-read-only to t, around the call to
1889 c-remove-any-local-eval-or-mode-variables, so that it works on a
1890 RO file.
1891
1892 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1893
1894 * progmodes/cc-awk.el: Correct a typo.
1895
1896 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1897
1898 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1899 c-hungry-delete-backwards, at the request of RMS. Leave the old
1900 name as an alias.
1901
1902 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1903
1904 * progmodes/cc-mode.el: Correct a typo.
1905
1906 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1907
1908 * progmodes/cc-defs.el: Update the version number to 5.31.3.
1909
1910 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1911
1912 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1913 brace-else-brace (error due to mbeg, mend being undefined).
1914
1915 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1916
1917 * progmodes/cc-mode.el: File Local variables: Solve the problem
1918 where both `mode' and c-file-offsets are specified: `mode' will
1919 overwrite c-f-o's settings:
1920 (c-remove-any-local-eval-or-mode-variables): New function.
1921 (c-postprocess-file-styles): Call the above new function, within
1922 c-tentative-buffer-change, to splat `mode' and `eval' before the
1923 second hack-local-variables.
1924
1925 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1926
1927 * progmodes/cc-mode.el:
1928 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1929 (c-after-change): Protect the match data with save-match-data.
1930 It was getting corrupted by c-after-change-check-<>-operators.
1931
1932 * cc-defs.el: [Supersedes patch V1.38]:
1933 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1934 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
1935
1936 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1937 with save-match-data. It was being corrupted when Font Lock was
1938 not enabled.
1939
1940 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1941
1942 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1943 Mode and Subword Mode.
1944
1945 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1946 real labels ("case 1:" or "foo:") from non-labels ("public:").
1947 (c-forward-objc-directive): Replace c-forward-token-2 with crude
1948 coding; c-f-t-2 doesn't move over a token at EOB.
1949
1950 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1951
1952 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1953 (c-update-modeline): Concatenate the minor mode indicators
1954 directly onto mode-name, removing c-submode-indicators.
1955 Sometimes, c-s-i got separated from the mode name on the mode line.
1956
1957 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1958 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1959
1960 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1961
1962 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1963 error message when there's an evaluation error to show whether
1964 it's loaded from source or not.
1965 (c-filter-ops): Make it available at runtime too to work when
1966 `c-make-init-lang-vars-fun' needs to evaluate from source.
1967
1968 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
1969
1970 * help.el (help): Revert last part of 2006-02-23 change (deletion
1971 of the `provide' call).
1972
1973 2006-02-23 Juri Linkov <juri@jurta.org>
1974
1975 * compare-w.el (compare-windows-highlight): Add new value
1976 `persistent' and change :type from `boolean' to `choice'.
1977 (compare-windows-overlays1, compare-windows-overlays2):
1978 New internal variables.
1979 (compare-windows-highlight): If compare-windows-highlight is
1980 `persistent', add current overlays to compare-windows-overlays[12]
1981 instead of adding compare-windows-dehighlight to pre-command-hook.
1982 (compare-windows-dehighlight): Delete all overlays from
1983 compare-windows-overlays[12].
1984
1985 * info.el (Info-search): Don't bind search-spaces-regexp to
1986 Info-search-whitespace-regexp in non-regexp isearch mode.
1987
1988 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1989
1990 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1991
1992 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
1993
1994 * textmodes/org.el (org-xemacs-p)
1995 (org-export-html-show-new-buffer, org-table-may-need-update)
1996 (org-insert-item, org-mhe-get-message-real-folder)
1997 (org-mhe-get-message-folder-from-index)
1998 (org-mhe-get-message-folder, org-mhe-get-message-num)
1999 (org-mhe-get-header, org-make-org-heading-search-string)
2000 (org-make-org-heading-camel, org-table-sort-lines)
2001 (org-format-org-table-html, org-format-table-table-html):
2002 Fix typos in docstrings.
2003
2004 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
2005
2006 * textmodes/org.el (org-cleaned-string-for-export)
2007 (org-solidify-link-text): New function.
2008 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
2009 XEmacs, just to silence the compiler.
2010 (org-export-as-ascii, org-export-as-html-and-open):
2011 Use `org-cleaned-string-for-export' and create internal links.
2012 (org-follow-mhe-link): Require mh-e, use folder.
2013
2014 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2015
2016 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
2017
2018 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
2019 gdb-debug-log-length.
2020 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
2021 it a real ring but...
2022 (gud-gdba-marker-filter): ...make it work like mark-ring.
2023 (gdb-enable-debug): Rename from gdb-enable-debug-log.
2024 (gdb-mouse-jump): New function. Add bindings.
2025
2026 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2027
2028 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
2029 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
2030 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
2031 (gdb-debug-log-length): Customize it's length.
2032 (gud-watch, gdb-var-create-handler): Display function::var format
2033 but don't use to create variable object.
2034 (gdb-var-create-handler): Use message-box in place of message.
2035 (gdb-stopped): Call gdb-exited if signalled.
2036
2037 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
2038
2039 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
2040
2041 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
2042
2043 * textmodes/reftex.el (reftex-locate-file): Search all extensions
2044 if `reftex-try-all-extensions' is set.
2045
2046 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
2047 fail silently when there is no valid argument at point.
2048 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
2049 `fail-silently' argument. From a patch by David Reiter.
2050
2051 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
2052 New commands.
2053 (org-mark-ring): New variable.
2054 (org-mark-ring-length): New option.
2055 (org-open-at-point, org-goto, org-open-file): Push old position
2056 onto the mark ring.
2057 (org-add-hook): New function.
2058 (org-export-table-remove-special-lines): New option.
2059 (org-skip-comments, org-format-org-table-html): Respect new
2060 option `org-export-table-remove-special-lines'.
2061 (org-open-file): Allow special command configuration for
2062 directory link.
2063 (org-file-apps): Fix bugs in customize type, added setting
2064 for directories.
2065 (org-activate-tags, org-format-agenda-item, org-complete)
2066 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
2067 (org-get-tags, org-get-buffer-tags, org-open-at-point)
2068 (org-link-search, org-make-org-heading-search-string)
2069 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
2070 (org-radio-targets, org-file-link-context-use-camel-case)
2071 (org-activate-camels): New options.
2072 (org-update-radio-target-regexp, org-all-targets)
2073 (org-make-target-link-regexp, org-activate-target-links):
2074 New functions.
2075 (org-make-org-heading-search-string): New function.
2076 (org-store-link, org-insert-link): Use new option
2077 `org-file-link-context-use-camel-case'.
2078 (org-activate-camels): Use new option `org-activate-camels'.
2079 (org-link-regexp): Add mhe prefix.
2080 (org-open-at-point, org-store-link): Support for mhe links.
2081 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
2082 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
2083 (org-mhe-get-header, org-follow-mhe-link): New functions.
2084 (org-remove-angle-brackets, org-add-angle-brackets):
2085 New functions.
2086 (org-bracket-link-regexp): New constant.
2087 (org-read-date): Fix bug that was rejecting all typed dates.
2088 (org-link-search): Make hierarchy above visible after a match.
2089 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
2090 (org-store-link): Fix bug with link creation when cursor is in
2091 an empty line.
2092 (org-open-at-point): Fix bug with matching a link.
2093 Fixed buggy argument sequence in call to `org-view-tags'.
2094 (org-compile-prefix-format): Set `org-prefix-has-tag'.
2095 (org-prefix-has-tag): New variable.
2096 (org-format-agenda-item): Remove tags from headline
2097 if appropriate.
2098 (org-agenda-remove-tags-when-in-prefix): New option.
2099
2100 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
2101
2102 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
2103 Fix the regular expressions.
2104
2105 2006-02-21 Richard M. Stallman <rms@gnu.org>
2106
2107 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
2108 if there's no other specific basis.
2109
2110 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
2111 as variables at all.
2112 (unsafep-variable): Rename arg; doc fix.
2113
2114 * abbrevlist.el (list-one-abbrev-table): Add autoload.
2115
2116 * calendar/appt.el (diary-selective-display): Add defvar.
2117
2118 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
2119
2120 * isearch.el (search-whitespace-regexp): Fix custom type.
2121
2122 * help.el (describe-key-briefly): Compute interactive args
2123 in same was as before previous change.
2124
2125 * files.el (enable-local-variables): Doc fix.
2126
2127 2006-02-21 Kim F. Storm <storm@cua.dk>
2128
2129 * fringe.el: Cleanup as file is now pre-loaded.
2130 (fringe-bitmaps): Initialize unconditionally.
2131 (fringe-mode, set-fringe-style): Remove autoload cookies.
2132
2133 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2134
2135 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
2136 `horizontal-bar'.
2137 (fringe-cursor-alist): Use `horizontal-bar'.
2138
2139 2006-02-20 Kim F. Storm <storm@cua.dk>
2140
2141 * fringe.el (fringe-bitmaps): Update to new bitmap names.
2142 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
2143
2144 * loadup.el: Load "fringe" on window systems.
2145
2146 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2147
2148 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
2149 out of scope components.
2150
2151 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
2152 default.
2153
2154 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
2155
2156 * custom.el (customize-mark-to-save, customize-mark-as-set):
2157 Load the symbol first.
2158
2159 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
2160
2161 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
2162 strech spec so it doesn't display as "^J" on the header line
2163 when `Buffer-menu-use-header-line' is t.
2164
2165 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2166
2167 * speedbar.el (speedbar-make-button): Keep text properties
2168 of string arguments if desired.
2169
2170 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
2171 expessions.
2172
2173 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
2174 of speedbar.
2175
2176 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
2177
2178 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
2179 to value of `read-file-name-completion-ignore-case'.
2180
2181 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
2182
2183 * custom.el (customize-mark-as-set): Push to `user' theme.
2184
2185 * cus-edit.el (custom-save-variables): Allow unthemed values.
2186 (customize-set-variable): Push setting to `user' theme.
2187
2188 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2189
2190 * progmodes/gud.el: Don't require font-lock as it's now
2191 automatically loaded.
2192 (gud-speedbar-buttons): Replace gdb-var-changed with
2193 gdb-force-update.
2194
2195 * progmodes/gdb-ui.el (gdb-force-update): Rename from
2196 gdb-var-changed.
2197 (gdb-post-prompt): Use it.
2198 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2199 (gdb-var-update-handler, gdb-var-delete)
2200 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
2201 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
2202 gdb-force-update in gdb-post-prompt.
2203 (gdb-reset): Clear watch expressions from speedbar when quitting.
2204
2205 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2206
2207 * viper-cmd.el (viper-insert-state-post-command-sentinel)
2208 (viper-change-state-to-vi, viper-change-state-to-emacs):
2209 Make aware of cursor coloring in the Emacs state.
2210 (viper-special-read-and-insert-char): Use read-char-exclusive.
2211 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
2212
2213 * viper-init.el (viper-emacs-state-cursor-color): New variable.
2214
2215 * viper-util.el (viper-save-cursor-color)
2216 (viper-get-saved-cursor-color-in-replace-mode)
2217 (viper-get-saved-cursor-color-in-insert-mode)
2218 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
2219 state.
2220 (viper-get-saved-cursor-color-in-emacs-mode): New function.
2221
2222 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
2223 (ediff-ignore-case-option3, ediff-actual-diff-options)
2224 (ediff-actual-diff3-options): New variables to control case sensitivity.
2225 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
2226 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
2227 (ediff-toggle-ignore-case): New function.
2228 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
2229
2230 * ediff-help.el (ediff-long-help-message-narrow2)
2231 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
2232 (ediff-long-help-message-word-mode): Add ignore-case command.
2233 (ediff-help-for-quick-help): Add ignore-case command.
2234
2235 * ediff-merg.el: Move provide to the end.
2236
2237 * ediff-ptch.el: Move provide to the end.
2238
2239 * ediff-wind.el: Move provide to the end.
2240
2241 * ediff-mult.el: Move provide to the end.
2242 (ediff-set-meta-overlay): Enable follow-link.
2243
2244 * ediff.el: Move provide to the end.
2245 Break recursive load cycle in eval-when-compile.
2246 (ediff-patch-buffer): Better heuristics.
2247
2248 * ediff-util.el: Move provide to the end.
2249 Break recursive load cycle in eval-when-compile.
2250 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
2251 defuns.
2252 (ediff-submit-report): Pass the values of ediff-diff3-program,
2253 ediff-diff3-options.
2254
2255 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2256
2257 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2258 the opening bracket of the following bracketing pairs: {}, [], (), <>,
2259 `' (for example, in the docstring of `windmove-default-keybindings').
2260
2261 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2262
2263 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2264 shadow face. Don't provide binding to edit variable when it is
2265 out of scope.
2266
2267 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2268 (gdb-var-update-handler): Detect out of scope variables with pre
2269 GDB 6.4 too.
2270 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2271 Reset status of variable objects to nil in update handlers.
2272 (gdb-var-update-handler-1): Detect when a variable object comes
2273 in scope. setcar on var changes gdb-var-list directly.
2274
2275 2006-02-17 Juri Linkov <juri@jurta.org>
2276
2277 * ffap.el (ffap) <defface>: Add explicit face declaration.
2278 (ffap-highlight): Use face `ffap' directly instead of checking
2279 for its existence.
2280
2281 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2282 `visible-ok' of `other-buffer' to find the right original buffer.
2283
2284 * info.el (Info-search): Skip `Local Variables' node.
2285
2286 2006-02-17 Juri Linkov <juri@jurta.org>
2287
2288 * info.el (Info-find-file): Check for symbols `apropos', `history',
2289 `toc' in the input filename, and return these symbols as is.
2290 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2291 `history', `toc' instead of strings.
2292 (Info-set-mode-line): For non-string Info-current-file use the
2293 symbol's name inside **.
2294 (Info-isearch-push-state): Add quote before Info-current-file and
2295 Info-current-node.
2296 (Info-isearch-pop-state): Use `equal' instead of `string='.
2297 (Info-extract-pointer, Info-following-node-name): Use
2298 `match-string-no-properties' instead of `match-string'.
2299 (Info-up): Check `old-file' for `stringp'.
2300 (Info-history): Use `equal' instead of `string-equal'.
2301 Check `file' for `stringp'.
2302 (Info-history): Use symbol `history' instead of string as first arg
2303 of `Info-find-node'.
2304 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2305 `toc' instead of string.
2306 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2307 instead of `buffer-substring', and `match-string-no-properties'
2308 instead of `match-string'.
2309 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2310 instead of strings.
2311 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2312 Use symbol `apropos' instead of string.
2313 (Info-copy-current-node-name): Check `Info-current-file' for
2314 `stringp' and construct a command with `Info-find-node' from it.
2315 (Info-fontify-node): Use `match-string-no-properties' instead of
2316 `match-string' and check file names for `stringp'.
2317 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2318 `history', `toc' instead of strings.
2319
2320 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2321
2322 * files.el: Rearrange functions and variables in the file local
2323 variables section.
2324
2325 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2326
2327 * files.el: Add truncate-lines, ispell-check-comments and
2328 ispell-local-dictionary as safe local variables.
2329
2330 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2331
2332 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2333 out of scope variables.
2334 (gud-speedbar-buttons): Use unless.
2335
2336 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2337 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2338 (gdb-show-changed-values): Also use for out of scope variables.
2339 (gdb-var-update-handler-1): Note if variable goes out of scope.
2340
2341 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2342
2343 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2344 default to global variable values for unsupplied args.
2345 (rcirc-get-buffer-create): Fix bug with setting the target.
2346 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2347 test for rcirc-always-use-server-buffer-flag here.
2348 (rcirc-response-formats): Add %N, which is a facified nick. %n
2349 uses the default face. Change the ACTION format string. If the
2350 "nick" is the server, don't print anything for that field.
2351 Comment fixes.
2352 (rcirc-target-buffer): Don't test
2353 rcirc-always-use-server-buffer-flag here.
2354 (rcirc-print): Squeeze extra spaces out of the text before message.
2355 (rcirc-put-nick-channel): Strip potential "@" char from nick
2356 before adding them to nick table.
2357 (rcirc-url-regexp): Improve to match address like "foo.com".
2358
2359 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2360
2361 * allout.el (allout-hidden-p): Move this defsubst before
2362 allout-overlay-interior-modification-handler, where it is first
2363 used.
2364
2365 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2366
2367 * allout.el: Use allout invisible-text overlays instead of
2368 selective display for concealed text. Also, lots of general
2369 cleanup, and improved compatibility code.
2370
2371 (allout-version) Incremented, corrected, revised, and refined
2372 module commentary.
2373
2374 (provide 'allout): Moved to the bottom, added a require of overlay.
2375
2376 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2377 `except-current'.
2378 (allout-write-file-hook-handler): Minimize delay.
2379 (count-trailing-whitespace-region): New function so
2380 auto-encryption of current topic can resituate cursor exactly.
2381 PGP/GPG encryption trims trailing whitespace from lines, which
2382 must be accounted for across encryption then decryption.
2383
2384 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2385 just plain "\C-c", to avoid intruding on user's keybinding space.
2386
2387 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2388 parameter, so user request to provide a new password is done.
2389
2390 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2391 Refined mechanism for auto-filling behavior while in allout mode.
2392
2393 (allout-mode): Explicitly specify the mode map in the docstring.
2394 Clarify provision for various write-file hook var names.
2395 Adjusted for invisible-text overlays instead of selective-display.
2396
2397 (allout-depth): Really return 0 if not within any topic. This
2398 rectifies `allout-beginning-of-level' and sequence numbering
2399 errors that occur when cutting and pasting numbered topics.
2400 Changed from a in-line subst to a regular function, as well.
2401
2402 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2403
2404 (allout-end-of-subtree, allout-end-of-subtree)
2405 (allout-end-of-entry, allout-end-of-current-heading)
2406 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2407 (allout-show-children, allout-show-to-offshoot)
2408 (allout-hide-current-entry, allout-show-current-entry): Rectified
2409 handling of trailing blank lines between items.
2410
2411 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2412 (allout-current-depth, allout-unprotected, allout-hidden-p)
2413 (allout-on-current-heading-p, allout-listify-exposed)
2414 (allout-chart-subtree, allout-goto-prefix)
2415 (allout-back-to-current-heading, allout-get-body-text)
2416 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2417 (allout-hide-region-body, allout-toggle-subtree-encryption)
2418 (allout-encrypt-string, allout-encrypted-key-info)
2419 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2420 (allout-file-vars-section-data): Adjusted for use with
2421 invisible-text overlays instead of selective-display.
2422
2423 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2424 Reworked for use with invisible text overlays.
2425
2426 (allout-current-topic-collapsed-p): New function.
2427
2428 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2429 to know when to close the containing topic.
2430
2431 (allout-pre-command-business, allout-post-command-business):
2432 Simplify undo-batching and dynamic isearch exposure.
2433
2434 (allout-set-overlay-category): New for invisible-text overlays.
2435 Sets properties of allout-overlay-category, used by
2436 allout-flag-region to set invisible-text overlay properties.
2437 (allout-get-invisibility-overlay): Get the first qualifying
2438 invisibility overlay, so we can find the extent of it.
2439 (allout-back-to-visible-text): Get to just before the beginnining
2440 of the current invisibility overlay, if any.
2441
2442 (allout-overlay-insert-in-front-handler)
2443 (allout-overlay-interior-modification-handler)
2444 (allout-before-change-handler, allout-isearch-end-handler): New
2445 functions to handle extraordinary actions affecting concealed
2446 text.
2447
2448 (allout-flag-region): Use overlays instead of selective-display
2449 for invisible text - by inheritence from the properties of
2450 allout-overlay-category in mainline Emacs, and applied
2451 property-by-property in XEmacs, some recent versions of which
2452 don't inherit the properties from the category. Provisions to
2453 respond to concealed-text edits simplified drastically.
2454
2455 (allout-isearch-rectification, allout-isearch-was-font-lock)
2456 (allout-isearch-expose, allout-enwrap-isearch)
2457 (allout-isearch-abort, allout-pre-was-isearching)
2458 (allout-isearch-prior-pos, allout-isearch-did-quit)
2459 (allout-isearch-dynamic-expose)
2460 (allout-hide-current-entry-completely): Functions deleted.
2461
2462 (allout-undo-aggregation): Explicit undo aggregation no longer
2463 necessary due to transition away from selective-display.
2464
2465 (set-allout-regexp, allout-up-current-level)
2466 (allout-next-visible-heading, allout-forward-current-level)
2467 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2468 (allout-kill-line, allout-yank-processing, allout-show-children)
2469 (allout-expose-topic, allout-old-expose-topic)
2470 (allout-listify-exposed, allout-insert-latex-header)
2471 (allout-toggle-subtree-encryption, allout-encrypt-string)
2472 (remove-from-invisibility-spec, allout-hide-current-subtree):
2473 Ditched unused variables.
2474
2475 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2476
2477 * textmodes/ispell.el (ispell-change-dictionary): Call
2478 ispell-buffer-local-dict instead of
2479 ispell-accept-buffer-local-defs.
2480 (ispell-local-dictionary-alist): Accept as valid any coding-system
2481 supported by Emacs.
2482 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2483 changed to iso-8859-3.
2484
2485 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2486
2487 * speedbar.el (speedbar-frame-width): Make an inline function
2488 instead of a macro. Use frame-width.
2489 (speedbar-try-completion, speedbar-update-contents)
2490 (speedbar-timer-fn): Use consp.
2491 (speedbar-update-localized-contents): Try to preserve point.
2492
2493 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2494 (menu): Re-order menu items.
2495 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2496 field.
2497 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2498 (gdb-post-prompt): Speed things by not forcing update.
2499
2500 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2501
2502 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2503 press and perform default action if we get a mouse movement event.
2504
2505 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2506
2507 * calendar/icalendar.el (icalendar--get-event-property)
2508 (icalendar--get-event-property-attributes): Fix typos in
2509 docstrings.
2510
2511 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2512 docstring.
2513
2514 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2515
2516 * bs.el (bs-mode): Use `buffer-disable-undo'.
2517 (bs--get-file-name): Simplify.
2518 (bs-show-in-buffer): Mark the buffer as not modified.
2519
2520 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2521
2522 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2523 widget-button-click.
2524
2525 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2526 (custom-mode): Update docstring.
2527
2528 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2529 binding.
2530
2531 * files.el (hack-local-variables-confirm): Allow scrolling if the
2532 file variable list is too long. Kill temp buffer after use.
2533
2534 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2535
2536 * progmodes/gud.el (gdb): Improve doc string.
2537 (gdb-script-font-lock-keywords): Expand allowed character set.
2538
2539 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2540 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2541 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2542 (gdb-separate-io-stop, gdb-separate-io-eof):
2543 Rename from gdb-inferior-* to gdb-separate-*.
2544 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2545
2546 2006-02-14 Jay Belanger <belanger@truman.edu>
2547
2548 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2549 expression is a symbol before checking that it is bound.
2550
2551 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2552 test to see if equation can be solved.
2553
2554 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2555
2556 * wid-edit.el (widget-button-click): Use :pressed-face property
2557 for overlay face, if it exists.
2558
2559 * cus-edit.el (custom-manual, custom-add-see-also)
2560 (custom-add-parent-links, custom-group-link): Add :pressed-face
2561 property to links.
2562
2563 * files.el (hack-local-variables): Remove ignored variables before
2564 checking if any variables need setting.
2565
2566 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2567
2568 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2569
2570 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2571
2572 * help.el (where-is): Fix message for remapped commands.
2573
2574 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2575 Fix typos in docstrings.
2576
2577 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2578
2579 * files.el (safe-local-variable-values): New option.
2580 (hack-local-variables-prop-line): Return a list of variable-value
2581 pairs if MODE-ONLY is non-nil.
2582 (hack-local-variables): Construct list of variable-value pairs,
2583 and apply or reject them in one go. Ask for confirmation if
2584 variables are not known safe.
2585 (hack-local-variables-confirm): Complete rewrite. Support
2586 `safe-local-variable-values'.
2587 (enable-local-variables): Update docstring to reflect new
2588 behavior.
2589 (ignored-local-variables): Ignore ignored-local-variables and
2590 safe-local-variable-values.
2591 (safe-local-variable-p): New function.
2592 (risky-local-variable-p): `safe-local-variable' property check
2593 moved to safe-local-variable-p.
2594 (hack-one-local-variable): Checks moved to hack-local-variables.
2595
2596 (byte-compile-dynamic, c-basic-offset, c-file-style)
2597 (c-indent-level, comment-column, fill-column, fill-prefix)
2598 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2599 (no-update-autoloads, outline-regexp, page-delimiter)
2600 (paragraph-start, paragraph-separate, sentence-end)
2601 (sentence-end-double-space tab-width, version-control):
2602 Add `safe-local-variable' property.
2603
2604 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2605
2606 * icomplete.el, play/landmark.el: Change nonexistent
2607 `outline-layout' file variable to `allout-layout'.
2608
2609 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2610
2611 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2612 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2613 to gud-comint-buffer.
2614 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2615 gdb-ui.el for gdb-mi.el.
2616 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2617 registers buffer to gdb-get-changed-registers.
2618 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2619 deletion of catchpoints (throw and catch).
2620 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2621 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2622 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2623 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2624 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2625
2626 2006-02-13 Jay Belanger <belanger@truman.edu>
2627
2628 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2629 expression is a symbol before checking that it is bound.
2630
2631 2006-02-13 Richard M. Stallman <rms@gnu.org>
2632
2633 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2634 for the minibuffer too, but not if resize-mini-windows will interfere.
2635
2636 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2637 inside `interactive' spec.
2638 (describe-key-briefly-internal, describe-key-internal):
2639 Functions merged back into their callers.
2640
2641 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2642
2643 * info.el (info-xref-visited): Inherit from info-xref too.
2644 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2645 when propertizing Info-current-file and Info-current-node.
2646
2647 2006-02-13 Juri Linkov <juri@jurta.org>
2648
2649 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2650 (tumme-thumb-name): Fix per-directory format.
2651
2652 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2653
2654 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2655
2656 2006-02-12 Miles Bader <miles@gnu.org>
2657
2658 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2659
2660 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2661
2662 * tumme.el: Remove history section. If someone needs the it, it
2663 can always be found in CVS.
2664
2665 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2666
2667 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2668 about the Thumbnail Managing Standard option.
2669
2670 2006-02-12 Richard M. Stallman <rms@gnu.org>
2671
2672 * subr.el (substitute-key-definition): Doc fix.
2673
2674 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2675
2676 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2677
2678 * info.el (Info-mode): Doc fix.
2679
2680 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2681
2682 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2683
2684 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2685 because on Solaris a POSIX compatible "id" is needed. Reported by
2686 Magnus Henoch <mange@freemail.hu>.
2687
2688 2006-02-12 Juri Linkov <juri@jurta.org>
2689
2690 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2691 (tumme) <defgroup>: Change :group to `multimedia'.
2692 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2693 Managing Standard.
2694 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2695 Fix dostring.
2696 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2697 and %y. Fix docstring.
2698 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2699 (tumme-cmd-create-standard-thumbnail-command): New user options.
2700 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2701 is `standard'. Fix docstring.
2702 (tumme-thumb-width, tumme-thumb-height): New user options.
2703 (tumme-external-viewer): Try to find various viewers.
2704 (tumme-get-thumbnail-image): Use `create-image' instead of
2705 constructing the `image' structure.
2706 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2707 `standard'.
2708 (tumme-thumb-name): Add file name generation for standard storage.
2709 Simplify code for other storages.
2710 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2711 Add modification time %m and thumbnail-nq8 %q.
2712 Use `tumme-cmd-create-standard-thumbnail-command' if
2713 tumme-thumbnail-storage is `standard'.
2714 (tumme-dired-insert-marked-thumbs): New autoload command.
2715 (tumme-dired-after-readin-hook): New function.
2716 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2717 `tumme-thumb-size'.
2718 (tumme-display-image): Replace size-x %x and size-y %y with
2719 width %w and height %h.
2720
2721 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2722 `tumme-dired-insert-marked-thumbs'.
2723
2724 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2725
2726 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2727 include path).
2728 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2729 matching tag.
2730
2731 2006-02-12 Miles Bader <miles@gnu.org>
2732
2733 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2734 New variables.
2735 (rcirc-abbrev-nick): New function.
2736 (rcirc-format-response-string): Rewrite to use the formats in
2737 `rcirc-response-formats' and expand escape sequences therein.
2738 A text-property `rcirc-text' is added over the actual response
2739 text to make easy to find inside the returned string.
2740 (rcirc-print): When filling, just look for the `rcirc-text'
2741 text-property to find the appropriate fill prefix, instead of
2742 using hardwired patterns.
2743
2744 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2745
2746 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2747 Managing Standard.
2748
2749 2006-02-11 Kim F. Storm <storm@cua.dk>
2750
2751 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2752 Don't use insert-buffer; do insert-buffer-substring directly.
2753 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2754
2755 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2756
2757 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2758 with inhibit-read-only. Suggested by Stefan Monnier.
2759 (revert-buffer): Let insert-file-contents discard
2760 buffer-undo-list. Simplify code.
2761 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2762
2763 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2764
2765 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2766
2767 * help.el (describe-key-briefly): Now a wrapper for
2768 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2769 to t. Populate yank-menu if empty.
2770 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2771 (describe-key): Now a wrapper for describe-key-internal. Bind
2772 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2773 (describe-key-internal): Renamed from describe-key.
2774
2775 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2776
2777 * progmodes/glasses.el (glasses-separator): Doc fix.
2778 (glasses-original-separator): New defcustom.
2779 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2780
2781 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2782
2783 * mwheel.el (mouse-wheel-up-event): Doc fix.
2784
2785 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2786
2787 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2788 (tumme-dir): New function. Copied from thumbs.el.
2789
2790 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2791
2792 * desktop.el (desktop-outvar): Fix typo.
2793 (desktop-save-buffer-p): Doc fix.
2794
2795 * subr.el (substitute-key-definition): Fix typo.
2796
2797 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2798
2799 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2800 when window-system is mac.
2801
2802 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2803
2804 2006-02-10 Kim F. Storm <storm@cua.dk>
2805
2806 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2807 indirect-function instead of using condition-case.
2808
2809 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2810
2811 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2812 less `colloquial'...
2813
2814 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2815
2816 * tumme.el: Add a couple of todo items.
2817
2818 2006-02-09 Lars Hansen <larsh@soem.dk>
2819
2820 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2821 (highlight-changes-mode): Don't change desktop-locals-to-save.
2822
2823 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2824
2825 * image-mode.el (image-toggle-display): Clear image cache if using
2826 filename.
2827
2828 2006-02-09 Masatake YAMATO <jet@gyve.org>
2829
2830 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2831 a `dired-man' target.
2832
2833 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2834 boundary of symbols.
2835
2836 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2837
2838 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2839
2840 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2841
2842 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2843 `mapcar'; return nil.
2844
2845 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2846
2847 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2848 some other event.
2849
2850 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2851
2852 * net/rcirc.el (rcirc-startup-channels-alist):
2853 Add irc.freenode.net and #emacs as defaults.
2854 (rcirc-ignore-all-activity-flag): Remove variable.
2855 (rcirc-authinfo): New variable.
2856 (rcirc-authinfo-filename): Remove variable.
2857 (rcirc-always-use-server-buffer-flag): New flag.
2858 (rcirc): M-x rcirc will automatically connect without prompting.
2859 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2860 connection in lisp.
2861 (rcirc-process-server-response-1): Remove everything but the nick
2862 portion of the sender so it doesn't need to be done everywhere
2863 else. Update related code.
2864 (global-map): Remove global keybindings.
2865 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2866 (rcirc-send-input): Split into several functions.
2867 (rcirc-process-input-line, rcirc-process-message)
2868 (rcirc-process-command): New functions.
2869 (rcirc-target-buffer): New function to determine where to route
2870 messages.
2871 (rcirc-user-nick): Save match data.
2872 (rcirc-toggle-ignore-buffer-activity)
2873 (rcirc-update-activity-string): Remove global ignore functionality,
2874 which can be done now by toggling rcirc-track-minor-mode.
2875 (rcirc-track-minor-mode-map): New keymap.
2876 (rcirc-track-minor-mode): New minor-mode.
2877 (ignore): Make the ignore output nicer. Always print it when
2878 adding or removing nicks.
2879 (rcirc-url-regexp): Improve.
2880 (rcirc-mangle-text): Remove properties before using text in the
2881 modeline.
2882 (rcirc-authenticate): Authentication data comes from
2883 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2884 (rcirc-server-prefix): Inherit from rcirc-server.
2885
2886 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2887
2888 * Makefile.in (compile): Append "|| true" to the end of the `find'
2889 command, like compile-always does.
2890
2891 2006-02-08 Sam Steingold <sds@gnu.org>
2892
2893 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2894 output from a dead connection.
2895
2896 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2897
2898 * dired.el (dired-mode-map): Add more bindings for tumme.
2899
2900 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2901
2902 * wdired.el (wdired-mode-map): Use remap.
2903 (wdired-get-filename): Massage.
2904 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2905 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2906 `keymap' property rather than `local-map'.
2907
2908 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2909
2910 * tumme.el (tumme-get-thumbnail-image): New utility function.
2911 Suggested by from Chong Yidong.
2912 (tumme-dired-with-window-configuration): Rename from
2913 `tumme-dired'. Add code to save window configuration.
2914 (tumme-restore-window-configuration): New command to restore the
2915 window configuration that `tumme-dired-with-window-configuration'
2916 saves before it changes the window configuration.
2917 (tumme-show-all-from-dir): New command to display thumbnails for
2918 all files in a directory entered by the user, like M-x thumbs.
2919 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2920 have been created.
2921 (tumme-display-thumbnail-original-image): Call `display-buffer'.
2922 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2923 Remove obsolete test function.
2924
2925 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
2926
2927 * vc.el (small-temporary-file-directory): Remove defvar; there's
2928 a defcustom for it in files.el.
2929
2930 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2931 Fix typo in message.
2932 (tumme-gallery-generate): Fix typo in `error' message.
2933 (tumme-display-window-height-correction)
2934 (tumme-display-window-width-correction, tumme-line-up-dynamic)
2935 (tumme-line-up-interactive): Dox fixes.
2936 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2937 (tumme-restore-window-configuration, tumme-format-properties-string)
2938 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2939 Fix typos in docstrings.
2940
2941 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2942
2943 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2944
2945 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
2946
2947 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2948 User should use hook if desired.
2949
2950 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2951 buffer if necessary.
2952 (gdb-delete-frame-or-window): New function.
2953 (gdb-breakpoints-mode-map): Bind "q" to it.
2954
2955 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2956
2957 * textmodes/nroff-mode.el: Clean up name space.
2958 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2959 (nroff-mode): Obey the global setting of nroff-electric-mode.
2960 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2961
2962 * calendar/calendar.el (calendar-increment-month): Typo in last change.
2963
2964 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
2965
2966 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2967
2968 2006-02-06 Lars Hansen <larsh@soem.dk>
2969
2970 * generic-x.el (etc-fstab-generic-mode): Add file system types
2971 cifs and usbdevfs. Allow special chars in file names.
2972
2973 2006-02-05 Jay Belanger <belanger@truman.edu>
2974
2975 Update copyright notices of the files in lisp/calc.
2976
2977 2006-02-05 Romain Francoise <romain@orebokech.com>
2978
2979 Update copyright notices of all files in the lisp/play directory.
2980
2981 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
2982
2983 * ldefs-boot.el: Regenerate.
2984
2985 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2986
2987 2006-02-05 Kim F. Storm <storm@cua.dk>
2988
2989 * files.el (magic-mode-regexp-match-limit): New defvar.
2990 (set-auto-mode): Use it to limit magic-mode-alist matching.
2991
2992 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
2993
2994 * simple.el (display-message-or-buffer): Compare the number of
2995 characters to the frame width when determining whether a 1-line
2996 message string will fit in the echo area. Count screen lines
2997 instead of buffer lines when determining whether a multi-line
2998 message will fit in the echo area/minibuffer window.
2999
3000 2006-02-04 Eli Zaretskii <eliz@gnu.org>
3001
3002 * info.el (Info-index, Info-mode): Improve the description of the
3003 `i' command.
3004
3005 * ldefs-boot.el: Regenerate.
3006
3007 2006-02-03 Werner Lemberg <wl@gnu.org>
3008
3009 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
3010 greedy to find the closing bracket in \*[...] and similar
3011 expressions. This is a first rough fix -- many additional
3012 refinements are necessary to make nroff mode really usable with groff.
3013
3014 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
3015
3016 * international/mule-cmds.el (set-locale-environment):
3017 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
3018 libX11.
3019
3020 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
3021
3022 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
3023 archive are created in archive-tmpdir.
3024
3025 2006-02-02 John Paul Wallington <jpw@pobox.com>
3026
3027 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
3028 (ibuffer-fontification-alist): Use it.
3029 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
3030 to "* z" and the Ibuffer Mark menu.
3031
3032 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
3033
3034 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3035
3036 * textmodes/table.el (*table--cell-describe-mode)
3037 (*table--cell-describe-bindings): Undo last change since
3038 print-help-return-message is not obsoleted by anything at all.
3039
3040 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
3041
3042 * emulation/cua-base.el (cua-mode): Doc fix.
3043
3044 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
3045
3046 * dframe.el (dframe-handle-make-frame-visible)
3047 (dframe-handle-iconify-frame, dframe-get-focus)
3048 (dframe-select-attached-frame, dframe-power-click)
3049 (dframe-frame-mode): Fix typos in docstrings.
3050
3051 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
3052 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
3053 Fix typos in docstrings.
3054
3055 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
3056 (hi-lock-face-buffer, hi-lock-font-lock-hook)
3057 (hi-lock-archaic-interface-message-used)
3058 (hi-lock-file-patterns-range): Fix typos in docstrings.
3059
3060 * savehist.el (savehist-loaded, savehist-load, savehist-install)
3061 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
3062
3063 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
3064 Fix typo in docstring.
3065
3066 * net/newsticker.el (newsticker--decode-iso8601-date)
3067 (newsticker--set-customvar, newsticker--buffer-insert-item)
3068 (newsticker--do-run-auto-mark-filter)
3069 (newsticker--parse-generic-feed): Doc fixes.
3070 (newsticker--retrieval-timer-list, newsticker-url-list)
3071 (newsticker-hide-immortal-items-in-echo-area)
3072 (newsticker-hide-obsolete-items-in-echo-area)
3073 (newsticker-new-item-face, newsticker--enclosure)
3074 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
3075 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
3076 (newsticker--parse-generic-feed, newsticker--cache-contains)
3077 (newsticker--stat-num-items, newsticker-download-enclosures):
3078 Fix typos in docstrings.
3079
3080 * net/rcirc.el (rcirc-debug): Doc fix.
3081 (rcirc-fill-column, rcirc-receive-message-hooks)
3082 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
3083 (rcirc-mode, rcirc-generate-new-buffer-name)
3084 (rcirc-startup-channels, rcirc-ignore-update-automatic)
3085 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
3086 Fix typos in docstrings.
3087 (rcirc-print): "?\ " -> "?\s".
3088 (rcirc-cmd-join): Improve argument/docstring consistency.
3089
3090 2006-02-01 Mark A. Hershberger <mah@everybody.org>
3091
3092 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
3093 before narrow-to-region.
3094
3095 2006-02-01 Richard M. Stallman <rms@gnu.org>
3096
3097 * simple.el (move-beginning-of-line): Scan properly for invis change.
3098
3099 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
3100
3101 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
3102
3103 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
3104 change bit only when id-format is 'integer. Reported by Matt
3105 Hodges <M.P.Hodges@rl.ac.uk>.
3106
3107 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
3108
3109 * hilit-chg.el (highlight-changes-initial-state)
3110 (highlight-changes-global-initial-state): Doc fixes.
3111 (highlight-changes-global-modes, global-highlight-changes):
3112 Fix typos in docstrings.
3113
3114 2006-02-01 Kim F. Storm <storm@cua.dk>
3115
3116 * emulation/cua-base.el (cua-mode): Mention that CUA enables
3117 transient-mark-mode in doc string.
3118
3119 2006-01-31 Richard M. Stallman <rms@gnu.org>
3120
3121 * replace.el (multi-occur): Doc fix.
3122 (multi-occur-in-matching-buffers): Rename from
3123 multi-occur-by-filename-regexp. Prefix arg says match
3124 buffer names instead of file names.
3125
3126 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
3127
3128 * bs.el: Allow non-default values of `bs-header-lines-length'.
3129 (bs--running-in-xemacs): Remove (not needed anymore).
3130 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
3131 instead of `shrink-window', thus avoiding having to compute the
3132 height of the window.
3133 (bs--up): Wrap around even when there's no header.
3134 (bs--down): Use `forward-line' instead of `next-line'.
3135
3136 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
3137
3138 * image-mode.el (image-toggle-display): Use file name if possible,
3139 instead of unnecessarily allocating a (possibly huge) lisp string.
3140
3141 2006-01-30 John Paul Wallington <jpw@pobox.com>
3142
3143 * subr.el (toplevel): Define `cl-assertion-failed' condition here
3144 because the `assert' macro signals it at runtime.
3145
3146 * emacs-lisp/cl.el (toplevel): Remove definition of
3147 `cl-assertion-failed' condition.
3148
3149 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
3150
3151 * thumbs.el (thumbs-marked-list): Make buffer-local and
3152 permanent-local.
3153 (thumbs-insert-thumb): Make help-echo non-sticky.
3154 (thumbs-file-alist): Use eolp as check for (non)-image.
3155
3156 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
3157
3158 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
3159 (ediff-before-session-group-setup-hooks)
3160 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
3161 Fix typos in docstrings.
3162
3163 * window.el (bw-dir, bw-eqdir, balance-windows)
3164 (split-window-keep-point): Fix typos in docstrings.
3165
3166 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
3167 (org-quote-string, org-calendar-to-agenda-key)
3168 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
3169 (org-show-following-heading, org-tags-column)
3170 (org-use-tag-inheritance, org, org-allow-space-in-links)
3171 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
3172 (org-enable-table-editor, org-calc-default-modes)
3173 (org-table-allow-automatic-line-recalculation)
3174 (org-export-html-style, org-export-with-fixed-width)
3175 (org-export-with-sub-superscripts, org-special-keyword)
3176 (org-formula, org-time-grid, org-table-may-need-update)
3177 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
3178 (org-goto-quit, org-get-indentation, org-end-of-item)
3179 (org-move-item-down, org-move-item-up)
3180 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
3181 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
3182 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
3183 (org-agenda-log-mode, org-agenda-toggle-diary)
3184 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
3185 (org-agenda-file-to-end, org-agenda-no-heading-message)
3186 (org-agenda-get-closed, org-format-agenda-item)
3187 (org-cmp-priority, org-cmp-category, org-cmp-time)
3188 (org-agenda-change-all-lines, org-agenda-diary-entry)
3189 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
3190 (org-link-search, org-camel-to-words, org-open-file)
3191 (org-remember-handler, org-table-convert-region)
3192 (org-table-move-row-down, org-table-move-row-up)
3193 (org-table-copy-region, org-table-wrap-region)
3194 (org-table-toggle-vline-visibility)
3195 (org-table-get-vertical-vector, org-table-modify-formulas)
3196 (org-table-get-specials, org-recalc-commands)
3197 (org-table-rotate-recalc-marks, org-table-eval-formula)
3198 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
3199 (org-level-color-stars-only, org-insert-heading):
3200 Fix typos in docstrings.
3201 (last-arg): Add defvar.
3202
3203 * makefile.w32-in (WINS): Add erc.
3204 (MH_E_SRC): Update (copied from lisp/Makefile.in).
3205
3206 2006-01-29 Bill Wohler <wohler@newt.com>
3207
3208 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
3209 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
3210 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
3211 (mh-autoloads): Don't use comments on otherwise empty lines.
3212
3213 2006-01-29 Edward O'Connor <ted@oconnor.cx>
3214
3215 * emulation/viper.el (viper-major-mode-modifier-list): Add
3216 insert-state and vi-state entries for erc-mode.
3217 (viper-go-away, viper-set-hooks): Add and remove
3218 viper-comint-mode-hook from erc-mode-hook as appropriate.
3219
3220 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
3221
3222 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
3223
3224 * bs.el (bs--format-aux): Implement `middle' alignment as
3225 described in the docstring for `bs-attributes-list'.
3226 (bs--get-name): Simplify. Don't pad the buffer name.
3227
3228 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
3229
3230 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
3231 English aspell dictionary is installed, use the first entry of
3232 ispell-dictionary-alist-1.
3233
3234 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
3235
3236 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3237 Doc fix.
3238
3239 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
3240
3241 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3242 for `process-file', in order to let it work for older Emacsen too.
3243
3244 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3245
3246 * international/latexenc.el: Add a suitable `coding:' tag.
3247 (latexenc-find-file-coding-system): Undo last change.
3248
3249 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3250
3251 * international/latexenc.el (latexenc-find-file-coding-system):
3252 Make sure latexenc-main-file is a regular file and is readable.
3253
3254 2006-01-27 Andre Spiegel <spiegel@gnu.org>
3255
3256 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3257 Pass FILE to vc-user-login-name.
3258
3259 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3260
3261 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
3262
3263 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3264 there are no more images to display.
3265 (thumbs-mark, thumbs-unmark): Revert change so that they move to
3266 the next image.
3267
3268 2006-01-26 Richard M. Stallman <rms@gnu.org>
3269
3270 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3271
3272 * wid-edit.el (advertised-widget-backward): New alias.
3273 (widget-keymap): Use advertised-widget-backward for S-TAB.
3274
3275 * tumme.el: Correct the keywords.
3276 (tumme-dir-max-size): Use defvar.
3277 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3278
3279 * simple.el (move-beginning-of-line): Take account of fields.
3280 (clone-indirect-buffer-other-window): Take args like
3281 clone-indirect-buffer, and work like it.
3282
3283 * help-fns.el (describe-function): Don't pass `nil' as default.
3284
3285 * files.el (risky-local-variable-p): Follow var aliases.
3286
3287 * subr.el (lazy-completion-table): Doc fix.
3288
3289 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3290 global binding of `line'.
3291
3292 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3293
3294 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3295 Tramp.
3296
3297 * vc.el (vc-default-dired-state-info): Pass FILE to
3298 vc-user-login-name.
3299 (vc-default-update-changelog): Don't use vc-user-login-name, we
3300 don't need it here.
3301
3302 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3303 no longer necessary.
3304
3305 2006-01-25 Kenichi Handa <handa@m17n.org>
3306
3307 * international/mule.el (decode-char): Avoid the overhead of
3308 calling utf-lookup-subst-table-for-decode if
3309 utf-translate-cjk-mode is nil.
3310 (encode-char): Avoid the overhead of calling
3311 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3312 nil.
3313
3314 2006-01-22 Kenichi Handa <handa@m17n.org>
3315
3316 * international/mule.el (make-subsidiary-coding-system): Reset
3317 `coding-system-define-form' property of subsidiaries to nil.
3318 Avoid duplicated entry in coding-system-alist.
3319 (make-coding-system): Avoid duplicated entry in
3320 coding-system-alist.
3321 (define-coding-system-alias): Likewise.
3322
3323 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3324
3325 * completion.el: Minor fixes in introductory comment.
3326 (completion-def-wrapper): Fix alist.
3327
3328 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3329
3330 * thumbs.el (thumbs-new-image-size): New function.
3331 (thumbs-increment-image-size-element)
3332 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3333 (thumbs-decrement-image-size): Delete.
3334 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3335 temp files and use to resize.
3336 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3337 Use increment argument to enlarge/shrink. Preserve point.
3338 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3339 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3340 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3341 (thumbs-mark, thumbs-unmark): Preserve point.
3342 (thumbs-modify-image): Keep old temp files and use to modify.
3343 Cleanup old temp files at load time. Preserve point.
3344 (thumbs-view-image-mode-map): Use new command names.
3345
3346 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3347
3348 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3349
3350 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3351 the nastiest part of the cyclic dependency.
3352 (cal-menu-update): Use dotimes and calendar-increment-month.
3353
3354 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3355 (calendar-week-start-day): Add an :initializer.
3356 (calendar-mode-map): Use suppress-keymap, and command remapping.
3357 (describe-calendar-mode): Setup xref-stack info for the back button.
3358 (calendar-star-date): Insert before delete.
3359 (calendar-set-mode-line): Add file-modified info if applicable.
3360 (calendar-increment-month): New function.
3361
3362 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3363
3364 * font-lock.el (lisp-font-lock-keywords-2):
3365 Recognize "& keywords" only at word boundaries.
3366
3367 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3368
3369 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3370 and permanent-local.
3371 (thumbs-max-image-number): New variable.
3372 (thumbs-do-thumbs-insertion): Use them.
3373 (thumbs-per-line): Change default to 4.
3374 (thumbs-marked-list): Rename from thumbs-markedL.
3375 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3376 (thumbs-rename-images): Use -list instead of L for internal variables.
3377 (thumbs-call-convert): Use call-process instead of shell-command.
3378 (thumbs-insert-thumb): Add filename as help-echo to each image.
3379 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3380 Give dir to thumbs-show-thumbs-list.
3381 (thumbs-show-thumbs-list): Set default-directory to that of images.
3382 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3383 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3384 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3385 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3386
3387 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3388
3389 * ses.el (ses-read-cell): Provide a default value.
3390
3391 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3392
3393 * term/w32-win.el (image-library-alist): Add additional names for
3394 GIF library.
3395
3396 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3397
3398 * international/latexenc.el (latexenc-find-file-coding-system):
3399 Add file-regular-p check.
3400
3401 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3402
3403 * simple.el (clone-buffer): Don't show the new buffer in the same
3404 window.
3405
3406 2006-01-23 Juri Linkov <juri@jurta.org>
3407
3408 * faces.el (link, link-visited): New faces based on default values
3409 of `info-xref' and `info-xref-visited'.
3410
3411 * info.el (info-xref): Inherit from `link'.
3412 (info-xref-visited): Inherit from `link-visited'.
3413
3414 * cus-edit.el (custom-buffer-create-internal): Use widget type
3415 `custom-manual' instead of `info-link' and don't set properties
3416 `button-face' and `mouse-face' explicitly.
3417 (custom-browse-group-tag, custom-browse-variable-tag)
3418 (custom-browse-face-tag): Inherit from widget class
3419 `custom-group-link' instead of `push-button'.
3420 (custom-button-unraised): Inherit from `underline' face.
3421 (custom-link): Inherit from `link' face. Fix doc and group.
3422 (custom-add-parent-links, custom-group-value-create): Don't set
3423 properties `button-face' and `mouse-face' explicitly for
3424 `custom-group-link' widget.
3425 (custom-group-link): Add properties `button-face' and `mouse-face'
3426 to widget definition.
3427 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3428 editable-field's :keymap property.
3429 (custom-mode): Fix docstring: substitute keybindings for
3430 `widget-forward' and `widget-backward' from `widget-keymap',
3431 `widget-complete' from `custom-field-keymap', replace old
3432 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3433
3434 * desktop.el (desktop-load-file): Check for `fboundp' before
3435 calling `symbol-function'.
3436
3437 * simple.el (clone-buffer, clone-indirect-buffer)
3438 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3439 `read-string'. Fix prompts.
3440
3441 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3442
3443 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3444
3445 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3446
3447 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3448
3449 * startup.el (inhibit-splash-screen, initial-scratch-message):
3450 Doc fixes.
3451
3452 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3453
3454 Sync with Tramp 2.0.52.
3455
3456 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3457 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3458 `tramp-unload-tramp' for checklist.
3459
3460 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3461 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3462 (tramp-unload-file-name-handler-alist)
3463 (tramp-unload-tramp): New defuns.
3464 (tramp-advice-PC-expand-many-files): New defadvice.
3465 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3466 removed.
3467 (tramp-handle-expand-file-name): Remove double slash.
3468 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3469 It doesn't matter, because it will be converted later on.
3470 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3471 implementation was just heuristic.
3472 (tramp-post-connection): Set uid and gid properties.
3473 (tramp-convert-file-attributes): Set file's gid change bit.
3474 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3475 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3476 in case of su(do)? methods. The home directory of the local user
3477 will be taken else.
3478 (tramp-open-connection-telnet)
3479 (tramp-open-connection-rsh, tramp-open-connection-su)
3480 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3481 local shell prompt could hurt. Reported by Romain Francoise
3482 <romain@orebokech.com>.
3483 (tramp-let-maybe): Add `edebug-form-spec' property.
3484 (tramp-handle-expand-file-name): Bind `default-directory' locally
3485 to "/" in order to avoid problems with UNC shares or Cygwin
3486 mounts.
3487 (tramp-md5-function): Fix typo in error message.
3488
3489 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3490
3491 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3492 for byte-compiler pacification.
3493
3494 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3495
3496 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3497 ID-FORMAT `string'. This allows us to get rid of
3498 `vc-user-login-name UID'.
3499
3500 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3501
3502 2006-01-22 John Paul Wallington <jpw@pobox.com>
3503
3504 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3505
3506 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3507
3508 * emacs-lisp/find-func.el (find-definition-noselect)
3509 (find-variable-noselect): Search variables in C source code too.
3510 (find-function-C-source, find-function-noselect, find-function)
3511 (find-function-other-frame, find-variable-noselect, find-variable)
3512 (find-variable-other-frame, find-variable-at-point):
3513 Fix docstrings.
3514
3515 2006-01-21 Francesco Potorti` <pot@gnu.org>
3516
3517 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3518
3519 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3520
3521 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3522 Default to disabling the "Save affix" question.
3523
3524 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3525
3526 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3527 the first arg to run-python.
3528
3529 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3530
3531 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3532 is not loaded.
3533
3534 2006-01-20 Jay Belanger <belanger@truman.edu>
3535
3536 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3537 limit is 0.
3538
3539 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3540 the correct variable.
3541
3542 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3543
3544 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3545 link. Fixed buggy argument sequence in call to `org-view-tags'.
3546 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3547 (org-prefix-has-tag): New variable.
3548 (org-format-agenda-item): Remove tags from headline if
3549 appropriate.
3550 (org-agenda-remove-tags-when-in-prefix): New option.
3551 (org-get-tags-at): New function.
3552
3553 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3554
3555 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3556 (thumbs-find-image): Move image name and number from buffer name
3557 to mode name. Set thumbs-buffer. Preserve point so that large
3558 images remain visible.
3559 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3560 order.
3561 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3562 mode name.
3563 (thumbs-next-image, thumbs-previous-image): Make them work.
3564
3565 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3566
3567 * cus-edit.el (custom-buffer-create-internal): State in the text above
3568 the whole buffer buttons that they do not operate on hidden items.
3569 (custom-face-menu): Use `custom-face-save' instead of
3570 `custom-face-save-command'.
3571 (custom-face-save-command): Make it an alias for `custom-face-save'
3572 and declare it obsolete.
3573 (custom-face-save): Doc fix.
3574
3575 * dired.el (dired-no-confirm): Add quote.
3576 (dired-subdir-alist-pre-R): Add quote in
3577 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3578
3579 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3580
3581 * textmodes/table.el (table-mode-indicator): Typo in last change.
3582
3583 2006-01-19 Richard M. Stallman <rms@gnu.org>
3584
3585 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3586 Fixes bug reported in Nov 2005.
3587
3588 * isearch.el (isearch-forward): Doc fix.
3589
3590 * dired.el (dired-move-to-filename-regexp): Define as alias.
3591 (dired-no-confirm): Use defcustom.
3592 (dired-subdir-alist-pre-R): Put defvar at top level.
3593
3594 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3595
3596 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3597 Mark as risky.
3598
3599 * simple.el (set-mark-command): Doc fix.
3600 (clone-indirect-buffer-other-window):
3601 Read arg like clone-indirect-buffer.
3602 (move-beginning-of-line): Skip invisible newlines.
3603
3604 2006-01-19 Masatake YAMATO <jet@gyve.org>
3605
3606 * progmodes/cpp.el (cpp-edit-load): Make the order of
3607 listed conditions in a base C code buffer and its associate
3608 CPP Edit buffer the same.
3609
3610 2006-01-19 Kenichi Handa <handa@m17n.org>
3611
3612 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3613 (rmail-mime-feature): Likewise.
3614 (rmail-require-mime-maybe): Use display-warning to show a warning
3615 message.
3616
3617 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3618 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3619
3620 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3621
3622 * array.el: Move defvars out of eval-when-compile.
3623 (array-make-template): Replace undeclared global var with a local one.
3624 (array-mode): Inline initialization functions.
3625 (array-init-local-variables, array-init-max-row)
3626 (array-init-max-column, array-init-columns-per-line)
3627 (array-init-field-width, array-init-rows-numbered)
3628 (array-init-line-length, array-init-lines-per-row): Remove.
3629
3630 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3631 (doc-mode-map): Define explicitly.
3632 (doctor-txtype): Use mapc.
3633
3634 * textmodes/table.el: Move defvars out of eval-when-compile.
3635 Remove harmful code meant to avoid byte-compiler warnings.
3636 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3637 specification that checks table-fixed-width-mode directly.
3638 (table-recognize-region, table-recognize-cell):
3639 Use restore-buffer-modified-p.
3640 (table-fixed-width-mode): Remove code that refreshes
3641 table-fixed-mode-indicator.
3642 (*table--cell-describe-bindings, *table--cell-describe-mode):
3643 Avoid obsolete name print-help-return-message.
3644 (table--test-cell-list): Don't use replace-regexp from elisp.
3645 (table--point-entered-cell-function, table--point-left-cell-function):
3646 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3647
3648 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3649 that was after the end of file. Use buffer-file-name variable.
3650 (org-timestamp-change): Use with-current-buffer.
3651 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3652 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3653 `file'.
3654
3655 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3656 (fortran-break-line): Remove unused var `opoint'.
3657 (fortran-abbrev-start): Obey help-event-list.
3658
3659 2006-01-18 Jesper Harder <harder@phys.au.dk>
3660
3661 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3662
3663 2006-01-18 Masatake YAMATO <jet@gyve.org>
3664
3665 * progmodes/make-mode.el (makefile-imake-mode): New mode
3666 derived from makefile-mode.
3667 (makefile-imake-mode-syntax-table): New syntax table
3668 derived from makefile-mode-syntax-table.
3669 (makefile-mode): Write about makefile-imake-mode in doc string.
3670 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3671 (makefile-imake-font-lock-keywords): New font lock keywords.
3672
3673 * files.el (auto-mode-alist): Add Imakefile.
3674
3675 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3676
3677 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3678 loading the file rather than when turning on flyspell-mode.
3679
3680 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3681
3682 * cus-edit.el (customize-rogue): Minor doc fix.
3683
3684 2006-01-17 Juri Linkov <juri@jurta.org>
3685
3686 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3687 instead of the file at the mark as default if the file at the mark
3688 is the same as the file at point or if dired-dwim-target-directory
3689 is not the same as the current directory and the mark is not active.
3690
3691 * log-view.el (log-view-minor-wrap): Use the same logic to get
3692 revisions as `log-view-diff'.
3693
3694 * info.el (Info-revert-find-node): Check for Info-current-file
3695 before preserving new-history.
3696
3697 * man.el (Man-heading-regexp): Add `/'.
3698
3699 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3700 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3701
3702 2006-01-16 Juri Linkov <juri@jurta.org>
3703
3704 * faces.el (mode-line-faces): New defgroup.
3705 (mode-line-highlight): Move definition after new defgroup.
3706 (mode-line, mode-line-inactive, mode-line-highlight):
3707 Replace :group `modeline' with `mode-line-faces'.
3708 (mode-line-buffer-id): New face.
3709 (modeline-buffer-id): New face alias.
3710 (vertical-border): Remove :group `modeline'.
3711
3712 * bindings.el (propertized-buffer-identification): Use face
3713 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3714 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3715 (mode-line-buffer-identification-keymap): For mouse-1 replace
3716 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3717 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3718 mouse-3.
3719
3720 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3721 Buffer-menu-buffer. Doc fix.
3722 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3723 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3724 `Buffer-menu-buffer'.
3725
3726 * info.el (Info-mode-line-node-keymap): New defvar.
3727 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3728 Propertize Info-current-node with `mode-line-buffer-id' and
3729 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3730
3731 * time.el (display-time-mail-face): Replace :group `faces' with
3732 `mode-line-faces'.
3733
3734 2006-01-16 Kenichi Handa <handa@m17n.org>
3735
3736 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3737
3738 * language/european.el (cp1252): New alias for windows-1252.
3739
3740 * international/mule.el (autoload-coding-system): Prepare for EOL
3741 variants.
3742
3743 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3744
3745 * term.el (term-raw-map): Add mapping for insert.
3746 (term-send-insert): New.
3747 (term-mode): Make variables local here instead of doing it in
3748 `term-emulate-terminal'.
3749 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3750 Scroll reverse needs to take into account the scroll region.
3751 Saving and restoring the cursor should save the color attributes too.
3752 (term-reset-terminal): Reset the scroll region.
3753 (term-handle-ansi-escape): Cursor up and down should take into
3754 account the scroll region.
3755 (term-set-scroll-region): Rename from `term-scroll-region'.
3756 Move to 0,0 after setting the region.
3757 (term-handle-scroll): Handle scroll up.
3758 (term-down): Fix off by one error.
3759 (term-delete-lines): Do not delete outside the scroll region.
3760 (term-insert-lines): Take into account the scroll region.
3761
3762 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3763
3764 * textmodes/ispell.el (ispell-internal-change-dictionary)
3765 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3766 (start, end): Move declaration outside of eval-when-compile.
3767
3768 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3769 (flyspell-mode-on): Use it.
3770
3771 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3772 ispell-kill-ispell-hook.
3773
3774 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3775
3776 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3777 (Custom-reset-saved): Do not ask for confirmation in single option
3778 buffers.
3779
3780 2006-01-13 Richard M. Stallman <rms@gnu.org>
3781
3782 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3783
3784 2006-01-13 Romain Francoise <romain@orebokech.com>
3785
3786 * add-log.el (add-change-log-entry, change-log-merge):
3787 Conditionally use `hard-newline'.
3788
3789 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
3790
3791 * wid-edit.el (widget-field-end): If the overlay is no longer
3792 associated with a buffer, behave as if the overlay didn't exist.
3793
3794 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3795 Make sure the links use the `custom-link' face.
3796
3797 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3798
3799 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3800 (ld-script-mode): Don't set indent-line-function since we don't
3801 have one.
3802
3803 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3804
3805 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3806 application.
3807 (org-file-apps-defaults-gnu): Use mailcap as the default for
3808 selecting an application on a UNIX system.
3809 (org-agenda-show-tags): New command.
3810 (org-table-insert-hline): Keep cursor in current table line.
3811 (org-table-convert): Offset effect of modifying
3812 `org-table-insert-hline'.
3813 (org-format-agenda-item): New optional argument TAG.
3814 (org-compile-prefix-format): Handle %T format for the tag.
3815 (org-expand-wide-chars): New function.
3816 (org-table-insert-row, org-table-insert-hline):
3817 Use `org-expand-wide-chars'.
3818 (org-open-file): Fix bug in program launch.
3819 (org-get-time-of-day): Fix bug with times before 1am.
3820 (org-agenda-menu): Add tags commands.
3821
3822 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3823
3824 * textmodes/ispell.el (ispell-init-process): Include the used
3825 dictionary in ispell process start message.
3826 (ispell-internal-change-dictionary): When flyspell-mode is active
3827 and dictionary is changed, make sure ispell process is restarted
3828 and flyspell word cache cleared out for the current buffer.
3829 (ispell-change-dictionary): Make sure flyspell word cache is
3830 cleared out in all buffers with active flyspell mode when
3831 dictionary is globally changed.
3832 Call ispell-internal-change-dictionary after dictionary change.
3833
3834 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3835
3836 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3837
3838 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3839 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3840 years. Fix small differences wrt Makefile.in.
3841 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3842 Makefile.in does.
3843
3844 2006-01-12 Bill Wohler <wohler@newt.com>
3845
3846 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3847 mh-search.el.
3848
3849 2006-01-12 Masatake YAMATO <jet@gyve.org>
3850
3851 * progmodes/ld-script.el: Update copyright year.
3852
3853 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3854
3855 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3856 Don't add widget if setting undefined.
3857
3858 2006-01-12 John Paul Wallington <jpw@pobox.com>
3859
3860 * help-fns.el (describe-variable): Remove newlines from void
3861 variable output.
3862
3863 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3864
3865 * wdired.el (wdired-mode-map): Add help echo for
3866 wdired-abort-changes.
3867
3868 * man.el (Man-file-name-regexp): Adjust for a list of files.
3869
3870 2006-01-12 Masatake YAMATO <jet@gyve.org>
3871
3872 * progmodes/ld-script.el (auto-mode-alist): Support
3873 suffix conventions used in netbsd and eCos.
3874
3875 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3876
3877 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3878 (custom-variable-menu, custom-face-menu, custom-group-menu)
3879 (Custom-mode-menu): Change names of menu items. (As discussed on
3880 emacs-devel.)
3881 (custom-face-menu): Add "Undo Edits" item.
3882
3883 * startup.el (init-file-user): defcustom -> defvar.
3884
3885 * tooltip.el (tooltip-mode): Doc fix.
3886
3887 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3888
3889 * reveal.el (reveal-post-command): window-buffer signals an error on
3890 dead windows rather than returning nil.
3891 (reveal-open-new-overlays): An overlay might die while we open others.
3892
3893 2006-01-11 Bill Wohler <wohler@newt.com>
3894
3895 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3896 phrasing in docstring.
3897
3898 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3899 can give some systems gas. Add new file mh-buffers.el.
3900
3901 2006-01-06 Masatake YAMATO <jet@gyve.org>
3902
3903 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3904 C preprocessor forward ported from GNU Emacs 21.2.
3905
3906 * progmodes/asm-mode.el (asm-font-lock-keywords):
3907 Use `cpp-font-lock-keywords'.
3908
3909 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3910
3911 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3912 of $ for "\\.ld[s]?".
3913
3914 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3915
3916 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3917 (tcl-indent-line): Return `noindent' if inside a string.
3918
3919 * progmodes/flymake.el (flymake-split-string): Remove more than one
3920 empty string at beg/end of the result.
3921 (flymake-find-buildfile, flymake-find-possible-master-files):
3922 Use expand-file-name.
3923 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3924 since expand-file-name does it for us. Use directory-file-name.
3925 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3926 (flymake-ler-get-type, flymake-ler-get-text)
3927 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
3928 (flymake-current-line-no): Remove spurious interactive spec.
3929 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3930 (flymake-check-include): Remove arg inc-path merged into inc-name.
3931 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3932 Arg regexp-list replaced by a simple regexp.
3933 (flymake-master-make-header-init, flymake-master-tex-init):
3934 Correspondingly replace regexp-list with a regexp. Fix regexp.
3935
3936 2006-01-10 Simon Josefsson <jas@extundo.com>
3937
3938 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3939 describing AUTH PLAIN fix.
3940
3941 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3942
3943 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3944 (report-emacs-bug): Don't record initial prompt text.
3945 Instead, add text properties to prompting text.
3946 (report-emacs-bug-hook): Delete prompting text.
3947
3948 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3949
3950 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3951 `dirs'. Adjust callers.
3952
3953 2006-01-09 John Paul Wallington <jpw@gnu.org>
3954
3955 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3956
3957 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3958
3959 * reveal.el (reveal-open-new-overlays): New extracted fun.
3960 (reveal-close-old-overlays): Idem. Check overlays's liveness before
3961 using them. Simplify the code.
3962 (reveal-post-command): Use them. Fix up obsolete windows in
3963 reveal-open-spots.
3964
3965 * progmodes/flymake.el: Use `require' rather than autoload for
3966 XEmacs's overlays.
3967 (flymake-get-common-file-prefix, flymake-build-relative-filename):
3968 Delete. Use file-relative-name instead.
3969 (flymake-get-syntax-check-program-args, flymake-perl-init):
3970 Simplify the resulting code.
3971
3972 * log-view.el (log-view-file-re, log-view-message-re): Add support
3973 for DaRCS output.
3974
3975 2006-01-09 Alex Schroeder <alex@gnu.org>
3976
3977 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3978 identifiers sometimes added in square brackets at the beginning of
3979 subject lines.
3980
3981 2006-01-07 Richard M. Stallman <rms@gnu.org>
3982
3983 * cus-edit.el (Custom-set, Custom-save): Doc fix.
3984 (Custom-reset-current, Custom-reset-saved): Change question text.
3985 (Custom-reset-standard): Likewise.
3986 (custom-variable-reset-saved): Doc fix.
3987
3988 2006-01-07 Eli Zaretskii <eliz@gnu.org>
3989
3990 * startup.el (init-file-user): Doc fix.
3991
3992 2006-01-07 Alex Schroeder <alex@gnu.org>
3993
3994 * mail/rmail.el (rmail-current-subject): New function.
3995 (rmail-current-subject-regexp): New function.
3996 (rmail-next-same-subject): Use it.
3997
3998 * mail/rmailsum.el (rmail-summary-by-topic):
3999 Use rmail-current-subject and rmail-current-subject-regexp.
4000 (rmail-summary-next-same-subject): Ditto.
4001
4002 * net/rcirc.el (rcirc-send-input): No longer check whether the
4003 process is open, since not all commands need an open process.
4004 (rcirc-send-string): Check whether the process is open before
4005 sending anything.
4006 (rcirc-ignore-list): New option.
4007 (rcirc-ignore-list-automatic): New variable.
4008 (rcirc-print): Take rcirc-ignore-list into account.
4009 (rcirc-cmd-ignore): New command.
4010 (rcirc-ignore-update-automatic): New function.
4011 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
4012 list if ignored nicks.
4013 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
4014
4015 2006-01-06 David Reitter <david.reitter@gmail.com>
4016
4017 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
4018 reflect the address to which the report will be sent.
4019
4020 2006-01-06 Eli Zaretskii <eliz@gnu.org>
4021
4022 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
4023 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
4024
4025 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
4026
4027 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
4028
4029 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
4030 the doc string: "functoin" => "function".
4031 * ldefs-boot.el: Likewise.
4032
4033 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
4034 message text: "Duplicat" => "Duplicate".
4035
4036 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
4037
4038 * files.el (basic-save-buffer-2): If backing-up failed, reset
4039 buffer-backed-up to nil.
4040
4041 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
4042
4043 * progmodes/gud.el (gdb-script-skip-to-head)
4044 (gdb-script-calculate-indentation): Indent for breakpoint command
4045 lists also.
4046
4047 2006-01-05 Bill Wohler <wohler@newt.com>
4048
4049 * Makefile.in (compile-always): Add mh-autoloads dependency.
4050 (bootstrap): Remove mh-autoloads dependency, as compile dependency
4051 provides it.
4052 (updates): Remove mh-autoloads dependency, since it probably has
4053 already run recently (via recompile).
4054
4055 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
4056
4057 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
4058 argument `force' to disable the flyspell-last-buffer optimization.
4059 (flyspell-mode-on): Use it.
4060
4061 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
4062 flymake-simple-cleanup.
4063 (flymake-allowed-file-name-masks): Use this new default.
4064 All the functions are now called in the right buffer rather than
4065 passing the buffer as argument.
4066 (flymake-process-sentinel): Switch to buffer before calling cleanup.
4067 (flymake-parse-err-lines): Remove redundant buffer arg.
4068 (flymake-get-program-dir): Comment out unused function.
4069 (flymake-start-syntax-check, flymake-start-syntax-check-process):
4070 Remove redundant buffer argument.
4071 (flymake-get-real-file-name, flymake-simple-java-cleanup)
4072 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
4073
4074 2006-01-05 Richard M. Stallman <rms@gnu.org>
4075
4076 * info.el (Info-find-node): Don't record previous node if have none.
4077 (info): Go to directory only if history is empty.
4078
4079 * simple.el (mark): Doc fix.
4080
4081 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4082
4083 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
4084 already of desired type.
4085 (mac-ae-list): Coerce parameter to "list" type.
4086 (mac-dispatch-apple-event): Replace cadr part of event with a
4087 dummy position so that event-start returns it.
4088
4089 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
4090
4091 * textmodes/org.el (org-end-of-subtree): New function.
4092 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
4093 Use `org-end-of-subtree'.
4094 (org-agenda, org-agenda-convert-date): Protect calls to
4095 `fit-window-to-buffer'.
4096 (org-tags-view): Force matching of sublevels when doing a
4097 todo-only search. Define the correct redo command, including the
4098 arguments.
4099 (org-agenda-redo): Display message.
4100 (org-check-for-org-mode): New function.
4101 (org-agenda-type): New variable.
4102 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
4103 Set `org-agenda-type'.
4104 (org-agenda-check-type): New function.
4105 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4106 (org-agenda-week-view, org-agenda-day-view)
4107 (org-agenda-next-date-line, org-agenda-previous-date-line)
4108 (org-agenda-log-mode, org-agenda-toggle-diary)
4109 (org-agenda-toggle-time-grid, org-agenda-date-later)
4110 (org-agenda-date-prompt, org-agenda-diary-entry)
4111 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
4112 (org-agenda-convert-date, org-agenda-menu):
4113 Use `org-agenda-check-type'.
4114 (org-make-overlay, org-delete-overlay)
4115 (org-detatch-overlay, org-move-overlay, org-overlay-put):
4116 New compatibility functions.
4117 (org-calendar-select-mouse): New command.
4118
4119 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
4120
4121 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
4122 (Custom-reset-standard): Fix y-or-n-p messages.
4123 (custom-link): New face for links.
4124 (custom-buffer-create-internal, custom-manual): Use it.
4125 (custom-face-save): Push to theme-face before setting face spec.
4126
4127 * wid-edit.el (widget-default-mouse-face-get): New function.
4128 (widget-specify-button): Handle mouse-face like button-face.
4129
4130 * custom.el (load-theme): Clear old theme settings if reloading.
4131
4132 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
4133
4134 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
4135 "Erase Customization" button back to same position it occupies in
4136 the individual State menus.
4137
4138 2006-01-04 Kim F. Storm <storm@cua.dk>
4139
4140 * wid-edit.el (key-sequence): Rework widget to read key binding
4141 using `kbd' syntax. Use C-q to insert literal key, event, or code.
4142 (widget-key-sequence-default-value): Default value for empty sequence.
4143 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
4144 (widget-key-sequence-read-event): New command for C-q.
4145 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
4146 (widget-key-sequence-value-to-external): New functions.
4147
4148 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4149
4150 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
4151 Use expand-file-name.
4152 (flymake-delete-temp-directory): Use expand-file-name,
4153 file-name-directory, and directory-file-name.
4154 (flymake-strrchr): Delete.
4155 (flymake-start-syntax-check): Don't pass the redundant buffer argument
4156 to the init-f function.
4157 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
4158 (flymake-init-find-buildfile-dir)
4159 (flymake-init-create-temp-source-and-master-buffer-copy)
4160 (flymake-simple-make-init-impl, flymake-simple-make-init)
4161 (flymake-master-make-init, flymake-master-make-header-init)
4162 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
4163 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
4164 (flymake-xml-init): Remove corresponding redundant buffer argument.
4165 (flymake-allowed-file-name-masks): Remove last elems that are equal to
4166 the default anyway. Clean up regexps.
4167
4168 * progmodes/flymake.el (flymake-temp-source-file-name)
4169 (flymake-master-file-name, flymake-temp-master-file-name)
4170 (flymake-base-dir): New buffer-local vars.
4171 (flymake-buffer-data, flymake-get-buffer-value)
4172 (flymake-set-buffer-value): Replace those hash-tables by the new
4173 buffer-local vars. Update callers.
4174
4175 * progmodes/flymake.el (flymake-check-start-time)
4176 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
4177 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
4178 Move definition, so we can remove redundant earlier declaration.
4179 (flymake-replace-regexp-in-string, flymake-split-string)
4180 (flymake-get-temp-dir): Use defalias.
4181 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
4182 (flymake-xemacs-window-edges): Remove unused function.
4183 (flymake-get-point-pixel-pos): Move.
4184 (flymake-pid-to-names, flymake-reg-names)
4185 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
4186 Replace by a simple list flymake-processes and by process-buffer.
4187 Update callers. Other than simplify the code, it uses buffers rather
4188 than buffer-names so it doesn't get confused by uniquify.
4189 (flymake-buffer-data): The global value should just be nil.
4190
4191 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
4192 Optimize the body of a defalias like any other code.
4193
4194 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
4195 Make sure we've setup font-lock's vars. It may influence which
4196 function we then call.
4197 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
4198 here since it's too late anyway.
4199
4200 2006-01-03 Romain Francoise <romain@orebokech.com>
4201
4202 * startup.el (fancy-splash-tail, normal-splash-screen):
4203 Update copyright year.
4204
4205 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
4206
4207 * mouse.el (mouse-drag-track): Rename, from
4208 `mouse-drag-region-1'. Includes optional argument required to
4209 enable post-drag event processing (e.g. delete region keys).
4210 Can be used without this argument to track a mouse region and operate
4211 on it as soon as the drag completes.
4212 (mouse-drag-region): Use `mouse-drag-track'.
4213
4214 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4215
4216 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
4217 Move to `custom-buffer' group.
4218
4219 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4220 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
4221 (custom-theme-insert-face-marker, custom-theme-variable-menu)
4222 (custom-theme-face-menu): New variables.
4223 (custom-theme-add-variable, custom-theme-variable-action)
4224 (custom-variable-reset-theme, custom-theme-delete-variable)
4225 (custom-face-reset-theme, custom-theme-face-action)
4226 (custom-theme-delete-face, custom-theme-merge-theme)
4227 (custom-theme-add-face, custom-theme-visit-theme): New functions.
4228
4229 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
4230
4231 * custom.el: Move Custom Themes commentary to start of theme code.
4232 (custom-known-themes): Rename `standard' theme to `changed'.
4233 (custom-push-theme): Caller no longer specifies what theme to use
4234 when doing `reset'---the setting is simply removed from the theme.
4235 Delete MODE from `theme-value' and `theme-settings' properties.
4236 (custom-declare-theme): Ignore &rest args since we don't use them.
4237
4238 (custom-loaded-themes): Delete variable.
4239 (custom-theme-load-themes, custom-theme-loaded-p)
4240 (custom-theme-value): Delete functions.
4241
4242 (custom-declare-theme): Signal error on invalid theme names.
4243 (provide-theme): custom-loaded-themes was deleted.
4244 (load-theme): Load the file unconditionally.
4245 (enable-theme): Call `load-theme' if theme is undefined.
4246 (custom-enabled-themes): Only update value for successful loads.
4247 (disable-theme): Complete from enabled themes when interactive.
4248 (custom-variable-theme-value): Calculate theme value directly.
4249
4250 (custom-theme-reset-variables, custom-reset-variables): Mark as
4251 XEmacs compatibility functions. We don't actually use these.
4252
4253 * cus-edit.el (custom-variable-state-set):
4254 Use custom-variable-theme-value instead of custom-theme-value.
4255 (custom-face-state-set): Rename `standard' theme to `changed'.
4256 (custom-save-variables, custom-save-faces): Delete unneeded
4257 references to custom-reset-variables.
4258 (custom-save-resets): Delete function.
4259 (custom-save-variables, custom-save-faces): MODE argument deleted.
4260 (custom-save-variables, custom-save-faces): Ignore theme values.
4261
4262 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4263 compatibility function.
4264
4265 2006-01-01 Richard M. Stallman <rms@gnu.org>
4266
4267 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4268 (Custom-reset-current, Custom-reset-saved): Likewise.
4269 (Custom-reset-standard): Show message if aborted.
4270 (custom-mode): Doc fix, describing those commands.
4271
4272 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4273 put on event-kind property.
4274
4275 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4276
4277 * custom.el (provide-theme): Ban `user' theme name.
4278 (custom-enabling-themes): New variable.
4279 (enable-theme): Don't enable user if custom-enabling-themes is t.
4280 (custom-enabled-themes): Make it a defcustom.
4281 (custom-theme-recalc-face): No-op if face is undefined.
4282
4283 * cus-edit.el (custom-button-mouse): New variable.
4284 (custom-button-mouse): New face.
4285 (custom-raised-buttons, custom-mode): Use it.
4286
4287 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4288
4289 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4290
4291 * progmodes/gud.el (gud-display-line): Support hl-line in the
4292 source buffer.
4293
4294 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4295
4296 * mouse.el (mouse-drag-window-above): Verify that the found window
4297 overlaps with the given window in the horizontal dimension.
4298
4299 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4300
4301 * Makefile.in (cvs-update): New target.
4302
4303 * makefile.w32-in (cvs-update): Ditto.
4304
4305 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4306
4307 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4308 (custom-new-theme-mode-map): New variable.
4309
4310 2005-12-30 Richard M. Stallman <rms@gnu.org>
4311
4312 * custom.el (custom-load-themes): Function deleted.
4313
4314 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4315 (custom-save-variables): Don't delete or add custom-load-themes call.
4316
4317 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4318
4319 * cus-start.el: Add `visible-cursor'.
4320
4321 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4322 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4323 (flymake-process-filter): Switch to buffer before calling it instead.
4324 (flymake-post-syntax-check, flymake-highlight-err-lines)
4325 (flymake-delete-own-overlays, flymake-parse-err-lines)
4326 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4327 (flymake-count-lines, flymake-parse-residual):
4328 Remove constant buffer argument.
4329 (flymake-start-syntax-check-for-current-buffer): Remove.
4330 Update callers to use flymake-start-syntax-check instead.
4331 (flymake-display-err-menu-for-current-line):
4332 Remove unused var `mouse-pos'.
4333 (flymake-restore-formatting): Comment out unused function.
4334 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4335 argument, use current-buffer instead. Update callers.
4336
4337 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4338
4339 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4340 buffer-local because choose-completion-delete-max-match requires
4341 that we set completion-ignore-case (i.e., binding via let is not
4342 sufficient).
4343 (bibtex-complete): Always set completion-ignore-case and
4344 choose-completion-string-functions. The latter is needed because
4345 choose-completion-string-functions keeps its value if we quit the
4346 *Completions* buffer without requesting a completion.
4347
4348 2005-12-30 Andreas Schwab <schwab@suse.de>
4349
4350 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4351
4352 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4353
4354 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4355
4356 2005-12-30 Juri Linkov <juri@jurta.org>
4357
4358 * locate.el (locate-fcodes-file, locate-header-face)
4359 * progmodes/delphi.el (delphi-other-face)
4360 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4361
4362 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4363 group `paren-showing-faces'.
4364
4365 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4366 (goto-address): Fix docstring.
4367
4368 * net/webjump.el (webjump-sample-sites): Update URLs.
4369
4370 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4371
4372 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4373
4374 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4375
4376 * font-lock.el (font-lock-compile-keywords): Signal an error when
4377 font-lock-set-defaults hasn't been called.
4378
4379 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4380
4381 * subr.el (noreturn, 1value): Doc fixes.
4382
4383 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4384
4385 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4386 that assoc-string returns nil.
4387
4388 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4389
4390 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4391 (bibtex-entry-type-str, bibtex-empty-field-re)
4392 (bibtex-search-backward-string, bibtex-preamble-prefix)
4393 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4394 (bibtex-any-valid-entry-type): New variable.
4395 (bibtex-parse-field-name): Simplify.
4396 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4397 (bibtex-preamble-prefix): Include left delimiter.
4398 (bibtex-search-forward-field, bibtex-search-backward-field):
4399 Allow unbounded search past entry boundaries (required by bibtex-pop).
4400 (bibtex-text-in-field-bounds): Use push.
4401 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4402 (bibtex-parse-preamble, bibtex-valid-entry)
4403 (bibtex-beginning-first-field): New functions.
4404 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4405 (bibtex-map-entries): Fix docstring.
4406 (bibtex-flash-head): New arg prompt. Simplify.
4407 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4408 (bibtex-insert-kill): Simplify. Always insert text past the
4409 current field or entry.
4410 (bibtex-format-entry): Use bibtex-parse-field.
4411 (bibtex-pop): Use bibtex-beginning-of-entry and
4412 bibtex-end-of-entry to initiate the search. Insert empty field if
4413 we found ourselves.
4414 (bibtex-print-help-message): New args field and comma.
4415 Handle entry keys.
4416 (bibtex-make-field): Use bibtex-beginning-of-entry.
4417 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4418 invalid entry.
4419 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4420 Handle preambles. Simplify code for thorough test.
4421 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4422 New arg comma. Handle entry heads.
4423 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4424 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4425 New arg comma.
4426 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4427 (bibtex-fill-field): Simplify.
4428 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4429 bibtex-parse-field.
4430 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4431 (bibtex-complete): Use bibtex-parse-preamble.
4432
4433 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4434
4435 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4436 Display name of expression instead of convenience variable.
4437 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4438
4439 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4440 toggle-gud-tooltip-dereference.
4441 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4442 (gud-tooltip-tips): ...here when dereferencing.
4443
4444 2005-12-28 Bill Wohler <wohler@newt.com>
4445
4446 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4447
4448 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4449
4450 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4451 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4452 (vc-annotate-display-autoscale): Adjust call.
4453 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4454 Fix interactive spec.
4455 (vc-annotate-time-span): Remove.
4456 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4457 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4458 (vc-annotate-display-select): Use new name.
4459
4460 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4461 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4462 Correct the construction of span entries. Simplify.
4463 (vc-annotate-display-select): Fix the nil case.
4464 (vc-annotate): Remove obsolete (and now broken) code.
4465 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4466 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4467
4468 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4469
4470 * subr.el (lazy-completion-table): Correct typo in docstring.
4471
4472 * startup.el (command-line): Use `custom-reevaluate-setting' for
4473 `send-mail-function'.
4474
4475 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4476
4477 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4478
4479 * mail/smtpmail.el (smtpmail-try-auth-methods):
4480 Send credentials together with "AUTH PLAIN" command.
4481
4482 2005-12-27 Richard M. Stallman <rms@gnu.org>
4483
4484 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4485 mouse-2, go back to previously selected window, so it's selected
4486 when mouse-2 command runs.
4487
4488 2005-12-27 Juri Linkov <juri@jurta.org>
4489
4490 * descr-text.el (describe-text-sexp): Use square brackets for
4491 button [Show] to distinguish it from the property value `show'.
4492 (describe-property-list): Use `insert-text-button' with
4493 `help-face' type instead of putting face in quotes, because button
4494 is not created automatically for a list of faces.
4495 (describe-text-properties-1): Put button-type value in quotes to
4496 distinguish from plain text "button".
4497 (describe-char): Display code point values in hex. Don't use
4498 `symbol-name' for `current-input-method' because it is a string.
4499 Use `insert-text-button' with `help-face' type instead of putting
4500 hardcoded face in quotes, because button is not created automatically.
4501
4502 2005-12-27 Richard M. Stallman <rms@gnu.org>
4503
4504 * progmodes/glasses.el (glasses-face): More specific custom type.
4505
4506 * files.el (set-visited-file-name): Doc fix.
4507
4508 * textmodes/flyspell.el (flyspell-external-point-words):
4509 Use local var buffer-scan-pos to advance scan for next misspelling.
4510 Advance it only after we find the misspelling.
4511
4512 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4513
4514 * textmodes/flyspell.el (flyspell-external-point-words):
4515 New criteria for finding the misspelling in the buffer.
4516
4517 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4518
4519 * help-mode.el (help-insert-string): Set help-xref-stack-item
4520 rather than call help-setup-xref.
4521
4522 * descr-text.el (describe-char): Revert previous changes for
4523 optional buffer argument.
4524
4525 2005-12-27 Juri Linkov <juri@jurta.org>
4526
4527 * help-mode.el (help-insert-string): New function. Save buffer
4528 contents in cases where it is impossible to recompute the old contents.
4529
4530 * descr-text.el (describe-char): Set help-xref-stack-item
4531 explicitly after buffer has been generated.
4532
4533 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4534
4535 * cus-start.el (all): Add x-gtk-show-hidden-files.
4536
4537 2005-12-26 Richard M. Stallman <rms@gnu.org>
4538
4539 * replace.el (perform-replace): Calculate match-again
4540 before skipping read-only matches.
4541
4542 * paren.el (paren-showing-faces): New group.
4543 (show-paren-match, show-paren-mismatch): Move to that group.
4544
4545 * button.el (button): Put into group `basic-faces'.
4546
4547 * progmodes/make-mode.el: Remove faces from group `faces'.
4548
4549 * apropos.el (apropos, apropos-value): Doc fix.
4550 (apropos-documentation): Doc fix.
4551
4552 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4553
4554 * subr.el (lazy-completion-table): Remove argument `args'.
4555
4556 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4557 Don't use the `args' argument of lazy-completion-table.
4558
4559 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4560
4561 * descr-text.el (describe-char): Add optional argument for buffer.
4562 Set buffer appropriately. Call help-setup-xref.
4563 Suggested by Stefan Monnier.
4564
4565 2005-12-26 Juri Linkov <juri@jurta.org>
4566
4567 * descr-text.el: Require `help-fns' at runtime. Don't require
4568 `button' for byte compilation.
4569 (describe-text-widget): Add `help-echo' for first button.
4570 Use `help-info' for second.
4571 (describe-property-list): Use `help-argument-name' instead of `italic'.
4572 (describe-text-category): Add prompt to interactive spec.
4573 Call `help-setup-xref'.
4574 (describe-char): Use `help-character-set'. Add `help-echo' for
4575 code point. Use `help-input-method'. Remove superfluous insert.
4576
4577 2005-12-25 Richard M. Stallman <rms@gnu.org>
4578
4579 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4580 at point, in case of narrowing.
4581
4582 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4583
4584 * locate.el (locate-header-face): Allow nil in type.
4585
4586 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4587
4588 2005-12-25 Romain Francoise <romain@orebokech.com>
4589
4590 * battery.el (battery-linux-proc-acpi): Also try
4591 `/proc/acpi/thermal_zone/THM0/temperature'.
4592
4593 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4594
4595 * custom.el (custom-push-theme): Fix docstring.
4596
4597 * cus-edit.el (custom-variable-set, custom-variable-save)
4598 (custom-variable-save): Custom-quote widget values.
4599 (customize-save-variable): Fix custom-push-theme call.
4600
4601 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4602
4603 * w32-fns.el (w32-batch-update-autoloads): New function.
4604
4605 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4606 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4607 from the command line.
4608
4609 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4610
4611 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4612 reset means to remove setting from theme entirely. Don't keep
4613 expanding theme-settings list; delete old entries if necessary.
4614
4615 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4616 customization" button one line up.
4617 (custom-themed): New face.
4618 (custom-magic-alist): New value, THEMED, for theme settings.
4619 (custom-variable-state-set, custom-face-state-set):
4620 Check theme-value instead of saved-value.
4621 (custom-variable-reset-standard, custom-face-reset-standard):
4622 Remove theme setting entirely. Recalculate new values.
4623 (custom-variable-set, custom-variable-set)
4624 (custom-variable-reset-saved, custom-variable-reset-backup)
4625 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4626 (custom-variable-save): Fix typos.
4627
4628 2005-12-23 Juri Linkov <juri@jurta.org>
4629
4630 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4631 Add autoload cookies.
4632 (edebug-outside-d-c-i-n-s-w): New variable.
4633 (edebug-display, edebug-outside-excursion): Use it to save the
4634 original value of default-cursor-in-non-selected-windows.
4635 Set default-cursor-in-non-selected-windows to t while Edebug
4636 is active.
4637 (edebug-mode, edebug-eval-mode): Doc fix.
4638
4639 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4640 with `buffer-substring-no-properties' to remove common substring
4641 highlighting.
4642
4643 * info.el (info-other-window, info): Rename function argument
4644 `file' to `file-or-node'.
4645 (Info-complete-menu-item): Use local variable `complete-nodes' to
4646 keep the global value of `Info-complete-nodes' unchanged for
4647 subsequent completions.
4648 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4649
4650 * simple.el (get-next-valid-buffer, last-buffer)
4651 (next-error-buffer-p, next-error-find-buffer)
4652 (minibuffer-history-sexp-flag): Doc fix.
4653
4654 * savehist.el (savehist-mode-hook): Add `:group'.
4655
4656 * log-view.el: Call autoload for vc-find-version.
4657 (log-view-current-file): Adjust subgroup numbers.
4658 (log-view-current-tag): Add `length'.
4659
4660 2005-12-23 Richard M. Stallman <rms@gnu.org>
4661
4662 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4663
4664 2005-12-23 Juri Linkov <juri@jurta.org>
4665
4666 * hi-lock.el (hi-lock-archaic-interface-message-used)
4667 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4668 (hi-lock-mode): Display "Hi" in the mode line only when
4669 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4670 (hi-lock-write-interactive-patterns):
4671 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4672 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4673 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4674 font-lock-add-keywords to t.
4675
4676 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4677
4678 * hi-lock.el (hi-lock-highlight-range): New variable.
4679 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4680 only if font-lock-fontified is non-nil. Remove overlays.
4681 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4682 font-lock-fontified is non-nil, otherwise use overlays (instead of
4683 text properties).
4684 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4685 New variables.
4686 (hi-lock-string-serialize) New function.
4687
4688 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4689
4690 * menu-bar.el (menu-find-file-existing): New function.
4691 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4692
4693 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4694
4695 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4696
4697 * vc.el: Remove unnecessary leading * in docstrings.
4698 (vc-annotate-mode-map): Move initialization into declaration.
4699 (vc-static-header-alist): Nitpick on the regexp.
4700 (vc-default-init-version): New fun.
4701 (vc-register): Use it.
4702 (vc-insert-headers): Use dolist.
4703 (vc-annotate-get-backend): Remove unused function.
4704 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4705 (vc-annotate-mode): Remove corresponding call.
4706 (vc-annotate-car-last-cons): Simplify.
4707 (vc-annotate-buffers): Remove var.
4708 (vc-annotate-backend): Make it buffer-local.
4709 (vc-annotate): Move the interaction to the interactive spec.
4710 Add a `buf' argument.
4711 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4712 killing&creating a vc-annotate buffer, which is very disruptive when
4713 the buffers are shown in dedicated frames.
4714
4715 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4716
4717 * descr-text.el: Add FSF as maintainer.
4718 (describe-text-mode, describe-text-mode-map)
4719 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4720 help-mode.
4721 (describe-text-widget, describe-text-sexp)
4722 (describe-property-list, describe-text-category)
4723 (describe-text-properties, describe-text-properties-1)
4724 (describe-char): Use help buttons instead of widgets.
4725 (describe-char-unicodedata-file): Make URL link in doc string.
4726
4727 2005-12-22 Richard M. Stallman <rms@gnu.org>
4728
4729 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4730 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4731 Don't include buttons that write a file when there's no file.
4732 (custom-variable-menu, custom-face-menu, custom-group-menu):
4733 Don't include commands that write a file when there's no file.
4734 (customize-browse): Reword the top-of-buffer help intro.
4735 (custom-buffer-create-internal): Fix previous change.
4736 (customize-changed-options-previous-release): Prev release is 21.1.
4737 (customize-changed-options): Doc fix.
4738 (customize-changed): New alias.
4739 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4740 Say "standard values".
4741 (Custom-reset-standard): Doc fix.
4742 (custom-face-reset-standard): Doc fix.
4743
4744 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4745
4746 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4747 even if font-lock-mode is non-nil since it may be t without having
4748 turned on font-lock-mode-internal.
4749 (font-lock-choose-keywords): Minor optimization.
4750 (font-lock-add-keywords, font-lock-remove-keywords)
4751 (font-lock-set-defaults): Don't call make-local-variable on a variable
4752 that we know to already be local.
4753
4754 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4755
4756 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4757 messages if in the minibuffer.
4758
4759 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4760
4761 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4762 (tex-mode-flyspell-verify, flyspell-get-word)
4763 (flyspell-external-point-words): Don't use point-min/max uselessly.
4764
4765 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4766 by Kevin Rodgers. Instead, just hide the completions buffer if we
4767 don't need to show it.
4768
4769 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4770
4771 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4772
4773 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4774
4775 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4776 delete-windows-on with an inexistent buffer.
4777
4778 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4779
4780 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4781 Delete defcustom variable :tag names.
4782
4783 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4784
4785 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4786 (log-view-font-lock-keywords): Ajust subgroup numbers.
4787 (log-view-current-tag): Don't hard code the number of subgroups.
4788
4789 2005-12-20 Juri Linkov <juri@jurta.org>
4790
4791 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4792 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4793
4794 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4795 (menu-bar-non-minibuffer-window-p): Instead of checking
4796 display-multi-frame-p, use selected-frame when menu-updating-frame
4797 is nil.
4798
4799 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
4800
4801 * align.el (align-rules-list): Use [ \t] instead of \s-
4802 for column separators in text mode.
4803
4804 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4805
4806 * help-mode.el (help-customize-variable, help-customize-face):
4807 Don't pop help-xref-stack as help-follow no longer pushes
4808 anything on to it.
4809
4810 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4811
4812 * textmodes/org.el (org-agenda-custom-commands): New option.
4813 (org-agenda): Offer custom commands on splash screen.
4814 (org-make-tags-matcher): Parser for Boolean logic added.
4815 (org-agenda-set-tags): New command.
4816 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4817 (org-set-tags): Efficiency improvements.
4818 (org-auto-align-tags): New option.
4819 (org-todo, org-demote, org-promote): Realign tags.
4820 (org-tags-completion-function): Use also "&" and "|" as separators.
4821 (org-org-menu): Agenda commands simplified.
4822
4823 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4824
4825 * cus-edit.el (customize-apropos, customize-apropos-options):
4826 Docstring changes.
4827
4828 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4829
4830 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4831
4832 * longlines.el (longlines-mode): Wrap while widened.
4833 (longlines-decode-region, longlines-encode-region): Compute max
4834 just once.
4835
4836 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4837
4838 * cus-edit.el (mac): New group.
4839
4840 * cus-start.el (all): Add user options in macterm.c. Add test for
4841 Mac-related built-ins. Fix test for GTK-related built-ins.
4842
4843 * term/mac-win.el (mac-handle-language-change)
4844 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4845 (mac-services-open-selection, mac-services-mail-selection)
4846 (mac-services-mail-to, mac-services-insert-text)
4847 (mac-dispatch-apple-event): Add docstrings.
4848 (x-get-selection, mac-select-convert-to-string): Select coding
4849 system from `utf-16be' and `utf-16le' using `byteorder'.
4850
4851 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4852
4853 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4854 a "list" (lambda ...) rather than a real completion list.
4855
4856 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4857 lexical-let when encountering ((lambda (...) ...) ...).
4858
4859 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4860
4861 * progmodes/sh-script.el (sh-mode):
4862 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4863 * textmodes/picture.el (picture-mode): Update docstrings.
4864
4865 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4866
4867 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4868 commands enclosed in $(ARGQUOTE)s should not be split between two
4869 lines, as that will break with GNU Make >3.80, when sh.exe is used
4870 and arg quoting is with '..'.
4871 (autoloads): Don't break the quoted --eval expression between
4872 several lines.
4873
4874 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4875
4876 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4877 Capture error from printing circular structures.
4878
4879 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
4880
4881 * wid-edit.el (widget-checkbox-action): Clear undo info.
4882
4883 2005-12-16 Bill Wohler <wohler@newt.com>
4884
4885 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4886 bar, not menubar in comment.
4887
4888 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4889
4890 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4891 After-change-functions should not clobber the match data.
4892
4893 2005-12-16 Juri Linkov <juri@jurta.org>
4894
4895 * simple.el (choose-completion): Use `buffer-substring-no-properties'
4896 instead of `buffer-substring'.
4897 (completion-common-substring): Doc fix.
4898 (completion-setup-function): Use minibuffer-completion-contents
4899 instead of minibuffer-contents. Don't set common-string-length
4900 initially. Remove special handling of partial-completion-mode.
4901 Move computation of completion-base-size into one cond.
4902 Call completion-base-size-function in mainbuf. In computation of
4903 completion-base-size for file name completion don't move point to
4904 the end of the minibuffer. Move computation of common-string-length
4905 into one cond. Start putting faces only when common-string-length>=0.
4906 Add condition to put completions-common-part when
4907 common-string-length>0.
4908
4909 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4910 place point at the first different character in the minibuffer
4911 even if this position is at the beginning of the minibuffer.
4912
4913 * info.el (Info-read-node-name-1): In completion-base-size-function's
4914 lambda return 1 if common-substring or minibuffer-completion-contents
4915 starts with (, and 0 otherwise.
4916
4917 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4918 Use `crm-current-element' for second arg of `display-completion-list'.
4919
4920 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
4921
4922 * files.el (set-auto-mode): Look for an interpreter specified on
4923 the first line also if search for mode specification succeeded,
4924 but the mode is not known.
4925
4926 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
4927
4928 * textmodes/org.el (org-tags-match-list-sublevels): New option.
4929 (org-open-at-point): Implement tag searches as links.
4930 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4931 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4932 (org-tags-sparse-tree, org-tags-view, org-set-tags)
4933 (org-agenda-dispatch): New commands.
4934 (org-use-tag-inheritance, org-tags-column): New options.
4935 (org-tab-follows-link, org-return-follows-link): New options.
4936 (org-tags): New customize group.
4937 (org-start-icalendar-file): Get local time zone.
4938 (org-tags-completion-function): New function.
4939 (org-set-font-lock-defaults): Make sure links will also be
4940 highlighted inside headlines.
4941
4942 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
4943
4944 * term.el (term-emulate-terminal):
4945 Let term-handle-ansi-terminal-messages override what Bash says about
4946 its current directory.
4947
4948 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4949
4950 * bindings.el (last-buffer): Move to simple.el.
4951 * simple.el (last-buffer): Move here.
4952 (get-next-valid-buffer): New function.
4953 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4954 (prev-buffer): Ditto. Rename to `previous-buffer'.
4955
4956 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4957 * bindings.el (global-map): Ditto.
4958
4959 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
4960
4961 * cus-edit.el: Introductory comment change.
4962 (custom-magic-alist): Change message string for the `rogue' state.
4963
4964 2005-12-15 Richard M. Stallman <rms@gnu.org>
4965
4966 * tooltip.el: Delete defcustom variable :tag names.
4967
4968 * complete.el (partial-completion-mode): Doc fix.
4969
4970 * textmodes/flyspell.el (flyspell-external-point-words):
4971 Use save-excursion to ensure we don't move backward in the
4972 search loop, not even one character.
4973 (flyspell-delete-all-overlays): Use remove-overlays directly.
4974
4975 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4976 (ispell-start-process): Set that variable.
4977 Clear ispell-buffer-local-name.
4978 (ispell-internal-change-dictionary):
4979 Set ispell-current-dictionary after killing process.
4980 (ispell-buffer-local-dict):
4981 Don't set spell-personal-dictionary after killing process.
4982 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4983 (ispell-tex-skip-alists, ispell-html-skip-alists)
4984 (ispell-skip-region-alist): Mark as risky.
4985
4986 * net/newsticker.el (newsticker--retrieval-timer-list)
4987 (newsticker--display-timer, newsticker-running-p)
4988 (newsticker-ticker-running-p): Definitions moved up.
4989
4990 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
4991
4992 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4993
4994 2005-12-15 David Ponce <david@dponce.com>
4995
4996 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4997 (recentf-edit-list, recentf-open-files): Signal an error when
4998 there is no recent file.
4999
5000 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
5001
5002 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
5003 read-only except for texinfo-format-region evaluation.
5004
5005 2005-12-14 Richard M. Stallman <rms@gnu.org>
5006
5007 * vc.el (vc-default-previous-version, vc-default-next-version)
5008 (vc-do-command): Doc fixes.
5009
5010 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5011
5012 * textmodes/bibtex.el (bibtex-expand-strings)
5013 (bibtex-autokey-expand-string, bibtex-name-part)
5014 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
5015 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
5016 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
5017 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
5018 (bibtex-entry-postfix, bibtex-known-entry-type-re)
5019 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
5020 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
5021 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
5022 (bibtex-beginning-of-last-entry): Remove.
5023 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
5024 message if comma is missing but buffer is read-only.
5025 (bibtex-parse-field-text): Handle whitespaces at the end of field
5026 text. Return 3-element list with beginning and end of field text
5027 and end of field.
5028 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
5029 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
5030 (bibtex-search-forward-field, bibtex-search-backward-field):
5031 Search always delimited by limits of entry. Use more efficient
5032 search algorithms.
5033 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
5034 bibtex-end-of-name-in-field.
5035 (bibtex-text-in-field-bounds): Handle BibTeX strings when
5036 extracting the content of a field.
5037 (bibtex-text-in-field): Use search limits.
5038 (bibtex-parse-string-prefix): Handle empty string keys based on
5039 bibtex-string-empty-key.
5040 (bibtex-parse-string): Fix docstring.
5041 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
5042 (bibtex-preamble-prefix, bibtex-strings): New functions.
5043 (bibtex-skip-to-valid-entry): Include preceding whitespace in
5044 BibTeX entries (consistent with other BibTeX functions).
5045 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
5046 (bibtex-search-entry): Fix docstring. Simplify.
5047 (bibtex-flash-head, bibtex-complete-string-cleanup)
5048 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
5049 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
5050 (bibtex-parse-entry): New optional arg content.
5051 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
5052 Use bibtex-text-in-field-bounds.
5053 (bibtex-print-help-message): Handle BibTeX strings and preambles.
5054 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
5055 bibtex-parse-string-postfix.
5056 (bibtex-find-text-internal): New function.
5057 (bibtex-remove-delimiters): Use it.
5058 (bibtex-find-text): Use it. New optional arg help.
5059 (bibtex-complete): Handle BibTeX string and preamble entries.
5060 (bibtex-Preamble): Fix order of closing delimiters.
5061
5062 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
5063
5064 * vc.el (vc-default-revert): New fun.
5065
5066 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
5067
5068 2005-12-14 Romain Francoise <romain@orebokech.com>
5069
5070 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
5071 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
5072 (font-lock-remove-keywords): Likewise.
5073
5074 2005-12-14 Juri Linkov <juri@jurta.org>
5075
5076 * log-view.el (log-view-diff): Doc fix.
5077
5078 * isearch.el (isearch-query-replace): Use (mark) instead of
5079 isearch-opoint if mark is active in transient-mark-mode.
5080
5081 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5082
5083 * isearch.el (isearch-query-replace): Check for isearch-other-end.
5084
5085 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
5086
5087 * progmodes/cpp.el (cpp-face): New widget.
5088 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
5089
5090 2005-12-14 Juri Linkov <juri@jurta.org>
5091
5092 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
5093 around `erase-buffer' and `insert'.
5094
5095 * descr-text.el (describe-text-properties): Replace buffer name
5096 "*Help-2*" with "*Help*<2>".
5097 (describe-char): Add functions print-help-return-message,
5098 toggle-read-only. Use help-setup-xref with nil to not store
5099 describe-char in help-xref-stack. Use help-make-xrefs to
5100 make [back] button.
5101
5102 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
5103
5104 * wdired.el (wdired-old-point): New internal variable.
5105 (wdired-change-to-wdired-mode): Set it buffer-locally.
5106 (wdired-abort-changes): Restore point after aborting changes.
5107
5108 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5109
5110 * vc.el (vc-do-command): Add a new value t for okstatus.
5111
5112 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
5113 frame in case of errors.
5114
5115 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5116
5117 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
5118 so it comes after "On the Left" in the menu.
5119
5120 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
5121
5122 * cus-edit.el (customize-apropos, customize-apropos-options)
5123 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
5124
5125 2005-12-12 Bill Wohler <wohler@newt.com>
5126
5127 * vc-svn.el (vc-svn-registered): Fix problem of visiting
5128 non-writable Subversion-controlled files by saving window
5129 configuration before calling vc-do-command. vc-do-command calls
5130 pop-to-buffer on error which is unexpected during registration.
5131
5132 2005-12-12 Jay Belanger <belanger@truman.edu>
5133
5134 * calc/README: Update the summary of changes.
5135
5136 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5137
5138 * descr-text.el (describe-char): Rework last fix to solve the problem
5139 is the same way it's solved for everything else in that function
5140 (i.e. by extracting the info before setting up the *Help* buffer).
5141
5142 2005-12-12 Kim F. Storm <storm@cua.dk>
5143
5144 * subr.el (version-regexp-alist): Allow space as separator before
5145 non-numeric part, e.g. "1.0 alpha".
5146 (version-to-list): Interpret .X.Y version as 0.X.Y version.
5147
5148 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
5149
5150 * textmodes/org.el (org-agenda, org-timeline, org-todo):
5151 Implement Logging and the keep-modes setting.
5152 (org-get-category): Make sure a string is returned.
5153 (org-log-done): New function.
5154 (org-log-done, org-closed-string): New options.
5155
5156 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5157
5158 * tooltip.el (tooltip-y-offset): Change default to 20.
5159
5160 2005-12-12 Richard M. Stallman <rms@gnu.org>
5161
5162 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
5163
5164 * frame.el (display-hourglass): Doc fix.
5165
5166 * help.el (help-for-help-internal): Simplify entry for `a'.
5167
5168 * info.el (Info-on-current-buffer): Doc fix.
5169 (info-insert-file-contents): Don't test (featurep 'jka-compr).
5170
5171 * startup.el (inhibit-splash-screen): Make this the real name.
5172 (inhibit-startup-message): Make this the alias.
5173 (command-line): Find only simple.el, and use its directory
5174 to fill in other preloaded files' names.
5175 (command-line): Deactivate the mark if deactivate-mark is set.
5176
5177 * international/mule.el (load-with-code-conversion):
5178 Bind deactivate-mark.
5179
5180 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
5181
5182 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
5183
5184 * cus-edit.el (customize-apropos): Avoid listing an option more
5185 than once under different aliases. No longer list user options
5186 that are not defined with defcustom (unless a prefix arg is given).
5187 Doc fix.
5188 (customize-apropos-options): Doc fix.
5189
5190 2005-12-11 Juri Linkov <juri@jurta.org>
5191
5192 * frame.el (set-background-color, set-foreground-color)
5193 (set-cursor-color, set-mouse-color, set-border-color):
5194 Add explicit prompts to read colors by `facemenu-read-color'.
5195 (show-trailing-whitespace, blink-cursor-delay)
5196 (blink-cursor-interval, display-hourglass, hourglass-delay):
5197 Remove tags.
5198 (display-hourglass, hourglass-delay): Doc fix.
5199 (cursor-in-non-selected-windows): Capitalize words in tag.
5200
5201 * faces.el (frame-background-mode): Replace `choice-item' keywords
5202 with `const' to not make [default] button. Change default value tag
5203 from `default' to `automatic'. Doc fix.
5204 (trailing-whitespace) <defface>: Change group `whitespace' to
5205 `whitespace-faces'.
5206
5207 2005-12-11 Richard M. Stallman <rms@gnu.org>
5208
5209 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
5210
5211 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5212
5213 * term/mac-win.el: Create keymap for mac-apple-event-map.
5214
5215 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
5216
5217 * tooltip.el (tooltip-mode): Move to start of file so that it
5218 appears at top of customize buffer.
5219
5220 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5221 Add the gud groupname.
5222 (gud-tooltip-mode): Add the tooltip groupname.
5223 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
5224 avoid conflict with tooltip-use-echo-area.
5225
5226 2005-12-10 Romain Francoise <romain@orebokech.com>
5227
5228 * help.el (help-for-help-internal): Add `r' in doc string.
5229
5230 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5231
5232 * align.el (align-regexp, align-highlight-rule):
5233 Use region-beginning and region-end instead of point and mark, so that
5234 repetition (with `repeat-complex-command') recomputes the region
5235 bounds.
5236
5237 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
5238
5239 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5240 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5241 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5242 (balance-windows): Rewrite using the above new functions.
5243
5244 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5245
5246 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5247 react if global-hi-lock-mode seems intended.
5248 (global-hi-lock-mode) Renamed from hi-lock-mode.
5249 (hi-lock-archaic-interface-message-used)
5250 (hi-lock-archaic-interface-deduce): New variables.
5251 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5252 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5253 (hi-lock-find-patterns, hi-lock-font-lock-hook):
5254 Replace hi-lock-buffer-mode with hi-lock-mode.
5255
5256 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
5257
5258 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5259 completion list, even after a partial completion has been
5260 inserted in the current buffer. If there are more than 1
5261 completion, redisplay the *Completions* buffer; if the
5262 completion is unique, delete the *Completions* window.
5263
5264 2005-12-10 Eli Zaretskii <eliz@gnu.org>
5265
5266 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5267 strings and long subject lines that were broken into multiple
5268 lines at arbitrary places. Handle subjects that have "Re: " in
5269 the middle.
5270
5271 2005-12-10 John W. Eaton <jwe@octave.org>
5272
5273 * emacs/octave-mod.el (octave-electric-space): Don't indent
5274 comments or strings if octave-auto-indent is nil.
5275
5276 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5277
5278 * term/mac-win.el: Require url when compiling.
5279 Call mac-process-deferred-apple-events after loading init files.
5280 (mac-apple-event-map): New defvar. Define event handlers in it.
5281 (core-event, internet-event): New Apple event class symbols.
5282 (open-application, reopen-application, open-documents)
5283 (print-documents, open-contents, quit-application)
5284 (application-died, show-preferences, autosave-now, get-url):
5285 New Apple event ID symbols.
5286 (about): New HICommand ID symbol.
5287 (mac-event-spec, mac-event-ae): New macros.
5288 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5289 (mac-ae-selection-range, mac-ae-text-for-search)
5290 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5291 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5292 and Services menu events are now defined in mac-apple-event-map.
5293 (mac-drag-n-drop): Remove selection range handling.
5294
5295 2005-12-10 Kenichi Handa <handa@m17n.org>
5296
5297 * simple.el (zap-to-char):
5298 * isearch.el (isearch-process-search-char): Translate CHAR by
5299 translation-table-for-input.
5300
5301 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5302
5303 * foldout.el (foldout-exit-fold): Properly hide subtree.
5304
5305 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5306
5307 * files.el (save-buffer):
5308 * international/ucs-tables.el (ucs-set-table-for-input):
5309 * mail/mail-extr.el (mail-extract-address-components):
5310 * mail/sendmail.el (mail-mode): Reformat doc string.
5311
5312 2005-12-09 Juri Linkov <juri@jurta.org>
5313
5314 * isearch.el (isearch-highlight): Change main overlay priority
5315 from 1 to 1001. Simplify.
5316 (isearch-lazy-highlight-update): Change lazy overlay priority
5317 from 0 to 1000.
5318
5319 * replace.el (replace-highlight): Change overlay priority from
5320 1 to 1001.
5321
5322 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5323 Change overlay priority from 1 to 1001. Reuse existing overlay.
5324
5325 * compare-w.el (compare-windows-highlight): Change overlay
5326 priority from 1 to 1000.
5327
5328 * menu-bar.el (menu-bar-edit-menu): Add listp around
5329 pending-undo-list to disable menu item "undo" when pending
5330 undo list is empty.
5331
5332 * locate.el (locate): Disable undo in *Locate* buffer.
5333
5334 2005-12-09 Kim F. Storm <storm@cua.dk>
5335
5336 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5337
5338 2005-12-09 David Ponce <david@dponce.com>
5339
5340 * recentf.el: Improvement of the menu code.
5341 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5342 instead of menu hook.
5343 (recentf-show-menu, recentf-hide-menu): New functions.
5344 (recentf-menu-customization-changed, recentf-mode): Use them.
5345 (recentf-menu-action, recentf-max-menu-items)
5346 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5347 (recentf-arrange-by-rule-others)
5348 (recentf-arrange-by-rules-min-items)
5349 (recentf-arrange-by-rule-subfilter) : Don't use
5350 `recentf-menu-customization-changed'.
5351 (recentf-arrange-rules): Likewise. Accept functions to compute
5352 sub-menu titles.
5353 (recentf-menu-filter): Likewise. Doc fix.
5354 (recentf-menu-value-shortcut): Doc fix.
5355 (recentf-dump-variable): Quote atom value.
5356 (recentf-make-menu-items): Update to use it as a menu filter.
5357 (recentf-match-rule): New function.
5358 (recentf-arrange-by-rule): Use it.
5359 (recentf-indirect-mode-rule): New function.
5360 (recentf-build-mode-rules): Use it.
5361 (recentf-dir-rule): New function.
5362 (recentf-arrange-by-dir): Use it.
5363 (recentf-filter-changer-current): Rename from
5364 `recentf-filter-changer-state'. All references updated.
5365 (recentf-filter-changer-alist): Update filter names.
5366 (recentf-filter-changer-select): New function.
5367 (recentf-filter-changer): Use it. Make a sub-menu from filters
5368 available in `recentf-filter-changer-alist'.
5369 (recentf-data-cache, recentf-clear-data)
5370 (recentf-update-menu): Remove. All references updated.
5371 (recentf-match-rule-p, recentf-build-dir-rules)
5372 (recentf-filter-changer-goto-next)
5373 (recentf-filter-changer-get-current)
5374 (recentf-filter-changer-get-next): Remove.
5375
5376 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5377
5378 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5379 buffer "Reset" button to "Reset to Current" for consistency with
5380 the State buttons.
5381
5382 2005-12-08 John Paul Wallington <jpw@pobox.com>
5383
5384 * ibuf-ext.el (define-ibuffer-filter filename):
5385 If `dired-directory' is a list then really use its car.
5386
5387 2005-12-08 Kim F. Storm <storm@cua.dk>
5388
5389 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5390 Fix indention of text on right side of replaced rectangle.
5391
5392 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5393
5394 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5395 No need to check gud-comint-buffer is bound.
5396 (gdb): Prevent multiple debugging when first session uses gdba.
5397
5398 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5399
5400 CC Mode update to 5.31.
5401
5402 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5403 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5404 We might do this function properly in the future).
5405
5406 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5407 New macros c-sentence-end and c-default-value-sentence end, to cope
5408 with Emacs 22's new function `sentence-end'.
5409
5410 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5411
5412 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5413 compat issue using `c-put-overlay' and `c-delete-overlay'.
5414
5415 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5416 New compat macros to handle overlays/extents.
5417
5418 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5419
5420 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5421 (for GNU Emacs 20.4)
5422
5423 * progmodes/cc-defs.el:
5424 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5425
5426 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5427 highlighting mechanism so it will work in XEmacs too.
5428
5429 * progmodes/cc-defs.el: Insert c-int-to-char.
5430
5431 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5432 call to the new macro c-int-to-char. This solves XEmacs's
5433 regarding characters as different from integers.
5434
5435 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5436
5437 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5438 New internal helper.
5439
5440 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5441 construct to make the indirect face lookup work in XEmacs.
5442
5443 (c-cpp-matchers): Append the negation char face to the existing
5444 fontification, so that the cpp face doesn't disappear.
5445 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5446 and strings.
5447
5448 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5449 to map to `font-lock-negation-char-face' in emacsen where it exists.
5450
5451 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5452
5453 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5454
5455 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5456 Rename "c-subword-move-mode" as "c-subword-mode".
5457
5458 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5459 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5460
5461 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5462
5463 * progmodes/cc-mode.el: Added autoload directive for
5464 `c-subword-move-mode' for use in older emacsen.
5465
5466 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5467
5468 * progmodes/cc-mode.el:
5469 (i) Insert a binding for C-c C-backspace into
5470 c-bind-special-erase-keys which works in TTYs.
5471 (ii) Make sure that when file styles are used, any explicitly
5472 given style variables take priority over those in the style.
5473 Do this by calling `hack-local-variables' a second time.
5474
5475 * progmodes/cc-vars.el: Add language specific customization
5476 widgets for AWK to c-doc-comment-style, c-require-final-newline
5477 and c-default-style. Add a defcustom for awk-mode-hook.
5478 Give c-syntactic-element and c-syntactic-context doc-strings by
5479 directly setting their `variable-documentation' propery.
5480 This allows Emacs 22.1 to read these with C-h v.
5481
5482 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5483
5484 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5485
5486 * progmodes/cc-fonts.el, cc-vars.el
5487 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5488 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5489 Masatake YAMATO.
5490
5491 (c-doc-comment-style): Made GtkDoc default in C mode.
5492
5493 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5494 and C-c C-<delete>.
5495
5496 (c-bind-special-erase-keys): New function for use on
5497 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5498
5499 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5500 <delete> key behavior in XEmacs according to `delete-forward-p'.
5501 C.f. `c-electric-delete'.
5502
5503 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5504
5505 * progmodes/cc-mode.el: Give c-hungry-backspace and
5506 c-hungry-delete-forward permanent key bindings.
5507
5508 * progmodes/cc-cmds.el (c-electric-semi&comma):
5509 Bind c-syntactic-context for calls to "criteria functions", for
5510 consistency with other calls to user functions.
5511
5512 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5513 `current-prefix-arg', since this might be the prefix arg to a
5514 command which calls c-indent-command as a function. Change the
5515 interactive spec from "p" to "P".
5516
5517 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5518 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5519 was difficult to understand.
5520
5521 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5522
5523 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5524 first char of an identifier.
5525
5526 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5527 +" syntax in C++.
5528
5529 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5530
5531 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5532 auto-fill doesn't split a c-comment's last word from a hanging
5533 "*/" when a space is typed between them after fill-column.
5534
5535 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5536
5537 * progmodes/cc-styles.el (c-set-style)
5538 (c-setup-paragraph-variables): Abort the command if we're not in a
5539 CC Mode buffer.
5540
5541 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5542 with blank comment-prefix, and a blank line as the comment's
5543 second line.
5544
5545 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5546
5547 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5548 Incorporate the patterns added in the Emacs development branch
5549 for the new Emacs 22 face `font-lock-negation-char-face'.
5550
5551 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5552 of "red" since it stands out better in xterms and DOS terminals.
5553
5554 * progmodes/cc-engine.el (c-literal-faces):
5555 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5556
5557 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5558
5559 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5560 forcibly enable c-electric-flag.
5561
5562 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5563 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5564 after the comment-prefix of a C-style comment will close that comment.
5565
5566 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5567
5568 * progmodes/cc-fonts.el (c-basic-matchers-before)
5569 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5570 in Pike.
5571
5572 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5573 digraphs.
5574
5575 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5576 (c-cpp-message-directives, c-cpp-include-directives)
5577 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5578 (c-cpp-expr-directives): Introduce new language constants to
5579 control cpp syntax in a cleaner way.
5580
5581 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5582
5583 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5584
5585 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5586 (c-multiline-string-start-char): New language constants and
5587 variables to specify how newlines in string literals work.
5588
5589 (c-font-lock-invalid-string): Use them.
5590
5591 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5592 unbalanced close brace is entered. Optimization by avoiding going
5593 back over arbitrarily large blocks. Removed hints that this
5594 function only would be relevant/useful in AWK.
5595
5596 (c-electric-brace): Indent syntactically after the cleanups since
5597 lineup functions might do it differently then.
5598
5599 * progmodes/cc-engine.el, cc-langs.el
5600 (c-opt-op-identifier-prefix): New language constant and variable.
5601
5602 (c-just-after-func-arglist-p, c-after-special-operator-id)
5603 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5604
5605 * progmodes/cc-align.el, cc-engine.el
5606 (c-after-special-operator-id): New helper to handle C++ operator
5607 identifiers.
5608
5609 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5610 (c-guess-basic-syntax): Handle C++ operator identifiers in
5611 declarations.
5612
5613 * progmodes/cc-langs.el (c-assignment-operators): Add the
5614 trigraph version of ^= too.
5615
5616 * progmodes/cc-langs.el (c-assignment-operators): Add the
5617 trigraph version of |= in C++.
5618
5619 * progmodes/cc-fonts.el (c-font-lock-declarators):
5620 Handle `c-decl-hangon-kwds' after the identifier name.
5621
5622 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5623 whether an arglist is "nonempty", ignore a comment after the open
5624 paren if it isn't followed by a non-comment token on the same line.
5625
5626 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5627 Enable heuristics below the point to cope with classes inside special
5628 brace lists in Pike.
5629
5630 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5631
5632 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5633
5634 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5635
5636 * progmodes/cc-guess.el (cc-guess-install): New function to
5637 install an already guessed style in another buffer.
5638
5639 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5640 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5641 anyway if the change always is undone.
5642
5643 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5644
5645 Implement togglable electricity:
5646
5647 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5648 saying when it should be used.
5649
5650 * progmodes/cc-engine.el: Add the new buffer-local variable,
5651 c-electric-flag.
5652
5653 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5654 c-toggle-auto-newline.
5655
5656 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5657 c-toggle-auto-newline. Remove the binding for
5658 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5659 c-toggle-electric-state.
5660
5661 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5662
5663 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5664 c-\(forward\|backward\)-subword.
5665 (c-update-modeline): Add the new modeline flag `l' for
5666 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5667 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5668 Make the old name an alias of the new name.
5669 (c-toggle-electric-state): New function.
5670 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5671 Adapt these functions to do electric things only when
5672 c-electric-flag is non-nil.
5673 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5674 new functions from c-electric-brace.
5675 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5676 mode, so that the tentative extra newline doesn't change the
5677 syntax of the following brace.
5678 (c-electric-brace): Restructure by extracting the above functions.
5679 Tidy up the coding somewhat.
5680 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5681 restructure a bit.
5682
5683 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5684
5685 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5686 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5687
5688 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5689 (c-submode-indicators): Change name from `c-auto-hungry-string'
5690 since it's now used to track another submode.
5691
5692 (c-update-modeline): Convert to function and extended to check
5693 `c-subword-move-mode'.
5694
5695 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5696 Convert to compat aliases for `c-forward-subword' and
5697 `c-backward-subword'.
5698
5699 * progmodes/cc-subword.el: New functions and minor mode to handle
5700 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5701
5702 (c-forward-subword, c-backward-subword, c-mark-subword)
5703 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5704 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5705 Functions corresponding to the standard word handling functions.
5706
5707 (c-subword-move-mode): Minor mode that replaces all the standard
5708 word handling functions with their subword equivalences.
5709
5710 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5711
5712 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5713 entry for one-liner-defun.
5714
5715 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5716 name in its def-edebug-spec.
5717
5718 * progmodes/cc-cmds.el (c-electric-brace): Make the
5719 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5720 compacts space before a comment, if this will make things fit on
5721 one line.
5722
5723 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5724
5725 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5726
5727 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5728 clean-up one-liner-defun.
5729
5730 * progmodes/cc-styles.el: Add the new "awk" style.
5731
5732 * progmodes/cc-vars.el: Add description of one-liner-defun to
5733 c-cleanup-list's doc-string. New user options,
5734 c-max-one-liner-length. In c-default-style, set the default style
5735 for AWK to "awk".
5736
5737 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5738
5739 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5740 macros inside labels.
5741
5742 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5743 `c-at-statement-start-p' and `c-at-expression-start-p'.
5744
5745 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5746 error if the mark isn't set.
5747
5748 * progmodes/cc-engine.el (c-guess-continued-construct)
5749 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5750 accurately detect functions inside functions.
5751
5752 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5753 like `c-at-statement-start-p' that additionally recognizes commas
5754 and expression parentheses as delimiters.
5755
5756 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5757 to avoid heuristics that doesn't work for unclosed blocks.
5758 (c-at-statement-start-p): New function.
5759
5760 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5761 Objective-C directives, e.g. directives spanning lines should work
5762 reasonably well now.
5763
5764 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5765
5766 (c-forward-objc-directive): New function to move over any ObjC
5767 directive.
5768
5769 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5770 (c-basic-matchers-before): Use it.
5771
5772 (c-font-lock-objc-iip-decl): Remove.
5773
5774 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5775 in the template arglist recognition.
5776
5777 * progmodes/cc-styles.el (c-style-alist): Fix several
5778 inconsistencies in the Whitesmith style.
5779
5780 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5781 New lineup function to get lines after Whitesmith style blocks
5782 correctly indented.
5783
5784 (c-lineup-whitesmith-in-block): Back out the compensation for
5785 opening parens since it's done using `add' lists in the style
5786 definition instead. Don't use the anchor position since it varies
5787 too much between the syntactic symbols. :P
5788
5789 * progmodes/cc-vars.el (c-valid-offset): Update.
5790
5791 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5792 lists where the offsets are combined according to several
5793 different methods: `first', `min', `max', and `add'.
5794 Report offset evaluation errors with `c-benign-error' so that some kind
5795 of reindentation still is done.
5796
5797 * progmodes/cc-engine.el (c-guess-basic-syntax):
5798 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5799 `arglist-close'.
5800
5801 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5802 situations for `arglist-cont-nonempty' and `arglist-close'.
5803
5804 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5805
5806 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5807 cc-bytecomp-boundp' in a number of places.
5808
5809 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5810 macro related issue.
5811
5812 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5813
5814 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5815 list is now [asdf], a char class [:alpha:].
5816 Include code for char classes.
5817 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5818 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5819
5820 Remove (nearly all of) the cruft associated with AWK Mode's former
5821 concept of "virtual semicolons":
5822
5823 Adapt c-beginning-of-statement, c-end-of-statement (together with
5824 subfunctions) to use the new notion of "virtual semicolon" in
5825 place of the old awkward special handling for AWK. There remains
5826 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5827 * progmodes/cc-cmds.el:
5828 (c-ascertain-adjacent-literal): In the backwards direction, now
5829 recognises AWK regexp delimiters as string delimiters.
5830 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5831 check more rigorously for "end of macro".
5832 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5833 virtual semicolons;
5834 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5835 out the code for forward movement into ...
5836 (c-end-of-statement): Now contains the code for forward movement,
5837 adapted for virtual semicolons.
5838
5839 * progmodes/cc-engine.el:
5840 (c-ws*-string-limit-regexp): New regexp.
5841 (c-forward-single-comment, c-backward-single-comment): Comment out
5842 the (now redundant) "special" AWK stuff.
5843
5844 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5845 c-string-par-start, c-string-par-separate to be more like Text
5846 Mode than Fundamental Mode.
5847
5848 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5849
5850 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5851 to the fontified region so that fontification doesn't occur
5852 outside it (could happen e.g. when fontifying a line with an
5853 unfinished declaration).
5854
5855 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5856
5857 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5858 start of the file. ^L now separate sections of the file.
5859 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5860 (c-awk-one-line-possibly-open-string-re)
5861 (c-awk-regexp-one-line-possibly-open-char-class-re)
5862 (c-awk-one-line-possibly-open-regexp-re)
5863 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5864 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5865
5866 Amend the concept of "virtual semicolons" (in the indentation
5867 engine) for languages like AWK, such that they are now
5868 conceptually attached to end of the last token of a statement, not
5869 the end of the line. (In AWK Mode, however, the pertinent text
5870 property is still physically set on the EOL.) Remove the specific
5871 tests for awk-mode, thus facilitating the introduction of other
5872 language modes where EOLs can end statements.
5873 (Note: The funtionality in cc-cmds.el, specifically
5874 c-beginning/end-of-statement has yet to be amended.)
5875
5876 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5877 New macros.
5878
5879 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5880 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5881 c-vsemi-status-unknown-p-fn (in a new page).
5882
5883 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5884 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5885 numerous awkward forms like
5886 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5887 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5888 variable before-ws-ip, the place just after char-before-ip appears.
5889
5890 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5891 a comment.
5892
5893 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5894
5895 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5896 `c-tentative-buffer-changes'.
5897
5898 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5899 convert to macro to choose between Emacs and XEmacs at compile time.
5900
5901 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5902
5903 (c-tentative-buffer-changes): New macro to handle temporary buffer
5904 changes in a convenient way.
5905
5906 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5907 for `c-tentative-buffer-changes'.
5908
5909 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5910 the checks for paren sexps between the point and the keyword, to
5911 avoid some false alarms.
5912
5913 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5914 Fixed a situation where an error could be thrown for unbalanced
5915 parens. Changed to make use of c-keyword-member' to avoid some
5916 repeated regexp matches.
5917
5918 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5919 These language variable are no longer necessary.
5920
5921 (c-block-stmt-kwds): New language constant used by
5922 c-looking-at-inexpr-block'.
5923
5924 (c-guess-basic-syntax): Remove an optional check that looked at
5925 the existence of the now removed language variables.
5926
5927 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5928 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5929 object instantiation expressions as declarations in some contexts.
5930 This bug only affected languages where the declarator can't be
5931 enclosed in parentheses.
5932
5933 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5934 insert newlines before and after substatement braces.
5935
5936 * progmodes/cc-engine.el: Improved the heuristics for recognizing
5937 function declaration headers and the handling of C++ style member
5938 init lists.
5939
5940 (c-just-after-func-arglist-p): Rewritten to use
5941 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
5942
5943 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5944
5945 (c-guess-basic-syntax): Adapt case 5B for the new
5946 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
5947 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5948 covers all cases now).
5949
5950 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5951
5952 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5953
5954 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5955 c-string-par-start/separate c-sentence-end-with-esc-eol,
5956 initialised in c-setup-paragraph-variables, used in string
5957 scanning subroutines of c-beginning-of-statement.
5958
5959 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5960 which precedes the newly inserted `{'.
5961
5962 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5963
5964 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5965 function for declaration level blocks. It should now cope with
5966 templates better and also be a lot more comprehensible.
5967
5968 (c-looking-at-decl-block): The new function.
5969
5970 (c-search-uplist-for-classkey): The old one. It's now a wrapper
5971 for compatibility.
5972
5973 (c-add-class-syntax, c-guess-continued-construct)
5974 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5975
5976 (c-decl-block-key): Change to tell apart ambiguous and
5977 unambiguous keywords. Pike specials are now handled directly in
5978 the code instead.
5979
5980 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5981 New language constants and variables to make the backward skip in
5982 `c-looking-at-decl-block' as tight as possible.
5983
5984 (c-nonsymbol-token-char-list): New language constant.
5985
5986 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5987 find balanced template arglists backwards.
5988
5989 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5990 making char classes for `c-syntactic-skip-backward'.
5991
5992 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5993 16D - can't be a class-close at that point.
5994
5995 * progmodes/cc-engine.el (c-guess-basic-syntax)
5996 (c-add-class-syntax): Don't narrow out the enclosing declaration
5997 level. This makes everything a lot easier, and it was actually
5998 only four small places that needed it to work. Some places that
5999 previously did `widen' are removed now, which has the effect that
6000 `c-guess-basic-syntax' never will look at things outside the
6001 current narrowment now. The anchor position for `topmost-intro'
6002 is affected by this, but it was so bogus it was basically useless
6003 before, and now it's equally bogus but in a slightly different way.
6004
6005 (c-narrow-out-enclosing-class): Gone.
6006
6007 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
6008 the narrowed region.
6009
6010 (c-least-enclosing-brace): Remove silly optional argument.
6011
6012 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
6013 the point could be left directly after an open paren when finding
6014 the beginning of the first decl in the block.
6015
6016 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
6017 Specify which submatch to use.
6018
6019 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
6020
6021 (c-decl-start-re): No longer any need for special treatment of
6022 ObjC due to the above.
6023
6024 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
6025 presumably follows C in that regard.
6026
6027 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
6028 New language constants to specify operator tokens inside
6029 identifiers in a more high level way.
6030
6031 (c-opt-identifier-prefix-key): New internal language constant.
6032
6033 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
6034 (c-identifier-start, c-identifier-key): Now completely calculated
6035 from other constants.
6036
6037 (c-identifier-last-sym-match): Decommission since it's no longer used.
6038
6039 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
6040
6041 * progmodes/cc-engine.el (c-forward-name): Remove the
6042 optimization when c-identifier-key is equal to c-symbol-key since
6043 it doesn't work in byte compiled files. Don't record empty
6044 regions as identifiers.
6045
6046 * progmodes/cc-langs.el (c-filter-ops): New helper function to
6047 simplify access to `c-operators' and its likes.
6048
6049 (c-operator-list, c-all-op-syntax-tokens)
6050 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
6051 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
6052 (c-primary-expr-regexp, c-cast-parens): Use it.
6053
6054 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
6055 an explicit language in functions.
6056
6057 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
6058 variant of adornment.
6059
6060 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
6061 variable.
6062
6063 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
6064 the Pike value.
6065
6066 * progmodes/cc-engine.el (c-on-identifier)
6067 (c-simple-skip-symbol-backward): Small fix for handling "-"
6068 correctly in `skip-chars-backward'. Affected the operator lfun
6069 syntax in Pike.
6070
6071 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
6072 diagnostic message about precompiled language vars not being used.
6073
6074 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
6075 "__attribute__" is followed by a parenthesis.
6076
6077 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
6078 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
6079 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
6080
6081 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
6082 Internal cleanups to properly detect the declared identifiers in
6083 various declarations.
6084
6085 (c-decl-start-kwds): New language constant to recognize
6086 declarations that can start anywhere. Used for class declarations
6087 in Pike.
6088
6089 (c-specifier-key, c-not-decl-init-keywords)
6090 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
6091 (c-find-decl-spots): Implement `c-decl-start-kwds'.
6092
6093 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
6094 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
6095 handling of the compiler specific extension keywords into a new
6096 language constant `c-decl-hangon-kwds' that defines keyword
6097 clauses to be ignored in declarations.
6098
6099 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
6100 past unrecognized tokens when handling `c-colon-type-list-kwds'.
6101 Necessary to stop at the declared identifier in e.g. IDL valuetype
6102 declarations.
6103
6104 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
6105 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
6106 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
6107 (c-forward-decl-or-cast-1): Recognize the declared identifier in
6108 class and enum declarations as such and not as part of the type.
6109
6110 (c-forward-decl-or-cast-1, c-forward-label): Relax the
6111 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
6112
6113 (c-forward-decl-or-cast-1): Don't disregard sure signs of
6114 declarations when there's some syntax error later on.
6115
6116 (c-complex-decl-matchers): Did away with a reference to
6117 `c-specifier-key'.
6118
6119 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
6120 value - this variable is always dynamically bound.
6121
6122 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
6123 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
6124 * cc-cmds.el, cc-defs.el: Change the policy for marking up
6125 functions that might do hidden buffer changes: All such internal
6126 functions are now marked instead of those that don't.
6127
6128 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
6129 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
6130 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
6131 (c-literal-type): Allow these functions to make hidden buffer changes,
6132 so that they are free to use text property caching later on.
6133
6134 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
6135 (c-electric-brace, c-electric-slash, c-electric-star)
6136 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
6137 (c-electric-paren, c-electric-continued-statement, c-indent-command)
6138 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
6139 (c-context-line-break): Add `c-save-buffer-state' calls to comply
6140 with the changed semantics of the functions above.
6141
6142 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
6143 when macros occur in obscure places. Optimized the sexp movement
6144 a bit.
6145
6146 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6147
6148 Enhancements for c-beginning-of-statement to work in AWK Mode:
6149
6150 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
6151 (completed statement) with `}' (statement completed by closing
6152 brace or semicolon) and `$' (statement completed by EOL).
6153
6154 (c-awk-virtual-semicolon-ends-prev-line-p)
6155 (c-awk-virtual-semicolon-ends-line-p)
6156 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
6157 (c-awk-at-statement-end-p): New functions.
6158
6159 * progmodes/cc-cmds.el: Simplify the structure of functions
6160 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
6161 two functions and c-beginning-of-statement to handle AWK Mode.
6162
6163 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
6164 c-backward-single-comment for AWK mode. Attempt to clarify their
6165 doc-strings.
6166
6167 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
6168
6169 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6170
6171 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
6172 label handling. Labels are now recognized in a uniform and more
6173 robust way, regardless of context. Text properties are put on all
6174 labels to recognize the following declarations better.
6175 Multiword labels are handled both in indentation and fontification for
6176 the benefit of language extensions like Qt. For consistency, keywords
6177 in labels are now fontified with the label face instead.
6178 That also applies to "case" and "default".
6179
6180 (c-beginning-of-statement-1): Fix some bugs in the label
6181 handling. Disregard `c-nonlabel-token-key' in labels that begin
6182 with `c-label-kwds'.
6183
6184 (c-find-decl-spots): Support that the callback adds more
6185 `c-decl-end' spots to find.
6186
6187 (c-forward-decl-or-cast-1): Don't treat a list of plain
6188 identifiers followed by a colon as a declaration.
6189
6190 (c-forward-label): New function to recognize labels.
6191
6192 (c-guess-basic-syntax): Replace uses of `c-label-key' with
6193 `c-forward-label'. Moved the label recognition cases (14 and 15)
6194 earlier since they aren't so context sensitive now. Handle labels
6195 on the top level gracefully. Moved access label recognition to
6196 the generic label case (CASE 15) - removed CASE 5E.
6197
6198 (c-font-lock-declarations): Add recognition of labels in the
6199 same round since we need to handle labels in parallell with other
6200 declarations to recognize both accurately. It should also improve
6201 speed.
6202
6203 (c-simple-decl-matchers, c-basic-matchers-after):
6204 Move `c-font-lock-labels' so that it only is used on decoration level 2
6205 since `c-font-lock-declarations' handles it otherwise.
6206
6207 (c-complex-decl-matchers): Remove the simplistic recognition of
6208 access labels.
6209
6210 (c-decl-prefix-re): Remove the kludges that was necessary to cope
6211 with labels earlier.
6212
6213 (c-decl-start-re): New language variable to make
6214 `c-font-lock-declarations' stop for the special protection labels
6215 in Objective-C that start with `@'.
6216
6217 (c-label-key): Remove since it's no longer used.
6218
6219 (c-recognize-colon-labels, c-label-prefix-re): New language
6220 constants to support recognition of generic colon-terminated labels.
6221
6222 (c-type-decl-end-used): `c-decl-end' is now used whenever there
6223 are colon terminated labels.
6224
6225 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6226 first argument starts with a special brace list.
6227
6228 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
6229 (c-font-lock-declarations): Break out the declaration and cast
6230 recognition from `c-font-lock-declarations' to a new function, so
6231 that it can be used in the indentation engine.
6232
6233 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
6234 up to the start of the literal. Fixed bug with the point on the
6235 wrong side of the search limit that could happen when the start
6236 position is inside a literal.
6237
6238 * progmodes/cc-engine.el (c-parse-state)
6239 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6240 so that it's kept a little bit back to increase the hit rate.
6241
6242 (c-parse-state): Change the macro handling and fixed some
6243 glitches. Macro context is checked more often than necessary now,
6244 but otoh less garbage conses are generated.
6245
6246 * progmodes/cc-engine.el (c-parse-state)
6247 (c-invalidate-state-cache): Cache the last position where
6248 `c-state-cache' applies. This can speed up refontification quite
6249 a bit in blocks where there are many non-brace parens before the point.
6250
6251 (c-state-cache-end): New variable for this.
6252
6253 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6254 cache variable.
6255
6256 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6257 get close initial continue positions when the start position is
6258 inside a literal or macro. Do not call the callback for spots
6259 before the start position (which can happen e.g. for `c-decl-end'
6260 spots inside comments). Optimize better in special cases when the
6261 region is a single line inside a literal or macro (typically when
6262 the current line is refontified).
6263
6264 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6265 to `c-add-stmt-syntax' - there's no need to explicitly whack off
6266 entries from the paren state.
6267
6268 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6269 special case for "else if" clauses.
6270
6271 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6272 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6273
6274 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6275 New language variable to recognize the gcc extension with statement
6276 blocks inside expressions.
6277
6278 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6279 it somewhat more comprehensible. The argument AT-BLOCK-START is
6280 no longer used and hence removed.
6281
6282 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6283 to `c-add-stmt-syntax'.
6284
6285 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6286 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6287 This fixes bogus label recognition.
6288
6289 * progmodes/cc-engine.el (c-add-type, c-check-type)
6290 (c-forward-name, c-forward-type): Improve storage of template
6291 types in `c-found-types' so that they can be recognized better.
6292
6293 (c-syntactic-content): Add option to skip past nested parens.
6294
6295 * progmodes/cc-engine.el (c-forward-name):
6296 Set `c-last-identifier-range' all the time. It's less work that way.
6297 Handle that there might not be an identifier to store in
6298 `c-last-identifier-range'.
6299
6300 (c-forward-type): Handle that `c-last-identifier-range' might be
6301 nil from `c-forward-name'.
6302
6303 * progmodes/cc-defs.el (c-safe-scan-lists)
6304 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6305
6306 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6307 to work even if the form fails.
6308
6309 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6310 down in a large file in one go.
6311
6312 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6313
6314 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6315 function which is like `c-lineup-math' but returns nil instead of
6316 `c-basic-offset' when it doesn't match.
6317
6318 (c-lineup-math): Change to use `c-lineup-assignments'.
6319
6320 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6321
6322 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6323 c-beginning-of-statement. New subfunctions
6324 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6325
6326 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6327
6328 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6329 hardcoded char classes whereever possible. Changed a couple of
6330 places to use skip by syntax instead of skip by char class.
6331
6332 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6333 Fix a bug in the regexp that caused extreme backtracking.
6334
6335 * progmodes/cc-langs.el (c-block-comment-starter)
6336 (c-block-comment-ender): New language constants to specify in a
6337 single place how block comments look.
6338
6339 (c-comment-start-regexp, c-block-comment-start-regexp)
6340 (comment-start, comment-end, comment-start-skip)
6341 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6342 (c-syntactic-ws, c-nonempty-syntactic-ws)
6343 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6344 `c-line-comment-starter', `c-block-comment-starter' and
6345 `c-block-comment-ender'.
6346
6347 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6348 New language constants to break up things a bit.
6349
6350 (c-simple-ws): New language constant for simple whitespace.
6351
6352 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6353
6354 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6355 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6356 newlines. Allow and ignore nil elements in the list.
6357
6358 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6359
6360 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6361 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6362
6363 * progmodes/cc-cmds.el: Tidy up the comments in
6364 c-beginning-of-statement and subfunctions.
6365
6366 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6367 more flexible c-put-char-property and c-clear-char-properties.
6368 Add the author's email address.
6369
6370 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6371
6372 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6373 closing "*/" of a block comment.
6374
6375 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6376 subfunctions) so that it works at BOB and EOB.
6377
6378 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6379 c-beginning-of-statement, including new variable
6380 c-block-comment-start-regexp.
6381
6382 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6383
6384 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6385 symbols from `*-font-lock-extra-types' so that there's no need to
6386 use `regexp-opt' on those lists.
6387
6388 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6389 `c-type-modifier-kwds' is empty.
6390
6391 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6392 there are several strings on the same line.
6393
6394 * progmodes/cc-engine.el (c-literal-limits): Remove the
6395 compatibility function for older emacsen. `c-literal-limits-fast'
6396 has now taken the place of this function.
6397
6398 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6399 with older emacsen: We now require `pps-extended-state'.
6400
6401 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6402
6403 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6404 which obviates the need to hack sentence-end. This now handles
6405 escaped newlines in strings correctly. Correct minor bugs in
6406 c-move-over-sentence and in c-beginning-of-statement.
6407
6408 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6409 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6410 that movement over macros and code are rigorously separated from
6411 eachother. Correct a few incidental bugs.
6412
6413 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6414 Improve its doc-string. Improve the handling of certain specific cases.
6415
6416 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6417
6418 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6419 (c-guess-basic-syntax): Change the way class-level labels are
6420 recognized; they can now contain essentially any symbols.
6421
6422 (c-opt-extra-label-key): New language variable to cope with the
6423 special protection label syntax in Objective-C.
6424
6425 (c-opt-access-key): Remove; this is now handled better by
6426 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6427
6428 (c-complex-decl-matchers): Update to handle that
6429 `c-opt-access-key' no longer exists.
6430
6431 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6432 improved label recognition in `c-beginning-of-statement-1'.
6433
6434 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6435 Recognize bitfields better.
6436
6437 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6438 Remove some cruft and fixed a bug that could cause it to go to a
6439 position further down.
6440
6441 * progmodes/cc-langs.el, cc-engine.el
6442 (c-beginning-of-statement-1): Improve detection of labels in
6443 declaration contexts.
6444
6445 (c-beginning-of-decl-1): Use it.
6446
6447 (c-nonlabel-token-key): New language constant and variable needed
6448 by `c-beginning-of-statement-1'.
6449
6450 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6451 manifested itself due to the correction in `c-forward-sexp'.
6452
6453 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6454 Make these behave as documented when used at the buffer limits.
6455
6456 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6457 (c-type-decl-end-used): Made this a language variable.
6458
6459 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6460 correctly when `combine-after-change-calls' is used together with
6461 temporary narrowings.
6462
6463 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6464 Report labels correctly when the start point is immediately after the
6465 colon.
6466
6467 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6468 Remove since it isn't used anymore.
6469
6470 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6471 bracket arglists such as template parens in C++.
6472
6473 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6474 in the last check-in. Some optimization.
6475
6476 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6477 where it could stop at the same level in a preceding sexp when
6478 PAREN-LEVEL is set.
6479
6480 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6481 text property lookup only when it's needed.
6482
6483 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6484 Change the policy for paren marked angle brackets to be more
6485 persistent; once marked they remain marked even when they're found
6486 to be unbalanced in the searched region. This should keep the
6487 paren syntax around even when individual lines are refontified in
6488 multiline template arglists.
6489
6490 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6491 to control markup so that incorrect angle bracket arglists aren't
6492 marked in contexts where the correct value for
6493 `c-disallow-comma-in-<>-arglists' isn't known.
6494
6495 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6496 argument has become `c-parse-and-markup-<>-arglists'.
6497
6498 (c-remove-<>-arglist-properties): Remove - no longer used.
6499
6500 (c-after-change-check-<>-operators): New function used on
6501 `after-change-functions' to avoid that "<" and ">" characters that
6502 are part of longer operators have paren syntax.
6503
6504 (c-<>-multichar-token-regexp): New language variable used by
6505 `c-after-change-check-<>-operators'.
6506
6507 (c-after-change): Call `c-after-change-check-<>-operators'.
6508
6509 (c-font-lock-<>-arglists): Use the context properties set by
6510 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6511 correctly to avoid doing invalid markup.
6512
6513 (c-font-lock-declarations): Remove code that undoes the invalid
6514 markup done by `c-font-lock-<>-arglists'.
6515
6516 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6517 after `c-font-lock-declarations'.
6518
6519 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6520 Add paren-level feature.
6521
6522 (c-guess-basic-syntax): Improve the anchor position for
6523 `template-args-cont' in nested template arglists. There's still
6524 much to be desired in this area, though.
6525
6526 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6527
6528 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6529 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6530
6531 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6532
6533 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6534 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6535
6536 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6537 it doesn't work no longer are supported.
6538
6539 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6540 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6541 requires support for the syntax-table' text property, which rules
6542 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6543 cruft associated with those versions.
6544
6545 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6546 for the `syntax-table' text property, which rules out Emacs 19 and
6547 XEmacs < 21.4. Removed various compatibility cruft associated
6548 with those versions.
6549
6550 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6551 support for the `syntax-table' text property.
6552
6553 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6554 variable and use an extra quoted face name instead. All the
6555 emacsen flavors handle that correctly.
6556
6557 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6558 (c-font-lock-declarators, c-font-lock-declarations)
6559 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6560 property to mark the items in in declarator lists to handle
6561 refontification inside multiline declarations better.
6562
6563 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6564 construct like "a * b = c;" as a declaration.
6565
6566 2005-12-08 Kim F. Storm <storm@cua.dk>
6567
6568 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6569 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6570 select either meta, hyper, or super modifier for rectangle commands.
6571 (cua--rectangle-modifier-key): New defvar.
6572 (cua--M/H-key): Use it. Remove special case for `space'.
6573 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6574 on X, to meta otherwise. Always bind C-return to toggle
6575 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6576
6577 * emulation/cua-rect.el (cua-help-for-rectangle):
6578 Use cua--rectangle-modifier-key. Handle super modifier too.
6579 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6580 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6581
6582 * ido.el: Move Acknowledgements and History after Commentary.
6583 Minor changes to Commentary.
6584
6585 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6586 keymap if cua--prefix-override-timer is `shift'.
6587 (cua--shift-control-prefix): New function; emulate "type prefix
6588 key twice" functionality to handle shifted prefix key override.
6589 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6590 New commands.
6591 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6592
6593 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6594
6595 * textmodes/org.el (org-insert-heading): Try to do items before
6596 headings.
6597 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6598 (org-insert-item): New function.
6599 (org-renumber-ordered-list): Don't skip to higher level lists.
6600
6601 2005-12-08 Juri Linkov <juri@jurta.org>
6602
6603 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6604
6605 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6606
6607 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6608
6609 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6610 the constructed function name fun-1.
6611
6612 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6613 because such links don't lead to parent documentation.
6614
6615 2005-12-08 Kenichi Handa <handa@m17n.org>
6616
6617 * descr-text.el (describe-char): Use *Help-2* buffer if the
6618 current buffer is *Help*. Call describe-text-properties while
6619 setting the original buffer.
6620
6621 2005-12-07 Bill Wohler <wohler@newt.com>
6622
6623 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6624 and causes problems with non-MH users (such as Gnus users).
6625
6626 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6627
6628 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6629 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6630 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6631 command "info sources". Move calls to GDB command "list".
6632 (gdb-find-file-hook): Just use gdb-source-file-list.
6633 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6634 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6635 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6636 (gdb-data-list-register-values-handler): Use correct trigger name.
6637
6638 2005-12-07 Kim F. Storm <storm@cua.dk>
6639
6640 * ido.el (ido-completion-map): Rename from ido-mode-map.
6641 (ido-common-completion-map, ido-file-completion-map)
6642 (ido-file-dir-completion-map, ido-buffer-completion-map):
6643 Rename from ido-mode-....-map.
6644 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6645 (ido-setup-completion-map): Rename from ido-define-mode-map.
6646 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6647 to ido-completion-map.
6648
6649 2005-12-07 Kenichi Handa <handa@m17n.org>
6650
6651 * international/mule-cmds.el
6652 (set-display-table-and-terminal-coding-system): If the coding
6653 system specified in `unibyte-display' property is different from
6654 the arg coding-system, don't setup standard-display-table.
6655
6656 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6657
6658 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6659 that comments end at \n, regardless of selective-display.
6660
6661 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6662
6663 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6664 (gdb-version): New variables.
6665 (gdb-source-file-list, gdb-register-names)
6666 (gdb-changed-registers): New variables for use with GDB 6.4+.
6667 (gdb-ann3): Replace with...
6668 (gdb-init-1, gdb-init-2): ...two new functions.
6669 (gdba, gdb-prompt): Call gdb-init-1.
6670 (gdb-get-version): New function. Call gdb-init-2 from here.
6671 (gud-watch): Make it work with mouse events too.
6672 (gdb-post-prompt): Don't add to queue until GDB version is known.
6673 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6674 (gdb-locals-mode): Use gdb-version.
6675 (gdb-memory-format-map, gdb-memory-unit-map)
6676 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6677 (gdb-locals-font-lock-keywords-1)
6678 (gdb-locals-font-lock-keywords-2): New variables.
6679 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6680 (gdb-set-gud-minor-mode-existing-buffers-1)
6681 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6682 (gdb-var-update-1, gdb-var-update-handler-1)
6683 (gdb-data-list-register-values-handler)
6684 (gdb-data-list-register-values-custom)
6685 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6686 (gdb-stack-list-locals-handler, gdb-get-register-names):
6687 New functions for use with GDB 6.4+.
6688 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6689 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6690 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6691 (gdb-stack-list-locals-regexp)
6692 (gdb-data-list-register-names-regexp): New regexps for use with
6693 GDB 6.4+.
6694
6695 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6696
6697 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6698
6699 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6700
6701 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6702 prompts work for AUTH PLAIN. Also reported by Steve Allan
6703 <seallan@verizon.net>.
6704
6705 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6706
6707 * frame.el (set-frame-parameter): Add doc string.
6708
6709 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6710
6711 * textmodes/org.el (org-occur-highlights): New variable.
6712 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6713 (org-highlight-sparse-tree-matches): New option.
6714 (org-do-occur): New function.
6715 (org-get-heading): Make it work also at beginning of line.
6716 (org-category-table): New variable.
6717 (org-get-category-table, org-get-category)
6718 (org-camel-to-words, org-link-search): New functions.
6719 (org-select-this-todo-keyword): New variable.
6720 (org-todo-list): New command.
6721 (org-shiftright, org-shiftleft): New commands.
6722 (org-agenda-todo): Add prefix argument.
6723 (org-show-hierarchy-above): New option.
6724 (org-show-todo-tree): Numerical prefix creates tree for specific
6725 TODO keyword.
6726 (org-outline-level): New function, to assign a level to plain
6727 lists items.
6728 (org-cycle-include-plain-lists): New option.
6729 (org-mode): Use `org-outline-level' as value of `outline-level'.
6730 (org-cycle): Temporarily switch `outline-regexp' if
6731 `org-cycle-include-plain-lists' is non-nil.
6732 (org-start-icalendar-file): Fix format bug.
6733 (org-agenda-get-day-entries): Create category table.
6734 (org-agenda-get-todos, org-agenda-get-timestamps)
6735 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6736 (org-agenda-get-blocks): Use `org-get-category'.
6737 (org-context-in-file-links): Rename from
6738 `org-line-numbers-in-file-links'.
6739
6740 2005-12-06 Romain Francoise <romain@orebokech.com>
6741
6742 * window.el (balance-windows): Delete extraneous third arg in call
6743 to `enlarge-window'.
6744
6745 2005-12-06 Kenichi Handa <handa@m17n.org>
6746
6747 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6748
6749 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6750
6751 * progmodes/gdb-ui.el (gdb-var-create-handler)
6752 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6753 (gdb-var-list-children-handler, gdb-var-update-handler):
6754 Current buffer is already gdb-partial-output-buffer, don't
6755 make it current again.
6756
6757 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6758
6759 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6760 (list-buffers-noselect): Use it.
6761
6762 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6763
6764 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6765 (mail-yank-ignored-headers): Use regexp-opt.
6766 (mail-mode-map): Move initialization into declaration.
6767 (mail-sent-via): Remove unused shadowed var `to-line'.
6768 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6769 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6770 (mail-do-fcc): Use dolist and push.
6771 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6772 (mail-yank-ignored-headers): Don't autoload.
6773
6774 2005-12-05 Kenichi Handa <handa@m17n.org>
6775
6776 * international/mule-cmds.el (set-language-info-internal): New fun.
6777 (set-language-info): Call set-language-info-internal to update
6778 language-info-alist. If LANG-ENV is the current one, call
6779 set-language-environment to make INFO effective now.
6780 (set-language-info-alist): Likewise.
6781 (locale-language-names): With locale "en", use English
6782 lang. env. but set the default codings to iso-8859-1.
6783
6784 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6785
6786 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6787 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6788 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6789 for plain strings.
6790 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6791 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6792 Create registers buffer if necessary. Echo new state in minibuffer.
6793 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6794
6795 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6796
6797 * info.el (Info-fontify-node): Match external links using
6798 non-directory part of filename.
6799
6800 2005-12-04 Juri Linkov <juri@jurta.org>
6801
6802 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6803 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6804 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6805 because there is no customization option for it.
6806
6807 * font-lock.el (lisp-font-lock-keywords-1):
6808 Add define-global-minor-mode.
6809
6810 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6811
6812 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6813 properties on the constructed variable names.
6814
6815 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6816 Put `definition-name' properties on the constructed function names
6817 next-sym and prev-sym.
6818
6819 * emacs-lisp/find-func.el (find-function-regexp):
6820 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6821 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6822 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6823 and easy-menu-define.
6824
6825 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6826 easy-mmode-define-global-mode and define-global-minor-mode.
6827 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6828
6829 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6830 instead of easy-mmode-define-global-mode.
6831
6832 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6833 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6834
6835 * cus-edit.el (customize-group, customize-group-other-window):
6836 Filter out autoloaded options from the group completion list by
6837 using heuristics that autoloaded groups don't have `custom-autoload'
6838 property on their symbols (they have only `custom-loads').
6839
6840 * simple.el (completion-setup-function): Put completions-common-part
6841 face on complete completion string too (i.e. completion string
6842 without completions-first-difference face).
6843
6844 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6845
6846 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6847
6848 * view.el (view-mode): Doc fix.
6849
6850 * disp-table.el (standard-display-european): Add to the warning
6851 message a reference to the doc string.
6852
6853 * play/yow.el (apropos-zippy): Call print-help-return-message,
6854 similar to other Help and Apropos commands.
6855
6856 * help.el (print-help-return-message): If pop-up-frames is
6857 non-nil, set up help-return-method to delete the help window and,
6858 possibly, its frame as well, and don't display message about
6859 scrolling the help window. Doc fix.
6860 (help-return-method): Doc fix.
6861
6862 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
6863
6864 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6865 whereby names of length one or names starting with a
6866 symbol-constituent character would not be returned.
6867
6868 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6869
6870 * subr.el (atomic-change-group): Add edebug and indentation spec.
6871
6872 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6873
6874 * completion.el (save-completions-file-name): Fix typo in last change.
6875
6876 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6877
6878 * info.el: Move back/forward history to the beginning of the tool bar.
6879
6880 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6881
6882 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6883 Add fset of allout-real-isearch-abort during compile to fix
6884 byte-compilation warnings.
6885 (allout-mode-p): Move definition of this macro above all uses, or
6886 byte compilation in barren emacs (eg, during emacs build) will
6887 lack the definition.
6888 (allout-mode): Move this variable above any uses, or byte
6889 compilation will fail.
6890 (allout-resolve-xref): Remove use of personal file-reference function.
6891 (allout-toggle-current-subtree-encryption): Do the current (ie,
6892 visible containing) topic, rather than nearest around point. Doc fix.
6893 (allout-toggle-subtree-encryption): New function, workhorse that
6894 works on nearest topic containing point.
6895 (allout-encrypt-string): Signal requirement for newer version of pgg.
6896 (allout-resumptions): Doc fix.
6897
6898 2005-12-02 Eli Zaretskii <eliz@gnu.org>
6899
6900 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6901
6902 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
6903
6904 * textmodes/flyspell.el (flyspell-external-point-words):
6905 Consider a misspelling as found in the string search if: (a) misspelling
6906 and found string lengths match, or (b) misspelling is found as
6907 element in a boundary-chars separated longer string, or (c)
6908 ispell-program-name is really ispell and misspelling is found as
6909 part of a TeX string. After successful match move beginning of
6910 search region to end of match. Warn about not found misspellings
6911 once the process is done.
6912 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6913
6914 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
6915
6916 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6917 tool bar (removed inadvertently).
6918
6919 2005-12-02 Juri Linkov <juri@jurta.org>
6920
6921 * log-view.el (log-view-diff): Clarify doc string.
6922
6923 2005-12-01 Bill Wohler <wohler@newt.com>
6924
6925 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6926 triggers lm-verify errors.
6927
6928 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
6929
6930 * simple.el (transient-mark-mode, line-number-mode)
6931 (column-number-mode, size-indication-mode): Remove `:require nil'.
6932
6933 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6934
6935 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6936 in the margin also.
6937 (gdb-breakpoints-mode-map): Use D instead of d for
6938 gdb-delete-breakpoint.
6939 (gdb-get-frame-number): Require a number to match on.
6940 (gdb-threads-mode-map): Add follow-link binding.
6941
6942 2005-11-30 Jason Rumney <jasonr@gnu.org>
6943
6944 * isearch.el (isearch-mode-map): Avoid exiting search on
6945 language-change event.
6946
6947 2005-11-30 Romain Francoise <romain@orebokech.com>
6948
6949 * speedbar.el (speedbar-default-position): New defcustom.
6950 (speedbar-frame-reposition-smartly): Use it.
6951
6952 * dframe.el (dframe-reposition-frame-emacs): Fix position
6953 computation for `left' location.
6954 Update copyright year.
6955
6956 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6957
6958 * help.el (help-map): Move initialization into declaration.
6959
6960 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6961
6962 * help-fns.el (help-argument-name): Don't autoload.
6963 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6964 to be re-loaded when customizing the `help' group.
6965
6966 2005-11-30 John Paul Wallington <jpw@gnu.org>
6967
6968 * help-fns.el (describe-function-1): Fill arglist output.
6969
6970 2005-11-30 Kim F. Storm <storm@cua.dk>
6971
6972 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6973 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6974 after revert-buffer (or anything else which kills all local variables).
6975
6976 * apropos.el (apropos-parse-pattern): Doc fix.
6977 Set apropos-regexp directly, rather than expecting callers to do so.
6978 (apropos-command, apropos, apropos-value, apropos-documentation):
6979 Simplify calls to apropos-parse-pattern.
6980
6981 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6982
6983 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6984 (hi-lock-face-phrase-buffer): Use hi-yellow face.
6985 (hi-lock-write-interactive-patterns): Use comment-region.
6986
6987 * longlines.el (longlines-mode): Add mail-setup-hook.
6988
6989 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6990
6991 * simple.el (sendmail-user-agent-compose, next-line):
6992 Conditionally use hard-newline.
6993
6994 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6995
6996 * international/latexenc.el (latex-inputenc-coding-alist):
6997 Reword doc string.
6998
6999 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
7000
7001 * help.el (describe-key-briefly, describe-key): Recognize default
7002 bindings.
7003
7004 2005-11-29 Romain Francoise <romain@orebokech.com>
7005
7006 * view.el (view-inhibit-help-message): New defcustom.
7007 (view-mode-enter): Use it.
7008
7009 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
7010
7011 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
7012 Preserve user position.
7013
7014 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
7015
7016 * font-lock.el: Throw error if facemenu is not loaded to prevent
7017 accidental change of loading order in loadup.el. (Suggested by RMS.)
7018
7019 * loadup.el: Add comment explaining why facemenu must be loaded
7020 before font-lock.
7021
7022 2005-11-28 Jay Belanger <belanger@truman.edu>
7023
7024 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
7025 (calc-dispatch-map): Add more keys for `calc-same-interface'.
7026
7027 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
7028
7029 * calc/calc-embed.el (calc-do-embedded): Update help message.
7030
7031 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
7032
7033 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7034
7035 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
7036
7037 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
7038 called-interactively-p.
7039 (elp-profilable-p): Rename from elp-not-profilable-p.
7040 Invert result and take into account macros and autoloaded functions.
7041 (elp-instrument-function): Update call.
7042 (elp-instrument-package): Update call. Add completion.
7043 (elp-pack-number): Use match-string.
7044 (elp-results-jump-to-definition-by-mouse): Merge into
7045 elp-results-jump-to-definition and then remove.
7046 (elp-output-insert-symname): Make help echo text single-line.
7047
7048 * replace.el (query-replace-map): Move initialization into declaration.
7049 (occur-engine): Use with-current-buffer.
7050 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
7051 (occur-mode-mouse-goto): Replace with an alias.
7052
7053 2005-11-28 Juri Linkov <juri@jurta.org>
7054
7055 * simple.el (quoted-insert): Let-bind input-method-function to nil.
7056
7057 * term/w32-win.el: Bind [S-tab] to [backtab].
7058
7059 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
7060 `Info-find-file' to t.
7061
7062 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
7063 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
7064 and same-window-regexps.
7065 (occur-next-error): Don't move point for arg 0.
7066
7067 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
7068
7069 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
7070
7071 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7072
7073 * log-edit.el (log-edit-changelog-use-first): New var.
7074 (log-edit-changelog-ours-p): Use it.
7075 (log-edit-insert-changelog): Set it with new arg `use-first'.
7076 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
7077 (log-edit-hook): Add them to the list of suggested options.
7078
7079 * textmodes/flyspell.el (flyspell-last-buffer): New var.
7080 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
7081 redundant work.
7082 (flyspell-mode-on): Use add-hook for after-change-functions.
7083 (flyspell-mode-off): Use remove-hook for after-change-functions.
7084 (flyspell-changes): Make it buffer-local.
7085 (flyspell-after-change-function): Make it non-interactive. Use push.
7086 (flyspell-post-command-hook): Check input-pending-p while processing
7087 the potentially long list of buffer changes.
7088
7089 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7090
7091 * buff-menu.el (list-buffers-noselect): Display the selected
7092 frame's buffer list, not the global one.
7093
7094 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7095
7096 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
7097 that (list last-input-event) works as in interactive spec.
7098
7099 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7100
7101 * loadup.el ("facemenu"): Load facemenu before font-lock, because
7102 `facemenu-keymap' needs to be defined when font-lock is loaded.
7103 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
7104
7105 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7106
7107 * completion.el: Remove useless leading * in defcustom docstrings.
7108 (save-completions-file-name): Use ~/.emacs.d if available.
7109 (completion-standard-syntax-table): Rename from
7110 cmpl-standard-syntax-table and fold initialization into declaration,
7111 thus removing cmpl-make-standard-completion-syntax-table.
7112 (completion-lisp-syntax-table, completion-c-syntax-table)
7113 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
7114 (cmpl-saved-syntax, cmpl-saved-point): Remove.
7115 (symbol-under-point, symbol-before-point)
7116 (symbol-under-or-before-point, symbol-before-point-for-complete)
7117 (add-completions-from-c-buffer): Use with-syntax-table.
7118 (make-completion): Don't return a list of completion entries.
7119 Update callers.
7120 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
7121 (completion-initialize): Rename from initialize-completions.
7122 (completion-find-file-hook): Rename from cmpl-find-file-hook.
7123 (kill-emacs-save-completions): Collect stats here.
7124 (save-completions-to-file, load-completions-from-file):
7125 Use with-current-buffer.
7126 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
7127 into a function. Move all calls to toplevel.
7128 (completion-lisp-mode-hook): New fun.
7129 (completion-c-mode-hook, completion-setup-fortran-mode):
7130 Set the syntax-table here. Use local-set-key.
7131 (completion-saved-bindings): New var.
7132 (dynamic-completion-mode): Make it into a proper minor mode.
7133 (load-completions-from-file): Remove unused var `num-uses'.
7134
7135 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
7136 constructor if it is explicitly overridden.
7137
7138 * complete.el (PC-completion-as-file-name-predicate):
7139 Use minibuffer-completing-file-name.
7140 (partial-completion-mode): Use find-file-not-found-functions.
7141 (PC-lisp-complete-symbol): Use with-syntax-table.
7142 (PC-look-for-include-file): Remove dead setq.
7143 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
7144 (PC-complete): Use with-current-buffer.
7145
7146 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
7147 escape single quotes.
7148
7149 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7150
7151 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
7152 of `if' whose condition always returned nil. Doc fix.
7153
7154 * buff-menu.el (Buffer-menu-revert-function): Make the selected
7155 window's buffer the current buffer around the call to
7156 `list-buffers-noselect'. This is necessary to mark that buffer
7157 with a `.' in the Buffer Menu when called from Lisp, for instance
7158 by Auto Revert Mode.
7159
7160 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7161
7162 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
7163 attaching to it.
7164 (gdb-pre-prompt): Make sure gdb-error is reset.
7165
7166 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
7167 with a child process, detect it.
7168 (gud-speedbar-buttons): Match regexp more carefully.
7169
7170 2005-11-27 Richard M. Stallman <rms@gnu.org>
7171
7172 * mouse.el (mouse-drag-move-window-bottom):
7173 Use adjust-window-trailing-edge.
7174
7175 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7176
7177 * simple.el (blink-matching-open): Ignore
7178 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
7179 (blink-matching-paren-on-screen): Update docstring.
7180
7181 * paren.el (show-paren-mode): No longer change
7182 `blink-matching-paren-on-screen'.
7183
7184 2005-11-27 John Paul Wallington <jpw@pobox.com>
7185
7186 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7187 (gdb-threads-select, gdb-edit-register-value):
7188 Use `posn-set-point' instead of `mouse-set-point' because the
7189 latter is not fbound when configured without X.
7190
7191 2005-11-27 Kim F. Storm <storm@cua.dk>
7192
7193 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
7194 existing face when partially highlighting a TAB in a rectangle.
7195
7196 2005-11-26 Kim F. Storm <storm@cua.dk>
7197
7198 * ido.el (ido-mode-map): Doc fix.
7199 (ido-mode-common-map, ido-mode-file-map)
7200 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
7201 (ido-define-mode-map): Rewrite. Select one of the new maps as
7202 parent for ido-mode-map instead of building from scratch.
7203 (ido-init-mode-maps): New defun to initialize new maps.
7204 (ido-mode): Call it.
7205 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
7206 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
7207
7208 2005-11-26 John Paul Wallington <jpw@pobox.com>
7209
7210 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
7211 `mouse-set-point' because the latter is not fbound when configured
7212 without X.
7213
7214 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
7215
7216 * files.el (file-relative-name): Doc fix.
7217
7218 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7219
7220 * progmodes/octave-inf.el (inferior-octave-startup): Force a
7221 non-empty string for secondary prompt PS2.
7222
7223 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7224
7225 * progmodes/compile.el (compilation-setup): Fix last change.
7226
7227 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
7228
7229 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7230 (gdb-mouse-toggle-breakpoint-margin)
7231 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
7232 Add gdb-server-prefix to keep out of command history.
7233 (gdb-edit-register-value): New function.
7234 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
7235 (gdb-info-registers-custom): Use above map.
7236
7237 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7238
7239 * custom.el (enable-theme): Signal error if argument is not a
7240 theme. Don't recalculate a face if it's not loaded yet.
7241
7242 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7243 the `user' theme is in effect.
7244
7245 * info.el (Info-on-current-buffer): Record actual filename in
7246 Info-current-file, instead of t, or a fake filename if a non-file
7247 buffer. Make autoload.
7248 (Info-find-node, Info-revert-find-node): No need to check for
7249 Info-current-file nil.
7250 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7251 Info-current-file is now never `t'.
7252 (Info-fontify-node): Many simplifications due to Info-current-file
7253 always being valid. Use Info-find-file to find node filename.
7254
7255 2005-11-25 David Kastrup <dak@gnu.org>
7256
7257 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7258 new character, then delete" in order to preserve markers.
7259
7260 2005-11-25 David Ponce <david@dponce.com>
7261
7262 * recentf.el (recentf-arrange-by-rule): Handle a special
7263 `auto-mode-alist'-like "strip suffix" rule.
7264 (recentf-build-mode-rules): Handle second level auto-mode entries.
7265
7266 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7267
7268 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7269 window modes.
7270
7271 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7272 jde-javadoc-checker-report-mode.
7273
7274 * ediff-wind (ediff-make-wide-display): Slight simplification.
7275
7276 * ediff.el (ediff-date): Change the date of last update.
7277
7278 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7279
7280 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7281 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7282 (hi-lock-mode): New global minor mode.
7283 (turn-on-hi-lock-if-enabled): New function.
7284 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7285 Change arguments to regexp and face instead of a font-lock pattern.
7286 Directly set face property, instead of refontifying.
7287 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7288 (hi-lock-find-patterns): Use line-number-at-pos.
7289
7290 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7291 arguments for hi-lock-set-pattern.
7292 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7293 Call font-lock-fontify-buffer.
7294 (hi-lock-find-file-hook, hi-lock-current-line)
7295 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7296
7297 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7298 turned off.
7299
7300 * progmodes/compile.el (compilation-setup): Don't fiddle with
7301 font-lock-defaults.
7302
7303 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7304
7305 * progmodes/gdb-ui.el (gdb-var-create-handler)
7306 (gdb-var-list-children-handler): Find values for all variable
7307 objects. gud-speedbar-buttons decides whether to display them.
7308
7309 2005-11-24 Romain Francoise <romain@orebokech.com>
7310
7311 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7312 buffer name with a space.
7313
7314 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7315
7316 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7317 `org-export-local-list-max-depth'. Change default value to 3.
7318 (org-auto-renumber-ordered-lists)
7319 (org-plain-list-ordered-item-terminator): New options.
7320 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7321 (org-get-indentation, org-get-string-indentation)
7322 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7323 New functions.
7324 (org-move-item-down, org-move-item-up): New commands.
7325 (org-export-as-html): New classes for CSS support. Bug fix in
7326 regular expression detecting fixed-width regions. Respect
7327 `org-local-list-ordered-item-terminator'.
7328 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7329 also a list item.
7330 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7331 New item moving functions.
7332
7333 2005-11-24 Juri Linkov <juri@jurta.org>
7334
7335 * isearch.el (isearch-repeat): With empty search ring set
7336 `isearch-error' to the error string instead of signaling error
7337 with the function `error'.
7338
7339 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7340
7341 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7342
7343 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7344
7345 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7346 and variable.
7347 (gdb-var-create-handler, gdb-var-list-children-handler):
7348 Don't match on "char **...".
7349 (gdb-var-update-handler): Find values for all variable objects.
7350 (gdb-info-frames-custom): Identify frames by leading "#".
7351
7352 * progmodes/gud.el (gud-speedbar-menu-items): Add
7353 gdb-speedbar-auto-raise as radio button.
7354 (gud-speedbar-buttons): Raise speedbar if requested.
7355 Don't match on "char **...".
7356 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7357 Make it editable.
7358
7359 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7360
7361 * info.el (Info-fontify-node): Handle the case where
7362 Info-current-file is t.
7363
7364 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7365
7366 * simple.el (blink-matching-open): Fix off-by-one in last change.
7367
7368 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7369
7370 * term/mac-win.el: Don't change default directory.
7371
7372 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7373
7374 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7375 buffers correctly. (It used to throw an error in such buffers.)
7376 Make it ask for confirmation in group buffers and other Custom
7377 buffers containing more than one customization item.
7378
7379 2005-11-22 John Paul Wallington <jpw@gnu.org>
7380
7381 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7382 property on mail and url overlays.
7383 (goto-address-at-point): Use `posn-set-point' instead of
7384 `mouse-set-point' because the latter is not fbound when configured
7385 without X.
7386
7387 2005-11-22 Lars Hansen <larsh@soem.dk>
7388
7389 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7390 (ls-lisp-classify, ls-lisp-format): Delete call to
7391 ls-lisp-parse-symlink.
7392 (ls-lisp-handle-switches): Handle symlinks to directories as
7393 directories when ls-lisp-dirs-first in non-nil.
7394
7395 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7396
7397 * startup.el (command-line): Make sure that loaddefs.el is handled
7398 correctly in load-history.
7399
7400 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7401
7402 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7403 (gdb-struct-string, gdb-array-string): New constants.
7404 (gdb-info-locals-handler): Use them.
7405 (gdb-reset): Reset gdb-var-list to nil.
7406
7407 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7408
7409 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7410 in patterns.
7411
7412 2005-11-21 Juri Linkov <juri@jurta.org>
7413
7414 * custom.el (defcustom): Update link types in docstring.
7415
7416 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
7417
7418 * custom.el (defgroup): Add doc-string-elt info.
7419
7420 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7421
7422 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7423
7424 * newcomment.el (comment-enter-backward): Fix last fix.
7425
7426 * simple.el (blink-matching-open):
7427 * paren.el (show-paren-function): Allow new paren-class info.
7428
7429 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7430
7431 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7432 handled automagically.
7433
7434 2005-11-20 Andreas Schwab <schwab@suse.de>
7435
7436 * descr-text.el (describe-char): When copying overlays put them
7437 over the full char description instead of just the first character
7438 of it.
7439
7440 2005-11-20 Juri Linkov <juri@jurta.org>
7441
7442 * simple.el (what-cursor-position):
7443 * descr-text.el (describe-char): Use Lisp-readable syntax
7444 for octal and hex. Reorder decimal, octal and hex values.
7445 Remove excess whitespace in the output. Use `=' in `column='
7446 like in `point=' and `Hscroll='.
7447
7448 * international/mule-cmds.el (encoded-string-description):
7449 Use Lisp-readable syntax for hex.
7450
7451 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7452
7453 * newcomment.el (comment-enter-backward): Handle the case where the
7454 comment is closed by EOB.
7455
7456 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7457
7458 * longlines.el (longlines-before-revert-hook)
7459 (longlines-after-revert-hook): New functions.
7460 (longlines-mode): Turn off longlines temporarily when reverting.
7461 Add a message-setup-hook.
7462 (longlines-decode-buffer): New function.
7463 (longlines-wrap-line): Preserve marker positions.
7464
7465 2005-11-19 Andreas Schwab <schwab@suse.de>
7466
7467 * emacs-lisp/shadow.el: Handle compressed files.
7468
7469 2005-11-19 Romain Francoise <romain@orebokech.com>
7470
7471 * net/browse-url.el (browse-url-default-browser): Signal an error
7472 if no usable browser can be found, rather than try to load w3.
7473
7474 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7475
7476 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7477 replacing existing properties.
7478 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7479 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7480 tty specs.
7481 (rcirc-server-prefix, rcirc-server): New faces.
7482 (rcirc-url-regexp): Generate with rx macro.
7483 (rcirc-last-server-message-time): New variable.
7484 (rcirc-filter): Record time of last message.
7485 (rcirc-keepalive): Kill processes that did not send a message
7486 since the last ping.
7487 (rcirc-mode): Give rcirc-topic a local binding here.
7488
7489 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7490
7491 * subr.el (read-passwd): Fontify the prompt as we do with other
7492 prompts.
7493
7494 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7495
7496 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7497 binding buffer-read-only to nil.
7498
7499 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7500
7501 * complete.el (partial-completion-mode):
7502 Mention completion-auto-help in the doc string.
7503
7504 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7505 more Lisp-ish way.
7506
7507 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7508
7509 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7510 digits, not 8, to avoid misalignment for files larger than 100MB.
7511
7512 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7513
7514 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7515 Mention "keyboard shortcuts" in the help text.
7516
7517 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7518
7519 * startup.el (fancy-splash-default-action): Discard only
7520 mouse-down and succeeding mouse-up events in the splash screen
7521 window so that drag-n-drop event can be processed.
7522
7523 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7524
7525 * longlines.el (longlines-mode): Add hacks for mail-mode and
7526 message-mode.
7527
7528 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7529
7530 * textmodes/org.el (org-table-sort-lines): New command.
7531 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7532 (org-add-file): Command removed, use `org-agenda-file-to-front'
7533 instead.
7534 (org-export-icalendar): Use `org-icalendar-combined-name'.
7535 (org-cycle-agenda-files, org-agenda-file-to-end)
7536 (org-agenda-file-to-front): New commands.
7537 (org-table-tab-jumps-over-hlines, org-export-html-style):
7538 New options.
7539 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7540 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7541 New functions.
7542 (org-fill-paragraph): Call `org-table-align' in tables.
7543 (org-mode): Call `org-set-autofill-regexps'.
7544 (org-export-as-html): Support for local handformatted lists.
7545 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7546 (org-export-local-list-max-depth): New option.
7547 (org-html-expand): Use `org-html-protect'.
7548
7549 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7550
7551 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7552 to "p".
7553 (gdb): Move definition of gud-pp to...
7554
7555 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7556 speedbar.
7557 (gdb-find-watch-expression): New function.
7558
7559 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7560
7561 * faces.el (face-attribute, set-face-attribute): Mention existence
7562 of `:ignore-defface' setting in docstring.
7563
7564 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7565
7566 * simple.el (completion-setup-function): Fix last change.
7567
7568 2005-11-17 John Paul Wallington <jpw@pobox.com>
7569
7570 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7571 Use `posn-set-point' instead of `mouse-set-point' because the
7572 latter is not fbound when configured without X.
7573
7574 * comint.el (comint-insert-input): Likewise.
7575
7576 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7577
7578 * simple.el (hard-newline): New variable.
7579 (sendmail-user-agent-compose, next-line): Use it.
7580
7581 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7582 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7583 (mail-mail-reply-to, mail-mail-followup-to)
7584 (mail-position-on-field, mail-signature, mail-yank-original)
7585 (mail-attach-file): Likewise.
7586
7587 * mail/mailheader.el (mail-header-format)
7588 (mail-header-format-function): Likewise.
7589
7590 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7591
7592 2005-11-17 Juri Linkov <juri@jurta.org>
7593
7594 * font-lock.el (font-lock-faces): Rename this defgroup from
7595 `font-lock-highlighting-faces'.
7596 (font-lock-comment-face, font-lock-comment-delimiter-face)
7597 (font-lock-string-face, font-lock-doc-face)
7598 (font-lock-keyword-face, font-lock-builtin-face)
7599 (font-lock-function-name-face, font-lock-variable-name-face)
7600 (font-lock-type-face, font-lock-constant-face)
7601 (font-lock-warning-face, font-lock-negation-char-face)
7602 (font-lock-preprocessor-face)
7603 (font-lock-regexp-grouping-backslash)
7604 (font-lock-regexp-grouping-construct): Rename :group from
7605 `font-lock-highlighting-faces' to `font-lock-faces'.
7606
7607 * cus-edit.el (lisp, c, tex):
7608 * progmodes/ada-mode.el (ada):
7609 * progmodes/asm-mode.el (asm):
7610 * progmodes/cperl-mode.el (cperl-faces):
7611 * progmodes/cpp.el (cpp):
7612 * progmodes/dcl-mode.el (dcl):
7613 * progmodes/f90.el (f90):
7614 * progmodes/fortran.el (fortran):
7615 * progmodes/icon.el (icon):
7616 * progmodes/idlwave.el (idlwave-misc):
7617 * progmodes/m4-mode.el (m4):
7618 * progmodes/make-mode.el (makefile):
7619 * progmodes/meta-mode.el (meta-font):
7620 * progmodes/modula2.el (modula2):
7621 * progmodes/octave-mod.el (octave):
7622 * progmodes/pascal.el (pascal):
7623 * progmodes/perl-mode.el (perl):
7624 * progmodes/prolog.el (prolog):
7625 * progmodes/ps-mode.el (PostScript-edit):
7626 * progmodes/scheme.el (scheme):
7627 * progmodes/sh-script.el (sh-script):
7628 * progmodes/simula.el (simula):
7629 * progmodes/tcl.el (tcl):
7630 * textmodes/nroff-mode.el (nroff):
7631 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7632 * textmodes/sgml-mode.el (sgml):
7633 * textmodes/texinfo.el (texinfo):
7634 Add :link (custom-group-link font-lock-faces) to defgroup.
7635
7636 * hi-lock.el (hi-lock): Rename this defgroup from
7637 `hi-lock-interactive-text-highlighting'. Change parent group from
7638 `faces' to `font-lock'. Add link to the manual.
7639 (hi-lock-mode, hi-lock-file-patterns-range)
7640 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7641 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7642 (hi-lock-faces): Add :group `faces'.
7643
7644 * cus-edit.el (custom-variable-prompt): Clarify the code.
7645
7646 * faces.el (face-read-string): Set the default value arg of
7647 completing-read.
7648
7649 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7650
7651 * rfn-eshadow.el (file-name-shadow-properties)
7652 (file-name-shadow-tty-properties, file-name-shadow-mode):
7653 Remove autoloads, because the file is now preloaded.
7654
7655 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7656
7657 * printing.el (easy-menu-intern): Don't define.
7658 (pr-get-symbol): Use easy-menu-intern only if defined.
7659
7660 * simple.el (blink-matching-open): Simplify a bit.
7661 (completion-setup-function): Fix the case of partial-completion-mode
7662 when the minibuffer's contents start with "-".
7663 Obey completion-base-size-function even when
7664 minibuffer-completing-file-name is non-nil.
7665
7666 2005-11-16 Richard M. Stallman <rms@gnu.org>
7667
7668 * net/eudcb-ph.el (eudc-ph-open-session):
7669 Use set-process-query-on-exit-flag.
7670
7671 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7672
7673 * international/ucs-tables.el (ucs-set-table-for-input):
7674 Use make-local-variable, not make-variable-buffer-local.
7675
7676 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7677 Improve warning message text.
7678
7679 * savehist.el (savehist-save-hook): Add :group.
7680
7681 * menu-bar.el (menu-bar-help-menu):
7682 Rename Find Extra Packages to External Packages.
7683
7684 * cus-edit.el (Custom-reset-standard): Verify that
7685 :custom-standard-value prop exists before calling it.
7686
7687 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7688
7689 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
7690
7691 * wid-edit.el (color): Enclose %t in %{...%}.
7692
7693 * cus-edit.el (face): Enclose %t in %{...%}.
7694
7695 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7696
7697 * savehist.el (savehist-mode-hook): Re-add the var.
7698 (savehist-mode): Use it.
7699
7700 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7701
7702 * textmodes/flyspell.el: Fix commenting convention.
7703 Remove unnecessary leading * in custom docstrings.
7704 (flyspell-emacs): Remove unused var.
7705 (flyspell-delete-region-overlays): Use remove-overlays.
7706 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7707 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7708 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7709 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7710 (make-flyspell-overlay): Don't locally reuse a global name.
7711 (flyspell-highlight-incorrect-region)
7712 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7713 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7714 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7715 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7716 Wrap calls to accept-process-output inside with-local-quit since it's
7717 often called from a post-command-hook.
7718 (flyspell-correct-word, flyspell-auto-correct-word):
7719 Use ispell-send-string.
7720 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7721
7722 * calendar/diary-lib.el (diary-list-entries): Also hide the
7723 terminating newline.
7724
7725 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7726
7727 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7728 window-system, to allow fonts on tty.
7729
7730 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7731
7732 * progmodes/gud.el (gud-speedbar-item-info): New function.
7733 (gud-install-speedbar-variables): Use it to display data type
7734 of watch expression as a tooltip in speedbar.
7735
7736 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7737
7738 * font-core.el (global-font-lock-mode): Add :version keyword,
7739 because default was changed.
7740
7741 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7742
7743 * startup.el (command-line): Use `custom-reevaluate-setting' for
7744 `file-name-shadow-mode'.
7745
7746 * loadup.el: Preload rfn-eshadow.
7747
7748 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7749 Add :version keyword.
7750 (file-name-shadow-properties, file-name-shadow-tty-properties)
7751 (file-name-shadow): Add :version keyword.
7752
7753 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7754 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7755 in the custom-group property of the symbol frames and the fringe
7756 group got no link to its parent group frames.
7757 Doc fix.
7758
7759 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7760
7761 * progmodes/gud.el (gud-stop-subjob): New function.
7762 (gud-menu-map, gud-tool-bar-map): Use it.
7763
7764 2005-11-16 Kim F. Storm <storm@cua.dk>
7765
7766 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7767 than kill it.
7768 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7769 to a more useful/logical place.
7770
7771 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7772
7773 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7774 go buttons complementary.
7775
7776 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7777
7778 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7779 (rfn-eshadow-sifn-equal): New function.
7780 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7781
7782 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7783
7784 * viper-utils.el (viper-non-word-characters-reformed-vi):
7785 Quote `-' in string.
7786
7787 * viper.el (viper-emacs-state-mode-list): Ensure that
7788 rcirc-mode buffers come up in Emacs state.
7789
7790 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7791 operation.
7792
7793 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7794
7795 * term.el (term-termcap-format): Fix typos.
7796 (term-down): Fix the negative argument case.
7797
7798 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7799
7800 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7801 2005-08-15.
7802 (gdb-ann3): New command gud-go.
7803 (menu): Accomodate gdb-mi.el.
7804 (gdb-assembler-custom): Make buffer of selected window current
7805 so that set-window-point works.
7806
7807 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7808 buttons and include new ones.
7809
7810 2005-11-16 Kim F. Storm <storm@cua.dk>
7811
7812 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7813 (gud-menu-map): Use it.
7814
7815 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7816
7817 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7818 that works correctly for Custom and that does not override a user
7819 who disables it.
7820
7821 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7822 (help-xref-interned, help-follow): Make hyperlinks for variables
7823 that are unbound, but have a non-nil variable-documentation property.
7824
7825 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7826 mode hook. (It conflicted with defcustoms for some mode hooks.)
7827 Use the `variable-documentation' property to give the mode hook a
7828 docstring and expand that docstring.
7829
7830 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7831
7832 * savehist.el (savehist-mode): Don't bother with
7833 `custom-set-minor-mode'.
7834 (savehist-coding-system): Check XEmacs version.
7835 (history-length): Declare also at run time.
7836 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7837 Don't set the customize state.
7838 (savehist-minibuffer-hook): Special case for when
7839 minibuffer-history-variable is equal to t.
7840
7841 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7842
7843 * files.el (write-file): Refresh VC status.
7844
7845 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7846 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7847 than fundamental-mode to see if the mode was set.
7848
7849 2005-11-14 Romain Francoise <romain@orebokech.com>
7850
7851 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7852 dummy function in `eval-when-compile' to avoid compiler warning.
7853 Require `man' at compile time.
7854
7855 2005-11-14 Jay Belanger <belanger@truman.edu>
7856
7857 * calc-alg.el (calcFunc-write-out-power): Rename it to
7858 calcFunc-powerexpand.
7859 (math-write-out-power): Rename it to math-powerexpand; have it
7860 handle negative exponents.
7861 (calc-writeoutpower): Rename it to calc-powerexpand.
7862
7863 * calc-ext.el: Change calcFunc-writeoutpower and
7864 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7865 autoloads.
7866 Add calcFunc-ldiv to autoloads.
7867
7868 * calc-arith.el (calcFunc-ldiv): New function.
7869
7870 * calc.el (calc-left-divide): New function.
7871
7872 2005-11-14 Juri Linkov <juri@jurta.org>
7873
7874 * cus-edit.el (custom-variable-prompt): Set the default value arg
7875 of completing-read.
7876
7877 * cus-dep.el (custom-make-dependencies): Reverse the list of
7878 found dependencies.
7879
7880 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7881
7882 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7883 Highlighting" entry, it is on by default now.
7884 (menu-bar-options-save): Do not save global-font-lock-mode.
7885
7886 2005-11-13 Richard M. Stallman <rms@gnu.org>
7887
7888 * textmodes/flyspell.el (flyspell-large-region):
7889 Call flyspell-accept-buffer-local-defs.
7890
7891 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
7892
7893 * textmodes/flyspell.el (flyspell-notify-misspell):
7894 Fix misspelling of "Misspelling".
7895 (flyspell-process-localwords): New function.
7896 (flyspell-large-region): Call flyspell-process-localwords and
7897 flyspell-delete-region-overlays.
7898 (flyspell-delete-region-overlays): New function.
7899 (flyspell-delete-all-overlays): Call that.
7900
7901 2005-11-13 Richard M. Stallman <rms@gnu.org>
7902
7903 * help.el (help-for-help-internal): Improve doc of C-h a.
7904 (describe-key): Improve prompt; doc fix.
7905
7906 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7907
7908 * vc-svn.el (vc-svn-registered): Catch all errors.
7909
7910 * cus-dep.el (custom-make-dependencies): Typo.
7911
7912 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
7913
7914 * net/tramp-util.el (top): Fix compilation warning.
7915
7916 2005-11-13 Kim F. Storm <storm@cua.dk>
7917
7918 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
7919
7920 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7921
7922 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7923 (gud-speedbar-buttons): Match on "const char *" too.
7924
7925 * progmodes/gdb-ui.el (gdb-var-create-handler)
7926 (gdb-var-list-children-handler): Match on "const char *" too.
7927 (gdb-var-evaluate-expression-handler): Match on empty string.
7928 (gdb-var-update-handler): Only call
7929 gdb-var-evaluate-expression-handler when required.
7930
7931 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7932
7933 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7934 selected window. This still doesn't work for speedbar.
7935 (gud-speedbar-buttons): Handle string expressions properly.
7936
7937 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7938 (gdb-var-create-handler): Handle string expressions properly.
7939 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7940 Handle string expressions properly. Move "type" field into regexp.
7941
7942 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7943
7944 * bookmark.el (bookmark-maybe-message): New function to reduce
7945 code duplication: invokes `message' iff baud-rate is high enough.
7946 (bookmark-write-file): Use above instead of an inline conditional.
7947 (bookmark-load): Same.
7948
7949 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7950
7951 * bookmark.el (bookmark-write-file): Don't visit the destination
7952 file, just write the data to it using write-region. This is
7953 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7954 change to avoid visiting the file in the first place.
7955
7956 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
7957
7958 * hi-lock.el (hi-lock-mode): Set the default value of
7959 font-lock-defaults.
7960
7961 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
7962
7963 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7964 arg to `file-attributes'.
7965 (find-lisp-format): The UID and GID can now be strings.
7966
7967 2005-11-12 Kim F. Storm <storm@cua.dk>
7968
7969 * help.el (help-map): Bind C-h d to apropos-documentation.
7970
7971 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7972 when point is at end-of-buffer.
7973
7974 * apropos.el (apropos-match-face): Doc fix.
7975 (apropos-sort-by-scores): Add new choice `verbose'.
7976 (apropos-documentation-sort-by-scores): New defcustom.
7977 (apropos-pattern): Now contains the pattern entered by the user.
7978 (apropos-pattern-quoted): New defvar.
7979 (apropos-regexp): New defvar, containing the regexp corresponding
7980 to apropos-pattern.
7981 (apropos-all-words-regexp): Rename from apropos-all-regexp.
7982 (apropos-read-pattern): New defun. Use it to read pattern arg in
7983 interactive calls; returns list of words for a word list, and
7984 string for a regexp.
7985 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
7986 parses a list of words or regexp as returned by apropos-read-pattern.
7987 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7988 (apropos-score-doc): Return a very high score if the string
7989 entered by the user matches literally.
7990 (apropos-variable): Doc fix. Use apropos-read-pattern.
7991 (apropos-command): Doc fix. Use apropos-read-pattern and
7992 apropos-parse-pattern. Call apropos-print with nosubst=t.
7993 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
7994 apropos-parse-pattern.
7995 (apropos-documentation): Doc fix. Use apropos-read-pattern and
7996 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
7997 apropos-documentation-sort-by-scores. Call apropos-print with
7998 nosubst=t.
7999 (apropos-documentation-internal): Pass doc string through
8000 substitute-key-definition before adding text properties.
8001 Highlight substring matching literal user input if possible.
8002 (apropos-documentation-check-doc-file): Remove locals beg and end.
8003 Fix calculation of score (as added twice). Pass doc string through
8004 substitute-key-definition before adding text properties.
8005 (apropos-documentation-check-elc-file): Pass doc string through
8006 substitute-key-definition before adding text properties.
8007 Highlight substring matching literal user input if possible.
8008 (apropos-print): Add new arg NOSUBST; if set, command and variable
8009 doc strings have already been passed through substitute-key-definition.
8010 Add code to handle apropos-accumulator items without score element
8011 for backwards compatibility (e.g. with woman package).
8012 Only show scores if apropos-sort-by-scores is `verbose'.
8013
8014 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8015
8016 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
8017 Add jka-compr-load-suffixes to load-suffixes.
8018
8019 * jka-compr.el: Require jka-cmpr-hook.
8020 (jka-compr-info-compress-message, jka-compr-info-compress-program)
8021 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
8022 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
8023 (jka-compr-info-can-append, jka-compr-info-strip-extension)
8024 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
8025 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
8026 (jka-compr-uninstall): Remove entries from
8027 jka-compr-added-to-file-coding-system-alist after they are used.
8028 (jka-compr-error): Remove unused var `curbuf'.
8029 (jka-compr-file-local-copy): Remove unused var `notfound'.
8030
8031 2005-11-10 Romain Francoise <romain@orebokech.com>
8032
8033 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
8034
8035 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
8036
8037 * progmodes/gud.el (gud-menu-map): Move parentheses.
8038 (gdb): New command gud-pv.
8039
8040 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8041
8042 * tar-mode.el: Remove spurious or unnecessary leading stars
8043 in docstrings.
8044 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
8045 (tar-parse-octal-integer-safe): Use mapc.
8046 (tar-header-block-summarize): Remove unused var `ck'.
8047 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
8048 cleared before. Obey default-enable-multibyte-characters.
8049 Use mapconcat. Simplify setting of tar-header-offset.
8050 (tar-mode-map): Move initialization inside delcaration.
8051 (tar-flag-deleted): Use `abs'.
8052 (tar-expunge-internal): Remove unused var `line'.
8053 (tar-expunge-internal): Don't hardcode point-min==1.
8054 (tar-expunge): Widen while doing set-buffer-multibyte.
8055 (tar-rename-entry): Use file-name-coding-system.
8056 (tar-alter-one-field): Don't hardcode point-min==1.
8057 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
8058 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
8059
8060 2005-11-10 Masatake YAMATO <jet@gyve.org>
8061
8062 * add-log.el (add-log-current-defun): Handle class::method
8063 notation of c++. Fix incorrect comment.
8064
8065 2005-11-10 Alan Mackenzie <acm@muc.de>
8066
8067 * help-fns.el (describe-variable): Make C-h v work when a variable
8068 has variable documentation yet is unbound.
8069
8070 2005-11-10 Masatake YAMATO <jet@gyve.org>
8071
8072 * man.el (Man-highlight-references): Set an empty
8073 string to `Man-arguments' if it is nil.
8074 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
8075
8076 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8077
8078 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
8079 commenting conventions.
8080
8081 * cus-dep.el (custom-make-dependencies): Simplify.
8082 Better follow the commenting conventions.
8083
8084 2005-11-09 Richard M. Stallman <rms@gnu.org>
8085
8086 * apropos.el (apropos-pattern): Rename from apropos-regexp.
8087 (apropos-orig-pattern): Rename from apropos-orig-regexp.
8088 All uses changed.
8089 (apropos-rewrite-regexp): Doc fix.
8090 (apropos-variable, apropos-command, apropos, apropos-value):
8091 Change prompt; carry through the argument renaming.
8092
8093 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
8094
8095 * find-lisp.el: Require dired.
8096 (find-lisp-find-dired-internal): Do not call
8097 `abbreviate-file-name' on DIR.
8098
8099 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
8100
8101 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
8102
8103 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
8104
8105 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
8106 when using the speedbar.
8107 (gdb): New command gud-pp.
8108 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
8109
8110 2005-11-09 Juri Linkov <juri@jurta.org>
8111
8112 * replace.el (occur-excluded-properties): New defcustom.
8113 (occur-1, occur-engine, occur-accumulate-lines): Use it.
8114
8115 2005-11-08 Jay Belanger <belanger@truman.edu>
8116
8117 * calc/calc-units.el (math-convert-units): Replace any composite
8118 unit by its definition.
8119
8120 2005-11-08 Lars Hansen <larsh@soem.dk>
8121
8122 * emacs-lisp/autoload.el (update-directory-autoloads):
8123 Add obsolete function alias.
8124
8125 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8126
8127 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8128 comment-indent-function.
8129 (lisp-comment-indent): Replace by an alias for comment-indent-default.
8130
8131 * reveal.el (reveal-post-command): Rework the handling of
8132 reveal-open-spots, so as to be more reliable. There were several
8133 tricky corner cases where an open spot might be lost, or where
8134 a closed spot might end up on the list of open spots.
8135 Only reveal text that's ellipsised.
8136
8137 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
8138
8139 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
8140
8141 2005-11-07 John Paul Wallington <jpw@gnu.org>
8142
8143 * ibuffer.el (ibuffer): Search iconified frames too when
8144 getting Ibuffer buffer's window.
8145
8146 2005-11-06 Richard M. Stallman <rms@gnu.org>
8147
8148 * progmodes/compile.el (compilation-internal-error-properties):
8149 save-excursion around the computation of MARKER.
8150
8151 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
8152
8153 * textmodes/flyspell.el (flyspell-external-point-words):
8154 flyspell-get-word returns a list, not just a string.
8155
8156 2005-11-06 John Paul Wallington <jpw@pobox.com>
8157
8158 * ibuffer.el (ibuffer): Search all visible frames when getting
8159 Ibuffer buffer's window.
8160
8161 2005-11-07 Masatake YAMATO <jet@gyve.org>
8162
8163 * man.el (Man-reference-regexp): Accept spaces between
8164 `Man-name-regexp' and `Man-section-regexp'.
8165 (Man-apropos-regexp): New variable.
8166 (Man-abstract-xref-man-page): Use value for `Man-target-string'
8167 if available.
8168 (Man-highlight-references, Man-highlight-references0):
8169 Handle the case when `Man-arguments' includes "-k".
8170 (Man-highlight-references0): Rename the argument `TARGET-POS' to
8171 `TARGET'. `TARGET' can be a number, function or nil.
8172
8173 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
8174
8175 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
8176 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
8177 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
8178 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
8179 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
8180 (gdb-send-item): Use buffer-local-value and simplify.
8181
8182 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
8183
8184 * startup.el (command-line): Use `custom-reevaluate-setting' for
8185 `global-font-lock-mode'.
8186
8187 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
8188 by default, except in batch mode or when the -D option is given.
8189
8190 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
8191 specified keyword args on to `define-minor-mode'. Update docstring.
8192
8193 2005-11-05 Romain Francoise <romain@orebokech.com>
8194
8195 * replace.el (occur-engine): Add marker at end of line, too.
8196
8197 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8198
8199 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8200 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8201 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8202 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8203 argument to all these routines, so the passphrase can be managed
8204 externally and passed in to the system.
8205 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8206 pgg-add-passphrase-to-cache function.
8207
8208 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8209 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8210 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8211 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8212 argument to all these routines, so the passphrase can be managed
8213 externally and passed in to the system.
8214 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8215 function.
8216
8217 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8218
8219 * font-lock.el: Don't deal with font-lock-face-attributes here,
8220 move the code ...
8221
8222 * startup.el (command-line): ... here. Use face-spec-set instead
8223 of custom-declare-face.
8224
8225 * faces.el (face-spec-set): Reset the face if spec is not nil.
8226
8227 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8228
8229 * newcomment.el (comment-region-internal): Box more tightly in the
8230 common case where there's no TAB in the boxed text.
8231
8232 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8233
8234 * info.el (info-tool-bar-map): Use images prev-node, next-node and
8235 up-node.
8236
8237 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8238
8239 * newsticker.el: Commentary updated. Code formatting changed.
8240 (newsticker-version): Change to "1.9".
8241 (newsticker, newsticker-feed): Doc fix.
8242 (newsticker-url-list): Doc fix. Add option "Weekly".
8243 (newsticker-retrieval-interval): Add option "Weekly".
8244 (newsticker-headline-processing): Doc fix.
8245 (newsticker-auto-mark-filter): Remove.
8246 (newsticker-auto-mark-filter-list): New.
8247 (newsticker-layout, newsticker-sort-method): Doc fix.
8248 (newsticker-hide-old-items-in-newsticker-buffer)
8249 (newsticker-heading-format, newsticker-item-format)
8250 (newsticker-desc-format): Doc fix.
8251 (newsticker-show-all-rss-elements): Remove.
8252 (newsticker-show-all-news-elements): New.
8253 (newsticker-faces, newsticker-ticker): Doc fix.
8254 (remove-from-invisibility-spec): Code formatting.
8255 (newsticker--process-ids): New.
8256 (newsticker-mode): Doc fix.
8257 (newsticker-mode): Change mode-line-format.
8258 (newsticker-start): Remove debug output.
8259 (newsticker-start-ticker): Doc fix. Add autoload cookie.
8260 (newsticker-w3m-show-inline-images): Code formatting.
8261 (newsticker-next-item): Call `force-mode-line-update'.
8262 (newsticker-previous-item): Call `force-mode-line-update'.
8263 (newsticker-next-feed): Call `force-mode-line-update'.
8264 (newsticker-previous-feed): Call `force-mode-line-update'.
8265 (newsticker-mark-all-items-at-point-as-read): Code formatting.
8266 (newsticker-show-old-items): Do not show descs.
8267 (newsticker-hide-entry): Hide too much.
8268 (newsticker-hide-entry, newsticker-show-entry)
8269 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8270 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8271 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8272 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8273 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8274 (newsticker-get-news): Call `force-mode-line-update'.
8275 Collect process ids.
8276 (newsticker--sentinel): Change coding system handling.
8277 Move image retrieval to new functions newsticker--get-logo-url-*.
8278 Move feed parsing to new functions newsticker--parse-*.
8279 Update list of process ids.
8280 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8281 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8282 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8283 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8284 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8285 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8286 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8287 (newsticker--decode-coding-string): Remove.
8288 (newsticker--decode-numeric-entities): Check input. Format code.
8289 (newsticker--remove-whitespace): Check input.
8290 (newsticker--do-forget-preformatted): Doc fix.
8291 (newsticker--decode-rfc822-date): Allow for missing time.
8292 (newsticker--update-process-ids): New.
8293 (newsticker--image-sentinel): Change comment.
8294 (newsticker--image-read): Change error message.
8295 (newsticker--imenu-goto): Doc fix. Show headline title.
8296 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8297 (newsticker--buffer-do-insert-text): Clean whitespace in
8298 html-rendered headline title. Code formatting.
8299 Call `newsticker--buffer-print-extra-elements'.
8300 (newsticker--buffer-print-extra-element): Remove.
8301 (newsticker--buffer-print-extra-elements): New.
8302 (newsticker--buffer-do-print-extra-element): New.
8303 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8304 large sizes.
8305 (newsticker--run-auto-mark-filter)
8306 (newsticker--do-run-auto-mark-filter):
8307 Use `newsticker-auto-mark-filter-list'.
8308
8309 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8310
8311 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8312 (rcirc-print): Force redisplay before running hooks. Do long
8313 buffer truncation after making new text read-only. Deal with nil
8314 text when decoding strings. If TARGET is nil, use either the
8315 currently selected buffer, if it is an rcirc buffer and of the
8316 same process or the process buffer.
8317 (rcirc-mode): Remove header-line. Recompute short buffer names.
8318 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8319 (rcirc-short-buffer-name): Add variable.
8320 (rcirc-kill-buffer-hook): Recompute short buffer names.
8321 Remove nick from private channel.
8322 (rcirc-send-input): Send command text to current-buffer.
8323 Don't clear overlay arrow here.
8324 (rcirc-short-buffer-name): Return a short buffer name.
8325 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8326 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8327 buffer-name abbreviations.
8328 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8329 Do not touch nick-table when killing a parted channel.
8330 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8331 Clear arrow from current buffer if it is now hidden.
8332 (rcirc-current-buffer): Add variable.
8333 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8334 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8335 Remove -face from names.
8336 (rcirc-update-activity-string): Print "DND" when globally ignoring
8337 activity.
8338 (rcirc-ignore-buffer-activity-flag): Rename from
8339 rcirc-ignore-channel-activity.
8340 (rcirc-ignore-all-activity-flag): Doc fix.
8341 (rcirc-channels): Remove variable.
8342 (rcirc-kill-buffer-hook):
8343 (rcirc-get-buffer-create): Add nick to private channel.
8344 (rcirc-multiline-edit-submit): Remove tabs.
8345 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8346 folded.
8347 (rcirc-remove-nick-channel): Bug fix.
8348 (rcirc-toggle-ignore-buffer-activity): Rename from
8349 rcirc-toggle-ignore-channel-activity.
8350 (rcirc-record-activity): Add buffers to the front of the list.
8351 (rcirc-update-activity): Remove killed buffers from list.
8352 (rcirc-process-server-response-1): Remove last argument if it is
8353 null before calling handler.
8354 (rcirc): Add "rcirc" defcustom prefix.
8355 (rcirc-prompt): Simplify default prompt.
8356 Use custom-initialize-default.
8357 (rcirc-private-chats): Remove variable.
8358 (rcirc-prompt): Change initialization.
8359 (rcirc-version): Remove function.
8360 (rcirc-id-string): Add constant.
8361 (rcirc-last-buffer): Remove variable.
8362 (rcirc-buffer-alist): Add variable.
8363 (rcirc-connect): Update variable setup.
8364 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8365 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8366 default.
8367 (rcirc-handler-generic): Trigger activity.
8368 (rcirc-send-message): Create the buffor of the target.
8369 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8370 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8371 (rcirc-multiline-edit-cancel): Remove function.
8372 (rcirc-set-last-buffer): Remove function.
8373 (rcirc-get-any-buffer): Add function.
8374 (rcirc-join-channels): Don't print /join text.
8375 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8376 messages.
8377 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8378 (rcirc-handler-NOTICE): Recognize CTCP responses.
8379 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8380 constructing TOPIC string for buffers we are not JOINed.
8381 (rcirc-handler-CTCP-response): Add handler.
8382 (rcirc-multiline-edit-submit): Restore the window-configuration
8383 before adjusting point.
8384 (rcirc): Add customization group.
8385 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8386 (rcirc-user-full-name, rcirc-startup-channels-alist)
8387 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8388 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8389 (rcirc-input-ring-size, rcirc-read-only-flag)
8390 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8391 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8392 Change defvar to defcustom.
8393 (rcirc-update-prompt): Add optional ALL arg, which will update
8394 prompts in all rcirc buffers. Regexp quote replacement text.
8395 (rcirc-fill-column): Accept frame-width as a value.
8396 (rcirc-set-changed): Add function.
8397 (rcirc-next-active-buffer): Write more meaningful messages.
8398 (rcirc-faces): Add customization group.
8399 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8400 (rcirc-nick-in-message-face, rcirc-prompt-face)
8401 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8402 (with-rcirc-process-buffer): Move before first usage.
8403 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8404 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8405 (rcirc-debug): Rename from `rcirc-log'.
8406 (rcirc-format-response-string): Do not print `-' chars for a
8407 NOTICE with no sender. Simplify output of server responses.
8408
8409 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8410
8411 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8412 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8413 Make urls mouse and RET clickable.
8414
8415 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8416
8417 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8418
8419 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8420
8421 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8422 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8423 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8424 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8425 argument to all these routines, so the passphrase can be managed
8426 externally and passed in to the system.
8427 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8428 pgg-add-passphrase-to-cache function.
8429
8430 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8431 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8432 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8433 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8434 argument to all these routines, so the passphrase can be managed
8435 externally and passed in to the system.
8436 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8437 function.
8438
8439 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8440
8441 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8442 from goto-address-url-regexp.
8443
8444 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8445
8446 * textmodes/org.el (org-read-date, org-goto-calendar)
8447 (org-recenter-calendar, org-agenda-goto-calendar):
8448 Temporarily clear `calendar-move-hook'.
8449
8450 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8451
8452 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8453 merging.
8454
8455 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8456 have merge clashes.
8457
8458 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8459
8460 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8461 Undo previous change.
8462
8463 * startup.el (command-line): Use `custom-reevaluate-setting' for
8464 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8465 tty-register-default-colors on Mac.
8466
8467 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8468
8469 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8470 (gdb-buffer-type): Make it automatically buffer local...
8471 (gdb-get-create-buffer): ...and set it accordingly.
8472 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8473 actually work.
8474
8475 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8476
8477 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8478 not red.
8479
8480 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8481
8482 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8483 case GUD buffer is not visible.
8484 (gdb-goto-breakpoint): Try to force display in source buffer.
8485 (gdb-frame-gdb-buffer): Copy other similar functions.
8486 (gdb-restore-windows): Don't display source if not asked for.
8487 (gdb-assembler-buffer-name): Don't capitalise.
8488
8489 2005-11-03 Richard M. Stallman <rms@gnu.org>
8490
8491 * wid-edit.el (key-sequence): New widget type.
8492
8493 * simple.el (set-mark-command-repeat-pop): New variable.
8494 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8495 if set-mark-command-repeat-pop is true.
8496
8497 * info.el (Info-fontify-node): Don't display extra "see" if there
8498 already is one here.
8499
8500 * mouse.el: Fix special handling of DEL after dragging a region:
8501 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8502 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8503
8504 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8505
8506 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8507 not to assume it pertains to an affix.
8508
8509 * textmodes/flyspell.el (flyspell-post-command-hook):
8510 Bind deactivate-mark to prevent deactivation.
8511
8512 2005-11-03 Lars Hansen <larsh@soem.dk>
8513
8514 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8515 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8516 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8517
8518 2005-11-03 Romain Francoise <romain@orebokech.com>
8519
8520 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8521 Update copyright years.
8522
8523 2005-11-03 Sam Steingold <sds@gnu.org>
8524
8525 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8526 Use system-type instead of window-system because window-system is not
8527 correctly defined during loadup.
8528
8529 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8530
8531 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8532 (xml-parse-tag): Join strings separated by a comment properly.
8533
8534 2005-11-02 Andreas Schwab <schwab@suse.de>
8535
8536 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8537
8538 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8539
8540 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8541 (byte-optimize-pure-func): Quote the eval'd value.
8542
8543 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8544 Rename from perl-font-lock-syntactic-face-function.
8545 Change the calling convention so it can be used as a font-lock MATCHER.
8546 Do the parse-partial-sexp loop outselves.
8547 (perl-font-lock-syntactic-keywords): Use it.
8548 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8549
8550 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8551
8552 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8553 disassembly buffer too.
8554 (gdb-exited): Remove overlay arrows when execution has finished.
8555 (gdb-info-frames-custom, gdb-info-threads-custom)
8556 (gdb-info-registers-custom): Don't add inappropriate text
8557 properties if inferior is not active.
8558
8559 2005-11-02 Glenn Morris <rgm@gnu.org>
8560
8561 * progmodes/fortran.el (fortran-blink-match):
8562 Use `blink-matching-delay'.
8563
8564 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8565
8566 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8567
8568 2005-11-02 Lars Hansen <larsh@soem.dk>
8569
8570 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8571 "Permission denied".
8572
8573 2005-11-01 Richard M. Stallman <rms@gnu.org>
8574
8575 * textmodes/flyspell.el (flyspell-external-point-words):
8576 Pass nil to flyspell-get-word.
8577
8578 2005-11-02 Kim F. Storm <storm@cua.dk>
8579
8580 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8581 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8582
8583 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8584
8585 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8586 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8587 (calendar-mouse-print-dates): Add optional `event' argument.
8588 Update interactive-spec.
8589 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8590 Use `calendar-event-to-date' instead of `event'.
8591
8592 2005-11-02 Masatake YAMATO <jet@gyve.org>
8593
8594 * progmodes/ld-script.el (ld-script-builtins):
8595 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8596 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8597 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8598
8599 2005-11-01 Romain Francoise <romain@orebokech.com>
8600
8601 * vc-sccs.el: Update copyright year.
8602 * ezimage.el: Likewise.
8603
8604 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8605
8606 * info.el (Info-fontify-node): Use `string-width' for fontifying
8607 underlined titles.
8608
8609 2005-11-01 Juri Linkov <juri@jurta.org>
8610
8611 * info.el (Info-fontify-node): Downcase node header keywords Node,
8612 Prev, Next, Up before comparison.
8613 (Info-history): Insert absolute directory name, and put invisible
8614 property on it.
8615
8616 2005-11-01 Juri Linkov <juri@jurta.org>
8617
8618 * info.el (Info-file-supports-index-cookies): New variable.
8619 (Info-find-node-2): Check makeinfo version for index cookie support.
8620 (Info-index-nodes): Search for nodes with index cookies only when
8621 Info-file-supports-index-cookies is t. Otherwise, search nodes
8622 with "Index" in the node name.
8623 (Info-index-node): Search index cookie in the current node only when
8624 Info-file-supports-index-cookies is t. Otherwise, check the word
8625 "Index" in the node name.
8626 (Info-find-emacs-command-nodes): Remove code that searches nodes
8627 with "Index" node name in the top menu.
8628
8629 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8630
8631 * progmodes/scheme.el (scheme-mode-variables): Use the default
8632 comment-indent-function.
8633
8634 * faces.el (face-attribute): Handle the case where a face inherits from
8635 a non-existent face.
8636
8637 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8638 for octal and hexa output, and merge the char into the paren.
8639 (kill-new): Use push.
8640 (copy-to-buffer): Use with-current-buffer.
8641 (completion-setup-function): Move code in loop to remove redundancy.
8642 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8643 those inherited from minibuffer-local-completion-map.
8644
8645 * savehist.el (savehist-mode) <defcustom>:
8646 Use custom-set-minor-mode if available.
8647 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8648 and emit a message if applicable.
8649
8650 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8651
8652 * savehist.el: Sync up to version 19.
8653 (savehist-mode): New minor mode.
8654 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8655 (savehist-length): Remove (use history-length instead).
8656 (savehist-file-modes): Rename from savehist-modes.
8657 (savehist-save-hook, savehist-loaded): New vars.
8658 (savehist-load): Use savehist-mode. Try to smooth up transition from
8659 old format to new format.
8660 (savehist-install): Allow savehist-autosave-interval to be nil.
8661 (savehist-save): Run the new hook. Be more careful to only trim the
8662 history variables.
8663 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8664 (savehist-printable): Print into a buffer rather than char-by-char.
8665
8666 2005-11-01 John Wiegley <johnw@newartisans.com>
8667
8668 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8669 toggle-ignore keybinding (C-a). The author said it had been
8670 disabled much earlier due to a possible incompatibility, but after
8671 many months of usage I have encountered no problems (and it is a
8672 rather useful option, especially for switching to " *temp*").
8673
8674 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8675 support for OS/X's AddressBook, by calling out to the open source
8676 program "contacts" (installable through Fink).
8677
8678 * net/eudc.el (eudc-expand-inline): If the
8679 `eudc-multiple-match-handling-method' is set to `all', delete the
8680 query string before inserting the query result.
8681
8682 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8683 flag, to prevent Eshell from using the system ls when
8684 `eshell-ls-insert-directory' is in used.
8685 (eshell-ls-insert-directory): Disable font-lock in directory
8686 buffer so that Eshell's own fontification is seen. This broke
8687 recently due to changes in font-lock, so this goes back to version
8688 21 behavior.
8689
8690 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8691
8692 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8693 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8694 (gdb-many-windows): Doc fix.
8695
8696 2005-10-31 Romain Francoise <romain@orebokech.com>
8697
8698 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8699
8700 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8701
8702 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8703 that global-font-lock-mode can be enabled by default.
8704
8705 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8706 (font-lock-add-keywords, font-lock-remove-keywords)
8707 (font-lock-fontify-buffer): Remove autoload cookies.
8708
8709 * jit-lock.el (jit-lock-register): Likewise.
8710
8711 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8712
8713 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8714
8715 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8716 intact if there is no gud-comint-buffer.
8717
8718 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8719
8720 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8721 old prompt comint-prompt-read-only is t and GDB commands are
8722 issued from tool bar etc.
8723
8724 2005-10-31 Masatake YAMATO <jet@gyve.org>
8725
8726 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8727
8728 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8729
8730 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8731 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8732
8733 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8734
8735 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8736 starting at beginning of line. Fontification is messed up when
8737 `open-paren-in-column-0-is-defun-start' set to t.
8738 Reported by John Paul Wallington <jpw@pobox.com>.
8739
8740 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8741
8742 * comint.el (comint-send-input): Call `comint-update-fence' when
8743 `comint-process-echoes' and `comint-prompt-read-only' are both
8744 non-nil, to avoid leftover read-only newline.
8745
8746 2005-10-30 Richard M. Stallman <rms@gnu.org>
8747
8748 * textmodes/flyspell.el (flyspell-external-point-words):
8749 Detect when WORD can't be checked properly because
8750 flyspell-get-word finds just part of it, and move on.
8751
8752 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8753 boundarychar for Polish.
8754 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8755 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8756
8757 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8758
8759 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8760 (gdb-registers-font-lock-keywords): Delete.
8761 (gdb-registers-mode): Don't fontify.
8762 (gdb-info-registers-custom): Use text properties instead as, in
8763 future, changed register values will use font-lock-warning-face.
8764 (gdb-local-font-lock-keywords): Rename to...
8765 (gdb-locals-font-lock-keywords): ...for consistency.
8766
8767 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8768
8769 * vc.el (vc-switch-backend): Better error message if the buffer is
8770 not visiting a file under version control.
8771
8772 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8773
8774 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8775
8776 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8777 ~/.emacs.d/.emacs.
8778
8779 2005-10-29 Richard M. Stallman <rms@gnu.org>
8780
8781 * replace.el (occur-mode-mouse-goto): Always go to other window.
8782 (occur-mode-goto-occurrence): Always switch in same window.
8783
8784 * simple.el (undo): Display message at end, not at start.
8785
8786 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8787 New arg REUSE-CELL.
8788 (cancel-timer-internal): New function.
8789 (timer-event-handler): Use cancel-timer-internal,
8790 and pass the cell it returns to timer-activate...
8791
8792 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8793 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8794 (jit-lock-after-change): Test memory-full.
8795
8796 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8797
8798 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8799 part of the decoded armor to find the key-identifier.
8800 (pgg-gpg-lookup-key-owner): New function to return the
8801 human-readable identifier of a key owner.
8802 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8803 key itself.
8804 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8805 the key value) if we have a key and can match it against a secret
8806 key. Also, added a note pointing out fact that the prompt only
8807 indicates the first matching key.
8808
8809 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8810 pgg-decrypt-region.
8811 (pgg-pending-timers): A new hash for tracking the passphrase cache
8812 timers, so that new ones supercede old ones.
8813 (pgg-add-passphrase-to-cache): Rename from
8814 `pgg-add-passphrase-cache' to reduce confusion (all callers
8815 changed). Modified to cancel old timers when new ones are added.
8816 (pgg-remove-passphrase-from-cache): Rename from
8817 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8818 changed). Modified to cancel old timers when their keys are
8819 removed from the cache.
8820 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8821 XEmacs, an indirection to delete-itimer.
8822 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8823 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8824 users can only check cache without risk of prompting. Correct bug in
8825 notruncate behavior.
8826 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8827 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8828 Add informative docstrings.
8829 (pgg-decrypt): Convey provided passphrase in subordinate call to
8830 pgg-decrypt-region.
8831
8832 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8833 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8834 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8835 `passphrase' argument, so the passphrase can be managed externally
8836 and then passed in to the system.
8837
8838 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8839 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8840 so the passphrase cache can be used reliably with identifiers
8841 besides a pgp packet's key id.
8842
8843 * pgg-gpg.el (pgg-pgp-encrypt-region)
8844 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8845 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8846 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8847 argument to all these routines, so the passphrase can be managed
8848 externally and passed in to the system.
8849
8850 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8851 `notruncate' argument, so the passphrase cache can be used
8852 reliably with identifiers besides a pgp packet's key id.
8853
8854 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8855
8856 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8857 symmetric encryption.
8858 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8859 encrypted session key.
8860 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8861 message ask for the passphrase in a proper way.
8862
8863 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8864 New user commands for symmetric encryption.
8865
8866 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8867
8868 * textmodes/conf-mode.el (conf-assignment-sign)
8869 (conf-assignment-regexp): Fix docstrings.
8870 (conf-mode-initialize): New function.
8871 (conf-mode): Remove optional args. Use delay-mode-hooks to
8872 recognize recursive calls.
8873 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8874 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8875 (conf-xdefaults-mode): Use define-derived-mode and
8876 conf-mode-initialize.
8877
8878 2005-10-29 Romain Francoise <romain@orebokech.com>
8879
8880 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8881
8882 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8883
8884 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8885 part of the decoded armor to find the key-identifier.
8886 (pgg-gpg-lookup-key-owner): New function to return the
8887 human-readable identifier of a key owner.
8888 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8889 key itself.
8890 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8891 the key value) if we have a key and can match it against a secret
8892 key. Also, added a note pointing out fact that the prompt only
8893 indicates the first matching key.
8894
8895 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8896 pgg-decrypt-region.
8897 (pgg-pending-timers): A new hash for tracking the passphrase cache
8898 timers, so that new ones supercede old ones.
8899 (pgg-add-passphrase-to-cache): Rename from
8900 `pgg-add-passphrase-cache' to reduce confusion (all callers
8901 changed). Modified to cancel old timers when new ones are added.
8902 (pgg-remove-passphrase-from-cache): Rename from
8903 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8904 changed). Modified to cancel old timers when their keys are
8905 removed from the cache.
8906 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8907 XEmacs, an indirection to delete-itimer.
8908 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8909 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8910 users can only check cache without risk of prompting. Correct bug in
8911 notruncate behavior.
8912 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8913 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8914 Add informative docstrings.
8915 (pgg-decrypt): Convey provided passphrase in subordinate call to
8916 pgg-decrypt-region.
8917
8918 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
8919
8920 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8921 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8922 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8923 `passphrase' argument, so the passphrase can be managed externally
8924 and then passed in to the system.
8925
8926 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8927 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8928 so the passphrase cache can be used reliably with identifiers
8929 besides a pgp packet's key id.
8930
8931 * pgg-gpg.el (pgg-pgp-encrypt-region)
8932 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8933 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8934 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8935 argument to all these routines, so the passphrase can be managed
8936 externally and passed in to the system.
8937
8938 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8939 `notruncate' argument, so the passphrase cache can be used
8940 reliably with identifiers besides a pgp packet's key id.
8941
8942 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8943
8944 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8945 symmetric encryption.
8946 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8947 encrypted session key.
8948 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8949 message ask for the passphrase in a proper way.
8950
8951 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8952 New user commands for symmetric encryption.
8953
8954 2005-10-28 Bill Wohler <wohler@newt.com>
8955
8956 * help-mode.el (help-url): New button type. Calls browse-url.
8957 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8958 Similar to Info nodes: URL `url'.
8959 (help-make-xrefs): Create help-url buttons for
8960 help-xref-url-regexp matches.
8961
8962 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
8963
8964 * tool-bar.el (tool-bar-add-item-from-menu)
8965 (tool-bar-local-item-from-menu): Fix doc strings.
8966
8967 2005-10-28 Romain Francoise <romain@orebokech.com>
8968
8969 * ldefs-boot.el: Update.
8970
8971 * subr.el (locate-library): Move from help-fns.el.
8972 * help-fns.el (locate-library): Move to subr.el.
8973
8974 2005-10-28 Richard M. Stallman <rms@gnu.org>
8975
8976 * net/tramp.el (tramp-completion-mode): defvar moved up.
8977
8978 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8979
8980 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8981
8982 * files.el (find-file-noselect): Use %d to format large file size.
8983
8984 * bindings.el (mode-line-format): Add %e.
8985
8986 * loadup.el ("facemenu"): Load unconditionally.
8987 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8988 ("x-dnd"): Load, when appropriate.
8989
8990 * startup.el (command-line): Call before-init-hook earlier.
8991 Warn about some bad characters in -u user name.
8992
8993 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8994 (flyspell-external-point-words): Error if misspelled word is not found.
8995 Set flyspell-large-region-beg at end of word.
8996
8997 2005-10-28 Andreas Schwab <schwab@suse.de>
8998
8999 * view.el (View-revert-buffer-scroll-page-forward):
9000 Use view-page-size-default.
9001
9002 2005-10-28 Juri Linkov <juri@jurta.org>
9003
9004 * international/quail.el (quail-get-current-str): Translate last
9005 raw character for deterministic input methods.
9006
9007 2005-10-27 Jay Belanger <belanger@truman.edu>
9008
9009 * calc/calc-ext.el: Add functions to autoloads.
9010 (math-identity-matrix-p, math-ident-row-p): New functions.
9011
9012 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
9013 multiplication by an identity matrix; don't turn multiplication by
9014 an inverse matrix into division.
9015 (math-div-symbol-fancy): Replace division by matrices with
9016 multiplication by inverse.
9017
9018 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
9019
9020 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
9021 (calc-writeoutpower): New functions.
9022
9023 2005-10-27 Romain Francoise <romain@orebokech.com>
9024
9025 * replace.el (occur-engine): Include colon in mouse-face highlight.
9026
9027 * dired-x.el: Change Maintainer field.
9028
9029 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
9030
9031 * longlines.el (longlines-mode): Bind after-change-functions to
9032 nil during initial decoding and final encoding.
9033
9034 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
9035
9036 * term.el (term-emulate-terminal, term-handle-colors-array)
9037 (term-handle-ansi-escape): Specify the terminfo capabilities
9038 implemented.
9039
9040 2005-10-26 Richard M. Stallman <rms@gnu.org>
9041
9042 * info.el (Info-fontify-node): Fix detection of sentence-break
9043 before *Note.
9044
9045 2005-10-26 Romain Francoise <romain@orebokech.com>
9046
9047 * smerge-mode.el: Add `tools' to file keywords.
9048
9049 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
9050
9051 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
9052 when the fringe is not available.
9053
9054 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
9055 (def-gdb-auto-update-trigger): Simplify construction.
9056 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
9057 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
9058 defined explicitly.
9059 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
9060 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
9061 defined explicitly.
9062 (gdb-info-locals-custom): Remove as it's a no-op.
9063
9064 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
9065
9066 * longlines.el (longlines-mode): Remove narrowing before
9067 performing the initial decoding or final encoding.
9068
9069 2005-10-25 Romain Francoise <romain@orebokech.com>
9070
9071 * emacs-lisp/find-func.el (find-library-name): Also strip
9072 extension if library name ends in .el, to take advantage of
9073 `find-library-suffixes'.
9074
9075 2005-10-25 Richard M. Stallman <rms@gnu.org>
9076
9077 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
9078
9079 2005-10-25 Juri Linkov <juri@jurta.org>
9080
9081 * textmodes/texinfo.el (texinfo-mode): Change charset of one
9082 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
9083
9084 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9085
9086 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
9087 (blackbox-redefine-key): Add argument `map'.
9088
9089 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
9090 regions when moving the jit-lock-context-unfontify-pos boundary.
9091
9092 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9093
9094 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
9095
9096 2005-10-25 Masatake YAMATO <jet@gyve.org>
9097
9098 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
9099
9100 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9101
9102 * play/blackbox.el (blackbox-redefine-key): New function.
9103 (blackbox-mode-map): Use it to remap existing bindings for cursor
9104 motion instead of binding literal keys.
9105
9106 2005-10-25 Glenn Morris <rgm@gnu.org>
9107
9108 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
9109 diary does not end in a newline. Do not assume a blank line at
9110 the start of the diary file.
9111
9112 2005-10-25 Kenichi Handa <handa@m17n.org>
9113
9114 * international/quail.el (quail-translate-key): If the input
9115 method is deterministic and failed to handle the last key, restart
9116 the key handling loop from an appropriate key.
9117
9118 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
9119
9120 * vc.el (vc-dired-mode): Extend comment for binding of
9121 `directory-listing-before-filename-regexp'.
9122
9123 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9124
9125 * textmodes/texinfo.el (texinfo-mode):
9126 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
9127 not to unnecessarily expose emacs-mule's internal char codes.
9128
9129 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
9130
9131 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
9132 Display hand pointer and help-echo on disabled icon too.
9133 (gdb-mouse-until): New function.
9134 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
9135
9136 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
9137
9138 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
9139 with 2005-10-23 change to doctor.el.
9140
9141 * finder.el (finder-mode-map): Add follow-link binding.
9142
9143 2005-10-25 Kim F. Storm <storm@cua.dk>
9144
9145 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
9146 to gdb-mouse-toggle-breakpoint-fringe.
9147 (gdb-mouse-toggle-breakpoint-margin): Rename from
9148 gdb-mouse-toggle-breakpoint. Fix doc.
9149 (gdb-mouse-toggle-breakpoint-fringe): New defun.
9150 (gdb-put-string): Add optional SPROPS arg. Add props to string.
9151 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
9152 string properties also for fringe breakpoint bitmaps.
9153
9154 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
9155
9156 * textmodes/org.el (org-start-icalendar-file): Fix format form.
9157
9158 2005-10-25 Masatake YAMATO <jet@gyve.org>
9159
9160 * simple.el (completion-common-substring):
9161 Use `completion-common-substring' prior to `completion-base-size'.
9162
9163 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
9164
9165 * savehist.el: Require CL while compiling.
9166 (savehist-history-variables): Remove.
9167 (savehist-save-minibuffer-history, savehist-additional-variables)
9168 (savehist-minibuffer-history-variables): New vars.
9169 (savehist-save): Use them.
9170 (savehist-uninstall, savehist-minibuffer-hook): New funs.
9171 (savehist-install): New fun, extracted from savehist-load.
9172 (savehist-load): Use them.
9173
9174 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9175
9176 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
9177 a dummy doc-string-elt property.
9178 (defalias, defvaralias, define-category): Add a docstring property.
9179
9180 * image.el (defimage):
9181 * widget.el (define-widget):
9182 * custom.el (defface, defcustom): Add `doc-string' declaration.
9183
9184 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
9185 (defadvice): Add `doc-string' declaration.
9186
9187 * emacs-lisp/byte-run.el (macro-declaration-function):
9188 Handle `doc-string' declarations.
9189 (define-obsolete-function-alias, define-obsolete-variable-alias):
9190 Add `doc-string' declaration.
9191
9192 2005-10-24 Kenichi Handa <handa@m17n.org>
9193
9194 * international/utf-7.el (utf-7): Add autoload cookie.
9195
9196 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
9197
9198 2005-10-24 Eli Zaretskii <eliz@gnu.org>
9199
9200 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
9201 list of directories passed to batch-update-autoloads. Add "." to
9202 the list of the echoed directories.
9203
9204 * pgg-def.el:
9205 * pgg-gpg.el:
9206 * pgg-parse.el:
9207 * pgg-pgp.el:
9208 * pgg-pgp5.el:
9209 * pgg.el: Moved here from the gnus subdirectory.
9210
9211 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
9212
9213 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
9214 in case comint-prompt-read-only is set to t.
9215
9216 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
9217 in case comint-prompt-read-only is set to t.
9218
9219 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
9220
9221 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
9222 Now a string.
9223 (icalendar-import-format): Handle CLASS, STATUS, URL.
9224 Rename `subject' to `summary'.
9225 (icalendar-import-format-summary): Rename from
9226 `icalendar-import-format-subject'.
9227 (icalendar-import-format-url, icalendar-import-format-status)
9228 (icalendar-import-format-class): New variables.
9229 (icalendar--rris): Take variable argument list.
9230 (icalendar--datestring-to-isodate): Remove unnecessary
9231 calendar-style check when converting dates with explicit month names.
9232 (icalendar-export-region): Change return type of conversion
9233 subroutines. Bury current buffer unless error occurred.
9234 (icalendar--convert-to-ical)
9235 (icalendar--parse-summary-and-rest): New functions.
9236 (icalendar--convert-ordinary-to-ical)
9237 (icalendar--convert-weekly-to-ical)
9238 (icalendar--convert-yearly-to-ical)
9239 (icalendar--convert-block-to-ical)
9240 (icalendar--convert-cyclic-to-ical)
9241 (icalendar--convert-anniversary-to-ical): Change return type.
9242 Strip trailing blanks from subject.
9243 (icalendar--convert-sexp-to-ical): Change return type.
9244 Strip trailing blanks from subject. Handle simple sexp
9245 entries as generated by icalendar.el.
9246 (icalendar--convert-float-to-ical)
9247 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9248 (icalendar-import-file): Doc fix.
9249 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9250 Correct call to icalendar--rris.
9251 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
9252 `summary'.
9253 (icalendar--add-diary-entry): Rename `subject' to `summary'.
9254
9255 2005-10-24 Romain Francoise <romain@orebokech.com>
9256
9257 * server.el (server-sentinel): Set query-on-exit flag to nil on
9258 new client processes (it isn't inherited from the server process).
9259
9260 * replace.el (occur-engine): Rearrange text properties.
9261
9262 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9263
9264 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9265 case-fold-search is nil.
9266 (debug-help-follow): Use help-xref-interned directly.
9267
9268 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9269
9270 * thumbs.el (thumbs-image-type): Add .pbm.
9271
9272 2005-10-23 Richard M. Stallman <rms@gnu.org>
9273
9274 * faces.el (inhibit-face-set-after-frame-default): New variable.
9275 (set-face-attribute): Bind it.
9276 (face-set-after-frame-default): Test it.
9277
9278 * help-fns.el (describe-simplify-lib-file-name): New function.
9279 (describe-function-1, describe-variable): Use it.
9280
9281 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9282
9283 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9284 Eliminate nil as possible value.
9285 (tooltip-hide-delay): Reduce internal-border-width.
9286
9287 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9288 (menu-bar-file-menu) <new-file>: Likewise.
9289
9290 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9291
9292 * international/mule.el (load-with-code-conversion):
9293 Pass full file name to `eval-buffer' unless preloading.
9294
9295 * textmodes/flyspell.el (flyspell-large-region):
9296 Call ispell-check-version.
9297
9298 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9299 Fix the make-variable-buffer-local call that was supposed
9300 to be for this variable.
9301 (ispell-aspell-supports-utf8): Doc fix.
9302 (ispell-find-aspell-dictionaries): Preserve elements of
9303 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9304 (ispell-aspell-find-dictionary): Return nil on error.
9305
9306 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9307 (doctor-symptoms): Likewise.
9308
9309 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9310
9311 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9312
9313 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9314 (custom-raised-buttons): Add :set spec.
9315 (custom-button-unraised, custom-button-pressed-unraised):
9316 New faces, so that custom-raised-buttons actually does something.
9317 (custom-mode): Use custom-button and custom-button-pressed.
9318
9319 * wid-edit.el (widget-specify-button): Don't ignore
9320 widget-mouse-face on graphic terminals.
9321 (widget-move-and-invoke): Cleanup.
9322
9323 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9324
9325 * whitespace.el (whitespace-cleanup): Doc fix.
9326
9327 2005-10-23 Romain Francoise <romain@orebokech.com>
9328
9329 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9330 `eval-after-load' to avoid evaluating their result.
9331
9332 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9333
9334 * files.el (directory-listing-before-filename-regexp):
9335 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9336
9337 * dired.el (dired-move-to-filename-regexp): Remove.
9338 All occurences replaced by `directory-listing-before-filename-regexp'.
9339
9340 * dired-x.el, locate.el, vc.el:
9341 Replace `dired-move-to-filename-regexp' by
9342 `directory-listing-before-filename-regexp'. In vc.el it is
9343 overwritten locally; maybe this can be handled in files.el too.
9344
9345 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9346 replaced by `directory-listing-before-filename-regexp'.
9347
9348 2005-10-23 Andreas Schwab <schwab@suse.de>
9349
9350 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9351 and eval-next-after-load.
9352
9353 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9354
9355 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9356 exist, create it.
9357
9358 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9359
9360 * allout.el: Remove autoloads for mailcrypt and crypt++.
9361 Require pgg, pgg-gpg during compilation.
9362 (allout-version): Increment version number to 2.1, and use a literal
9363 rather than RCS Id.
9364 (allout-default-encryption-scheme): Remove.
9365 (allout-passphrase-verifier-handling)
9366 (allout-passphrase-verifier-string)
9367 (allout-file-passphrase-verifier-string)
9368 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9369 (allout-passphrase-hint-handling): Rename and simplify.
9370 (allout-init): Use `find-file-hook' if available, otherwise
9371 `find-file-hooks'.
9372 (allout-mode): Use `write-file-functions' if available, otherwise
9373 `local-write-file-hooks' and, instead of making auto-save-hook
9374 buffer local, make the write-file-hook activity contingent to
9375 allout-mode.
9376 (allout-mode): Use key-binding substitution in the docstring.
9377 (allout-kill-line): Spell-out kill ring data structure mutation
9378 instead of using byte-compiler-complaint-provoking `pop'.
9379 (allout-insert-listified): Use `insert' rather than `insert-string'
9380 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9381 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9382 (allout-encrypt-string): Totally revamped vis new underlying
9383 encryption facilities.
9384 (allout-mc-activate-passwd): Remove.
9385 (allout-obtain-passphrase): New, more or less replaces
9386 allout-mc-activate-passwd.
9387 (allout-encrypted-key-info): More or less replaces
9388 allout-encrypted-text-type.
9389 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9390 (my-mark-marker): Use `(featurep 'xemacs)'.
9391
9392 2005-10-23 Lars Hansen <larsh@soem.dk>
9393
9394 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9395 (byte-compile-file-form-defmumble, byte-compile-defun)
9396 (byte-compile-defmacro): Use it.
9397 (byte-compile-form): Don't call byte-compile-set-symbol-position
9398 when a byte-compile handler is called.
9399
9400 2005-10-22 Romain Francoise <romain@orebokech.com>
9401
9402 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9403
9404 * subr.el (eval-after-load): Convert library name to an absolute
9405 file name using locate-library, since load-history no longer has
9406 library names in it.
9407
9408 2005-10-22 Richard M. Stallman <rms@gnu.org>
9409
9410 * files.el (make-temp-file): Move from subr.el.
9411 * subr.el (make-temp-file): Move to files.el.
9412
9413 * window.el (get-buffer-window-list): Move from subr.el.
9414 * subr.el (get-buffer-window-list): Move to window.el.
9415
9416 * image.el (image-load-path): Use eval-at-startup to initialize.
9417
9418 * subr.el (eval-at-startup): New macro.
9419
9420 * subr.el: Much rearrangement of functions and division
9421 into pages. No code changes.
9422
9423 2005-10-22 Kenichi Handa <handa@m17n.org>
9424
9425 * tar-mode.el (tar-extract): Be sure to call
9426 find-operation-coding-system if set-auto-coding doesn't find a
9427 coding system.
9428
9429 2005-10-22 Kim F. Storm <storm@cua.dk>
9430
9431 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9432 Change users.
9433 (image-type-file-name-regexps): New defconst.
9434 (image-type-from-data): Simplify loop.
9435 (image-type-from-buffer): New defun.
9436 (image-type-from-file-header): Use it instead of image-type-from-data.
9437 Use image-search-load-path instead of only looking in data-directory.
9438 (image-type-from-file-name): New defun.
9439 (image-search-load-path): Change `pathname' to `filename'.
9440 Make PATH arg optional, default to image-load-path.
9441
9442 2005-10-21 Richard M. Stallman <rms@gnu.org>
9443
9444 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9445
9446 * textmodes/paragraphs.el (sentence-end-base): New variable.
9447 (sentence-end): Use sentence-end-base.
9448
9449 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9450
9451 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9452 property independently from the font-lock-multiline variable.
9453
9454 2005-10-21 Richard M. Stallman <rms@gnu.org>
9455
9456 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9457
9458 * startup.el (command-line): Convert library names
9459 in `load-history' to absolute file names.
9460
9461 * subr.el (symbol-file): Doc fix.
9462
9463 * loadhist.el (file-loadhist-lookup): Call locate-library
9464 instead of find-library-name. Don't try converting
9465 abs file names to library names, since load-history no longer
9466 has library names in it.
9467 (file-dependents, file-provides, file-requires): Doc fixes.
9468
9469 2005-10-21 Juri Linkov <juri@jurta.org>
9470
9471 * progmodes/etags.el (tags-table-mode): New function.
9472 (tags-verify-table): Replace initialize-new-tags-table with
9473 tags-table-mode.
9474
9475 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9476 default value.
9477 (desktop-modes-not-to-save): Add tags-table-mode to the
9478 default value.
9479
9480 * info.el (Info-index-next): Add total number of index
9481 alternatives to the message.
9482
9483 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9484 backward only space (instead of space and period) before looking
9485 at sentence end.
9486
9487 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9488 Add the old variable value as 4th default-value arg of read-string.
9489
9490 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9491
9492 * cus-face.el (custom-declare-face): Make face from X resources
9493 also on Mac.
9494
9495 * disp-table.el (standard-display-g1, standard-display-graphic):
9496 Refuse to use string glyphs also on Mac.
9497 (standard-display-european): Don't set terminal coding system also
9498 on Mac.
9499
9500 * frame.el (display-screens): Use x-display-screens also on Mac.
9501
9502 2005-10-21 Romain Francoise <romain@orebokech.com>
9503
9504 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9505
9506 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9507
9508 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9509 and $? into sexps.
9510
9511 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9512 warning face on open-paren-in-column-0.
9513
9514 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9515 boundary case. Fix typo.
9516 Suggested by Martin Rudalics <rudalics@gmx.at>.
9517
9518 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9519
9520 * textmodes/org.el (org-combined-agenda-icalendar-file)
9521 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9522 (org-export-icalendar-this-file)
9523 (org-export-icalendar-all-agenda-files)
9524 (org-export-icalendar-combine-agenda-files): New commands.
9525 (org-export-icalendar, org-print-icalendar-entries)
9526 (org-start-icalendar-file, org-finish-icalendar-file)
9527 (org-ical-ts-to-string): New functions.
9528 (org-read-date, org-goto-calendar)
9529 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9530 call to `calendar'.
9531 (orgtbl-setup): Remove the :keys arguments from the menu description.
9532 (org-after-save-iCalendar-file-hook): New variable.
9533
9534 2005-10-21 Kenichi Handa <handa@m17n.org>
9535
9536 * language/vietnamese.el (tcvn-5712): Make it an alias of
9537 vietnamese-tcvn coding-system.
9538
9539 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9540
9541 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9542 group id is given.
9543
9544 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9545
9546 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9547 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9548 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9549 whose line is either continued or ends with a comment.
9550
9551 2005-10-20 Romain Francoise <romain@orebokech.com>
9552
9553 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9554
9555 * replace.el (occur-engine): Add follow-link property.
9556
9557 * font-core.el (font-lock-mode): Doc fix.
9558
9559 2005-10-20 Richard M. Stallman <rms@gnu.org>
9560
9561 * net/rcirc.el: New file.
9562
9563 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9564
9565 * term.el (term-term-name): Initialize to "eterm-color".
9566
9567 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9568
9569 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9570 for encryption functionality.
9571 Move allout customization subgroup from `editing' to `outlines' group.
9572 Fix commentary keywords to legitimate ones.
9573 Update author info (using my current email address, obscurified).
9574 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9575 (allout-encrypted-topic-p, allout-encrypted-text-type)
9576 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9577 (allout-situate-encryption-key-verifier)
9578 (allout-get-encryption-key-verifier, allout-verify-key)
9579 (allout-next-topic-pending-encryption)
9580 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9581 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9582 (outline-key-verifier-handling, outline-key-hint-handling)
9583 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9584 (allout-file-key-verifier-string, allout-encryption-scheme)
9585 (allout-key-verifier-string, allout-key-hint-string)
9586 (allout-after-save-decrypt): New variables.
9587 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9588 (allout-after-saves-handler): New hook functions.
9589 (allout-post-command-business): Do allout-after-save-decrypt.
9590 (allout-enable-file-variable-adjustment): Custom var to enable
9591 mechanism for adding and adjusting settings of Emacs file variables.
9592 (allout-adjust-file-variable, allout-file-vars-section-data):
9593 New functions, implement the mechanism.
9594 (outlineify-sticky): Use the file vars mechanism.
9595 (allout-inhibit-protection, allout-during-write-cue)
9596 (allout-override-protect, allout-before-change-protect): Remove.
9597 (allout-flag-region, allout-open-topic): Adjust read-only text.
9598 (allout-open-line-not-read-only): Add to facilitate read-only
9599 text based protection.
9600 (allout-kill-line): Revise to adjust read-only text, clue the
9601 user about the inhibition.
9602 (allout-unprotected): Use unwind-protect.
9603 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9604 topic deeper than the offspring depth of the previous topic -
9605 avoiding confusing "containment discontinuities".
9606 (allout-reindent-bodies): Fix retention of body relative hanging
9607 indent during promotion of collapsed bodies.
9608 (allout-open-topic): Make it easy to open new topic with same
9609 bullet as current topic - topic creation functions provided with
9610 any universal argument provokes now prompt for bullet, defaulting
9611 to the bullet of the previous topic.
9612 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9613 Plain bullet alternates `.' period and `,' comma only. All other
9614 bullets are relegated to special status (but customizable).
9615 (allout-end-of-entry): Rename from allout-end-of-current-entry
9616 since it actually operates w.r.t. most immediately containing
9617 entry, visible or not.
9618 (allout-hide-current-entry, allout-show-current-entry): Use the
9619 revised version.
9620 (allout-old-expose-topic): Solidify deprecation.
9621 (allout-end-of-subtree): Add so we can span concealed as well
9622 as visible topics.
9623 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9624 (allout-end-of-current-heading): Tweak to just respect the first line.
9625 (allout-get-body-text): Add.
9626 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9627 when invoked interactively.
9628 (allout-up-current-level): Use `interactive-p'.
9629 (allout-mode, allout-init): Miscellaneous docstring and
9630 operational refinements, as well as hookups of new encryption stuff.
9631 (allout-beginning-of-current-entry): Now works as advertised.
9632 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9633 (allout-isearch-rectification): Refine condition for isearching.
9634 (allout-isearch-abort, allout-enwrap-isearch)
9635 (allout-flag-region, my-region-active-p): Relocate some macros.
9636 (allout-title): Fallback title is (buffer-name), not
9637 non-existing (current-buffer-name).
9638 (subst-char-in-string): Define if absent (for some XEmacs versions).
9639
9640 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9641
9642 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9643 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9644 (mail-citation-prefix-regexp, mail-signature-file)
9645 (mail-default-headers, mail-bury-selects-summary)
9646 (mail-send-nonascii): Add autoload cookies.
9647
9648 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9649
9650 * frame.el (blink-cursor-mode): Add `mac' to the list of
9651 window-system's that support blinking cursor.
9652
9653 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9654
9655 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9656
9657 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9658
9659 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9660 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9661 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9662
9663 2005-10-20 Kim F. Storm <storm@cua.dk>
9664
9665 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9666 (ido-set-current-directory): Don't add / after final @.
9667 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9668 Explicitly handle ange-ftp completion oddities.
9669 (ido-make-file-list): Don't rotate list at tramp root to avoid
9670 triggering tramp file handler for expand-file-name via get-file-buffer.
9671
9672 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9673
9674 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9675
9676 2005-10-19 Jay Belanger <belanger@truman.edu>
9677
9678 * calc/calc-units.el (math-standard-units): Add units, adjust
9679 symbols and update values.
9680 (math-unit-prefixes): Add more prefixes.
9681
9682 2005-10-19 Romain Francoise <romain@orebokech.com>
9683
9684 * bookmark.el (bookmark-menu-heading): New face.
9685 (bookmark-bmenu-list): Use it.
9686 Don't fiddle with `baud-rate' at top-level.
9687
9688 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9689
9690 * image.el (create-image, find-image): Mention max-image-size in
9691 docstring.
9692
9693 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9694
9695 * savehist.el (savehist-load): Revert to checking XEmacs.
9696
9697 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9698 Various docstring and line-width fixups.
9699 (conf-mode): Use cond.
9700 Set font-lock-defaults. Don't set comment-use-syntax.
9701
9702 2005-10-18 David Ponce <david@dponce.com>
9703
9704 * tree-widget.el (tree-widget-button-click): New function.
9705 (tree-widget-button-keymap): Use it.
9706
9707 2005-10-18 Romain Francoise <romain@orebokech.com>
9708
9709 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9710 (bookmark-bmenu-hide-filenames): Add follow-link property.
9711 Improve help-echo text.
9712
9713 * ffap.el (find-file-at-point): Doc fix.
9714
9715 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9716
9717 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9718
9719 2005-10-18 Masatake YAMATO <jet@gyve.org>
9720
9721 Install to the CVS repository what I forgot to install in my
9722 2005-10-16 changes.
9723
9724 * progmodes/python.el (python-complete-symbol): Pass the common
9725 prefix substring of completion to `display-completion-list'.
9726
9727 * textmodes/org.el (org-complete): Ditto.
9728
9729 2005-10-18 Masatake YAMATO <jet@gyve.org>
9730
9731 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9732
9733 * woman.el (WoMan-xref-man-page): New button type derived
9734 from `Man-abstract-xref-man-page'.
9735 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9736
9737 * man.el (Man-abstract-xref-man-page): New button type.
9738 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9739 (Man-highlight-references): Add new optional argument `xref-man-type'.
9740
9741 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9742
9743 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9744
9745 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9746
9747 * cus-edit.el (Custom-move-and-invoke): Delete.
9748 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9749
9750 * wid-edit.el (widget-move-and-invoke): New function, from
9751 Custom-move-and-invoke.
9752
9753 2005-10-17 Bill Wohler <wohler@newt.com>
9754
9755 Move all remaining images from lisp/toolbar to etc/images, move
9756 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9757 the low resolution images in their own directory (low-color).
9758
9759 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9760 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9761 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9762 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9763 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9764 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9765 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9766
9767 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9768 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9769 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9770 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9771 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9772 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9773 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9774 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9775 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9776 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9777 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9778 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9779 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9780 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9781 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9782
9783 To conform with convention, replace the underscore (_) in the
9784 following image names with dash (-) or (/) as appropriate.
9785
9786 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9787 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9788 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9789 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9790 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9791 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9792 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9793 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9794 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9795 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9796 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9797 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9798 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9799 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9800 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9801
9802 * info.el (info-tool-bar-map): Replace underscores in image names
9803 with dashes.
9804
9805 * makefile.w32-in (WINS): Remove toolbar.
9806
9807 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9808
9809 * tool-bar.el: Move to lisp from toolbar. Now that
9810 toolbar is empty, it should be deleted when folks run "cvs up -P".
9811
9812 2005-10-18 Jay Belanger <belanger@truman.edu>
9813
9814 * calc/calc-store.el (calc-store-into): Get the proper variable name
9815 to display in message.
9816
9817 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9818
9819 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9820 expressions display in speedbar for all buffers when debugging.
9821 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9822
9823 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9824 (speedbar-insert-button, speedbar-make-button):
9825 Use add-text-properties.
9826 (speedbar-update-localized-contents)
9827 (speedbar-update-directory-contents)
9828 (speedbar-update-special-contents): Use dolist.
9829 (speedbar-buffer-easymenu-definition): Add a menu separator.
9830
9831 2005-10-17 Jason Rumney <jasonr@gnu.org>
9832
9833 * makefile.w32-in: Use $(lisp) consistently.
9834 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9835 for shell specific generation of mh-autoloads.
9836
9837 2005-10-17 Richard M. Stallman <rms@gnu.org>
9838
9839 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9840
9841 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9842
9843 * jit-lock.el (jit-lock-fontify-now):
9844 Move jit-lock-context-unfontify-pos to avoid wasted work.
9845
9846 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9847
9848 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9849 `tramp-completion-mode' for checking if we are in completion mode.
9850 (tramp-completion-handle-file-name-all-completions): Reorder code
9851 in order to complete for file names only in case there are no
9852 method/user/host completions. This is necessary for cooperation
9853 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9854
9855 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9856
9857 * longlines.el (longlines-search-forward)
9858 (longlines-search-backward): Match any number of spaces.
9859
9860 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9861
9862 * diff-mode.el (diff-mode): Doc fix.
9863
9864 2005-10-16 David Reitter <david.reitter@gmail.com>
9865
9866 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9867 as default on darwin and windows systems.
9868
9869 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9870
9871 * arc-mode.el (archive-zip-extract): Doc fix.
9872
9873 2005-10-16 Romain Francoise <romain@orebokech.com>
9874
9875 * mouse.el (mouse-1-click-follows-link): Doc fix.
9876
9877 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9878
9879 * savehist.el: Don't require CL at runtime.
9880 (savehist-xemacs): Remove.
9881 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9882 (savehist-no-conversion): Use (featurep 'xemacs).
9883 (savehist-load): Check existence of start-itimer rather than XEmacs.
9884 Use an idle timer.
9885 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9886 `delete-if-not'.
9887
9888 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
9889
9890 * savehist.el: Newer version.
9891 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9892 (savehist-last-checksum, savehist-no-conversion): New vars.
9893 (savehist-autosave, savehist-process-for-saving, savehist-printable):
9894 New functions.
9895 (savehist-load, savehist-save): Use them.
9896 (savehist-delimit): Remove.
9897
9898 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9899
9900 * progmodes/compile.el (compilation-goto-locus): Display the
9901 compilation buffer first and the source buffer second, in case they're
9902 in overlapping frames. Don't raise the compilation frame if it was the
9903 selected window upon entry. Pass the `other-window' arg to
9904 pop-to-buffer.
9905
9906 * info.el (Info-fontify-node): Use dolist.
9907 Change add-text-properties to put-text-property.
9908
9909 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9910
9911 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9912 bound of search.
9913
9914 2005-10-16 Masatake YAMATO <jet@gyve.org>
9915
9916 * dabbrev.el (dabbrev-completion): Pass the common
9917 prefix substring of completion to `display-completion-list'.
9918
9919 * filecache.el (file-cache-minibuffer-complete)
9920 (file-cache-complete): Ditto.
9921
9922 * tempo.el (tempo-display-completions): Ditto.
9923
9924 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9925
9926 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9927
9928 * eshell/em-hist.el (eshell-list-history): Ditto.
9929
9930 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9931
9932 * mail/mailalias.el (mail-complete): Ditto.
9933
9934 * progmodes/etags.el (complete-tag): Ditto.
9935
9936 * progmodes/make-mode.el (makefile-complete): Ditto.
9937
9938 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9939
9940 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9941
9942 * progmodes/pascal.el (pascal-complete-word)
9943 (pascal-show-completions): Ditto.
9944
9945 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9946
9947 * simple.el (completion-common-substring): New variable.
9948 (completion-setup-function): Use `completion-common-substring'
9949 to put faces.
9950
9951 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9952
9953 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9954 (x-get-selection, mac-select-convert-to-string): Convert from/to
9955 UTF-16 clipboard data as in native byte order, no BOM.
9956
9957 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
9958
9959 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9960 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9961 (gud-sentinel): Use speedbar-frame to check for speedbar.
9962
9963 2005-10-15 Richard M. Stallman <rms@gnu.org>
9964
9965 * savehist.el: New file.
9966
9967 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
9968
9969 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9970 Fix bug in \bf fontification.
9971
9972 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9973
9974 * pcvs.el (cvs-edit-log-files): New var.
9975 (cvs-mode-edit-log): New arg `file'.
9976 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9977 Instead force the use of the original file and nothing else.
9978 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9979 the cvs-minor-wrap-function is set.
9980 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9981
9982 2005-10-14 Bill Wohler <wohler@newt.com>
9983
9984 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9985 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9986 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9987 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9988 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9989 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9990 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9991 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9992 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9993 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9994 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9995 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9996 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9997 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9998 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9999
10000 * progmodes/gud.el (gud-tool-bar-map): Rename the images
10001 appropriately (for example, gud-break to gud/break).
10002
10003 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
10004
10005 * longlines.el (longlinges-search-function)
10006 (longlines-search-forward, longlines-search-backward): New functions.
10007 (longlines-mode): Set isearch-search-fun-function to
10008 longlinges-search-function.
10009
10010 * mouse.el (mouse-drag-region-1): Handle the case where a
10011 double-click event is bound to an arbitrary function.
10012
10013 2005-10-14 David Ponce <david@dponce.com>
10014
10015 * recentf.el (recentf-track-opened-file)
10016 (recentf-track-closed-file, recentf-update-menu)
10017 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
10018 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
10019 mouse-1-click-follows-link.
10020
10021 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10022
10023 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
10024 Gnome file-manager.png. Suggested by
10025 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
10026
10027 * toolbar/README: Add diropen.xpm.
10028
10029 2005-10-13 Bill Wohler <wohler@newt.com>
10030
10031 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
10032 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
10033
10034 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10035
10036 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10037 Don't waste the byte-compiler's time on constant data.
10038
10039 2005-10-13 Kenichi Handa <handa@m17n.org>
10040
10041 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
10042 byte with `escape-glyph' face.
10043
10044 * international/fontset.el (ccl-encode-unicode-font):
10045 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
10046 Handle the case that ucs-mule-to-mule-unicode translates a character to
10047 ASCII (usually for IPA characters).
10048
10049 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10050
10051 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
10052 Don't hide the underline of titles if font-lock-mode is disabled.
10053
10054 2005-10-12 Bill Wohler <wohler@newt.com>
10055
10056 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
10057 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10058 files in MH-E-SRC have been updated.
10059 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
10060
10061 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10062
10063 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
10064 (mixal-mode-syntax-table): Add \n as end-comment.
10065 (mixal-operation-codes-alist): Immediately initialize to full value.
10066 (mixal-add-operation-code): Remove.
10067 (mixal-describe-operation-code): Make the arg non-optional.
10068 Use the interactive spec instead.
10069 Use mixal-operation-codes-alist rather than mixal-operation-codes.
10070 (mixal-font-lock-keywords): Don't highlight comments here any more.
10071 (mixal-font-lock-syntactic-keywords): New var.
10072 (mixal-mode): Use it. Fix comment-start-skip.
10073
10074 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10075
10076 * startup.el (command-line-x-option-alist): -nb => -nbi
10077
10078 2005-10-12 Kim F. Storm <storm@cua.dk>
10079
10080 * startup.el (fancy-splash-default-action): Discard mouse click in
10081 the splash screen window, as it has no sensible meaning in the
10082 next window to be selected. Fixes error reported by Jan D.
10083
10084 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10085
10086 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
10087
10088 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10089
10090 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
10091 Try to fix up minor layout issues like indentation, line break, etc...
10092 (mixal-mode-syntax-table): Don't try to specify comment syntax,
10093 because it doesn't work.
10094 (mixal-operation-codes): Add some more codes.
10095 (mixal-font-lock-keywords): Process comments here.
10096 (mixal-mode): mixasm no longer needs -g option.
10097
10098 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
10099
10100 * progmodes/sh-script.el (sh-tmp-file):
10101 Use mktemp -t. Finish support for es and rc shells.
10102
10103 2005-10-11 Jay Belanger <belanger@truman.edu>
10104
10105 * calc/calcalg2.el (calc-integral): With an argument, compute the
10106 definite integral.
10107
10108 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
10109
10110 * mouse.el (mouse-drag-region-1): Don't try to catch a
10111 double-click when doing follow-link (it's overridden anyway).
10112
10113 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
10114
10115 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
10116 (autoload-print-form-outbuf): Add docstring.
10117
10118 2005-10-11 Juri Linkov <juri@jurta.org>
10119
10120 * info.el (Info-mode-menu): Delete menu item "Edit".
10121 (Info-mode): Delete description of Info-edit from docstring,
10122 and rearrange descriptions of Info commands in the order
10123 they are documented in the Info manual.
10124
10125 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10126
10127 * calendar/appt.el (appt-check): Use diary-selective-display var.
10128
10129 2005-10-10 Richard M. Stallman <rms@gnu.org>
10130
10131 * net/newsticker.el (newsticker-start, newsticker-show-news):
10132 Add autoload cookies.
10133
10134 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
10135
10136 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
10137
10138 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
10139
10140 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
10141
10142 2005-10-10 Jay Belanger <belanger@truman.edu>
10143
10144 * calc/calc-arith.el (math-check-known-scalarp)
10145 (math-check-known-matrixp): Check the values of arguments that are
10146 variables.
10147 (math-check-known-square-matrixp): New function.
10148 (math-known-square-matrixp): Use math-check-known-square-matrixp.
10149 (math-super-types): Add sqmatrix type.
10150
10151 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
10152 mode name `square' to `sqmatrix'.
10153
10154 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
10155 mode name `square' to `sqmatrix'.
10156
10157 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10158
10159 * progmodes/etags.el (select-tags-table-mode): Don't use
10160 selective-display.
10161 (tags-select-tags-table): Pass `button' to the action function.
10162 (select-tags-table): Place the side-info on button properties rather
10163 than in hidden text. Abbreviate file names.
10164 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
10165 (select-tags-table-select): Add `button' argument.
10166 Get side-info from the button property rather than from hidden text.
10167
10168 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
10169
10170 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
10171 (gud-speedbar-buttons): Preserve point if possible.
10172 (gud-sentinel): Restore previous speedbar display type.
10173
10174 * progmodes/gdb-ui.el (gdba): Improve diagram.
10175 (def-gdb-auto-update-handler, gdb-info-locals-handler)
10176 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
10177 Call get-buffer-window once.
10178
10179 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10180
10181 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
10182 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
10183 (pascal-indent-command): Remove unused var `ind'.
10184 (pascal-indent-case): Remove unused var `oldpos'.
10185 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
10186 since it's now used as a proper minor mode map.
10187 (pascal-outline): Rename to pascal-outline-mode.
10188 (pascal-outline-mode): Use define-minor-mode.
10189 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
10190 selective-display.
10191
10192 2005-10-10 Andreas Schwab <schwab@suse.de>
10193
10194 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
10195 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
10196
10197 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
10198 outside source directory.
10199
10200 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
10201
10202 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
10203 C-x' as a prefix.
10204 (orgtbl-mode-map): Full keymap instead of sparse, because all
10205 `self-insert-command' keys are redefined in this map.
10206 (org-export-as-html): Specify charset for HTML file, by taking it
10207 from the coding system.
10208
10209 2005-10-10 Kenichi Handa <handa@m17n.org>
10210
10211 * textmodes/flyspell.el (flyspell-check-word-p):
10212 If unread-command-events is non-empty, don't call sit-for.
10213
10214 2005-10-09 Richard M. Stallman <rms@gnu.org>
10215
10216 * font-lock.el (font-lock-syntactic-keywords)
10217 (font-lock-keywords): Doc fixes.
10218
10219 * textmodes/flyspell.el (flyspell-external-point-words):
10220 Simplify logic, and don't try to check for consecutive appearances
10221 of one incorrect word.
10222
10223 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
10224
10225 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10226 separator.
10227
10228 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
10229 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
10230 (gud-expansion-speedbar-buttons): New function.
10231 (gud-speedbar-buttons): Check for gud-comint-buffer.
10232
10233 2005-10-09 Bill Wohler <wohler@newt.com>
10234
10235 * Makefile.in (updates): Add mh-loaddefs dependency.
10236
10237 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
10238
10239 * speedbar.el (speedbar-file-key-map): Fix typo.
10240
10241 2005-10-09 Daniel Brockman <daniel@brockman.se>
10242
10243 * cus-start.el (line-spacing): Add custom spec.
10244
10245 2005-10-09 Romain Francoise <romain@orebokech.com>
10246
10247 * textmodes/ispell.el (ispell-check-version): Fix last change.
10248
10249 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10250
10251 * term/x-win.el: Remove -i, --icon-type from comment.
10252
10253 * startup.el (command-line-x-option-alist): Remove options -i,
10254 -itype, --icon-type, added -nb, --no-bitmap-icon
10255
10256 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
10257
10258 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10259 instead of :active.
10260
10261 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
10262
10263 * textmodes/ispell.el (ispell-check-version):
10264 Ignore hyphen, and all that follows, in aspell's version text.
10265
10266 2005-10-08 Jay Belanger <belanger@truman.edu>
10267
10268 * calc/calc-arith.el (math-known-square-matrixp): New function.
10269 (math-pow-fancy): Check for matrices before distributing exponent
10270 across products.
10271
10272 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10273 fullscreen keypad. Suggested by Luc Teirlinck.
10274 (calc-keypad-show-input): Add space for formatting.
10275
10276 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10277 Add square matrix option.
10278
10279 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10280 of checking calc-matrix-mode when deciding how to expand.
10281
10282 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10283
10284 2005-10-08 Lars Hansen <larsh@soem.dk>
10285
10286 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10287 Add error handling.
10288 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10289
10290 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10291
10292 Sync with Tramp 2.0.51.
10293
10294 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10295 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10296 Insert special handling for `last-coding-system-used', again
10297 it still seems to be necessary (unlike stated before).
10298 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10299 (tramp-password-prompt-regexp): There might be other words before
10300 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10301 (tramp-chunksize): Improve docstring.
10302 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10303 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10304 Christian Joergensen <bugs@razor.dk>.
10305
10306 2005-10-07 Glenn Morris <rgm@gnu.org>
10307
10308 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10309 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10310 precision'.
10311
10312 2005-10-07 Romain Francoise <romain@orebokech.com>
10313
10314 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10315 (ibuffer-do-shell-command-pipe-replace)
10316 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10317 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10318 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10319 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10320 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10321 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10322 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10323 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10324 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10325 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10326 Autoload file sans suffix.
10327
10328 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10329
10330 2005-10-07 David Ponce <david@dponce.com>
10331
10332 * recentf.el (recentf-menu-open-all-flag): New option.
10333 (recentf-digit-shortcut-command-name): New function.
10334 (recentf--shortcuts-keymap): New variable.
10335 (recentf-menu-shortcuts): New variable.
10336 (recentf-make-menu-items): Initialize it. Replace the "More..."
10337 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10338 (recentf-menu-value-shortcut): New function.
10339 (recentf-make-menu-item): Use it. No more in-lined.
10340 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10341 (recentf-open-most-recent-file): Rename from
10342 `recentf-open-file-with-key'. Don't depend on key binding.
10343 (recentf-mode-map): New variable.
10344 (recentf-mode): Use it.
10345
10346 2005-10-06 Bill Wohler <wohler@newt.com>
10347
10348 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10349
10350 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10351 (MH-E-SRC): New. Used by mh-autoloads.
10352 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10353 files in MH-E-SRC have been updated.
10354 (compile, recompile, bootstrap): Depend on mh-autoloads.
10355
10356 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10357
10358 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10359 gud-break and gud-remove icons when the fringe is not available.
10360
10361 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10362 Typo.
10363
10364 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10365
10366 * play/zone.el (zone): Wrap body with save-window-excursion.
10367
10368 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10369
10370 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10371 Use the new `list-only' arg to diary-list-entries.
10372
10373 * calendar/diary-lib.el: Use overlays rather than selective-display.
10374 (diary-selective-display): New var.
10375 (diary-header-line-format): Use it.
10376 (diary-list-entries): Add argument `list-only'.
10377 Put the buffer in diary-mode. Don't add \^M at beg and end.
10378 Replace \^M by invisible overlays.
10379 (diary-unhide-everything): Replace \^M by invisible overlays.
10380 (print-diary-entries): Look for overlays rather than \^M.
10381 Add a space to the temp buffer name.
10382 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10383 Put the buffer in diary-mode.
10384 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10385 (diary-anniversary): Make the year arg optional.
10386 (diary-time-regexp): New const.
10387 (diary-font-lock-keywords): Use it to accept a few more time formats.
10388
10389 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10390
10391 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10392
10393 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10394 Fix bug introduced 2005-07-03: Use (car (last ...))
10395 to faithfully reproduce replaced artist-last.
10396 (artist-set-arrow-points-for-poly): Likewise.
10397 Suggested by Johan Bockg\e,Ae\e(Brd.
10398
10399 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10400
10401 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10402 * wid-edit.el (widget):
10403 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10404 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10405
10406 2005-10-06 Kenichi Handa <handa@m17n.org>
10407
10408 * international/mule-cmds.el (set-language-environment):
10409 Fix setting up of case-table for unibyte mode.
10410
10411 * simple.el (what-cursor-position): If the character is displayed
10412 by some `display' text property, show that. Don't use
10413 single-key-description for eight-bit characters in multibyte mode.
10414
10415 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10416
10417 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10418 (gdb-ann3): Set it.
10419 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10420 (gdb-info-frames-custom): Use inverse-video for first five
10421 characters of selected frame only.
10422 (gdb-get-frame-number): Select frame even when point is on frame
10423 number.
10424
10425 2005-10-06 Masatake YAMATO <jet@gyve.org>
10426
10427 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10428 Put `font-lock-function-name-face'.
10429 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10430 and `font-lock-variable-name-face'
10431 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10432 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10433 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10434 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10435 (gdb-local-font-lock-keywords): New font lock keywords definition.
10436 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10437 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10438 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10439
10440 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10441
10442 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10443 (ediff-merge-region-is-non-clash-to-skip): Previously called
10444 ediff-merge-region-is-non-clash.
10445
10446 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10447 Use insert-buffer-substring.
10448
10449 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10450 selecting files to patch. Also bug fixes.
10451
10452 * ediff-util.el (ediff-setup): Bug fix.
10453 (ediff-next-difference): Never skip clashes that differ in white
10454 space only.
10455
10456 * ediff-wind.el (ediff-setup-control-frame)
10457 (ediff-destroy-control-frame): Check the menubar feature.
10458
10459 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10460 (viper-refresh-mode-line): Use make-local-variable to localize
10461 some vars instead of make-variable-buffer-local. Suggested by
10462 Stefan Monnier.
10463
10464 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10465 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10466 Use make-local-variable instead of make-variable-buffer-local.
10467 Suggested by Stefan Monnier.
10468
10469 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10470 (viper-comint-mode-hook): Use make-local-variable on
10471 require-final-newline.
10472 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10473
10474 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10475
10476 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10477 also the second char of a comment-start sequence.
10478 (scheme-sexp-comment-syntax-table): New var.
10479 (lambda, define): Set their scheme-doc-string-elt property.
10480 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10481 Use lisp-font-lock-syntactic-face-function now that it properly
10482 handles |...| symbols.
10483 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10484 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10485
10486 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10487 bit from # to |.
10488 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10489
10490 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10491 (lisp-doc-string-elt-property): New var.
10492 (lisp-font-lock-syntactic-face-function): Use it.
10493 Rewrite to recognize docstrings even for forms not at toplevel.
10494
10495 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10496 annotation on the | part of #| rather than on the # part.
10497 (scheme-font-lock-syntactic-face-function): New function, to
10498 distinguish strings from |...| symbols.
10499 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10500 syntax-table so that #|...|# is properly highlighted.
10501
10502 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10503 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10504
10505 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10506
10507 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10508 and C-e.
10509
10510 * emacs-lisp/eldoc.el: Move comments into docstrings.
10511 (eldoc-message-commands): Initialize in its declaration.
10512 Add move-beginning-of-line and move-end-of-line.
10513 (eldoc-add-command, eldoc-add-command-completions)
10514 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10515
10516 * outline.el (outline-mark-subtree): Activate the mark.
10517
10518 * calendar/appt.el (appt-time-regexp): New var.
10519 (appt-add, appt-make-list): Use it.
10520 (appt-convert-time): Clean up.
10521
10522 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10523 Don't set any syntax-table property here.
10524 (tex-font-lock-verb): New function. Do it here.
10525 (tex-font-lock-syntactic-keywords): Use it.
10526
10527 2005-10-04 Richard M. Stallman <rms@gnu.org>
10528
10529 * wid-edit.el (widget-file-complete): Get the widget start point
10530 the right way. Default directory to `/' if file has none.
10531
10532 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10533
10534 * textmodes/flyspell.el (flyspell-mode-on):
10535 Call ispell-maybe-find-aspell-dictionaries.
10536
10537 * textmodes/ispell.el (ispell-word, ispell-region):
10538 Call ispell-maybe-find-aspell-dictionaries.
10539 (ispell-accept-buffer-local-defs):
10540 Don't call ispell-maybe-find-aspell-dictionaries
10541
10542 2005-10-04 Richard M. Stallman <rms@gnu.org>
10543
10544 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10545
10546 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10547
10548 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10549 instead of `fboundp' in order to allow for anonymous functions.
10550
10551 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10552
10553 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10554 case the user clicks on the link while another window is selected.
10555 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10556
10557 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10558 functionality.
10559 (dframe-help-echo): Save point in case mouse tracking is off.
10560
10561 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10562
10563 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10564
10565 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10566
10567 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10568 not change the global value of those vars.
10569
10570 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10571 make-local-variable which we do not need any more.
10572
10573 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10574
10575 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10576 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10577 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10578 (speedbar-path-line): Define obsolete aliases.
10579 (speedbar-line-directory): Doc fix.
10580
10581 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10582 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10583 instead of speedbar-line-path.
10584
10585 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10586
10587 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10588 to nil if dropping on a window. Handle dropping on a minibuffer window
10589 like dropping on a non-window part of Emacs.
10590
10591 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10592
10593 * net/ange-ftp.el: Use with-current-buffer.
10594 (ange-ftp-insert-directory): Do not follow symlinks any more.
10595
10596 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10597 Remove interactive spec.
10598
10599 2005-10-03 Kim F. Storm <storm@cua.dk>
10600
10601 * ido.el (ido-mode): Use custom-initialize-set.
10602
10603 2005-10-02 Richard M. Stallman <rms@gnu.org>
10604
10605 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10606 Use insert-buffer-substring.
10607
10608 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10609 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10610
10611 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10612
10613 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10614 in last change.
10615 (ange-ftp-insert-directory): Fix up the search for the case where
10616 `file' is absolute.
10617
10618 2005-10-02 Romain Francoise <romain@orebokech.com>
10619
10620 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10621
10622 2005-10-02 Andreas Schwab <schwab@suse.de>
10623
10624 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10625 directory component in the session info.
10626
10627 2005-10-01 Richard M. Stallman <rms@gnu.org>
10628
10629 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10630
10631 * simple.el (next-error-internal): New function.
10632
10633 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10634 (compilation-start): Pass new arg to compilation-buffer-name.
10635 (compile-goto-error): Use next-error-internal.
10636
10637 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10638
10639 * speedbar.el: Remove RCS tag.
10640 (speedbar-check-read-only): Handle non-existent files.
10641
10642 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10643
10644 * info.el (Info-speedbar-hierarchy-buttons)
10645 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10646
10647 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10648
10649 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10650 Do not match newline.
10651 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10652 (bibtex-summary): Remove unnecessary save-excursion.
10653 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10654
10655 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10656
10657 * term/mac-win.el: Add charset info for "iso10646-1".
10658 Modify default fontset to use ATSUI-compatible fonts for some charsets
10659 if available.
10660
10661 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10662
10663 * speedbar.el: Re-apply arch tag.
10664 (speedbar-version): Rename to version 1.0. Suggested by Eric
10665 M. Ludlam.
10666 Reapply two changes from Emacs CVS' version of speedbar lost
10667 during the merge:
10668 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10669 (speedbar-frame-parameters): Improve customize type.
10670
10671 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10672
10673 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10674 (ange-ftp-file-directory-p): Fix the symlink case.
10675 (ange-ftp-insert-directory): When listing a single file, get a list of
10676 the parent buffer and extract the relevant line. Inspired from a patch
10677 by Katsumi Yamaoka <yamaoka@jpl.org>.
10678 (ange-ftp-file-name-sans-versions): Simplify.
10679
10680 2005-09-30 Bill Wohler <wohler@newt.com>
10681
10682 Move MH-E image files from toolbar and mail directories into
10683 etc/images.
10684
10685 * mail/reply2.*: Move to etc/images/mail/reply*.
10686
10687 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10688 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10689 etc/images.
10690
10691 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10692 * toolbar/reply*: Move to etc/images/mail.
10693
10694 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10695
10696 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10697
10698 * speedbar.el: New version 1.0pre3.
10699
10700 Frame management code (including timer, and mouse click specifics)
10701 moved to dframe.el:
10702 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10703 (speedbar-timer): Removed. Use dframe-timer.
10704 (speedbar-close-frame): Removed. Use dframe-close-frame.
10705 (speedbar-activity-change-focus-flag): Removed. Use
10706 dframe-activity-change-focus-flag.
10707 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10708 dframe-update-speed.
10709
10710 (speedbar-current-frame): New macro. Use this instead of the
10711 variable speedbar-frame.
10712
10713 (speedbar-use-images, speedbar-expand-image-button-alist)
10714 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10715
10716 (speedbar-find-image-on-load-path): Removed. Replaced by
10717 defezimage in ezimage.el.
10718 (speedbar-expand-image-button-alist): Removed. Replaced by
10719 ezimage-expand-image-button-alist in ezimage.el.
10720
10721 (speedbar-ignored-directory-regexp)
10722 (speedbar-add-ignored-directory-regexp)
10723 (speedbar-ignored-directory-expressions)
10724 (speedbar-line-directory, speedbar-buffers-line-directory)
10725 (speedbar-directory-line, speedbar-buffers-line-directory):
10726 Renamed, replacing `path' with `directory'.
10727
10728 (speedbar-create-directory, speedbar-expand-line-descendants)
10729 (speedbar-toggle-line-expansion)
10730 (speedbar-contract-line-descendants): New commands.
10731
10732 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10733 (speedbar-use-tool-tips-flag): New options.
10734
10735 (speedbar-check-read-only, speedbar-require-version)
10736 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10737 (speedbar-handle-delete-frame, speedbar-try-completion)
10738 (speedbar-update-localized-contents): New functions.
10739
10740 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10741 (speedbar-object-read-only-indicator): New variables.
10742
10743 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10744 New hooks.
10745
10746 (speedbar-separator-face): New face.
10747
10748 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10749 (speedbar-ignored-modes): Add fundamental-mode.
10750 (speedbar-directory-unshown-regexp): Add . directories.
10751
10752 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10753 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10754 `]' for full expand/close.
10755 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10756
10757 (speedbar-check-vc): Support hidden files.
10758 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10759 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10760 state is nil, it is not checked out.
10761
10762 (speedbar-line-text, speedbar-line-token): Support expand buttons
10763 with no text.
10764 (speedbar-refresh): Universal argument acts as power-click.
10765 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10766 that buffer to get variable values.
10767
10768 And many other bugfixes.
10769
10770 * dframe.el, ezimage.el, sb-image.el: New files.
10771
10772 * sb-*.xpm: Remove files. New image files installed into
10773 etc/images/ezimage.
10774
10775 2005-09-30 Kenichi Handa <handa@m17n.org>
10776
10777 * ps-mule.el (ps-mule-show-warning): If a character is in
10778 ps-print-translation-table, don't treat it as non-printable.
10779
10780 2005-09-30 David Ponce <david@dponce.com>
10781
10782 * tree-widget.el (tree-widget-themes-load-path): New variable.
10783 (tree-widget-themes-directory): Doc fix.
10784 (tree-widget-image-formats) [Emacs]: Doc fix.
10785 (tree-widget--locate-sub-directory): New function.
10786 (tree-widget-themes-directory): Use it.
10787
10788 * recentf.el (recentf-filename-handlers): Rename from
10789 `recentf-filename-handler'. Allow a list of functions.
10790 (recentf-menu-items-for-commands): Fix :help strings.
10791 (recentf-apply-filename-handlers): New function.
10792 (recentf-expand-file-name): Use it.
10793 (recentf-cleanup): Remove duplicates too.
10794
10795 2005-09-29 Juri Linkov <juri@jurta.org>
10796
10797 * faces.el: Rearrange face definitions to be in the same order as
10798 their face descriptions in "(emacs)Standard Faces".
10799
10800 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10801
10802 * tooltip.el (tooltip): Add group `basic-faces'.
10803
10804 * buff-menu.el (Buffer-menu-buffer): Remove group
10805 `font-lock-highlighting-faces'.
10806
10807 * progmodes/compile.el (compilation-error, compilation-warning)
10808 (compilation-info, compilation-line-number, compilation-column-number):
10809 Change group from `font-lock-highlighting-faces' to `compilation'.
10810
10811 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10812 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10813 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10814 (vhdl-font-lock-reserved-words-face)
10815 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10816 `font-lock-highlighting-faces'.
10817
10818 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10819
10820 2005-09-28 Kim F. Storm <storm@cua.dk>
10821
10822 * emulation/cua-base.el: Set CUA move property on additional commands:
10823 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10824 forward-sexp, backward-sexp, forward-list, backward-list.
10825
10826 2005-09-28 Romain Francoise <romain@orebokech.com>
10827
10828 * comint.el (comint-show-output): Really set point at the
10829 beginning of the output when not using `comint-use-prompt-regexp'.
10830
10831 2005-09-27 Jay Belanger <belanger@truman.edu>
10832
10833 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10834 in TeX mode.
10835
10836 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10837
10838 * textmodes/org.el (org-table-sum): Fix format string.
10839
10840 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10841 Quote face names.
10842
10843 2005-09-26 Romain Francoise <romain@orebokech.com>
10844
10845 * isearch.el (isearch-forward-regexp): Close doc string.
10846
10847 2005-09-25 Richard M. Stallman <rms@gnu.org>
10848
10849 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10850
10851 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10852
10853 * progmodes/compile.el (compilation-error-properties):
10854 When getting the file from the previous error message,
10855 correctly decode the new data format.
10856
10857 * progmodes/cc-cmds.el (c-electric-paren):
10858 Call old-blink-paren only for close-paren.
10859
10860 2005-09-24 Andreas Schwab <schwab@suse.de>
10861
10862 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10863 condition.
10864
10865 2005-09-25 Romain Francoise <romain@orebokech.com>
10866
10867 * dired-aux.el (dired-copy-file-recursive):
10868 * dired.el (dired-delete-file):
10869 * ediff-mult.el (ediff-dir-diff-copy-file):
10870 * ediff-util.el (ediff-test-save-region):
10871 * forms.el (forms-mode):
10872 * ido.el (ido-file-internal, ido-delete-file-at-head):
10873 * log-edit.el (log-edit-done):
10874 * ses.el (ses-yank-resize):
10875 * play/gomoku.el (gomoku-human-plays, gomoku)
10876 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10877 (gomoku-offer-a-draw):
10878 * play/landmark.el (lm-human-resigns, lm):
10879 * net/eudcb-ldap.el (eudc-ldap-check-base):
10880 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10881 * progmodes/ebrowse.el (ebrowse-find-pattern):
10882 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10883 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10884 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10885
10886 * vc.el (vc-delete-file):
10887 * play/gomoku.el (gomoku-terminate-game, gomoku)
10888 (gomoku-prompt-for-move, gomoku-human-takes-back):
10889 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10890 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10891
10892 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10893
10894 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10895 color rxvt terminals by using the code xterm.el used to use before
10896 2005-04-09 in order to match the colors used by rxvt.
10897
10898 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10899
10900 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10901 colors rxvt-unicode terminals by using the same code as xterm.el.
10902
10903 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10904
10905 * textmodes/tex-mode.el (tex-font-lock-append-prop)
10906 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10907 new symbol used for the tex-verbatim face.
10908
10909 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10910
10911 * woman.el (woman-file-name):
10912 * wid-edit.el (widget-file-prompt-value)
10913 (widget-coding-system-prompt-value):
10914 * w32-fns.el (set-w32-system-coding-system):
10915 * vc.el (vc-version-diff, vc-annotate):
10916 * textmodes/reftex-auc.el (reftex-arg-cite)
10917 (reftex-arg-index-tag):
10918 * textmodes/refer.el (refer-get-bib-files):
10919 * textmodes/artist.el (artist-figlet-choose-font):
10920 * terminal.el (terminal-emulator):
10921 * replace.el (occur-read-primary-args):
10922 * rect.el (string-rectangle, string-insert-rectangle):
10923 * ps-print.el (ps-print-preprint):
10924 * progmodes/pascal.el (pascal-goto-defun):
10925 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10926 * progmodes/compile.el (compilation-find-file):
10927 * printing.el (pr-interactive-n-up):
10928 * play/animate.el (animate-birthday-present):
10929 * net/rcompile.el (remote-compile):
10930 * man.el (man, Man-goto-section, Man-follow-manual-reference):
10931 * mail/rmailsum.el (rmail-summary-search-backward)
10932 (rmail-summary-search):
10933 * mail/rmailout.el (rmail-output-read-rmail-file-name)
10934 (rmail-output-read-file-name):
10935 * mail/rmail.el (rmail-search, rmail-search-backwards):
10936 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10937 * locate.el (locate):
10938 * international/quail.el (quail-show-keyboard-layout):
10939 * international/mule.el (set-buffer-file-coding-system)
10940 (revert-buffer-with-coding-system, set-file-name-coding-system)
10941 (set-terminal-coding-system, set-keyboard-coding-system)
10942 (set-next-selection-coding-system):
10943 * international/mule-diag.el (describe-coding-system)
10944 (describe-font, describe-fontset):
10945 * international/mule-cmds.el (universal-coding-system-argument)
10946 (search-unencodable-char, describe-input-method)
10947 (set-language-environment, describe-language-environment):
10948 * international/codepage.el (codepage-setup):
10949 * international/code-pages.el (codepage-setup):
10950 * info.el (Info-search, Info-follow-reference)
10951 (Info-search-backward):
10952 * emacs-lisp/advice.el (ad-read-advised-function)
10953 (ad-read-advice-class, ad-clear-cache, ad-activate)
10954 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10955 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10956 (ad-read-regexp):
10957 * ediff-util.el (ediff-toggle-regexp-match):
10958 * ediff-ptch.el (ediff-prompt-for-patch-file):
10959 * dired-aux.el (dired-diff):
10960 * diff.el (diff):
10961 * cus-edit.el (custom-variable-prompt):
10962 * calendar/timeclock.el (timeclock-ask-for-project):
10963 * calc/calcalg3.el (calc-get-fit-variables):
10964 * calc/calc-store.el (calc-edit-variable)
10965 (calc-permanent-variable):
10966 * vc-mcvs.el (vc-mcvs-register):
10967 * shadowfile.el (shadow-define-literal-group):
10968 * woman.el (woman-file-name):
10969 * vc.el (vc-version-diff, vc-merge):
10970 * textmodes/reftex-index.el (reftex-index-complete-tag):
10971 * format.el (format-decode-buffer, format-decode-region):
10972 * emulation/viper-cmd.el (viper-read-string-with-history):
10973 * emacs-lisp/debug.el (cancel-debug-on-entry):
10974 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10975 * ediff.el (ediff-merge-revisions)
10976 (ediff-merge-revisions-with-ancestor, ediff-revision):
10977 * completion.el (interactive-completion-string-reader):
10978 * calc/calc-prog.el (calc-user-define-formula):
10979 Follow convention for reading with the minibuffer.
10980
10981 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
10982
10983 * progmodes/python.el (python-describe-symbol): Add globals() and
10984 locals() to the arguments of emacs.ehelp.
10985
10986 2005-09-24 Magnus Henoch <mange@freemail.hu>
10987
10988 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10989 New function, code extracted from ispell-valid-dictionary-list.
10990 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10991 Call it.
10992
10993 2005-09-24 Eli Zaretskii <eliz@gnu.org>
10994
10995 * subr.el (version-regexp-alist): Extend valid syntax for version
10996 strings: allow any of the characters -,_,+ to separate the
10997 alpha/beta/rc part from the version part. Doc fix.
10998 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
10999
11000 2005-09-23 David Reitter <david.reitter@gmail.com>
11001
11002 * mail/mailclient.el: New file.
11003
11004 2005-09-23 Richard M. Stallman <rms@gnu.org>
11005
11006 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
11007 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
11008 Doc fixes.
11009
11010 * progmodes/cc-mode.el (c-font-lock-init):
11011 Specify font-lock-lines-before.
11012
11013 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11014
11015 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
11016 whole conflict.
11017
11018 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
11019
11020 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
11021 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
11022 of `remap' feature when available. Additional key bindings for
11023 better tty support.
11024 (org-mode-restart, org-force-self-insert): New commands.
11025 (org-time-stamp-inactive): New command.
11026 (org-remap): New function.
11027 (org-table-auto-blank-field, org-level-color-stars-only): New options.
11028 (org-enable-fixed-width-editor): Move to `org-structure'
11029 customization group.
11030 (org-self-insert-command, orgtbl-self-insert-command): Modify to
11031 blank field after field motion commands.
11032
11033 2005-09-23 Kenichi Handa <handa@m17n.org>
11034
11035 * international/mule-cmds.el (set-language-environment):
11036 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
11037 have to call utf-translate-cjk-load-tables.
11038
11039 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11040
11041 * mouse.el (mouse-move-drag-overlay): Fix last change.
11042
11043 2005-09-22 David Ponce <david@dponce.com>
11044
11045 * tree-widget.el (tree-widget-value-create): Fix previous change.
11046
11047 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11048
11049 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
11050
11051 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11052
11053 * mouse.el (mouse-move-drag-overlay): New function.
11054 (mouse-drag-region-1): Use it.
11055 Try to simplify a bit the state handling. Handle clicks on links
11056 inside intangible areas.
11057 (mouse-save-then-kill): Minor simplification.
11058 (mouse-secondary-overlay): Make it always non-nil instead of
11059 recreating it each time.
11060 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
11061 (mouse-kill-secondary, mouse-secondary-save-then-kill):
11062 Simplify accordingly.
11063
11064 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11065
11066 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
11067
11068 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
11069
11070 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
11071 (ediff-file-name-sans-prefix): Treat nil as an empty string.
11072 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
11073 to patch.
11074
11075 * ediff-util.el: Use insert-buffer-substring.
11076
11077 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
11078
11079 * emulation/viper-cmd.el (viper-change-state): Don't move over the
11080 field boundaries in the minibuffer.
11081 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
11082 (viper-minibuffer-post-command-hook): New hook.
11083 (viper-line): Don't move cursor at bolp.
11084
11085 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
11086
11087 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
11088 avoid compiler warnings.
11089
11090 * emulation/viper-macs.el (ex-map): Better messages.
11091
11092 * emulation/viper-utils.el (viper-beginning-of-field): New function.
11093
11094 * emulation/viper.el: Replace make-variable-buffer-local with
11095 viper-make-variable-buffer-local everywhere, to avoid warnings.
11096
11097 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11098
11099 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
11100 Delete unused var `old-selected-window'.
11101 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
11102 (mouse-drag-secondary): Delete unused var `start-frame'.
11103
11104 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11105
11106 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
11107
11108 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11109
11110 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
11111 Re-indent within 80 columns. Use inhibit-read-only.
11112
11113 2005-09-19 Romain Francoise <romain@orebokech.com>
11114
11115 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
11116
11117 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11118
11119 * font-lock.el (font-lock-default-fontify-region): Don't add a line
11120 unconditionally, since the after-change-function already did it.
11121
11122 2005-09-19 Miles Bader <miles@gnu.org>
11123
11124 * net/newsticker.el: Get rid of CVS keyword.
11125
11126 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
11127
11128 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
11129 The prompt is formatted later.
11130
11131 2005-09-19 David Ponce <david@dponce.com>
11132
11133 * tree-widget.el (tree-widget-value-create): Save the converted
11134 tree :node widget.
11135
11136 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
11137
11138 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
11139 variable `message'.
11140
11141 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
11142
11143 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
11144 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
11145 <slawomir.nowaczyk.847@student.lu.se>.
11146
11147 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
11148
11149 * image.el (image-load-path): Use symbol `data-directory' instead
11150 of its value, for backward compatibility with packages that bind
11151 it during `find-image'. Suggested by Katsumi Yamaoka.
11152 (image-search-load-path): Handle symbols whose values are strings.
11153
11154 2005-09-18 Romain Francoise <romain@orebokech.com>
11155
11156 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
11157 with-current-buffer form in save-excursion.
11158
11159 2005-09-18 D Goel <deego@gnufans.org>
11160
11161 * apropos.el (apropos-command): Fix `message' call: first arg
11162 should be a format spec. In this and all other cases that appear
11163 below and elsewhere in the source code, I made a change only when
11164 two conditions were satisfied: [1] I can think of a possibility
11165 that the arguments would cause an error, for example, the code in
11166 question relies on external variables such as filenames. [2] I
11167 was sure that the arg to `message' could not have been nil in the code.
11168
11169 * textmodes/tildify.el (tildify-region): Ditto.
11170
11171 * textmodes/reftex-index.el (reftex-index-change-entry)
11172 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
11173 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
11174 * textmodes/org.el (org-complete, org-deadline, org-schedule)
11175 (org-priority, org-table-sum):
11176 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
11177 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
11178 (flyspell-word, flyspell-display-next-corrections):
11179 * textmodes/bibtex.el (bibtex-print-help-message):
11180 * textmodes/artist.el (artist-key-set-point-poly):
11181 * term/mac-win.el (mac-services-insert-text):
11182 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
11183 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
11184 (vhdl-port-paste-testbench, vhdl-compose-new-component)
11185 (vhdl-compose-configuration):
11186 * progmodes/sh-script.el (sh-blink, sh-show-indent)
11187 (sh-set-indent, sh-learn-line-indent):
11188 * progmodes/ps-mode.el (ps-mode-target-column):
11189 * progmodes/idlwave.el (idlwave-make-tags)
11190 (idlwave-scan-library-catalogs):
11191 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
11192 * progmodes/gud.el (gud-jdb-analyze-source):
11193 * progmodes/flymake.el (flymake-log):
11194 * progmodes/ebnf2ps.el (ebnf-generate-region):
11195 * progmodes/cmacexp.el (c-macro-expansion):
11196 * progmodes/ada-xref.el (ada-treat-cmd-string):
11197 * progmodes/ada-mode.el (ada-create-case-exception-substring)
11198 (ada-justified-indent-current, ada-batch-reformat):
11199 * play/zone.el (zone):
11200 * play/landmark.el (lm-move):
11201 * play/decipher.el (decipher-show-alphabet):
11202 * net/newsticker.el (newsticker--display-jump)
11203 (newsticker--display-scroll):
11204 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
11205 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
11206 * mail/feedmail.el (feedmail-dump-message-to-queue):
11207 * eshell/esh-proc.el (eshell-remove-process-entry):
11208 * emulation/ws-mode.el (ws-last-error):
11209 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
11210 (viper-record-kbd-macro):
11211 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
11212 * emacs-lisp/lisp-mnt.el (lm-report-bug):
11213 * emacs-lisp/find-func.el (find-function-noselect):
11214 * calendar/timeclock.el (timeclock-status-string)
11215 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
11216 (timeclock-when-to-leave-string):
11217 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
11218 * calc/calc-units.el (calc-enter-units-table):
11219 * calc/calc-mode.el (calc-mode-record-mode):
11220 * woman.el (woman-mini-help):
11221 * wdired.el (wdired-change-to-wdired-mode):
11222 * vc.el (vc-retrieve-snapshot):
11223 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
11224 * startup.el (display-startup-echo-area-message):
11225 * simple.el (set-goal-column):
11226 * ses.el (ses-command-hook, ses-recalculate-cell):
11227 * server.el (server-process-filter):
11228 * printing.el (pr-interface-txt-print, pr-interface-printify)
11229 (pr-interface-ps):
11230 * pcvs.el (cvs-help):
11231 * log-edit.el (log-edit, log-edit-mode-help):
11232 * iswitchb.el (iswitchb-possible-new-buffer):
11233 * isearch.el (isearch-edit-string):
11234 * image-mode.el (image-mode, image-minor-mode):
11235 * ibuf-macs.el (define-ibuffer-filter):
11236 * hi-lock.el (hi-lock-find-patterns):
11237 * files.el (toggle-read-only):
11238 * ediff-util.el (ediff-copy-diff)
11239 (ediff-write-merge-buffer-and-maybe-kill):
11240 * echistory.el (Electric-history-undefined):
11241 * dnd.el (dnd-insert-text):
11242 * dired-aux.el (dired-query):
11243 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11244 * bookmark.el (bookmark-bmenu-locate):
11245 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11246 Fix `message' calls to ensure first arg is a format string.
11247 The change was made only when these two conditions were satisfied:
11248 [1] when there is a possibility that the arguments would cause an error
11249 for example, if the code in question relies on external variables
11250 such as filenames, and
11251 [2] if the arg to `message' could not have been nil in the code.
11252
11253 * pcomplete.el (pcomplete--help): Fix `message' format spec.
11254 Not having a %s would be weird, though not technically wrong.
11255
11256 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11257
11258 * term/mac-win.el (mac-add-charset-info): Doc fix.
11259
11260 2005-09-17 Romain Francoise <romain@orebokech.com>
11261
11262 * shell.el (shell-resync-dirs): Handle echoing processes more
11263 reliably. Don't insert resync command if `comint-process-echoes'
11264 is non-nil.
11265
11266 2005-09-17 Magnus Henoch <mange@freemail.hu>
11267
11268 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11269 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11270 aspell versions >= 0.60.
11271 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11272 only if ispell-aspell-supports-utf8 is non-nil.
11273
11274 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11275
11276 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11277 buffer-local value to lisp-indent-function.
11278
11279 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11280
11281 * progmodes/glasses.el (glasses-make-readable): If
11282 glasses-separator differs from underscore, put appropriate
11283 overlays over underscore characters.
11284 (glasses-convert-to-unreadable): If glasses-separator differs from
11285 underscore, try to convert glasses-separator characters to
11286 underscores.
11287
11288 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11289
11290 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11291 Use with-syntax-table and dolist.
11292
11293 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11294
11295 * textmodes/reftex-auc.el:
11296 * textmodes/reftex-cite.el:
11297 * textmodes/reftex-dcr.el:
11298 * textmodes/reftex-global.el:
11299 * textmodes/reftex-parse.el:
11300 * textmodes/reftex-ref.el:
11301 * textmodes/reftex-sel.el:
11302 * textmodes/reftex-toc.el:
11303 * textmodes/reftex-vars.el:
11304 * textmodes/reftex.el: Small changes to remove compiler warnings.
11305
11306 * textmodes/reftex-index.el: Likewise.
11307 (reftex-query-index-phrase): More efficient use of markers.
11308
11309 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11310
11311 * image.el (image-load-path): New variable.
11312 (image-search-load-path): New function.
11313 (find-image): Search for images in `image-load-path'.
11314
11315 2005-09-15 Richard M. Stallman <rms@gnu.org>
11316
11317 * follow.el: Change Maintainer field.
11318
11319 2005-09-15 David Ponce <david@dponce.com>
11320
11321 * recentf.el (recentf-save-file-modes): New option.
11322 (recentf-save-list): Use it.
11323
11324 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11325
11326 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11327 (mode-line-mule-info, mode-line-modified): Move bindings from
11328 mouse-3 to mouse-1.
11329
11330 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11331
11332 * simple.el (sendmail-user-agent-compose): Revert last change.
11333
11334 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11335
11336 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11337 Use with-current-buffer.
11338 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11339 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11340 (ange-ftp-insert-directory): Remove unused var `short'.
11341 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11342
11343 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11344 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11345
11346 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11347 (check-calendar-holidays, diary-list-entries): Autoload.
11348 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11349 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11350
11351 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11352 which mistakenly removed a call to display-buffer.
11353
11354 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11355
11356 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11357
11358 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11359
11360 * progmodes/hideshow.el
11361 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11362 (hs-allow-nesting): New user var.
11363 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11364 (hs-hide-block-at-point): When nesting allowed,
11365 if there is already an overlay in place, delete it.
11366 (hs-safety-is-job-n): Delete func; remove call sites.
11367 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11368 (hs-overlay-at): New func.
11369 (hs-already-hidden-p, hs-show-block): Use it.
11370 (hs-hide-all): Don't pre-clean if nesting allowed.
11371 (hs-show-all): Temporarily disallow
11372 nesting around call to `hs-discard-overlays'.
11373
11374 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11375
11376 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11377 Delete unused local var.
11378
11379 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11380
11381 * help-fns.el (describe-categories): "?\ " -> "?\s".
11382 (help-do-arg-highlight): Recognize also ARG-n, as in
11383 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11384
11385 * international/codepage.el (dos-unsupported-char-glyph):
11386 * net/newsticker.el (tool-bar-map, w3-mode-map)
11387 (w3m-minor-mode-map):
11388 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11389 (ent-alist):
11390 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11391
11392 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11393
11394 * custom.el (custom-push-theme): Handle the case where a symbol is
11395 bound but face properties have not yet been assigned.
11396
11397 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11398 Fix behavior if noerase is `t' and there is no mail buffer.
11399
11400 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11401 if `continue' is nil, rather than signal an error.
11402
11403 2005-09-12 Richard M. Stallman <rms@gnu.org>
11404
11405 * font-lock.el (font-lock-keywords): Add autoload.
11406
11407 * help-fns.el (describe-variable): Rearrange to put source link
11408 in a predictable place.
11409
11410 * net/newsticker.el: New file.
11411
11412 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11413
11414 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11415 (calendar-basic-setup): Use the new nil arg.
11416 (number-of-diary-entries): Move to diary-lib.el.
11417
11418 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11419 (diary-list-entries): Use with-syntax-table and dolist.
11420 Rename from list-diary-entries.
11421 Use number-of-diary-entries if `number' is nil.
11422 (diary, diary-view-entries): Use this new name and new nil arg value.
11423 (number-of-diary-entries): Move from calendar.el.
11424 (diary-unhide-everything): New function.
11425 (include-other-diary-files, fancy-diary-display)
11426 (diary-show-all-entries, make-diary-entry): Use it.
11427 (diary-mail-entries): Use buffer-string.
11428 (mark-diary-entries): Fix long standing paren typo.
11429 (diary-sexp-entry): Use count-lines.
11430 (make-diary-entry): Avoid `previous-line'.
11431 (diary-mode-map): New var.
11432 (diary-mode): Redraw cal after saving. Setup header-line.
11433 (fancy-diary-display-mode): Use local-set-key.
11434
11435 * startup.el (command-line): Try calling various terminal-init-foo-bar
11436 functions by stripping hyphenated suffixes from $TERM.
11437
11438 * files.el (normal-mode): Check boundness of font-lock-keywords.
11439
11440 2005-09-12 Richard M. Stallman <rms@gnu.org>
11441
11442 * progmodes/compile.el: Don't decide a file's directory
11443 until the user actually tries to go there.
11444 (compilation-next-error-function):
11445 Pass compilation-find-file the directory from the file-struct.
11446 (compilation-internal-error-properties): Separate local FILE-STRUCT
11447 from FILE. Doc the args better. Rename arg FMT to FMTS.
11448 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11449 Expand it, and if nil, use default-directory.
11450 (compilation-get-file-structure): Don't mix specified directory
11451 with default directory. Put specified directory into
11452 file-struct. Don't make the file name absolute.
11453
11454 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11455 (compile-command): Add autoload.
11456 (compilation-disable-input): Add autoload.
11457
11458 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11459
11460 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11461 strings of the variables it can override.
11462 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11463 %Q and %q, for fully-qualified domain name and unqualified host name.
11464
11465 2005-09-11 Kim F. Storm <storm@cua.dk>
11466
11467 * emacs-lisp/authors.el (authors-aliases): Update list.
11468 (authors-fixed-entries): Update mldrag.el entry.
11469
11470 2005-09-10 Alan Mackenzie <acm@muc.de>
11471
11472 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11473 from the region narrowed to.
11474
11475 2005-09-10 Magnus Henoch <mange@freemail.hu>
11476
11477 * textmodes/ispell.el (ispell-check-version): Signal an error if
11478 aspell version is less than 0.60.
11479
11480 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11481
11482 * progmodes/octave-inf.el (inferior-octave-startup):
11483 Resync current dir at the end.
11484
11485 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11486
11487 * woman.el (woman-topic-at-point-default):
11488 Rename to woman-use-topic-at-point-default.
11489 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11490 (woman-file-name): Reflect renames above. Automatically use the
11491 word at point as topic if woman-use-topic-at-point is non-nil.
11492 Otherwise offer it as default but don't insert it in the
11493 minibuffer. Also use `test-completion' instead of `assoc' as
11494 suggested by Stefan Monnier.
11495
11496 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11497
11498 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11499 the attempt to do it over Tramp. This is not yet supported.
11500
11501 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11502
11503 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11504 (menu-bar-non-minibuffer-window-p): New functions.
11505 ("Split Window", "Save As..."): Use them.
11506 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11507 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11508 Use menu-bar-menu-frame-live-and-visible-p.
11509 ("Save Buffer", "Insert File", "Open Directory...")
11510 ("Open File...", "Visit New File..."):
11511 Use menu-bar-non-minibuffer-window-p.
11512 (kill-this-buffer-enabled-p, dired <menu-enable>):
11513 Use menu-bar-non-minibuffer-window-p.
11514
11515 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11516
11517 * cus-start.el (all): Don't complain about fringe-related
11518 built-ins if fringes are not supported. Ditto about
11519 selection-related built-ins. Fix the test for GTK-related built-ins.
11520
11521 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11522 ("Postscript Print Buffer", "Print Region", "Save As...")
11523 ("Save", "Insert File...", "Open Directory...")
11524 ("Open File...", "Visit New File..."")
11525 ("Truncate Long Lines in this Buffer"): Don't look at
11526 menu-updating-frame if this display does not support multiple frames.
11527
11528 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11529
11530 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11531
11532 2005-09-09 Emilio Lopes <eclig@gmx.net>
11533
11534 * woman.el: Format- and whitespace-related changes.
11535
11536 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11537
11538 * woman.el: Fix my email address.
11539
11540 2005-09-08 Richard M. Stallman <rms@gnu.org>
11541
11542 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11543 (sh-mode): Locally set skeleton-pair-default-alist.
11544
11545 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11546
11547 * progmodes/flymake.el: Require `compile' unconditionally.
11548
11549 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11550
11551 * woman.el (woman-file-name): Provide a default, not initial input.
11552
11553 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11554
11555 * font-lock.el (font-lock-support-mode): Doc fix.
11556
11557 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11558
11559 2005-09-08 Richard M. Stallman <rms@gnu.org>
11560
11561 * simple.el (blink-matching-open): Get rid of text props from
11562 the string shown in echo area. Don't permanently set point.
11563 Some rearrangements.
11564
11565 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11566
11567 * recentf.el (recentf-filename-handler): Add custom choice
11568 `abbreviate-file-name'.
11569
11570 * msb.el (msb--very-many-menus): Fix typo.
11571
11572 * disp-table.el (standard-display-european): Don't set
11573 enable-multibyte-characters to nil.
11574
11575 2005-09-08 David Ponce <david@dponce.com>
11576
11577 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11578 (recentf-expand-file-name): Doc fix.
11579 (recentf-dialog-mode-map): Define digit shortcuts.
11580 (recentf--files-with-key): New variable.
11581 (recentf-show-digit-shortcut-filter): New function.
11582 (recentf-open-files-items): New function.
11583 (recentf-open-files): Use it.
11584 (recentf-open-file-with-key): New command.
11585
11586 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11587
11588 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11589 Suggested by Kim F. Storm.
11590 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11591 (Buffer-menu-make-sort-button): Use global keymap.
11592
11593 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11594
11595 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11596 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11597 necessary any longer with the remapped command.
11598 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11599 formatting time only.
11600
11601 * net/tramp.el (tramp-action-password)
11602 (tramp-multi-action-password): Compile the password prompt from
11603 `method', `user' and `host'. Sometimes it isn't obvious which
11604 password to enter, for example with remote files offered by
11605 recentf.el, or with multiple steps. Suggested by Robert Marshall
11606 <robert@chezmarshall.freeserve.co.uk>.
11607
11608 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11609
11610 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11611 Fix regexp for when "s///" is at the beginning of line.
11612
11613 2005-09-07 Jay Belanger <belanger@truman.edu>
11614
11615 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11616 when in matrix mode.
11617
11618 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11619
11620 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11621 non-anonymous functions.
11622
11623 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11624
11625 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11626 when using a header line. Otherwise, use mouse-1-click-follows-link.
11627
11628 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11629 can't be moved; don't signal an error.
11630
11631 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11632
11633 * cus-theme.el (custom-theme-write-faces): Save the current face
11634 spec, not the defface spec.
11635
11636 * custom.el (custom-known-themes): Clarify meaning of "standard".
11637 (custom-push-theme): Save old values in the standard theme.
11638 (disable-theme): Correct typo.
11639 (custom-face-theme-value) Deleted unused function.
11640 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11641
11642 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11643
11644 * progmodes/compile.el (compilation-goto-locus): Take into account
11645 iconified frames when determining whether the buffer is
11646 already visible.
11647 Don't reset window height if the window already existed.
11648
11649 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11650
11651 * custom.el (load-theme): Rename from require-theme.
11652 Add interactive spec.
11653 (enable-theme): Rename from custom-enable-theme.
11654 Add interactive spec.
11655 (disable-theme): Rename from custom-disable-theme.
11656 Add interactive spec.
11657 (custom-make-theme-feature): Doc fix.
11658 (custom-theme-directory): Doc fix.
11659 (provide-theme): Call enable-theme.
11660
11661 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11662
11663 * obsolete/lazy-lock.el (lazy-lock-mode):
11664 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11665 font-lock-mode if it's off. Print a warning instead.
11666
11667 * progmodes/compile.el (compilation-start): Ignore errors if the
11668 process died before we get to send-eof.
11669
11670 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11671 Undo last change. Enclosing the result in quotes broke things on Unix
11672 since tex-send-command passes it through shell-quote-argument.
11673 (tex-send-command): Pass `file' through convert-standard-filename
11674 when possible.
11675 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11676 info in a transcript.
11677
11678 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11679
11680 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11681 fix compilation warning. Reorder the key definitions to group
11682 together keys emitted by the current version of xterm.
11683
11684 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11685 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11686 Reorder predicates to correct min-color usage.
11687
11688 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11689
11690 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11691 Kill local variables when longlines-mode is turned off.
11692
11693 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11694
11695 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11696
11697 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11698
11699 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11700
11701 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11702 (font-lock-lines-before): Change default to being inactive.
11703 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11704 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11705
11706 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11707
11708 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11709 Deactivate temporarily advice if active (not needed for Emacs 22,
11710 but for backwards compatibility).
11711 (tramp-exists-file-name-handler): Rewrite. First implementation
11712 was too simple.
11713 (tramp-advice-make-auto-save-file-name):
11714 Call `tramp-handle-make-auto-save-file-name' (again, just for
11715 backwards compatibility).
11716
11717 2005-08-31 Reto Zimmermann <reto@gnu.org>
11718
11719 * progmodes/vhdl-mode.el
11720 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11721 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11722 (vhdl-set-default-project): New function (easier setting of default).
11723 (vhdl-port-copy): Handle extended identifiers for generics.
11724 (vhdl-compiler-alist): Better description for error message regexp.
11725 (vhdl-make): Query for target, use previous as default.
11726 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11727 (vhdl-font-lock-keywords-2): Fix fontification for record
11728 el. assign.
11729 (vhdl-speedbar-make-subpack-line): Add package body link.
11730 (vhdl-generate-makefile-1): Not include itself as dependency.
11731 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11732 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11733 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11734 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11735 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11736 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11737 (vhdl-import-project): Add string argument for `error'.
11738 (vhdl-compose-configuration)
11739 (vhdl-compose-configuration-architecture): Add configuration
11740 declaration generation.
11741 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11742 (vhdl-trailer-re): Add "record" keyword (better indentation).
11743 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11744 "[^ \t-\"]+".
11745 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11746 (vhdl-testbench-entity-file-name)
11747 (vhdl-testbench-architecture-file-name): Allow separate
11748 customization of testbench file names.
11749 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11750 (vhdl-get-visible-signals): Allow newline within alias declaration.
11751 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11752 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11753 (member-ignore-case): Alias for missing function in XEmacs.
11754 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11755 (vhdl-update-sensitivity-list): Ignore case on read signals.
11756 (vhdl-replace-string): Adjust case only for file names.
11757 (vhdl-update-sensitivity-list): Fix search for read signals.
11758 (vhdl-update-sensitivity-list): Exclude formal parameters.
11759 (vhdl-get-visible-signals): Include aliases of signals.
11760 (vhdl-get-visible-signals): Fix signal name searching.
11761 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11762 (vhdl-fixup-whitespace-region): Fix for character
11763 literals (e.g. `:').
11764
11765 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11766
11767 * ansi-color.el (comint-last-output-start):
11768 * bs.el (font-lock-verbose):
11769 * diff-mode.el (add-log-buffer-file-name-function):
11770 * dired-x.el (vm-folder-directory):
11771 * faces.el (help-xref-stack-item):
11772 * files.el (font-lock-keywords):
11773 * find-lisp.el (dired-buffers, dired-subdir-alist):
11774 * ido.el (cua-inhibit-cua-keys):
11775 * log-view.el (cvs-minor-wrap-function):
11776 * outline.el (font-lock-warning-face):
11777 * simple.el (compilation-current-error):
11778 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11779 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11780 * tooltip.el (comint-prompt-regexp):
11781 * w32-fns.el (explicit-shell-file-name):
11782 * term/mac-win.el (mac-charset-info-alist)
11783 (mac-services-selection, mac-system-script-code):
11784 * term/tty-colors.el (msdos-color-values):
11785 * term/w32-win.el (xlfd-regexp-registry-subnum):
11786 * term/x-win.el (x-keysym-table, x-selection-timeout)
11787 (x-session-id, x-session-previous-id):
11788 * textmodes/ispell.el (mail-yank-prefix):
11789 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11790 * textmodes/org.el (calc-embedded-close-formula)
11791 (calc-embedded-open-formula)
11792 (font-lock-unfontify-region-function):
11793 * textmodes/reftex-global.el (isearch-next-buffer-function)
11794 (TeX-master):
11795 * textmodes/reftex.el (font-lock-keywords):
11796 * textmodes/tex-mode.el (font-lock-comment-face)
11797 (font-lock-doc-face):
11798 * textmodes/texinfo.el (outline-heading-alist):
11799 Add defvars.
11800
11801 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11802 (artist-spray-chars, artist-mode-init, artist-replace-string)
11803 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11804 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11805 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11806
11807 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11808 (conf-align-assignments): "?\ " -> "?\s".
11809
11810 * textmodes/reftex-index.el (TeX-master): Add defvar.
11811 (reftex-index-phrases-marker): Move up defvar.
11812
11813 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11814 (reftex-toc-include-labels-indicator)
11815 (reftex-toc-include-index-indicator)
11816 (reftex-toc-max-level-indicator): Move up declarations.
11817
11818 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11819 of args to `tramp-run-real-handler', even if it's empty in this case.
11820
11821 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11822
11823 * dired.el (dired-move-to-filename-regexp): Add date format for
11824 Mac OS X 10.3 in East Asian locales.
11825
11826 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11827
11828 * files.el (make-auto-save-file-name): Add file name handler call
11829 if applicable.
11830
11831 * net/tramp.el (tramp-file-name-handler-alist)
11832 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11833 (tramp-handle-make-auto-save-file-name): Rename from
11834 `tramp-make-auto-save-file-name'.
11835 (tramp-exists-file-name-handler): New defun.
11836 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11837 `make-auto-save-file-name' is not a magic file name operation.
11838
11839 2005-08-30 Richard M. Stallman <rms@gnu.org>
11840
11841 * files.el (risky-local-variable-p):
11842 Match `-predicates' and `-commands.
11843
11844 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11845 (custom-save-all): Visit the file if necessary;
11846 kill the buffer if we created it.
11847 (custom-save-delete): Don't visit file or kill buffer here.
11848
11849 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11850
11851 * textmodes/org.el (org-special-keyword): New face.
11852 (org-table-copy-down, org-table-eval-formula)
11853 (org-table-recalculate, org-init-section-numbers):
11854 Use `string-to-number' instead of `string-to-int'.
11855 (org-get-location): Use `insert-buffer-substring' instead of
11856 `insert-buffer'.
11857 (org-modify-diary-entry-string): New function.
11858 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11859 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11860 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11861 active region.
11862 (org-export-as-html): Handle QUOTE keyword.
11863 (org-quote-string): New option.
11864 (org-bookmark-jump-unhide): New function, used for
11865 `bookmark-after-jump-hook'.
11866 (org-diary-default-entry): Apply only when not called through
11867 `org-agenda'.
11868
11869 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11870
11871 * net/eudc.el (mode-popup-menu):
11872 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11873 * progmodes/ada-mode.el (compile-auto-highlight)
11874 (skeleton-further-elements):
11875 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11876 * progmodes/cmacexp.el (msdos-shells):
11877 * progmodes/compile.el (font-lock-extra-managed-props)
11878 (font-lock-keywords, font-lock-maximum-size)
11879 (font-lock-support-mode):
11880 * progmodes/grep.el (font-lock-lines-before):
11881 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11882 * progmodes/mixal-mode.el (compile-command):
11883 * progmodes/perl-mode.el (font-lock-comment-face)
11884 (font-lock-doc-face, font-lock-string-face):
11885 * progmodes/prolog.el (comint-prompt-regexp):
11886 * progmodes/sh-script.el (font-lock-comment-face)
11887 (font-lock-set-defaults, font-lock-string-face):
11888 * progmodes/sql.el (font-lock-keyword-face)
11889 (font-lock-set-defaults, font-lock-string-face):
11890 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11891 (itimer-version, lazy-lock-defer-contextually)
11892 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11893 Add defvars.
11894
11895 * progmodes/cperl-mode.el (cperl-electric-lbrace)
11896 (cperl-electric-keyword, cperl-electric-pod)
11897 (cperl-electric-backspace, cperl-forward-re)
11898 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11899 (vc-rcs-header, vc-sccs-header): Add defvars.
11900
11901 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11902 (font-lock-syntactic-keywords, gud-find-expr-function):
11903 Add defvars.
11904
11905 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11906 (gdb-frame-parameters): Declare before use.
11907
11908 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11909 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11910 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11911 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11912
11913 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11914 (idlwave-help-with-source): Use `insert-buffer-substring', not
11915 `insert-buffer'.
11916
11917 2005-08-29 Juri Linkov <juri@jurta.org>
11918
11919 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11920 Put outline-back-to-heading function call inside save-excursion.
11921
11922 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
11923
11924 * man.el (Man-init-defvars, Man-translate-references)
11925 (Man-support-local-filenames, Man-highlight-references):
11926 * progmodes/sql.el (sql-interactive-mode):
11927 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11928
11929 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11930 (compilation-mode-font-lock-keywords): Add defvars.
11931 (checkdoc-interactive-loop): "?\ " -> "?\s".
11932
11933 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11934 (font-lock-doc-face, font-lock-string-face)
11935 (font-lock-keywords-case-fold-search): Add defvars.
11936 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11937
11938 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11939 Don't pass X and Y (they are ignored anyway).
11940 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11941 (mouse-delete-window): Make arguments optional.
11942
11943 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11944 (caesar-translate-table, minor-modes, news-buffer-save)
11945 (news-group-name, news-minor-modes): Add defvars.
11946
11947 * emacs-lisp/lselect.el (mouse-highlight-priority)
11948 (x-lost-selection-functions, zmacs-regions):
11949 * emacs-lisp/pp.el (font-lock-verbose):
11950 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11951 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11952 (ses-mode-map):
11953 * emacs-lisp/tcover-unsafep.el (safe-functions):
11954 * international/mule-cmds.el (mac-system-coding-system)
11955 (mac-system-locale):
11956 * language/ethio-util.el (rmail-current-message)
11957 (rmail-message-vector):
11958 * language/thai-util.el (thai-auto-composition-mode):
11959 * mail/metamail.el (rmail-current-message, rmail-message-vector):
11960 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11961 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11962 (vm-primary-inbox, vm-spool-files):
11963 * mail/rmail.el (deleted-head, font-lock-fontified)
11964 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11965 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11966 (total-messages):
11967 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11968 (rmail-summary-mode-map):
11969 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11970 (rmail-last-label, rmail-last-multi-labels)
11971 (rmail-summary-vector, rmail-total-messages):
11972 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11973 * mail/rmailsum.el (msgnum):
11974 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11975 (rmail-current-message):
11976 * obsolete/fast-lock.el (font-lock-face-list):
11977 * obsolete/rnewspost.el (mail-reply-buffer):
11978 * obsolete/scribe.el (compile-command):
11979 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11980
11981 2005-08-28 John Paul Wallington <jpw@gnu.org>
11982
11983 * ibuf-ext.el (ibuffer-auto-update-changed):
11984 Use `frame-or-buffer-changed-p' to check whether we need to update.
11985 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11986 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
11987 as a `frame-or-buffer-changed-p' state vector instead.
11988
11989 2005-08-27 Romain Francoise <romain@orebokech.com>
11990
11991 * textmodes/makeinfo.el (makeinfo-compile):
11992 Use `compilation-start'. Set `next-error-function' according to
11993 `disable-errors'.
11994 (makeinfo-next-error): New function.
11995 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11996 (makeinfo-buffer): Likewise.
11997
11998 * progmodes/compile.el (compilation-start): Add autoload cookie.
11999
12000 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
12001 * textmodes/sgml-mode.el: Likewise.
12002 * progmodes/python.el: Likewise.
12003
12004 2005-08-27 Eli Zaretskii <eliz@gnu.org>
12005
12006 * simple.el (blink-matching-paren-distance): Document the meaning
12007 of nil value, and allow to customize to nil.
12008
12009 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
12010 command.com, not command.exe.
12011
12012 2005-08-26 John Wiegley <johnw@newartisans.com>
12013
12014 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
12015 code around a bit so that an extraneous nil argument is not added
12016 to a command when no args are given.
12017
12018 * eshell/esh-arg.el (eshell-parse-double-quote): If a
12019 double-quoted argument resolves to nil, return it as an empty
12020 string rather than as nil. This made it impossible to pass "" to
12021 a shell script as a null string argument.
12022
12023 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
12024
12025 * outline.el (outline-invent-heading): New fun.
12026 (outline-promote, outline-demote): Use it.
12027 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
12028 (outline-end-of-subtree): Remove unused var `opoint'.
12029
12030 2005-08-26 David Reitter <david.reitter@gmail.com>
12031
12032 * menu-bar.el (truncate-lines, write-file, print-buffer)
12033 (ps-print-buffer-faces, ps-print-buffer, split-window):
12034 Disable menu items when the frame they refer to is invisible, or when
12035 they refer to a buffer and the minibuffer is selected.
12036
12037 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
12038
12039 * progmodes/flymake.el (flymake-highlight-err-lines):
12040 Use save-excursion around flymake-highlight-line to preserve point.
12041
12042 2005-08-26 Eli Zaretskii <eliz@gnu.org>
12043
12044 * progmodes/octave-mod.el: Change Author and Maintainer address.
12045 (octave-maintainer-address): Change Kurt's email address.
12046 * progmodes/octave-inf.el: Change Author and Maintainer address.
12047 * progmodes/octave-hlp.el: Change Author and Maintainer address.
12048
12049 2005-08-26 Kim F. Storm <storm@cua.dk>
12050
12051 * subr.el (version-list-<, version-list-<=, version-list-=):
12052 Rename from integer-list-*.
12053 (version-list-not-zero): Likewise. Fix while loop.
12054 (version=): Use version-list-= instead of string-equal.
12055
12056 2005-08-26 Richard M. Stallman <rms@gnu.org>
12057
12058 * outline.el (outline-promote): Try shortening the heading.
12059 As last resort, read the heading to use.
12060 (outline-demote): As last resort, read the heading to use.
12061
12062 2005-08-26 Romain Francoise <romain@orebokech.com>
12063
12064 * progmodes/compile.el (compilation-start): Doc fix.
12065
12066 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
12067 (antlr-font-lock-additional-keywords): Fix reference to
12068 `antlr-font-lock-literal-regexp' erroneously changed during the
12069 mass face rename.
12070 (antlr-run-tool): Use `compilation-start'.
12071
12072 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
12073 instead of the obsolete `compile-internal'.
12074
12075 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
12076
12077 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
12078 (number, original-date):
12079 * calendar/cal-china.el (date):
12080 * calendar/cal-coptic.el (date):
12081 * calendar/cal-french.el (date):
12082 * calendar/cal-hebrew.el (date, entry, number, original-date):
12083 * calendar/cal-islam.el (date, number, original-date):
12084 * calendar/cal-iso.el (date):
12085 * calendar/cal-julian.el (date):
12086 * calendar/cal-mayan.el (date):
12087 * calendar/cal-menu.el (date, event):
12088 * calendar/cal-persia.el (date):
12089 * calendar/lunar.el (date):
12090 * calendar/solar.el (date): Add defvars.
12091
12092 * emerge.el:
12093 * ibuffer.el:
12094 * info-xref.el:
12095 * obsolete/bg-mouse.el:
12096 * obsolete/sun-curs.el:
12097 * obsolete/swedish.el: Move the `defvar's to the top level.
12098
12099 * smerge-mode.el (smerge-refined-change): Add :group.
12100
12101 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
12102
12103 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
12104 (smerge-keep-n): Remove props.
12105 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
12106 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
12107 now that it's done in smerge-keep-n.
12108 (smerge-refined-change): New face.
12109 (smerge-refine-chopup-region, smerge-refine-highlight-change)
12110 (smerge-refine): New funs.
12111 (smerge-basic-map): Bind smerge-refine.
12112
12113 2005-08-25 Juri Linkov <juri@jurta.org>
12114
12115 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
12116 compilation-process-setup-function and compilation-disable-input
12117 in grep-mode instead of let-bindings in grep.
12118
12119 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
12120 Delete "Automatic File De/compression" (auto-compression-mode).
12121
12122 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
12123
12124 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
12125 Silence warning about non-existent variable.
12126
12127 2005-08-25 Richard M. Stallman <rms@gnu.org>
12128
12129 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
12130 Rename "Describe Key" to "Describe Key or Mouse Operation".
12131
12132 * mail/mailalias.el (build-mail-aliases): Delete comments
12133 from the contents before processing them.
12134
12135 * isearch.el (isearch-edit-string): Erase the Search prompt
12136 if user enters an empty string and there is no default.
12137
12138 * comint.el (comint-file-name-prefix): Add autoload.
12139
12140 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
12141
12142 * subr.el (play-sound): Rearrange to avoid warning.
12143
12144 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
12145
12146 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
12147 New hook.
12148 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
12149
12150 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12151
12152 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
12153
12154 * custom.el (custom-theme-set-variables): Sort minor modes last.
12155
12156 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12157
12158 * subr.el (version-separator, version-regexp-alist): New vars used by
12159 version comparison funs.
12160 (integer-list-<, integer-list-=, integer-list-<=)
12161 (integer-list-not-zero): New funs for integer list comparison.
12162 (version-to-list, version=, version<, version<=): New funs for version
12163 comparison.
12164
12165 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
12166
12167 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
12168 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
12169 time to silence the byte-compiler.
12170
12171 * ibuffer.el (ibuffer-compile-make-eliding-form)
12172 (ibuffer-check-formats): Use `with-no-warnings' to hide references
12173 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
12174 so it's silly to get warnings for it).
12175 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
12176 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
12177 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
12178 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
12179 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
12180 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
12181 Defvar at compile time.
12182 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
12183 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
12184 Declare them before use.
12185
12186 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
12187 (info-xref-good, info-xref-bad): Defvar at compile time.
12188
12189 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
12190 Use `let*' instead of `let'.
12191
12192 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
12193 (*mouse-y*, menu, char): Defvar at compile time.
12194 (sc::menu): Declare it before use.
12195 (sc::pack-one-line): Use `let', not `let*'.
12196
12197 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
12198 (mail-send-hook): Defvar at compile time.
12199
12200 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
12201 Defvar at compile time.
12202
12203 * term/sun-mouse.el (current-global-mousemap)
12204 (current-local-mousemap): Declare them before use.
12205
12206 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
12207
12208 * bookmark.el (bookmark-after-jump-hook): New hook.
12209 (bookmark-jump): Run `bookmark-after-jump-hook'.
12210
12211 2005-08-23 Juri Linkov <juri@jurta.org>
12212
12213 * faces.el (minibuffer-prompt): Doc fix.
12214
12215 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
12216
12217 * progmodes/xscheme.el: Trivial changes to silence warnings.
12218 (xscheme-previous-mode, xscheme-previous-process-state):
12219 Add defvars.
12220 (xscheme-last-input-end, xscheme-process-command-line)
12221 (xscheme-process-name, xscheme-buffer-name)
12222 (xscheme-expressions-ring-max, xscheme-expressions-ring)
12223 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
12224 (xscheme-control-g-synchronization-p)
12225 (xscheme-control-g-disabled-p, xscheme-string-receiver)
12226 (default-xscheme-runlight, xscheme-runlight)
12227 (xscheme-runlight-string, xscheme-process-filter-state)
12228 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
12229 Move to beginning of file.
12230 (scheme-interaction-mode-commands-alist)
12231 (scheme-interaction-mode-map, scheme-debugger-mode-map):
12232 Declare them before use. Note: the initialization code for the variables
12233 has not been moved because it uses functions that reference the variables.
12234 (xscheme-control-g-message-string, xscheme-process-filter-alist)
12235 (xscheme-prompt-for-expression-map): Declare them before use.
12236 (scheme-debugger-mode-commands): "?\ " -> "?\s".
12237
12238 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12239
12240 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12241
12242 2005-08-22 Juri Linkov <juri@jurta.org>
12243
12244 * faces.el (set-face-underline): Delete this duplicate function
12245 and make an obsolete alias to set-face-underline-p.
12246 (set-face-underline-p): Use docstring of set-face-underline.
12247 (describe-face): Create hyperlink to parent face.
12248
12249 * info.el (Info-insert-dir): Use save-excursion around
12250 insert-buffer-substring.
12251 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12252 (Info-escape-percent): Delete function.
12253 (Info-fontify-node): Replace Info-escape-percent by
12254 replace-regexp-in-string with REP arg set to lambda that
12255 duplicates `%' and preserves text properties.
12256
12257 * progmodes/compile.el (compilation-disable-input): Doc fix.
12258 (define-compilation-mode): Doc fix and refill.
12259 (kill-compilation): Use `mode-name' in the error message.
12260 (compilation-find-file): Use `compilation-error' in the
12261 read-file-name's prompt.
12262
12263 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12264
12265 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12266 (smerge-auto-leave): Make undo re-enable the mode.
12267 (debug-ignored-errors): Add the user-error of impossible resolution.
12268 (smerge-resolve): Move things around a bit, in preparation for later.
12269 (smerge-diff): Don't fail if the buffer has no associated file.
12270 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12271 (smerge-conflict-overlay): New function.
12272 (smerge-match-conflict): Don't add text properties here.
12273 (smerge-find-conflict): Instead, add an overlay here.
12274 Also check for the case where we're inside a conflict already, so as to
12275 obviate the need for font-lock-multiline, which is unbearably slow with
12276 large conflicts and ciomplex font-lock patterns.
12277 (smerge-remove-props): Remove overlay rather than text-properties.
12278 (smerge-mode): Don't set font-lock-multiline.
12279 Remove overlays when turned off.
12280
12281 2005-08-21 Kim F. Storm <storm@cua.dk>
12282
12283 * ido.el (ido-ignore-item-p): Use save-match-data.
12284 Bind case-fold-search to ido-case-fold locally.
12285
12286 2005-08-20 Richard M. Stallman <rms@gnu.org>
12287
12288 * files.el (normal-mode): If font lock is on, turn it off and on.
12289
12290 * subr.el (replace-regexp-in-string): Doc fix.
12291
12292 * startup.el (command-line-1): Don't suppress startup screen
12293 due to existing processes.
12294
12295 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12296
12297 * progmodes/compile.el (compilation-disable-input): Default to nil.
12298
12299 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12300
12301 * progmodes/compile.el (compilation-disable-input): New defcustom.
12302 (compilation-start): If compilation-disable-input is non-nil, send
12303 EOF to the compilation process.
12304
12305 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12306
12307 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12308 Run the argument of tex-shell-cd-command through
12309 convert-standard-filename, to get the correct style of slashes on
12310 Windows, and enclose the result in quotes, in case the file name
12311 includes whitespace or other special characters.
12312
12313 2005-08-19 Andreas Schwab <schwab@suse.de>
12314
12315 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12316 process.
12317
12318 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12319
12320 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12321
12322 2005-08-18 Kim F. Storm <storm@cua.dk>
12323
12324 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12325
12326 2005-08-18 Richard M. Stallman <rms@gnu.org>
12327
12328 * scroll-lock.el: New file.
12329
12330 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12331
12332 * dired.el (dired-move-to-end-of-filename):
12333 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12334
12335 2005-08-18 Kim F. Storm <storm@cua.dk>
12336
12337 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12338 rather than toggle mode when custom value is nil.
12339 (ido-everywhere): Fix defun doc string.
12340
12341 2005-08-17 Richard M. Stallman <rms@gnu.org>
12342
12343 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12344 as tag instead of "Inviolable".
12345
12346 2005-08-17 Kim F. Storm <storm@cua.dk>
12347
12348 * windmove.el (windmove-coordinates-of-position): Remove.
12349 (windmove-coordinates-of-window-position): Remove.
12350 (windmove-reference-loc): Use posn-at-point instead.
12351
12352 * subr.el (insert-for-yank-1): Doc fix.
12353
12354 * ido.el (ido-enter-matching-directory): Rename from
12355 ido-enter-single-matching-directory. Change `slash' choice to
12356 `only'. Add `first' choice.
12357 (ido-exhibit): Adapt to above changes.
12358
12359 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12360
12361 * Makefile.in: Expand comment about building loaddefs.el.
12362
12363 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12364
12365 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12366 Comment use of defadvice.
12367
12368 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12369
12370 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12371
12372 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12373 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12374 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12375 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12376 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12377 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12378 for backward compatibility for faces that did not appear in the
12379 previous Emacs release.
12380
12381 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12382
12383 2005-08-15 Kim F. Storm <storm@cua.dk>
12384
12385 * emulation/cua-base.el (cua-delete-region): Return t if
12386 deleted region was non-empty.
12387 (cua-replace-region): Inhibit overwrite-mode for
12388 self-insert-command if replaced region was non-empty.
12389 (cua--explicit-region-start, cua--status-string): Make them
12390 buffer-local at top-level...
12391 (cua-mode): ...rather than when mode is enabled.
12392
12393 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12394
12395 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12396 Set t for Emacs 21, 22, and so on.
12397
12398 2005-08-15 David Ponce <david@dponce.com>
12399
12400 * tree-widget.el: Update Commentary header.
12401 (tree-widget-theme): Doc fix.
12402 (tree-widget-space-width): New option.
12403 (tree-widget-image-properties): Look up in the default theme too.
12404 (tree-widget--cursors): Only for images with arrow pointer shape.
12405 (tree-widget-lookup-image): Pointer shape is hand by default.
12406 (tree-widget-icon): Rename generic icon widget from
12407 `tree-widget-control'.
12408 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12409 derive from `tree-widget-icon'.
12410 (tree-widget-handle): Improve default look and feel of the text
12411 representation.
12412 (tree-widget): Rename :*-control properties to :*-icon properties.
12413 Add :action and :help-echo properties.
12414 (tree-widget-after-toggle-functions): Move.
12415 (tree-widget-close-node, tree-widget-open-node): Remove.
12416 (tree-widget-before-create-icon-functions): New hook.
12417 (tree-widget-value-create): Update to allow customization of icons
12418 and nodes at run-time via that new hook.
12419 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12420 (tree-widget-icon-action, tree-widget-icon-help-echo)
12421 (tree-widget-action, tree-widget-help-echo): New functions.
12422
12423 2005-08-15 Kim F. Storm <storm@cua.dk>
12424
12425 * ido.el (ido-buffer-internal): Use with-no-warnings.
12426 (ido-make-merged-file-list): Use while-no-input.
12427
12428 2005-08-15 Richard M. Stallman <rms@gnu.org>
12429
12430 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12431 (flyspell-large-region): Fix doc and custom type.
12432
12433 2005-08-14 Richard M. Stallman <rms@gnu.org>
12434
12435 * files.el (interpreter-mode-alist): Doc fix.
12436
12437 * mail/rmail.el (rmail-nonignored-headers): New variable.
12438 (rmail-clear-headers): Use it.
12439 (rmail-reply): Better handling of mail-followup-to header.
12440
12441 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12442 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12443 don't try to refer to executable-font-lock-keywords.
12444 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12445 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12446 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12447 (sh-mode): Set comment-start-skip, local-abbrev-table,
12448 imenu-case-fold-search.
12449 (sh-set-shell): Don't set them here.
12450 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12451 Don't cache the results in the original alist; don't ever modify
12452 that alist.
12453
12454 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12455
12456 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12457 empty.
12458
12459 2005-08-15 Andreas Schwab <schwab@suse.de>
12460
12461 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12462
12463 * dired.el, info.el, mail/rmail.el: Revert last change.
12464
12465 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12466
12467 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12468 modification in `eval-after-load' form.
12469 * info.el: Likewise.
12470 * mail/rmail.el: Likewise.
12471
12472 2005-08-14 Juri Linkov <juri@jurta.org>
12473
12474 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12475 Remove highlighting of "Compilation started". Highlight only
12476 the word "finished" in "Compilation finished". Add highlighting
12477 of "interrupt", "killed", "terminated" and the exit code.
12478 (compilation-start): Add newline after header. Use exactly the
12479 same time stamp format as the finishing message.
12480 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12481
12482 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12483 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12484 Add highlighting of "interrupt", "killed", "terminated".
12485
12486 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12487 enabled and the current command is self-insert-command, call it
12488 explicitly with overwrite-mode bound to nil, to not allow it
12489 to delete the character after the selected region.
12490
12491 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12492
12493 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12494 move-end-of-line, end-of-line, and beginning-of-line to the list
12495 of commands after which the echo area is updated.
12496
12497 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12498
12499 * cus-edit.el (custom-save-all, custom-save-delete):
12500 Bind recentf-exclude to exclude custom-file.
12501
12502 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12503
12504 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12505 to go to the bottom of the mail message. Added to
12506 `rmail-summary-mode-map' with key "/".
12507 (rmail-summary-show-message): New (internal) function for use by
12508 both `rmail-summary-beginning/end-of-message'.
12509 (rmail-summary-beginning-of-message): Change to use
12510 rmail-summary-show-message.
12511
12512 * mail/rmail.el (rmail-end-of-message): New command to go to the
12513 end of the current message. Added to `rmail-mode-map' with key "/".
12514 (rmail-beginning-of-message): Fix to work as documented.
12515 (rmail-mode): Change documentation.
12516
12517 * progmodes/compile.el (compilation-start): Add the line
12518 "Compilation started" with compilation start time.
12519 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12520
12521 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12522
12523 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12524 of menu items.
12525
12526 2005-08-11 Richard M. Stallman <rms@gnu.org>
12527
12528 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12529
12530 * battery.el (battery-status-function): Don't use ignore-errors.
12531
12532 2005-08-11 Lute Kamstra <lute@gnu.org>
12533
12534 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12535 define-obsolete-variable-alias.
12536
12537 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12538
12539 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12540 (ange-ftp-send-cmd): Revert last change, and expand
12541 the comment explaining the problem.
12542
12543 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12544
12545 * ldefs-boot.el: Update.
12546
12547 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12548 item to "Time, Load and Mail". Change help echo text.
12549
12550 * time.el (display-time-use-mail-icon, display-time-format)
12551 (display-time-string-forms): Shorten first line of docstrings.
12552
12553 2005-08-10 Lars Hansen <larsh@soem.dk>
12554
12555 * desktop.el (desktop-buffer-mode-handlers):
12556 Make non-customizable. Add autoload cookie. Change initial value to
12557 nil; add elements in respective modules instead. Fix doc string.
12558 (desktop-load-file): New function.
12559 (desktop-minor-mode-handlers): New autoloaded variable.
12560 (desktop-create-buffer): Call minor mode handlers.
12561 Use desktop-load-file to load major and minor mode modules prior to
12562 checking for a handler.
12563 (desktop-save): Don't add nil to desktop-minor-modes for minor
12564 modes with nil function in desktop-minor-mode-table. Don't delete
12565 desktop file before rewriting it.
12566 (desktop-locals-to-save): Add autoload cookie. Don't make
12567 automatically buffer-local. Add variables column-number-mode,
12568 size-indication-mode, indent-tabs-mode,
12569 indicate-buffer-boundaries, indicate-empty-lines and
12570 show-trailing-whitespace.
12571 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12572 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12573 (desktop-clear-preserve-buffers-regexp): Delete.
12574 (desktop-clear-preserve-buffers): Update initial value and docstring.
12575 (desktop-save-buffer): Fix doc string.
12576
12577 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12578 (hilit-chg-desktop-restore): New function.
12579 (highlight-changes-mode): Add highlight-changes-mode to
12580 desktop-locals-to-save.
12581
12582 * dired.el: Add handler to desktop-buffer-mode-handlers.
12583 (dired-restore-desktop-buffer): Remove autoload cookie.
12584 (dired-mode): Add autoload cookie.
12585
12586 * info.el: Add handler to desktop-buffer-mode-handlers.
12587 (Info-restore-desktop-buffer): Remove autoload cookie.
12588 (Info-mode): Add autoload cookie.
12589
12590 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12591 (mh-restore-desktop-buffer): Remove autoload cookie.
12592 (mh-folder-mode): Add autoload cookie.
12593
12594 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12595 (rmail-restore-desktop-buffer): Remove autoload cookie.
12596
12597 2005-08-11 Masatake YAMATO <jet@gyve.org>
12598
12599 * hexl.el (hexl-address-region):
12600 (hexl-ascii-region, hexl-font-lock-keywords):
12601 (hexl-highlight-line-range): Use the term "region"
12602 instead of "area" for consistency with the other symbols
12603 defined in hexl.el.
12604
12605 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12606
12607 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12608 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12609 out by Juri Linkov). Add `display-battery-mode'.
12610
12611 2005-08-09 Juri Linkov <juri@jurta.org>
12612
12613 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12614 Remove `-text' from face variable names.
12615 (compilation-error-file-name, compilation-warning-file-name)
12616 (compilation-info-file-name): Delete faces.
12617 (compilation-line-number, compilation-column-number):
12618 Remove face underlining.
12619 (compilation-message-face): Set to `underline' value by default.
12620 (compilation-error-face, compilation-warning-face)
12621 (compilation-info-face): Remove `-file-name' from face names.
12622 (compilation-error-text-face, compilation-warning-text-face)
12623 (compilation-info-text-face): Delete face variables.
12624 (compilation-text-face): Delete function.
12625
12626 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12627 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12628 (grep-error-face): Set to `compilation-error' instead of
12629 `compilation-error-face' (which is redefined to `grep-hit-face' in
12630 grep buffers).
12631 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12632 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12633
12634 * dired-aux.el (dired-do-query-replace-regexp):
12635 Use `query-replace-read-args'.
12636
12637 * replace.el (query-replace-read-from, query-replace-read-to)
12638 (query-replace-read-args): Rename arg `string' to `prompt'.
12639
12640 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12641
12642 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12643
12644 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12645 uploading files.
12646 (ange-ftp-canonize-filename): Handle file names beginning with ~
12647 correctly.
12648
12649 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12650
12651 * textmodes/fill.el (canonically-space-region)
12652 (fill-context-prefix, fill-french-nobreak-p)
12653 (fill-delete-newlines, fill-comment-paragraph)
12654 (justify-current-line): "?\ " -> "?\s".
12655
12656 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12657
12658 * textmodes/fill.el (fill-nonuniform-paragraphs):
12659 Improve argument/docstring consistency.
12660
12661 2005-08-09 Richard M. Stallman <rms@gnu.org>
12662
12663 * textmodes/ispell.el (ispell-word): More fboundp checks.
12664
12665 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12666 (find-file-noselect-1): Call it here, only if RAWFILE.
12667 (normal-mode): Always set some major mode.
12668 (save-some-buffers-action-alist): Change some explanation strings.
12669 (file-name-non-special): In the `quote' method, use unwind-protect.
12670
12671 2005-08-09 Magnus Henoch <mange@freemail.hu>
12672
12673 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12674 (ispell-have-aspell-dictionaries): New variable.
12675 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12676 (ispell-get-aspell-config-value): New function.
12677 (ispell-aspell-find-dictionary): New function.
12678 (ispell-aspell-add-aliases): New function.
12679 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12680 appropriate. Don't look for ispell dictionaries if we use aspell.
12681 (ispell-menu-map): Don't build a submenu of dictionaries.
12682
12683 2005-08-09 Richard M. Stallman <rms@gnu.org>
12684
12685 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12686 (sql-read-passwd): Use read-passwd.
12687
12688 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12689 (idlwave-toolbar-is-possible): Add defvars.
12690
12691 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12692 Avoid warnings.
12693
12694 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12695 (idlwave-system-class-info, idlwave-executive-commands-alist):
12696 Use defvar.
12697
12698 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12699
12700 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12701 Avoid warnings.
12702
12703 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12704 and content-type: headers.
12705
12706 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12707
12708 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12709 and rename some of them to be more self-explanatory.
12710
12711 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12712
12713 * startup.el (command-line-1): Implement -scriptload.
12714
12715 * replace.el (occur-engine): Initial *Occur* output not undoable.
12716
12717 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12718 and improve help strings.
12719
12720 * isearch.el (isearch-repeat): When changing direction,
12721 mark search successful.
12722
12723 * ediff-init.el: Use (featurep 'xemacs).
12724
12725 * comint.el (send-invisible): Identify buffer, if not selected.
12726
12727 * align.el: Delete autoload for c-guess-basic-syntax.
12728
12729 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12730
12731 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12732 Improve argument/docstring consistency. Doc fixes.
12733 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12734 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12735 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12736 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12737 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12738 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12739 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12740 Defvar at compile time.
12741
12742 2005-08-09 Juri Linkov <juri@jurta.org>
12743
12744 * info.el: Replace `info' with upper-case `Info' where appropriate.
12745 (info-title-1, info-title-2, info-title-3, info-title-4)
12746 (info-menu-header): Move up face definitions.
12747 (info-menu-star): Rename from `info-menu-5'.
12748 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12749 (Info-fontify-visited-nodes): Fix docstring.
12750 (Info-hide-note-references): Fix docstring.
12751 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12752 menu items in the same way as on cross-references.
12753 (info-apropos): Fix sorting order and formatting to be like in the
12754 stand-alone Info browser. Display error messages for 1 sec.
12755 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12756 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12757 from the menu bar.
12758 (Info-insert-dir): Restore point after calling
12759 `insert-buffer-substring'.
12760
12761 2005-08-08 Richard M. Stallman <rms@gnu.org>
12762
12763 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12764 (recompute-lucid-menubar): Add defvars.
12765
12766 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12767
12768 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12769
12770 * net/net-utils.el (run-dig): Rename from `dig'.
12771
12772 * play/gametree.el (gametree-mode): Use make-local-variable,
12773 not make-variable-buffer-local.
12774
12775 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12776
12777 * ansi-color.el (ansi-color-make-extent)
12778 (ansi-color-set-extent-face): Use fboundp, not functionp.
12779
12780 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12781 not make-variable-buffer-local.
12782
12783 * bookmark.el (Info-current-file): Add defvar.
12784 (bookmark-jump-noselect): Use with-no-warnings.
12785
12786 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12787
12788 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12789
12790 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12791
12792 * find-file.el (ada-procedure-start-regexp)
12793 (ada-package-start-regexp): Add defvars.
12794
12795 * info.el (Info-insert-dir): Use insert-buffer-substring.
12796
12797 * xml.el (xml-att-def-re): Add defvar.
12798
12799 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12800 calling convention.
12801
12802 * subr.el (while-no-input): Return t if there is input.
12803
12804 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12805
12806 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12807
12808 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12809
12810 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12811 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12812
12813 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12814
12815 * cmuscheme.el (scheme-start-file): Replace reference to
12816 `user-emacs-directory' by "~/.emacs.d/".
12817
12818 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12819
12820 * info.el (Info-dir-remove-duplicates): Avoid case folding
12821 in loop; instead, keep downcased strings for comparison.
12822 Suggested by Helmut Eller.
12823
12824 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12825
12826 Sync with Tramp 2.0.50.
12827
12828 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12829 XEmacs case; not necessary anymore.
12830 (tramp-user-regexp): Allow "@" as part of user name.
12831 (tramp-handle-set-visited-file-modtime)
12832 (tramp-handle-insert-file-contents)
12833 (tramp-handle-write-region): No special handling for
12834 `last-coding-system-used, because this is done in
12835 `tramp-accept-process-output' now.
12836 (tramp-accept-process-output): New defun.
12837 (tramp-process-one-action, tramp-process-one-multi-action)
12838 (tramp-wait-for-regexp, tramp-wait-for-output)
12839 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12840 Howells <dhowells@redhat.com>.
12841 (clear-visited-file-modtime): Defadvice removed. The check for
12842 unset buffer's modtime does not need to be based on
12843 `tramp-buffer-file-attributes'. Suggested by RMS.
12844 (tramp-message): Insert "\n" if not being at beginning of line.
12845 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12846 sequence with same logic.
12847 (tramp-completion-handle-expand-file-name): Discard call of
12848 `tramp-drop-volume-letter'. It is not necessary, and there have
12849 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12850 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12851 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12852 should always be visible.
12853 (tramp-handle-insert-directory, tramp-setup-complete)
12854 (tramp-set-process-query-on-exit-flag)
12855 (tramp-append-tramp-buffers): Pacify byte-compiler.
12856 (tramp-bug): Delete non-existing variables from list.
12857 Apply `tramp-load-report-modules' as pre-hook.
12858 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12859 `shell-prompt-pattern' because of non-7bit characters.
12860 Reported by Sebastian Luque <sluque@mun.ca>.
12861 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12862 (tramp-match-string-list): Remove function.
12863 (tramp-wait-for-regexp): Remove call of that function.
12864 Suggested by Kim F. Storm <storm@cua.dk>.
12865 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12866 instead of octal character code ?\600. The latter resulted in a
12867 syntax error with XEmacs.
12868
12869 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12870 XEmacs case; not necessary anymore.
12871 (tramp-smb-handle-write-region): No special handling for
12872 `last-coding-system-used, because this is done in
12873 `tramp-accept-process-output' now.
12874 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12875
12876 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12877
12878 * wid-edit.el (widget-choice-value-create):
12879 Unconditionally respect user choice. Set :explicit-choice back to nil
12880 when no longer needed.
12881 (widget-choice-action): Unconditionally respect user choice.
12882 Eliminate :explicit-choice-value.
12883
12884 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12885
12886 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12887 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12888 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12889 running new function `toggle-indicate-empty-lines'.
12890 Rename "Customize" item to "Customize fringe".
12891 Rename "Indicators" item to "Buffer boundaries" and change help echo.
12892 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12893 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12894 Delete "Empty lines only" item.
12895 (menu-bar-showhide-fringe-ind-customize): New function.
12896 (menu-bar-showhide-fringe-ind-mixed)
12897 (menu-bar-showhide-fringe-ind-box)
12898 (menu-bar-showhide-fringe-ind-right)
12899 (menu-bar-showhide-fringe-ind-left)
12900 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12901 instead of `fringe-indicators'.
12902
12903 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12904
12905 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12906 Change the date of last update.
12907
12908 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12909
12910 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12911 (viper-exec-yank, viper-put-back): Don't display modification msg
12912 if in the minibuffer.
12913
12914 * viper-init.el (viper-replace-overlay-cursor-color)
12915 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12916 Make variables frame local.
12917
12918 * viper-util.el (viper-append-filter-alist): Use append instead of
12919 nconc.
12920
12921 * viper.el (viper-vi-state-mode-list)
12922 (viper-emacs-state-mode-list): Move help-mode and
12923 completion-list-mode from the first list to the second.
12924 (viper-mode): Docstring.
12925 (viper-go-away, viper-non-hook-settings): Don't localize
12926 minor-mode-alist in newer Emacsen. Add advice to
12927 set-cursor-color. Don't bind "\C-c\\".
12928
12929 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
12930
12931 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12932 (scheme-macro-expand-command): New user options.
12933 (scheme-trace-procedure, scheme-expand-current-form): New commands.
12934 (scheme-form-at-point, scheme-start-file)
12935 (scheme-interactively-start-process): New functions.
12936 (scheme-get-process): New function, extracted from `scheme-proc'.
12937 (run-scheme): Call `scheme-start-file' to get start file, and pass
12938 it to `make-comint'.
12939 (switch-to-scheme, scheme-proc):
12940 Call `scheme-interactively-start-process' if no Scheme buffer/process
12941 is available.
12942
12943 2005-08-06 Juri Linkov <juri@jurta.org>
12944
12945 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12946 Use `compilation-text-face', `compilation-info-text-face' and
12947 `compilation-error-text-face' instead of `font-lock-keyword-face'.
12948 (compilation-error): New face.
12949 (compilation-error-file-name): Inherit from
12950 `compilation-error' instead of `font-lock-warning-face'.
12951 (compilation-warning-file-name): Inherit from
12952 `compilation-warning' instead of `font-lock-warning-face'.
12953 (compilation-info, compilation-error-file-name)
12954 (compilation-warning-file-name, compilation-info-file-name)
12955 (compilation-line-number, compilation-column-number): Doc fix.
12956 (compilation-error-text-face, compilation-warning-text-face)
12957 (compilation-info-text-face): New face variables.
12958 (compilation-line-face, compilation-column-face)
12959 (compilation-enter-directory-face)
12960 (compilation-leave-directory-face): Doc fix.
12961 (compilation-text-face): New function.
12962
12963 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12964 instead of 1 to display binary file names as info file links.
12965 (grep-error-face): Use `compilation-error-face' instead of
12966 `font-lock-keyword-face'.
12967 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12968 and `compilation-warning-text-face' instead of
12969 `font-lock-keyword-face'. Use `compilation-error-text-face'
12970 instead of `grep-error-face'.
12971
12972 2005-08-05 Kenichi Handa <handa@m17n.org>
12973
12974 * international/code-pages.el: Add autoload cookies for all coding
12975 systems.
12976
12977 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
12978
12979 * cus-start.el (all): Put undo.c where it alphabetically belongs.
12980
12981 2005-08-04 Juri Linkov <juri@jurta.org>
12982
12983 * progmodes/compile.el (compilation-mode-map):
12984 * progmodes/grep.el (grep-mode-map):
12985 Bind TAB to `compilation-next-error' and [backtab] to
12986 `compilation-previous-error'.
12987
12988 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12989 matching line numbers, column numbers and their ranges with regexp
12990 matching only line numbers.
12991 (grep-context-face): New face variable.
12992 (grep-mode-font-lock-keywords): Use it.
12993
12994 * faces.el (read-face-name): Delete duplicate faces.
12995
12996 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
12997
12998 * thumbs.el (thumbs-find-image): Don't make variables
12999 automatically buffer local.
13000 (thumbs-current-tmp-filename, thumbs-current-image-filename)
13001 (thumbs-image-num): Make automatically buffer local.
13002 (thumbs-show-thumbs-list): Use `make-local-variable', not
13003 `make-variable-buffer-local'.
13004 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
13005
13006 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
13007 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
13008 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
13009 (bother, bye, canyou, chatlst, continue, deathlst, describe)
13010 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
13011 (feelings-about, foullst, found, hello, history, howareyoulst)
13012 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
13013 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
13014 (neglst, obj, object, owner, please, problems, qlist)
13015 (random-adjective, relation, remlst, repetitive-shortness)
13016 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
13017 (shortlst, something, sportslst, stallmanlst, states, subj)
13018 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
13019 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
13020 Defvar at compile time.
13021
13022 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
13023 not `make-variable-buffer-local'.
13024
13025 2005-08-02 Kim F. Storm <storm@cua.dk>
13026
13027 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
13028 rectangle overlay in selected window.
13029
13030 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
13031
13032 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
13033 instead of display group. Make `indicate-buffer-boundaries'
13034 customizable through Custom.
13035
13036 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
13037
13038 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
13039 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
13040 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
13041 (gdb-put-string): Fix typos in docstrings.
13042
13043 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
13044
13045 Update copyright notices of files in progmodes directory for
13046 release of Emacs 22.1.
13047
13048 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
13049
13050 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
13051 Don't barf if the GUD buffer has been killed.
13052
13053 2005-08-01 Kim F. Storm <storm@cua.dk>
13054
13055 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
13056
13057 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
13058
13059 * simple.el (next-error-follow-minor-mode):
13060 make-variable-buffer-local -> make-local-variable.
13061
13062 * emacs-lisp/cl-extra.el: Require CL also when compiling.
13063
13064 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
13065 (byte-compile-form-make-variable-buffer-local): New functions to warn
13066 about misuses of make-variable-buffer-local where make-local-variable
13067 was meant.
13068
13069 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
13070
13071 * bs.el (bs-attributes-list): Doc fix.
13072 (bs): Update url-link.
13073
13074 * desktop.el (desktop-save-buffer): Fix typos in docstring.
13075 (desktop-load-default): Simplify.
13076
13077 * ibuffer.el (ibuffer-columnize-and-insert-list)
13078 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
13079 (ibuffer-unmark-all, ibuffer-toggle-marks)
13080 (ibuffer-unmark-forward, ibuffer-unmark-backward)
13081 (ibuffer-compile-make-format-form, ibuffer-format-column)
13082 (ibuffer-current-buffers-with-marks)
13083 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
13084 (ibuffer): Doc fix.
13085 (ibuffer-mode): Fix typo in docstring.
13086 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
13087 with `define-obsolete-variable-alias'.
13088 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
13089
13090 2005-07-29 Kenichi Handa <handa@m17n.org>
13091
13092 * international/mule-cmds.el (select-message-coding-system):
13093 Be sure to use LF for end-of-line. If no coding system is decided,
13094 return iso-8859-1-unix.
13095
13096 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
13097
13098 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
13099 (ange-ftp-pending-error-line): New vars.
13100 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
13101 to handle the non-fatal no-route-to-host messages.
13102 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
13103
13104 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
13105
13106 * isearch.el (isearch-mode-map, isearch-other-meta-char)
13107 (isearch-quote-char, isearch-printing-char)
13108 (isearch-text-char-description): "?\ " -> "?\s".
13109 (isearch-lazy-highlight-cleanup)
13110 (isearch-lazy-highlight-initial-delay)
13111 (isearch-lazy-highlight-interval)
13112 (isearch-lazy-highlight-max-at-a-time)
13113 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
13114 Declare with define-obsolete-*-alias macros.
13115 (isearch-forward): Fix typo in docstring.
13116 (search-invisible, search-ring-yank-pointer)
13117 (regexp-search-ring-yank-pointer): Doc fixes.
13118
13119 * recentf.el (recentf-menu-append-commands-p): Declare with
13120 `define-obsolete-variable-alias'.
13121 (recentf-max-saved-items, recentf-menu-filter)
13122 (recentf-arrange-by-rule-subfilter): Doc fixes.
13123 (recentf-menu-append-commands-flag)
13124 (recentf-initialize-file-name-history, recentf-expand-file-name)
13125 (recentf-clear-data): Fix typos in docstrings.
13126
13127 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
13128
13129 * progmodes/gdb-ui.el: Smarten comments.
13130 (gdb-info-breakpoints-custom): Use nowarn when finding file.
13131
13132 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13133
13134 * term/apollo.el (terminal-init-apollo): New function containing
13135 all former top level forms in the file.
13136 * term/bobcat.el (terminal-init-bobcat):
13137 * term/cygwin.el (terminal-init-cygwin):
13138 * term/iris-ansi.el (terminal-init-iris-ansi):
13139 * term/linux.el (terminal-init-linux):
13140 * term/news.el (terminal-init-news):
13141 * term/rxvt.el (terminal-init-rxvt):
13142 * term/sun.el (terminal-init-sun):
13143 * term/tvi970.el (terminal-init-tvi970):
13144 * term/vt100.el (terminal-init-vt100):
13145 * term/vt102.el (terminal-init-vt102):
13146 * term/vt125.el (terminal-init-vt125):
13147 * term/vt200.el (terminal-init-vt200):
13148 * term/vt201.el (terminal-init-vt201):
13149 * term/vt220.el (terminal-init-vt220):
13150 * term/vt240.el (terminal-init-vt240):
13151 * term/vt300.el (terminal-init-vt300):
13152 * term/vt320.el (terminal-init-vt320):
13153 * term/vt400.el (terminal-init-vt400):
13154 * term/vt420.el (terminal-init-vt420):
13155 * term/wyse50.el (terminal-init-wyse50):
13156 * term/xterm.el (terminal-init-xterm): Likewise.
13157
13158 * term/README: Describe the terminal-init-* functionality.
13159
13160 * startup.el (command-line): After loading the terminal initialization
13161 file call the corresponding terminal initialization function.
13162
13163 2005-07-27 Kenichi Handa <handa@m17n.org>
13164
13165 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
13166 negative.
13167
13168 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
13169 (ps-mule-composition-prologue): Fix for the case that
13170 RelativeCompose is false.
13171
13172 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13173
13174 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
13175
13176 * descr-text.el (describe-char): Handle the case where the list of
13177 chars is displayed in a separate frame.
13178 Be a bit more discriminating when looking for the char.
13179
13180 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
13181
13182 * bookmark.el (bookmark-automatically-show-annotations)
13183 (bookmark-read-annotation-text-func): Doc fixes.
13184 (bookmark-save): Improve argument/docstring consistency.
13185 (bookmark-get-bookmark, bookmark-get-bookmark-record)
13186 (bookmark-alist-from-buffer)
13187 (bookmark-upgrade-file-format-from-0)
13188 (bookmark-grok-file-format-version)
13189 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
13190 (bookmark-read-annotation-mode)
13191 (bookmark-insert-current-bookmark, bookmark-jump)
13192 (bookmark-exit-hook): Fix typos in docstrings.
13193 (bookmark-exit-hooks): Define as obsolete alias.
13194 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
13195 not `bookmark-exit-hooks'. Fix docstring.
13196 (bookmark-bmenu-select): "?\ " -> "?\s".
13197
13198 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
13199
13200 * startup.el (command-line): Fix typo.
13201
13202 2005-07-24 Richard M. Stallman <rms@gnu.org>
13203
13204 * tooltip.el (tooltip-mode): Test emacs-basic-display,
13205 not emacs-quick-startup.
13206
13207 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
13208
13209 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13210 (reb-next-match, reb-show-subexp): Use `with-selected-window'
13211 instead of `reb-with-current-window'.
13212 (reb-prev-match): Likewise. Also, don't move left if the search
13213 was unsuccessful.
13214 (reb-initialize-buffer): New function.
13215 (re-builder, reb-change-syntax): Use it.
13216
13217 * man.el (Man-goto-page): Make second argument NOERROR optional.
13218
13219 2005-07-23 Richard M. Stallman <rms@gnu.org>
13220
13221 * man.el (Man-bgproc-sentinel): Check here for failure to find
13222 any man page in the output, and report the error here.
13223 (Man-arguments): Make it permanent local.
13224 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
13225 (Man-mode): Pass t for NOERROR.
13226
13227 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
13228 (grep-mode-font-lock-keywords):
13229 Don't use compilation-...-face for messages that are not file names.
13230
13231 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13232 Don't use compilation-...-face for messages that are not file names.
13233
13234 2005-07-22 Juri Linkov <juri@jurta.org>
13235
13236 * startup.el (normal-splash-screen): Update menu name.
13237
13238 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13239
13240 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13241
13242 * term/xterm.el: Load term/rxvt if the terminal is actually an
13243 rxvt terminal.
13244 (xterm-rxvt-set-background-mode): Remove, not used anymore.
13245
13246 * term/rxvt.el (function-key-map): Use substitute-key-definition
13247 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
13248
13249 * term/cygwin.el: New file.
13250
13251 2005-07-22 Kim F. Storm <storm@cua.dk>
13252
13253 * image-file.el (insert-image-file, image-file-yank-handler):
13254 Fix last change to maintain a (unique) yank-handler on yanked images.
13255
13256 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
13257
13258 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13259 of the file size (as in "177B" for 177 bytes). This happens with
13260 "ls -lh" on FreeBSD.
13261
13262 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
13263
13264 * hilit-chg.el (highlight-changes-global-initial-state)
13265 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13266 (hilit-chg-fixup, highlight-changes-mode):
13267 Fix typos in docstrings.
13268 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13269 Doc fixes.
13270
13271 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13272
13273 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13274 mode function using `eval-after-load'.
13275
13276 2005-07-21 Kim F. Storm <storm@cua.dk>
13277
13278 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13279 included when reporting an emacs crash, and tell about the DEBUG file.
13280
13281 * image-file.el (insert-image-file): Add yank-handler.
13282 (image-file-yank-handler): Yank handler to make unique copies of
13283 images when they are yanked into a buffer next to each other.
13284
13285 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13286
13287 * comint.el (comint-use-prompt-regexp, comint-send-input)
13288 (comint-source-default, comint-extract-string)
13289 (comint-get-source, comint-word, comint-completion)
13290 (comint-source, comint-prompt-read-only, comint-update-fence):
13291 Fix typos in docstrings.
13292 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13293 Declare with define-obsolete-*-alias macros.
13294 (comint-previous-matching-input-from-input)
13295 (comint-next-matching-input-from-input)
13296 (comint-previous-matching-input, comint-next-matching-input)
13297 (comint-forward-matching-input):
13298 Improve argument/docstring consistency.
13299
13300 * desktop.el (desktop-clear-preserve-buffers-regexp):
13301 Also preserve the *server* buffer.
13302
13303 * simple.el (clone-indirect-buffer): Doc fix.
13304 (fixup-whitespace, just-one-space)
13305 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13306 (next-error, next-error-highlight)
13307 (next-error-highlight-no-select, next-error-last-buffer)
13308 (next-error-buffer-p, next-error-find-buffer, next-error)
13309 (previous-error, next-error-no-select, previous-error-no-select)
13310 (open-line, split-line, minibuffer-prompt-width, kill-new)
13311 (binary-overwrite-mode): Fix typos in docstrings.
13312 (set-fill-column): Fix typo in message.
13313
13314 * skeleton.el (skeleton-proxy-new): Doc fix.
13315
13316 * strokes.el (strokes-load-hook): Doc fix.
13317 (strokes-grid-resolution, strokes-get-grid-position)
13318 (strokes-renormalize-to-grid, strokes-read-stroke)
13319 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13320 (strokes-global-map): Fix typos in docstrings.
13321 (strokes-help): Doc fix. Fix help message and pass it through
13322 `substitute-command-keys'.
13323
13324 * tempo.el (tempo-insert-prompt, tempo-interactive)
13325 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13326 (tempo-insert-string-functions, tempo-local-tags)
13327 (tempo-define-template, tempo-insert-template)
13328 (tempo-insert-prompt-compat, tempo-is-user-element)
13329 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13330 Fix typos in docstrings.
13331
13332 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13333 (vcursor-key-bindings, vcursor-use-vcursor-map)
13334 (vcursor-find-window, vcursor-scroll-down)
13335 (vcursor-disable, vcursor-beginning-of-buffer)
13336 (vcursor-end-of-buffer): Fix typos in docstrings.
13337 (vcursor-relative-move, vcursor-get-char-count):
13338 Improve argument/docstring consistency.
13339
13340 * version.el: "?\ " -> "?\s".
13341
13342 * wid-edit.el (widget-default-create, widget-after-change)
13343 (widget-default-format-handler, widget-checklist-add-item)
13344 (widget-radio-add-item, widget-choose, widget-specify-secret)
13345 (widget-field-value-create, widget-field-value-get)
13346 (widget-editable-list-format-handler)
13347 (widget-editable-list-entry-create, widget-group-value-create)
13348 (widget-documentation-link-add)
13349 (widget-documentation-string-value-create): "?\ " -> "?\s".
13350 (widget-convert-text): Doc fix.
13351 (widget-narrow-to-field, widget-field-find)
13352 (widget-url-link-action, widget-emacs-library-link-action)
13353 (widget-color-notify): Fix typos in docstrings.
13354
13355 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13356 (x-select-text, set-w32-system-coding-system)
13357 (w32-add-charset-info): Fix typos in docstrings.
13358
13359 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13360 (cua-enable-cua-keys, cua-use-hyper-key)
13361 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13362 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13363
13364 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13365
13366 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13367 `defalias' instead of faking it.
13368
13369 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13370 (eshell-ls-missing, eshell-ls-dired-initial-args)
13371 (eshell-ls-use-in-dired): Fix typos in docstrings.
13372
13373 2005-07-20 Kim F. Storm <storm@cua.dk>
13374
13375 * emulation/cua-base.el (cua-mode): Improve doc string.
13376
13377 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13378
13379 * abbrev.el (expand-region-abbrevs): Doc fix.
13380 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13381 Improve argument/docstring consistency.
13382
13383 * arc-mode.el (archive-get-descr, archive-alternate-display):
13384 Doc fixes.
13385 (archive-l-e): Improve argument/docstring consistency.
13386 (archive-tmpdir, archive-unixdate, archive-unixtime)
13387 (archive-chmod-entry): Fix typos in docstrings.
13388 (archive-unflag, archive-unflag-backwards)
13389 (archive-unmark-all-files): "?\ " -> "?\s".
13390
13391 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13392 (Buffer-menu-not-modified, Buffer-menu-execute)
13393 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13394 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13395
13396 * composite.el (compose-string, encode-composition-rule)
13397 (compose-last-chars): Fix typos in docstrings.
13398
13399 * desktop.el (desktop-enable, desktop-basefilename):
13400 Declare with `define-obsolete-variable-alias'.
13401 (desktop-internal-v2s): Don't quote keywords.
13402 (desktop-clear): "?\ " -> "?\s".
13403
13404 * dired.el (dired-align-file, dired-flag-backup-files)
13405 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13406 (dired-listing-switches, dired-ls-F-marks-symlinks)
13407 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13408 (dired-directory, dired-faces, dired, dired-revert)
13409 (dired-mode, dired-summary, dired-view-file)
13410 (dired-copy-filename-as-kill, dired-delete-file)
13411 (dired-no-confirm, dired-unmark-all-marks)
13412 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13413 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13414 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13415 Fix typos in message strings.
13416
13417 * dired-x.el (virtual-dired): Declare with `defalias'.
13418 (dired-mark-unmarked-files, dired-local-variables-file)
13419 (dired-omit-here-always): Doc fix.
13420 (dired-omit-mode, dired-find-subdir)
13421 (dired-enable-local-variables, dired-clean-up-buffers-too)
13422 (dired-extra-startup, dired-mark-extension, dired-jump)
13423 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13424 (dired-smart-shell-command, dired-guess-shell-alist-user)
13425 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13426 (dired-x-bind-find-file, dired-x-submit-report):
13427 Fix typos in docstrings.
13428 (dired-mark-unmarked-files): "?\ " -> "?\s".
13429
13430 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13431
13432 * faces.el (describe-face): "?\ " -> "?\s".
13433 (read-all-face-attributes, read-face-font, modify-face)
13434 (face-attr-construct, italic): Fix typos in docstrings.
13435 (frame-update-face-colors): Declare with
13436 `define-obsolete-function-alias'.
13437
13438 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13439 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13440 (magic-mode-alist, buffer-file-numbers-unique)
13441 (write-file-functions, get-free-disk-space):
13442 Fix typos in docstrings.
13443 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13444 (write-contents-hooks, write-file-hooks):
13445 Declare with `define-obsolete-variable-alias'.
13446
13447 * forms-d2.el (arch-rj): Fix typo in docstrings.
13448 (arch-tocol): Likewise. "?\ " -> "?\s".
13449
13450 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13451 Fix typo in docstring.
13452 (set-screen-width, set-screen-height): Delete redundant info in
13453 doctrings.
13454 (new-frame, screen-height, screen-width): Declare with
13455 `define-obsolete-function-alias'.
13456 (delete-frame-hook, blink-cursor): Declare with
13457 `define-obsolete-variable-alias'.
13458
13459 * paths.el (prune-directory-list): Fix typos in docstring.
13460
13461 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13462 (cvs-prefix-get): Fix typos in docstrings.
13463
13464 * ps-print.el (ps-extend-face-list, ps-extend-face)
13465 (ps-print-background-image): Fix typos in docstrings.
13466 (ps-default-fg, ps-default-bg): Doc fixes.
13467
13468 * s-region.el (s-region-bind): Doc fix.
13469 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13470
13471 * textmodes/org.el (org-table-formula-substitute-names)
13472 (org-table-get-vertical-vector): Doc fixes.
13473 (org-table-recalculate): Remove unused argument to `message'.
13474
13475 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13476
13477 * textmodes/org.el (org-table-column-names)
13478 (org-table-column-name-regexp)
13479 (org-table-named-field-locations): New variables.
13480 (org-archive-subtree): Protect `this-command' when calling
13481 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13482 the kill buffer.
13483 (org-complete): Remove fixed-formula completion.
13484 (org-edit-formulas-map): New variable.
13485 (org-table-edit-formulas): New command.
13486 (org-finish-edit-formulas, org-abort-edit-formulas)
13487 (org-show-variable, org-table-get-vertical-vector): New functions.
13488 (org-table-maybe-eval-formula): Handle `:=' fields.
13489 (org-table-get-stored-formulas, org-table-store-formulas)
13490 (org-table-get-formula, org-table-modify-formulas)
13491 (org-table-replace-in-formulas): Handle named field formulas.
13492 (org-table-get-specials): Store locations of named fields.
13493
13494 2005-07-19 Juri Linkov <juri@jurta.org>
13495
13496 * progmodes/grep.el (grep-regexp-alist)
13497 (grep-mode-font-lock-keywords, grep-process-setup):
13498 Use default GNU grep match color "01;31m" instead of "01;41m".
13499 (grep-regexp-alist, grep-mode-font-lock-keywords):
13500 Use `\\[[0-9]*m' instead of `\\[00m'.
13501 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13502 sgr_start where its handling is more important. Use the real
13503 length of sgr_start instead of constant 8.
13504 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13505 specially. Delete all remaining escape sequences.
13506 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13507 (grep-regexp-alist): Make hyperlink only for binary file name
13508 instead of the whole line.
13509 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13510 (grep-mode): Add autoload.
13511
13512 * emacs-lisp/find-func.el (find-function-regexp):
13513 Add `define-compilation-mode'.
13514
13515 2005-07-19 Juri Linkov <juri@jurta.org>
13516
13517 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13518 (compare-windows-sync-string-size, compare-windows-recenter)
13519 (compare-windows-highlight, compare-windows): Add version 22.1.
13520 (compare-windows) <defface>: Inherit from lazy-highlight instead
13521 of duplicating its default value.
13522
13523 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13524 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13525
13526 * descr-text.el (describe-char): Create link buttons for `charset'
13527 and `code point'. Add the current input method name with a link
13528 button to `to input' field. Print face names of display table
13529 characters in `The display table entry is displayed by' section
13530 instead of printing face-id in the `display' field.
13531 Guess hardcoded faces and create a link button for them.
13532 Skip empty fields when calculating max-width.
13533 Treat `widget-create' specially while inserting strings from the
13534 collected field list.
13535 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13536
13537 * diff-mode.el (diff-file-header): Change foreground color from
13538 yellow to green on light backgrounds.
13539 (diff-context): Inherit from `shadow' only for color/grayscale
13540 with more than 88 colors.
13541 (diff-indicator-removed, diff-indicator-added)
13542 (diff-indicator-changed): New faces.
13543 (diff-font-lock-keywords): Use new faces. Regroup rules.
13544 Add "^---$" for `normal' diff format. Fontify `#' lines with
13545 font-lock-comment-delimiter-face and font-lock-comment-face.
13546 Add `#' to ^[^...] in the rule for `diff-context-face'.
13547
13548 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13549 a button-like box. Inherit from `highlight' on low colors.
13550 (shadow): Use shades of gray only for color/grayscale with
13551 more than 88 colors. Use green for light backgrounds with
13552 8 colors, and yellow for dark backgrounds with 8 colors.
13553
13554 * font-lock.el (font-lock-regexp-grouping-backslash):
13555 Don't inherit from escape-glyph (use bold for all cases).
13556
13557 * info.el (info-xref-visited): Use light foreground color `violet'
13558 for dark backgrounds instead of dark color `magenta3'.
13559 (info-title-1): Use `yellow' color for dark backgrounds.
13560
13561 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13562 too-light magenta2.
13563
13564 * replace.el (match): Use slightly more light RoyalBlue3 instead
13565 of dark RoyalBlue4.
13566
13567 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13568
13569 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13570
13571 * novice.el (disabled-command-hook): Declare it with
13572 `define-obsolete-variable-alias'.
13573
13574 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13575 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13576 (desktop-load-default): Add release to obsolescence info.
13577 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13578 (desktop-append-buffer-args, desktop-read):
13579 Fix typos in docstrings.
13580 (desktop-kill): Fix typo in message.
13581 (desktop-save): Doc fix.
13582
13583 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13584
13585 * viper-cmd.el (viper-escape-to-state): Bug fix.
13586 (viper-envelop-ESC-key): Change the definition of fast
13587 keysequence so it'll work with keyboard macros.
13588
13589 * ediff.el (ediff-patch-buffer): Change the docstring.
13590
13591 2005-07-19 Kenichi Handa <handa@m17n.org>
13592
13593 * international/mule-cmds.el (select-safe-coding-system): Try to
13594 use an auto-coding (if any) before anything else. If the found
13595 auto-coding is invalid, show a warning message.
13596
13597 * international/mule.el (find-auto-coding): New function created
13598 by modifying the body of set-auto-coding.
13599 (set-auto-coding): Use find-auto-coding to find a coding.
13600
13601 2005-07-18 Richard M. Stallman <rms@gnu.org>
13602
13603 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13604 not isearch-mode-end-hook-error.
13605 (allout-before-change-protect): Fix error message.
13606
13607 2005-07-18 Juri Linkov <juri@jurta.org>
13608
13609 * allout.el (allout-mode):
13610 * calculator.el (calculator-copy):
13611 * custom.el (custom-known-themes):
13612 * dired.el (dired-desktop-buffer-misc-data)
13613 (dired-restore-desktop-buffer):
13614 * dired-x.el (dired-omit-marker-char):
13615 * files.el (basic-save-buffer):
13616 * font-core.el (font-lock-mode):
13617 * calendar/calendar.el (calendar-goto-hebrew-date)
13618 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13619 (calendar-goto-persian-date):
13620 * language/ethio-util.el (ethio-sera-to-fidel-region):
13621 * textmodes/picture.el (picture-mode):
13622 Delete duplicate duplicate words.
13623
13624 2005-07-18 Juri Linkov <juri@jurta.org>
13625
13626 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13627 chars * ? } |.
13628 (isearch-fallback): Don't call `isearch-process-search-char'.
13629 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13630 (isearch-process-search-char): Call `isearch-fallback' for regexp
13631 chars * ? } |.
13632 (isearch-return-char): Make obsolete with `make-obsolete' instead
13633 of simply documenting it as obsolete in the docstring.
13634 (isearch-fallback): Refill docstring.
13635
13636 * international/isearch-x.el
13637 (isearch-process-search-multibyte-characters): Remove unneeded
13638 `concat'. Add intermediate values to `junk-hist' instead of
13639 `minibuffer-history'. Test the length of `str'.
13640
13641 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13642
13643 * allout.el (allout-resolve-xref): Fix typos in error strings.
13644 (allout-before-change-protect): Remove unneeded `concat'.
13645
13646 * array.el (array-mode, array-reconfigure-rows)
13647 (untabify-backward): Fix typos in docstrings.
13648 (array-reconfigure-rows): Use `insert-buffer-substring', not
13649 `insert-buffer'.
13650
13651 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13652 * progmodes/ada-mode.el (ada-make-body):
13653 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13654
13655 * dired.el (dired-log):
13656 * tar-mode.el (tar-subfile-save-buffer):
13657 * play/zone.el (zone-pgm-stress-destress):
13658 Use `insert-buffer-substring', not `insert-buffer'.
13659
13660 2005-07-17 Simon Josefsson <jas@extundo.com>
13661
13662 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13663
13664 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13665
13666 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13667 Add plain auth method.
13668 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13669
13670 2005-07-17 Kim F. Storm <storm@cua.dk>
13671
13672 * ido.el (dired-other-window): Add ido property.
13673
13674 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13675
13676 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13677 Fix typo in docstring.
13678 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13679 `insert-file-literally'.
13680
13681 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13682 info and delete redundant message. Doc fix.
13683 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13684 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13685
13686 2005-07-16 Richard M. Stallman <rms@gnu.org>
13687
13688 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13689 (byte-compile-and): Use byte-compile-and-recursion.
13690 (byte-compile-or-recursion): New function.
13691 (byte-compile-or): Use that.
13692 (byte-compile-if): Guard the else-clause too.
13693 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13694
13695 * isearch.el (isearch-mode-end-hook-quit): New variable.
13696 (isearch-done): Bind it.
13697 (isearch-mode-end-hook): Doc fix.
13698
13699 * allout.el (allout-isearch-did-quit): Variable deleted.
13700 (allout-real-isearch-abort): Function name no longer used.
13701 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13702 (allout-isearch-rectification): isearch-mode always exists.
13703 Don't set allout-isearch-did-quit.
13704 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13705 allout-isearch-did-quit.
13706 (allout-enwrap-isearch): Just add the hook.
13707 (allout-isearch-abort): Function deleted.
13708 (allout-pre-command-business): Avoid warning.
13709
13710 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13711 Correctly avoid warnings.
13712 (pascal-outline): Likewise.
13713
13714 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13715
13716 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13717
13718 * play/tetris.el (tetris-mode): Avoid warning.
13719
13720 * play/snake.el (snake-mode): Avoid warning.
13721
13722 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13723 (gamegrid-set-display-table): Avoid warning.
13724 (gamegrid-set-timer): Likewise.
13725 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13726 (gamegrid-add-score-with-update-game-score-1): Take FILE
13727 as argument.
13728 (gamegrid-add-score-with-update-game-score): Pass that argument.
13729 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13730
13731 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13732
13733 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13734 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13735
13736 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13737 and insert-file.
13738
13739 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13740 (sc-ask): Avoid warnings.
13741
13742 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13743 (eshell-hist-initialize): Use that var the natural way.
13744
13745 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13746
13747 * emacs-lisp/re-builder.el (reb-cook-regexp):
13748 Avoid warning calling lre-compile-string.
13749 (reb-color-display-p): Avoid warning.
13750
13751 * calculator.el (calculator-last-input): Guard uses
13752 of event-key and key-press-event-p.
13753 (event-key, key-press-event-p): Delete definitions.
13754
13755 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13756 (find-gc-source-directory, find-gc-subrs-callers)
13757 (find-gc-noreturn-list, find-gc-source-files)
13758 (find-gc-subrs-called): Vars renamed and defvar'd.
13759
13760 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13761 (checkdoc-overlay-put, checkdoc-delete-overlay)
13762 (checkdoc-overlay-start, checkdoc-overlay-end)
13763 (checkdoc-mode-line-update, checkdoc-char=):
13764 Define such that compiler knows they are defined.
13765 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13766 (checkdoc-read-event): Delete. Use read-event directly.
13767
13768 * whitespace.el (whitespace-make-overlay)
13769 (whitespace-overlay-put, whitespace-delete-overlay)
13770 (whitespace-overlay-start, whitespace-overlay-end):
13771 Define such that compiler knows they are defined.
13772 (whitespace): Move conditional inside.
13773
13774 * tempo.el (tempo-insert-template): Suppress warning.
13775
13776 * ediff-diff.el (longlines-mode): Add defvar.
13777
13778 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13779
13780 * server.el: Bind "C-x #" in a way that works even if C-x is
13781 redefined to a command key, not a prefix key.
13782
13783 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13784
13785 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13786 cl-make-type-test till execution time.
13787
13788 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13789
13790 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13791 arg ARG and use it.
13792
13793 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13794
13795 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13796
13797 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13798
13799 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13800 a defcustom with two :set or :type keywords.
13801
13802 2005-07-15 Richard M. Stallman <rms@gnu.org>
13803
13804 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13805 Don't give ^M comment-end syntax.
13806
13807 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13808
13809 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13810 Don't consider gdbmi (gdb-mi.el has its own update functions).
13811 (gdb-var-delete): Make it work for gdbmi as well.
13812 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13813
13814 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13815 (gud-speedbar-menu-items): Correct logic for enabling items.
13816
13817 2005-07-15 Kim F. Storm <storm@cua.dk>
13818
13819 * ido.el: Fix commentary.
13820 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13821 Use with-no-warnings around ffap-guesser.
13822 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13823 Let bind minibuffer-completing-file-name to t.
13824
13825 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13826
13827 * startup.el (site-run-file, keyboard-type): Doc fixes.
13828 (command-line): Check for "--basic-display" argument; also for
13829 "--quick", not "--bare-bones" (which was renamed).
13830 (fancy-splash-text): Add missing item "Getting New Versions".
13831 (normal-splash-screen): Fix typos and improve consistency with
13832 `fancy-splash-text'. Update copyright year.
13833
13834 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13835 valid binding for `help-char'.
13836
13837 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13838
13839 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13840
13841 * term.el (term-mode): Disable cua-mode for term buffers.
13842
13843 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13844
13845 * add-log.el (add-log-mailing-address, change-log-merge):
13846 Doc fixes.
13847 (change-log-get-method-definition): Fix typo in docstring.
13848
13849 2005-07-14 Kim F. Storm <storm@cua.dk>
13850
13851 * emulation/cua-base.el:
13852 (cua--pre-command-handler-1, cua--pre-command-handler)
13853 (cua--post-command-handler-1, cua--post-command-handler):
13854 Split in two. Check (buffer local) value of cua-mode.
13855 (cua-selection-mode): New command.
13856
13857 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13858
13859 * custom.el (custom-initialize-safe-set)
13860 (custom-initialize-safe-default): Doc fixes.
13861
13862 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13863 and simplify :init-value again.
13864
13865 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13866 and simplify :init-value again. Delete autoload.
13867
13868 * startup.el (command-line): Use `custom-reevaluate-setting' again
13869 for tooltip-mode.
13870
13871 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13872 a defcustom with two :initialize keywords.
13873
13874 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13875
13876 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13877 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13878 (allout-post-command-business, allout-flag-region)
13879 (isearch-reenable-font-lock, allout-yank)
13880 (allout-insert-latex-header, allout-insert-latex-trailer)
13881 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13882 (allout-latex-verb-quote): Fix typos in docstrings.
13883 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13884 (allout-unprotected, allout-prefix-data):
13885 Improve argument/docstring consistency.
13886 (allout-chart-subtree): Fix argument spec.
13887 (allout-open-topic): Rename `use_sib_bullet' argument to
13888 `use-sib-bullet'. Doc fix.
13889
13890 * whitespace.el (whitespace-check-buffer-leading)
13891 (whitespace-check-buffer-trailing)
13892 (whitespace-check-buffer-indent)
13893 (whitespace-check-buffer-spacetab)
13894 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13895 (whitespace-check-leading-whitespace)
13896 (whitespace-check-trailing-whitespace)
13897 (whitespace-check-spacetab-whitespace)
13898 (whitespace-check-indent-whitespace)
13899 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13900 (whitespace-modes): Fix typos in docstrings.
13901 (defgroup, defcustom): Doc fixes.
13902
13903 * winner.el (winner-mode, winner-boring-buffers)
13904 (winner-pending-undo-ring): Doc fixes.
13905 (winner-ring): Remove unneeded `progn'.
13906 (winner-equal): `defsubst' it.
13907 (winner-redo): Fix message.
13908
13909 2005-07-13 Kim F. Storm <storm@cua.dk>
13910
13911 * simple.el (line-move-1): Always use vertical-motion to
13912 do the last (or only) line move to ensure some movement.
13913 Undo 2005-06-23 change--don't check for overlays.
13914
13915 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13916
13917 * term/mac-win.el (ccl-encode-mac-roman-font)
13918 (ccl-encode-mac-centraleurroman-font)
13919 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13920 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13921 Change charset-id boundary of dimension to ?\xef.
13922 (mac-char-fontspec-list): New constant.
13923 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
13924 argument. Nil uses itself as family in font-spec. Previous
13925 behavior for nil is now provided by non-nil non-string argument.
13926 All callers changed. Add font-specs for Mac fonts to
13927 "fontset-default" unless iso8859-1 fonts are installed.
13928
13929 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13930
13931 * progmodes/sh-script.el (sh-get-indent-info): Only indent
13932 a continuation line if the \ is preceded by SPC or TAB.
13933 (sh-get-indent-info): Simplify.
13934 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13935 Use with-current-buffer.
13936
13937 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13938 when the matched text is empty.
13939
13940 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
13941
13942 * startup.el (command-line): Revert to previous handling of
13943 tooltip-mode. Explain in comment why the complexity is needed.
13944
13945 * tooltip.el (tooltip-mode): Revert to previous implementation of
13946 its defcustom.
13947
13948 * frame.el (blink-cursor-mode): Revert to previous implementation
13949 of its defcustom. Update comment.
13950
13951 2005-07-12 Lars Hansen <larsh@soem.dk>
13952
13953 * desktop.el: Update e-mail address.
13954
13955 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13956
13957 * term/mac-win.el (mac-services-mail-selection)
13958 (mac-services-mail-to): New functions.
13959 (mac-application-menu-map): Bind them.
13960
13961 2005-07-12 wulei <milton@wulei.net> (tiny change)
13962
13963 * progmodes/gdb-ui.el: Add note about buffering with Windows.
13964
13965 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
13966
13967 * custom.el (custom-reevaluate-setting): Doc fix.
13968
13969 2005-07-11 Jay Belanger <belanger@truman.edu>
13970
13971 * calc/calc.el (calc-embedded-announce-formula-alist)
13972 (calc-embedded-open-close-plain-alist)
13973 (calc-embedded-open-close-mode-alist): Add checks for additional
13974 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13975
13976 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
13977
13978 * custom.el (custom-enable-theme): Don't add theme to
13979 `custom-enabled-themes' with `push' because there is no
13980 setf-method for `delq'.
13981
13982 2005-07-11 Richard M. Stallman <rms@gnu.org>
13983
13984 * custom.el (custom-declare-variable): Doc fix.
13985
13986 * dired-aux.el (dired-compare-directories): Remove "." and ".."
13987 from the alists.
13988
13989 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13990 Do nothing if edebug-active.
13991
13992 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13993 (edebug-display): Do it here instead.
13994
13995 2005-07-10 Richard M. Stallman <rms@gnu.org>
13996
13997 * cus-face.el (custom-theme-set-faces): Make it work.
13998 (custom-reset-faces): Doc fix.
13999 (custom-theme-reset-internal-face, custom-theme-face-value):
14000 Functions deleted.
14001
14002 * custom.el (custom-push-theme): Maintain list of the settings
14003 of a given theme in its theme-settings property.
14004 Maintain position of old settings in the theme-value
14005 or theme-face property.
14006 (custom-enabled-themes): New variable.
14007 (custom-theme-enabled-p): New function.
14008 (provide-theme): Update custom-enabled-themes.
14009 Disable and reenable the `user' theme.
14010 (require-theme): Doc fix.
14011 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
14012 (custom-theme-value, custom-theme-variable-value): Likewise.
14013 (custom-theme-reset-internal): Likewise.
14014 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
14015 (custom-enable-theme, custom-disable-theme): New functions.
14016 (custom-variable-theme-value, custom-face-theme-value): Likewise.
14017 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
14018 (custom-theme-reset-variables): Simplify.
14019 (deftheme, custom-declare-theme, custom-make-theme-feature):
14020 Definitions moved.
14021
14022 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
14023
14024 * longlines.el (longlines-show-region)
14025 (longlines-unshow-hard-newlines): Recognize hard newlines by
14026 non-nil hard property, instead of t.
14027
14028 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
14029
14030 * viper-cmd.el (viper--key-maps): New variable.
14031 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
14032 emulation-mode-map-alists.
14033 (viper-envelop-ESC-key): Use viper-subseq.
14034 (viper-search-forward/backward/next): Disable debug-on-error.
14035
14036 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14037 (viper-ESC-key): New defcustoms.
14038
14039 * viper-macs.el (ex-map-read-args): Use viper-subseq.
14040
14041 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
14042 (viper-subseq): Copy of subseq from cl.el.
14043
14044 * viper.el (viper-go-away, viper-set-hooks): Use
14045 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
14046
14047 * viper-mous.el (viper-current-frame-saved): Use defvar.
14048
14049 * viper-init.el: Get rid of -face in face names.
14050
14051 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
14052 Make it work with longlines mode
14053
14054 * ediff-mult.el (ediff-meta-mode-hook): New variable.
14055
14056 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
14057
14058 * ediff-init.el: Get rid of -face in face names.
14059
14060 2005-07-10 Richard M. Stallman <rms@gnu.org>
14061
14062 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
14063 and with-timeout-unsuspend.
14064
14065 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
14066 and with-timeout-unsuspend.
14067
14068 * emacs-lisp/timer.el (with-timeout-timers): New variable.
14069 (with-timeout): Bind that variable to record timers.
14070 (with-timeout-suspend, with-timeout-unsuspend): New functions.
14071
14072 * emacs-lisp/debug.el (debug-help-follow): New function.
14073 (debugger-mode-map): Use that instead of help-follow.
14074 (debugger-setup-buffer): Use eval-buffer-list
14075 to handle eval-buffer frames.
14076
14077 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
14078
14079 * timezone.el (timezone-parse-date): Change first regexp
14080 so it will not mistakenly match dates with no time zone.
14081
14082 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
14083
14084 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
14085
14086 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
14087
14088 * custom.el (custom-initialize-safe-set)
14089 (custom-initialize-safe-default): New functions.
14090
14091 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
14092 and simplify :init-value.
14093
14094 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
14095 and simplify :init-value. Delete obsolete comment.
14096
14097 * startup.el (command-line): Use `custom-reevaluate-setting' to
14098 handle `tooltip-mode'. Delete obsolete comment.
14099
14100 * files.el (set-visited-file-name): Avoid calling
14101 `file-name-nondirectory' with a nil argument.
14102
14103 2005-07-09 Richard M. Stallman <rms@gnu.org>
14104
14105 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
14106 was called with nil for the buffer, handle the read position right.
14107 Handle read position for eval-region, too.
14108
14109 2005-07-09 Juri Linkov <juri@jurta.org>
14110
14111 * fringe.el (fringe-mode): Add period in docstring.
14112 (fringe-query-style): Build prompt depending on `all-frames' arg.
14113
14114 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
14115 to not create links to unrelated functions in the Help buffer.
14116
14117 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
14118 Doc fix.
14119
14120 * simple.el (next-error-hook): New variable.
14121 (next-error): Use it. Doc fix.
14122
14123 * textmodes/ispell.el (ispell-command-loop): Add current
14124 dictionary name and program name to mode-line-format.
14125 (ispell-region, ispell-process-line): Add current dictionary name
14126 and program name to messages.
14127
14128 2005-07-08 Jay Belanger <belanger@truman.edu>
14129
14130 * calc/calc.el (calc-embedded-announce-formula-alist)
14131 (calc-embedded-open-close-formula-alist)
14132 (calc-embedded-open-close-word-alist)
14133 (calc-embedded-open-close-plain-alist)
14134 (calc-embedded-open-close-new-formula-alist)
14135 (calc-embedded-open-close-mode-alist)
14136 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
14137 (calc-embedded-mode-hook): New variables.
14138
14139 * calc/calc-embed.el (calc-embedded-firsttime)
14140 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
14141 New variables.
14142 (calc-do-embedded): Use calc-embedded-firsttime,
14143 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
14144 determine whether or not to run hooks.
14145 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
14146 calc-embedded-firsttime-formula appropriately.
14147 Set calc-embedded delimiter variables according to mode.
14148
14149 2005-07-08 Richard M. Stallman <rms@gnu.org>
14150
14151 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
14152 Check for "emacs", etc., as entire symbol, not just as word.
14153 (checkdoc-file-comments-engine): Use regexp-quote on FN.
14154
14155 * files.el (set-visited-file-name): Report the error
14156 for "empty filename" earlier.
14157 (kill-some-buffers): Ignore buffers already dead.
14158
14159 * fringe.el (fringe-mode): Doc fix.
14160
14161 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14162 Check for (featurep 'xemacs) and turn off warnings in what it guards.
14163 Use unwind-protect to ensure byte-compile-unresolved-functions
14164 is updated.
14165
14166 * whitespace.el (whitespace-buffer-leading-cleanup):
14167 Simplify w/ skip-chars-forward.
14168 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
14169
14170 * mail/rmail.el (rmail-only-expunge): Fix paren error.
14171 Unconditionally try to leave point at the same old place.
14172
14173 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
14174
14175 * comint.el (comint-postoutput-scroll-to-bottom)
14176 (comint-show-maximum-output): Take scroll-margin into consideration.
14177
14178 2005-07-08 Kim F. Storm <storm@cua.dk>
14179
14180 * ido.el (ido-use-filename-at-point): New choice `guess'.
14181 (ido-file-internal): Try ffap-guesser if selected.
14182
14183 * ido.el (ido-before-fallback-functions): New hook.
14184 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
14185 (ido-read-file-name): Run it.
14186
14187 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
14188
14189 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
14190 strings rather than a list of symbols to the completion function.
14191
14192 2005-07-07 Jay Belanger <belanger@truman.edu>
14193
14194 * calc/calc-units.el (math-apply-units): Change the places in
14195 which units are simplified.
14196
14197 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
14198
14199 * cus-edit.el (customize-option, customize-option-other-window):
14200 Make them handle aliases.
14201
14202 * custom.el (custom-variable-p): Make it recursively follow
14203 aliases. Mention that in the docstring.
14204
14205 2005-07-07 Richard M. Stallman <rms@gnu.org>
14206
14207 * cus-start.el (exec-path): Use `directory' instead of `file'.
14208 Fix tag for nil.
14209
14210 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14211
14212 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
14213 when called non-interactively. Doc fix.
14214
14215 2005-07-07 Lute Kamstra <lute@gnu.org>
14216
14217 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
14218 new address as well.
14219
14220 2005-07-07 Kenichi Handa <handa@m17n.org>
14221
14222 * international/mule.el (make-coding-system):
14223 Describe `ascii-incompatible' property in the docstring.
14224 (set-file-name-coding-system): Signal an error if coding-system is
14225 ascii-incompatible.
14226 (set-keyboard-coding-system): Likewise.
14227
14228 * international/mule-cmds.el (set-default-coding-systems):
14229 Don't set default-file-name-coding-system and
14230 default-keyboard-coding-system if coding-system is ASCII-incompatible.
14231
14232 * international/utf-16.el: Declare that all UTF-16-based coding
14233 systems are ASCII-incompatible.
14234
14235 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
14236
14237 * progmodes/gud.el: Require font-lock for displaying errors.
14238 Used by gdb-ui.el.
14239
14240 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14241
14242 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14243 values for the pattern lists which are `read'able but not
14244 `append'able (like symbols).
14245
14246 2005-07-06 Richard M. Stallman <rms@gnu.org>
14247
14248 * progmodes/flymake.el (flymake-float-time): Instead of
14249 with-no-warnings, test for xemacs.
14250 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14251 to avoid warning.
14252
14253 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
14254
14255 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14256
14257 2005-07-05 Lute Kamstra <lute@gnu.org>
14258
14259 * battery.el: Add support for Darwin (with much debugging help
14260 from Samuel Lauber <sam124@operamail.com>).
14261 (battery-status-function, battery-echo-area-format)
14262 (battery-mode-line-format): Add support for pmset on Darwin.
14263 (battery-load-low, battery-load-critical): New user options.
14264 (battery-pmset): New function.
14265
14266 2005-07-05 Lute Kamstra <lute@gnu.org>
14267
14268 Update FSF's address in GPL notices.
14269
14270 * textmodes/page-ext.el: Update FSF's address.
14271
14272 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14273
14274 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14275 filling from using prefix when filling a single-line docstring.
14276
14277 * progmodes/flymake.el: Remove useless eval-when-compile.
14278
14279 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14280
14281 2005-07-04 Richard M. Stallman <rms@gnu.org>
14282
14283 * textmodes/org.el (org-file-apps-defaults-gnu):
14284 Rename from org-file-apps-defaults-linux.
14285 (org-default-apps): Don't test system-type for `linux'.
14286 (org-file-apps): Doc fix.
14287
14288 2005-07-04 David Ponce <david@dponce.com>
14289
14290 * tree-widget.el: Improve header Commentary section.
14291 (tree-widget) [defgroup]
14292 (tree-widget-image-enable, tree-widget-themes-directory)
14293 (tree-widget-theme, tree-widget-image-properties-emacs)
14294 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14295 (tree-widget-image-formats, tree-widget-control)
14296 (tree-widget-empty-control, tree-widget-leaf-control
14297 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14298 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14299 (tree-widget-keep, tree-widget-after-toggle-functions)
14300 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14301 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14302 :help-echo message.
14303 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14304 (tree-widget-image-properties): Doc fix. Clearer implementation.
14305 (tree-widget--cursors): New constant.
14306 (tree-widget-lookup-image): New function split from
14307 `tree-widget-find-image'. Clearer implementation.
14308 (tree-widget-find-image): Use it.
14309 (tree-widget-button-keymap): Use `set-keymap-parent'.
14310 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14311 Define the sub-widgets here.
14312 (tree-widget-node): Check that :node is not a tree-widget.
14313 (tree-widget-get-super, tree-widget-open-control)
14314 (tree-widget-close-control, tree-widget-empty-control)
14315 (tree-widget-leaf-control, tree-widget-guide)
14316 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14317 (tree-widget-no-handle, tree-widget-value-delete)
14318 (tree-widget-map): Remove.
14319 (tree-widget-children-value-save): Doc fix. Simplified.
14320 (tree-widget-value-create): Update according to previous changes.
14321
14322 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14323
14324 * textmodes/org.el: Leading space replaced by TABS.
14325 (org-recalc-marks, org-table-rotate-recalc-marks)
14326 (org-table-get-specials): Treat "^" and "_" marks.
14327 (org-table-justify-field-maybe): Optional argument NEW.
14328 (org-table-eval-formula): Parsing of the format simplified.
14329 New modes C,I. Honor the %= parameter in the current table.
14330 Avoid unnecessary re-align by using the NEW argument to
14331 `org-table-justify-field-maybe'.
14332 (org-calc-default-modes): Default for date-format mimicks org-mode.
14333 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14334
14335 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14336
14337 * cus-face.el (custom-theme-set-faces): Make it handle face
14338 aliases whose alias declarations are pre- or autoloaded.
14339
14340 2005-07-04 Juri Linkov <juri@jurta.org>
14341
14342 * faces.el (read-face-name): Put the code for getting a face name
14343 from the buffer before adding the faces from the `face' property.
14344 Use `completing-read-multiple' instead of `completing-read'.
14345 Require `crm'. Add default value and post-process the returned
14346 list of faces.
14347
14348 * emacs-lisp/crm.el (crm-find-current-element)
14349 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14350
14351 * emacs-lisp/lisp-mode.el (eval-defun-1):
14352 * emacs-lisp/edebug.el (edebug-eval-defun):
14353 Remove unnecessary quotes.
14354
14355 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14356
14357 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14358 (prolog-indent-level): Fix typo in docstring.
14359
14360 * info.el (Info-history, Info-history-forward)
14361 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14362
14363 * add-log.el (add-change-log-entry):
14364 * comint.el (comint-dynamic-list-input-ring)
14365 (comint-dynamic-list-completions):
14366 * dabbrev.el (dabbrev-expand):
14367 * delim-col.el (delimit-columns-rectangle-line):
14368 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14369 (diff-unified->context):
14370 * ediff-init.el (ediff-abbrev-jobname):
14371 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14372 (ediff-replace-session-activity-marker-in-meta-buffer):
14373 * info.el (Info-summary):
14374 * lpr.el (printify-region):
14375 * printing.el (pr-create-interface):
14376 * ps-print.el (ps-print-quote):
14377 * ses.el (ses-column-widths, ses-print-cell)
14378 (ses-adjust-print-width, ses-center):
14379 * shell.el (shell-file-name-quote-list):
14380 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14381 (strokes-fill-current-buffer-with-whitespace)
14382 (strokes-xpm-for-stroke, strokes-list-strokes)
14383 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14384 * term.el (term-dynamic-list-input-ring)
14385 (term-dynamic-list-completions):
14386 * calc/calc.el (math-format-stack-value):
14387 * emacs-lisp/edebug.el (edebug-display-freq-count):
14388 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14389 (delphi-new-comment-line):
14390 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14391 * progmodes/executable.el (executable-set-magic):
14392 * progmodes/python.el (inferior-python-mode):
14393 * progmodes/scheme.el (scheme-mode-syntax-table):
14394 * progmodes/sh-script.el (sh-maybe-here-document):
14395 * progmodes/sql.el (sql-copy-column):
14396 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14397 * textmodes/bibtex.el (bibtex-mode):
14398 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14399 (sgml-auto-attributes):
14400 * textmodes/table.el (table-insert, table-shorten-cell)
14401 (table--generate-source-scan-lines, table-delete-row)
14402 (*table--cell-delete-char, table--spacify-frame)
14403 (table--horizontally-shift-above-and-below)
14404 (table--cell-insert-char, table--cell-blank-str)
14405 (table--fill-region-strictly):
14406 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14407 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14408
14409 * add-log.el (change-log):
14410 * apropos.el (apropos):
14411 * comint.el (comint-completion, comint-source):
14412 * dabbrev.el (dabbrev):
14413 * delim-col.el (columns):
14414 * diff-mode.el (diff-mode):
14415 * ediff.el (ediff):
14416 * ediff-diff.el (ediff-diff):
14417 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14418 * ediff-mult.el (ediff-mult):
14419 * ediff-ptch.el (ediff-ptch):
14420 * ediff-wind.el (ediff-window):
14421 * facemenu.el (facemenu):
14422 * indent.el (indent):
14423 * info.el (info):
14424 * jka-cmpr-hook.el (compression, jka-compr):
14425 * lpr.el (lpr):
14426 * outline.el (outlines):
14427 * pcmpl-cvs.el (pcmpl-cvs):
14428 * pcmpl-rpm.el (pcmpl-rpm):
14429 * printing.el (printing):
14430 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14431 (ps-print-vertical, ps-print-headers, ps-print-font)
14432 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14433 (ps-print-background, ps-print-printer, ps-print-page)
14434 (ps-print-miscellany):
14435 * ses.el (ses):
14436 * shell.el (shell, shell-directories, shell-faces):
14437 * startup.el (initialization):
14438 * strokes.el (strokes):
14439 * term.el (term):
14440 * uniquify.el (uniquify):
14441 * w32-vars.el (w32):
14442 * calc/calc.el (calc):
14443 * emacs-lisp/bytecomp.el (bytecomp):
14444 * emacs-lisp/cl-indent.el (lisp-indent):
14445 * emacs-lisp/edebug.el (edebug):
14446 * emacs-lisp/elp.el (elp):
14447 * emacs-lisp/testcover.el (testcover):
14448 * emacs-lisp/trace.el (trace):
14449 * emulation/viper-ex.el (viper-ex):
14450 * emulation/viper-mous.el (viper-mouse):
14451 * mail/mailalias.el (mailalias):
14452 * mail/supercite.el (supercite, supercite-frames)
14453 (supercite-attr, supercite-cite, supercite-hooks):
14454 * net/rcompile.el (remote-compile):
14455 * net/rlogin.el (rlogin):
14456 * obsolete/ooutline.el (outlines):
14457 * progmodes/delphi.el (delphi):
14458 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14459 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14460 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14461 (ebnf-optimization):
14462 * progmodes/etags.el (etags):
14463 * progmodes/executable.el (executable):
14464 * progmodes/idlwave.el (idlwave):
14465 * progmodes/pascal.el (pascal):
14466 * progmodes/prolog.el (prolog):
14467 * progmodes/python.el (python):
14468 * progmodes/scheme.el (scheme):
14469 * progmodes/sh-script.el (sh, sh-script):
14470 * progmodes/sql.el (SQL):
14471 * progmodes/tcl.el (tcl):
14472 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14473 * textmodes/enriched.el (enriched):
14474 * textmodes/makeinfo.el (makeinfo):
14475 * textmodes/sgml-mode.el (sgml):
14476 * textmodes/table.el (table-hooks):
14477 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14478 * textmodes/texinfo.el (texinfo):
14479 * textmodes/two-column.el (two-column):
14480 Finish `defgroup' description with period.
14481
14482 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14483 * eshell/esh-var.el (eshell-var):
14484 * progmodes/vhdl-mode.el (vhdl-testbench):
14485 * textmodes/org.el (org): Fix typos in docstrings.
14486
14487 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14488 consistency.
14489
14490 * progmodes/flymake.el (flymake-find-file): Remove.
14491 (flymake-float-time): Use `with-no-warnings'.
14492 (flymake-check-start-time, flymake-check-was-interrupted)
14493 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14494 (flymake-new-err-info): `defvar' at compile time.
14495
14496 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14497
14498 * replace.el (occur-hook): Doc fix.
14499 (occur-1): Don't call `occur-hook' if there are no matches.
14500
14501 2005-07-03 Richard M. Stallman <rms@gnu.org>
14502
14503 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14504 global-map, save the same map.
14505 (global-map): Don't alter it at top level.
14506 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14507 Then alter it here instead.
14508 (tpu-edt-off): Set global-map to the saved one.
14509
14510 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14511 All references simplified.
14512 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14513 (zmacs-regions): Add defvar.
14514 (repeat-complex-command-map): Everything about that deleted.
14515
14516 * textmodes/artist.el (artist-key-is-drawing)
14517 (artist-key-endpoint1, artist-key-poly-point-list)
14518 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14519 (artist-key-compl-table, artist-rb-save-data)
14520 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14521 Don't put them in eval-when-compile.
14522 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14523
14524 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14525 Use with-no-warnings.
14526
14527 * net/browse-url.el (dos-windows-version): Add defvar.
14528
14529 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14530
14531 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14532 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14533 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14534 Add defvar.
14535 (rmail-summary-beginning-of-message): Use with-no-warnings.
14536 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14537
14538 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14539 Use with-no-warnings.
14540
14541 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14542 (c-mark-function): Add point-moving-unit property.
14543 (vi-goto-line): Use with-no-warnings.
14544
14545 * emulation/edt.el (edt-last-copied-word): Add defvar.
14546 (zmacs-region-stays): Likewise.
14547 (edt-mark-section-wisely): Use c-mark-function for C.
14548 Use makr-defun for Fortran.
14549 (time-string): defvar deleted.
14550 (edt-display-the-time): Don't set time-string.
14551
14552 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14553
14554 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14555 Don't warn when name is not constant
14556 or for defining the group `emacs'.
14557
14558 * tooltip.el (gud-tooltip-mode): Add defvar.
14559
14560 * startup.el (default-frame-background-mode): Add defvar.
14561
14562 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14563
14564 * info.el (tool-bar-map): Add defvar.
14565
14566 * dired.el (dnd-protocol-alist): Add defvar.
14567
14568 * dired-aux.el (dired-query): Display question with answer, when
14569 the user answers.
14570
14571 * custom.el (custom-add-option): Doc fix.
14572
14573 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14574
14575 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14576
14577 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14578 bogus name from the last change.
14579
14580 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14581
14582 * custom.el (custom-declare-variable): Fix typos in comment.
14583 (custom-known-themes): Doc fix.
14584 (custom-theme-directory): New defcustom.
14585 (require-theme): Make it check `custom-theme-directory'.
14586
14587 * cus-theme.el (custom-new-theme-mode): New function.
14588 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14589 (custom-theme-description): Add compiler defvars.
14590 (customize-create-theme): Add doc to the "*New Custom Theme*"
14591 buffer. Use `custom-new-theme-mode'.
14592 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14593 and save it to the `custom-theme-directory'. Make this the
14594 default directory of the buffer.
14595
14596 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14597
14598 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14599 Fix unbalanced parentheses.
14600
14601 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14602
14603 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14604 into flymake-mode and delegate to flymake-mode.
14605
14606 * find-file.el (ff-which-function-are-we-in): Clean up.
14607
14608 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14609
14610 * replace.el (occur-rename-buffer): Fix docstring.
14611
14612 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14613 (edt-last-copied-word, edt-learn-macro-count)
14614 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14615 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14616 (time-string, zmacs-region-stays):
14617 * emulation/edt-mapper.el (edt-save-function-key-map)
14618 (EDT-key-name): `defvar' to silence the byte-compiler.
14619
14620 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
14621
14622 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14623 font-lock-regexp-backslash. Doc fix.
14624 (font-lock-regexp-backslash-grouping-construct): Rename from
14625 font-lock-regexp-backslash-construct. Doc fix.
14626 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14627 grouping constructs.
14628
14629 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14630
14631 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14632 updating all the prerequisites.
14633
14634 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14635
14636 * textmodes/org.el (org-agenda-start-on-weekday)
14637 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14638 (org-agenda-use-time-grid, org-archive-location)
14639 (org-allow-space-in-links, org-usenet-links-prefer-google)
14640 (org-enable-table-editor, org-export-default-language)
14641 (org-export-html-show-new-buffer, org-fill-paragraph)
14642 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14643 (org-goto-quit, org-occur, org-eval-in-calendar)
14644 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14645 (org-agenda-diary-entry, org-remember-help)
14646 (org-table-convert-region, org-at-table-p)
14647 (org-table-move-row-down, org-table-move-row-up)
14648 (org-table-copy-region, org-table-toggle-vline-visibility)
14649 (org-table-get-stored-formulas, org-table-get-specials)
14650 (org-recalc-commands, org-table-eval-formula)
14651 (org-table-formula-substitute-names, orgtbl-make-binding)
14652 (org-format-org-table-html, org-format-table-table-html)
14653 (org-format-table-table-html-using-table-generate-source)
14654 (org-customize): Fix typos in docstrings.
14655 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14656 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14657 (org-back-to-heading): Doc fixes.
14658 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14659 (org-agenda-change-all-lines, org-get-header):
14660 Improve argument/docstring consistency.
14661 (orgtbl-error): Fix error message.
14662
14663 * progmodes/flymake.el (flymake-find-possible-master-files)
14664 (flymake-master-file-compare, flymake-get-line-err-count)
14665 (flymake-highlight-line, flymake-gui-warnings-enabled):
14666 Fix typos in docstrings.
14667 (flymake-parse-line, flymake-get-project-include-dirs-function)
14668 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14669 Doc fixes.
14670 (flymake-get-project-include-dirs-function)
14671 (flymake-make-err-menu-data):
14672 Improve argument/docstring consistency.
14673
14674 2005-07-01 Lute Kamstra <lute@gnu.org>
14675
14676 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14677 Catch errors with ignore-errors. Use temporary buffer.
14678 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14679
14680 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14681 background color faces.
14682 (facemenu-set-foreground, facemenu-set-background):
14683 Use facemenu-set-face-from-menu.
14684 (facemenu-set-face-from-menu): Treat face names that start with
14685 "fg:" or "bg:" as special.
14686 (facemenu-add-new-color): Don't create faces. Simplify.
14687
14688 2005-06-30 Richard M. Stallman <rms@gnu.org>
14689
14690 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14691 (crm-find-current-element): Likewise.
14692
14693 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14694
14695 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14696
14697 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14698
14699 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14700 (archive-mouse-extract): Make it an obsolete alias.
14701 (archive-mode-map): Don't use archive-mouse-extract any more.
14702 (archive-mode, archive-extract): write-contents-hooks ->
14703 write-contents-functions.
14704 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14705 first arg.
14706 (archive-rename-entry): Update the call.
14707 (archive-zip-summarize): Remove unused var `method'.
14708 (archive-lzh-summarize): Remove unused var `creator'.
14709
14710 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14711 dedicated frame upon exit.
14712
14713 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14714 (archive-zip-extract, archive-zip-expunge)
14715 (archive-zip-update, archive-zip-update-case): Use executable-find.
14716 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14717 Use restore-buffer-modified-p.
14718 (archive-extract, archive-add-new-member, archive-write-file-member):
14719 Use with-current-buffer.
14720 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14721
14722 2005-06-30 Andreas Schwab <schwab@suse.de>
14723
14724 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14725
14726 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14727
14728 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14729
14730 2005-06-30 Juri Linkov <juri@jurta.org>
14731
14732 * faces.el (vertical-border): Inherit from mode-line-inactive
14733 only on tty.
14734
14735 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14736
14737 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14738 example, -NLINES in the `occur' docstring).
14739
14740 * replace.el (occur-1): When no matches are found, do not set the
14741 `buffer-read-only' and modified flags for the occur buffer,
14742 because it is deleted.
14743
14744 * emulation/cua-base.el (cua-check-pending-input)
14745 (cua-repeat-replace-region, cua-mode, cua-debug)
14746 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14747 Fix typos in docstrings.
14748
14749 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14750 (cua-cut-region-to-global-mark)
14751 (cua--cut-rectangle-to-global-mark):
14752 Remove period from end of messages.
14753
14754 * emulation/cua-rect.el (cua-do-rectangle-padding):
14755 Remove period from end of messages.
14756 (cua--rectangle-seq-format): Fix typo in docstring.
14757 (cua-sequence-rectangle, cua-fill-char-rectangle):
14758 Improve argument/docstring consistency.
14759
14760 2005-06-29 Juri Linkov <juri@jurta.org>
14761
14762 * faces.el (default-frame-background-mode): New internal variable.
14763 (frame-set-background-mode): Use it.
14764
14765 * startup.el (normal-top-level): Set default-frame-background-mode
14766 instead of frame-background-mode. Before setting it, test for its
14767 nil value. Remove tests for frame-background-mode and frame
14768 parameter `reverse'. Add test for "unspecified-fg".
14769
14770 * term/xterm.el (xterm-rxvt-set-background-mode):
14771 * term/rxvt.el (rxvt-set-background-mode):
14772 Set default-frame-background-mode instead of frame-background-mode.
14773
14774 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14775
14776 * simple.el (set-variable): Warn about obsolete user variables.
14777
14778 * imenu.el (imenu--completion-buffer):
14779 * mouse.el (mouse-buffer-menu-alist):
14780 * msb.el (msb-invisible-buffer-p):
14781 * calendar/diary-lib.el (diary-header-line-format):
14782 * emacs-lisp/pp.el (pp-buffer):
14783 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14784 * textmodes/picture.el (picture-replace-match):
14785 Change space constants followed by a sexp to "?\s ".
14786
14787 * play/decipher.el (decipher-loop-with-breaks):
14788 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14789 constants "protected" from end of line by a comment to "?\s".
14790
14791 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14792
14793 * font-lock.el (save-buffer-state): Use `declare'.
14794
14795 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14796 reset the syntax-table to cperl-mode-syntax-table.
14797 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14798 "foo_print_bar" is not matched as a reserved keyword.
14799
14800 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14801
14802 * textmodes/org.el (orgtbl-setup): New function, for delayed
14803 setup for the orgtbl commands.
14804 (org-calc-default-modes): New option.
14805 (orgtbl-make-binding): Use `defun' to get better help display.
14806 (org-diary): Call `org-compile-prefix-format'.
14807 (org-table-formula-substitute-names): New function.
14808 (org-agenda-day-view, org-agenda-week-view): New commands.
14809 (org-agenda-toggle-week-view): Command removed.
14810 (org-tbl-menu): Split off from org-org-menu.
14811 (org-mode): Move removal of outline-mode menus to here.
14812 (org-table-formula-debug): New option.
14813 (org-table-insert-row): Keep first field if just "#" or "*".
14814 (org-mode): Paragraph regexps fixed.
14815 (org-table-recalculate-regexp): New constant.
14816 (org-table-justify-field-maybe): Avoid replace if not necessary.
14817 (org-copy-special, org-cut-special): Use `call-interactively'.
14818 (org-table-copy-region): Take region from `interactive' call.
14819 (org-trim): Return string even if no match.
14820 (org-formula): New face.
14821 (org-set-font-lock-defaults): No longer highlight "FIXME".
14822 But highlight formula-related fields in table.
14823 (org-table-p): Use regexp, not fontification.
14824 (org-table-align): Handle white space at end of line.
14825 (org-table-formula-evaluate-inline): New option.
14826 (org-mode): Auto-wrapping in comment lines turned off.
14827 (org-table-copy-down): Evaluate only in copied field, not in
14828 destination.
14829 (org-table-current-formula): Variable removed.
14830 (org-table-store-formulas, org-table-get-stored-formulas)
14831 (org-table-modify-formulas, org-table-replace-in-formulas)
14832 (org-table-maybe-eval-formula): New functions.
14833 (org-table-get-formula): Modify to use stored formulas.
14834 (org-table-insert-column, org-table-delete-column)
14835 (org-table-move-column): Call `org-table-modify-formulas'.
14836 (org-complete): Add completion for keyword formulas.
14837 (orgtbl-mode): Pull orgtbl-mode-map to start of
14838 minor-mode-map-alist.
14839
14840 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14841
14842 * progmodes/python.el (python-check): Require `compile' before
14843 modifying its variables.
14844
14845 * newcomment.el (comment-indent-default): Don't get fooled by an early
14846 end of buffer.
14847
14848 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14849
14850 * ps-print.el (ps-print-version): Fix version number.
14851
14852 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14853
14854 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14855
14856 2005-06-28 Richard M. Stallman <rms@gnu.org>
14857
14858 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14859 (flyspell-local-mouse-map): Declaration deleted.
14860 (flyspell-mouse-map): Bind only mouse-2.
14861 (flyspell-mode-map): Don't test flyspell-use-local-map.
14862 (flyspell-overlay-keymap-property-name): Var deleted.
14863 (flyspell-mode-on): Don't make local bindings for
14864 flyspell-mouse-map and flyspell-mode-map.
14865 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14866
14867 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14868
14869 * progmodes/compile.el (compilation-next-error-function):
14870 Don't switch buffers; operate on the current buffer.
14871
14872 * progmodes/compile.el (compilation-error-file-name)
14873 (compilation-warning-file-name, compilation-info-file-name)
14874 (compilation-line-number, compilation-column-number): New faces.
14875 (compilation-error-face, compilation-warning-face)
14876 (compilation-info-face, compilation-line-face)
14877 (compilation-column-face): Use them.
14878
14879 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14880
14881 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14882
14883 * bindings.el (global-map): Bind insertchar and its variants.
14884
14885 2005-06-27 Richard M. Stallman <rms@gnu.org>
14886
14887 * textmodes/artist.el (artist-text-overwrite)
14888 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14889
14890 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14891
14892 * ps-print.el: It was not working the page selection for printing.
14893 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14894 (ps-print-version): New version 6.6.7.
14895 (ps-end-sheet): New fun.
14896 (ps-header-sheet, ps-end-job): Call it.
14897
14898 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
14899
14900 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14901
14902 2005-06-27 Lute Kamstra <lute@gnu.org>
14903
14904 * facemenu.el (facemenu-unlisted-faces): Add foreground and
14905 background color faces.
14906 (facemenu-get-face): Delete function.
14907 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14908 (facemenu-add-new-color): Make second argument mandatory.
14909 Create the appropriate face and return it. Simplify.
14910 (facemenu-set-foreground, facemenu-set-background): Don't check if
14911 color is defined. Use return value of facemenu-add-new-color.
14912
14913 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
14914
14915 * progmodes/gud.el (gud-filter): Add missing argument to
14916 with-selected-window.
14917
14918 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14919
14920 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14921 a :require to the defcustom.
14922
14923 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14924 defcustoms corresponding to minor modes.
14925
14926 2005-06-26 David Ponce <david@dponce.com>
14927
14928 * recentf.el: Require tree-widget instead of wid-edit.
14929 (recentf-filename-handler): Fix widget :type.
14930 (recentf-cancel-dialog, recentf-open-more-files)
14931 (recentf-open-files-action): Doc fix.
14932 (recentf-dialog-goto-first): New function.
14933 (recentf-dialog-mode-map): Set parent keymap first.
14934 (recentf-dialog-mode): Define with define-derived-mode.
14935 Don't display continuation lines in dialogs.
14936 (recentf-edit-list): Rename from recentf-edit-selected-items.
14937 (recentf-edit-list-select): Rename from recentf-edit-list-action.
14938 Simplify.
14939 (recentf-edit-list-validate): New function.
14940 (recentf-edit-list): Update accordingly.
14941 (recentf-open-files-item-shift): Remove.
14942 (recentf-open-files-item): Convert menu elements into tree and
14943 link widgets. Don't create the widgets.
14944 (recentf-open-files): Update accordingly.
14945 (recentf-save-list): Untabify.
14946
14947 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
14948
14949 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14950 (keep-lines): Add INTERACTIVE arg. Never delete lines only
14951 partially contained in the active region. Do not take active
14952 region into account when called from Lisp, unless INTERACTIVE arg
14953 is non-nil. Use `forward-line' instead of `beginning-of-line' to
14954 avoid trouble with fields. Make marker point nowhere when no
14955 longer used. Always return nil. Doc fix.
14956 (flush-lines): Add INTERACTIVE arg. Do not take active region
14957 into account when called from Lisp, unless INTERACTIVE arg is
14958 non-nil. Use `forward-line' instead of `beginning-of-line' to
14959 avoid trouble with fields. Make marker point nowhere when no
14960 longer used. Always return nil. Doc fix.
14961 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
14962 interchangeable. Do not take active region into account when
14963 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
14964 message in echo area when called from Lisp, unless INTERACTIVE arg
14965 is non-nil. Avoid saying "1 occurrences". Do not use markers.
14966 Return the number of matches. Doc fix.
14967 (occur): Doc fix.
14968 (perform-replace): Make comment follow double space convention for
14969 the sake of `outline-minor-mode'.
14970
14971 * faces.el (facep): Doc fix.
14972
14973 2005-06-25 Richard M. Stallman <rms@gnu.org>
14974
14975 * facemenu.el (facemenu-enable-faces-p): New function.
14976 (facemenu-background-menu, facemenu-foreground-menu)
14977 (facemenu-face-menu): Add menu-enable property.
14978
14979 * jka-compr.el (jka-compr-insert-file-contents):
14980 Special handling if cannot find the uncompression program.
14981
14982 * cus-face.el (custom-face-attributes): Add autoload.
14983
14984 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14985 Bind comment-indent-function locally.
14986
14987 * window.el (save-selected-window): Use save-current-buffer.
14988
14989 * subr.el (with-selected-window): Use save-current-buffer.
14990
14991 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14992 and with-current-buffer.
14993
14994 2005-06-24 Richard M. Stallman <rms@gnu.org>
14995
14996 * simple.el (line-move-1): Fix previous change.
14997
14998 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
14999
15000 * replace.el (occur-1): Set `buffer-read-only' and the
15001 buffer-modified flag before running `occur-hook' to protect
15002 against unintentional buffer switches that can lead to data loss.
15003
15004 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
15005
15006 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
15007 (gud-gdb-marker-filter): Use font-lock-warning-face for any
15008 initial error.
15009
15010 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
15011 after fresh input.
15012 (gdb-var-create-handler): Put name of expression in quotes.
15013
15014 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
15015
15016 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
15017 elements of RING in order, and without bogus nil elements.
15018
15019 2005-06-23 Richard M. Stallman <rms@gnu.org>
15020
15021 * simple.el (set-variable): Args renamed; doc fix.
15022 (line-move-1): When there are overlays around, use vertical-motion.
15023
15024 * faces.el (escape-glyph): Use brown against light background.
15025 (nobreak-space): Rename from no-break-space.
15026 Fix previous change.
15027
15028 * dired-aux.el (dired-do-copy): Fix arg prompt.
15029
15030 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
15031
15032 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
15033
15034 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
15035 rather than "Distributor".
15036
15037 2005-06-23 Lute Kamstra <lute@gnu.org>
15038
15039 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
15040 (debug-on-entry): Use it. New interactive declaration that uses
15041 function-called-at-point.
15042
15043 2005-06-23 Kim F. Storm <storm@cua.dk>
15044
15045 * subr.el (save-match-data): Add comment about using evaporate arg
15046 to set-match-data.
15047
15048 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
15049
15050 * cus-edit.el (customize-face)
15051 (customize-face-other-window): Handle face aliases.
15052
15053 * faces.el (face-documentation, set-face-attribute)
15054 (face-spec-set): Handle face aliases.
15055
15056 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
15057
15058 * help-mode.el (help-make-xrefs): If a symbol representing a face
15059 name is not followed by the word "face", it could still be a
15060 function or variable name, so don't bypass other checks.
15061
15062 2005-06-22 Juri Linkov <juri@jurta.org>
15063
15064 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
15065 Replace aliased functions with calls where second arg `inherit' is t.
15066
15067 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
15068
15069 * progmodes/gdb-ui.el (gdb-error): New variable.
15070 (gdb-error): New function.
15071 (gdb-annotation-rules): Act on error-begin and error annotations.
15072 (gdb-concat-output): Use font-lock-warning-face for errors.
15073
15074 2005-06-22 Miles Bader <miles@gnu.org>
15075
15076 * bindings.el (propertized-buffer-identification): Use renamed
15077 `Buffer-menu-buffer' face.
15078
15079 * faces.el (vertical-border): Rename from `vertical-divider'.
15080 (escape-glyph): Change dark-background color back to `cyan'.
15081
15082 2005-06-21 Juri Linkov <juri@jurta.org>
15083
15084 * faces.el (face-user-default-spec): Try getting `customized-face'
15085 prior to `saved-face'.
15086 (frame-background-mode): Refill docstring.
15087
15088 * emacs-lisp/lisp-mode.el (eval-defun-1):
15089 * emacs-lisp/edebug.el (edebug-eval-defun):
15090 Set `saved-face' temporarily to nil before calling form.
15091 Set `customized-face' to the new spec after that.
15092
15093 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15094
15095 * subr.el (1value, lambda, key-substitution-in-progress):
15096 Doc fixes.
15097
15098 * autoinsert.el (auto-insert-alist):
15099 * ses.el (ses-call-printer):
15100 * subr.el (noreturn):
15101 * emacs-lisp/lisp.el (check-parens):
15102 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
15103 * net/browse-url.el (browse-url-mosaic):
15104 * progmodes/cc-defs.el (c-safe-scan-lists):
15105 * progmodes/ebnf-abn.el (ebnf-abn-lex):
15106 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
15107 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
15108 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
15109 * progmodes/ebnf-iso.el (ebnf-iso-lex):
15110 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
15111
15112 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
15113
15114 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
15115
15116 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
15117
15118 * calendar/appt.el (appt-make-list): Activate the package, if
15119 not already active (for backwards compatibility).
15120
15121 2005-06-20 Kim F. Storm <storm@cua.dk>
15122
15123 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
15124
15125 2005-06-20 Miles Bader <miles@gnu.org>
15126
15127 * faces.el (vertical-divider): New face.
15128
15129 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
15130
15131 * simple.el (kill-whole-line): Doc fix.
15132 (next-error-buffer-p, next-error-find-buffer)
15133 (clone-indirect-buffer): Fix typos in docstrings.
15134 (comment-line-break-function): Doc fix: don't say variable
15135 is automatically buffer-local (it isn't).
15136
15137 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
15138
15139 * net/tramp-ftp.el (top):
15140 * net/tramp-smb.el (top):
15141 * net/tramp-util.el (top):
15142 * net/tramp-uu.el (top):
15143 * net/tramp-vc.el (top):
15144 * net/tramp.el (top): Revert copyright years back to original
15145 ones. Tramp has a life outside GNU Emacs.
15146
15147 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
15148
15149 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
15150
15151 2005-06-18 Juri Linkov <juri@jurta.org>
15152
15153 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
15154 end of first regexp to limit the match to the position between
15155 line number and source line with same separator character as used
15156 between file name and line number. In the second regexp limit
15157 mouse-face area to file name and line number by adding new group
15158 for them and referring it in HYPERLINK arg.
15159 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
15160 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
15161 previous line where grep markers may be already removed.
15162
15163 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
15164
15165 * progmodes/ps-mode.el: Update version and maintainer's email address.
15166
15167 2005-06-18 Steve Youngs <steve@xemacs.org>
15168
15169 * net/browse-url.el (browse-url-browser-function)
15170 (browse-url-default-browser): Add firefox.
15171 (browse-url-firefox-program, browse-url-firefox-arguments)
15172 (browse-url-firefox-startup-arguments)
15173 (browse-url-firefox-new-window-is-tab): New defcustoms.
15174 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
15175
15176 2005-06-17 Richard M. Stallman <rms@gnu.org>
15177
15178 * startup.el (command-line): Warn if specified user name has
15179 no home directory.
15180
15181 * term.el (term-get-old-input, term-input-filter, term-input-sender)
15182 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
15183
15184 * longlines.el (longlines-mode, longlines-show-hard-newlines):
15185 Doc fixes.
15186
15187 * faces.el (underline): Try bold if terminal doesn't support underline.
15188
15189 * mail/sendmail.el (mail-setup-with-from): New variable.
15190 (mail-insert-from-field): New function.
15191 (sendmail-send-it): Call it.
15192 (mail-setup): Optionally call it here.
15193
15194 * term/linux.el: Call tty-no-underline.
15195
15196 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
15197
15198 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
15199
15200 2005-06-17 Miles Bader <miles@gnu.org>
15201
15202 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
15203 (ediff-current-diff-C, ediff-current-diff-Ancestor)
15204 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
15205 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
15206 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
15207 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
15208 Remove "-face" suffix from face names.
15209 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15210 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15211 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15212 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15213 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15214 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15215 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15216 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15217 New backward-compatibility aliases for renamed faces.
15218 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15219 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15220 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15221 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15222 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15223 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15224 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15225 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15226 Use renamed ediff faces.
15227
15228 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
15229 Remove "-face" suffix from face names.
15230 (eshell-test-ok-face, eshell-test-failed-face):
15231 New backward-compatibility aliases for renamed faces.
15232 (eshell-run-test): Use renamed eshell-test faces.
15233
15234 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
15235 face name.
15236 (eshell-prompt-face): New backward-compatibility alias for renamed
15237 face.
15238 (eshell-emit-prompt): Use renamed eshell-prompt face.
15239
15240 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15241 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15242 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15243 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15244 Remove "-face" suffix from face names.
15245 (eshell-ls-directory-face, eshell-ls-symlink-face)
15246 (eshell-ls-executable-face, eshell-ls-readonly-face)
15247 (eshell-ls-unreadable-face, eshell-ls-special-face)
15248 (eshell-ls-missing-face, eshell-ls-archive-face)
15249 (eshell-ls-backup-face, eshell-ls-product-face)
15250 (eshell-ls-clutter-face):
15251 New backward-compatibility aliases for renamed faces.
15252 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15253
15254 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15255 Remove "-face" suffix from face name.
15256 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15257 instead of literal face.
15258
15259 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
15260
15261 * emacs-lisp/warnings.el (display-warning, lwarn)
15262 (warning-minimum-log-level): Doc fixes.
15263 (warning-minimum-level, warning-minimum-log-level):
15264 Add :debug to :type choices.
15265
15266 * progmodes/ada-mode.el (ada-format-paramlist)
15267 (ada-get-indent-case, ada-check-matching-start)
15268 (ada-check-defun-name, ada-goto-matching-decl-start)
15269 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15270 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15271 (ada-make-subprogram-body): Follow error conventions.
15272 (ada-case-exception-file, ada-indent-comment-as-code)
15273 (ada-indent-handle-comment-special, ada-indent-renames)
15274 (ada-indent-return, ada-search-directories-internal)
15275 (ada-tab-policy, ada-case-exception-substring)
15276 (ada-other-file-alist, ada-matching-start-re)
15277 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15278 (ada-imenu-generic-expression, ada-compile-goto-error)
15279 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15280 (ada-popup-menu, ada-add-extensions, ada-mode)
15281 (ada-region-selected, ada-create-case-exception)
15282 (ada-create-case-exception-substring, ada-after-keyword-p)
15283 (ada-activate-keys-for-case, ada-adjust-case-region)
15284 (ada-adjust-case-buffer, ada-format-paramlist)
15285 (ada-scan-paramlist, ada-insert-paramlist)
15286 (ada-indent-newline-indent)
15287 (ada-indent-newline-indent-conditional)
15288 (ada-justified-indent-current, ada-goto-previous-word)
15289 (ada-indent-current, ada-get-indent-open-paren)
15290 (ada-get-indent-paramlist, ada-get-indent-end)
15291 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15292 (ada-get-indent-block-start, ada-get-indent-subprog)
15293 (ada-get-indent-noindent, ada-get-indent-label)
15294 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15295 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15296 (ada-goto-stmt-end, ada-goto-next-word)
15297 (ada-check-matching-start, ada-check-defun-name)
15298 (ada-goto-matching-decl-start, ada-goto-matching-start)
15299 (ada-goto-matching-end, ada-search-ignore-string-comment)
15300 (ada-in-decl-p, ada-looking-at-semi-or)
15301 (ada-looking-at-semi-private, ada-in-paramlist-p)
15302 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15303 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15304 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15305 (ada-previous-package, ada-create-menu)
15306 (ada-fill-comment-paragraph-justify)
15307 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15308 (ada-other-file-name, ada-last-which-function-line)
15309 (ada-last-which-function-subprog, ada-which-function)
15310 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15311 (ada-gen-treat-proc, ada-check-emacs-version)
15312 (ada-continuation-indent, ada-align-region-separate):
15313 Fix typos in docstrings.
15314 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15315
15316 2005-06-16 Lute Kamstra <lute@gnu.org>
15317
15318 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15319 conditionally.
15320
15321 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15322
15323 * comint.el (comint-replace-by-expanded-filename)
15324 (comint-prompt-regexp, comint-delimiter-argument-list)
15325 (comint-preinput-scroll-to-bottom):
15326 * info.el (Info-hide-cookies-node):
15327 * ls-lisp.el (ls-lisp-classify):
15328 * find-file.el (ff-search-directories, ff-special-constructs)
15329 (ff-find-other-file):
15330 * font-lock.el (font-lock-keywords):
15331 * shell.el (shell-prompt-pattern)
15332 (shell-dynamic-complete-functions, shell-mode)
15333 (shell-delimiter-argument-list):
15334 * term.el (term-replace-by-expanded-filename)
15335 (term-prompt-regexp, term-delimiter-argument-list):
15336 * woman.el (woman-ignore, woman0-if):
15337 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15338 * emacs-lisp/elint.el (elint-init-env):
15339 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15340 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15341 * language/ethio-util.el (ethio-tilde-escape)
15342 (ethio-use-three-dot-question):
15343 * net/zone-mode.el (zone-mode-load-time-setup):
15344 * progmodes/cc-align.el (c-lineup-argcont):
15345 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15346 * progmodes/cperl-mode.el (cperl-set-style-back):
15347 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15348 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15349 Fix spellings in docstrings.
15350
15351 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15352 * progmodes/modula2.el (m2-for): Fix spellings.
15353
15354 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15355
15356 * simple.el (undo-more): Don't use `format' on `error' arguments.
15357 Improve argument/docstring consistency.
15358 (pending-undo-list): Doc fix.
15359
15360 * smerge-mode.el (smerge-ensure-match):
15361 * emulation/vip.el (vip-ex):
15362 * net/zone-mode.el (zone-mode-update-serial):
15363 * progmodes/idlwave.el (idlwave-complete):
15364 * progmodes/vhdl-mode.el (vhdl-visit-file)
15365 (vhdl-compose-wire-components):
15366 Don't use `format' on `error' arguments.
15367
15368 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15369 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15370 (tooltip-help-tips): Fix typos in docstrings.
15371
15372 2005-06-16 David Ponce <david@dponce.com>
15373
15374 * tree-widget.el (tree-widget-value-create): Simplify last change.
15375
15376 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15377
15378 * ido.el (ido-incomplete-regexp): New variable.
15379 (ido-set-matches-1): Handle invalid-regexp error and set
15380 ido-incomplete-regexp.
15381 (ido-incomplete-regexp): New face.
15382 (ido-completions): Use it.
15383 (ido-complete, ido-exit-minibuffer, ido-completions):
15384 Handle incomplete regexps.
15385 (ido-completions): Add check for complete match when entering a regexp.
15386
15387 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15388
15389 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15390
15391 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15392
15393 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15394 by field delimiters.
15395
15396 2005-06-15 David Ponce <david@dponce.com>
15397
15398 * tree-widget.el: eval-and-compile inlined functions so they will
15399 be available at run-time too.
15400 (tree-widget-super-format-handler)
15401 (tree-widget-format-handler): Remove.
15402 (tree-widget-value-create): Handle the :indent property.
15403
15404 2005-06-15 Miles Bader <miles@gnu.org>
15405
15406 * progmodes/which-func.el (which-func): Only inherit
15407 `font-lock-function-name-face' when that makes sense against the
15408 default mode-line face, otherwise set the face color explicitly.
15409
15410 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15411 faces instead of (non-existent) variables.
15412
15413 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15414
15415 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15416 (iswitchb-get-matched-buffers): Likewise. Simplify.
15417
15418 2005-06-14 Miles Bader <miles@gnu.org>
15419
15420 * progmodes/ld-script.el (ld-script-location-counter):
15421 Remove "-face" suffix from face name.
15422 (ld-script-location-counter-face):
15423 New backward-compatibility alias for renamed face.
15424 (ld-script-location-counter-face): Use renamed face.
15425
15426 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15427 (cperl-hash): Remove "-face" suffix from face names.
15428 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15429 New backward-compatibility aliases for renamed faces.
15430 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15431 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15432
15433 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15434 name.
15435 (which-func-face): New backward-compatibility alias for renamed face.
15436 (which-func-format): Use renamed which-func face.
15437
15438 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15439 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15440 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15441 names.
15442 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15443 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15444 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15445 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15446 (vhdl-speedbar-architecture-selected)
15447 (vhdl-speedbar-configuration-selected)
15448 (vhdl-speedbar-package-selected)
15449 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15450 names.
15451 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15452 Use renamed faces.
15453 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15454 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15455 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15456 Use renamed faces.
15457 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15458 names.
15459 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15460 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15461 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15462 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15463 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15464 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15465
15466 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15467 face name.
15468 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15469 (sh-heredoc-face): Use renamed sh-heredoc face.
15470
15471 * progmodes/idlw-help.el (idlwave-help-link):
15472 Remove "-face" suffix from face name.
15473 (idlwave-help-link-face):
15474 New backward-compatibility alias for renamed face.
15475 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15476
15477 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15478 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15479 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15480 New backward-compatibility aliases for renamed faces.
15481 (idlwave-shell-disabled-breakpoint-face)
15482 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15483
15484 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15485 Remove "-face" suffix from face names.
15486 (flymake-errline-face, flymake-warnline-face):
15487 New backward-compatibility aliases for renamed faces.
15488 (flymake-highlight-line): Use renamed flymake faces.
15489
15490 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15491 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15492 (ebrowse-member-class, ebrowse-progress):
15493 Remove "-face" suffix from face names.
15494 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15495 (ebrowse-file-name-face, ebrowse-default-face)
15496 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15497 (ebrowse-progress-face):
15498 New backward-compatibility aliases for renamed faces.
15499 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15500 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15501 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15502 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15503
15504 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15505 antlr-syntax)
15506 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15507 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15508 names.
15509 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15510 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15511 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15512 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15513 backward-compatibility aliases for renamed faces.
15514 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15515 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15516 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15517 remove "font-lock-". Use renamed antlr-mode faces.
15518 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15519 literal face-names with face variable references.
15520
15521 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15522 face name.
15523 (Buffer-menu-buffer-face): New backward-compatibility alias for
15524 renamed face.
15525 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15526
15527 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15528
15529 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15530 Eliminate "-face" suffix.
15531 (makefile-targets): Inherit from font-lock-function-name-face and
15532 eliminate "-face" suffix.
15533 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15534 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15535 actions, instead of prepending, to make it less visible.
15536 (makefile-previous-dependency, makefile-match-dependency):
15537 Don't match a target on a continuation line.
15538
15539 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15540
15541 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15542
15543 * progmodes/gdb-ui.el (menu): Re-order menu items.
15544 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15545
15546 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15547 Define in tooltip.el.
15548 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15549 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15550 gud-tooltip-echo-area.
15551
15552 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15553 backward compatibility and make obsolete.
15554 (tooltip-help-tips): Use tooltip-use-echo-area.
15555 (tooltip-show-help-function): Rename to...
15556 (tooltip-show-help): ...this, because it is a function.
15557 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15558
15559 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15560
15561 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15562 (edebug-print-length, edebug-print-level, edebug-print-circle)
15563 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15564 (edebug-eval-print-last-sexp): Doc fixes.
15565
15566 2005-06-14 Kim F. Storm <storm@cua.dk>
15567
15568 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15569 as the coverage buffer/file/both may change.
15570
15571 2005-06-14 Lute Kamstra <lute@gnu.org>
15572
15573 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15574 and run-mode-hooks. Simplify.
15575
15576 * mail/rmailedit.el (rmail-edit-mode):
15577 * progmodes/octave-inf.el (inferior-octave-mode):
15578 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15579
15580 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15581 and run-mode-hooks.
15582 (recentf-edit-list, recentf-open-files): Don't call
15583 kill-all-local-variables directly.
15584
15585 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15586
15587 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15588
15589 * emacs-lisp/byte-run.el (make-obsolete)
15590 (define-obsolete-function-alias): Rename arguments FUNCTION and
15591 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15592 (make-obsolete-variable, define-obsolete-variable-alias):
15593 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15594 respectively.
15595
15596 * isearchb.el (isearchb-activate):
15597 * pcvs.el (cvs-mode):
15598 * ses.el (ses-load):
15599 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15600 * net/tramp.el (tramp-find-file-exists-command)
15601 (tramp-find-shell):
15602 * progmodes/ada-mode.el (ada-create-case-exception)
15603 (ada-create-case-exception-substring, ada-make-subprogram-body):
15604 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15605 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15606 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15607 * textmodes/org.el (org-promote, org-evaluate-time-range)
15608 (org-agenda-next-date-line, org-agenda-previous-date-line)
15609 (org-agenda-error, org-open-at-point, org-table-move-row)
15610 (org-format-table-table-html-using-table-generate-source)
15611 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15612 * textmodes/reftex.el (reftex-access-scan-info):
15613 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15614 (reftex-toc-promote-prepare): Follow error conventions.
15615
15616 * diff-mode.el (diff-mode): Fix typo in docstring.
15617
15618 * forms.el (forms--intuit-from-file): Fix reference to
15619 `forms-number-of-fields' in error message.
15620 (forms-print): Fix quoting in error message.
15621
15622 * forms.el (forms-mode):
15623 * emulation/vi.el (vi-goto-insert-state):
15624 * progmodes/flymake.el (flymake-new-err-info)
15625 (flymake-start-syntax-check-for-current-buffer)
15626 (flymake-simple-cleanup):
15627 * eshell/esh-var.el (eshell/export):
15628 * progmodes/gud.el (xdb):
15629 * textmodes/flyspell.el (flyspell-incorrect-hook)
15630 (flyspell-maybe-correct-transposition)
15631 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15632
15633 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15634
15635 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15636 minibuffer prompt.
15637
15638 2005-06-13 Kim F. Storm <storm@cua.dk>
15639
15640 * subr.el (add-to-ordered-list): New defun.
15641
15642 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15643 add cua--keymap-alist to emulation-mode-map-alists.
15644
15645 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15646
15647 * subr.el (complete-in-turn): New macro.
15648 (dynamic-completion-table, lazy-completion-table): Add debug info.
15649
15650 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15651 in preference to face aliases.
15652
15653 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15654 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15655 Remove unused vars `start' and `firstline'.
15656 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15657 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15658
15659 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15660
15661 * cus-start.el (all): Don't complain about missing GTK-related
15662 variables, unless either `gtk' is boundp or this isn't a
15663 `windows-nt' build.
15664
15665 2005-06-13 Lute Kamstra <lute@gnu.org>
15666
15667 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15668 run-mode-hooks.
15669
15670 * ediff-mult.el (ediff-meta-mode):
15671 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15672
15673 * ledit.el (ledit-mode): Use delay-mode-hooks.
15674
15675 * woman.el (woman-mode-line-format): Delete constant.
15676 (woman-mode-map): Initialize it properly.
15677 (woman-mode): Set mode-class property to special.
15678 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15679 Set major-mode and mode-name. Don't set mode-line-format directly.
15680 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15681
15682 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15683 string argument obsolete.
15684
15685 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15686
15687 * textmodes/org.el (org-CUA-compatible): New option.
15688 (org-disputed-keys): New variable.
15689 (org-key): New function.
15690 (orgtbl-make-binding): Add docstring to the created function.
15691 (org-mode): Set paragraph start/separate regexps.
15692 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15693 (org-archive-location, org-archive-mark-done)
15694 (org-archive-stamp-time): New options.
15695 (org-archive-subtree): New command.
15696 (org-fill-paragraph): New function.
15697 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15698 (org-fake-empty-table-line): Function removed.
15699 (org-format-org-table-html): Do not create empty table lines at
15700 separator lines. Improved table header treatment.
15701 (org-link-format): New option.
15702 (org-make-link): New function.
15703 (org-insert-link, org-store-link): Use org-make-link.
15704 (org-open-file): Quote file name for shell command, to allow
15705 spaces in file names.
15706 (org-link-regexp): Fix bug with mailto link.
15707 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15708 New constants.
15709 (org-export-as-html): Deal with the optional angles around a link.
15710 Better treatment of file: links.
15711 (org-open-at-point): Replace @{ and @} with < and >.
15712 (org-run-mode-hooks): Function removed.
15713 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15714
15715 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15716
15717 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15718 MI command -data-list-register-values.
15719 (gdb-post-prompt): Indent properly.
15720
15721 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15722
15723 * hilit-chg.el (highlight-changes-colors): Rename from
15724 `highlight-changes-colours'.
15725 (highlight-changes-colours): Keep as obsolete alias.
15726 (highlight-changes-face-list): Doc fix.
15727 (hilit-chg-make-list): Use `highlight-changes-colors'.
15728
15729 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15730
15731 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15732 defun-prompt-regexp.
15733
15734 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15735
15736 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15737 and cygwin.
15738
15739 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15740 Don't use an old loaddefs.el, as in Makefile.in.
15741
15742 2005-06-12 Lute Kamstra <lute@gnu.org>
15743
15744 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15745
15746 * man.el (Man-mode-map): Initialize it properly.
15747 (Man-mode): Set mode-class property to special.
15748
15749 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15750
15751 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15752
15753 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15754 A newline is needed in the docstring there.
15755
15756 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15757 Doc fixes.
15758
15759 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15760
15761 * printing.el: Doc fix. The menubar is no more changed when printing
15762 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15763 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15764 (pr-version): New version number (6.8.4).
15765 (pr-menu-bind): New command.
15766 (pr-update-menus): Docstring and code fix.
15767 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15768 Docstring fix.
15769 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15770 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15771
15772 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15773
15774 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15775 "Returns" to "return", document useful return values, etc.
15776
15777 2005-06-11 Alan Mackenzie <acm@muc.de>
15778
15779 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15780 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15781 (adaptive-file-function): Minor amendment to doc-string.
15782
15783 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15784
15785 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15786 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15787 Fix :type--it is `integer', not `string'.
15788
15789 * faces.el (modeline-highlight): Rename from (the erroneous)
15790 `modeline-higilight'.
15791
15792 2005-06-11 Lute Kamstra <lute@gnu.org>
15793
15794 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15795 lisp-interaction-mode-map but make it the parent.
15796 (edebug-eval-mode): Use define-derived-mode.
15797
15798 2005-06-11 Andreas Schwab <schwab@suse.de>
15799
15800 * bindings.el: Add binding of `ESC functionkey' for every
15801 `M-functionkey'.
15802 * hexl.el (hexl-mode-map): Likewise.
15803
15804 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15805
15806 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15807 [msft]: update regexp for newer msft compilers.
15808
15809 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15810
15811 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15812 ATTLIST portions of included DTDs.
15813 (xml-parse-dtd): Eliminate use of inefficient match-data.
15814
15815 2005-06-10 Miles Bader <miles@gnu.org>
15816
15817 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15818 (mpuz-text): Remove "-face" suffix from face names.
15819 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15820 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15821 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15822
15823 * play/gomoku.el (gomoku-O, gomoku-X):
15824 Remove "-face" suffix from face names.
15825 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15826 New backward-compatibility aliases for renamed faces.
15827 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15828
15829 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15830
15831 * thumbs.el: Fixes for changes of 2005-06-09.
15832 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15833 as a directory.
15834 (thumbs-thumbname): Remove directory separator from format string;
15835 `thumbs-thumbsdir' now returns a valid directory name.
15836 (thumbs-temp-dir): New defsubst.
15837 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15838 Use it.
15839
15840 * cus-edit.el (minibuffer):
15841 * files.el (make-backup-file-name-function):
15842 * filesets.el (filesets-external-viewers):
15843 * hilit-chg.el (highlight-changes-colours)
15844 (highlight-changes-face-list, highlight-changes-rotate-faces):
15845 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15846 * kmacro.el (kmacro-call-macro):
15847 * log-edit.el (log-edit-changelog-full-paragraphs):
15848 * mouse.el (mouse-1-click-follows-link):
15849 * skeleton.el (skeleton-autowrap):
15850 * subr.el (insert-for-yank-1):
15851 * tempo.el (tempo-insert-region):
15852 * terminal.el (terminal-emulator):
15853 * time.el (display-time-mail-face):
15854 * vc.el (vc-annotate):
15855 * vcursor.el (vcursor-copy-line):
15856 * woman.el (woman-bold-headings, woman-ignore)
15857 (woman-default-faces, woman-monochrome-faces):
15858 * calendar/todo-mode.el (todo-insert-threshold):
15859 * emulation/pc-select.el (pc-select-selection-keys-only)
15860 (pc-selection-mode):
15861 * emulation/vip.el (vip-find-char-forward):
15862 * emulation/viper-cmd.el (viper-find-char-forward):
15863 * international/mule-cmds.el
15864 (select-safe-coding-system-accept-default-p)
15865 (input-method-exit-on-invalid-key):
15866 * international/mule-diag.el (describe-coding-system):
15867 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15868 * net/browse-url.el (browse-url-xterm-program):
15869 * obsolete/lazy-lock.el (lazy-lock-mode):
15870 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15871 (cperl-mode):
15872 * progmodes/cpp.el (cpp-face-light-name-list)
15873 (cpp-face-dark-name-list):
15874 * progmodes/delphi.el (delphi-newline-always-indents):
15875 Fix spellings in docstrings.
15876
15877 * ido.el (ido-mode, ido-file-extensions-order)
15878 (ido-default-file-method, ido-default-buffer-method)
15879 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15880 (ido-decorations, ido-read-file-name-as-directory-commands)
15881 (ido-read-file-name-non-ido, ido-work-directory-list)
15882 (ido-ignore-item-temp-list, ido-current-directory)
15883 (ido-magic-forward-char, ido-enter-find-file)
15884 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15885 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15886
15887 2005-06-10 Lute Kamstra <lute@gnu.org>
15888
15889 * play/dunnet.el (dun-mode): Use define-derived-mode.
15890 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
15891 obsolete alias.
15892
15893 * play/doctor.el (doctor-mode-map): Remove defvar.
15894 (doctor-mode): Use define-derived-mode.
15895
15896 * mail/mspools.el (mspools-mode):
15897 * net/eudc-hotlist.el (eudc-hotlist-mode):
15898 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15899
15900 2005-06-10 Miles Bader <miles@gnu.org>
15901
15902 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15903 Remove "-face" suffix from face names.
15904 (flyspell-incorrect-face, flyspell-duplicate-face):
15905 New backward-compatibility aliases for renamed faces.
15906 (flyspell-mode-on, make-flyspell-overlay)
15907 (flyspell-highlight-incorrect-region)
15908 (flyspell-highlight-duplicate-region)
15909 (flyspell-display-next-corrections)
15910 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15911
15912 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15913 from face name.
15914 (texinfo-heading-face): New backward-compatibility alias for
15915 renamed face.
15916 (texinfo-heading-face): Use renamed texinfo-heading face.
15917
15918 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15919 suffix from face names.
15920 (tex-math-face, tex-verbatim-face):
15921 New backward-compatibility aliases for renamed faces.
15922 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15923 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15924 literal face name.
15925
15926 * textmodes/table.el (table-cell): Remove "-face" suffix from face
15927 name.
15928 (table-cell-face): New backward-compatibility alias for renamed face.
15929 (table--put-cell-face-property, table--update-cell-face):
15930 Use renamed table-cell face.
15931
15932 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15933 from face name.
15934 (sgml-namespace-face): New backward-compatibility alias for
15935 renamed face.
15936 (sgml-namespace-face): Use renamed sgml-namespace face.
15937
15938 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15939 (org-level-4, org-level-5, org-level-6, org-level-7)
15940 (org-level-8, org-warning, org-headline-done)
15941 (org-deadline-announce, org-scheduled-today)
15942 (org-scheduled-previously, org-link, org-done, org-table)
15943 (org-time-grid): Remove "-face" suffix from face names.
15944 (org-level-1-face, org-level-2-face, org-level-3-face)
15945 (org-level-4-face, org-level-5-face, org-level-6-face)
15946 (org-level-7-face, org-level-8-face, org-warning-face)
15947 (org-headline-done-face, org-deadline-announce-face)
15948 (org-scheduled-today-face, org-scheduled-previously-face)
15949 (org-link-face, org-done-face, org-table-face)
15950 (org-time-grid-face):
15951 New backward-compatibility aliases for renamed faces.
15952 (org-level-faces, org-set-font-lock-defaults, org-timeline)
15953 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15954 (org-agenda-get-timestamps, org-agenda-get-scheduled)
15955 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15956
15957 * emulation/viper-init.el (viper-search, viper-replace-overlay)
15958 (viper-minibuffer-emacs, viper-minibuffer-insert)
15959 (viper-minibuffer-vi): Remove "-face" suffix from face names.
15960 (viper-search-face, viper-replace-overlay-face)
15961 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15962 (viper-minibuffer-vi-face):
15963 New backward-compatibility aliases for renamed faces.
15964 (viper-search-face, viper-replace-overlay-face)
15965 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15966 (viper-minibuffer-vi-face): Use renamed viper faces.
15967
15968 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15969 Remove "-face" suffix from face names.
15970 (testcover-nohits-face, testcover-1value-face):
15971 New backward-compatibility aliases for renamed faces.
15972 (testcover-mark): Use renamed testcover faces.
15973
15974 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15975 face name.
15976 (diary-button-face): New backward-compatibility alias for renamed face.
15977 (diary-entry): Use renamed diary-button face.
15978
15979 * calendar/calendar.el (diary, calendar-today, holiday)
15980 (mark-visible-calendar-date): Remove "-face" suffix from face names.
15981 (diary-face, calendar-today-face, holiday-face):
15982 New backward-compatibility aliases for renamed faces.
15983 (eval-after-load "facemenu", diary-entry-marker)
15984 (calendar-today-marker, calendar-holiday-marker, diary-face):
15985 Use renamed calendar faces.
15986
15987 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15988 (compare-windows-face): New backward-compatibility alias for
15989 renamed face.
15990 (compare-windows-highlight): Use renamed compare-windows face.
15991
15992 * strokes.el (strokes-char): Remove "-face" suffix from face name.
15993 (strokes-char-face): New backward-compatibility alias for renamed face.
15994 (strokes-encode-buffer): Use renamed strokes-char face.
15995
15996 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15997 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15998 Remove "-face" suffix from face names.
15999 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
16000 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
16001 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
16002 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
16003 Use renamed pcvs faces.
16004 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
16005 * pcvs-defs.el (cvs-mode-map): Likewise.
16006 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
16007
16008 * info.el (info-title-1, info-title-2, info-title-3)
16009 (info-title-4): Remove "-face" suffix from and downcase face names.
16010 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16011 (Info-title-4-face):
16012 New backward-compatibility aliases for renamed faces.
16013 (Info-fontify-node): Use renamed info faces.
16014
16015 * hilit-chg.el (highlight-changes, highlight-changes-delete):
16016 Remove "-face" suffix from face names.
16017 (highlight-changes-face, highlight-changes-delete-face):
16018 New backward-compatibility aliases for renamed faces.
16019 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
16020 (hilit-chg-make-list): Use renamed highlight-changes faces.
16021
16022 * generic-x.el (show-tabs-tab, show-tabs-space):
16023 Remove "-face" suffix from face names.
16024 (show-tabs-tab-face, show-tabs-space-face):
16025 New backward-compatibility aliases for renamed faces.
16026 (show-tabs-generic-mode-font-lock-defaults-1)
16027 (show-tabs-generic-mode-font-lock-defaults-2):
16028 Use renamed show-tabs faces.
16029
16030 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
16031 (smerge-markers): Remove "-face" suffix from face names.
16032 (smerge-mine-face, smerge-other-face, smerge-base-face)
16033 (smerge-markers-face):
16034 New backward-compatibility aliases for renamed faces.
16035 (smerge-mine-face, smerge-other-face, smerge-base-face)
16036 (smerge-markers-face): Use renamed smerge faces.
16037
16038 * log-view.el (log-view-file, log-view-message): Remove "-face"
16039 suffix from face names.
16040 (log-view-file-face, log-view-message-face):
16041 New backward-compatibility aliases for renamed faces.
16042 (log-view-file-face, log-view-message-face): Use renamed log-view
16043 faces.
16044
16045 * paren.el (show-paren-match, show-paren-mismatch):
16046 Remove "-face" suffix from face names.
16047 (show-paren-match-face, show-paren-mismatch-face):
16048 New backward-compatibility aliases for renamed faces.
16049 (show-paren-function): Use renamed show-paren faces.
16050
16051 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
16052 (ruler-mode-margins, ruler-mode-fringes)
16053 (ruler-mode-column-number, ruler-mode-fill-column)
16054 (ruler-mode-comment-column, ruler-mode-goal-column)
16055 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
16056 suffix from face names.
16057 (ruler-mode-default-face, ruler-mode-pad-face)
16058 (ruler-mode-margins-face, ruler-mode-fringes-face)
16059 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
16060 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
16061 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
16062 New backward-compatibility aliases for renamed faces.
16063 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
16064 (ruler-mode-column-number, ruler-mode-fill-column)
16065 (ruler-mode-comment-column, ruler-mode-goal-column)
16066 (ruler-mode-tab-stop, ruler-mode-current-column)
16067 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
16068 faces.
16069
16070 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
16071 face name.
16072 (whitespace-highlight-the-space): Use renamed face.
16073 (whitespace-highlight-face): New backward-compatibility alias for
16074 renamed face.
16075
16076 * woman.el (woman-italic, woman-bold, woman-unknown)
16077 (woman-addition, woman-symbol-face):
16078 Remove "-face" suffix from face names.
16079 (woman-italic-face, woman-bold-face, woman-unknown-face)
16080 (woman-addition-face):
16081 New backward-compatibility aliases for renamed faces.
16082 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
16083 (woman-decode-region, woman-replace-match)
16084 (woman-display-extended-fonts, woman-special-characters)
16085 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
16086 Use renamed woman faces.
16087
16088 * longlines.el (longlines-visible-face): Face removed.
16089
16090 * diff-mode.el (diff-header, diff-file-header, diff-index)
16091 (diff-hunk-header, diff-removed, diff-added, diff-changed)
16092 (diff-function, diff-context, diff-nonexistent): Remove "-face"
16093 suffix from face names.
16094 (diff-header-face, diff-file-header-face, diff-index-face)
16095 (diff-hunk-header-face, diff-removed-face, diff-added-face)
16096 (diff-changed-face, diff-function-face, diff-context-face)
16097 (diff-nonexistent-face): New backward-compatibility aliases for
16098 renamed faces.
16099 (diff-header-face, diff-file-header-face)
16100 (diff-index, diff-index-face, diff-hunk-header)
16101 (diff-hunk-header-face, diff-removed, diff-removed-face)
16102 (diff-added, diff-added-face, diff-changed-face, diff-function)
16103 (diff-function-face, diff-context-face, diff-nonexistent)
16104 (diff-nonexistent-face): Use renamed diff-mode faces.
16105
16106 * progmodes/compile.el (compilation-warning-face)
16107 (compilation-info-face): Remove "-face" suffix from face names.
16108 (compilation-warning-face, compilation-info-face):
16109 New backward-compatibility aliases for renamed faces.
16110 (compilation-warning-face, compilation-info-face):
16111 Use renamed compilation faces.
16112
16113 * add-log.el (change-log-date, change-log-name)
16114 (change-log-email, change-log-file, change-log-list)
16115 (change-log-conditionals, change-log-function)
16116 (change-log-acknowledgement): Remove "-face" suffix from face names.
16117 (change-log-date-face, change-log-name-face)
16118 (change-log-email-face, change-log-file-face)
16119 (change-log-list-face, change-log-conditionals-face)
16120 (change-log-function-face, change-log-acknowledgement-face):
16121 New backward-compatibility aliases for renamed faces.
16122 (change-log-font-lock-keywords): Use renamed change-log faces.
16123
16124 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
16125 (custom-set, custom-changed, custom-saved, custom-button)
16126 (custom-button-pressed, custom-documentation, custom-state)
16127 (custom-comment, custom-comment-tag, custom-variable-tag)
16128 (custom-variable-button, custom-face-tag, custom-group-tag-1)
16129 (custom-group-tag): Remove "-face" suffix from face names.
16130 (custom-magic-alist, custom-magic-value-create)
16131 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
16132 (custom-invalid-face, custom-rogue-face, custom-modified-face)
16133 (custom-set-face, custom-changed-face, custom-saved-face)
16134 (custom-button-face, custom-button-pressed-face)
16135 (custom-documentation-face, custom-state-face)
16136 (custom-comment-face, custom-comment-tag-face)
16137 (custom-variable-tag-face, custom-variable-button-face)
16138 (custom-face-tag-face, custom-group-tag-face-1)
16139 (custom-group-tag-face):
16140 New backward-compatibility aliases for renamed faces.
16141
16142 * wid-edit.el (widget-documentation, widget-button)
16143 (widget-field, widget-single-line-field, widget-inactive)
16144 (widget-button-pressed): "-face" suffix removed from face names.
16145 (widget-documentation-face, widget-button-face)
16146 (widget-field-face, widget-single-line-field-face)
16147 (widget-inactive-face, widget-button-pressed-face):
16148 New backward-compatibility aliases for renamed faces.
16149 (widget-documentation-face, widget-button-face)
16150 (widget-button-pressed-face, widget-specify-field)
16151 (widget-specify-inactive): Use renamed widget faces.
16152
16153 2005-06-10 Kenichi Handa <handa@m17n.org>
16154
16155 * term/x-win.el (x-clipboard-yank): Remove condition-case
16156 wrapping.
16157
16158 2005-06-11 Kenichi Handa <handa@m17n.org>
16159
16160 * add-log.el (change-log-font-lock-keywords): Make the regexp for
16161 date lines stricter.
16162
16163 2005-06-10 Zhang Wei <id.brep@gmail.com>
16164
16165 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
16166 of x-get-selection.
16167
16168 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16169
16170 * comint.el (comint-mode, comint-snapshot-last-prompt):
16171 * frame.el (frame-current-scroll-bars):
16172 * term.el (term-mode, term-check-proc, term-input-sender)
16173 (term-simple-send, term-extract-string, term-word)
16174 (term-match-partial-filename):
16175 * window.el (window-current-scroll-bars):
16176 * emulation/cua-base.el (cua-normal-cursor-color)
16177 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
16178 (cua-global-mark-cursor-color):
16179 * mail/undigest.el (rmail-forward-separator-regex):
16180 Fix typos in docstrings.
16181
16182 * comint.el (comint-check-proc, make-comint-in-buffer)
16183 (comint-source-default): Doc fixes.
16184
16185 * term.el (term-send-string): Improve argument/docstring consistency.
16186
16187 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
16188
16189 * comint.el (comint-send-input): Bind `inhibit-read-only' around
16190 call to `delete-region'.
16191 (comint-mode-hook): Do not enable Font Lock by default.
16192
16193 2005-06-09 Lute Kamstra <lute@gnu.org>
16194
16195 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
16196 could be void.
16197
16198 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
16199
16200 * emacs-lisp/debug.el (debugger-will-be-back): New var.
16201 (debug): Use it.
16202 (debugger-step-through, debugger-continue, debugger-jump)
16203 (debugger-return-value): Set it when needed.
16204 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
16205 Use inhibit-read-only.
16206
16207 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
16208
16209 * window.el (shrink-window-if-larger-than-buffer)
16210 (window-size-fixed): Fix typo in docstring.
16211
16212 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
16213 thumbnails directory on loading.
16214 (thumbs-conversion-program): Use `eq' to check the system type,
16215 not `equal'.
16216 (thumbs-temp-dir): Initialize to `temporary-file-directory',
16217 not "/tmp". Fix docstring.
16218 (thumbs-thumbsdir): New function to return the thumbnails
16219 directory, creating it if needed.
16220 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
16221 (thumbs-temp-file): Delete variable and make it into a function.
16222 (thumbs-resize-image, thumbs-modify-image): Use it.
16223 (thumbs-kill-buffer): Simplify.
16224 (thumbs-gensym): Defalias or duplicate CL `gensym'.
16225 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
16226 docstrings.
16227
16228 2005-06-09 Kim F. Storm <storm@cua.dk>
16229
16230 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
16231 set-match-data to free markers in match-data.
16232
16233 * replace.el (replace-match-data): Pass RESEAT arg `t' to
16234 match-data to unchain markers in match-data.
16235
16236 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
16237
16238 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16239 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
16240 unnecessary now.
16241
16242 2005-06-08 Richard M. Stallman <rms@gnu.org>
16243
16244 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16245 give the variable a doc string that doesn't say don't set it directly.
16246
16247 * textmodes/ispell.el (ispell-check-version):
16248 Use match-string-no-properties.
16249 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16250 (ispell-buffer-local-words): Likewise.
16251
16252 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16253 except on terminals with enough colors to really display it.
16254 (makefile-dependency-regex): Delete spurious `bb'.
16255
16256 * faces.el (escape-glyph): Use blue once again in last case.
16257 (no-break-space): Redefine so that it isn't invisible on a tty.
16258
16259 2005-06-08 Kim F. Storm <storm@cua.dk>
16260
16261 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16262 also when reading directory name.
16263
16264 2005-06-08 Lute Kamstra <lute@gnu.org>
16265
16266 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16267 (flyspell-mode-line-string): Remove autoload cookie.
16268 (flyspell-mode): Remove defvar.
16269
16270 2005-06-07 Lute Kamstra <lute@gnu.org>
16271
16272 * textmodes/org.el (org-run-mode-hooks): New function.
16273 (org-agenda-mode): Use it.
16274
16275 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16276
16277 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16278
16279 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16280
16281 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16282
16283 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16284
16285 * font-lock.el (font-lock-add-keywords): Doc fix.
16286
16287 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16288
16289 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16290 (tex-compile-default): In the absence of any history, use the order in
16291 tex-compile-alist to choose the preferred command.
16292 (tex-compile-commands): Reorder a bit.
16293
16294 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16295 (flyspell-incorrect-face, flyspell-duplicate-face):
16296 Use (X)Emacs-agnostic code.
16297 (flyspell-mode-map): Don't overwrite at each load. Remove code
16298 redundant with the subsequent add-minor-mode. Merge Emacs and
16299 XEmacs code.
16300 (flyspell-word): Minor simplification.
16301 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16302 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16303 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16304 Merge the corresponding Emacs code.
16305 (flyspell-correct-word, flyspell-xemacs-popup):
16306 Use flyspell-do-correct.
16307
16308 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16309 a dedicated window.
16310
16311 * international/latexenc.el (latexenc-find-file-coding-system):
16312 Undo part of last patch, to turn off a compiler warning.
16313
16314 2005-06-06 Juri Linkov <juri@jurta.org>
16315
16316 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16317 Rename `tmm-inactive-face' to `tmm-inactive'.
16318
16319 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16320
16321 * iswitchb.el: Rename faces.
16322
16323 2005-06-06 Kim F. Storm <storm@cua.dk>
16324
16325 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16326 (cua-global-mark): Remove -face suffix from face names.
16327
16328 * emulation/cua-gmrk.el (cua--init-global-mark):
16329 Remove cua-global-mark face setup.
16330
16331 2005-06-06 Richard M. Stallman <rms@gnu.org>
16332
16333 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16334 just like other allowed characters.
16335 (makefile-match-dependency): Exclude leading and training whitespace
16336 from the range of regexp subexp 1.
16337 (makefile-macroassign-regex): Don't try to match the body,
16338 just the name of the macro being defined.
16339
16340 * info.el (Info-read-node-name-2): New function.
16341 (Info-read-node-name-1): Use that.
16342 Add a completion-base-size-function property.
16343
16344 * simple.el (completion-setup-function): Look for
16345 completion-base-size-function property of minibuffer-completion-table.
16346
16347 * files.el (locate-file-completion): Doc fix.
16348
16349 * printing.el: Don't call pr-update-menus; user must do that.
16350
16351 * emacs-lisp/debug.el (debugger-window): New variable.
16352 (debug): Use debugger-window if it is set and still alive.
16353 Record debugger-window for next entry.
16354
16355 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16356
16357 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16358
16359 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16360 (hack-one-local-variable, hack-local-variables)
16361 (hack-local-variables-prop-line): Pass that arg.
16362
16363 2005-06-06 Kim F. Storm <storm@cua.dk>
16364
16365 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16366 (ido-indicator): Remove -face suffix from face names.
16367
16368 2005-06-06 Juri Linkov <juri@jurta.org>
16369
16370 * font-lock.el (font-lock-regexp-backslash)
16371 (font-lock-regexp-backslash-construct): New faces.
16372 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16373 after `('. Add `while-no-input' to control structures.
16374
16375 * faces.el (no-break-space, shadow): New faces.
16376 (escape-glyph): Use less loud colors pink2 and red4.
16377
16378 * diff-mode.el (diff-context-face)
16379 * dired.el (dired-ignored)
16380 * rfn-eshadow.el (file-name-shadow)
16381 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16382
16383 * info.el (Info-title-1-face): Use green instead of yellow because
16384 bold yellow is not readable on light backgrounds.
16385
16386 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16387 before selecting the desired mode to not spend time fontifying
16388 old contents.
16389
16390 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16391
16392 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16393 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16394
16395 * ps-print.el (ps-default-fg, ps-default-bg):
16396 Fix typos in docstrings.
16397
16398 * isearchb.el (isearchb): Don't pass a spurious second argument to
16399 `iswitchb-completions'.
16400
16401 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16402
16403 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16404 to preserve point.
16405 (gdb-find-file-hook): Add doc string.
16406
16407 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16408 C dereferenced pointer expression.
16409 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16410
16411 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16412
16413 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16414 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16415 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16416 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16417 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16418 Make background transparent.
16419
16420 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16421
16422 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16423 (font-lock-remove-keywords): Doc fix.
16424 (font-lock-mode-major-mode): Compiler defvar.
16425 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16426
16427 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16428 (font-lock-mode): Update `font-lock-mode-major-mode'.
16429 (font-lock-set-defaults): Compiler defvar.
16430 (font-lock-default-function): Take `font-lock-mode-major-mode'
16431 into account.
16432
16433 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16434 keep track of which major mode it enabled the minor mode for.
16435 Use find-file-hook again. Update docstring.
16436
16437 * simple.el (eval-expression-print-level)
16438 (eval-expression-print-length, eval-expression-debug-on-error):
16439 Doc fixes.
16440
16441 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16442
16443 * iswitchb.el (iswitchb-single-match-face)
16444 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16445 (iswitchb-invalid-regexp-face): New faces.
16446 (iswitchb-completions): Use them.
16447 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16448 now marked as an obsolete alias.
16449 (iswitchb-read-buffer): Remove check for bound font variables.
16450 (iswitchb-invalid-regexp): New free variable.
16451 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16452 set iswitchb-invalid-regexp.
16453 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16454 invalid regexps.
16455 (iswitchb-completions): Add check for complete match when entering
16456 a regexp.
16457 (iswitchb-completions): Remove require-match argument.
16458 (iswitchb-exhibit): Fix caller.
16459 (iswitchb-common-match-inserted): New variable.
16460 (iswitchb-complete, iswitchb-completion-help): Use it.
16461
16462 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16463
16464 * url-http.el (url-http-chunked-encoding-after-change-function):
16465 Use `url-http-debug' instead of `message'.
16466
16467 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16468
16469 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16470 callback argument.
16471
16472 2005-06-04 Kim F. Storm <storm@cua.dk>
16473
16474 * simple.el (line-move): Only call sit-for when moving backwards.
16475
16476 * ido.el (ido-make-merged-file-list-1): New defun split from
16477 ido-make-merged-file-list.
16478 (ido-make-merged-file-list): Bind throw-on-input around call to
16479 ido-make-merged-file-list-1. Return input-pending-p if
16480 interrupted by more input available.
16481 (ido-read-internal): Handle input-pending-p return value from
16482 ido-make-merged-file-list.
16483
16484 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16485
16486 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16487 compatibility code.
16488
16489 * international/latexenc.el (latexenc-find-file-coding-system):
16490 Don't inherit the EOL part of the coding-system from the
16491 tex-main buffer. Fit within 80 columns.
16492
16493 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16494
16495 * tmm.el (tmm-inactive-face): New face.
16496 (tmm-remove-inactive-mouse-face): New function.
16497 (tmm-prompt, tmm-add-one-shortcut)
16498 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16499 but not selectable.
16500
16501 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16502
16503 * faces.el (face-equal): Improve argument/docstring consistency.
16504
16505 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16506
16507 * progmodes/make-mode.el (makefile-targets-face)
16508 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16509 (makefile-bsdmake-dependency-regex)
16510 (makefile-makepp-rule-action-regex)
16511 (makefile-bsdmake-rule-action-regex): New constants.
16512 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16513
16514 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16515 Allow (...) within `...' for makepp messages.
16516
16517 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16518
16519 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16520
16521 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16522 "." files are deleted from all file lists before comparison.
16523
16524 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16525 (viper-ESC-key): Made them customizable.
16526
16527 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16528
16529 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16530
16531 * autorevert.el (auto-revert-buffers): Use save-match-data.
16532
16533 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16534
16535 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16536 menu items with a nil command binding.
16537
16538 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16539
16540 * emacs-lisp/cl-macs.el (defsetf):
16541 Improve argument/docstring consistency.
16542
16543 * faces.el (list-faces-display): Improve the formatting by
16544 computing the maximum length required for any face-name (reworked
16545 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16546 (internal-find-face): Remove redundant info in docstring.
16547
16548 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16549
16550 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16551 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16552 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16553 (gdb-assembler-custom): Improve regexps.
16554 (def-gdb-auto-update-handler): Use window point to preserve point.
16555
16556 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16557
16558 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16559
16560 2005-05-31 Jay Belanger <belanger@truman.edu>
16561
16562 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16563 to calc-embedded.
16564 (calc-embedded-make-info): Have plain prefix argument select
16565 entire line.
16566
16567 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16568
16569 * faces.el (list-faces-display): Signal error if passed a regexp
16570 that matches no face name.
16571
16572 * simple.el (filter-buffer-substring): Fix typo in docstring.
16573
16574 2005-05-31 Richard M. Stallman <rms@gnu.org>
16575
16576 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16577 (vhdl-emacs-21): Doc fix.
16578 (vhdl-mode): Unconditionally set comment-padding.
16579 (vhdl-fixup-whitespace-region): Insert spaces only where
16580 there are none.
16581 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16582
16583 2005-05-30 John Wiegley <johnw@newartisans.com>
16584
16585 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16586 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16587 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16588 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16589 `string-to-number'.
16590
16591 2005-05-30 Jay Belanger <belanger@truman.edu>
16592
16593 * calc/calc.el (calc-bug-address): Fix docstring.
16594 (calc-window-hook, calc-trail-window-hook): New variables.
16595 (calc-trail-display): Restore use of calc-trail-window-hook.
16596 (calc): Restore use of calc-window-hook.
16597
16598 2005-05-31 Masatake YAMATO <jet@gyve.org>
16599
16600 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16601
16602 * help-fns.el (help-C-file-name): Add autoload mark for
16603 `find-function-noselect'.
16604
16605 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16606
16607 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16608 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16609
16610 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16611
16612 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16613 included diary buffer if it was not already being visited.
16614 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16615
16616 * calendar/icalendar.el (top-level): Do not require appt.
16617
16618 * mail/supercite.el (sc-select-attribution): Only use a list
16619 element from sc-attrib-selection-list if it returns a string.
16620 Reported by Davide G. M. Salvetti <salve@debian.org>.
16621
16622 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16623
16624 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16625 includes a hash value to improve its uniqueness, and has a ".jpg"
16626 extension. Also, it is now a valid filename on all systems.
16627 (thumbs-make-thumb): Use `let', not `let*'.
16628 (thumbs-show-thumbs-list): Check for JPEG availability.
16629
16630 2005-05-30 Richard M. Stallman <rms@gnu.org>
16631
16632 * filesets.el (filesets-menu-ensure-use-cached):
16633 Prevent warning when emacs-version>= is undefined.
16634
16635 * printing.el (pr-interactive-n-up): Use string-to-number.
16636
16637 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16638
16639 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16640 Warn only when name to be defined is quoted.
16641
16642 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16643
16644 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16645 Make regexp more robust.
16646 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16647 Force regeneration of disassembly.
16648
16649 2005-05-29 Jay Belanger <belanger@truman.edu>
16650
16651 * calc/calc.el (calc-user-invocation): Check if
16652 calc-invocation-macro is non-nil.
16653
16654 2005-05-29 Juri Linkov <juri@jurta.org>
16655
16656 * add-log.el (change-log-font-lock-keywords):
16657 Add `+' to e-mail regexp to accept mail address with keywords.
16658
16659 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16660
16661 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16662
16663 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16664
16665 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16666
16667 2005-05-29 Richard M. Stallman <rms@gnu.org>
16668
16669 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16670 Undo the change that moves to end of the current word.
16671
16672 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16673
16674 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16675 Throw error when count <= 0 to ensure input is a number.
16676 (gdb-read-memory-custom): Pick up address from buffer.
16677 (gdb-memory-mode): Allow user to increment and decrement
16678 memory address from header line.
16679
16680 2005-05-29 Richard M. Stallman <rms@gnu.org>
16681
16682 * flyspell.el (flyspell-version): Function deleted.
16683 (flyspell-auto-correct-previous-hook): Doc fix.
16684
16685 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16686 Do nothing if memory is full.
16687
16688 * font-lock.el (font-lock-fontify-syntactically-region):
16689 Pass t for GREEDY to looking-back.
16690
16691 * saveplace.el (save-place-alist-to-file): Write the file
16692 using write-region.
16693
16694 * subr.el (looking-back): New argument GREEDY.
16695
16696 * progmodes/compile.el (compilation-start): Set the mode
16697 before inserting the initial text.
16698
16699 * progmodes/which-func.el (which-func-update-1): Turn the mode
16700 off in case of error by setting which-func-mode.
16701
16702 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16703
16704 * flyspell.el (flyspell-auto-correct-previous-word):
16705 Narrow down to what's on the screen, and recenter overlays
16706 at the end of the next word.
16707
16708 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16709
16710 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16711 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16712 (flyspell-abbrev-p): Default to nil.
16713 (flyspell-use-global-abbrev-table-p): Doc fix.
16714 (flyspell-large-region): Allow nil as value.
16715 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16716
16717 (mail-mode-flyspell-verify): More robust handling
16718 of `mail-header-separator'. More efficient signature detection.
16719 Allow for regexp metacharacters in message-header-separator.
16720 Adding `To' not to be checked in mail-mode-flyspell-verify.
16721
16722 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16723 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16724 Bind flyspell-auto-correct-binding.
16725 Bind C-. and C-, .
16726 (flyspell-mode-map): Likewise.
16727 (flyspell-mode): Doc fix.
16728 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16729 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16730 (flyspell-word-cache-result): New var, always local.
16731 (flyspell-check-pre-word-p): Doc fix.
16732 (flyspell-check-changed-word-p): Handle spc like newline.
16733 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16734 (flyspell-word-search-backward, flyspell-word-search-forward):
16735 New functions.
16736 (flyspell-word): Return t if nothing to check.
16737 When parsing TeX code, check for after } or \.
16738 Use flyspell-word-search-backward to find previous word.
16739 Return nil if duplicated word.
16740 For word already checked, return same value as last time.
16741 Set flyspell-word-cache-result after checking.
16742 Don't clobber the return value.
16743 (flyspell-get-word): Major rewrite.
16744 (flyspell-external-point-words): New locals pword, pcount.
16745 Fix size used in progress message.
16746 Find the proper corresponding word in flyspell-large-region-buffer.
16747 (flyspell-region): Check for flyspell-large-region = nil.
16748 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16749 (flyspell-auto-correct-word): Check that WORD is a cons.
16750 (flyspell-correct-word): Likewise.
16751
16752 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16753
16754 * progmodes/make-mode.el (makefile-rule-action-regex)
16755 (makefile-macroassign-regex, makefile-makepp-mode)
16756 (makefile-bsdmake-mode): Continuation lines may be empty.
16757 Reported by Joshua Varner.
16758 (makefile-makepp-font-lock-keywords): Add $(stem).
16759
16760 2005-05-28 Karl Berry <karl@gnu.org>
16761
16762 * textmodes/tex-mode.el: Now that tex-send-command calls
16763 shell-quote-argument (2005-03-31 change), remove all calls to
16764 shell-quote-argument; they all end up invoking tex-send-command.
16765 The double quoting loses on filenames with non-safe characters,
16766 such as "@". Reported by Frederik Fouvry.
16767
16768 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16769
16770 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16771 about preserving point.
16772
16773 2005-05-27 Jay Belanger <belanger@truman.edu>
16774
16775 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16776 Info-goto-node.
16777
16778 * calc/calc-embed.el (calc-embed-arg): New variable.
16779 (calc-do-embedded-activate, calc-embedded-activate-formula)
16780 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16781 variable by new variable.
16782 (calc-embedded-make-info): Replace undeclared variable by new
16783 variable. When selecting region with positive prefix
16784 argument, use end of previous line instead of beginning of line.
16785
16786 * calc/calc-aent.el (calc-arg-values): Declare it.
16787
16788 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16789 Declare them.
16790
16791 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16792
16793 * calc/calc.el (calc-alg-map): Declare it.
16794
16795 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16796
16797 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16798
16799 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16800 (gdb-registers-buffer, toggle-gdb-all-registers):
16801 Toggle display of floating point registers.
16802 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16803
16804 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16805 (toggle-gud-tooltip-dereference):
16806 Rename from gud-toggle-tooltip-dereference.
16807
16808 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16809
16810 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16811
16812 2005-05-27 Jay Belanger <belanger@truman.edu>
16813
16814 * calc/calc-prog.el (calc-kbd-report): Remove.
16815 (calc-kbd-query): Rewrite.
16816
16817 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16818
16819 * image.el (image-library-alist): Move to image.c.
16820 (image-type-available-p): Doc fix.
16821
16822 2005-05-27 Lute Kamstra <lute@gnu.org>
16823
16824 * calc/calc.el (calc):
16825 * outline.el (outline-1, outline-2, outline-3, outline-4)
16826 (outline-5, outline-6, outline-7, outline-8):
16827 * textmodes/dns-mode.el (dns-mode):
16828 * textmodes/sgml-mode.el (sgml-namespace-face):
16829 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16830 (tex-verbatim-face, tex-use-reftex):
16831 * textmodes/texinfo.el (texinfo-heading-face):
16832 Specify customization group.
16833
16834 * longlines.el: Don't require easy-mmode.
16835 (longlines-visible-face): Specify customization group.
16836
16837 2005-05-27 Kenichi Handa <handa@m17n.org>
16838
16839 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16840 encoding table of windows-1251.
16841
16842 * international/ucs-tables.el (ucs-set-table-for-input):
16843 If translation-table-for-input of a coding system is a symbol, get
16844 its translation-table property.
16845
16846 * international/code-pages.el: Don't register a coding system into
16847 non-iso-charset-alist more than once.
16848 (cp-make-coding-system): Likewise.
16849
16850 2005-05-26 John Wiegley <johnw@newartisans.com>
16851
16852 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16853 `eshell-resume-eval' is wrapped in a list, it indicates that the
16854 command was run asynchronously. In that case, unwrap the value
16855 before checking the delimiter value.
16856
16857 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16858 character before a space at the end of a line is \, assume the space
16859 is part of the last argument rather than a final argument separator.
16860
16861 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16862 is in use, and the target is `t' or `nil' (which are the most common
16863 values), don't assume that the symbol target is a buffer.
16864
16865 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16866
16867 * calendar/calendar.el (calendar-mode-line-format):
16868 Use mode-line-highlight as mouse-face.
16869
16870 * time.el (display-time-string-forms, display-time-update):
16871 Use mode-line-highlight as mouse-face.
16872
16873 2005-05-26 Jay Belanger <belanger@truman.edu>
16874
16875 * calc/calc.el (calc-language-alist): Remove extra defvar.
16876
16877 2005-05-26 Lute Kamstra <lute@gnu.org>
16878
16879 * arc-mode.el (archive-mode):
16880 * bookmark.el (bookmark-read-annotation-mode)
16881 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16882 * bs.el (bs-mode):
16883 * calc/calc-yank.el (calc-edit-mode):
16884 * calc/calc.el (calc-mode, calc-trail-mode):
16885 * calculator.el (calculator-mode):
16886 * chistory.el (command-history-mode):
16887 * comint.el:
16888 * cus-edit.el (custom-mode):
16889 * descr-text.el (describe-text-mode):
16890 * ebuff-menu.el (Electric-buffer-menu-mode):
16891 * ediff-util.el (ediff-mode):
16892 * emacs-lisp/re-builder.el (reb-mode):
16893 * emulation/vi.el (vi-mode-setup):
16894 * emulation/ws-mode.el (wordstar-mode):
16895 * eshell/esh-mode.el (eshell-mode):
16896 * forms.el (forms-mode):
16897 * help-mode.el (help-mode):
16898 * hexl.el (hexl-mode):
16899 * ibuffer.el (ibuffer-mode):
16900 * ielm.el (inferior-emacs-lisp-mode):
16901 * info.el (Info-mode, Info-edit-mode):
16902 * international/swedish.el:
16903 * ledit.el (ledit-from-lisp-mode):
16904 * locate.el (locate-mode):
16905 * mail/rmail.el (rmail-mode):
16906 * mail/rmailedit.el (rmail-edit-mode):
16907 * mail/rmailsum.el (rmail-summary-mode):
16908 * mail/supercite.el (sc-electric-mode):
16909 * net/eudc.el (eudc-mode):
16910 * net/quickurl.el (quickurl-list-mode):
16911 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16912 * obsolete/ooutline.el (outline-mode):
16913 * obsolete/options.el (Edit-options-mode):
16914 * obsolete/rnews.el (news-mode):
16915 * obsolete/rnewspost.el (news-reply-mode):
16916 * play/5x5.el (5x5-mode):
16917 * play/decipher.el (decipher-mode, decipher-stats-mode):
16918 * play/gomoku.el (gomoku-mode):
16919 * play/snake.el (snake-mode):
16920 * play/solitaire.el (solitaire-mode):
16921 * play/tetris.el (tetris-mode):
16922 * progmodes/ada-mode.el (ada-mode):
16923 * progmodes/antlr-mode.el (antlr-mode):
16924 * progmodes/autoconf.el (autoconf-mode):
16925 * progmodes/dcl-mode.el (dcl-mode):
16926 * progmodes/delphi.el (delphi-mode):
16927 * progmodes/ebrowse.el (ebrowse-tree-mode)
16928 (ebrowse-electric-list-mode, ebrowse-member-mode)
16929 (ebrowse-electric-position-mode):
16930 * progmodes/f90.el (f90-mode):
16931 * progmodes/fortran.el (fortran-mode):
16932 * progmodes/icon.el (icon-mode):
16933 * progmodes/idlw-help.el (idlwave-help-mode):
16934 * progmodes/idlw-shell.el (idlwave-shell-mode):
16935 * progmodes/idlwave.el (idlwave-mode):
16936 * progmodes/inf-lisp.el (inferior-lisp-mode):
16937 * progmodes/m4-mode.el (m4-mode):
16938 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16939 * progmodes/modula2.el (modula-2-mode):
16940 * progmodes/octave-inf.el (inferior-octave-mode):
16941 * progmodes/octave-mod.el (octave-mode):
16942 * progmodes/pascal.el (pascal-mode):
16943 * progmodes/sh-script.el (sh-mode):
16944 * progmodes/sql.el (sql-mode, sql-interactive-mode):
16945 * progmodes/vhdl-mode.el (vhdl-mode):
16946 * progmodes/xscheme.el (scheme-interaction-mode):
16947 * replace.el (occur-mode):
16948 * ses.el (ses-mode):
16949 * simple.el (completion-list-mode):
16950 * skeleton.el:
16951 * speedbar.el (speedbar-mode):
16952 * term.el (term-mode):
16953 * terminal.el (terminal-edit-mode):
16954 * textmodes/reftex-index.el (reftex-index-mode)
16955 (reftex-index-phrases-mode):
16956 * textmodes/reftex-sel.el (reftex-select-label-mode)
16957 (reftex-select-bib-mode):
16958 * textmodes/reftex-toc.el (reftex-toc-mode):
16959 * wdired.el (wdired-change-to-wdired-mode):
16960 * wid-browse.el (widget-browse-mode):
16961 Use run-mode-hooks.
16962
16963 * array.el (array-mode):
16964 * calendar/todo-mode.el (todo-mode):
16965 * man.el (Man-mode):
16966 * play/landmark.el (lm-mode):
16967 * play/mpuz.el (mpuz-mode):
16968 Use kill-all-local-variables and run-mode-hooks.
16969
16970 * subr.el (delay-mode-hooks): Specify indentation.
16971
16972 2005-05-26 Mark A. Hershberger <mah@everybody.org>
16973
16974 * xml.el (xml-substitute-special): Don't die for undefined xml
16975 entities.
16976
16977 2005-05-26 Jay Belanger <belanger@truman.edu>
16978
16979 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16980 of nil.
16981
16982 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
16983
16984 * progmodes/gdb-ui.el (gdb-frame-address):
16985 Rename from gdb-current-address.
16986 (gdb-previous-frame-address): Rename from gdb-previous-address.
16987 (gdb-selected-frame): Rename from gdb-current-frame.
16988 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16989 (gdb-frame-number): Rename from gdb-current-stack-level.
16990 (gdb-ann3): Match new mode-name for disassembly buffer.
16991 Extend initialization of variables.
16992 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16993 (gdb-memory-mode): Use mouse-face in header line.
16994 (gdb-assembler-buffer-name): Call it disassembly and give frame
16995 in mode line.
16996 (gdb-source-spec-regexp, gdb-assembler-custom)
16997 (gdb-invalidate-assembler, gdb-frame-handler):
16998 Make robust to leading zeroes in address format.
16999
17000 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
17001
17002 * textmodes/org.el (org-mode): Use `define-derived-mode' to
17003 define `org-mode'.
17004 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
17005
17006 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
17007
17008 * log-edit.el (log-edit-changelog-entries): Distinguish between
17009 filenames like xfns.c and fns.c.
17010
17011 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
17012
17013 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
17014 point after reverting.
17015 (Buffer-menu-make-sort-button): Handle the case where
17016 `Buffer-menu-use-header-line' is nil.
17017
17018 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
17019
17020 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
17021 New funcs. In minibuffer-local-completion-map bind `]', `/'
17022 and `:' to them.
17023
17024 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
17025
17026 * startup.el (normal-top-level): Allow modification of load-path while
17027 we're iterating over it.
17028
17029 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
17030
17031 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
17032 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
17033 (thumbs-resize-interactive, thumbs-insert-image)
17034 (thumbs-insert-thumb, thumbs-dired-show-marked)
17035 (thumbs-find-image-at-point, thumbs-delete-images)
17036 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
17037 (thumbs-increment-image-size, thumbs-decrement-image-size):
17038 Fix typos in docstrings.
17039
17040 2005-05-24 Andre Spiegel <spiegel@gnu.org>
17041
17042 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
17043 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
17044 (cperl-mode): Use them.
17045
17046 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
17047
17048 * window.el (quit-window, shrink-window-if-larger-than-buffer):
17049 Doc fixes.
17050
17051 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
17052
17053 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
17054 Bind C-d to gdb-inferior-io-eof.
17055
17056 * dired.el (dired-dnd-popup-notice): Use message-box.
17057
17058 2005-05-23 Masatake YAMATO <jet@gyve.org>
17059
17060 * bindings.el (mode-line-major-mode-keymap):
17061 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
17062
17063 * faces.el (mode-line-highlight): New face.
17064
17065 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
17066 as mouse-face.
17067
17068 * bindings.el (top-level, help-echo, mode-line-modified)
17069 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
17070 as mouse-face.
17071
17072 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
17073
17074 * progmodes/cc-engine.el (c-guess-basic-syntax):
17075 Remove spurious call to `zerop'.
17076
17077 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
17078
17079 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
17080
17081 CC Mode update to 5.30.10:
17082
17083 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
17084 could go past the limit in decoration level 2, thereby causing
17085 errors during interactive fontification.
17086
17087 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
17088 the file is evaluated interactively.
17089
17090 * cc-engine.el (c-guess-basic-syntax): Handle operator
17091 declarations somewhat better in C++.
17092
17093 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
17094 make use of `run-mode-hooks' which has been added in Emacs 21.1.
17095 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
17096 (awk-mode): Use it.
17097 (make-local-hook): Suppress warning about obsoleteness.
17098
17099 * cc-engine.el, cc-align.el, cc-cmds.el
17100 (c-append-backslashes-forward, c-delete-backslashes-forward)
17101 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
17102 Compensate for return value from `forward-line' when it has moved
17103 but not to a different line due to eob.
17104
17105 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
17106 `objc-method-intro' and `objc-method-args-cont'.
17107
17108 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
17109
17110 CC Mode update to 5.30.10:
17111
17112 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
17113 in the copyright statement. Incidentally, change "along with GNU
17114 Emacs" to "along with this program" where it occurs.
17115
17116 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
17117 so that it is interactive, hence can be found by M-x awk-mode
17118 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
17119 <gmorris+emacs@ast.cam.ac.uk>.
17120
17121 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
17122 Mode's regexps.
17123
17124 2005-05-23 Kevin Ryde <user42@zip.com.au>
17125
17126 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
17127 c-parse-state, to avoid a lisp error (on bad code).
17128
17129 2005-05-23 Lute Kamstra <lute@gnu.org>
17130
17131 * subr.el (font-lock-defaults): Remove defvar as it's already
17132 defined in font-core.el.
17133
17134 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
17135
17136 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
17137
17138 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
17139 more general and work when GDB variable "print pretty" is on,
17140 as with Emacs, for example.
17141
17142 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
17143
17144 * font-core.el: Update comment.
17145
17146 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17147 Use `after-change-major-mode-hook' instead of `find-file-hook'.
17148
17149 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
17150
17151 2005-05-22 Eli Zaretskii <eliz@gnu.org>
17152
17153 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
17154 and `yank-handler' in the doc strings.
17155
17156 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17157
17158 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
17159
17160 2005-05-22 Richard M. Stallman <rms@gnu.org>
17161
17162 * help.el (describe-key): Move print-help-return-message call
17163 out of conditional.
17164
17165 * progmodes/etags.el (list-tags): Use with-no-warnings.
17166
17167 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
17168 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
17169 (starttls-extra-args, starttls-extra-arguments): Add defvars.
17170
17171 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
17172
17173 * language/viet-util.el (viet-viscii-nonascii-translation-table):
17174 Add defvar.
17175
17176 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
17177 Use defvar, not defconst.
17178
17179 * hexl.el (hexl-follow-line): Use with-no-warnings.
17180
17181 * emulation/tpu-extras.el: Use write-file-functions instead of
17182 write-file-hooks.
17183
17184 * dired.el (dired-font-lock-keywords): Fontify files with junk
17185 extensions even if marked by -F.
17186
17187 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
17188
17189 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
17190 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
17191 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
17192 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
17193 (concatenate, list-length, get*, getf, cl-remprop):
17194 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
17195 (etypecase, progv, lexical-let, lexical-let*)
17196 (multiple-value-bind, multiple-value-setq, shiftf):
17197 Improve argument/docstring consistency.
17198
17199 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
17200
17201 2005-05-22 Andre Spiegel <spiegel@gnu.org>
17202
17203 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
17204 doesn't exist.
17205
17206 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
17207 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
17208
17209 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
17210
17211 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
17212 already deleted variables: auto-fill-hook, blink-paren-hook,
17213 lisp-indent-hook, inhibit-local-variables, unread-command-event,
17214 suspend-hooks, comment-indent-hook, meta-flag,
17215 before-change-function, after-change-function,
17216 font-lock-doc-string-face.
17217
17218 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
17219
17220 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17221
17222 2005-05-21 Eli Zaretskii <eliz@gnu.org>
17223
17224 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
17225 rmail-dont-reply-to.
17226
17227 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17228
17229 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
17230 literal blank when splitting new-header-values.
17231
17232 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
17233
17234 * calendar/cal-menu.el (cal-menu-update): Add separator as a
17235 string so that tmm doesn't create a completion entry for it.
17236
17237 * textmodes/table.el (table-disable-menu): Ditto.
17238
17239 2005-05-21 Richard M. Stallman <rms@gnu.org>
17240
17241 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17242
17243 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17244
17245 * net/rcompile.el (remote-compile): Use compilation-start.
17246
17247 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17248
17249 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
17250
17251 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17252 Default to makefile-bsdmake-mode on BSD systems.
17253
17254 * imenu.el (imenu-generic-expression, imenu--generic-function'):
17255 REGEXP may also be a search function now. The part of doc-string
17256 for describing the structure was 95% identical to that of
17257 `imenu--generic-function'. Unify it there.
17258
17259 * progmodes/make-mode.el (makefile-imenu-generic-expression):
17260 Use function to find dependencies, because regexp alone is so complex,
17261 it easily goes into an endless loop.
17262 (makefile-makepp-mode): Also add submenu for Perl functions
17263 defined in the makefile.
17264 (makefile-bsdmake-mode): Special imenu-generic-expression no
17265 longer needed, due to function call.
17266 (makefile-match-dependency): Take BOUND into account when checking
17267 if we're through.
17268
17269 2005-05-20 Jay Belanger <belanger@truman.edu>
17270
17271 * calc/calc-units.el (calc-invalidate-units-table):
17272 Use inhibit-read-only.
17273 (math-build-units-table-buffer): Use view-mode.
17274
17275 2005-05-20 David Kastrup <dak@gnu.org>
17276
17277 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17278 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17279
17280 2005-05-20 Lute Kamstra <lute@gnu.org>
17281
17282 * diff-mode.el (diff-header-face, diff-file-header-face)
17283 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17284 (diff-added-face, diff-changed-face, diff-function-face)
17285 (diff-context-face, diff-nonexistent-face): Put them in the
17286 diff-mode customization group.
17287
17288 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17289
17290 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17291
17292 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17293
17294 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17295 Minor regexp-optimization.
17296
17297 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17298
17299 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17300 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17301 (org-agenda-add-time-grid-maybe): New function.
17302 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17303 (org-table-create): `dotimes' instead of `mapcar'.
17304 (org-xor): Simplify implementation.
17305 (org-agenda): `inhibit-redisplay' turned on.
17306 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17307 a consistent line after a state change.
17308 (org-agenda-remove-times-when-in-prefix): New option.
17309 (org-prefix-has-time): New variable.
17310 (org-parse-time-string): Optional argument NODEFAULT.
17311 (org-format-agenda-item): Parse items for time-of-day
17312 specifications and move these into the prefix if possible.
17313 (org-agenda-priority): Get current heading, not previous heading
17314 during agenda remote editing.
17315
17316 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17317
17318 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17319 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17320 (remove-duplicates, delete-duplicates, substitute)
17321 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17322 (nsubstitute-if-not, find, find-if, find-if-not, position)
17323 (position-if, position-if-not, count, count-if, count-if-not)
17324 (mismatch, search, sort*, stable-sort, merge, member*)
17325 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17326 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17327 (intersection, nintersection, set-difference, nset-difference)
17328 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17329 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17330 (nsublis, tree-equal): Improve argument/docstring consistency.
17331
17332 * subr.el (send-string, send-region): Remove obsolescence declaration.
17333 (window-dot, set-window-dot, read-input, show-buffer)
17334 (eval-current-buffer, string-to-int):
17335 Add release number to obsolescence declarations.
17336
17337 2005-05-19 Kim F. Storm <storm@cua.dk>
17338
17339 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17340 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17341
17342 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17343
17344 * faces.el (list-faces-display): Make back button respect optional
17345 regexp arg.
17346
17347 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17348
17349 * calculator.el (calculator-radix-grouping-mode)
17350 (calculator-radix-grouping-digits, calculator-displayer)
17351 (calculator-radix-grouping-separator, calculator-copy-displayer):
17352 * dabbrev.el (dabbrev-search-these-buffers-only):
17353 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17354 (diff-advance-after-apply-hunk, diff-mode-hook)
17355 (diff-minor-mode-prefix):
17356 * imenu.el (imenu-use-popup-menu):
17357 * jit-lock.el (jit-lock-context-time):
17358 * newcomment.el (comment-fill-column, comment-column)
17359 (comment-style, comment-padding, comment-multi-line)
17360 (comment-empty-lines, comment-auto-fill-only-comments):
17361 * reveal.el (reveal-around-mark):
17362 * uniquify.el (uniquify-buffer-name-style)
17363 (uniquify-after-kill-buffer-p)
17364 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17365 (uniquify-min-dir-content, uniquify-separator)
17366 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17367 * w32-vars.el (w32-fixed-font-alist):
17368 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17369 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17370 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17371 * progmodes/perl-mode.el (perl-indent-level)
17372 (perl-continued-statement-offset, perl-continued-brace-offset)
17373 (perl-brace-offset, perl-brace-imaginary-offset)
17374 (perl-label-offset, perl-indent-continued-arguments)
17375 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17376 * progmodes/tcl.el (tcl-indent-level)
17377 (tcl-continued-indent-level, tcl-auto-newline)
17378 (tcl-tab-always-indent, tcl-electric-hash-style)
17379 (tcl-help-directory-list, tcl-use-smart-word-finder)
17380 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17381 (inferior-tcl-source-command):
17382 * textmodes/fill.el (enable-kinsoku):
17383 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17384 * textmodes/table.el (table-yank-handler):
17385 Specify missing group (and type, if simple) in defcustom.
17386
17387 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17388
17389 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17390
17391 2005-05-19 Richard M. Stallman <rms@gnu.org>
17392
17393 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17394
17395 * subr.el (event-basic-type): Don't get an error.
17396 (left-fringe-p): Function deleted.
17397
17398 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17399 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17400
17401 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17402 in recursive copy.
17403
17404 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17405
17406 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17407
17408 * emacs-lisp/bytecomp.el
17409 (byte-compile-file-form-custom-declare-variable):
17410 Call byte-compile-nogroup-warn if appropriate.
17411
17412 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17413 (compilation-set-window): Don't call left-fringe-p; do it directly.
17414
17415 2005-05-19 Jay Belanger <belanger@truman.edu>
17416
17417 * calc/calc-graph.el (calc-graph-format-data): Make sure
17418 var-PlotRejects is bound before trying to check its value.
17419
17420 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17421
17422 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17423 definition of this variable from reftex-global.el to reftex.el,
17424 because it is needed in the menu.
17425
17426 2005-05-19 Lute Kamstra <lute@gnu.org>
17427
17428 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17429 years are fixed. Don't insert a space after a dash.
17430
17431 2005-05-19 Kim F. Storm <storm@cua.dk>
17432
17433 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17434
17435 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17436
17437 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17438 strings, because (eq ... ?\\) is fairly frequent.
17439
17440 * progmodes/make-mode.el (makefile-add-this-line-targets):
17441 Simplify and integrate into `makefile-pickup-targets'.
17442 (makefile-add-this-line-macro): Simplify and integrate into
17443 `makefile-pickup-macros.
17444 (makefile-pickup-filenames-as-targets): Simplify.
17445 (makefile-previous-dependency, makefile-match-dependency):
17446 Don't stumble over `::'.
17447
17448 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17449
17450 * subr.el (post-command-idle-hook, post-command-idle-delay):
17451 Remove obsoletion of post-command-idle-hook and
17452 post-command-idle-delay.
17453
17454 * faces.el (list-faces-display): Provide button when describe-face
17455 is called to take user back to the list of faces.
17456
17457 * help-fns.el (describe-variable): Remove hyperlinks in a
17458 variable's value as these are quite frequently inappropriate.
17459
17460 * follow.el (follow-submit-feedback, follow-mode):
17461 Remove references to post-command-idle-hook.
17462
17463 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17464
17465 * progmodes/make-mode.el (makefile-previous-dependency)
17466 (makefile-match-dependency): Check for := (and in bsd mode also
17467 !=) to give a better result, even when font-lock is not on.
17468
17469 2005-05-18 Jay Belanger <belanger@truman.edu>
17470
17471 * calc/calc-help.el (calc-s-prefix-help):
17472 Add `calc-copy-special-constant' to help string.
17473
17474 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17475
17476 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17477
17478 2005-05-18 Jay Belanger <belanger@truman.edu>
17479
17480 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17481 in linear factors are in proper order.
17482
17483 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17484
17485 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17486 Support for jurabib.
17487
17488 * textmodes/reftex.el (featurep): Define aliases for overlay
17489 commands, for XEmacs compatibility, and use these aliases in
17490 overlay initializations.
17491 (reftex-highlight): Use `reftex-move-overlay'.
17492 (reftex-unhighlight): Use `reftex-delete-overlay'.
17493 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17494 (reftex-access-search-path): Use `reftex-uniquify' instead of
17495 `reftex-uniq'
17496
17497 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17498 `before-string' property modification enables for Emacs as well.
17499 (reftex-select-item): Use `reftex-delete-overlay'.
17500 (reftex-select-mark): Use `reftex-make-overlay' and
17501 `reftex-overlay-put'.
17502 (reftex-select-unmark): Use `reftex-delete-overlay' and
17503 `reftex-overlay-put'.
17504
17505 2005-05-18 Lute Kamstra <lute@gnu.org>
17506
17507 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17508
17509 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17510
17511 * add-log.el (add-change-log-entry):
17512 * array.el (array-make-template, array-reconfigure-rows)
17513 (array-init-max-row, array-init-max-column)
17514 (array-init-columns-per-line, array-init-field-width):
17515 * replace.el (replace-match-maybe-edit, perform-replace):
17516 * textmodes/spell.el (spell-region):
17517 Replace `read-input' by `read-string'.
17518
17519 * forms.el (forms-mode):
17520 * finder.el (finder-compile-keywords):
17521 * shadowfile.el (shadow-read-files):
17522 Replace `eval-current-buffer' by `eval-buffer'.
17523
17524 * terminal.el (te-pass-through):
17525 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17526 (ange-ftp-raw-send-cmd):
17527 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17528 (send-process-next-char, telnet-initial-filter, telnet):
17529 Replace `send-string' by `process-send-string'.
17530
17531 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17532 (prolog-consult-region): Replace `send-string' by
17533 `process-send-string'; replace `send-region' by `process-send-region'.
17534
17535 * progmodes/delphi.el (delphi-log-msg):
17536 Replace `set-window-dot' by `set-window-point'.
17537
17538 * subr.el (window-dot, set-window-dot, read-input, send-string)
17539 (send-region, show-buffer, eval-current-buffer):
17540 Make really obsolete, as the comment says.
17541
17542 2005-05-17 Kim F. Storm <storm@cua.dk>
17543
17544 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17545 (cua--init-keymaps): Bind C-return instead of S-return to set
17546 rectangle mark.
17547
17548 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17549 instead of S-return to toggle/clear rectangle mark.
17550
17551 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17552
17553 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17554 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17555 Also fontify plain strings assigned to variables, mostly so that a
17556 colon has a face and is thus not taken as a dependency separator.
17557 (makefile-previous-dependency): Inline the new matcher, because it
17558 is too complex to work in both directions.
17559 (makefile-match-dependency): Eliminate `backward' arg (see above).
17560 Completely reimplemented so as to not sometimes go into an endless
17561 loop. It should also be more efficient, because first it only
17562 searches for `:', instead of applying the very complex regexp.
17563 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17564 to be fontified in one piece can be too long for JIT.
17565 Makefiles are never *that* big.
17566
17567 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17568
17569 * dired.el (dired-mode): Simplify.
17570
17571 2005-05-17 Lute Kamstra <lute@gnu.org>
17572
17573 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17574 defcustom for the mode hook variable.
17575
17576 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17577 Emacs Lisp Reference Manual.
17578
17579 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17580
17581 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17582 (evenp, list*):
17583 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17584 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17585
17586 * net/tramp-smb.el (tramp-smb-open-connection):
17587 Pass `tramp-chunksize' as fifth (required) argument.
17588
17589 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17590
17591 * font-lock.el (lisp-font-lock-keywords-1):
17592 Set `font-lock-negation-char-face' for [^...] char group.
17593 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17594
17595 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17596 a var, and refine it to mask one more level of nested vars.
17597 (makefile-rule-action-regex): Turn it into a var, and refine it so
17598 it recognizes backslashed continuation lines as belonging to the
17599 same command.
17600 (makefile-macroassign-regex): Refine it so it recognizes
17601 backslashed continuation lines as belonging to the same command.
17602 (makefile-var-use-regex): Don't look at the next char, because it
17603 might be the same one to be skipped by the initial [^$], leading
17604 to an overlooked variable use.
17605 (makefile-make-font-lock-keywords): Remove two parameters, which
17606 are now variables that some of the modes set locally.
17607 Handle dependency and rule action matching through functions, because
17608 regexps alone match too often. Dependency matching now comes
17609 last, so it can check, whether a colon already matched something else.
17610 (makefile-mode): Inform that font-lock improves makefile parsing
17611 capabilities.
17612 (makefile-match-dependency, makefile-match-action): New functions.
17613
17614 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17615
17616 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17617
17618 * align.el (align-regexp):
17619 * ansi-color.el (ansi-color-get-face):
17620 * array.el (array-reconfigure-rows, array-init-max-row)
17621 (array-init-max-column, array-init-columns-per-line)
17622 (array-init-field-width):
17623 * dired-aux.el (dired-trample-file-versions):
17624 * dired-x.el (dired-mark-sexp):
17625 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17626 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17627 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17628 * faces.el (face-read-integer):
17629 * files.el (backup-extract-version, insert-directory):
17630 * hexl.el (hexl-insert-decimal-char):
17631 * server.el (server-process-filter):
17632 * shell.el (shell-extract-num):
17633 * startup.el (command-line-1):
17634 * term.el (term-command-hook):
17635 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17636 (time-stamp-do-number):
17637 * time.el (display-time-update):
17638 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17639 (timezone-fix-time):
17640 * vms-patch.el (vms-suspend-resume-hook):
17641 * calendar/appt.el (appt-convert-time):
17642 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17643 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17644 * calendar/cal-islam.el (mark-islamic-diary-entries):
17645 * calendar/calendar.el (calendar-cursor-to-date)
17646 (calendar-star-date):
17647 * calendar/diary-lib.el (diary-attrtype-convert)
17648 (mark-diary-entries, diary-entry-time):
17649 * calendar/solar.el (solar-get-number):
17650 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17651 * emacs-lisp/re-builder.el (reb-display-subexp):
17652 * emulation/edt.el (edt-set-scroll-margins):
17653 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17654 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17655 (vip-get-ex-count):
17656 * emulation/viper-ex.el (viper-get-ex-token)
17657 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17658 * international/fontset.el (fontset-plain-name):
17659 * mail/feedmail.el (feedmail-look-at-queue-directory):
17660 * mail/mailalias.el (mail-get-names):
17661 * mail/rmail.el (rmail-convert-to-babyl-format):
17662 * mail/rmailsum.el (rmail-make-basic-summary-line)
17663 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17664 (rmail-summary-goto-msg):
17665 * mail/smtpmail.el (smtpmail-read-response):
17666 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17667 (ange-ftp-vms-add-file-entry):
17668 * play/gametree.el (gametree-looking-at-ply)
17669 (gametree-current-branch-score):
17670 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17671 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17672 * progmodes/cperl-mode.el (condition-case):
17673 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17674 (ebrowse-set-member-buffer-column-width)
17675 (ebrowse-select-1st-to-9nth):
17676 * progmodes/etags.el (etags-snarf-tag):
17677 * progmodes/flymake.el (flymake-parse-line):
17678 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17679 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17680 (idlwave-shell-menu-def):
17681 * progmodes/ps-mode.el (ps-run-goto-error):
17682 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17683 (vhdl-speedbar-contract-level):
17684 * term/mac-win.el (x-handle-numeric-switch):
17685 * term/sun-mouse.el (sun-get-frame-data):
17686 * term/w32-win.el (x-handle-numeric-switch):
17687 * term/x-win.el (x-handle-numeric-switch):
17688 * textmodes/ispell.el (ispell-parse-output):
17689 * textmodes/nroff-mode.el (nroff-outline-level):
17690 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17691 (reftex-bib-sort-year-reverse, reftex-format-citation):
17692 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17693 (reftex-section-number):
17694 * textmodes/texinfmt.el (texinfo-paragraphindent):
17695 Replace `string-to-int' by `string-to-number'.
17696
17697 * international/latexenc.el: Add page marker to force the "Local
17698 Variables:" string out of the last page.
17699
17700 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17701
17702 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17703 tooltip-change-major-mode.
17704 (gud-tooltip-print-command): Remove case where gud-minor-mode
17705 is gdb ("--fullname").
17706 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17707 explain to user.
17708
17709 2005-05-16 Jay Belanger <belanger@truman.edu>
17710
17711 * calc/calc-store.el (calc-copy-special-constant): New function.
17712
17713 * calc/calc-ext.el (calc-init-extensions): Add binding for
17714 `calc-copy-special-constant'.
17715
17716 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17717 for the `calc-copy-special-constant' command.
17718
17719 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17720
17721 * subr.el (left-fringe-p): New function.
17722
17723 * progmodes/compile.el (compilation-setup): Set local value of
17724 overlay-arrow-string to "" always.
17725 (compilation-set-window): Left fringe then don't scroll.
17726 No left fringe then no arrow and scroll message to top.
17727 (compilation-context-lines): Adjust doc string accordingly.
17728
17729 2005-05-16 Kim F. Storm <storm@cua.dk>
17730
17731 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17732 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17733 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17734 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17735 (ido-read-file-name): Handle commands with ido property value
17736 equal to find-file as reading a file name, to allow C-d to enter dired.
17737 (ibuffer-find-file): Add ido property with value find-file.
17738
17739 2005-05-15 Kim F. Storm <storm@cua.dk>
17740
17741 * subr.el (open-network-stream-nowait): Remove.
17742 (open-network-stream-server): Remove.
17743
17744 2005-05-15 Richard M. Stallman <rms@gnu.org>
17745
17746 * faces.el (describe-face): Output a definition link button.
17747
17748 * help-mode.el (help-face-def): New button type.
17749
17750 * emacs-lisp/copyright.el (copyright-fix-years):
17751 Match properly if the first year is 2-digit.
17752 Don't mess up the whitespace after the years by filling.
17753
17754 * dired-aux.el (dired-mark-confirm):
17755 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17756
17757 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17758 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17759 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17760
17761 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17762 Set font-lock-comment-start-skip.
17763
17764 * font-lock.el (font-lock-comment-start-skip): New variable.
17765 (font-lock-comment-end-skip): New variable.
17766 (font-lock-fontify-syntactically-region): Use them if non-nil.
17767
17768 2005-05-15 Jay Belanger <belanger@truman.edu>
17769
17770 * calc/calc-store.el (calc-store-value): Return a string rather
17771 than display it as a message.
17772 Use calc-var-name for variable name.
17773 (calc-store-into): Add the result of calc-store-value to message.
17774 (calc-copy-variable): Add a message.
17775 (calc-store-exchange): Improve error messages.
17776 (calc-store-binary, calc-store-map): Don't reset the values of
17777 special constants.
17778
17779 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17780
17781 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17782 manual to docstring.
17783
17784 * files.el (hack-local-variables-confirm): Add STRING argument.
17785 Make the function handle non file visiting buffers correctly.
17786 (hack-local-variables-prop-line, hack-local-variables)
17787 (hack-one-local-variable): Use STRING arg of
17788 `hack-local-variables-confirm'.
17789
17790 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17791
17792 Sync with Tramp 2.0.49.
17793
17794 * net/tramp.el (tramp-handle-dired-call-process)
17795 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17796 because the contents of the Tramp buffer is changed before
17797 insertion (`expand-file' and alike).
17798 (tramp-handle-insert-directory): If `localname' has an empty
17799 nondirectory name, it must not be quoted.
17800 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17801 variable `tramp-chunksize'. Change callees.
17802 (tramp-open-connection-setup-interactive-shell): Check remote host
17803 for buggy `send-process-string' implementation.
17804 Set `tramp-chunksize' if found. Reported by Michael Kifer
17805 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17806 (tramp-handle-shell-command): `insert-buffer' cannot be used
17807 because the contents of the Tramp buffer is changed before
17808 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17809 <frederic.bothamy@free.fr>.
17810 (tramp-set-auto-save): Actions should be done for Tramp file name
17811 handler only. Ange-FTP has its own auto-save mechanism.
17812 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17813 (tramp-set-auto-save-file-modes): Set file modes of
17814 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17815 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17816 (tramp-bug): Remove obsolete variable.
17817 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17818 for presence of `mml-mode'. Make it running for older Emacsen as well.
17819
17820 2005-05-14 John Paul Wallington <jpw@pobox.com>
17821
17822 * ibuf-ext.el (define-ibuffer-filter filename):
17823 If `dired-directory' is a list, use its car.
17824
17825 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17826
17827 * ibuffer.el (define-ibuffer-column filename):
17828 If `dired-directory' is a list, use its car.
17829
17830 2005-05-14 Richard M. Stallman <rms@gnu.org>
17831
17832 * subr.el (symbol-file): Doc fix.
17833
17834 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17835 (byte-compile-form): Call byte-compile-nogroup-warn.
17836 (byte-compile-warning-types): Doc fix.
17837
17838 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17839
17840 * progmodes/cc-engine.el (c-literal-faces):
17841 Add font-lock-comment-delimiter-face.
17842
17843 * net/net-utils.el (dig): Use with-no-warnings.
17844
17845 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17846 (sc-recite-frame-alist, sc-default-cite-frame)
17847 (sc-default-uncite-frame, sc-default-recite-frame)
17848 (sc-attrib-selection-list, sc-rewrite-header-list):
17849 Mark as risky-local-variable.
17850
17851 * international/ogonek.el (ogonek-jak, ogonek-how):
17852 Don't use beginning-of-buffer.
17853
17854 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17855
17856 * calendar/solar.el (solar-data-list): Move definition up.
17857
17858 * dnd.el (dnd-protocol-alist): Add autoload.
17859
17860 * progmodes/sh-script.el: Many doc usage fixes.
17861 (sh-indent-after-do): Change default to match common styles.
17862
17863 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17864
17865 * files.el (interpreter-mode-alist)
17866 (auto-mode-interpreter-regexp): Doc fixes.
17867
17868 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17869
17870 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17871
17872 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17873
17874 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17875
17876 * dired.el (dired-mode): make-variable-buffer-local =>
17877 make-local-variable.
17878
17879 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17880
17881 * term/mac-win.el (mac-select-convert-to-string): Try coding
17882 systems in mac-script-code-coding-systems if specified one cannot
17883 encode string for `com.apple.traditional-mac-plain-text'.
17884
17885 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17886
17887 * progmodes/make-mode.el (makefile-targets-face)
17888 (makefile-shell-face, makefile-makepp-perl-face): New faces.
17889 (makefile-dependency-regex): Fix it to not make the colon in
17890 $(var:a=b) special.
17891 (makefile-rule-action-regex): New regexp for highlighting embedded
17892 Shell strings.
17893 (makefile-macroassign-regex): Handle != for highlighting as
17894 embedded Shell strings.
17895 (makefile-var-use-regex): New const.
17896 (makefile-statements, makefile-automake-statements)
17897 (makefile-gmake-statements, makefile-makepp-statements)
17898 (makefile-bsdmake-statements): New consts.
17899 (makefile-make-font-lock-keywords): New function.
17900 (makefile-automake-font-lock-keywords)
17901 (makefile-gmake-font-lock-keywords)
17902 (makefile-makepp-font-lock-keywords)
17903 (makefile-bsdmake-font-lock-keywords): New consts.
17904 (makefile-mode-map): Add switchers between the various submodes.
17905 (makefile-mode): Document the availability of the variants.
17906 (makefile-automake-mode, makefile-gmake-mode)
17907 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17908
17909 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17910 new variants of makefile-mode.
17911
17912 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17913
17914 * font-lock.el (font-lock-comment-delimiter-face): Fix up
17915 the inheritance.
17916
17917 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
17918
17919 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17920 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17921
17922 * files.el (normal-mode): Extend the scope of the
17923 `enable-local-variables' binding to include the `set-auto-mode' call.
17924 (magic-mode-alist): Doc fix.
17925
17926 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17927
17928 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17929 font-lock-comment-face rather than copying its setting.
17930
17931 2005-05-12 Andreas Schwab <schwab@suse.de>
17932
17933 * eshell/esh-mode.el (eshell-send-input): Doc fix.
17934
17935 2005-05-12 Lute Kamstra <lute@gnu.org>
17936
17937 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17938 defcustom for the mode hook variable. Delete the last argument.
17939 * generic-x.el: Fix callers of define-generic-mode.
17940 (generic-x-modes): Delete group.
17941 (show-tabs-tab-face, show-tabs-space-face): Put them in the
17942 generic-x customization group.
17943
17944 2005-05-12 Kim F. Storm <storm@cua.dk>
17945
17946 * font-lock.el (font-lock-negation-char-face): Default to "off".
17947
17948 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17949 font-lock-negation-char-face to ! in !=.
17950
17951 2005-05-12 Masatake YAMATO <jet@gyve.org>
17952
17953 * add-log.el (find-change-log): Fix typos in the docstring
17954 of function.
17955
17956 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17957
17958 * international/latexenc.el (latexenc-find-file-coding-system):
17959 Avoid `re-search-forward' when looking for input encoding because
17960 of speed and safety. Better regular expressions for recognizing
17961 input encoding. Limit a search for TeX-master/tex-main-file to
17962 the local variable section.
17963
17964 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
17965
17966 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17967 syntax of $ to "'" (quote).
17968
17969 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
17970
17971 * dnd.el (dnd-protocol-alist): Improve custom type.
17972
17973 * dired.el (dired-dnd-protocol-alist): New variable.
17974 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
17975 `dired-mode-hook' to the end.
17976
17977 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17978
17979 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17980 comment-end if comment-start-skip is not set.
17981 Obey the font-lock-comment-delimiter-face variables.
17982
17983 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17984
17985 * files.el (executable-find): Move from executable.el. Use
17986 locate-file.
17987 * progmodes/executable.el (executable-find): Move to files.el.
17988
17989 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17990 when trying to ensure forward progress.
17991
17992 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
17993
17994 * mouse-sel.el (mouse-sel-follow-link-p): New function.
17995 (mouse-select, mouse-select-internal, mouse-extend-internal):
17996 Use it to implement mouse-1-click-follows-link functionality.
17997
17998 2005-05-11 Richard M. Stallman <rms@gnu.org>
17999
18000 * font-lock.el (font-lock-fontify-syntactically-region):
18001 Use font-lock-comment-delimiter-face for comment delimiters.
18002
18003 2005-05-10 Jay Belanger <belanger@truman.edu>
18004
18005 * calc/calc-help.el (calc-m-prefix-help): Add mention of
18006 preserving embedded modes.
18007
18008 2005-05-10 Richard M. Stallman <rms@gnu.org>
18009
18010 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
18011
18012 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
18013 Move from ada-stmt.el.
18014 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
18015
18016 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
18017 Move to ada-mode.el.
18018 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
18019
18020 * cus-edit.el (custom-file): Call file-chase-links.
18021
18022 * files.el (read-directory-name): Fix previous change.
18023 (hack-local-variables-confirm): New function.
18024 (hack-local-variables-prop-line, hack-local-variables)
18025 (hack-one-local-variable): Use it.
18026
18027 2005-05-10 Lute Kamstra <lute@gnu.org>
18028
18029 * font-lock.el (font-lock-keywords-alist)
18030 (font-lock-removed-keywords-alist): Clarify docstrings.
18031
18032 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
18033
18034 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
18035 (gdb-source-info): Check for preprocessor info.
18036 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
18037 a macro for a function.
18038 (gdb-info-breakpoints-custom): Try to find file again if not already
18039 found (user might have used GDB dir command).
18040 (gdb-get-location): Update gdb-location-alist correctly for change
18041 to gdb-info-breakpoints-custom.
18042
18043 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
18044 (gud-tooltip-print-command): Add gdbmi case.
18045 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
18046 preprocessor info.
18047
18048 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
18049
18050 * startup.el (fancy-splash-insert): Fix typo in doc string.
18051
18052 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
18053
18054 * obsolete/float.el (string-to-float):
18055 * obsolete/hilit19.el (hilit-add-pattern):
18056 * obsolete/rnews.el (news-parse-range, news-select-message)
18057 (news-get-pruned-list-of-files): Replace `string-to-int' by
18058 `string-to-number'.
18059
18060 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
18061 `find-file-not-found-hooks'; use `add-hook'.
18062 (uncompress-while-visiting): Set `write-file-functions', not
18063 `write-file-hooks'; use `add-hook'.
18064
18065 2005-05-09 Kim F. Storm <storm@cua.dk>
18066
18067 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
18068 (cua-paste): Handle clipboard action.
18069 (cua--init-keymaps): Remap clipboard-kill-region and
18070 clipboard-kill-ring-save.
18071
18072 2005-05-08 Eli Zaretskii <eliz@gnu.org>
18073
18074 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18075 Improve commentary.
18076
18077 * simple.el (next-error-overlay-arrow-position): Revert the change
18078 made on 2005-04-30.
18079
18080 2005-05-07 Jay Belanger <belanger@truman.edu>
18081
18082 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
18083 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
18084 `calc-sel-reselect'.
18085
18086 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
18087 Calc is in embedded mode.
18088
18089 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18090
18091 * progmodes/compile.el (compilation-setup):
18092 Set overlay-arrow-string to an empty string on text terminals.
18093
18094 * textmodes/ispell.el (ispell-program-name): Try looking for
18095 "aspell" along exec-path, and if found, use it as the default
18096 speller program.
18097
18098 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
18099
18100 * international/mule.el (sgml-xml-auto-coding-function):
18101 Recognize encoding='FOO' in single quotes as well as in double quotes.
18102
18103 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18104
18105 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
18106 as well as `interactive', so that defmacro* would recognize
18107 `declare' forms.
18108
18109 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18110
18111 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18112 Explain more about the LIGHTER arg's usage in the doc string.
18113 Add commentary to clarify what the code does. Fix the regexp that
18114 strips whitespace from LIGHTER. Quote LIGHTER before using it,
18115 since it could have characters special to regular expressions.
18116
18117 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18118
18119 * replace.el (occur-1): Bind inhibit-read-only so that
18120 erase-buffer doesn't barf on read-only text properties (likewise
18121 for add-text-properties in occur-engine). Mark buffer as unmodified.
18122 (occur-engine): Don't set buffer-read-only here.
18123
18124 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18125
18126 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
18127 list-buffers-directory. This caused the *cvs-commit* buffer to be
18128 sometimes mistakenly reused as a *cvs* buffer.
18129
18130 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
18131
18132 * tooltip.el: Move code for GUD tooltips into gud.el.
18133 (require): CL no longer needed to compile case.
18134 (tooltip-mode): Do not toggle functions for GUD tooltips.
18135 (tooltip-gud-tips-p): Remove. Replace with minor mode
18136 gud-tooltip-mode in gud.el.
18137 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
18138 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
18139 tooltip-gud prefix with gud-tooltip and obsolete.
18140 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
18141 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
18142 (tooltip-mouse-motion): Mouse movement functions/variable.
18143 Rename in gud.el by adding gud prefix.
18144 (tooltip-gud-original-filter, tooltip-gud-dereference)
18145 (tooltip-gud-event, tooltip-toggle-gud-tips)
18146 (tooltip-gud-process-output, tooltip-gud-print-command)
18147 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
18148 gud.el by replacing tooltip-gud prefix with gud-tooltip.
18149 (gdb-tooltip-print): Move to gdb-ui.el.
18150
18151 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
18152 (require): CL needed to compile case.
18153 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
18154 tooltip-gud-tips-p. Make it a minor-mode.
18155 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
18156 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
18157 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
18158 (gud-tooltip-change-major-mode)
18159 (gud-tooltip-activate-mouse-motions-if-enabled)
18160 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
18161 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
18162 (gud-tooltip-original-filter, gud-tooltip-dereference)
18163 (gud-tooltip-event, tooltip-toggle-gud-tips)
18164 (gud-tooltip-process-output, gud-tooltip-print-command)
18165 (gud-tooltip-tips): Move from tooltip.el.
18166
18167 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
18168 (gdb-cpp-define-alist-flags): Doc fix.
18169 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
18170 gud-tooltip-mode is t.
18171
18172 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18173
18174 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
18175 evaporate if their text is deleted.
18176 (goto-address-at-point): Make it work as a mouse binding as well.
18177 (goto-address-at-mouse): Obsolete it. Update users.
18178
18179 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
18180
18181 * calendar/appt.el (top-level): No longer activate on load.
18182
18183 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
18184
18185 * calendar/cal-bahai.el (mark-bahai-diary-entries):
18186 * net/webjump.el (webjump):
18187 * progmodes/idlw-help.el (idlwave-do-context-help1)
18188 (idlwave-highlight-linked-completions):
18189 * textmodes/po.el (po-find-file-coding-system-guts):
18190 Replace `assoc-ignore-case' by `assoc-string'.
18191
18192 2005-05-06 Eli Zaretskii <eliz@gnu.org>
18193
18194 * files.el (locate-file): Doc fix.
18195
18196 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
18197 Remove the redundant test for ms-dos.
18198
18199 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
18200 look for the preprocessor with exec-suffixes. If not found in
18201 standard places, look in exec-path. Remove most of the tests that
18202 used system-type.
18203
18204 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
18205
18206 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
18207
18208 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
18209 file-name clash with jka-compr.el on 8+3 filesystems.
18210
18211 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18212
18213 * term/mac-win.el: Don't define or bind scroll bar functions if
18214 x-toolkit-scroll-bars is t.
18215 (x-select-text, x-get-selection-value): Clear
18216 x-last-selected-text-clipboard if x-select-enable-clipboard is
18217 nil.
18218 (PRIMARY): Put mac-scrap-name property.
18219 (mac-select-convert-to-file-url): New function.
18220 (public.file-url): New selection target type. Add to
18221 selection-converter-alist.
18222 (x-get-selection, x-selection-value): Handle it.
18223 (x-cut-buffer-or-selection-value): New alias.
18224
18225 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18226
18227 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
18228 entry to avoid calling bibtex-find-entry with arg global
18229 being t. Remove arg key.
18230 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
18231 (bibtex-copy-summary-as-kill): Change accordingly.
18232
18233 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18234
18235 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
18236 (org-agenda-date-later): Use with-current-buffer.
18237
18238 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
18239
18240 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18241 (define-obsolete-variable-alias): Doc Fixes.
18242
18243 2005-05-06 Kim F. Storm <storm@cua.dk>
18244
18245 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
18246 vertical-motion when selective-display is active.
18247
18248 * ido.el (ido-setup-hook): New hook.
18249 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18250 (ido-input-stack): New var.
18251 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
18252 ido-next-work-file binding to M-O.
18253 Bind M-f to ido-wide-find-file-or-pop-dir.
18254 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18255 (ido-read-internal): Run ido-setup-hook.
18256 Catch quit in read-file-name and read-string to cancel edit.
18257 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18258 Automatically pop-all when completing a directory name (RET).
18259 (ido-file-internal): Add with-no-warnings around ffap and dired code.
18260 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18261 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18262 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18263 New functions for M-b/M-f to move among the directory components.
18264 (ido-make-merged-file-list): Catch quit to cancel merge.
18265 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18266 (ido-completion-help): No warnings for ido-completion-buffer-full.
18267
18268 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18269
18270 * font-lock.el (font-lock-negation-char-face): New face and variable.
18271 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18272 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18273 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18274 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18275
18276 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18277
18278 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18279 Fix typo in docstring.
18280
18281 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18282 (ebrowse-print-statistics-line)
18283 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18284
18285 * term/w32-win.el (image-library-alist): Add additional name for
18286 Xpm library.
18287
18288 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18289
18290 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18291 use gcc instead of cpp.
18292
18293 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18294 (gdb-create-define-alist): Use it.
18295 (gdb-cpp-define-alist-program): Update for MS-DOS.
18296
18297 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18298
18299 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18300
18301 2005-05-04 Richard M. Stallman <rms@gnu.org>
18302
18303 * help.el (describe-key): No error when UNTRANSLATED is nil.
18304
18305 * simple.el (line-move-1): Fix previous change to signal errors
18306 appropriately.
18307
18308 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18309
18310 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18311 (icalendar-duration-correction): Remove.
18312 (icalendar--get-event-properties): Split result at commas.
18313 (icalendar--decode-isoduration): New optional argument
18314 DURATION-CORRECTION.
18315 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18316 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18317 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18318 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18319 (icalendar--convert-anniversary-to-ical): New functions, extracted
18320 from icalendar-export-region, with bug fixes.
18321 (icalendar-export-region): Use the above functions.
18322 (icalendar-import-buffer): Check before saving diary file.
18323 (icalendar--convert-recurring-to-diary)
18324 (icalendar--convert-non-recurring-all-day-to-diary)
18325 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18326 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18327 (icalendar--convert-ical-to-diary): Use the above functions.
18328
18329 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18330
18331 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18332 Remove these recent additions.
18333 (c-mode): Restore to before 2005-04-28.
18334
18335 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18336 recent addition.
18337
18338 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18339 (gdb-define-alist): New variables.
18340 (gdb-create-define-alist): New function.
18341 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18342 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18343 with string-to-number.
18344 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18345
18346 * progmodes/gud.el: Replace string-to-int with string-to-number.
18347 (gud-find-file): Handle gdb-define-alist.
18348
18349 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18350
18351 2005-05-02 Jay Belanger <belanger@truman.edu>
18352
18353 * calc/calc-aent.el (math-read-token):
18354 * calc/calc-bin.el (calc-word-size):
18355 * calc/calc-ext.el (calc-read-number-fancy):
18356 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18357 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18358 * calc/calc-frac.el (calc-over-notation):
18359 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18360 (calc-graph-num-points, calc-graph-init):
18361 * calc/calc-prog.el (calc-read-parse-table-part)
18362 (calc-edit-macro-repeats):
18363 * calc/calc-yank.el (calc-do-grab-rectangle):
18364 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18365 Replace `string-to-int' by `string-to-number'.
18366
18367 2005-05-02 Kim F. Storm <storm@cua.dk>
18368
18369 * kmacro.el: Use executing-kbd-macro-index variable.
18370
18371 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18372
18373 * net/rlogin.el (rlogin-parse-words): Delete func.
18374 (rlogin): Use split-string, not rlogin-parse-words.
18375 Also, if there are option-like elements in the parsed args,
18376 take the host to be the first arg immediately following them.
18377 Suggested by Michael Mauger.
18378
18379 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18380
18381 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18382
18383 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18384
18385 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18386 (cc-mode-cpp-program): Rename to cc-define-list-program and
18387 move to cc-vars.el.
18388
18389 * progmodes/cc-vars.el (cc-define-list-program):
18390 Change to "gcc -E -dM -". Make customizable.
18391
18392 2005-05-02 Kim F. Storm <storm@cua.dk>
18393
18394 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18395
18396 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18397
18398 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18399
18400 * international/mule-util.el (truncate-string): Remove alias and
18401 obsolete declaration.
18402
18403 * international/mule-cmds.el (update-iso-coding-systems):
18404 Remove alias and obsolete declaration.
18405
18406 * international/mule.el (coding-system-parent): Remove alias and
18407 obsolete declaration.
18408
18409 * subr.el (define-function, sref): Remove aliases and obsolete
18410 declarations.
18411 (chars-in-region): Remove obsolete declaration.
18412
18413 2005-05-01 Richard M. Stallman <rms@gnu.org>
18414
18415 * info.el (Info-mode): Set widen-automatically to nil, locally.
18416
18417 * simple.el (widen-automatically): New variable.
18418 (pop-global-mark): Obey widen-automatically.
18419
18420 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18421
18422 * term/xterm.el (function-key-map): Call substitute-key-definition
18423 before the keymap size is increased by a lot of define-key calls.
18424
18425 2005-05-01 Richard M. Stallman <rms@gnu.org>
18426
18427 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18428 Rename ARG to ELEMENT. Doc fix.
18429
18430 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18431
18432 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18433 Remove references to allout-exposure/change to allout-new-exposure.
18434
18435 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18436 bytecode symbols.
18437
18438 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18439 (compiled-function-p, focus-frame, unfocus-frame):
18440 Remove aliases and obsolete declarations.
18441 Back out inadvertent changes from previous commit.
18442
18443 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18444
18445 * files.el (require-final-newline): Make Custom tags consistent
18446 with mode-require-final-newline.
18447 (mode-require-final-newline): Doc fix.
18448
18449 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18450
18451 * international/latexenc.el (latexenc-find-file-coding-system):
18452 Fix regular expressions.
18453
18454 2005-05-01 David Kastrup <dak@gnu.org>
18455
18456 * international/latexenc.el (latexenc-find-file-coding-system):
18457 Fix regular expressions.
18458
18459 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18460
18461 * subr.el (string-to-int): Make obsolete.
18462
18463 2005-04-30 Richard M. Stallman <rms@gnu.org>
18464
18465 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18466
18467 * loadup.el: load jka-comp-hook.
18468
18469 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18470 (jka-compr-handler): Add autoload. `put' calls moved
18471 to jka-comp-hook.el.
18472 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18473 (jka-compr-inhibit): Autoload.
18474
18475 * jka-comp-hook.el: New file.
18476 Enable the mode by default.
18477
18478 * files.el (backup-buffer-copy): Use copy-file instead
18479 of write-region, and put back the 'excl.
18480
18481 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18482
18483 * progmodes/flymake.el (flymake-split-string)
18484 (flymake-split-string, flymake-log, flymake-pid-to-names)
18485 (flymake-reg-names, flymake-get-source-buffer-name)
18486 (flymake-unreg-names, flymake-add-line-err-info)
18487 (flymake-add-err-info): Clarify docstrings.
18488 (flymake-popup-menu, flymake-make-emacs-menu)
18489 (flymake-make-xemacs-menu): Add docstrings.
18490 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18491 Set variables directly throughout.
18492
18493 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18494
18495 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18496 exists. Initialize cc-define-alist.
18497 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18498 If there is no file (Macroexpansion) don't create an alist.
18499
18500 2005-04-29 Sam Steingold <sds@gnu.org>
18501
18502 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18503 (cc-create-define-alist): Use it instead of the hard-coded string.
18504
18505 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18506
18507 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18508 for latexenc.
18509
18510 2005-04-29 Lute Kamstra <lute@gnu.org>
18511
18512 * emacs-lisp/generic.el: Improve commentary section.
18513 (define-generic-mode): Improve docstring.
18514
18515 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18516
18517 * textmodes/org.el (many places): Change to quiet the byte compiler.
18518 (org-prefix-format-compiled): New variable.
18519 (org-compile-prefix-format): New function.
18520 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18521 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18522 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18523 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18524 consistency with entries from `org-mode' files.
18525 (org-get-time-of-day): Fix bug with partial matches early in a line.
18526 (org-non-link-chars): New constant.
18527 (org-link-regexp): Respect `org-non-link-chars'.
18528 (org-agenda-day-view): Remove command.
18529 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18530 (org-follow-bbdb-link, org-store-link): Search also company field.
18531 (org-highlight-overlay): New variable.
18532 (org-highlight, org-unhighlight): New functions.
18533 (org-agenda-mode): Add pre-command-hook to remove highlight.
18534 (org-evaluate-time-range): Behavior depends upon whether time stamp
18535 contains a time or not.
18536 (org-show-subtree, org-show-entry): New functions.
18537 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18538
18539 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18540
18541 * comint.el (comint-output-filter-functions): Add autoload cookie.
18542
18543 2005-04-28 Kim F. Storm <storm@cua.dk>
18544
18545 * ido.el (ido-everywhere): Fix last change.
18546
18547 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18548
18549 * international/latexenc.el: New file.
18550 * international/mule-conf.el (file-coding-system-alist): For .tex,
18551 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18552
18553 2005-04-28 Lute Kamstra <lute@gnu.org>
18554
18555 * font-lock.el (font-lock-add-keywords)
18556 (font-lock-remove-keywords): Clarify docstring.
18557 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18558 Don't start docstrings with a `*'.
18559 (font-lock-update-removed-keyword-alist): Give it a docstring.
18560
18561 * generic-x.el: Update commentary section.
18562 Only require font-lock when compiling.
18563 Define all modes conditionally.
18564 Place all generic modes in the generic-x-modes customization group.
18565 (generic-x-modes): New customization group.
18566 (generic-default-modes, generic-mswindows-modes)
18567 (generic-unix-modes, generic-other-modes): New constants.
18568 (generic-define-mswindows-modes, generic-define-unix-modes):
18569 Update docstrings. Make them obsolete.
18570 (generic-extras-enable-list): New default value. Update docstring.
18571 Improve :type. Change :set function.
18572 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18573 Fix docstring.
18574
18575 * emacs-lisp/generic.el (generic-mode-internal):
18576 Simplify font-lock-defaults.
18577 (define-generic-mode): Fix docstring.
18578
18579 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18580
18581 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18582 font-lock-face property to highlight matches.
18583
18584 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18585
18586 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18587 (cc-define-alist): New variable.
18588 (c-mode): Make it local and initialize it.
18589
18590 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18591 (gdb-exited): New function.
18592 (gdb-annotation-rules): Use it.
18593 (gdb-starting): Set gdb-active-process to t.
18594 (gdb-stopping): Amend doc string.
18595 (gdb-reset): Set gdb-active-process to nil.
18596
18597 * tooltip.el (tooltip-gud-tips): Show the associated #define
18598 directives when a C program under GDB is not executing.
18599
18600 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18601
18602 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18603 font-lock-fontify-syntactic-keywords.
18604
18605 * font-lock.el (font-lock-default-fontify-region): Don't force
18606 parse-sexp-lookup-properties to nil.
18607
18608 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18609
18610 * man.el (man-mode-syntax-table): Set up `:' to have
18611 word-constituent syntax.
18612
18613 2005-04-27 Lute Kamstra <lute@gnu.org>
18614
18615 * novice.el (disable-command): Don't add spurious newlines to the
18616 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18617
18618 2005-04-26 Jay Belanger <belanger@truman.edu>
18619
18620 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18621 than one window before deleting window.
18622
18623 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18624
18625 * shell.el (shell-prompt-pattern): Doc fix.
18626 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18627
18628 * comint.el (comint-prompt-regexp, comint-get-old-input)
18629 (comint-use-prompt-regexp)
18630 (comint-use-prompt-regexp-instead-of-fields)
18631 (comint-replace-by-expanded-history, comint-send-input)
18632 (comint-output-filter, comint-get-old-input-default)
18633 (comint-line-beginning-position, comint-bol, comint-show-output)
18634 (comint-backward-matching-input, comint-forward-matching-input)
18635 (comint-next-prompt, comint-previous-prompt):
18636 Rename `comint-use-prompt-regexp-instead-of-fields' to
18637 `comint-use-prompt-regexp'. Keep old name as alias and declare
18638 obsolete.
18639 (comint-use-prompt-regexp): Shorten first line of doc string.
18640
18641 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18642 Set paragraph-separate buffer locally to "\\'".
18643
18644 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18645 Adapt to above name change.
18646
18647 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18648 (smbclient-prompt-regexp): Ditto.
18649
18650 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18651
18652 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18653
18654 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18655 gdb-location-list.
18656 Break lines that are over 80 characters wide.
18657
18658 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18659
18660 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18661 New fun and var, to preserve compatibility.
18662
18663 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18664
18665 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18666
18667 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18668 name to file-newer-than-file-p.
18669
18670 2005-04-26 Richard M. Stallman <rms@gnu.org>
18671
18672 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18673
18674 * progmodes/python.el (python-mode):
18675 Use new name eldoc-documentation-function.
18676
18677 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18678
18679 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18680 (eldoc-documentation-function):
18681 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18682
18683 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18684
18685 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18686
18687 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18688
18689 * term/xterm.el (function-key-map): Fix strings for
18690 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18691 {C,S,A,C-S}-{f1-f12}.
18692
18693 2005-04-26 Kenichi Handa <handa@m17n.org>
18694
18695 * international/mule-cmds.el (select-safe-coding-system):
18696 Fix previous change.
18697
18698 2005-04-26 Lute Kamstra <lute@gnu.org>
18699
18700 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18701
18702 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18703 (font-lock-comment-delimiter-face): Ditto.
18704
18705 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18706
18707 2005-04-25 Jay Belanger <belanger@truman.edu>
18708
18709 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18710 to t while inserting information; use help-mode.
18711
18712 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18713
18714 * term.el (ansi-term-color-vector): Use the xterm colors.
18715 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18716
18717 2005-04-25 Lute Kamstra <lute@gnu.org>
18718
18719 * font-core.el (font-lock-defaults): Fix docstring.
18720
18721 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18722
18723 2005-04-25 Kenichi Handa <handa@m17n.org>
18724
18725 * international/mule-cmds.el (select-safe-coding-system):
18726 Don't check consistency with coding: spec, etc if raw-text or
18727 no-conversion was found to be safe.
18728
18729 2005-04-24 Richard M. Stallman <rms@gnu.org>
18730
18731 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18732 citation markers at start of each line.
18733
18734 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18735 citation markers at start of each line.
18736
18737 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18738
18739 * files.el (mode-require-final-newline): Fix previous change.
18740 (require-final-newline): Fix type label.
18741
18742 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18743
18744 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18745 statement in buffer (broken by 2004-11-24 change).
18746
18747 2005-04-24 Kim F. Storm <storm@cua.dk>
18748
18749 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18750 and read-file-name-function values. Don't overwrite existing
18751 non-nil values if ido-mode is enabled without ido-everywhere.
18752
18753 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18754
18755 * files.el (mode-require-final-newline): Minor doc fix.
18756
18757 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18758
18759 * subr.el (syntax-after): Doc fix.
18760 (syntax-class): If argument is nil, return nil. Mask off upper 16
18761 bits, not 8 bits.
18762
18763 * files.el (mode-require-final-newline): Doc fix.
18764 (backup-buffer-copy): Fix last change.
18765
18766 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18767
18768 * term/mac-win.el: Require select. Set selection-coding-system to
18769 mac-system-coding-system. Call menu-bar-enable-clipboard.
18770 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18771 (x-select-enable-clipboard): New variables.
18772 (x-select-text, x-get-selection, x-selection-value)
18773 (x-get-selection-value, mac-select-convert-to-string)
18774 (mac-services-open-file, mac-services-open-selection)
18775 (mac-services-insert-text): New functions.
18776 (CLIPBOARD, FIND): Put mac-scrap-name property.
18777 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18778 (public.tiff): Put mac-ostype property.
18779 (selection-converter-alist): Add entries for them.
18780 (mac-application-menu-map): New keymap.
18781 (interprogram-cut-function, interprogram-paste-function): Set to
18782 x-select-text and x-get-selection-value, respectively.
18783 (split-window-keep-point): Set to t.
18784
18785 2005-04-23 Richard M. Stallman <rms@gnu.org>
18786
18787 * files.el (read-directory-name): Always pass non-nil
18788 DEFAULT-FILENAME arg to read-file-name.
18789 (backup-buffer-copy, basic-save-buffer-2): Take care against
18790 writing thru an unexpected existing symlink.
18791 (revert-buffer): In indirect buffer, revert the base buffer.
18792 (magic-mode-alist): Doc fix.
18793 (buffer-stale-function): Doc fix.
18794 (minibuffer-with-setup-hook): Avoid warning.
18795 (mode-require-final-newline): Doc and custom fix.
18796
18797 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18798
18799 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18800 use the default appearance.
18801 (font-lock-comment-delimiter-face): New face, new variable.
18802
18803 * imenu.el (imenu--generic-function): The official position of a
18804 definition is the start of the line that BEG is in.
18805
18806 * midnight.el (midnight-timer): Move defvar up.
18807
18808 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18809
18810 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18811
18812 * startup.el (command-line): Use with-no-warnings.
18813
18814 * window.el (window-size-fixed): New defvar.
18815
18816 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18817
18818 * mail/rmail.el (rmail-font-lock-keywords):
18819 Use font-lock-comment-delimiter-face.
18820
18821 * mail/sendmail.el (mail-font-lock-keywords):
18822 Use font-lock-comment-delimiter-face.
18823
18824 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18825
18826 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18827
18828 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18829 Specify t for LAXMATCH when matching directories.
18830 Save match data around compilation-compat-error-properties form.
18831
18832 2005-04-23 David Kastrup <dak@gnu.org>
18833
18834 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18835 Mention that the autoloaded aliases should be kept for AUCTeX.
18836
18837 2005-04-23 Andreas Schwab <schwab@suse.de>
18838
18839 * isearch.el (isearch-forward): Doc fix.
18840
18841 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18842
18843 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18844 (jit-lock-stealth-nice): Change default value to 0.5.
18845
18846 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18847
18848 * abbrev.el (write-abbrev-file): Write table entries in
18849 alphabetical order by table name.
18850
18851 2005-04-22 Kim F. Storm <storm@cua.dk>
18852
18853 * ido.el (ido-read-internal): Fix `list' completion.
18854
18855 2005-04-22 Kenichi Handa <handa@m17n.org>
18856
18857 * recentf.el (recentf-save-file-coding-system): New variable.
18858 (recentf-save-list): Encode the file by
18859 recentf-save-file-coding-system and add coding: tag.
18860
18861 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18862
18863 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18864
18865 2005-04-21 Lute Kamstra <lute@gnu.org>
18866
18867 * loadhist.el (unload-feature): Don't remove a function from hooks
18868 if it is about to be restored to an autoload . Remove functions
18869 that will become unbound from auto-mode-alist. Simplify the code.
18870
18871 * subr.el (assq-delete-all): New implementation that is linear,
18872 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18873 (rassq-delete-all): New function.
18874
18875 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18876 Add size-indication-mode.
18877
18878 2005-04-21 Kenichi Handa <handa@m17n.org>
18879
18880 * international/mule-cmds.el: Add autoload for widget-value in
18881 eval-when-compile.
18882
18883 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18884
18885 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18886 Add tooltip-mode.
18887
18888 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18889
18890 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
18891
18892 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18893 (inferior-lisp-filter-regexp, inferior-lisp-program)
18894 (inferior-lisp-load-command, inferior-lisp-prompt)
18895 (inferior-lisp-mode-hook, lisp-source-modes)
18896 (inferior-lisp-load-hook): defvar->defcustom.
18897 (inferior-lisp-program, inferior-lisp-prompt)
18898 (inferior-lisp-load-hook): Doc fixes.
18899 (inferior-lisp-install-letter-bindings): Small change in
18900 introductory comment.
18901
18902 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
18903
18904 * vc.el (vc-annotate-color-map): Change some colors so that text
18905 using them as foreground is readable on both white and black
18906 backgrounds.
18907
18908 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18909
18910 * international/mule-conf.el (translation-table-for-input):
18911 Remove redundant declaration.
18912
18913 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18914
18915 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18916
18917 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18918 (tooltip-toggle-gud-tips): New function.
18919
18920 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18921
18922 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18923 right angle brackets.
18924
18925 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18926
18927 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18928
18929 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18930
18931 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18932 Remove. Update callers to use expand-file-name instead.
18933
18934 * subr.el (syntax-class): New function.
18935
18936 * simple.el (blink-matching-open): Use it.
18937
18938 * paren.el (show-paren-function): Use it to recognize parens that are
18939 also used in 2-char comment markers.
18940
18941 2005-04-19 Lute Kamstra <lute@gnu.org>
18942
18943 * loadhist.el (unload-feature): Update for new format of
18944 load-history. Simplify the code.
18945
18946 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18947
18948 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18949 (mac-add-charset-info): New function. Initialize variable
18950 mac-charset-info-alist using it.
18951 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18952 for translation.
18953 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18954 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18955 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18956 New CCL programs.
18957
18958 2005-04-19 Kim F. Storm <storm@cua.dk>
18959
18960 * simple.el (next-buffer, prev-buffer, next-error)
18961 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18962 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18963
18964 * bindings.el (next-buffer, prev-buffer, next-error)
18965 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18966 (clone-indirect-buffer-other-window): Move bindings from simple.el.
18967 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18968 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18969
18970 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18971
18972 * isearch.el (isearch-edit-string): Make the search-ring available for
18973 minibuffer history commands.
18974 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18975 the default history commands now work just as well.
18976 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18977
18978 2005-04-18 Kim F. Storm <storm@cua.dk>
18979
18980 * emulation/cua-base.el (cua--pre-command-handler): Add more
18981 elaborate check for shift modifier on non-window systems.
18982
18983 2005-04-18 Lars Hansen <larsh@math.ku.dk>
18984
18985 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18986
18987 2005-04-18 Kim F. Storm <storm@cua.dk>
18988
18989 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18990 and make it optional. Don't test tooltip-gud-echo-area here.
18991 (tooltip-gud-process-output, gdb-tooltip-print):
18992 Pass tooltip-gud-echo-area to tooltip-show.
18993 (tooltip-help-tips): Remove second optional arg to tooltip-show.
18994
18995 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18996
18997 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18998 `display-graphic-p' may not be bound yet.
18999
19000 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
19001
19002 * startup.el (command-line): No longer enable Xterm Mouse mode by
19003 default in terminals compatible with xterm.
19004
19005 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
19006
19007 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
19008
19009 * tooltip.el (tooltip-gud-echo-area): Rename from
19010 tooltip-use-echo-area.
19011 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
19012 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
19013 area independently of where help tooltips are displayed.
19014
19015 2005-04-17 David Kastrup <dak@gnu.org>
19016
19017 * cus-theme.el (custom-theme-write-variables): Quote variables
19018 where necessary.
19019
19020 2005-04-17 Richard M. Stallman <rms@gnu.org>
19021
19022 * simple.el (yank-excluded-properties): Add follow-link to value.
19023
19024 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
19025
19026 * startup.el (fancy-splash-max-time): Just 30 seconds.
19027 (fancy-splash-delay): Just 7.
19028 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
19029
19030 * loadhist.el (unload-feature): Update for new format of load-history.
19031 Simplify the code.
19032
19033 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
19034 (rmail-font-lock-keywords): Don't fontify the text of a citation.
19035
19036 * mail/sendmail.el (mail-font-lock-keywords):
19037 Don't fontify subject text.
19038 Don't fontify the text of a citation.
19039
19040 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
19041
19042 * comint.el (comint-output-filter): Run comint-output-filter-functions
19043 with point where the user had it.
19044
19045 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
19046
19047 * international/ucs-tables.el (ucs-set-table-for-input):
19048 Disable when using unify-on-decoding.
19049
19050 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
19051
19052 * emulation/cua-base.el (cua-global-mark-face): Add special case
19053 for displays supporting a high number of colors.
19054
19055 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
19056
19057 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
19058
19059 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
19060
19061 * filesets.el (filesets-add-buffer): If user supplies a name of a
19062 non-existing fileset, create a new fileset.
19063
19064 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
19065
19066 * textmodes/org.el (org-up-heading-all): Fix bug with
19067 `outline-up-heading-all'.
19068
19069 2005-04-16 Andreas Schwab <schwab@suse.de>
19070
19071 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
19072 /etc/permissions.d/* and /etc/aliases.d/*.
19073
19074 2005-04-16 Kenichi Handa <handa@m17n.org>
19075
19076 * international/code-pages.el (cp-make-coding-system):
19077 Set `translation-table-for-input' property value to the symbol
19078 ucs-mule-to-mule-unicode, not to that value.
19079 (pt154): Escape guillemet by `\'.
19080
19081 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
19082
19083 * loadup.el: Load tooltip if x-show-tip is fboundp.
19084
19085 * startup.el (command-line): Add comment.
19086
19087 * tooltip.el (tooltip-mode): Specify correct standard value for
19088 Custom in init-value.
19089
19090 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
19091
19092 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
19093 possible.
19094
19095 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
19096
19097 * textmodes/org.el (org-agenda-date-prompt): Rename from
19098 `org-agenda-date-today'.
19099 (org-evaluate-time-range): Insert at point instead of directly
19100 after time range.
19101 (org-first-headline-recenter, org-subtree-end-visible-p)
19102 (org-optimize-window-after-visibility-change): New functions
19103 (org-agenda-post-command-hook): Don't allow point at end of line,
19104 to make sure it always hits the text properties.
19105 (org-agenda-next-date-line, org-agenda-previous-date-line):
19106 New commands.
19107 (org-set-regexps-and-options): Category may contain white space.
19108 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19109 Improve marker positions.
19110 (org-agenda-new-marker): Argument POS made optional.
19111 (org-agenda-get-timestamps): Deadlines which are done are listed
19112 in org-done-face now.
19113 (org-agenda-get-todos, org-agenda-get-timestamps)
19114 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19115 Set `undone-face' and `done-face' properties.
19116 (org-last-todo-state-is-todo): New variable.
19117 (org-todo): Set `org-last-todo-state-is-todo'.
19118 (org-agenda-todo): Change face according to
19119 `org-last-todo-state-is-todo'. And change other lines referring to
19120 the same entry.
19121 (org-calendar-goto-agenda): New command.
19122 (org-calendar-to-agenda-key): New option.
19123 (org-startup-folded): New allowed value `content'.
19124 (org-set-regexps-and-options): Accept new value `content' for
19125 `org-startup-folded'.
19126 (org-get-current-options): Handle new value `content' for
19127 `org-startup-folded'.
19128 (org-insert-todo-heading): New command.
19129 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
19130 interactively in empty file and option
19131 `org-insert-mode-line-in-empty-file' has been set.
19132 (org-agenda-todo, org-agenda-priority): Modify to use
19133 `org-agenda-change-all-lines'.
19134 (org-warning-face): Change color on dark background
19135
19136 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19137
19138 * international/mule-cmds.el (set-locale-environment): On Mac OS,
19139 use preferences AppleLocale and AppleLanguages, and variable
19140 mac-system-locale for default locale. On Mac OS Classic, use
19141 mac-system-coding-system for default coding systems.
19142
19143 * term/mac-win.el: Don't set file-name-coding-system.
19144 Decode variables system-name, emacs-build-system, user-login-name, and
19145 user-full-name by mac-system-coding-system on Mac OS Classic.
19146 (mac-system-coding-system): New variable.
19147
19148 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
19149
19150 * startup.el (command-line): Handle `xterm-mouse-mode' before
19151 reading init file.
19152
19153 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
19154
19155 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
19156
19157 * progmodes/sh-script.el (sh-here-document-word): Make it a
19158 defcustom. Doc fix.
19159 (sh-add): Bash uses $(( )) for arithmetic.
19160 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
19161 (sh-maybe-here-document): Remove quotes and leading whitespace
19162 from heredoc word when closing. Indent heredoc with tabs if word
19163 starts with "-".
19164
19165 2005-04-13 Richard M. Stallman <rms@gnu.org>
19166
19167 * simple.el (undo): Fix previous change.
19168
19169 * custom.el (defface): Doc fix.
19170
19171 2005-04-13 Lute Kamstra <lute@gnu.org>
19172
19173 * Makefile.in (DONTCOMPILE): Remove list.
19174 (compile, compile-always): Don't use DONTCOMPILE.
19175 (update-authors): Load the library in which batch-update-authors
19176 is defined.
19177 * makefile.w32-in (DONTCOMPILE): Remove list.
19178 (compile, compile-always): Fix comments.
19179 (update-authors): Load the library in which batch-update-authors
19180 is defined.
19181
19182 * generic-x.el (generic-mode-ini-file-find-file-hook):
19183 Rename to ini-generic-mode-find-file-hook.
19184 Keep generic-mode-ini-file-find-file-hook as an alias.
19185 (ini-generic-mode-find-file-hook): Rename from
19186 generic-mode-ini-file-find-file-hook. Fix docstring.
19187 (ini-generic-mode): Docstring change.
19188 (bat-generic-mode-run-as-comint): Silence the byte compiler.
19189
19190 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
19191 called from lisp.
19192
19193 * generic.el: Move to the emacs-lisp subdir.
19194
19195 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
19196
19197 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
19198 and C-S- function and cursor motion keys.
19199
19200 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
19201
19202 * startup.el (command-line): Enable Xterm Mouse mode by default.
19203 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
19204 for Custom. No longer show "Mouse" in mode line when enabled.
19205 Doc fix.
19206
19207 2005-04-12 Kim F. Storm <storm@cua.dk>
19208
19209 * emulation/cua-base.el (cua-rectangle-face)
19210 (cua-rectangle-noselect-face): Define face attributes here.
19211
19212 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
19213
19214 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19215
19216 * startup.el (command-line): Turn off blinking cursor if
19217 cursorBlink in resources is off or false.
19218
19219 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19220
19221 * term/mac-win.el (dnd): Require dnd.
19222 (mac-drag-n-drop): Call dnd-handle-one-url.
19223 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
19224 (kTextEncodingISOLatin2): Remove constants.
19225 (mac-script-code-coding-systems): New constant.
19226 (mac-handle-language-change): New function.
19227 (special-event-map): Bind it to `language-change' event.
19228 (mac-centraleurroman, mac-cyrillic): New coding systems.
19229 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
19230 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
19231 and mac-cyrillic-encoder to encode-mac-centraleurroman and
19232 encode-mac-cyrillic, respectively.
19233
19234 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19235
19236 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19237 Don't set overlay-arrow-string to "=>" as this is done
19238 globally in C now.
19239
19240 2005-04-12 Lute Kamstra <lute@gnu.org>
19241
19242 * generic-x.el (rc-generic-mode, rul-generic-mode):
19243 Fix auto-mode-alist entries.
19244 (etc-fstab-generic-mode): Tweak fontification.
19245
19246 * generic.el (generic-make-keywords-list): Fix docstring.
19247 (generic-mode-internal): Simplify generic-font-lock-keywords.
19248
19249 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19250
19251 * whitespace.el (whitespace-buffer-leading)
19252 (whitespace-buffer-trailing): Revert the incorrect test inversion.
19253 However, fix the highlight area for the leading and
19254 trailing whitespaces to show space.
19255
19256 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19257
19258 * whitespace.el (whitespace-version): Bump to 3.5
19259
19260 (whitespace-buffer-leading, whitespace-buffer-trailing):
19261 Invert sense of the test to highlight the whitespace.
19262
19263 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19264
19265 * progmodes/gud.el (gud-display-line): GUD uses its own
19266 overlay arrow now so don't set overlay-arrow-string.
19267 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19268
19269 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19270
19271 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19272 (term-ansi-current-reverse, term-ansi-current-invisible)
19273 (term-ansi-face-already-done): Change to boolean.
19274 (term-reset-terminal, term-handle-colors-array): Handle the above
19275 vars accordingly.
19276 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19277 (term-emulate-terminal): Use the new name.
19278
19279 * faces.el (secondary-selection): Use yellow1, not yellow.
19280 (trailing-whitespace): Use red1, not red.
19281
19282 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19283
19284 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19285 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19286 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19287
19288 * cus-edit.el (dnd): New group.
19289
19290 * term/w32-win.el (dnd): Require dnd
19291 (w32-drag-n-drop): Call dnd-handle-one-url.
19292
19293 * x-dnd.el: Require dnd.
19294 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19295 Call dnd-handle-one-url.
19296 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19297 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19298 to dnd-insert-text.
19299 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19300 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19301 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19302 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19303
19304 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19305
19306 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19307
19308 * wdired.el: Doc fixes.
19309 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19310 (wdired-use-dired-vertical-movement): Rename from
19311 wdired-always-move-to-filename-beginning.
19312 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19313 (wdired-change-to-wdired-mode): Change mode name.
19314 (wdired-newline): Delete.
19315
19316 2005-04-11 Richard M. Stallman <rms@gnu.org>
19317
19318 * whitespace.el (whitespace-highlight-the-space):
19319 Don't call whitespace-unhighlight-the-space here.
19320
19321 * simple.el (undo): Record t in undo-equiv-table
19322 for the redo record made by an undo-in-region.
19323
19324 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19325
19326 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19327 (gdb-frame-inferior-io-buffer): New Functions to control
19328 display of separate IO buffer.
19329 (menu): Add them to menu-bar.
19330 (gdb-display-buffer): Check for buffer another frame.
19331 Protect GUD buffer.
19332 (gdb-setup-windows): Create IO buffer if not already there.
19333 (gdb-memory-mode): Remove purecopy noops.
19334
19335 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19336
19337 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19338 and pass to self-insert-command.
19339
19340 2005-04-11 Lute Kamstra <lute@gnu.org>
19341
19342 * generic.el: Commentary section cleanup.
19343 (generic): Delete.
19344 (generic-use-find-file-hook, generic-lines-to-scan)
19345 (generic-find-file-regexp, generic-ignore-files-regexp)
19346 (default-generic-mode, generic-mode-find-file-hook)
19347 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19348 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19349 (generic-use-find-file-hook, generic-lines-to-scan)
19350 (generic-find-file-regexp, generic-ignore-files-regexp)
19351 (default-generic-mode, generic-mode-find-file-hook)
19352 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19353
19354 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19355
19356 * bookmark.el (bookmark-write-file): Catch errors writing file.
19357 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19358
19359 2005-04-10 Richard M. Stallman <rms@gnu.org>
19360
19361 * startup.el (fancy-splash-tail): Update copyright year.
19362 (command-line): Split part of -Q into -D.
19363 (emacs-basic-display): New defvar.
19364 (fancy-splash-text): Correct name of menu item.
19365
19366 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19367
19368 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19369 lines in one node.
19370
19371 * comint.el (comint-send-input): New arg ARTIFICIAL.
19372 Callers in this file changed.
19373
19374 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19375
19376 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19377
19378 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19379
19380 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19381 `ldap-search-internal'.
19382
19383 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19384
19385 * files.el (set-auto-mode-1): Use line-end-position.
19386
19387 * international/latin-1.el:
19388 * international/latin-2.el:
19389 * international/latin-3.el:
19390 * international/latin-4.el:
19391 * international/latin-5.el:
19392 * international/latin-8.el:
19393 * international/latin-9.el: Give punctuation syntax to NBSP.
19394
19395 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19396 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19397 Use char-classes to accept non-ascii letters, accepted in some recent
19398 bibtex implementations.
19399
19400 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19401
19402 * custom.el (custom-set-minor-mode): Any non-nil value for the
19403 variable should enable the mode when set through Custom.
19404
19405 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19406
19407 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19408 TAB binding so tab-always-indent is obeyed.
19409 (vhdl-minibuffer-local-map): Move initialization into declaration.
19410 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19411 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19412 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19413 (vhdl-current-line): Use line-beginning-position.
19414 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19415 with-output-to-temp-buffer, so the current position can be recorded.
19416
19417 2005-04-10 Masatake YAMATO <jet@gyve.org>
19418
19419 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19420 Add regexp for gcov.
19421
19422 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19423
19424 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19425 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19426 syntax which Emacs 20 doesn't support.
19427
19428 2005-04-09 Richard M. Stallman <rms@gnu.org>
19429
19430 * help.el (describe-key-briefly, describe-key):
19431 Replace strings as event types with "(any string)".
19432
19433 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19434
19435 * arc-mode.el (archive-mode-map): Move initialization into
19436 the declaration. Override *all* bindings of `undo'.
19437 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19438
19439 2005-04-09 Jay Belanger <belanger@truman.edu>
19440
19441 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19442
19443 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19444
19445 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19446 (xterm-register-default-colors): Update color values computation
19447 to match xterm-200.
19448
19449 2005-04-09 Kenichi Handa <handa@m17n.org>
19450
19451 * international/code-pages.el (iso-latin-7): Fix the map.
19452
19453 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19454
19455 * emacs-lisp/lisp.el (defun-prompt-regexp)
19456 (parens-require-spaces, buffer-end, end-of-defun)
19457 (insert-parentheses): Doc fixes.
19458
19459 2005-04-08 Kim F. Storm <storm@cua.dk>
19460
19461 * comint.el (comint-highlight-prompt): Fix face spec.
19462 * hi-lock.el (hi-green): Likewise.
19463
19464 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19465
19466 * cus-edit.el (custom-modified-face):
19467 * comint.el (comint-highlight-input): Fix previous changes.
19468 * term.el (term-handle-ansi-escape): Add a comment.
19469
19470 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19471
19472 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19473 in the buffer and in whitespace-highlighted-space.
19474 (whitespace-unhighlight-the-space): Simplify.
19475 (whitespace-buffer): Simplify.
19476
19477 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19478
19479 * textmodes/table.el (table-cell-face): Add special case for
19480 displays supporting a high number of colors.
19481 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19482 (vhdl-font-lock-reserved-words-face)
19483 (vhdl-speedbar-architecture-face)
19484 (vhdl-speedbar-instantiation-face)
19485 (vhdl-speedbar-architecture-selected-face)
19486 (vhdl-speedbar-instantiation-selected-face): Likewise.
19487 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19488 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19489 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19490 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19491 (ebrowse-progress-face): Likewise.
19492 * progmodes/compile.el (compilation-info-face): Likewise.
19493 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19494 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19495 * calendar/calendar.el (diary-face): Likewise.
19496 * woman.el (woman-italic-face, woman-bold-face)
19497 (woman-unknown-face): Likewise.
19498 * wid-edit.el (widget-button-pressed-face): Likewise.
19499 * whitespace.el (whitespace-highlight-face): Likewise.
19500 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19501 * pcvs-info.el (cvs-marked-face): Likewise.
19502 * info.el (info-xref): Likewise.
19503 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19504 * hilit-chg.el (highlight-changes-face)
19505 (highlight-changes-delete-face): Likewise.
19506 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19507 (hi-red-b): Likewise.
19508 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19509 * font-lock.el (font-lock-keyword-face)
19510 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19511 * cus-edit.el (custom-invalid-face, custom-modified-face)
19512 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19513 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19514 * comint.el (comint-highlight-prompt): Likewise.
19515
19516 2005-04-08 Lute Kamstra <lute@gnu.org>
19517
19518 * font-lock.el (font-lock-keywords): Docstring fixes.
19519
19520 2005-04-08 Kenichi Handa <handa@m17n.org>
19521
19522 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19523 chars are more than a limit, print " and more..." at the tail.
19524
19525 2005-04-08 Kim F. Storm <storm@cua.dk>
19526
19527 * emacs-lisp/authors.el (authors-aliases): Update list.
19528 (authors-ignored-files): New list.
19529 (authors-fixed-entries): Fix typo.
19530 (authors-renamed-files-alist): Update list.
19531 (authors-add): Check authors-ignored-files.
19532
19533 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19534
19535 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19536 optional, to ensure backward compatibility.
19537
19538 2005-04-08 Stephen Eglen <stephen@gnu.org>
19539
19540 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19541
19542 2005-04-08 Kim F. Storm <storm@cua.dk>
19543
19544 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19545
19546 * mouse.el (mouse-on-link-p): Doc fix.
19547
19548 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19549
19550 * ielm.el (ielm-prompt-read-only): Doc fix.
19551
19552 * comint.el (comint-prompt-read-only): Doc fix.
19553
19554 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19555
19556 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19557 ensure dired always handles wildcards passed to ffap.
19558 (find-file-at-point): Use it.
19559 (ffap-dired-wildcards): Doc fix.
19560
19561 2005-04-07 Juri Linkov <juri@jurta.org>
19562
19563 * simple.el (next-error-overlay-arrow-position): New defvar.
19564 Put "=>" on its property `overlay-arrow-string'. Add it to
19565 `overlay-arrow-variable-list'.
19566
19567 * progmodes/compile.el (compilation-setup):
19568 Set `next-error-overlay-arrow-position' to nil. Also set it to
19569 nil in the local hook `kill-buffer-hook'. Make local variable
19570 `overlay-arrow-string' and set it to "=>".
19571 (compilation-goto-locus): Set BOL position to
19572 `next-error-overlay-arrow-position' instead of
19573 `overlay-arrow-position'.
19574
19575 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19576 locally instead of adding it to the global hook.
19577 (Info-kill-buffer): Move up.
19578
19579 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19580
19581 * term/xterm.el (xterm-standard-colors): Update color values from
19582 xterm-200.
19583
19584 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19585
19586 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19587
19588 * fast-lock.el:
19589 * lazy-lock.el: Move them to the obsolete subdir.
19590
19591 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19592
19593 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19594 (wdired-add-replace-advice): Remove.
19595 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19596
19597 2005-04-06 Kim F. Storm <storm@cua.dk>
19598
19599 * startup.el (command-line): Add --bare-bones alias for -Q.
19600
19601 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19602
19603 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19604 create the startup fontset if a font specification ends with
19605 `mac-roman'.
19606
19607 2005-04-06 Lute Kamstra <lute@gnu.org>
19608
19609 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19610 change.
19611
19612 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19613 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19614
19615 2005-04-05 Lute Kamstra <lute@gnu.org>
19616
19617 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19618 (define-generic-mode): Ditto. Fix debug declaration.
19619
19620 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19621 Put them in the generic-x group.
19622
19623 * calendar/timeclock.el (timeclock): Doc fix.
19624
19625 * generic.el (define-generic-mode): Don't use custom-current-group.
19626 Document default :group value.
19627 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19628 (define-global-minor-mode): Don't use custom-current-group.
19629
19630 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19631
19632 * startup.el (command-line-1): Display startup-echo-area-message
19633 when fancy splash screen is in use.
19634
19635 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19636 (sh-escaped-newline): New face.
19637 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19638 newline, and use sh-escaped-newline face.
19639
19640 * progmodes/tcl.el (tcl-escaped-newline): New face.
19641 (tcl-builtin-list): New variable.
19642 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19643 newlines. Fix keywords subexpression number.
19644
19645 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19646
19647 * textmodes/org.el (org-diary-default-entry): Fix call to
19648 `add-to-diary-entry'.
19649
19650 2005-04-05 Kim F. Storm <storm@cua.dk>
19651
19652 * ediff-init.el: Use (featurep 'xemacs).
19653
19654 2005-04-05 David Ponce <david@dponce.com>
19655
19656 * cus-edit.el (face): Derive from symbol widget. Display sample
19657 of the current face on the fly.
19658 (widget-face-sample-face-get, widget-face-notify): New functions.
19659 (widget-face-value-create): Remove.
19660
19661 * wid-edit.el (widget-field-end): Temporarily remove field
19662 narrowing before to call `get-char-property'.
19663
19664 2005-04-04 Jay Belanger <belanger@truman.edu>
19665
19666 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19667 (math-read-subscripts): New variable.
19668 (math-read-preprocess-string): Process subscripts.
19669
19670 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19671
19672 * comint.el (comint-prompt-read-only): Doc fix.
19673
19674 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19675 `-1'. Doc fix.
19676
19677 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19678
19679 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19680 Change default value to nil.
19681
19682 2005-04-04 Lute Kamstra <lute@gnu.org>
19683
19684 * autorevert.el (auto-revert-mode): Specify :group.
19685 * battery.el (display-battery-mode): Specify :group.
19686 * diff-mode.el (diff-minor-mode): Specify :group.
19687 * font-core.el (font-lock-mode): Specify :group.
19688 * hl-line.el (hl-line-mode): Specify :group.
19689 * iimage.el (iimage): New customization group.
19690 (iimage-mode): Specify :group.
19691 * longlines.el (longlines-mode): Specify :group.
19692 * master.el: Don't require easy-mmode.
19693 (master): New customization group.
19694 (master-mode): Specify :group.
19695 * msb.el (msb-mode): Specify :group.
19696 * reveal.el (reveal-mode): Specify :group.
19697 * simple.el (next-error-follow-minor-mode): Specify :group.
19698 * smerge-mode.el (smerge-mode): Specify :group.
19699 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19700 * emulation/cua-base.el (cua-mode): Specify :group.
19701 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19702 * language/thai-util.el (thai-auto-composition-mode)
19703 (thai-word-mode): Specify :group.
19704 * mail/supercite.el (sc-minor-mode): Specify :group.
19705 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19706 * progmodes/flymake.el (flymake-mode): Specify :group.
19707 * progmodes/glasses.el (glasses-mode): Specify :group.
19708 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19709 * textmodes/enriched.el (enriched-mode): Specify :group.
19710 * textmodes/refill.el (refill-mode): Specify :group.
19711
19712 * add-log.el (change-log-font-lock-keywords): Names in
19713 parenthesized lists can contain spaces.
19714
19715 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19716
19717 * startup.el (fancy-splash-text): Shorten default text of
19718 "Emacs Tutorial" line. Also, if the current language env
19719 indicates an available tutorial file other than TUTORIAL,
19720 extract its title and append it to the line in parentheses.
19721 (fancy-splash-insert): If arg is a thunk, funcall it.
19722
19723 2005-04-04 Jay Belanger <belanger@truman.edu>
19724
19725 * calc.el (calc-language-alist): Add tags to customization type.
19726
19727 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19728
19729 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19730 Doc fix.
19731
19732 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19733
19734 * add-log.el (change-log-font-lock-keywords): The manual
19735 describing a Change Log entry, says: (...) "Aside from these
19736 header lines, every line in the change log starts with a space or
19737 a tab.". The font-lock was not highlighting lines started with
19738 spaces, added support for it.
19739
19740 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19741
19742 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19743 (bibtex-generate-url-list): Update docstring accordingly. Put the
19744 complex example in the docstring.
19745 (bibtex-font-lock-url): Use pop.
19746
19747 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19748
19749 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19750
19751 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19752
19753 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19754
19755 * filesets.el (filesets-set-default): Doc fix.
19756
19757 2005-04-03 Lute Kamstra <lute@gnu.org>
19758
19759 * generic.el (define-generic-mode): Add argument to specify
19760 keywords for defcustom.
19761 (default-generic-mode): Specify :group.
19762
19763 * generic-x.el: Specify :group for all generic modes.
19764
19765 * desktop.el (desktop-no-desktop-file-hook)
19766 (desktop-after-read-hook): Doc fix.
19767
19768 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19769
19770 * simple.el (visible-mode): Use explicit :group keyword.
19771 This changes the group of `visible-mode-hook' from paren-blinking
19772 to editing-basics.
19773
19774 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19775
19776 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19777 mailbox specifications as well as URLs.
19778 (rmail-insert-inbox-text): Remove unused conditional branches.
19779
19780 2005-04-01 Jay Belanger <belanger@truman.edu>
19781
19782 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19783 (calc-gnuplot-print-command): Move definitions to calc.el.
19784
19785 * calc/calc-embed.el (calc-embedded-announce-formula)
19786 (calc-embedded-open-formula, calc-embedded-close-formula)
19787 (calc-embedded-open-word, calc-embedded-close-word)
19788 (calc-embedded-open-plain, calc-embedded-close-plain)
19789 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19790 (calc-embedded-open-mode, calc-embedded-close-mode):
19791 Move definitions to calc.el.
19792
19793 * calc/calc.el (calc-settings-file, calc-language-alist):
19794 Make customizable.
19795 (calc-embedded-announce-formula, calc-embedded-open-formula)
19796 (calc-embedded-close-formula, calc-embedded-open-word)
19797 (calc-embedded-close-word, calc-embedded-open-plain)
19798 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19799 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19800 (calc-embedded-close-mode, calc-gnuplot-name)
19801 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19802 from other files and make customizable.
19803
19804 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19805
19806 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19807 Use buffer-live-p.
19808 (cvs-mode-run): Don't call cvs-update-header here.
19809 (cvs-run-process): Call cvs-update-header.
19810 Use process properties for cvs-postprocess and cvs-buffer so that
19811 the sentinel can behave better if the temp buffer is killed.
19812 Use a pipe rather than a tty, to better handle unexpected prompts.
19813 (cvs-sentinel): Rewrite. Call cvs-update-header.
19814
19815 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19816
19817 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19818 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19819
19820 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19821
19822 * generic.el (define-generic-mode): Add indentation rule.
19823
19824 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19825
19826 * files.el (mode-require-final-newline): Make Custom correctly
19827 report a nil value and allow to set it to nil via Custom.
19828 Doc fix.
19829
19830 2005-04-01 Kenichi Handa <handa@m17n.org>
19831
19832 * international/characters.el: Enable the correct case setting for
19833 dotless-i and dotted-I.
19834
19835 2005-04-01 Kim F. Storm <storm@cua.dk>
19836
19837 * ido.el (ido-file-internal): Fall back to non-ido command if
19838 initial directory is on slow ftp (or tramp) host.
19839
19840 2005-03-31 Richard M. Stallman <rms@gnu.org>
19841
19842 * emacs-lisp/autoload.el (make-autoload):
19843 Handle define-global-minor-mode.
19844
19845 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19846 Rename from easy-mmode-define-global-mode.
19847 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19848
19849 * progmodes/scheme.el (scheme-mode-syntax-table):
19850 Update syntax of | and # for two-character comment syntax.
19851
19852 2005-03-31 Lute Kamstra <lute@gnu.org>
19853
19854 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19855 (define-minor-mode): Call custom-current-group at load-time.
19856
19857 * generic.el (define-generic-mode): Add debug declaration.
19858 Add defcustom for the mode hook.
19859 (generic-mode-internal): Use run-mode-hooks.
19860
19861 2005-03-31 Kim F. Storm <storm@cua.dk>
19862
19863 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19864 (mouse-fixup-help-message): New defun called by show_help_echo
19865 to fixup mouse-2 prefix in help messages when applicable.
19866
19867 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19868
19869 2005-03-31 Kenichi Handa <handa@m17n.org>
19870
19871 * language/thai-word.el (thai-find-word-ends): Pay attention to
19872 the case that we reach the end of buffer.
19873
19874 * textmodes/fill.el (fill-text-properties-at): New function.
19875 (fill-newline): Use fill-text-properties-at instead of
19876 text-properties-at.
19877
19878 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19879
19880 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19881 not comint-quote-filename.
19882
19883 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19884
19885 * help-fns.el (help-with-tutorial): Revert last change.
19886
19887 2005-03-31 Kim F. Storm <storm@cua.dk>
19888
19889 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19890
19891 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
19892
19893 * calendar/cal-china.el: Update reference to "Calendrical
19894 Calculations" book; there's a new edition.
19895 * calendar/cal-coptic.el: Likewise.
19896 * calendar/cal-french.el: Likewise.
19897 * calendar/cal-hebrew.el: Likewise.
19898 * calendar/cal-islam.el: Likewise.
19899 * calendar/cal-iso.el: Likewise.
19900 * calendar/cal-julian.el: Likewise.
19901 * calendar/cal-mayan.el: Likewise.
19902 * calendar/cal-persia.el: Likewise.
19903 * calendar/calendar.el: Likewise.
19904 * calendar/holidays.el: Likewise.
19905 * calendar/lunar.el: Likewise.
19906 * calendar/solar.el: Likewise.
19907
19908 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19909 white space from doc string.
19910
19911 2005-03-30 Jay Belanger <belanger@truman.edu>
19912
19913 * calc/calc-help.el (calc-full-help): Remove email address.
19914
19915 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
19916
19917 * help-fns.el (help-with-tutorial): Delete title line.
19918
19919 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19920
19921 * calendar/cal-x.el (calendar-one-frame-setup)
19922 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19923 rather than `symbol' for set-window-dedicated-p.
19924
19925 * calendar/appt.el (appt-buffer-name): Make it a constant.
19926 (appt-add): Doc fix.
19927
19928 * filesets.el (filesets-menu-path, filesets-menu-before)
19929 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
19930 (filesets-menu-cache-file): Use directory ~/.emacs.d.
19931 (filesets-add-submenu): Delete and use add-submenu instead.
19932
19933 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
19934
19935 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19936 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19937 (org-diary-default-entry): New function.
19938 (org-get-entries-from-diary): Better parsing of diary entries.
19939 (org-agenda-check-no-diary): New function.
19940 ("diary-lib"): Advice to function `add-to-diary-list', to allow
19941 linking to diary entries.
19942 (org-agenda-execute-calendar-command): New function.
19943 (org-agenda): Improve visible section in window.
19944 Use `org-fit-agenda-window'.
19945 (org-fit-agenda-window): New option.
19946 (org-move-subtree-down): Better handling of empty lines
19947 at end of subtree.
19948 (org-cycle): Numeric prefix is interpreted now as show-subtree N
19949 levels up.
19950 (org-fontify-done-headline): New option.
19951 (org-headline-done-face): New face.
19952 (org-set-font-lock-defaults): Use `org-headline-done-face'.
19953 (org-table-copy-down): Rename from `org-table-copy-from-above'.
19954 When current field is non-empty, it is copied to next row.
19955 (org-table-copy-from-above): Fix bug which made it
19956 impossible to copy fields containing only a single non-white character.
19957
19958 2005-03-30 Kim F. Storm <storm@cua.dk>
19959
19960 * kmacro.el (kmacro-end-macro): Isearch may store this command
19961 into the macro -- so ignore it when executing keyboard macro.
19962
19963 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19964
19965 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19966
19967 2005-03-29 Kenichi Handa <handa@m17n.org>
19968
19969 * language/thai.el ("Thai"): Set setup-function and exit-function
19970 for Thai language environment.
19971
19972 * language/thai-util.el: Require thai-word.
19973 (thai-word-mode-map): New variable.
19974 (thai-word-mode): New minor mode.
19975 (setup-thai-language-environment-internal): New function.
19976 (exit-thai-language-environment-internal): New function.
19977
19978 * language/thai-word.el (thai-word-table): Declare it by defvar,
19979 use dolist to initialize it.
19980 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19981 (thai-fill-find-break-point): New functions.
19982
19983 2005-03-29 Richard M. Stallman <rms@gnu.org>
19984
19985 * simple.el (idle-update-delay): Move definition up.
19986 (set-mark): Doc fix.
19987
19988 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
19989
19990 * longlines.el: New file.
19991
19992 * simple.el (buffer-substring-filters): New variable.
19993 (filter-buffer-substring): New function.
19994 (kill-region, copy-region-as-kill): Use it.
19995
19996 * register.el (copy-to-register, append-to-register)
19997 (prepend-to-register): Use filter-buffer-substring.
19998
19999 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
20000
20001 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
20002 (gud-filter-pending-text): Move in front of gdb.
20003 (gud-overlay-arrow-position): New variable.
20004 (gud-sentinel, gud-display-line): Use it in place of
20005 overlay-arrow-position.
20006
20007 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
20008
20009 * progmodes/fortran.el (fortran-if-indent): Doc fix.
20010 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
20011 (fortran-font-lock-keywords-4): New variable.
20012 (fortran-blocks-re, fortran-end-block-re)
20013 (fortran-start-block-re): New constants, for hideshow.
20014 (hs-special-modes-alist): Add a Fortran entry.
20015 (fortran-mode-map): Bind fortran-end-of-block,
20016 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
20017 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
20018 (fortran-looking-at-if-then, fortran-end-of-block)
20019 (fortran-beginning-of-block): New functions, for hideshow.
20020
20021 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
20022 Doc fix. Tweak regexp.
20023 (f90-beginning-of-block): Push mark first.
20024
20025 2005-03-29 Jay Belanger <belanger@truman.edu>
20026
20027 * calc/calc.el: Update copyright date.
20028 (calc-version): Increase to 2.1.
20029 (calc-version-date): Remove.
20030
20031 * calc/calc-help.el: Update copyright date.
20032 (calc-full-help): Remove reference to calc-version-date.
20033 Update copyright date.
20034
20035 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20036
20037 * vc.el (vc-do-command): Use a pipe for async processes, so password
20038 prompts don't show up at places where the user can't reply.
20039
20040 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
20041
20042 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
20043 on the file name we pass to the inferior shell.
20044
20045 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20046
20047 * progmodes/which-func.el (which-function): Be robust in the face of an
20048 imenu--make-index-alist failure.
20049
20050 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20051
20052 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
20053
20054 * progmodes/python.el (python-preoutput-filter): Fix last change.
20055
20056 2005-03-29 Lute Kamstra <lute@gnu.org>
20057
20058 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
20059 functions and compiled macros.
20060 (debug-convert-byte-code): Handle macros too.
20061 (debug-on-entry-1): Don't signal an error when trying to clear a
20062 function that is not set to debug on entry.
20063
20064 2005-03-29 Jay Belanger <belanger@truman.edu>
20065
20066 * calc/calc-lang.el: Add functions to math-function-table
20067 properties of tex and math.
20068
20069 2005-03-29 Kenichi Handa <handa@m17n.org>
20070
20071 * ps-mule.el (ps-mule-plot-string): Translate characters by
20072 ps-print-translation-table.
20073 (ps-mule-begin-job): Call find-charset-region/string with
20074 ps-print-translation-table.
20075 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
20076
20077 * ps-print.el (ps-print-translation-table): New variable.
20078 (ps-plot-region): Translate characters by ps-print-translation-table.
20079
20080 2005-03-29 Juri Linkov <juri@jurta.org>
20081
20082 * simple.el (next-error-highlight-timer): New variable.
20083
20084 * progmodes/compile.el (compilation-goto-locus):
20085 Use `next-error-highlight-timer' instead of `sit-for'.
20086
20087 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20088
20089 * mail/supercite.el (sc-mail-field): Use assoc-string.
20090 (sc-get-address): Simplify regexps.
20091
20092 * files.el (minibuffer-with-setup-hook): New macro.
20093 (find-file-read-args): Use it to avoid let-binding
20094 minibuffer-with-setup-hook (which breaks turning on/off
20095 file-name-shadow-mode while in the prompt).
20096
20097 * complete.el (PC-read-include-file-name-internal):
20098 Use test-completion.
20099
20100 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
20101
20102 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
20103
20104 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20105
20106 * window.el (window-buffer-height): Use count-screen-lines.
20107
20108 * progmodes/python.el (python-preoutput-leftover): New var.
20109 (python-preoutput-filter): Use it.
20110 (python-send-receive): Loop until all the result has been received.
20111
20112 2005-03-28 Juri Linkov <juri@jurta.org>
20113
20114 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
20115
20116 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
20117 "Recover Crashed Session".
20118 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
20119 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
20120 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
20121 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
20122 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
20123 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
20124 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
20125 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
20126
20127 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
20128 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
20129 Ediff Sessions", "Toggle use of separate control buffer frame",
20130 "Use separate frame for Ediff control buffer".
20131
20132 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
20133 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
20134 "Rename Bookmark", "Delete Bookmark".
20135
20136 * info.el (Info-mode-menu): Remove ellipsis from "Index".
20137 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
20138 Add `:active Info-index-alternatives' to "Next Matching Item".
20139
20140 * wdired.el (wdired-change-to-wdired-mode):
20141 Mention `wdired-abort-changes' key in the initial message.
20142
20143 * international/mule.el (auto-coding-alist): Associate non-ascii
20144 image filename extensions with `no-conversion'.
20145
20146 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
20147
20148 * international/iso-acc.el:
20149 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
20150
20151 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
20152
20153 * textmodes/sgml-mode.el (html-mode): Doc update.
20154
20155 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
20156
20157 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
20158
20159 * term.el (term-move-columns): Fix face after extending a line.
20160 (term-insert-spaces): Likewise.
20161 (term-reset-terminal): Fix off by one error.
20162
20163 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20164
20165 * international/mule.el (auto-coding-alist): Add .xpi files.
20166
20167 * files.el (auto-mode-alist): Add .xpi files.
20168
20169 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
20170
20171 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
20172
20173 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20174
20175 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
20176
20177 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20178
20179 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
20180 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
20181
20182 * calendar/cal-move.el (calendar-beginning-of-year): Move the
20183 cursor to Jan 1 when needed.
20184 (calendar-end-of-year): Fix -/+ typo.
20185 Reported by Chong Yidong <cyd@stupidchicken.com>.
20186
20187 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20188
20189 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
20190
20191 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
20192 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
20193
20194 2005-03-25 Richard M. Stallman <rms@gnu.org>
20195
20196 * filesets.el (filesets-init): Add autoload.
20197
20198 * mail/mailalias.el (mail-directory): Doc fix.
20199
20200 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20201
20202 * mail/mailalias.el (mail-directory-process): Do nothing if
20203 mail-directory-process is an atom.
20204 (mail-get-names): Ignore mail-directory-names if it is an atom.
20205 (mail-directory-process defvar): Doc fix.
20206 (mail-names): Doc fix.
20207
20208 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
20209
20210 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
20211
20212 2005-03-26 Kenichi Handa <handa@m17n.org>
20213
20214 * international/mule-util.el (detect-coding-with-priority):
20215 Call update-coding-systems-internal before detect-coding-region.
20216
20217 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
20218
20219 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
20220 (gdb-frames-mode-map): Add follow-link property.
20221
20222 2005-03-25 Jay Belanger <belanger@truman.edu>
20223
20224 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
20225 for variables.
20226
20227 2005-03-25 Juri Linkov <juri@jurta.org>
20228
20229 * image-mode.el: Optimize image filename extension regexps in
20230 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
20231 in `auto-mode-alist'.
20232 (image-mode): Add `image-toggle-display-text' to local hook
20233 `change-major-mode-hook'. Display the image as an image by
20234 default. Set `cursor-type' and `truncate-lines' if the image
20235 is already displayed. Take into account the current mode (image
20236 or text) in message.
20237 (image-minor-mode): New minor mode.
20238 (image-mode-maybe, image-toggle-display-text): New functions.
20239 (image-toggle-display): Use called-interactively-p.
20240 Let-bind `inhibit-read-only' to t.
20241
20242 * image-mode.el (image-minor-mode): Set `cursor-type' and
20243 `truncate-lines' if the image is already displayed. Add turning
20244 image-minor-mode off to `change-major-mode-hook'. Add message.
20245 Call `image-toggle-display-text' after turning image-minor-mode off.
20246
20247 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20248
20249 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20250 Terminal.app, use utf-8.
20251 (set-display-table-and-terminal-coding-system): Add coding-system arg.
20252 (set-locale-environment): Use it.
20253
20254 * term/xterm.el: Undo last change, better done in mule-cmds.el.
20255
20256 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20257
20258 * progmodes/python.el (python-close-block-statement-p)
20259 (python-outdent-p, python-current-defun): Use symbol-end.
20260
20261 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20262
20263 * files.el (save-some-buffers): Doc fix.
20264
20265 2005-03-25 Werner Lemberg <wl@gnu.org>
20266
20267 * complete.el, thumbs.el: Replace `legal' with `valid'.
20268 * calendar/calendar.el: Replace `legal' with `valid'.
20269 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20270 * mail/supercite.el: Replace `legal' with `valid'.
20271 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20272 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20273 Replace `legal' with `valid'.
20274 * textmodes/reftex-vars.el, textmodes/reftex.el:
20275 Replace `legal' with `valid'.
20276
20277 2005-03-25 Werner Lemberg <wl@gnu.org>
20278
20279 * calc/calc-forms.el, calc/calc-sel.el
20280 * midnight.el, vc-cvs.el
20281 * emacs-lisp/cl-macs.el
20282 * emulation/vip.el
20283 * eshell/esh-io.el, eshell/esh-var.el
20284 * mail/supercite.el
20285 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20286 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20287 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20288 * progmodes/sh-script.el, progmodes/xscheme.el
20289 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20290 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20291 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20292 * textmodes/reftex.el, textmodes/org.el:
20293 Replace `illegal' with `invalid'.
20294
20295 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20296
20297 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20298 (flymake-find-buildfile, flymake-find-possible-master-files)
20299 (flymake-check-include, flymake-parse-line): Replace loops over the
20300 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20301
20302 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20303 Substitute file-name-as-directory in the rest of the file.
20304 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20305 (flymake-replace-region): Remove unused arg `buffer'.
20306 (flymake-check-patch-master-file-buffer): Update calls to it.
20307 (flymake-add-err-info): Remove unused var `count'.
20308 (flymake-mode): Use define-minor-mode.
20309
20310 * progmodes/flymake.el: Use with-current-buffer.
20311 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20312 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20313 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20314 Avoid testing for `xemacs'.
20315 (flymake-nop): Move.
20316 (flymake-region-has-flymake-overlays): Return the computed value.
20317 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20318 Remove unused var `endline'.
20319 (flymake-get-line-count): Remove unused function.
20320 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20321
20322 * emulation/vi.el:
20323 * generic.el:
20324 * hilit-chg.el (global-highlight-changes):
20325 * hi-lock.el (hi-lock-mode):
20326 * follow.el: find-file-hooks -> find-file-hook.
20327
20328 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20329
20330 2005-03-24 Juri Linkov <juri@jurta.org>
20331
20332 * dired.el (dired-mode-map): Add menu item "Compare directories"
20333 for dired-compare-directories.
20334
20335 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20336 Doc fix. Replace `read-file-name' with `read-directory-name'.
20337
20338 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20339
20340 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20341
20342 2005-03-24 Jay Belanger <belanger@truman.edu>
20343
20344 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20345 relevant mode settings in calc-embedded-original-modes when modes
20346 are permanently changed.
20347
20348 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20349
20350 * autoinsert.el: find-file-hooks -> find-file-hook.
20351
20352 2005-03-24 Lute Kamstra <lute@gnu.org>
20353
20354 * generic.el (generic-font-lock-defaults): Make it obsolete.
20355 (generic-font-lock-keywords): New variable to replace
20356 generic-font-lock-defaults.
20357 (generic-mode-set-font-lock): Delete it.
20358 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20359 (generic-bracket-support): Add docstring.
20360
20361 * generic-x.el: Rename generic-font-lock-defaults to
20362 generic-font-lock-keywords throughout.
20363 (mailagent-rules-setup-function): Delete it.
20364 (mailagent-rules-generic-mode): Use anonymous function instead.
20365 (show-tabs-generic-mode-font-lock-defaults-1)
20366 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20367 Quote faces.
20368 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20369 not foreground.
20370
20371 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20372 Recognize define-generic-mode.
20373
20374 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20375
20376 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20377 if there's no completion table.
20378
20379 2005-03-23 Miles Bader <miles@gnu.org>
20380
20381 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20382 Remove tty-specific variants, as they're no longer needed.
20383
20384 2005-03-23 Lute Kamstra <lute@gnu.org>
20385
20386 * generic-x.el: Code cleanup: make args constant whenever possible.
20387 (installshield-statement-keyword-list)
20388 (installshield-system-functions-list)
20389 (installshield-system-variables-list, installshield-types-list)
20390 (installshield-funarg-constants-list): Make them constants.
20391
20392 * generic.el (generic-make-keywords-list): Add autoload cookie.
20393
20394 * calendar/time-date.el: Add comment on time value formats.
20395 Don't require parse-time.
20396 (with-decoded-time-value): New macro.
20397 (encode-time-value): New function.
20398 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20399 (days-to-time): Return a valid time value when arg is huge.
20400 (time-since): Use time-subtract.
20401 (time-to-number-of-days): Use time-to-seconds.
20402
20403 2005-03-23 David Ponce <david@dponce.com>
20404
20405 * recentf.el (recentf-keep): New option.
20406 (recentf-menu-action): Default to `find-file'.
20407 (recentf-keep-non-readable-files-flag)
20408 (recentf-keep-non-readable-files-p)
20409 (recentf-file-readable-p, recentf-find-file)
20410 (recentf-cleanup-remote): Remove.
20411 (recentf-include-p): More robust.
20412 (recentf-keep-p): New function.
20413 (recentf-remove-if-non-kept): Rename from
20414 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20415 All callers updated.
20416 (recentf-menu-items-for-commands): Fix help string.
20417 (recentf-track-closed-file): Update. Doc fix.
20418 (recentf-cleanup): Update. Count removed files. Doc fix.
20419
20420 2005-03-23 Kim F. Storm <storm@cua.dk>
20421
20422 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20423 Don't inherit from fringe face (now happens automatically).
20424
20425 2005-03-22 Kim F. Storm <storm@cua.dk>
20426
20427 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20428 position values.
20429
20430 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20431
20432 * menu-bar.el (showhide-date-time): Remove.
20433 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20434 (menu-bar-make-mm-toggle): Simplify.
20435
20436 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20437
20438 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20439 Accept qualified variable and function names.
20440
20441 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20442
20443 * bindings.el (completion-ignored-extensions):
20444 Remove ".lis" for `vax-vms'.
20445
20446 2005-03-22 Andreas Schwab <schwab@suse.de>
20447
20448 * generic-x.el: Revert last change.
20449 * ldefs-boot.el: Update.
20450
20451 2005-03-22 Jay Belanger <belanger@truman.edu>
20452
20453 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20454 (calc-embedded-save-original-modes)
20455 (calc-embedded-restore-original-modes): New functions.
20456 (calc-do-embedded): Save original modes when entering embedded mode
20457 and restore when leaving embedded mode.
20458 (calc-embedded-modes-change): Change the value of
20459 calc-embedded-original-modes to reflect permanent changes.
20460
20461 2005-03-22 Lute Kamstra <lute@gnu.org>
20462
20463 * generic-x.el: Require generic again.
20464
20465 2005-03-22 Miles Bader <miles@gnu.org>
20466
20467 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20468 Tweak details to look good on both ttys and bitmap displays, light
20469 or dark background, etc.
20470
20471 2005-03-21 Kim F. Storm <storm@cua.dk>
20472
20473 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20474 mouse position.
20475
20476 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20477
20478 * icomplete.el: Don't forcibly turn on the mode upon load.
20479 (icomplete-mode): Use define-minor-mode.
20480 (icomplete-eoinput): Default to nil.
20481 (icomplete-minibuffer-setup): Remove autoload.
20482 (icomplete-tidy): Simplify.
20483 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20484 in the initial state or if the user has modified the field.
20485 Fix handling of icomplete-max-delay-chars.
20486 Remove code that handles the oddball case where
20487 minibuffer-completion-table is an integer.
20488 Wrap icomplete-completions in while-no-input in case building
20489 completions takes more time than expected.
20490 (icomplete-completions): Simplify.
20491
20492 2005-03-21 Richard M. Stallman <rms@gnu.org>
20493
20494 * jka-compr.el (jka-compr-really-do-compress):
20495 Make variable buffer-local.
20496
20497 * image-mode.el: Handle .xpm files too.
20498 (image-toggle-display): Preserve modification flag.
20499
20500 * help.el (where-is): Don't mention aliases with no key bindings.
20501
20502 2005-03-21 Lute Kamstra <lute@gnu.org>
20503
20504 * generic.el: Fix commentary section. Don't require cl for
20505 compilation.
20506 (generic-mode-list): Add autoload cookie.
20507 (generic-use-find-file-hook, generic-lines-to-scan)
20508 (generic-find-file-regexp, generic-ignore-files-regexp)
20509 (generic-mode, generic-mode-find-file-hook)
20510 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20511 (define-generic-mode): Make it a defmacro. Fix docstring.
20512 (generic-mode-internal): Code cleanup. Add autoload cookie.
20513 (generic-mode-set-comments): Code cleanup.
20514 * generic-x.el: Don't prevent compilation. Don't require generic.
20515 Follow coding conventions. Minor code cleanup.
20516 (etc-fstab-generic-mode): Add some keywords.
20517 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20518 define-generic-mode like a function declaration.
20519
20520 2005-03-21 Jay Belanger <belanger@truman.edu>
20521
20522 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20523 changing modes.
20524
20525 2005-03-21 Sam Steingold <sds@gnu.org>
20526
20527 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20528
20529 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20530
20531 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20532 Add underscore to "f$ lexicals" regexp.
20533
20534 2005-03-20 Juri Linkov <juri@jurta.org>
20535
20536 * subr.el (progress-reporter-do-update): When `min-value' is equal
20537 to `max-value', set `percentage' to 0 and prevent division by zero.
20538
20539 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20540
20541 Sync with Tramp 2.0.48.
20542
20543 * net/tramp.el (all): Change all addresses to .gnu.org.
20544 (tramp-append-tramp-buffers): New defun.
20545 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20546 Catch `dont-send' signal.
20547 (tramp-set-auto-save-file-modes): Set always permissions, because
20548 there might be an old auto-saved file belonging to another
20549 original file. This could be a security threat. Reported by
20550 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20551 Check for Emacs 21.3.50 removed.
20552
20553 * net/tramp-smb.el (all): Remove debug construct for
20554 `with-parsed-tramp-file-name'.
20555 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20556 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20557 No error message if DIRECTORY or FILENAME doesn't exist.
20558 (tramp-smb-open-connection): Check existence of
20559 `tramp-smb-program'.
20560
20561 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20562
20563 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20564 Properly handle the case where the `m' or `s' command's argument is not
20565 yet terminated.
20566 (perl-indent-new-calculate): New function.
20567 (perl-indent-line): Use it.
20568
20569 2005-03-20 Miles Bader <miles@gnu.org>
20570
20571 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20572 in text-mode too. Change to new face names.
20573 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20574 Add `:weight bold' attribute.
20575 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20576
20577 2005-03-19 Juri Linkov <juri@jurta.org>
20578
20579 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20580
20581 * international/mule.el (auto-coding-alist): Sync with
20582 `auto-mode-alist' by adding upper case archive file extensions
20583 and adding ear/war to jar extension.
20584
20585 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20586
20587 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20588 running, restart it.
20589
20590 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20591
20592 * finder.el (finder-current-item): Throw an error on an empty line.
20593
20594 * man.el (Man-follow-manual-reference): If current-word returns
20595 nil, use "".
20596
20597 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20598
20599 * simple.el (goto-line): Doc fix.
20600
20601 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20602
20603 * files.el (save-buffer): Doc fix.
20604
20605 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20606
20607 * recentf.el (recentf-cleanup-remote): New variable.
20608 (recentf-cleanup): Use it to conditionally check availability of
20609 remote files.
20610
20611 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20612
20613 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20614 function names.
20615
20616 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20617
20618 * language/thai-word.el: New file.
20619
20620 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20621
20622 * files.el (backup-buffer): If the file's directory is not
20623 writable, use copy instead of move to backup the file.
20624
20625 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20626
20627 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20628
20629 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20630
20631 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20632 Use functionp instead of symbolp and fboundp. Reported by Drkm
20633 <darkman_spam@yahoo.fr>.
20634 (ps-print-version): New version 6.6.6.
20635
20636 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20637
20638 * textmodes/table.el (table--line-column-position): New idiom.
20639 (table--row-column-insertion-point-p): New function to test
20640 validity of row and column insertion operation at a location.
20641 (table-global-menu, table-cell-menu): Use above functions for
20642 deterministic test operation.
20643 (table--editable-cell-p): Behave in deterministic fashion.
20644
20645 2005-03-18 Juri Linkov <juri@jurta.org>
20646
20647 * isearch.el (isearch-lazy-highlight-new-loop):
20648 Make arguments beg and end optional.
20649 (isearch-update): Remove optional arguments nil from
20650 isearch-lazy-highlight-new-loop.
20651 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20652 isearch-lazy-highlight-case-fold-search instead of
20653 isearch-case-fold-search, and let-bind isearch-regexp to
20654 isearch-lazy-highlight-regexp.
20655 Use isearch-lazy-highlight-last-string instead of isearch-string.
20656
20657 * replace.el (perform-replace): Remove bindings of global
20658 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20659 Add three new arguments to `replace-highlight'.
20660 (replace-highlight): Add arguments string, regexp, case-fold.
20661 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20662 to allow isearch-lazy-highlight-new-loop to use these values
20663 to set corresponding isearch-lazy-highlight-* internal
20664 variables whose values lazy highlighting will use regardless of
20665 changes to global variables isearch-string, isearch-regexp,
20666 isearch-case-fold-search during lazy highlighting loop.
20667 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20668 to `lazy-highlight-cleanup'.
20669
20670 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20671 (ispell-highlight-face): Set default face to `isearch' when
20672 lazy highlighting is enabled.
20673 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20674 priority to 1. Add lazy highlighting.
20675 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20676 from `isearch-dehighlight'.
20677
20678 2005-03-18 David Ponce <david@dponce.com>
20679
20680 * files.el (hack-local-variables): Do a case-insensitive search
20681 for End.
20682
20683 2005-03-18 Juri Linkov <juri@jurta.org>
20684
20685 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20686 `isearch-lazy-highlight-cleanup', add alias to old name and
20687 declare obsolete. Add release numbers to other obsolete vars.
20688 (isearch-done, isearch-lazy-highlight-new-loop):
20689 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20690 (lazy-highlight-cleanup) <variable>: Doc fix.
20691 (isearch-lazy-highlight-update): Rename obsolete
20692 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20693
20694 2005-03-18 Kenichi Handa <handa@m17n.org>
20695
20696 * language/thai-util.el: Fix categorization of Thai characters in
20697 thai-category-table.
20698 (thai-composition-pattern): Adjust it for the above change.
20699 (thai-self-insert-command, thai-compose-syllable): New functions.
20700 (thai-compose-region): Use thai-compose-syllable.
20701 (thai-compose-string): Likewise.
20702 (thai-composition-function): Likewise.
20703 (thai-auto-composition): New function.
20704 (thai-auto-composition-mode): New minor mode.
20705
20706 * language/thai.el: Fix patterns to be registered in
20707 composition-function-table.
20708
20709 * international/quail.el (quail-input-method): Locally bind
20710 inhibit-modification-hooks to t.
20711
20712 2005-03-17 Richard M. Stallman <rms@gnu.org>
20713
20714 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20715 (perl-mode): Use run-mode-hooks.
20716
20717 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20718 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20719 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20720
20721 * mail/sendmail.el (sendmail-send-it): Reenable the code
20722 to compute resend-to-address and use it.
20723
20724 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20725
20726 * image-mode.el: New file.
20727
20728 * image.el (insert-sliced-image): Add autoload cookie.
20729
20730 * font-lock.el (font-lock-lines-before): New user option.
20731 (font-lock-after-change-function): Obey it.
20732
20733 * bindings.el (esc-map): Make M-g a prefix.
20734 Bind M-g g and M-g M-g to goto-line.
20735
20736 * faces.el (face-id): Doc fix.
20737
20738 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20739
20740 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20741 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20742 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20743
20744 * mail/sendmail.el (mail-yank-ignored-headers)
20745 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20746 Add Mail-Followup-To and Mail-Reply-To headers.
20747 (mail-citation-hook): Add autoload cookie.
20748 (mail-mode): Doc fix.
20749 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20750 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20751 (mail-mode-fill-paragraph): Handle those headers.
20752 (mail-mailing-lists): New variable.
20753 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20754
20755 2005-03-17 Juri Linkov <juri@jurta.org>
20756
20757 * isearch.el (isearch-fallback): Check for `(car previous)'
20758 before calling `isearch-other-end-state'.
20759
20760 2005-03-17 Kim F. Storm <storm@cua.dk>
20761
20762 * simple.el (move-beginning-of-line): Move to beginning of buffer
20763 line, as well as beginning of screen line.
20764
20765 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20766
20767 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20768 argument REDRAW rather than calendar-redrawing variable.
20769 * calendar/calendar.el (calendar-redrawing): Delete.
20770 (redraw-calendar): Do not bind calendar-redrawing.
20771
20772 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20773
20774 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20775 diary-file buffer.
20776
20777 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20778
20779 * help.el (describe-mode): Allow a :minor-mode-function property to
20780 specify a different minor mode toggle function than the variable.
20781 * simple.el (auto-fill-function):
20782 * subr.el (add-minor-mode): Use it.
20783
20784 2005-03-16 Kenichi Handa <handa@m17n.org>
20785
20786 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20787 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20788 (ethio-fidel-to-sera-buffer): Likewise.
20789
20790 2005-03-16 Juri Linkov <juri@jurta.org>
20791
20792 * emacs-lisp/find-func.el (find-function-regexp):
20793 Add defun-emitting macro `menu-bar-make-toggle'.
20794
20795 * isearch.el: Put `isearch-scroll' property to
20796 `split-window-horizontally'.
20797
20798 * info.el: Update error messages for `debug-ignored-errors'.
20799 (Info-isearch-search): Doc fix.
20800 (Info-find-node): Move up code to go into info buffer before
20801 recording the node to the history.
20802 (Info-fontify-node): Fontify titles only if the next line
20803 has two or more `*', `=', `-', `.'.
20804 Display "go to this node" for empty (match-string 3).
20805
20806 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20807
20808 * term/mac-win.el: Add mouse pointer shape constants.
20809
20810 2005-03-15 Kim F. Storm <storm@cua.dk>
20811
20812 * simple.el (move-beginning-of-line): Use vertical-motion.
20813
20814 2005-03-15 Juri Linkov <juri@jurta.org>
20815
20816 * isearch.el (isearch-error): New variable.
20817 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20818 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20819 (isearch-within-brackets-state): Remove.
20820 (isearch-case-fold-search-state, isearch-pop-fun-state):
20821 Decrease frame index.
20822 (isearch-mode, isearch-top-state, isearch-push-state)
20823 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20824 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20825 (isearch-search, isearch-lazy-highlight-new-loop):
20826 Replace `isearch-invalid-regexp' with `isearch-error'.
20827 Remove `isearch-within-brackets'.
20828 (isearch-search): Add `search-failed' handler to `condition-case'.
20829 (isearch-lazy-highlight-search): Add `condition-case' to catch
20830 errors and allow `isearch-lazy-highlight-update' to try
20831 highlighting from the beginning of the window.
20832 (isearch-repeat): Move up code to set isearch-wrapped to t
20833 before calling isearch-wrap-function.
20834
20835 * info.el (Info-isearch-initial-node): New internal variable.
20836 (Info-search): Signal an error in isearch mode when search leaves
20837 the initial node. Signal an error when `bound' is non-nil and
20838 nothing was found in the current subfile.
20839 (Info-isearch-search): Remove `condition-case'.
20840 (Info-isearch-wrap): Don't wrap when search failed during leaving
20841 the initial node. If `Info-isearch-search' is nil, wrap around
20842 the current node.
20843 (Info-isearch-start): New fun.
20844 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20845 `isearch-mode-hook'.
20846
20847 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20848
20849 * simple.el (normal-erase-is-backspace): Set default to t if
20850 running on Mac.
20851
20852 * term/mac-win.el (function-key-map): Sync with x-win.el.
20853
20854 2005-03-15 Kenichi Handa <handa@m17n.org>
20855
20856 * international/mule-cmds.el (locale-language-names): Modify the
20857 format of elements and add more entries.
20858 (locale-preferred-coding-systems): Add more entries.
20859 (set-locale-environment): Adjust for the change of
20860 locale-language-names.
20861
20862 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20863
20864 * pcvs.el (smerge-ediff): Remove bogus autoload.
20865
20866 2005-03-14 Lute Kamstra <lute@gnu.org>
20867
20868 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20869 Ignore a `*' at the beginning of a line.
20870
20871 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20872 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20873 subr.el.
20874 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20875 to specify indentation.
20876
20877 * generic.el (define-generic-mode): Let generic-mode-list be a
20878 list of strings; test membership with equal.
20879
20880 2005-03-14 Kim F. Storm <storm@cua.dk>
20881
20882 * simple.el (next-line, previous-line): Add optional try-vscroll
20883 arg to recognize interactive use. Pass it on to line-move.
20884 (line-move): Don't perform auto-window-vscroll when defining or
20885 executing keyboard macro to ensure consistent behavior.
20886
20887 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20888
20889 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20890
20891 2005-03-13 Lute Kamstra <lute@gnu.org>
20892
20893 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20894 debugger-setup-buffer so that backtrace marks the frames set to
20895 debug-on-exit and we don't have to do it manually. Set an extra
20896 debug-on-exit for macro's.
20897 (debugger-setup-buffer): Don't mark the top frame manually.
20898
20899 2005-03-12 Lute Kamstra <lute@gnu.org>
20900
20901 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20902 lisp-indent-function throughout.
20903 (with-no-warnings): Set lisp-indent-function property.
20904
20905 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
20906
20907 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20908 Add entry for backslash.
20909
20910 2005-03-12 Juri Linkov <juri@jurta.org>
20911
20912 * info.el (Info-search): Four fixes for backward search.
20913
20914 2005-03-11 Jay Belanger <belanger@truman.edu>
20915
20916 * calc/calc.el (calc-language-alist): New variable.
20917 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20918 (calc-embedded-find-modes): Use calc-language-alist instead of
20919 calc-embedded-language-alist.
20920
20921 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20922
20923 * calendar/calendar.el (calendar-redrawing): New internal
20924 variable.
20925 (redraw-calendar): Remove bogus save-excursion from previous
20926 change. Bind calendar-redrawing to t for mark-diary-entries.
20927 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20928 calendar if that is why we were called.
20929
20930 2005-03-11 Kenichi Handa <handa@m17n.org>
20931
20932 * international/mule.el (make-coding-system): Set property
20933 coding-system-define-form to nil.
20934 (define-coding-system-alias): Likewise.
20935
20936 2005-03-11 Kenichi Handa <handa@m17n.org>
20937
20938 These changes are suggested by Dave Love <fx@gnu.org>.
20939
20940 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20941 coding: tag.
20942 (adaptive-fill-regexp): Add more bullets.
20943 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20944 regexps.
20945
20946 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20947
20948 * help.el (describe-mode): Properly handle non-trivial lighters.
20949 Don't ignore minor modes that are not listed in minor-mode-list.
20950
20951 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20952 feature ON when the user requests to turn it OFF.
20953
20954 2005-03-10 Lute Kamstra <lute@gnu.org>
20955
20956 * emacs-lisp/debug.el (debug-entry-code): Delete it.
20957 (implement-debug-on-entry): New function to replace debug-entry-code.
20958 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
20959 second argument as the 2005-03-07 change makes it obsolete.
20960 (debug-on-entry, cancel-debug-on-entry): Update call to
20961 debug-on-entry-1.
20962 (debug, debugger-setup-buffer): Comment update.
20963 (debugger-frame-number): Update to work with implement-debug-on-entry.
20964
20965 2005-03-10 Jay Belanger <belanger@truman.edu>
20966
20967 * calc/calc-embed.el (math-ms-args): Declare it.
20968 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20969 math-ms-args.
20970 (calc-embedded-subst): Use math-multi-subst-rec to substitute
20971 variables.
20972
20973 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
20974
20975 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20976 Use message-box.
20977
20978 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20979 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20980 (tooltip-gud-tips): Simplify.
20981 (tooltip-gud-tips-p): Remove superfluous :set.
20982 (tooltip-gud-modes): Add fortran-mode.
20983 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20984
20985 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20986
20987 2005-03-09 Kim F. Storm <storm@cua.dk>
20988
20989 * play/animate.el (animate-place-char): Use forward-line instead
20990 of next-line to improve performance.
20991
20992 2005-03-09 Simon Josefsson <jas@extundo.com>
20993
20994 * net/browse-url.el (browse-url-default-browser): Doc fix.
20995
20996 2005-03-09 Miles Bader <miles@gnu.org>
20997
20998 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20999 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
21000
21001 2005-03-09 Kenichi Handa <handa@m17n.org>
21002
21003 * international/latin-1.el: Set case and syntax for 255 only if
21004 set-case-syntax-set-multibyte is nil.
21005
21006 * textmodes/ispell.el (ispell-insert-word): New function.
21007 (ispell-word): Use ispell-insert-word to insert a new word.
21008 (ispell-process-line): Likewise.
21009 (ispell-complete-word): Likewise.
21010
21011 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
21012
21013 * calendar/calendar.el (redraw-calendar): Preserve point.
21014 Reported by Matt Hodges <MPHodges@member.fsf.org>.
21015 (calendar-week-start-day): Move after definition of
21016 redraw-calendar. Delete buffer test, since redraw-calendar has
21017 that now.
21018
21019 * calendar/diary-lib.el (mark-diary-entries): Only call
21020 redraw-calendar in the first of any recursive calls.
21021 Reported by Alan Shutko <ats@acm.org>.
21022
21023 2005-03-08 Juri Linkov <juri@jurta.org>
21024
21025 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
21026 (html-horizontal-rule, html-line, html-image, html-checkboxes)
21027 (html-radio-buttons): Add a space before the trailing `/>' where
21028 sgml-xml-mode is non-nil.
21029 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
21030 the subsequent tag of the empty XML tag.
21031 (html-href-anchor): Don't set initial input to "http:".
21032 (html-image): Ask for the image URL and set point inside alt="".
21033 (html-name-anchor): Duplicate the name in the `id' attribute when
21034 sgml-xml-mode is non-nil.
21035 (html-paragraph): Remove \n before <p>.
21036 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
21037 instead of `checked' when sgml-xml-mode is non-nil.
21038
21039 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
21040 Remove 1 space before #RRGGBB to not truncate it on terminal
21041 windows w/o fringes. Remove 1 space between bg and fg examples
21042 to get more space.
21043 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
21044 avoid byte-compile warnings.
21045
21046 * image-file.el (image-file-handler): Put `safe-magic' property to
21047 `image-file-handler'.
21048
21049 * info.el (Info-isearch-search): Emulate word search in
21050 isearching through multiple Info nodes with Info-search.
21051 (Info-isearch-wrap): Allow isearch-word.
21052
21053 2005-03-08 Lute Kamstra <lute@gnu.org>
21054
21055 * emacs-lisp/debug.el (debugger-step-through): Make sure that
21056 stepping into the debugger's code is not possible.
21057 (debugger-jumping-flag): Docstring update.
21058
21059 2005-03-08 Jay Belanger <belanger@truman.edu>
21060
21061 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
21062 embedded mode begins.
21063 (calc-embedded-language-alist): New variable.
21064 (calc-embedded-find-modes): Use calc-embedded-language-alist to
21065 set default language mode.
21066
21067 2005-03-08 Kenichi Handa <handa@m17n.org>
21068
21069 * international/ccl.el (define-ccl-program): Fix docstring about
21070 extra 256 bytes assured for the output buffer.
21071
21072 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21073 Fix BUFFER_MAGNIFICATION to 2.
21074 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21075
21076 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
21077
21078 * align.el (align-rules-list): Added an alignment rule for CSS
21079 declarations (applies to css-mode and html-mode buffers).
21080
21081 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
21082
21083 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
21084
21085 2005-03-07 Kim F. Storm <storm@cua.dk>
21086
21087 * simple.el (move-beginning-of-line): New command.
21088
21089 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
21090
21091 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
21092
21093 * emulation/cua-base.el: Put CUA move property on move-end-of-line
21094 and move-beginning-of-line.
21095
21096 * apropos.el (apropos-print): Omit command from M-x ... RET.
21097
21098 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
21099
21100 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
21101 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
21102
21103 2005-03-06 Richard M. Stallman <rms@gnu.org>
21104
21105 * bindings.el (esc-map): Bind M-g to goto-line.
21106
21107 * facemenu.el (global-map): Bind M-o, not M-g.
21108
21109 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21110
21111 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
21112 "Open Directory" as for "Open File".
21113
21114 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
21115
21116 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
21117 (push-mark-command): Run activate-mark-hook.
21118
21119 2005-03-06 Richard M. Stallman <rms@gnu.org>
21120
21121 * help-mode.el (help-mode-finish): Don't alter the element
21122 in view-return-to-alist if there already is one.
21123
21124 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
21125 make sure the current buffer is the expected one.
21126
21127 * novice.el (disabled-command-function): Output in *Disabled Command*.
21128 Explicitly ignore non-keyboard events, and explicitly handle C-g.
21129
21130 * textmodes/flyspell.el (flyspell-large-region):
21131 Pass args differently for aspell.
21132
21133 * files.el (mode-require-final-newline): Doc fix.
21134
21135 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21136
21137 * progmodes/which-func.el (which-function):
21138 Specify NOERROR when calling imenu--make-index-alist.
21139
21140 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
21141
21142 * simple.el (normal-erase-is-backspace): Define default value.
21143
21144 * custom.el (custom-theme-set-variables): Remove unused var
21145 `immediate'.
21146 (custom-reevaluate-setting): Simple function to handle variables
21147 that are defined before their default value can really be
21148 computed.
21149
21150 * startup.el (command-line): Use it for temporary-file-directory,
21151 small-emporary-file-directory, auto-save-file-name-transforms,
21152 blink-cursor-mode, and normal-erase-is-backspace.
21153
21154 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
21155 progress, even with buggy anchored keywords.
21156
21157 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
21158
21159 * simple.el (goto-line): Remove unbalanced final parenthesis.
21160
21161 2005-03-05 Richard M. Stallman <rms@gnu.org>
21162
21163 * simple.el (goto-line): Use a number at point as the default.
21164 With C-u as arg, switch buffers.
21165
21166 2005-03-05 Juri Linkov <juri@jurta.org>
21167
21168 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
21169 with `no-blinking-cursor'.
21170
21171 * startup.el (no-blinking-cursor): New defvar.
21172 (command-line): Add `--no-blinking-cursor' to longopts.
21173 Set `no-blinking-cursor' to t for command line arguments
21174 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
21175 with `no-blinking-cursor' in the condition for calling
21176 `blink-cursor-mode'.
21177
21178 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
21179
21180 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
21181 (menu-bar-options-save): Add blink-cursor-mode.
21182 (menu-bar-options-menu): Add blink-cursor-mode.
21183
21184 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
21185
21186 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
21187 (icalendar-export-file, icalendar-export-region)
21188 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
21189 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
21190
21191 2005-03-04 Lute Kamstra <lute@gnu.org>
21192
21193 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
21194 (debug-function-list): Ditto.
21195
21196 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
21197
21198 * textmodes/texinfmt.el (texinfo-append-refill):
21199 Redefine the types of line to which @refill
21200 is not appended by replacing a search for `@refill\\|@bye' with
21201 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
21202 itemize@refill' bug and the unfilled long lines bug.
21203 (texinfmt-version): Update number and date.
21204
21205 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21206
21207 * international/code-pages.el (windows-1250, windows-125[2-8])
21208 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
21209
21210 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21211
21212 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
21213 bound yet.
21214
21215 2005-03-02 Romain Francoise <romain@orebokech.com>
21216
21217 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
21218 buffer after removing limits.
21219 (ibuffer-pop-filter): Ditto.
21220 Update copyright.
21221
21222 2005-03-02 Miles Bader <miles@gnu.org>
21223
21224 * button.el (make-text-button): If the user doesn't specify a
21225 type, use the default. Rewrite to use `add-text-properties' and
21226 plist functions.
21227
21228 2005-03-01 Lute Kamstra <lute@gnu.org>
21229
21230 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
21231 (debugger-jumping-flag): New var.
21232 (debug-entry-code): Use it.
21233 (debugger-jump): Use debugger-jumping-flag and add
21234 debugger-reenable to post-command-hook.
21235 (debugger-reenable): Use debugger-jumping-flag and remove itself
21236 from post-command-hook.
21237 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21238 debugger-reenable.
21239
21240 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
21241
21242 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21243 inclusion of "itemize\\|", which may be unnecessary, is certainly
21244 inelegant, and stops refilling in itemize lists when formatting
21245 Japanese Texinfo files to Info.
21246 Update copyright to 2005.
21247
21248 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
21249
21250 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21251 of an error if GDB can't find the source file.
21252
21253 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21254
21255 * calendar/calendar.el (redraw-calendar): Work from any buffer,
21256 not just the calendar.
21257
21258 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21259 first.
21260 (diary-redraw-calendar): New function.
21261 (make-diary-entry): Add diary-redraw-calendar to local
21262 write-contents-functions. Turn off selective display before
21263 inserting in diary.
21264
21265 2005-03-01 Kim F. Storm <storm@cua.dk>
21266
21267 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21268
21269 2005-03-01 Lute Kamstra <lute@gnu.org>
21270
21271 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21272 that debug-entry-code can be safely removed from a function while
21273 this code is being evaluated. Revert the 2005-02-27 change as the
21274 new implementation no longer requires it. Make sure that a
21275 function body containing just a string is not mistaken for a docstring.
21276 (debug): Skip one more frame in case of debug on entry.
21277 (debugger-setup-buffer): Delete one more frame line in case of
21278 debug on entry.
21279 (debugger-frame-number): Update to use the new text introduced by
21280 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21281
21282 2005-02-28 Kim F. Storm <storm@cua.dk>
21283
21284 * double.el (double-translate-key): Call force-window-update after
21285 read-event to avoid crash in redisplay.
21286
21287 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21288
21289 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21290 (debug): Use it. Move the inhibit-trace earlier.
21291 (debug-entry-code): New const.
21292 (debug-on-entry-1): Use it.
21293
21294 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21295
21296 * international/utf-16.el (ccl-encode-mule-utf-16le):
21297 Fix BUFFER_MAGNIFICATION to 2.
21298 (ccl-encode-mule-utf-16be): Likewise.
21299
21300 2005-02-28 Kenichi Handa <handa@m17n.org>
21301
21302 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21303 Fix BUFFER_MAGNIFICATION to 4.
21304 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21305
21306 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21307
21308 * speedbar.el (speedbar-update-flag): Doc fix.
21309 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21310 argument.
21311
21312 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21313
21314 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21315 have a non-nil `invisible' property but are actually visible.
21316
21317 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21318 for perldoc sections.
21319 (perl-outline-regexp, perl-outline-level): New var and function.
21320 (perl-mode): Use them.
21321
21322 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21323
21324 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21325 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21326
21327 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21328
21329 * cus-edit.el: Comment change.
21330 (custom-buffer-create-internal): Slightly reword text at top of
21331 Custom buffers. Mention there that saving an option edits the
21332 init file. Add link to Emacs manual node on `custom-file'.
21333 (custom-magic-alist): Rewrite individual State messages to use
21334 capitalized keywords. Doc fix.
21335
21336 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21337
21338 * calendar/calendar.el (calendar-buffer): Move above
21339 calendar-week-start-day.
21340 (calendar-week-start-day): Doc fix. Add :set function.
21341 (calendar-minimum-window-height): New variable.
21342 (generate-calendar-window): Only resize window if selected-window
21343 is displaying the calendar buffer. Use new variable
21344 calendar-minimum-window-height.
21345 (generate-calendar): Reword error message.
21346 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21347
21348 2005-02-27 Andreas Schwab <schwab@suse.de>
21349
21350 * vc.el (vc-do-command): Don't run command asynchronously when
21351 operating in a remote directory.
21352
21353 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21354 change from sync with Tramp 2.0.47.
21355
21356 2005-02-27 Richard M. Stallman <rms@gnu.org>
21357
21358 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21359
21360 * textmodes/flyspell.el (flyspell-mode-on):
21361 Call ispell-change-dictionary only if necessary.
21362
21363 * emacs-lisp/re-builder.el (regexp-builder): New function.
21364
21365 * register.el (describe-register-1): Explicitly handle
21366 yank-excluded-properties = t.
21367
21368 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21369 (custom-magic-alist): Change the status descriptions again.
21370 (face widget-type): Total rewrite based on `restricted-sexp'
21371 to eliminate the confusing double hiding levels.
21372
21373 * emacs-lisp/debug.el (debug-on-entry-1):
21374 If function body is empty, add nil as body form.
21375
21376 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21377
21378 * emacs-lisp/trace.el (inhibit-trace): New var.
21379 (trace-make-advice): Use it.
21380
21381 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21382
21383 2005-02-26 Kim F. Storm <storm@cua.dk>
21384
21385 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21386 (mouse-on-link-p, mouse-drag-region-1): Use it.
21387
21388 2005-02-25 Lute Kamstra <lute@gnu.org>
21389
21390 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21391
21392 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21393
21394 * frame.el (blink-cursor-mode): Add :group keyword.
21395
21396 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21397
21398 * calendar/icalendar.el (icalendar--decode-isodatetime):
21399 New optional argument DAY-SHIFT.
21400 (icalendar-export-region): Fix coding-system-for-write.
21401 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21402 events by one.
21403
21404 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21405
21406 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21407
21408 2005-02-24 Kim F. Storm <storm@cua.dk>
21409
21410 * international/iso-acc.el (iso-accents-compose): Fix crash
21411 during redisplay. Call force-window-update after read-event
21412 and delete-region to signal that window is not accurate.
21413
21414 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21415
21416 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21417 Remove unused and inexistent var `inhibit-trace'.
21418 (debugger-mode): Use run-mode-hooks.
21419 (debugger-list-functions): Add buttons; setup xref stack.
21420
21421 2005-02-23 Richard M. Stallman <rms@gnu.org>
21422
21423 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21424 appointment says it was explicitly made.
21425 (appt-add): Set the 3rd element.
21426 (appt-make-list): Preserve explicit appointments.
21427
21428 * subr.el (find-tag-default): Catch errors in forward-sexp.
21429
21430 2005-02-23 Juri Linkov <juri@jurta.org>
21431
21432 * info.el (Info-isearch-search): New defcustom.
21433 (Info-isearch-search): Call the default isearch function
21434 when Info-isearch-search is nil.
21435 (Info-isearch-wrap): Use variable Info-isearch-search.
21436
21437 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21438
21439 * cus-edit.el: Comment change.
21440
21441 2005-02-22 Kim F. Storm <storm@cua.dk>
21442
21443 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21444 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21445
21446 2005-02-22 Simon Josefsson <jas@extundo.com>
21447
21448 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21449 New variable.
21450 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21451 Oskarsson" <myrkraverk@users.sourceforget.net>.
21452
21453 2005-02-22 Kim F. Storm <storm@cua.dk>
21454
21455 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21456 check that window of that event is the selected window.
21457 (mouse-drag-region-1): Compare mouse event window to selected
21458 window before setting point.
21459
21460 * tooltip.el (tooltip-show-help-function): Pass event to
21461 mouse-on-link-p so it can check selected window.
21462
21463 2005-02-22 Kenichi Handa <handa@m17n.org>
21464
21465 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21466 (ps-mule-show-warning): New function.
21467 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21468 characters are found.
21469
21470 * ps-print.el (ps-header-footer-string): Return a list of header
21471 and footer strings.
21472
21473 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21474
21475 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21476
21477 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21478
21479 * frame.el (blink-cursor-mode): Use define-minor-mode.
21480
21481 * term/mac-win.el (function-key-map): Use char-names more consistently.
21482 (file-name-coding-system): Only set it for MacOS-9. The other case is
21483 already handled in mule-cmds.el (where it also works when mac-win.el
21484 is not used).
21485
21486 2005-02-21 Kenichi Handa <handa@m17n.org>
21487
21488 * international/mule.el (ctext-pre-write-conversion): Always use
21489 " *code-converting-work*" buffer for work.
21490
21491 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21492
21493 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21494
21495 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21496
21497 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21498
21499 * ses.el (undo-more): Restore defadvice, but only the part that
21500 allows changes outside the restricted area of the buffer.
21501
21502 2005-02-20 Kim F. Storm <storm@cua.dk>
21503
21504 * simple.el (line-move): Add fourth optional arg try-vscroll which
21505 must be set to perform auto-window-vscroll.
21506 When moving backwards and doing auto-window-vscroll, automatically
21507 vscroll to the last part of lines which are taller than the window.
21508 (next-line, previous-line): Set try-vscroll arg on line-move.
21509
21510 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21511
21512 * replace.el (query-replace, query-replace-regexp)
21513 (replace-string, replace-regexp): When operating on region, make
21514 the minibuffer prompt say so.
21515
21516 * isearch.el (isearch-forward): Document isearch-query-replace and
21517 isearch-query-replace-regexp keybindings.
21518
21519 2005-02-19 Jay Belanger <belanger@truman.edu>
21520
21521 * calc/calc-aent.el (math-read-token): Add local variable.
21522
21523 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21524 (calc-edit-top): Move declaration to earlier in file.
21525 (calc-edit-macro-repeats): Add local variables.
21526
21527 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21528 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21529 calcFunc-tanh.
21530 Adjust integration rule for calcFunc-tan.
21531
21532 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21533
21534 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21535 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21536 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21537 (viper-skip-separators): Bug fix.
21538 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21539 particular major mode.
21540 (viper-del-backward-char-in-replace): Don't put deleted char on the
21541 kill ring.
21542
21543 * viper-ex.el (viper-color-display-p): New function.
21544 (viper-has-face-support-p): Use viper-color-display-p.
21545
21546 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21547
21548 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21549
21550 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21551 (viper-file-remote-p): Make equivalent to file-remote-p.
21552
21553 * viper.el (viper-major-mode-modifier-list):
21554 Use viper-gnus-modifier-map.
21555
21556 2005-02-19 David Kastrup <dak@gnu.org>
21557
21558 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21559 quoting.
21560
21561 2005-02-19 Jay Belanger <belanger@truman.edu>
21562
21563 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21564 Remove extra definitions.
21565 (calc-coth): New function.
21566 (calcFunc-cot): Fix `let'.
21567
21568 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21569
21570 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21571 the reasons we use "type pc" in these faces.
21572
21573 * button.el (button): Ditto.
21574
21575 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21576
21577 * replace.el (query-replace-read-from): Set the value of
21578 query-replace-from-history-variable to handle the case of an empty
21579 string entered to accept the suggested default.
21580
21581 * net/tramp.el (tramp-file-name-for-operation):
21582 Use dired-call-process instead of dired-call-process-command.
21583
21584 2005-02-19 Jay Belanger <belanger@truman.edu>
21585
21586 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21587 (math-div-non-trig): New variables.
21588 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21589 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21590 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21591 trig expressions.
21592
21593 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21594
21595 * progmodes/gdb-ui.el (gdb-var-update-handler)
21596 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21597 for watch expressions,
21598 (gdb-var-create-handler): Don't set speedbar-update-flag.
21599 (gdb-post-prompt): Simplify test for speedbar.
21600
21601 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21602
21603 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21604 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21605 we use the syntax table of the correct buffer.
21606 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21607 Felix Gatzemeier.
21608
21609 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21610 (ediff-file-remote-p): Make synonymous with file-remote-p.
21611 In all deffaces ediff-*-face-*, use min-colors.
21612
21613 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21614 ediff-recurse-to-subdirectories.
21615 (ediff-mark-if-equal): Check that the arguments are strings, use
21616 ediff-same-contents (after to Felix Gatzemeier).
21617
21618 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21619 nil.
21620
21621 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21622
21623 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21624
21625 2005-02-18 David Kastrup <dak@gnu.org>
21626
21627 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21628 use `mark-active' when defined.
21629
21630 2005-02-18 Kenichi Handa <handa@m17n.org>
21631
21632 * ps-print.el (ps-font-info-database): New entry
21633 ZapfChancery-MediumItalic with correct font name. Fix font name
21634 of the entry Zapf-Chancery-MediumItalic.
21635
21636 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21637
21638 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21639
21640 2005-02-16 Kim F. Storm <storm@cua.dk>
21641
21642 * ido.el (ido-fallback-command): Pass user input to fallback command.
21643
21644 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21645
21646 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21647 (gdb-find-file-hook): Add server prefix.
21648
21649 2005-02-16 Richard M. Stallman <rms@gnu.org>
21650
21651 * replace.el (perform-replace): Pass new args to replace-highlight.
21652 (replace-highlight): Take region args,
21653 and pass them to isearch-lazy-highlight-new-loop.
21654
21655 * novice.el (disabled-command-hook): Autoload the defalias
21656 and the make-obsolete-variable call.
21657
21658 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21659
21660 * isearch.el (isearch-lazy-highlight-start-limit)
21661 (isearch-lazy-highlight-end-limit): New variables limit
21662 the region for highlighting.
21663 (isearch-lazy-highlight-new-loop): New args BEG and END.
21664 (isearch-lazy-highlight-search): Use the new vars.
21665 (isearch-lazy-highlight-update): Likewise.
21666
21667 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21668
21669 * cus-start.el (all): Use default-boundp.
21670
21671 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21672
21673 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21674
21675 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21676
21677 * autorevert.el (auto-revert-stop-on-user-input)
21678 (auto-revert-verbose): Doc fixes.
21679
21680 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21681
21682 * international/mule-cmds.el (set-locale-environment): Remove call
21683 to set-selection-coding-system on Windows.
21684
21685 2005-02-15 Jay Belanger <belanger@truman.edu>
21686
21687 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21688 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21689 calcFunc-coth.
21690 (math-simplify-sqrt): Add simplifications.
21691
21692 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21693 to list.
21694
21695 * calc/calc-ext.el: Add functions to autoloads.
21696
21697 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21698 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21699 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21700 (math-csc-raw, math-cot-raw): New functions.
21701
21702 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21703
21704 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21705 the variable name in a message.
21706
21707 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21708 calcFunc-csc, calcFunc-cot.
21709
21710 * calc/calcalg2.el: Add derivative and integration rules for
21711 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21712 calcFunc-csch, calcFunc-coth.
21713 (math-do-integral-methods): Add to checks for when to use
21714 substitutions.
21715
21716 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21717
21718 2005-02-15 Lute Kamstra <lute@gnu.org>
21719
21720 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21721 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21722 <monnier@iro.umontreal.ca>
21723 (lisp-outline-level): Improve efficiency. Suggested by David
21724 Kastrup <dak@gnu.org>.
21725
21726 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21727
21728 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21729 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21730 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21731 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21732 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21733
21734 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21735
21736 * cus-start.el (all): Comment change.
21737
21738 2005-02-14 Lute Kamstra <lute@gnu.org>
21739
21740 * cus-start.el (all): Check if symbol is void.
21741
21742 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21743
21744 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21745 optional argument to \cite.
21746
21747 2005-02-14 Richard M. Stallman <rms@gnu.org>
21748
21749 * cus-edit.el (custom-buffer-create-internal): Update help message.
21750 (custom-magic-alist): Update help messages.
21751
21752 * cus-start.el (all): Allow a var to specify a standard value.
21753
21754 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21755
21756 * custom.el (custom-theme-set-variables): Handle variable aliases.
21757
21758 * frame.el (blink-cursor-timer): Doc fix.
21759 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21760 declare obsolete.
21761 (blink-cursor-mode): Define with defcustom and use correct
21762 standard expression in that defcustom.
21763 * startup.el (command-line): Adapt to above changes in frame.el.
21764
21765 2005-02-11 Lute Kamstra <lute@gnu.org>
21766
21767 * apropos.el (apropos-score-doc): Prevent division by zero.
21768
21769 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21770
21771 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21772 (icalendar--get-event-property-attributes)
21773 (icalendar--get-event-properties)
21774 (icalendar--datetime-to-diary-date): New functions.
21775 (icalendar--split-value): Doc fix.
21776 (icalendar--datetime-to-noneuropean-date)
21777 (icalendar--datetime-to-european-date): New optional argument
21778 SEPARATOR. Return result as a string instead of a list.
21779 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21780 (icalendar--convert-string-for-export): Rename arg S to STRING.
21781 (icalendar-export-region): Doc fix. Change name of error buffer.
21782 Save output buffer.
21783 (icalendar-import-file): Add blank at end of prompt.
21784 (icalendar-import-buffer): Doc fix. Do not switch to error
21785 buffer. Indicate status in return value.
21786 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21787 buffer. Save output buffer. Handle exception from recurrence
21788 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21789 events. Fix problems with weekly all-day events.
21790
21791 2005-02-10 Richard M. Stallman <rms@gnu.org>
21792
21793 * simple.el (eval-expression-print-format):
21794 Avoid warning about edebug-active.
21795
21796 * help.el (help-for-help-internal): Rename from help-for-help.
21797 (help-for-help): Define with defalias.
21798
21799 * font-core.el (font-lock-default-function): Use with-no-warnings.
21800
21801 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21802
21803 * custom.el (defface): Doc fix.
21804
21805 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21806
21807 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21808 width 0" to prevent word wrapping problems.
21809
21810 2005-02-09 Kim F. Storm <storm@cua.dk>
21811
21812 * ido.el (ido-file-extensions-order): New defcustom.
21813 (ido-file-extension-lessp, ido-file-extension-aux)
21814 (ido-file-extension-order): New advanced file ordering.
21815 (ido-file-lessp): New simple file ordering.
21816 (ido-sort-list): Remove.
21817 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21818 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21819
21820 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21821
21822 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21823 that some versions of grep produce.
21824 (grep-mode-font-lock-keywords): Likewise.
21825
21826 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21827
21828 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21829 (gdb-cdir): Delete.
21830 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21831 (gdb-source-info): Treat case when source file is in another
21832 directory properly.
21833 (gdb-get-location): New function.
21834
21835 2005-02-07 Jay Belanger <belanger@truman.edu>
21836
21837 * calc/calc-prog.el (calc-write-parse-table-part)
21838 (calc-fix-token-name): Fix a check for language type.
21839
21840 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21841
21842 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21843
21844 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21845 as directory not writable.
21846
21847 2005-02-07 Kim F. Storm <storm@cua.dk>
21848
21849 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21850 (cua--standard-movement-commands): Remove list.
21851 Instead, set CUA property value to move for movement commands.
21852 (cua-movement-commands): Remove. Users must set CUA prop instead.
21853 (cua--pre-command-handler): Check CUA property.
21854 (cua--init-keymaps): Don't remap undo commands.
21855 (cua-mode): Don't call cua--rectangle-on-off.
21856
21857 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21858 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21859 (cua--rect-undo-set-point): New var.
21860 (cua--rectangle-undo-boundary): Setup undo apply entry.
21861 (cua--rect-undo-handler): New function for rectangle undo.
21862 (cua--rect-start-position, cua--rect-end-position): Add.
21863 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21864 for restored rectangle. Set point if cua--rect-undo-set-point.
21865
21866 2005-02-06 Jay Belanger <belanger@truman.edu>
21867
21868 * calc/calc-lang.el (calc-tex-language): Display more information
21869 in messages.
21870
21871 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21872 in TeX mode.
21873
21874 2005-02-06 Richard M. Stallman <rms@gnu.org>
21875
21876 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21877
21878 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21879
21880 * net/ldap.el (ldap-search-internal): Support attributes with
21881 optional descriptions separated by a semi-colon, as in
21882 "userCertificate;binary".
21883
21884 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21885
21886 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21887 isn't a cons (i.e. the version is 0).
21888
21889 2005-02-05 Eli Zaretskii <eliz@gnu.org>
21890
21891 * help.el (help-for-help): Doc fix.
21892
21893 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
21894
21895 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
21896 GDB-Windows on the menu-bar as this works better.
21897
21898 2005-02-04 Jay Belanger <belanger@truman.edu>
21899
21900 * calc/calc-embed.el (calc-embedded-update): Don't put in
21901 unnecessary newlines. Adjust the end of formula marker.
21902
21903 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21904 (math-latex-parse-two-args): New function.
21905
21906 2005-02-03 Lute Kamstra <lute@gnu.org>
21907
21908 * help-fns.el (help-with-tutorial): Make sure that users cannot
21909 remove the entire text of the tutorial by means of `undo'.
21910
21911 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
21912
21913 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21914 in recent changes, where the ispell process was repeatedly
21915 killed & restarted.
21916
21917 * international/mule-cmds.el (set-locale-environment): Set file-name
21918 coding system to utf-8 on Darwin systems.
21919 (set-default-coding-systems): Don't set default-file-name-coding-system
21920 on Darwin systems.
21921
21922 2005-02-03 Richard M. Stallman <rms@gnu.org>
21923
21924 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21925
21926 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
21927
21928 * faces.el (list-faces-display): Add optional argument.
21929
21930 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21931
21932 * font-core.el (font-lock-default-function): Handle the rare case where
21933 only font-lock-keywords is set.
21934
21935 2005-02-02 Kenichi Handa <handa@m17n.org>
21936
21937 * international/characters.el: Cancel previous change for
21938 I-WITH-DOT-ABOVE and DOTLESS-i.
21939
21940 * international/latin-5.el: Cancel previous change.
21941
21942 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21943
21944 * progmodes/gud.el: Correction to syntax in gud-menu-map.
21945
21946 2005-02-02 Kenichi Handa <handa@m17n.org>
21947
21948 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21949 DOTLESS-i.
21950
21951 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21952 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21953
21954 * case-table.el (get-upcase-table): New function.
21955 (copy-case-table): Copy upcaes table too if non-nil.
21956 (set-case-syntax-delims): Maintain upcase table too.
21957 (set-case-syntax-pair): Likewise.
21958 (set-upcase-syntax, set-downcase-syntax): New functions.
21959 (set-case-syntax): Maintain upcase table too.
21960
21961 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21962
21963 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21964
21965 * progmodes/gud.el (gud-goto-info): New function.
21966 (gud-tool-bar-map): Use correct icon.
21967
21968 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21969
21970 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21971 When delegating, order args in the funcall correctly.
21972
21973 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21974
21975 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21976
21977 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
21978
21979 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21980 buffer not visiting a file.
21981
21982 2005-01-31 Jay Belanger <belanger@truman.edu>
21983
21984 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21985 bound on the line with the formula.
21986
21987 2005-01-31 Kim F. Storm <storm@cua.dk>
21988
21989 * ses.el (ses-create-cell-variable-range)
21990 (ses-destroy-cell-variable-range, ses-reset-header-string)
21991 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21992 (ses-insert-row): Fix format of apply undo entries.
21993
21994 2005-01-31 Jay Belanger <belanger@truman.edu>
21995
21996 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21997 parts.
21998
21999 * calc/calc-embed.el (calc-embedded-open-formula)
22000 (calc-embedded-close-formula): Ignore matrix environments.
22001
22002 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
22003 TeX mode.
22004
22005 * calc/calc-lang.el (math-function-table, math-oper-table)
22006 (math-variable-table): Adjust the LaTeX portions.
22007
22008 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
22009 (math-latex-ignore-words): New constant.
22010
22011 2005-01-31 Richard M. Stallman <rms@gnu.org>
22012
22013 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
22014 (ispell-local-dictionary): Doc fix.
22015 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
22016 Don't reinitialize at run time. Don't defcustom.
22017 All uses changed to append ispell-local-dictionary-alist,
22018 or check it first.
22019 (ispell-current-dictionary): New variable for dictionary in use.
22020 (ispell-dictionary): Now used only for global default.
22021 (ispell-start-process): Set ispell-current-dictionary,
22022 not ispell-dictionary.
22023 (ispell-change-dictionary): Use this only for setting
22024 user preferences.
22025 (ispell-internal-change-dictionary): New function
22026 to change the current dictionary in use.
22027 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
22028 Use ispell-current-dictionary.
22029 Handle ispell-local-dictionary-overridden.
22030 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
22031
22032 2005-01-31 Jay Belanger <belanger@truman.edu>
22033
22034 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
22035
22036 * calc/calc-ext.el: Add calc-latex-language to autoloads.
22037 (calc-mode-map): Add calc-latex-language.
22038
22039 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
22040 (math-latex-print-frac): New functions.
22041 (math-oper-table, math-function-table, math-variable-table)
22042 (math-complex-format, math-input-filter): Add latex properties.
22043 (calc-set-language): Set math-expr-special-function-mapping.
22044
22045 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
22046 (calc-write-parse-table-part): Add LaTeX support.
22047
22048 * calc/calc.el (calc-language): Adjust docstring.
22049 (calc-set-mode-line): Add LaTeX support.
22050 (math-expr-special-function-mapping): New variable.
22051 (math-tex-ignore-words): Add to list.
22052
22053 * calc/calccomp.el (math-compose-expr, math-compose-rows):
22054 Add LaTeX support.
22055 (math-compose-expr): Add support for special functions.
22056
22057 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
22058
22059 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
22060
22061 * progmodes/gdb-ui.el (gdb-memory-address)
22062 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
22063 (gdb-memory-mode-map, gdb-memory-format-keymap)
22064 (gdb-memory-format-menu, gdb-memory-unit-keymap)
22065 (gdb-memory-unit-menu): New variables for a buffer
22066 that lets the user examine program memory.
22067 (gdb-memory-set-address, gdb-memory-set-repeat-count)
22068 (gdb-memory-format-binary, gdb-memory-format-octal)
22069 (gdb-memory-format-unsigned, gdb-memory-format-signed)
22070 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
22071 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
22072 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22073 (gdb-memory-unit-byte, gdb-memory-unit-menu)
22074 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
22075 (gdb-memory-mode, gdb-memory-buffer-name)
22076 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
22077 New functions for above buffer.
22078
22079 2005-01-30 Richard M. Stallman <rms@gnu.org>
22080
22081 * cus-edit.el (custom-bury-buffer): Function deleted.
22082 (custom-buffer-done-function): Option deleted.
22083 (custom-buffer-done-kill): New replacement option.
22084 (Custom-buffer-done): Call quit-window.
22085 (custom-buffer-create-internal): Update for above changes.
22086
22087 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
22088
22089 * simple.el (undo-ask-before-discard): New var.
22090 (undo-outer-limit-truncate): Implement it.
22091 (undo-extra-outer-limit): Doc update.
22092
22093 2005-01-29 Richard M. Stallman <rms@gnu.org>
22094
22095 * ses.el (undo-more): Delete defadvice.
22096 (ses-begin-change): Doc fix.
22097
22098 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
22099 instead of rebinding C-x u and C-_.
22100
22101 * files.el (normal-backup-enable-predicate): Return nil for files
22102 in /tmp, regardless of temporary-file-directory.
22103
22104 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
22105
22106 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
22107 (open-rectangle, delete-whitespace-rectangle-line)
22108 (clear-rectangle-line): If FILL, pass t instead of FILL
22109 for move-to-column's 2nd arg.
22110
22111 * simple.el (undo): Fix the test for continuing a series of undos.
22112 (undo-more): Set pending-undo-list to t when we reach end.
22113 (pending-undo-list): Move up defvar.
22114
22115 * wid-edit.el (widget-button-click):
22116 Shorten the range of the track-mouse binding.
22117
22118 * comint.el (comint-insert-input): Undo previous changes;
22119 use last-input-event in interactive spec.
22120
22121 2005-01-29 Eli Zaretskii <eliz@gnu.org>
22122
22123 * progmodes/compile.el (compilation-start): Bind buffer-read-only
22124 to nil before invoking call-process. Reset buffer's modified flag
22125 after fontifying it in the no-async branch.
22126
22127 * wid-edit.el (widget-specify-button): If mouse pointer shape
22128 cannot be changed, use mouse face instead.
22129
22130 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
22131
22132 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22133 (gdb-goto-breakpoint): Make breakpoint handling work on template
22134 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
22135 (gdb-assembler-custom): Update to recognize breakpoint information
22136 added on 2005-01-19.
22137
22138 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
22139
22140 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
22141 (dsssl-mode): Use define-derived-mode.
22142 (scheme-mode-initialize): Remove.
22143 (scheme-mode): Use run-mode-hooks.
22144
22145 * cus-edit.el (customize-group-other-window)
22146 (custom-buffer-create-other-window): Don't override special-display-*.
22147 (custom-mode-map): Make it dense.
22148
22149 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
22150 sets the default value.
22151
22152 2005-01-28 Eli Zaretskii <eliz@gnu.org>
22153
22154 * descr-text.el: Add more keywords.
22155
22156 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
22157
22158 * speedbar.el: Avoid unnecessary use of locate-library.
22159
22160 * international/mule-cmds.el (standard-display-european-internal):
22161 Don't fiddle with latin-1 non-break space any more since it's now
22162 special cased in the C code.
22163 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
22164
22165 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
22166
22167 * cus-start.el (all): Add `undo-outer-limit'.
22168
22169 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22170
22171 * textmodes/bibtex.el (bibtex-format-entry):
22172 Use `bibtex-empty-field-re' only on the text of fields, not on entire
22173 field lines.
22174 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
22175 not on part of a buffer.
22176
22177 2005-01-25 Lute Kamstra <lute@gnu.org>
22178
22179 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
22180 nonempty field text strings like "{letters\\macro{}more letters}".
22181 Clarify docstring.
22182 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
22183 (bibtex-entry-offset, bibtex-parse-association)
22184 (bibtex-parse-field-name): Fix typos in docstrings.
22185 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
22186
22187 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
22188
22189 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
22190 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
22191 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
22192 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
22193
22194 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
22195 isearch minor mode.
22196
22197 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
22198
22199 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
22200
22201 2005-01-24 Lute Kamstra <lute@gnu.org>
22202
22203 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
22204 CASECHARS and NOT-CASECHARS regular expressions of the
22205 "nederlands" and "nederlands8" dictionaries to prevent a "Range
22206 striding over charsets" error.
22207
22208 2005-01-24 Jay Belanger <belanger@truman.edu>
22209
22210 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
22211 display variable name.
22212
22213 2005-01-24 Kenichi Handa <handa@m17n.org>
22214
22215 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
22216 Fix setting of the element of encoded-kbd-iso2022-invocations.
22217
22218 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
22219
22220 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22221 (gdb-threads-select): Change to also accept mouse events.
22222 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
22223 (gdb-threads-mouse-select): Delete.
22224
22225 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
22226
22227 * files.el (insert-directory): Take care of empty directory,
22228 listed without -a switch.
22229
22230 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
22231
22232 * textmodes/refill.el (refill-post-command-function):
22233 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
22234 to the list of functions that we should be careful not to undo.
22235 (refill-late-fill-paragraph-function): Remove.
22236 (refill-saved-state): New var.
22237 (refill-mode): Use it to save fill-paragraph-function.
22238 Save also the value of auto-fill-function.
22239
22240 * term/w32-win.el: Simplify code.
22241
22242 2005-01-23 Kim F. Storm <storm@cua.dk>
22243
22244 * simple.el (line-move): Adapt to new return value from
22245 pos-visible-in-window-p.
22246
22247 * simple.el (line-move): Fix last change. Check partial
22248 visibility at point rather than at window-start.
22249
22250 2005-01-22 Jason Rumney <jasonr@gnu.org>
22251
22252 * term/w32-win.el (xw-defined-colors): Remove debug-message.
22253
22254 2005-01-22 David Kastrup <dak@gnu.org>
22255
22256 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22257
22258 2005-01-22 Eli Zaretskii <eliz@gnu.org>
22259
22260 * type-break.el (type-break-mode): Add a test for
22261 type-break-file-name being non-nil.
22262
22263 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
22264
22265 * net/eudc.el (top level): Call (message "") via progn, so that
22266 eudc-options-file is loaded.
22267
22268 2005-01-22 Kim F. Storm <storm@cua.dk>
22269
22270 * simple.el (line-move-1): Rename from line-move.
22271 (line-move): New function that adjusts vscroll for partially
22272 visible rows, and calls line-move-1 otherwise.
22273
22274 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22275
22276 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22277 since it's not a complete read-event implementation
22278
22279 2005-01-20 Jay Belanger <belanger@truman.edu>
22280
22281 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22282 for called function.
22283
22284 2005-01-20 Steven Tamm <steventamm@mac.com>
22285
22286 * term/mac-win.el (process-connection-type): Remove.
22287 Controlled now by s/darwin.h:PTY_ITERATION.
22288
22289 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22290
22291 * window.el (handle-select-window): Don't switch window when we're
22292 in the minibuffer.
22293
22294 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22295
22296 * subr.el (dotimes-with-progress-reporter): New macro.
22297
22298 * ses.el (ses-dotimes-msg): Remove macro.
22299 Use `dotimes-with-progress-reporter' instead.
22300
22301 2005-01-19 Steven Tamm <steventamm@mac.com>
22302
22303 * term/mac-win.el (process-connection-type): Use new
22304 operating-system-release variable to use ptys on Darwin 7 (OS X
22305 10.3) when using carbon build.
22306
22307 2005-01-19 Jay Belanger <belanger@truman.edu>
22308
22309 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22310 flags if the last command was a tab or M-tab.
22311
22312 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22313 in formula editing buffer.
22314
22315 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22316
22317 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22318 breakpoint image symbol in margin.
22319
22320 2005-01-19 Jay Belanger <belanger@truman.edu>
22321
22322 * calc/calc-prog.el (calc-execute-kbd-macro):
22323 Ignore calc-keep-arg-flag.
22324
22325 2005-01-19 Kenichi Handa <handa@m17n.org>
22326
22327 * textmodes/ispell.el (ispell-looking-at): New function.
22328 (ispell-process-line): Use ispell-looking-at to compare the ispell
22329 output and the buffer contents.
22330
22331 2005-01-18 Jay Belanger <belanger@truman.edu>
22332
22333 * calc/calc.el (calc-display-raw): Fix docstring.
22334
22335 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22336
22337 * simple.el (blink-matching-open): Strip extra info from syntax.
22338
22339 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22340 funny chars in the end-of-here-doc marker.
22341
22342 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22343
22344 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22345 that enable/disabled state of breakpoints is shown correctly in
22346 fringe and on ttys.
22347 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22348 Add breakpoint information as text properties.
22349 (gdb-mouse-toggle-breakpoint):
22350 Rename to gdb-mouse-set-clear-breakpoint.
22351 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22352 breakpoints in the margin.
22353 (gdb-remove-strings): Simplify.
22354
22355 2005-01-17 Jay Belanger <belanger@truman.edu>
22356
22357 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22358 erasing buffer.
22359
22360 2005-01-17 Richard M. Stallman <rms@gnu.org>
22361
22362 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22363 for calling grep-compute-defaults.
22364
22365 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22366 if buffer is empty.
22367
22368 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22369
22370 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22371
22372 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22373
22374 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22375 non-preloaded variables.
22376
22377 2005-01-17 Steven Tamm <steventamm@mac.com>
22378
22379 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22380 tex-shell cause to force interactivity when using pipes.
22381
22382 2005-01-17 Kim F. Storm <storm@cua.dk>
22383
22384 * simple.el (just-one-space): Make arg optional.
22385
22386 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22387
22388 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22389 posn-at-x-y to t to access left-margin.
22390
22391 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22392
22393 Sync with Tramp 2.0.47.
22394
22395 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22396 catching keep-date problems in cp/scp operations.
22397 (tramp-handle-copy-file): Don't call `set-file-modes'
22398 unconditionally. Specialized functions should know better what is
22399 necessary. This improves performance a little bit, and the
22400 functions could catch errors with `cp -p' and `scp -p'.
22401 (tramp-do-copy-or-rename-file-via-buffer)
22402 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22403 when appropriate.
22404 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22405 Call `set-file-modes' when appropriate.
22406 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22407 Johnsson <isak@hypergene.com>
22408 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22409 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22410 <joakim@verona.se>
22411 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22412 Emacs only.
22413
22414 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22415 `find-file-hooks' and `dired-mode-hook'.
22416 (tramp-minor-mode-map): Respective map. Add remapping for
22417 `compile' and `recompile'.
22418 (tramp-remap-command, tramp-recompile): New defuns.
22419 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22420 in buffer "*Compilation*". Call the commands asynchronously.
22421
22422 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22423 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22424 `shell-command', because it isn't magic in XEmacs. Reported by
22425 Adrian Aichner <adrian@xemacs.org>.
22426
22427 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22428 `substitute-in-file-name.
22429 (tramp-smb-handle-substitute-in-file-name): New defun.
22430 (tramp-smb-advice-PC-do-completion): Delete advice.
22431
22432 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22433
22434 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22435 Fix error in deleting region.
22436
22437 2005-01-15 Richard M. Stallman <rms@gnu.org>
22438
22439 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22440 In non-temp buffer, switch syntax table temporarily.
22441
22442 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22443
22444 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22445
22446 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22447
22448 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22449 (imenu--generic-function): Use START, not BEG, as pos of definition.
22450
22451 * simple.el (just-one-space): Argument specifies number of spaces.
22452
22453 * simple.el (eval-expression-print-format): Avoid warning
22454 about edebug-active.
22455
22456 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22457
22458 * progmodes/sh-script.el: Code copied from make-mode.el
22459 with small changes,
22460 (sh-mode-map): Bind C-c C-\.
22461 (sh-backslash-column, sh-backslash-align): New variables.
22462 (sh-backslash-region, sh-append-backslash): New functions.
22463
22464 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22465
22466 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22467 (rmail-pop-password, rmail-pop-password-required): Move to
22468 rmail-obsolete group.
22469 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22470 All callers updated.
22471 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22472 Take an argument specifying whether it is POP or IMAP mailbox we
22473 are using. All callers updated.
22474 (rmail-pop-password-error): Rename to
22475 rmail-remote-password-error. Added mailutils-specific error message.
22476 (rmail-movemail-search-path)
22477 (rmail-movemail-variant-in-use): New variables.
22478 (rmail-remote-password, rmail-remote-password-required):
22479 New customization variables.
22480 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22481 (rmail-parse-url): New function.
22482 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22483 with GNU mailutils movemail.
22484
22485 2005-01-15 Kevin Ryde <user42@zip.com.au>
22486
22487 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22488 suffix to space, $ or '$, to correctly position point when going
22489 to @table style constants like DBL_MAX.
22490
22491 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22492
22493 * type-break.el (type-break-mode, type-break-file-time)
22494 (type-break-file-keystroke-count, type-break-choose-file):
22495 Don't store data in or load data from the file if type-break-file-name
22496 is nil.
22497 (type-break-file-name): Doc update as per the above.
22498
22499 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22500
22501 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22502 lookup-key might return nil; handle that.
22503
22504 2005-01-15 Alan Mackenzie <acm@muc.de>
22505
22506 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22507 rather than the element found, thus enabling the tree to be setcar'd.
22508
22509 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22510
22511 * textmodes/org.el (org-show-following-heading): New option.
22512 (org-show-hierarchy-above): Use `org-show-following-heading'.
22513 (org-cycle): Documentation fix.
22514
22515 * textmodes/org.el (orgtbl-optimized): New option
22516 (orgtbl-mode): New command, a minor mode.
22517 (orgtbl-mode-map): New variable.
22518 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22519 (orgtbl-error, orgtbl-self-insert-command)
22520 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22521
22522 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22523 a local variable in each org-mode buffer.
22524
22525 * textmodes/org.el (org-set-regexps-and-options): Rename from
22526 `org-set-regexps'. Added checking for STARTUP keyword.
22527 (org-get-current-options): Add STARTUP options.
22528 (org-table-insert-row): Make mode intelligent about when
22529 realignment is needed.
22530 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22531 New commands.
22532 (org-enable-table-editor): New default value `optimized'.
22533 (org-table-blank-field): Support blanking regions if active.
22534
22535 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22536
22537 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22538 if the year is not given.
22539
22540 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22541 Add new escapes %m and %M, fixed bug with %F by adding
22542 save-match-data.
22543 (reftex-reference): Remove ?. from list of spaces.
22544 (reftex-label-info): Add automatic label prefix recognition.
22545
22546 * textmodes/reftex-index.el (reftex-index-next-phrase):
22547 Add slave parameter to call of `reftex-index-this-phrase'.
22548 (reftex-index-this-phrase): New optional argument.
22549 (reftex-index-region-phrases): Add slave parameter to call of
22550 `reftex-index-this-phrase'.
22551 (reftex-display-index): New argument redo.
22552 (reftex-index-rescan): Add `redo' to arguments of
22553 `reftex-display-index'.
22554 (reftex-index-Rescan, reftex-index-revert)
22555 (reftex-index-switch-index-tag): Add `redo' to arguments of
22556 `reftex-display-index'.
22557 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22558 indexing. Fix bug with matching is there is a quote before or
22559 after the word.
22560
22561 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22562 Fix bug when collecting citation keys in lines with comments.
22563 (reftex-citation): Prefix argument no longer rescans the document,
22564 but forces prompting for optional arguments of cite macros.
22565 (reftex-do-citation): Prompting for optional arguments implemented.
22566
22567 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22568 Add optional arguments to most cite commands.
22569 (reftex-cite-cleanup-optional-args): New option
22570 (reftex-cite-prompt-optional-args): New option.
22571 (reftex-trust-label-prefix): New option.
22572
22573 * textmodes/reftex-toc.el (reftex-toc-find-section):
22574 Add push-mark before changing the position in the buffer.
22575
22576 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22577 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22578
22579 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22580
22581 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22582 more carefully.
22583
22584 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22585
22586 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22587 (sgml-mode): Use it.
22588 (sgml-get-context): Better keep track of implicitly closed tags.
22589
22590 2005-01-13 Kenichi Handa <handa@m17n.org>
22591
22592 * textmodes/ispell.el: These changes are to fix misalignment error
22593 caused by equivalent characters of different Emacs charsets.
22594 (ispell-unified-chars-table): New variable.
22595 (ispell-get-decoded-string): New function.
22596 (ispell-get-casechars, ispell-get-not-casechars)
22597 (ispell-get-otherchars): Call ispell-get-decoded-string.
22598
22599 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22600
22601 * custom.el (custom-declare-variable): Just put symbol instead
22602 of (defvar . symbol) in `current-load-list'.
22603
22604 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22605
22606 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22607
22608 2005-01-12 Jay Belanger <belanger@truman.edu>
22609
22610 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22611 to create a Calc summary.
22612
22613 2005-01-12 Kim F. Storm <storm@cua.dk>
22614
22615 * mouse.el (mouse-on-link-p): Change functionality and doc
22616 string to comply with latest description in lisp ref.
22617
22618 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22619
22620 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22621 Enable mouse clicks on mode-line, header-line and margin.
22622 (event-type): Give mouse event symbols an `event-kind' property
22623 with value `mouse-click'.
22624
22625 2005-01-12 Juri Linkov <juri@jurta.org>
22626
22627 * facemenu.el (list-colors-display): Add new arg buffer-name.
22628 Use it. Fix docstring. Replace code for identifying duplicate
22629 colors by the name with call to `list-colors-duplicates' which
22630 identifies duplicate colors by the value unless the color
22631 is one of special Windows colors. Set truncate-lines to t.
22632 Print sorted duplicate color names on each line. Indent to 22
22633 \(the longest color name in rgb.txt) instead of 20. Optimize.
22634 (list-colors-duplicates): New function.
22635 (facemenu-color-name-equal): Delete function.
22636
22637 * facemenu.el (list-colors-print): New function created from code
22638 in list-colors-display. Print #RRGGBB at the window right edge.
22639 (list-colors-display): When temp-buffer-show-function is not
22640 defined, call list-colors-print from temp-buffer-show-hook
22641 to get the right value of window-width in list-colors-print
22642 after the buffer is displayed.
22643
22644 * simple.el (pop-mark): Move deactivate-mark out of conditional
22645 part to deactivate the active mark regardless of the state of the
22646 mark ring.
22647
22648 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22649 variables line in desktop files.
22650
22651 2005-01-12 Juri Linkov <juri@jurta.org>
22652
22653 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22654 Bring together isearch highlight related options.
22655 (lazy-highlight): Replace group `replace' by `matching'.
22656 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22657 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22658 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22659 and declare them obsolete.
22660 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22661 (isearch-faces): Remove defgroup.
22662 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22663 Move isearch highlighting code closer to lazy highlighting code.
22664
22665 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22666 (query-replace-highlight, query-replace-lazy-highlight)
22667 (query-replace): Move definitions to the beginning of the file.
22668
22669 2005-01-11 Juri Linkov <juri@jurta.org>
22670
22671 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22672 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22673 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22674
22675 * info.el (Info-history-forward): New variable.
22676 (Info-select-node): Reset Info-history-forward to nil.
22677 (Info-last): Turn into defalias.
22678 (Info-history-back): Rename from Info-last.
22679 Add current node to Info-history-forward.
22680 (Info-history-forward): New fun.
22681 (Info-mode-map): Replace Info-last by Info-history-back.
22682 Bind Info-history-forward to "r".
22683 (Info-mode-menu): Replace Info-last by Info-history-back.
22684 Fix menu item text. Add menu item for Info-history-forward.
22685 (info-tool-bar-map): Replace Info-last by Info-history-back.
22686 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22687 for Info-history-forward.
22688 (Info-mode): Replace Info-last by Info-history-back in docstring.
22689 Add local variable Info-history-forward.
22690 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22691
22692 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22693
22694 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22695 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22696 Ignore select-window events rather than fiddle with
22697 mouse-autoselect-window.
22698
22699 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22700
22701 * type-break.el (type-break-mode): Fix previous change.
22702
22703 2005-01-10 Jay Belanger <belanger@truman.edu>
22704
22705 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22706 calculator; only reset when point is inside a calculator.
22707 Don't adjust the window height if the window takes up the whole height
22708 of the frame.
22709
22710 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22711
22712 * ebuff-menu.el (Electric-buffer-menu-mode):
22713 Preserve value of buffer-local var header-line-format.
22714
22715 2005-01-09 Jay Belanger <belanger@truman.edu>
22716
22717 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22718 Make sure settings file exists before accessing it.
22719
22720 * calc/calc-embed.el (calc-embedded-subst):
22721 Replace math-multi-subst-rec, which is only supposed to be called
22722 by math-multi-subst, by math-multi-subst.
22723
22724 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22725
22726 * vc.el (vc-allow-async-revert): New user option.
22727 (vc-disable-async-diff): New internal variable.
22728 (vc-revert-buffer): Use them to disable asynchronous diff.
22729
22730 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22731 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22732 asynchronously if vc-disable-async-diff is t.
22733
22734 2005-01-09 Jay Belanger <belanger@truman.edu>
22735
22736 * calc/calc.el (defcalcmodevar): New macro.
22737 (calc-mode-var-list-restore-default-values)
22738 (calc-mode-var-list-restore-saved-values): New functions.
22739 (calc-mode-var-list): Use defcalcmodevar to define it.
22740 (calc-always-load-extensions, calc-line-numbering)
22741 (calc-line-breaking, calc-display-just, calc-display-origin)
22742 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22743 (calc-group-char, calc-point-char, calc-frac-format)
22744 (calc-prefer-frac, calc-hms-format, calc-date-format)
22745 (calc-float-format, calc-full-float-format, calc-complex-format)
22746 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22747 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22748 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22749 (calc-matrix-brackets, calc-language, calc-language-option)
22750 (calc-left-label, calc-right-label, calc-word-size)
22751 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22752 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22753 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22754 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22755 (calc-window-height, calc-display-trail, calc-show-selections)
22756 (calc-use-selections, calc-assoc-selections)
22757 (calc-display-working-message, calc-auto-why, calc-timing)
22758 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22759 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22760 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22761 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22762 (calc-gnuplot-geometry, calc-graph-default-resolution)
22763 (calc-graph-default-resolution-3d, calc-invocation-macro)
22764 (calc-show-banner): Use defcalcmodevar to declare them and set
22765 their default values.
22766
22767 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22768 instead of default values (but restore default values if there is
22769 an argument of 0).
22770
22771 2005-01-09 David Kastrup <dak@gnu.org>
22772
22773 * desktop.el (desktop-restore-eager): Fix typo in type.
22774
22775 2005-01-08 Richard M. Stallman <rms@gnu.org>
22776
22777 * cus-edit.el (customize): Delete :link.
22778
22779 2005-01-08 Jay Belanger <belanger@truman.edu>
22780
22781 * calc/calc.el (calc-mode): Remove the extension from the
22782 `calc-settings-file' file name when loading it.
22783
22784 2005-01-08 Kim F. Storm <storm@cua.dk>
22785
22786 * info.el (Info-mode-map, Info-next-link-keymap)
22787 (Info-prev-link-keymap, Info-up-link-keymap):
22788 Map follow-link to mouse-face.
22789 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22790
22791 2005-01-08 Jay Belanger <belanger@truman.edu>
22792
22793 * calc/calc.el (calc-settings-file): Change default value.
22794 Suggested by cgw in a comment in calc-mode.el.
22795
22796 * calc/calc-mode.el (calc-settings-file-name):
22797 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22798 Replace ~/.emacs in a prompt by calc-settings-file.
22799
22800 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22801
22802 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22803 (desktop-lazy-idle-delay): New customizable variables.
22804 (desktop-buffer-args-list): New variable.
22805 (desktop-append-buffer-args): New function.
22806 (desktop-save): Call desktop-append-buffer-args for some buffers.
22807 (desktop-lazy-create-buffer): New function.
22808 (desktop-idle-create-buffers): New function.
22809 (desktop-read): Add message about buffers to restore lazily.
22810 (desktop-lazy-abort): New command.
22811 (desktop-clear): Call desktop-lazy-abort.
22812 (desktop-lazy-complete): New command.
22813
22814 2005-01-06 Richard M. Stallman <rms@gnu.org>
22815
22816 * emacs-lisp/find-func.el (find-face-definition):
22817 Rename from find-face.
22818
22819 2005-01-06 Kim F. Storm <storm@cua.dk>
22820
22821 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22822
22823 * man.el (Man-xref-man-page, Man-xref-header-file)
22824 (Man-xref-normal-file): Add follow-link property.
22825
22826 2005-01-06 Jay Belanger <belanger@truman.edu>
22827
22828 * calc/calc-units.el: Make sure the proper macro definitions are
22829 available when compiling.
22830
22831 2005-01-06 Juri Linkov <juri@jurta.org>
22832
22833 * isearch.el (isearch-lazy-highlight-update):
22834 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22835
22836 2005-01-06 Miles Bader <miles@gnu.org>
22837
22838 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22839 (isearch-lazy-highlight-face): Use new name.
22840
22841 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22842
22843 * uniquify.el (uniquify-rationalize-file-buffer-names):
22844 Re-add an interactive spec.
22845 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22846 to the same name.
22847
22848 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22849 (isearch-update, isearch-done): Adjust calls accordingly.
22850
22851 2005-01-05 Richard M. Stallman <rms@gnu.org>
22852
22853 * custom.el (custom-set-variables, custom-theme-set-variables):
22854 Clarify documentation.
22855
22856 * emacs-lisp/find-func.el (find-variable)
22857 (find-variable-other-window, find-variable-other-frame):
22858 Fix the TYPE args to find-function-read and find-function-do-it.
22859 (find-function): Doc fix.
22860 (find-function-at-point): Replace function-at-point alias.
22861
22862 2005-01-04 Richard M. Stallman <rms@gnu.org>
22863
22864 * cus-face.el (custom-declare-face):
22865 Record defface in current-load-list.
22866
22867 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22868
22869 * emacs-lisp/find-func.el: Doc fixes.
22870 (find-face-regexp): New variable.
22871 (find-function-regexp-alist): New variable.
22872 (find-function-C-source): Third arg is now TYPE.
22873 (find-function-search-for-symbol): Handle general TYPE.
22874 (find-function-read, find-function-do-it): Handle general TYPE.
22875 (find-definition-noselect, find-face): New functions.
22876 (function-at-point): Alias deleted.
22877
22878 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22879
22880 * battery.el (display-battery-mode): Rename from display-battery.
22881 Handle the case where it gets turned off.
22882
22883 2005-01-04 Richard M. Stallman <rms@gnu.org>
22884
22885 * cus-edit.el (customize): Make :link point to user doc.
22886
22887 * man.el (Man-fontify-manpage): Turn off undo generation.
22888
22889 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22890
22891 2005-01-04 Andreas Schwab <schwab@suse.de>
22892
22893 * files.el (insert-directory): Only look for error lines in
22894 inserted text. Don't move too far after processing --dired markers.
22895
22896 2005-01-04 Richard M. Stallman <rms@gnu.org>
22897
22898 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22899 Don't expand if the character is @, period, dash, etc.
22900 (define-mail-abbrev): Quote names that contain problem characters.
22901
22902 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
22903
22904 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22905
22906 2005-01-03 Richard M. Stallman <rms@gnu.org>
22907
22908 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22909 (query-replace-highlight, query-replace-lazy-highlight)
22910 (query-replace): Definitions moved up. Doc fix.
22911
22912 2005-01-03 Richard M. Stallman <rms@gnu.org>
22913
22914 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22915 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22916 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22917 (lazy-highlight-face): Rename from isearch-lazy-...
22918 Change all references to them.
22919
22920 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
22921
22922 * cus-edit.el (custom-file): Doc fix for defcustom.
22923 (custom-file): The function no longer sets the variable
22924 `custom-file' to its return value.
22925
22926 * startup.el (command-line): No longer load `custom-file'.
22927
22928 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22929
22930 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22931
22932 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22933 Don't confuse module-prefixed identifiers for labels.
22934 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22935
22936 2005-01-02 Richard M. Stallman <rms@gnu.org>
22937
22938 * files.el (basic-save-buffer-1): Fix previous change.
22939
22940 * loadhist.el (file-loadhist-lookup): New function.
22941 (file-provides, file-requires): Use it.
22942
22943 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22944 instead of calculating the right size.
22945
22946 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22947
22948 * vc-svn.el (vc-svn-diff): Stay local if possible.
22949
22950 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
22951
22952 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22953
22954 * files.el (hack-local-variables): Fix last change.
22955
22956 2005-01-02 Jay Belanger <belanger@truman.edu>
22957
22958 * calc/calc-yank.el (calc-edit-top): New variable.
22959 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22960 object. Change header properties.
22961 (calc-edit-finish, calc-edit-finish-stack-object)
22962 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22963 edited object.
22964 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22965 for the beginning of the edited object.
22966 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22967 for the beginning of the edited object.
22968 * calc/calc-prog.el (calc-edit-macro-finish-edit)
22969 (calc-finish-formula-edit, calc-macro-repeats)
22970 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22971 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22972 beginning of the edited object.
22973 (calc-user-define-edit): Change the header for editing macros.
22974 Remove unnecessary variable.
22975
22976 2005-01-01 Jay Belanger <belanger@truman.edu>
22977
22978 * calc/calc-yank.el (calc-edit-mode): Change default header.
22979 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22980 * calc/calc-store.el (calc-edit-variable): Change title to match new
22981 header.
22982 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22983 mode to match new header.
22984 (calc-user-define-edit): Change titles to include names of commands.
22985 (calc-finish-formula-edit): Adjust to handle new header.
22986 (calc-finish-macro-edit): Remove.
22987 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22988 (calc-edit-macro-command, calc-edit-macro-command-type)
22989 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22990 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22991 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22992 (calc-edit-macro-finish-edit): New functions.
22993 (calc-user-define-edit): Use new functions to edit named calc macros.
22994
22995 2005-01-01 Stefan <monnier@iro.umontreal.ca>
22996
22997 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22998
22999 * ses.el (copy-region-as-kill): Deactivate mark.
23000
23001 2005-01-01 Richard M. Stallman <rms@gnu.org>
23002
23003 * replace.el (occur-1): If the output buffer is also an input,
23004 don't kill it, rename it.
23005
23006 * faces.el (set-face-background, set-face-foreground): Doc fix.
23007
23008 * cus-face.el (custom-face-attributes): Fix :help-echo strings
23009 for :foreground and :background.
23010
23011 * dired.el (dired-view-command-alist): Variable deleted.
23012 (dired-view-file, dired-mouse-find-file-other-window):
23013 Delete the code to use it.
23014
23015 2005-01-01 Kim F. Storm <storm@cua.dk>
23016
23017 * image.el (insert-sliced-image): Use t for line-height property.
23018
23019 See ChangeLog.11 for earlier changes.
23020
23021 ;; Local Variables:
23022 ;; coding: iso-2022-7bit
23023 ;; End:
23024
23025 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
23026 Copying and distribution of this file, with or without modification,
23027 are permitted provided the copyright notice and this notice are preserved.
23028
23029 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1