]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
calc-embed.el: (calc-override-minor-modes-map, calc-override-minor-modes):
[gnu-emacs] / lisp / ChangeLog
1 2006-05-02 Jay Belanger <belanger@truman.edu>
2
3 * calc/calc-embed.el: (calc-override-minor-modes-map)
4 (calc-override-minor-modes): New variables.
5 (calc-do-embedded): Make sure that Calc keystrokes aren't
6 overwritten by minor modes.
7
8 2006-05-02 Chong Yidong <cyd@mit.edu>
9
10 * msb.el (msb): If EVENT is a down event, read and discard the up
11 event.
12
13 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
14
15 * startup.el (command-line-1): Refer to Lisp manual when
16 pure-space-overflow occurs.
17
18 * files.el (byte-compile-dynamic)
19 (byte-compile-dynamic-docstrings, byte-compile-warnings)
20 (find-file-visit-truename, indent-tabs-mode, left-margin)
21 (no-byte-compile no-update-autoloads, truncate-lines)
22 (version-control): Don't use `t' for safe-local-variable
23 declarations.
24
25 2006-05-01 Richard Stallman <rms@gnu.org>
26
27 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
28 M-r, M-R, M-A, M-SPC or M-DEL.
29 (diff-mode-map): diff-refine-hunk now on C-c C-w
30 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
31
32 * help-mode.el (help-mode): view-exit-action calls delete-window
33 only when it is safe and possible.
34
35 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
36 in messages.
37
38 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
39
40 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
41 in the default tool-bar-map.
42
43 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
44
45 * net/tramp.el (tramp-completion-file-name-handler-alist)
46 (tramp-run-real-handler, tramp-completion-run-real-handler)
47 (tramp-completion-handle-file-name-all-completions)
48 (tramp-completion-handle-file-name-completion): Autoload them.
49 (tramp-completion-handle-file-exists-p)
50 (tramp-completion-handle-file-name-directory)
51 (tramp-completion-handle-file-name-nondirectory)
52 (tramp-completion-handle-expand-file-name): Remove them.
53 (tramp-handle-file-name-directory): Return the real directory name.
54 Returning "/" only doesn't need to be necessary any longer.
55 (tramp-file-name-handler): Make special attention when in hostname
56 completion mode.
57 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
58 (tramp-register-file-name-handlers): Register
59 `tramp-completion-file-name-handler' only when
60 `partial-completion-mode is enabled.
61 (tramp-completion-handle-file-name-all-completions):
62 Delete directory part from results.
63 (tramp-get-completion-methods, tramp-get-completion-user-host):
64 Discard deleting "/", it doesn't work after the change of
65 `tramp-handle-file-name-directory' above.
66
67 2006-05-01 Kim F. Storm <storm@cua.dk>
68
69 * progmodes/grep.el (grep-expand-template): Use save-match-data
70 and symbol-value.
71
72 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
73
74 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop): Use
75 select-frame-set-input-focus instead of raise-frame.
76 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
77
78 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
79
80 * progmodes/gud.el (gud-def): Add %c case.
81 (gud-speedbar-buttons): Don'bind case-fold-search unnecessarily.
82 (gud-format-command): Make match case sensitive. Match on %F.
83
84 2006-04-30 Glenn Morris <rgm@gnu.org>
85
86 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
87 (cal-tex-preamble): Use cal-tex-preamble-extra.
88 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
89 than alias `list-diary-entries'.
90
91 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
92
93 * help-fns.el (describe-variable): Add info about safe local variables.
94
95 2006-04-29 Richard Stallman <rms@gnu.org>
96
97 * bindings.el (mode-line-format): help-echo doc fixes.
98
99 * net/tramp.el (tramp-file-name-handler-alist): Delete
100 expand-file-name and other operations that can cause spurious loading.
101
102 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
103
104 * files.el (safe-local-variable-p): Remove support for the special
105 value t.
106
107 * textmodes/paragraphs.el (sentence-end-without-space):
108 Fix safety predicate.
109 (sentence-end-double-space, sentence-end-without-period)
110 (paragraph-ignore-fill-prefix):
111 * textmodes/fill.el (colon-double-space):
112 * abbrev.el (abbrev-mode): Tighten the safety predicate.
113
114 * subr.el (booleanp): New fun.
115
116 * textmodes/reftex-vars.el (reftex-guess-label-type):
117 Tighten the safety predicate.
118
119 2006-04-28 Kim F. Storm <storm@cua.dk>
120
121 * progmodes/grep.el (defgroup grep): Doc fix.
122 (grep-auto-highlight): Remove.
123 (grep-template): New defcustom.
124 (grep-find-template): Rename from grep-tree-template.
125 (grep-files-aliases): Rename from grep-tree-files-aliases.
126 Remove "all" alias, add "l" alias.
127 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
128 (grep-find-ignored-directories): New defcustom to replace
129 grep-tree-ignore-CVS-directories, to facilitate ignoring
130 subdirectories for multiple version control systems.
131 (grep-mode-map): Add Recursive grep item to GREP menu.
132 (grep-regexp-history, grep-files-history): New defvars.
133 (grep-probe): New helper function.
134 (grep-compute-defaults): Use it to simplify code.
135 Adapt to name changes.
136 Use `.' as base in grep-find-template rather than <D>.
137 (grep): Remove superfluous highlight-regexp arg. Fix doc.
138 Call grep-compute-defaults unconditionally.
139 (grep-expand-keywords): New defconst.
140 (grep-expand-template): Rename from grep-expand-command-macros.
141 Simplify via grep-expand-keywords. Look at case-fold-search instead
142 of grep-tree-ignore-case to add -i option.
143 Bind case-fold-search to nil while matching keywords.
144 (grep-tree-last-regexp, grep-tree-last-files): Remove.
145 (grep-read-regexp, grep-read-files): New helper functions.
146 (rgrep): Rename from grep-tree. Rework to use proper histories.
147 Adapt to changes in defcustoms and functions above.
148 (lgrep): New command, as grep, but using same interactive UI as rgrep.
149
150 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
151
152 * net/tramp.el (tramp-completion-file-name-handler):
153 Disable Tramp's functionality while loading Tramp itself.
154 (tramp-register-file-name-handlers): That's a defsubst now.
155 Code from `tramp-repair-jka-compr' moved here. Apply it via
156 `after-init-hook'.
157 (tramp-repair-jka-compr): Remove.
158
159 2006-04-27 Jay Belanger <belanger@truman.edu>
160
161 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
162 read expression when `math-read-big-expr' doesn't work.
163
164 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
165
166 * startup.el (command-line-1): Display warning when
167 pure-space-overflow is non-nil.
168
169 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
170
171 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
172 risky.
173
174 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
175
176 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
177 Return the URL or nil if none can be generated.
178
179 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
180
181 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
182 byte compiler warnings.
183 (gud-basic-call, gud-find-expr): Let user select an expression
184 for printing. Print expression as well as value in GUD buffer.
185
186 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
187
188 * allout.el: Remove local autoload declaration for
189 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
190 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
191 (allout-plain-bullets-string, allout-distinctive-bullets-string)
192 (allout-use-mode-specific-leader, allout-old-style-prefixes)
193 (allout-stylish-prefixes, allout-numbered-bullet)
194 (allout-file-xref-bullet, allout-presentation-padding)
195 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
196 safe-local-variable with suitable value spec, and add autoload
197 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
198 (move-beginning-of-line, move-end-of-line): Repair so these compat
199 functions now actually resituate the point, when appropriate.
200
201 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
202
203 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
204
205 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
206 (add-log-iso8601-time-string): Fix call to format-time-string.
207
208 2006-04-26 Kim F. Storm <storm@cua.dk>
209
210 * subr.el (posn-string, posn-image, posn-object): Doc fix.
211
212 2006-04-26 Masatake YAMATO <jet@gyve.org>
213
214 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
215 Add support for "//" style comments. Remove `b' flag
216 from ?* in `asm-mode-syntax-table'.
217
218 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
219
220 * follow.el: Use (featurep 'xemacs) everywhere.
221 (follow-mode): Use define-minor-mode.
222 (follow-mode-map): Move initialization into the declaration.
223 Use command remapping.
224 (follow-emacs-version-xemacs-p): Remove.
225 (follow-submit-feedback): Remove.
226
227 * allout.el (allout-layout, allout-passphrase-verifier-string)
228 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
229
230 * textmodes/reftex-vars.el (reftex-vref-is-default)
231 (reftex-fref-is-default, reftex-guess-label-type):
232 Tighten up a bit the safety predicate.
233
234 * textmodes/paragraphs.el (sentence-end-double-space)
235 (sentence-end-without-period, sentence-end-without-space)
236 (page-delimiter, paragraph-ignore-fill-prefix):
237 Tighten up a bit the safety predicate.
238
239 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
240
241 * progmodes/python.el (python-continuation-line-p)
242 (python-beginning-of-statement): syntax-ppss may return
243 a negative depth.
244 (python-mode): Don't forcefully enable font-lock.
245
246 * time-stamp.el (time-stamp-start, time-stamp-end)
247 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
248
249 * add-log.el: Remove spurious * in docstrings.
250 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
251 (add-change-log-entry): Use it here, since it's not specific
252 to iso8601.
253 (add-log-iso8601-time-string): Don't use it here any more.
254 (change-log-indent-text, change-log-indent): Rename from add-log-*.
255
256 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
257
258 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
259
260 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
261 (rcirc-toggle-low-priority): Doc fix.
262 (rcirc-handler-NOTICE): Remove beginning of line anchor in
263 ChanServ regexp.
264 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
265 #emacs.
266 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
267 (rcirc-decode-coding-system): Use utf-8 as the default.
268 (rcirc-multiline-minor-mode): Set the fill-column.
269 (rcirc-format-response-string): Display bright and dim nicks.
270 (rcirc-browse-url): Update interactive spec to fill ARG.
271 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
272 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
273
274 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
275
276 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
277 case for @Article, etc.
278
279 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
280
281 * net/tramp.el (tramp-register-file-name-handlers): New defun.
282 Added with autoload cookie.
283 (tramp-unload-file-name-handlers): Rename from
284 `tramp-unload-file-name-handler-alist'.
285
286 2006-04-23 Romain Francoise <romain@orebokech.com>
287
288 * comint.el (comint-match-partial-filename): Doc fix.
289
290 2006-04-21 Glenn Morris <rgm@gnu.org>
291
292 * calendar/cal-menu.el (calendar-mode-map): Refer to
293 `diary-view-entries' rather than alias `view-diary-entries'.
294 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
295
296 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
297
298 * progmodes/antlr-mode.el (antlr-default):
299 * cus-edit.el (custom-documentation):
300 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
301 in defface.
302
303 2006-04-21 Kim F. Storm <storm@cua.dk>
304
305 * image.el (image-type): New defun split out of create-image.
306 (create-image): Use it.
307
308 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
309
310 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
311 (org-open-at-point): Remove the "...done" message to keep output
312 in the echo area visible.
313 (org-export-as-xoxo): Fix call to `indent-region'.
314
315 2006-04-21 Kevin Ryde <user42@zip.com.au>
316
317 * international/mule.el (keyboard-coding-system): defcustom
318 info-link fixes: "Specify Coding" has been split, keyboard now in
319 "Terminal Coding", and "Single-Byte Character Support" is now
320 "Unibyte Mode".
321
322 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
323
324 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
325 Use font-lock-warning-face for any errors e.g. no stack.
326 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
327
328 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
329
330 * progmodes/sh-script.el (sh-shell): Mark as safe.
331
332 * newcomment.el (comment-start, comment-start-skip)
333 (comment-end-skip, comment-end): Mark as safe.
334
335 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
336
337 * textmodes/org.el (org-deadline-announce): Face removed.
338 (org-level-faces, org-n-levels): Convert to constant.
339 (org-compatible-face): New function.
340 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
341 (org-level-5, org-level-6, org-level-7, org-level-8)
342 (org-special-keyword, org-warning, org-headline-done, org-link)
343 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
344 (org-scheduled-today, org-scheduled-previously, org-time-grid):
345 Face definition revised for better color tty support.
346 (org-bold-re, org-italic-re, org-underline-re): New constants.
347 (org-set-font-lock-defaults): Use the new constants.
348 (org-agenda-highlight-todo): New function.
349 (org-agenda-todo): Fix bug with point at end of line.
350 (org-agenda-change-all-lines, org-finalize-agenda-entries):
351 Fontify TODO keywords.
352 (org-insert-link): Preserve relative path in ../ links.
353 (org-export-as-html): Convert links pointing to .org files into
354 links that will work beteen the exported HTML files.
355 (org-todo-list): Fix bug when arg=0.
356 (org-insert-heading): More fine-tuning.
357
358 2006-04-19 Romain Francoise <romain@orebokech.com>
359
360 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
361 from `rmail-mime-charset-pattern'.
362
363 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
364
365 * progmodes/python.el (python-mode): Fix typo.
366
367 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
368
369 * comint.el (comint-previous-input): Don't clobber input line
370 when moving off either end of the input history ring.
371 (comint-delete-input): New function, used by
372 `comint-previous-input' and others.
373 (comint-previous-matching-input):
374 Use `coming-delete-input'. Save the partial input if leaving the
375 edit line. Goto point-max before deleting input to avoid
376 partial input fragments hanging around.
377 (comint-restore-input): New function, used by `comint-previous-input'.
378
379 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
380
381 * imenu.el (imenu--index-alist): Balance parentheses.
382
383 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
384
385 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
386
387 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
388
389 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
390 file is nil.
391
392 2006-04-18 Richard Stallman <rms@gnu.org>
393
394 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
395
396 * imenu.el (imenu-create-index-function, imenu--index-alist)
397 (imenu--last-menubar-index-alist, imenu--make-index-alist)
398 (imenu-default-create-index-function, imenu--generic-function):
399 Doc fixes.
400
401 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
402
403 * help-mode.el (help-mode): Set view-exit-action to delete window.
404
405 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
406 now works by passing nil as arg.
407
408 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
409
410 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
411 (read-abbrev-file): Provide default when reading filename.
412
413 * files.el (enable-local-variables): Allow :all as value.
414 (hack-local-variables): Implement that value.
415 (safe-local-variable-values, safe-local-eval-forms)
416 (enable-local-variables): Mark as risky.
417 (find-file-visit-truename, kept-old-versions): Mark safe.
418
419 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
420 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
421 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
422
423 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
424
425 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
426 Use forward-line so as to get to BOL even in the presence of fields.
427 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
428 in return.
429 (inferior-tcl): Tell tclsh to work in interactive mode.
430
431 * complete.el (partial-completion-mode):
432 Use 'choose-completion-string-functions to make sure that
433 choose-completion fills the minibuffer properly.
434
435 * complete.el (PC-old-read-file-name-internal): Remove.
436 (PC-read-include-file-name-internal): Remove. Turn it into an advice
437 of read-file-name-internal.
438 (partial-completion-mode): Enable/disable this advice.
439
440 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
441
442 * net/tramp.el (tramp-completion-file-name-handler): Revert change
443 of 2006-04-17.
444
445 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
446
447 * textmodes/org.el (org-insert-heading): Insert heading before
448 current if at beginning of line.
449 (org-todo, org-date): New faces.
450 (org-table-align): Make sure tooltip window contains full text.
451 (org-no-properties): New defsubst.
452 (org-set-font-lock-defaults): Use new faces.
453
454 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
455
456 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
457 for root variables.
458
459 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
460 (gdb-frame-address): Re-use to identify frame for watch expression.
461 (gdb-var-list, gdb-var-create-handler): Add frame address for root
462 variables.
463 (gdb-init-1, gdb-source, gdb-post-prompt)
464 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
465 (gdb-frame-handler): Get gdb-frame-address.
466
467 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
468
469 Sync with Tramp 2.0.53.
470
471 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
472 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
473 (tramp-completion-file-name-handler): Add autoload cookie for
474 adding to `file-name-handler-alist'.
475
476 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
477 the prompt. If it returns earlier (when detecting an error
478 message), the rest of the output will merge accidently with the
479 output of the next command. Reported by M Jared Finder
480 <jared@hpalace.com>.
481
482 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
483 for `process-file', in order to let it work for older Emacsen too.
484
485 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
486
487 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
488 (tex-font-lock-keywords-3): Use it.
489
490 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
491
492 * newcomment.el (comment-add): New function.
493 (comment-region-default, comment-dwim): Use it.
494
495 2006-04-15 Michael Olson <mwolson@gnu.org>
496
497 * emacs-lisp/tq.el: Improve comments.
498 (tq-queue-head-question): New accessor function.
499 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
500 Update for modified queue structure.
501 (tq-queue-add): Accept `question' argument.
502 (tq-queue-pop): If a question is pending, send it.
503 (tq-enqueue): Accept new optional argument `delay-question'.
504 If this is non-nil, and at least one other question is pending a
505 response, queue the question rather than sending it immediately.
506
507 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
508
509 * calendar/appt.el (appt-add): Check whether an appointment is
510 already present in appt-time-msg-list. Simplify code.
511
512 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
513
514 * progmodes/cc-langs.el (c-mode-menu):
515 Don't presume c-subword-mode is bound.
516
517 2006-04-13 Bill Wohler <wohler@newt.com>
518
519 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
520 (customize-package-emacs-version): Use cdr instead of cadr now
521 that alists use dotted pairs.
522
523 * custom.el (defcustom): Fix docstring for :package-version.
524
525 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
526
527 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
528 (tramp-handle-shell-command): Display output buffer only when
529 `tramp-display-shell-command-buffer' is true.
530 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
531
532 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
533
534 * textmodes/org.el (org-set-autofill-regexps): Set only the local
535 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
536
537 2006-04-13 Romain Francoise <romain@orebokech.com>
538
539 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
540 leaving temporary .cvsignore buffers behind.
541
542 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
543
544 * textmodes/org.el (org-set-regexps-and-options)
545 (org-get-current-options): Better names for the startup folding
546 options.
547
548 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
549
550 * vc.el (vc-annotate): Arrange for point to end up at the same
551 line number as in the original, but only when using a new buffer.
552
553 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
554
555 * files.el (hack-one-local-variable-eval-safep):
556 Recognize `edebug-form-spec' for `put', but only if it passes
557 `edebug-basic-spec'. Generalize `put' handling.
558
559 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
560 vetting file-local form specs.
561
562 * allout.el (allout-layout): Autoload its `safe-local-variable'
563 property.
564
565 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
566
567 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
568 (org-agenda-mouse-1-follows-link)
569 (org-mouse-1-follows-link): New options.
570 (org-format-agenda-item): Fix bug if TAGS is nil.
571 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
572
573 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
574
575 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
576 GDB 6.1+ gives full filename for "info sources" so use
577 file-name-nondirectory.
578
579 2006-04-12 Romain Francoise <romain@orebokech.com>
580
581 * subr.el (read-passwd): Bind `message-log-max' to nil.
582
583 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
584
585 * progmodes/perl-mode.el (perl-indent-new-calculate):
586 Recompute parse-start after jumping backward by a whole sexp.
587
588 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
589
590 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
591 window configuration.
592 (vc-annotate-display-select): Select the buffer so that current-buffer
593 (and selected-window) is the output buffer at the end of vc-annotate.
594
595 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
596
597 * vc.el (vc-annotate-color-map): Add custom TTY color map for
598 8-color terminals, to use all of the colors in a sensible order.
599 256-color terminals work well with the standard map.
600 (vc-annotate-lines): Only strip the first color character if it
601 is "#", to allow for terminal-style named colors.
602 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
603 the correct buffer is scrolled.
604
605 2006-04-11 Richard Stallman <rms@gnu.org>
606
607 * emacs-lisp/bytecomp.el (byte-compile-file):
608 Bind enable-local-variables to :safe, and make normal-mode obey it.
609
610 * files.el (enable-local-variables): Allow value :safe.
611 (normal-mode): Doc fix.
612 (hack-local-variables): Implement enable-local-variables = :safe.
613 (hack-local-variables-confirm): Don't prevent quitting.
614
615 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
616
617 * loadhist.el (unload-feature): A bit of sanity check of
618 load-history entries. Cancel timer-vars before unbinding them.
619
620 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
621 quote special chars, and make the trick work on the hex part of the
622 buffer as well.
623 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
624 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
625
626 * startup.el (normal-splash-screen): Fix last change so we don't wait
627 2 minutes if we don't show the splash screen.
628
629 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
630
631 * textmodes/org.el (org-export-plain-list-max-depth)
632 (org-table-spaces-around-separators)
633 (org-radio-targets, org-activate-camels)
634 (org-table-spaces-around-invisible-separators): Options removed.
635 (org-time-stamp-rounding-minutes, org-remember-templates)
636 (org-ellipsis, org-activate-links, org-descriptive-links):
637 New options.
638 (org-remember-apply-template, org-current-time)
639 (org-finish-edit-table-field)
640 (org-link-unescape, org-link-escape)
641 (org-string-width, org-table-clean-line, org-html-do-expand)
642 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
643 (org-read-agenda-file-list): New functions.
644 (org-table-edit-field)
645 (org-table-create-or-convert-from-region): New commands
646 (org-table-toggle-vline-visibility): Command removed.
647 (org-table-convert-region): Made a command.
648 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
649 Replace with the normal org- functions.
650 (org-self-insert-command): Don't trigger realign unnecessarily
651 when blanking a field that is not full.
652 (org-mode): `Set buffer-invisibility-spec' for links.
653 (org-activate-links2): Hide link part and only show descriptive
654 part of the link.
655 (org-insert-link): Modify for new linking system.
656 (org-store-link): Store description separately, for use by
657 `org-insert-link'.
658 (org-table-align): Use `org-string-width'.
659 (defgroup): Completely new group structure for custom variables.
660 (org-agenda-files): Option: Single file name allowed. Function:
661 Optional argument unrestrited means ignore any restricitons.
662 (org-install-agenda-files-menu): Find a buffer in Org-mode before
663 trying to modify the menu. Use generalized access to
664 `org-agenda-files.'
665 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
666 (org-agenda-file-to-front, org-remove-file, org-diary)
667 (org-tags-view, org-export-icalendar-all-agenda-files)
668 (org-export-icalendar-combine-agenda-files): Use generalized
669 access to `org-agenda-files'.
670 (org-remember-handler): Correctly preserve heading if present.
671 (org-table-insert-row, org-table-insert-hline): Deal with
672 invisible characters.
673
674 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
675
676 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
677 (vc-annotate-color-map): New 18 element constant
678 value/saturation, rotating hue colormap, from red->blue.
679 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
680 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
681 (vc-annotate): To avoid killing the required local variables,
682 set them before the end of `with-output-to-temp-buffer', and
683 after first switching to annotate-mode.
684 (vc-annotate-warp-version): Add buffer argument in goto-line to
685 ensure annotation, not source, is scrolled.
686
687 2006-04-10 Bill Wohler <wohler@newt.com>
688
689 * custom.el (defcustom, custom-handle-keyword):
690 Add :package-version keyword.
691 (custom-add-package-version): New function. Sets value of new
692 property 'custom-package-version from :package-version keyword.
693 (defcustom): Create Common Keywords section in docstring.
694 (defface, defgroup): Replace definitions of a select few keywords
695 with a reference to the Common Keywords in defcustom.
696 (defcustom, defface, defgroup): Replace reference to Customization
697 chapter in manual with hyperlink.
698
699 * cus-edit.el (customize-package-emacs-version-alist):
700 New variable.
701 (customize-changed-options): Add check for custom-package-version.
702 (customize-package-emacs-version): New function to look up Emacs
703 version corresponding to the given package version.
704
705 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
706 defun name, in similar fashion to find-variable-regexp.
707
708 2006-04-10 Eli Zaretskii <eliz@gnu.org>
709
710 * international/mule-cmds.el (set-locale-environment): Fix last
711 change for when the locale's preferences don't specify any encoding.
712
713 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
714
715 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
716 so the defined var/fun doesn't need to be quoted.
717
718 2006-04-10 Richard Stallman <rms@gnu.org>
719
720 * finder.el (finder-mode-map): Add n and p bindings.
721
722 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
723
724 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
725 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
726 (gdb-setup-windows): Put something in source window if we can't find
727 the source file.
728 (gdb-frame-handler): Make it work again with just assembly.
729 (gdb-data-list-register-values-handler): Make it work when there is
730 no stack.
731
732 2006-04-09 Richard Stallman <rms@gnu.org>
733
734 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
735 specs while looking for charset.
736
737 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
738
739 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
740 Make them faces.
741 (lm-font-lock-keywords): Update appropriately.
742
743 2006-04-10 Kim F. Storm <storm@cua.dk>
744
745 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
746 it can also replace buffer-substring-no-properties.
747
748 * emulation/cua-base.el (cua-delete-region, cua-paste)
749 (cua-repeat-replace-region): Use filter-buffer-substring.
750
751 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
752 (cua-cut-region-to-global-mark): Likewise.
753
754 * emulation/cua-rect.el (cua--extract-rectangle)
755 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
756
757 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
758
759 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
760 entry-type. Add field delimiters to numerical fields if they are
761 not present.
762
763 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
764
765 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
766 string-const to return value.
767 (bibtex-remove-delimiters): Use it.
768
769 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
770
771 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
772 cl-byte-compile-compiler-macro unless it exists.
773
774 2006-04-08 Eli Zaretskii <eliz@gnu.org>
775
776 * files.el (hack-local-variables-confirm) <offer-save>:
777 Clarify message text. Suggested by Ralf Angeli.
778
779 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
780
781 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
782 (delete-extract-rectangle-line): Use `filter-buffer-substring'
783 instead of `buffer-substring' and `delete-region'. (Most of the
784 code actually copied from `kill-region'.)
785
786 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
787
788 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
789 (rcirc-default-port): Rename from rcirc-port.
790 (rcirc-default-nick): Rename from rcirc-nick.
791 (rcirc-default-user-name): Rename from rcirc-user-name.
792 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
793 (rcirc-low-priority-flag): New variable.
794 (rcirc-decode-coding-system): New defcustom.
795 (rcirc-encode-coding-system): New defcustom.
796 (rcirc-coding-system-alist): New defcustom.
797 (rcirc-multiline-major-mode): New defcustom.
798 (rcirc-nick): New internal variable.
799 (rcirc-process): Remove variable.
800 (rcirc-server-buffer): New variable.
801 (rcirc): Update to use rcirc-default-* variables above.
802 (rcirc-connect): Do not add window-configuration-hook-here.
803 (rcirc-server): New internal variable.
804 (rcirc-connect): Do not send keepalive pings if
805 rcirc-keepalive-seconds is nil.
806 (with-rcirc-server-buffer): New macro.
807 (rcirc-send-string): Encode with rcirc-encode-coding-system.
808 (rcirc-server-name): Rename from rcirc-server.
809 (rcirc-buffer-process): New function.
810 (rcirc-buffer-nick): New function.
811 (rcirc-buffer-target): Remove function.
812 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
813 New commands.
814 (rcirc-mode-map): Change binding of C-c C-l to
815 rcirc-toggle-low-priority.
816 (rcirc-mode): Initialize coding system based on
817 rcirc-coding-system-alist. New change-major-mode-hook to part the
818 channel on a mode change. Make kill-buffer-hook buffer-local.
819 (rcirc-change-major-mode-hook): New function.
820 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
821 (rcirc-last-post-time): New variable.
822 (rcirc-process-message): Store the last time user posted a message
823 to this target.
824 (rcirc-multiline-minor-mode): New mode.
825 (rcirc-multiline-minor-mode-map): New mode map.
826 (rcirc-edit-multiline): Put multiline-edit buffer in
827 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
828 (rcirc-print): Ignore any line starting with an ignored nick.
829 (rcirc-print): Decode using rcirc-decode-coding-system.
830 (rcirc-track-minor-mode): Update global-mode-string when disabling
831 this mode.
832 (minor-mode-alist): Add LowPri indicator.
833 (rcirc-toggle-low-priority): New function.
834 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
835 next lowpriority buffer with activity.
836 (rcirc-record-activity): Sort buffers in rcirc-activity by the
837 last time the user posted a message in to the target.
838 (rcirc-update-activity-string): New formatting for low priority
839 buffers.
840 (rcirc-split-activity): New function.
841 (rcirc-handler-PART, rcirc-handler-KICK)
842 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
843 (rcirc-nick-away-alist): New variable.
844 (rcirc-handler-301): New handler. Away messages are printed once
845 per change.
846
847 2006-04-08 Eli Zaretskii <eliz@gnu.org>
848
849 * info.el (Info-follow-nearest-node): Doc fix.
850
851 * international/mule-cmds.el (set-locale-environment): Make sure
852 the coding-system preferred by the locale's language has the same
853 EOL conversion type as the original buffer-file-coding-system.
854 (locale-language-names): Add a few MS Windows language codes.
855
856 2006-04-07 Richard Stallman <rms@gnu.org>
857
858 * simple.el (eval-expression): Doc fix.
859
860 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
861 (eval-defun): Doc fixes.
862
863 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
864
865 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
866
867 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
868
869 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
870 GDB list command without argument for greater generality.
871
872 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
873
874 * subr.el (string-or-null-p): New function.
875
876 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
877
878 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
879
880 * files.el: Update comment about safe-local-variable declarations.
881
882 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
883
884 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
885 See idlwave.org.
886
887 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
888 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
889
890 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
891 See idlwave.org.
892
893 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
894 version 6.0 (minimal changes). See idlwave.org.
895
896 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
897 6.0 (minimal changes). See idlwave.org.
898
899 * progmodes/idlw-rinfo.el: File obsoleted and removed.
900
901 2006-04-06 Romain Francoise <romain@orebokech.com>
902
903 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
904 symmetric encryption features and a new asynchronous interface to
905 GnuPG. This new version is version 1.4, plus whitespace changes.
906
907 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
908
909 * files.el: Move some `safe-local-variable' declarations to the
910 respective files.
911
912 * textmodes/ispell.el (ispell-check-comments)
913 (ispell-local-dictionary): Mark as safe.
914
915 * abbrev.el (abbrev-mode): Mark as safe.
916
917 * add-log.el (change-log-default-name): Mark as safe.
918
919 * textmodes/reftex-vars.el (reftex-vref-is-default)
920 (reftex-fref-is-default, reftex-level-indent)
921 (reftex-guess-label-type): Mark as safe.
922
923 * textmodes/fill.el (colon-double-space): Mark as safe.
924
925 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
926 (sentence-end-double-space, sentence-end-without-period)
927 (sentence-end-without-space, sentence-end, sentence-end-base)
928 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
929
930 2006-04-06 Kim F. Storm <storm@cua.dk>
931
932 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
933 the :set-after list.
934 (ido-downcase-unc-hosts): New user option. Default on.
935 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
936 when it is set, as regexps are now applied on the fly.
937 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
938 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
939 on the fly, but only when ido-process-ignore-lists is set.
940 Do case insensitive filtering if ido-downcase-unc-hosts is set.
941 Only downcase names if ido-downcase-unc-hosts is set.
942
943 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
944
945 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
946
947 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
948
949 2006-04-05 Kim F. Storm <storm@cua.dk>
950
951 * ido.el (ido-mode): Set after ido-unc-hosts and
952 ido-ignore-unc-host-regexps.
953 (ido-save-history): Save ido-unc-hosts-cache.
954 (ido-load-history): Load ido-unc-hosts-cache.
955 (ido-reread-directory): Refresh unc hosts cache in // dir.
956
957 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
958 to nil while displaying slash screen.
959
960 2006-04-05 Daiki Ueno <ueno@unixuser.org>
961
962 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
963 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
964
965 2006-04-05 Kenichi Handa <handa@m17n.org>
966
967 * international/characters.el: Setup cases of Latin, Greek, and
968 Cyrillic characters in CJK charsets.
969
970 2006-03-29 Daiki Ueno <ueno@unixuser.org>
971
972 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
973 default-enable-multibyte-characters. This reverts the change from
974 revision 6.17 which is no longer necessary because the passphrase
975 is sent separately now. GnuPG messages are unreadable under
976 multibyte locales with default-enable-multibyte-characters set to nil.
977
978 2006-04-04 Andreas Schwab <schwab@suse.de>
979
980 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
981 and `byte-compile-warnings' as `safe-local-variable'.
982
983 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
984
985 * man.el (Man-mode-map): Restore the \r binding.
986 (Man-abstract-xref-man-page): If Man-target-string is a function,
987 call it.
988 (Man-highlight-references): Use Man-default-man-entry to get the
989 target. Deal with xrefs too.
990 (Man-highlight-references0): Don't call the target function.
991
992 * woman.el (WoMan-xref-man-page): Strip the section number, woman
993 cannot deal with it.
994
995 2006-04-04 Daiki Ueno <ueno@unixuser.org>
996
997 * pgg-gpg.el: Clean up process buffers every time gpg processes
998 complete.
999
1000 2006-04-04 Kenichi Handa <handa@m17n.org>
1001
1002 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
1003 here.
1004 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
1005 Temporarily bind inhibit-field-text-motion to t.
1006
1007 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1008
1009 * startup.el (normal-splash-screen): Only set mode-line-format in the
1010 splash buffer, so as not to interfere when debugging the code.
1011 Ignore errors when switching buffer.
1012
1013 2006-04-03 Romain Francoise <romain@orebokech.com>
1014
1015 * dired.el (dired-dnd-protocol-alist): Fix typo.
1016
1017 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
1018
1019 * savehist.el (savehist): Add :version.
1020 (savehist-ignored-variables): New variable.
1021 (savehist-minibuffer-hook): Don't save variables listed in
1022 `savehist-ignored-variables'.
1023
1024 * dired.el (dired-dnd-protocol-alist): Mention that change does
1025 only apply to new buffers in doc string.
1026
1027 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
1028
1029 * recentf.el (recentf-open-files-item): Include newline in button
1030 field, so opening a file will work, when the point is at the end
1031 of the file name. Allow, for example, to [i]search a file by
1032 extension and just push RET to open it.
1033
1034 2006-04-03 Daiki Ueno <ueno@unixuser.org>
1035
1036 * pgg-gpg.el (pgg-gpg-process-filter)
1037 (pgg-gpg-wait-for-completion): Check if buffer is alive.
1038
1039 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
1040 lines, temporary fix.
1041
1042 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1043
1044 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
1045
1046 2006-04-02 Richard Stallman <rms@gnu.org>
1047
1048 * progmodes/compile.el (compilation-message-face): Make it defcustom.
1049
1050 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1051
1052 * ibuf-macs.el (define-ibuffer-column): Add a new key:
1053 header-mouse-map.
1054
1055 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
1056 (ibuffer-mode-header-map): New keymaps.
1057 (ibuffer-update-title-and-summary): Enable mouse face highlighting
1058 and keybindings for column headers.
1059 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
1060 property.
1061
1062 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
1063
1064 * speedbar.el (speedbar-after-create-hook): Doc fix.
1065
1066 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
1067
1068 * shell.el (shell-directory-tracker)
1069 (shell-dynamic-complete-command): Doc fixes.
1070
1071 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
1072
1073 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
1074 terminals.
1075
1076 2006-04-01 Kim F. Storm <storm@cua.dk>
1077
1078 * ido.el (ido-unc-hosts-cache): New defvar.
1079 (ido-unc-hosts): If value of defcustom is a function, call it to
1080 get list of UNC hosts. Add function-item choices to specify
1081 ido-unc-hosts-net-view or user function.
1082 (ido-ignore-unc-host-regexps): New defcustom.
1083 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
1084 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
1085 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
1086
1087 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1088
1089 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
1090 wwidth.
1091
1092 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
1093
1094 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
1095 (ido-max-work-file-list, ido-switch-buffer)
1096 (ido-read-file-name-as-directory-commands):
1097 Fix typos in docstrings.
1098
1099 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1100
1101 * term/mac-win.el (mac-system-coding-system): Define and use after
1102 Mac-specific coding systems are ready.
1103
1104 2006-03-27 Romain Francoise <romain@orebokech.com>
1105
1106 * net/rcirc.el (rcirc-connect): Add autoload cookie.
1107
1108 * ldefs-boot.el: Update.
1109
1110 2006-03-27 Daiki Ueno <ueno@unixuser.org>
1111
1112 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1113 passphrases when it is not needed.
1114 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1115 passphrase stuff from gpg, should only be necessary when you use
1116 gpg with a smartcard.
1117
1118 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
1119
1120 * comint.el (comint-dynamic-list-completions): Allow user to
1121 select *Completions* buffer.
1122
1123 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
1124
1125 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
1126
1127 2006-03-26 Andreas Schwab <schwab@suse.de>
1128
1129 * progmodes/gud.el (gdb): Only complain about multiple debugging
1130 when the gdb process is still running.
1131
1132 2006-03-25 Eli Zaretskii <eliz@gnu.org>
1133
1134 * mail/rmail.el (tool-bar-map): Defvar it.
1135 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
1136 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
1137
1138 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
1139
1140 * help.el (print-help-return-message): Suggest to use
1141 display-buffer instead of switch-to-buffer-other-window to restore
1142 the previous window without selecting it.
1143
1144 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1145
1146 * frame.el (select-frame-by-name): Call x-focus-frame also when
1147 window-system is mac.
1148
1149 * term/mac-win.el: Adjust Courier font specifications in
1150 x-fixed-font-alist.
1151 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
1152 when directly encoding to UTF-16 in native byte order, no BOM.
1153
1154 2006-03-25 Kim F. Storm <storm@cua.dk>
1155
1156 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
1157 (cua--init-keymaps): Use it instead of fixed C-return.
1158 (cua-mode): Set after it.
1159
1160 * emulation/cua-rect.el (cua--init-rectangles):
1161 Use cua-rectangle-mark-key instead of fixed C-return.
1162
1163 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
1164
1165 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
1166 "run" in .gdbinit.
1167 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
1168
1169 2006-03-24 Romain Francoise <romain@orebokech.com>
1170
1171 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
1172 `display-buffer-other-frame'.
1173
1174 2006-03-24 Kim F. Storm <storm@cua.dk>
1175
1176 * apropos.el (apropos-synonyms): Add selection => region.
1177
1178 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1179
1180 * progmodes/gdb-ui.el (gdb-var-create-regexp)
1181 (gdb-var-list-children-regexp, gdb-var-update-regexp)
1182 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
1183 (gdb-data-list-register-values-regexp)
1184 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
1185 Future proof against new fields being added to MI output.
1186 (gdb-send): Don't treat backslashes for program input as
1187 continuations.
1188 (gdb-assembler-handler): Don't use window-start for this handler.
1189 (gdb-frame-handler): Don't change to hollow arrow if overlay
1190 arrow doesn't move to new frame.
1191
1192 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1193
1194 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
1195 prevent compiler warnings.
1196 (gdb-stopped): Check for gud-last-last-frame (case: signal).
1197 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
1198 (gdb-assembler-custom): Use hollow-right-triangle for assembler
1199 buffer too.
1200
1201 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
1202
1203 * pgg-gpg.el (pgg-gpg-update-agent): Check for
1204 make-network-process, so we can use the same code in Gnus v5-10
1205 too and have this file fully synchronized with that release.
1206
1207 2006-03-23 Romain Francoise <romain@orebokech.com>
1208
1209 * ibuf-ext.el (ibuffer-read-filter-group-name):
1210 Use `ibuffer-generate-filter-groups' to make completion list match
1211 the filter groups that are really displayed in the Ibuffer buffer.
1212 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
1213
1214 2006-03-23 Kenichi Handa <handa@m17n.org>
1215
1216 * international/mule-cmds.el (sort-coding-systems): Describe that
1217 the argument is modified in docstring.
1218
1219 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
1220
1221 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1222 (pgg-gpg-update-agent): New function.
1223 (pgg-gpg-use-agent-p): New function.
1224 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1225 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1226 (pgg-gpg-sign-region): Use it.
1227
1228 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
1229
1230 * cus-edit.el (custom-face-set): Call custom-push-theme before
1231 face-spec set so that `changed' theme is correctly saved.
1232 (custom-face-reset-standard): Reset to recalculated face rather
1233 than defface spec.
1234
1235 * custom.el (custom-push-theme): Only save `changed' theme if the
1236 current face does not match the defface specs.
1237
1238 2006-03-21 Simon Josefsson <jas@extundo.com>
1239
1240 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1241 <wilde@sha-bang.de>.
1242 (pgg-gpg-use-agent): New variable.
1243 (pgg-gpg-process-region): Use it.
1244 (pgg-gpg-encrypt-region): Likewise.
1245 (pgg-gpg-encrypt-symmetric-region): Likewise.
1246 (pgg-gpg-decrypt-region): Likewise.
1247 (pgg-gpg-sign-region): Likewise.
1248 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1249
1250 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
1251
1252 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
1253 bracket links.
1254
1255 2006-03-21 Kim F. Storm <storm@cua.dk>
1256
1257 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
1258 fringe-indicator-alist instead of modifying global value.
1259 (gdb-frame-handler): Likewise.
1260
1261 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
1262
1263 * diff-mode.el (diff-function): Make it inherit from diff-header
1264 instead of diff-context.
1265
1266 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
1267 bitmap.
1268 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
1269 change names in macro above for consistency.
1270 (gdb-frame-handler): Use hollow-right-triangle for all selected
1271 frames which except the innermost (where execution has stopped).
1272 (gdb-reset): Reset buffer-local values of overlay-arrow.
1273
1274 2006-03-20 Richard Stallman <rms@gnu.org>
1275
1276 * simple.el (set-mark-command): Doc fix.
1277
1278 * files.el (display-buffer-other-frame): New command.
1279 (ctl-x-4-map): Bind C-x 5 C-o to it.
1280
1281 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1282
1283 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
1284 rather than just defer-time, in case defer-time has been changed but
1285 the timer isn't running yet.
1286 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
1287
1288 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1289
1290 * help-mode.el (help-follow-symbol): New function.
1291 Essentially identical to the old `help-follow', but do not let
1292 `push-button' do the work when on an xref.
1293 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
1294
1295 2006-03-19 Richard Stallman <rms@gnu.org>
1296
1297 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
1298 preceded by the word `program'.
1299 (help-follow-mouse, help-follow): Throw error if not on xref.
1300 Delete no longer used args.
1301
1302 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
1303
1304 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
1305 annotation ensure gud-overlay-arrow-position is redisplayed.
1306
1307 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1308
1309 * textmodes/bibtex.el (bibtex-include-OPTkey)
1310 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
1311 (bibtex-autokey-name-case-convert)
1312 (bibtex-autokey-titleword-case-convert): Make these the aliases
1313 for the following two variables.
1314 (bibtex-autokey-name-case-convert-function)
1315 (bibtex-autokey-titleword-case-convert-function): Make these the
1316 real names.
1317 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
1318 bibtex-font-lock-crossref sublists.
1319 (bibtex-mode): Revert 2005-12-30 change (which made
1320 completion-ignore-case buffer-local).
1321 (bibtex-url): Simplify.
1322
1323 2006-03-19 Kim F. Storm <storm@cua.dk>
1324
1325 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
1326 cursor property value to 2 (to align with C level change).
1327
1328 2006-03-19 Bill Wohler <wohler@newt.com>
1329
1330 * image.el (image-load-path-for-library): Shorten first line in
1331 docstring.
1332
1333 2006-03-18 Richard Stallman <rms@gnu.org>
1334
1335 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
1336
1337 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
1338
1339 * isearch.el (isearch-other-meta-char): Handle user bindings for
1340 shifted control characters.
1341
1342 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
1343
1344 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
1345 part that matches email addresses, file names, etc.
1346
1347 2006-03-18 Eli Zaretskii <eliz@gnu.org>
1348
1349 * term/w32-win.el (mouse-set-font):
1350 Mention w32-list-proportional-fonts in the doc string.
1351
1352 2006-03-18 Kim F. Storm <storm@cua.dk>
1353
1354 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1355 (ido-unc-hosts): New user option to explicitly define list of know
1356 UNC-style hosts for completion.
1357 (ido-cache-unc-host-shares-time): New user option.
1358 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1359 New helper functions for UNC file-name support.
1360 (ido-may-cache-directory): Check for UNC host. Simplify.
1361 (ido-wash-history): Clean out old UNC hosts.
1362 (ido-nonreadable-directory-p): UNC hosts are always readable.
1363 (ido-directory-too-big-p): UNC hosts are never too big.
1364 (ido-set-current-directory): Handle UNC root path.
1365 (ido-file-name-all-completions): Complete UNC host names from
1366 ido-unc-hosts list. Cache UNC host shares.
1367 (ido-make-file-list-1): Don't filter UNC root.
1368 (ido-exhibit): Check for // in root directory, and switch to UNC
1369 mode by setting ido-current-directory to //.
1370
1371 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
1372
1373 * cus-edit.el (customize-changed-options): Mention explicit
1374 version number as default in prompt.
1375
1376 2006-03-17 Bill Wohler <wohler@newt.com>
1377
1378 * image.el (image-load-path-for-library): Minor docstring fix.
1379
1380 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
1381
1382 * textmodes/org.el (org-read-date): Include subgroup 5 into
1383 replacement text.
1384 (org-popup-calendar-for-date-prompt): Fix customization type.
1385
1386 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1387
1388 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1389 (gdb-continuation): New variable.
1390 (gdb-send): Deal with continuation lines.
1391
1392 * progmodes/gud.el (gud-gdb-complete-command)
1393 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1394 expressions.
1395 (gud-tooltip-mode): Use buffer-local value.
1396
1397 2006-03-16 Kim F. Storm <storm@cua.dk>
1398
1399 * ido.el (ido-edit-input): Use selected match, if any.
1400
1401 2006-03-16 Bill Wohler <wohler@newt.com>
1402
1403 * image.el (image-load-path-for-library): Prefer user's images in
1404 image-load-path.
1405
1406 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1407
1408 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1409 when checking for attempt to drag leftmost or rightmost scrollbar.
1410
1411 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1412
1413 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1414 (gdb-force-mode-line-update): New function.
1415 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1416 (gdb-exited): Use them.
1417 (gdb-signal): New function.
1418 (gdb-annotation-rules): Provide a rule for it.
1419
1420 2006-03-16 Kenichi Handa <handa@m17n.org>
1421
1422 * international/mule.el (auto-coding-regexp-alist): Add entries
1423 for Unicode BOM.
1424
1425 * sort.el (sort-build-lists): Temporarily bind
1426 inhibit-field-text-motion to t.
1427
1428 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1429
1430 * locate.el (locate-command, locate-make-command-line)
1431 (locate-fcodes-file, locate-update-command)
1432 (locate-prompt-for-command, locate, locate-with-filter)
1433 (locate-get-file-positions): Doc fixes.
1434 (locate-buffer-name, locate-header-face): Remove leading `*' in
1435 defcustom.
1436 (locate-filter-output): Use `keep-lines' instead of its alias
1437 `delete-non-matching-lines'.
1438 (locate-get-filename, locate-get-dirname): Add introductory comment.
1439 (locate-find-directory-other-window): Give appropriate error
1440 message if used outside main listing.
1441
1442 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1443
1444 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1445 the new extend-region feature.
1446 (font-lock-after-change-function): Update correspondingly.
1447 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1448 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1449
1450 2006-03-15 Bill Wohler <wohler@newt.com>
1451
1452 * image.el (image-load-path-for-library): Fix example by not
1453 recommending that one binds image-load-path. Just defvar it to
1454 placate compiler and only use it if previously defined.
1455
1456 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1457
1458 * textmodes/org.el (org-insert-centered): Use `string-width' to
1459 make underlining work for wide characters.
1460 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1461 TAB to `org-cycle', to make sure that no binding in
1462 `outline-mode-map' can supercede it.
1463
1464 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1465
1466 * allout.el: Increment version to 2.2.1 in file commentary.
1467
1468 (allout-version): Increment to 2.2.1.
1469
1470 (allout-default-layout): New customization variable, used when the
1471 file lacks a specific allout-layout. Uses allout-layout-type for
1472 recursively nested definition.
1473
1474 (allout-layout-type): Widget defining allout layouts, necessary for
1475 self-recursive definition.
1476
1477 (allout-mode): Incorporate allout-default-layout as fallback for
1478 allout-layout.
1479
1480 (allout-layout): Mark as 'safe-local-variable', and refer mention
1481 fallback to `allout-default-layout' in absence of a specified value.
1482 (allout-passphrase-verifier-string)
1483 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1484
1485 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1486
1487 (allout-get-encryption-passphrase-verifier): Use correct name of
1488 passphrase verifier in docstring.
1489
1490 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1491
1492 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1493 elements.
1494 (gdb-find-watch-expression): Make it work for arrays too.
1495 Follow change to gdb-var-list.
1496 (gud-watch): Allow the user to enter variable name with a prexix
1497 arg. Create keybindings.
1498 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1499 (gdb-var-list-children-handler, gdb-var-update-handler)
1500 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1501 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1502 Follow change to gdb-var-list.
1503 (gdb-starting): Don't show the overlay arrows when program is running.
1504
1505 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1506 gdb-var-list.
1507
1508 2006-03-14 Bill Wohler <wohler@newt.com>
1509
1510 * image.el (image-load-path-for-library): Pass value of path
1511 rather than symbol. Always return list of directories.
1512 Guarantee that image directory comes first.
1513
1514 2006-03-14 Alan Mackenzie <acm@muc.de>
1515
1516 * font-core.el (font-lock-extend-region\(-function\)?.):
1517 New function/variable.
1518
1519 * font-lock.el (font-lock-after-change-function):
1520 Call font-lock-extend-region. Obey font-lock-lines-before.
1521 (font-lock-default-fontify-region): Remove reference to
1522 font-lock-lines-before.
1523
1524 * jit-lock.el (jit-lock-after-change):
1525 Call font-lock-extend-region. Obey font-lock-lines-before.
1526
1527 2006-03-14 David Ponce <david@dponce.com>
1528
1529 * tree-widget.el (tree-widget-themes-load-path)
1530 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1531
1532 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1533
1534 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1535 (rcirc-print): Mark the start of text at the end of the prompt.
1536 (rcirc-track-minor-mode): Add autoload cookie.
1537 (rcirc-update-activity-string): Add space to front of mode-line
1538 indicator.
1539
1540 2006-03-13 Miles Bader <miles@gnu.org>
1541
1542 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1543 (rcirc-abbrev-nick): Remove function.
1544 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1545
1546 2006-03-13 David Ponce <david@dponce.com>
1547
1548 * tree-widget.el: Handle themes across all occurrences of the main
1549 themes sub-directory found in tree-widget-themes-load-path.
1550 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1551 (tree-widget--locate-sub-directory): Return all occurrences.
1552 (tree-widget-themes-path): New function.
1553 Replace tree-widget-themes-directory, and return a list of directories.
1554 (tree-widget-set-parent-theme)
1555 (tree-widget-lookup-image): Use it.
1556
1557 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1558
1559 * textmodes/org.el (org-link-search): Avoid self-matching of
1560 links, allow target text to be distributed over several lines.
1561 (org-search-not-link): New function.
1562 (org-set-regexps-and-options, org-get-current-options):
1563 New startup options.
1564 (org-export-as-html): Take odd-level setting from local variable.
1565 (org-fontify-emphasized-text): New option.
1566 (org-set-font-lock-defaults): Include emphasized text.
1567 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1568 (org-font-lock): Customize group renamed from `org-faces'.
1569
1570 2006-03-13 John Paul Wallington <jpw@pobox.com>
1571
1572 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1573 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1574
1575 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1576
1577 * cus-start.el (all): Delete :version keyword for members of the
1578 fringe group, since the entire group is new in 22.1.
1579
1580 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1581
1582 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1583 map if value is hexadecimal (an address).
1584 (gud-watch): Only search roots for existing watch expressions.
1585 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1586 prevent caching problems with speedbar-update-directory-contents.
1587
1588 2006-03-12 Juri Linkov <juri@jurta.org>
1589
1590 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1591 before comparing with `low' and `warn'.
1592
1593 * info.el (Info-dir-remove-duplicates): Move point to the
1594 beginning of the current line after deleting the entries from
1595 redundant heading. Use marker for `limit' and compare it with
1596 point before calling `re-search-forward'.
1597
1598 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1599
1600 * simple.el (yank): Fix typo in docstring.
1601
1602 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1603
1604 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1605 messages, where "D" is the 6th character.
1606
1607 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1608
1609 * simple.el (yank): Fix last change.
1610
1611 2006-03-11 David Ponce <david@dponce.com>
1612
1613 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1614 merging elements from the standard ispell-dictionary-alist.
1615 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1616 alist, and return the new alist.
1617
1618 2006-03-11 Richard Stallman <rms@gnu.org>
1619
1620 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1621
1622 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1623 the way it is implemented is too unclean.
1624
1625 * simple.el (kill-region, yank): Doc fix.
1626
1627 * battery.el (battery-echo-area-format): Doc fix.
1628 (battery-mode-line-format): Likewise.
1629 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1630 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1631
1632 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1633
1634 * progmodes/octave-mod.el (octave-indent-for-comment):
1635 Behave according to do string.
1636
1637 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1638
1639 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1640 Be visible only if major mode is Mail Mode.
1641
1642 * textmodes/flyspell.el (flyspell-external-point-words)
1643 (flyspell-process-localwords): Fix last changes.
1644
1645 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1646
1647 * calendar/holidays.el (list-holidays): Doc fix.
1648
1649 * international/mule.el (auto-coding-alist): Add .odt
1650 (OpenOffice's open document) files.
1651
1652 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1653 document) files. Mention in the doc string the need to sync with
1654 auto-coding-alist.
1655
1656 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1657
1658 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1659 enable-local-variables is set to always query, or there is no
1660 savable variable.
1661
1662 2006-03-10 Bill Wohler <wohler@newt.com>
1663
1664 * image.el (image-load-path-for-library): Merge at least three
1665 functions from Gnus and MH-E into this one function that can now
1666 be shared.
1667
1668 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1669
1670 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1671 gdb-remove-mouse-face and remove help-echo too.
1672 (gdb-enqueue-input): Correct conditional clause.
1673
1674 2006-03-10 Glenn Morris <rgm@gnu.org>
1675
1676 * calendar/calendar.el (calendar-holidays): Doc fix.
1677 * calendar/holidays.el (list-holidays): Doc fix.
1678
1679 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1680
1681 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1682 it gets called in gdb-prompt anyway.
1683 (gdb-use-separate-io-buffer): Only restore window arrangement for
1684 gdb-many-windows.
1685 (gdb-enqueue-input): Make it harder to send GDB input when program
1686 is running.
1687 (gdb-buffer-list): New variable.
1688 (gdb-remove-mouse-face): New function.
1689 (gdb-starting): Use it when GDB input won't get sent.
1690
1691 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1692
1693 * help.el (view-lossage): Remove trailing whitespace before
1694 inserting "\n".
1695
1696 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1697
1698 * files.el (hack-local-variables-confirm):
1699 Set coding-system-for-read to nil before writing to .emacs.
1700
1701 * arc-mode.el (archive-extract): Check if an existing buffer name
1702 comes from a different archive.
1703
1704 * help.el (describe-key-briefly): If KEY is a down event, read and
1705 discard the up event.
1706
1707 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1708
1709 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1710 be edited and use font-lock-warning-face for any changes.
1711
1712 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1713 (gdb-edit-value): Use it to report any errors.
1714
1715 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1716
1717 * help.el (describe-key): Remove leftover test code.
1718
1719 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1720
1721 * textmodes/org.el: Move defvars out of eval-when-compile.
1722 Use buffer-file-name variable.
1723 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1724 arg `file'.
1725 (org-level-faces): Remove startup dependency.
1726 (org-cycle, org-map-tree, org-scan-tags)
1727 (org-remember-handler): Don't call `outline-level' directly.
1728 (org-mhe-search-all-folders): New option.
1729 (org-mhe-get-message-folder-from-index)
1730 (org-mhe-get-message-folder): Fix indexing search.
1731 (org-format-agenda-item): Handle nil TAGS argument.
1732 (org-cleaned-string-for-export, org-activate-target-links)
1733 (org-make-target-link-regexp): Deal with empty radio target list.
1734 (org-tag): New face.
1735 (org-get-level-face): New function.
1736 (org-set-font-lock-defaults): Simplify setup for headlines.
1737 (org-complete): Pass common substring to `display-completion-list'.
1738
1739 2006-03-06 David Ponce <david@dponce.com>
1740
1741 * tree-widget.el: Update Commentary header.
1742 (tree-widget-theme-name): Ignore parent themes.
1743 (tree-widget-set-parent-theme): New function.
1744 (tree-widget-set-theme): Use it.
1745 (tree-widget-set-image-properties): Move definition. Does nothing
1746 if image properties have already been set.
1747 (tree-widget-image-properties): Move definition. Receive an image
1748 name. Set the :pointer property.
1749 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1750 Don't set the :pointer image property.
1751 (tree-widget-convert-widget): New function. Handle :dynargs
1752 compatibility here.
1753 (tree-widget): Use it to :convert-widget. Add the :expander-p
1754 predicate to control when the :expander function is entered.
1755 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1756 (tree-widget-value-create): Handle :expander-p. widget-apply
1757 :expander.
1758 (tree-widget-expander-p): New function. Default value of the
1759 :expander-p property.
1760
1761 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1762
1763 * help.el (describe-key): Properly handle the return value of
1764 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1765 remaps. Handle string and vector `follow-link' values.
1766
1767 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1768
1769 * complete.el (PC-expand-many-files): Try be more careful when parsing
1770 the shell's output.
1771
1772 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1773
1774 * outline.el (hide-sublevels): Provide better interactive default.
1775
1776 2006-03-06 Kenichi Handa <handa@m17n.org>
1777
1778 * international/fontset.el (create-fontset-from-fontset-spec):
1779 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1780
1781 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1782
1783 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1784 backslashes instead of one in regexp.
1785 (gud-tooltip-dereference): Add missing optional argument.
1786
1787 2006-03-04 John Paul Wallington <jpw@pobox.com>
1788
1789 * wdired.el (toplevel): Require `cl' at compile-time.
1790
1791 2006-03-04 Andreas Schwab <schwab@suse.de>
1792
1793 * server.el (server-process-filter): Handle errors during
1794 evaluation of the argument.
1795
1796 2006-03-03 John Paul Wallington <jpw@pobox.com>
1797
1798 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1799 escape parentheses at beginning of line.
1800 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1801 (t-mouse-mode): Remove period from end of error message.
1802
1803 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1804
1805 * textmodes/flyspell.el (flyspell-process-localwords):
1806 Be case-sensitive.
1807
1808 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1809
1810 * cus-edit.el (custom-quote): Remove function, since it has been
1811 moved to custom.el.
1812
1813 * font-lock.el (lisp-font-lock-keywords-2)
1814 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1815 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1816 they have no special meaning.
1817
1818 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1819 indirect buffer gets killed before indirect buffer. Use dolist.
1820
1821 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1822
1823 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1824 value instead of a literal constant (1) on more pauses.
1825
1826 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1827
1828 * textmodes/flyspell.el (flyspell-external-point-words):
1829 Be case-sensitive.
1830
1831 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1832
1833 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1834 with "www".
1835
1836 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1837
1838 * allout.el: Restablish intermediate missing comment header to
1839 preserve outline structure.
1840 (allout-beginning-of-current-entry): Skip invisible text.
1841 (allout-open-topic): Fix opening a topic at end-of-buffer.
1842 (allout-minor-mode): Move nearer to allout-mode function.
1843
1844 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1845
1846 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1847
1848 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1849
1850 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1851 is nil.
1852
1853 * progmodes/gud.el (gud-speedbar-menu-items):
1854 Use buffer-local-value and add missing :visible keyword.
1855
1856 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1857
1858 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1859
1860 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1861 must be `follow-link'.
1862
1863 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1864
1865 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1866 formatting: No nested anchors.
1867 (org-all-targets): Fix bug with XEmacs compatibility.
1868 (org-read-date): Add (require 'parse-time).
1869 (org-set-tags): Fix bug with extra inserted space.
1870 (org-export-html-style): Define a style class for targets.
1871 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1872 (org-hide-leading-stars): New option.
1873 (org-hide): New face.
1874 (org-set-font-lock-defaults): Allow to hide leading stars.
1875 (org-get-legal-level, org-tr-level): New functions.
1876 (org-odd-levels-only): New option.
1877 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1878 (org-demote, org-promote): Deal with double-star levels.
1879 (org-convert-to-odd-levels): New command.
1880
1881 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1882
1883 * speedbar.el (speedbar-update-localized-contents): Try to
1884 preserve window-start.
1885 (speedbar-update-directory-contents): Try to preserve window-start
1886 and window-point.
1887 (speedbar-update-special-contents): Don't move back to start of window.
1888
1889 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1890 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1891 speedbar-timer-fn.
1892 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1893 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1894 instead of gdb-speedbar-timer-fn.
1895
1896 2006-02-28 Jay Belanger <belanger@truman.edu>
1897
1898 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1899 (math-compose-expr): Use latex option when calling
1900 `math-compose-tex-matrix' for latex mode.
1901
1902 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1903
1904 * speedbar.el: Re-instate comments about developing for speedbar
1905 [this is what info and gdb-ui use even if better methods exist now].
1906
1907 * t-mouse.el: New file.
1908 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1909 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1910 (t-mouse-make-event-element): Use posn-at-x-y instead.
1911 (t-mouse-make-event): Deal with Fedora Core 3.
1912 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1913 (t-mouse-mouse-position-function): New function. Use it instead
1914 of advising mouse-position.
1915 (t-mouse-mode): New minor mode.
1916 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1917
1918 2006-02-27 Glenn Morris <rgm@gnu.org>
1919
1920 * calendar/calendar.el (calendar-holidays): Doc fix.
1921
1922 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1923
1924 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1925 Re-introduce the concept of a source window.
1926 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1927 consistency with get-buffer-create.
1928 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1929 (gdb-data-list-register-values-handler)
1930 (gdb-stack-list-locals-handler): Try to preserve window-start as
1931 well as window-point.
1932 (gdb-display-source-buffer): New function (old concept).
1933 (gdb-goto-breakpoint): Use it.
1934
1935 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1936 for gdb-ui/gdb-mi (old concept).
1937
1938 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1939
1940 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1941 binding.
1942
1943 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1944
1945 * textmodes/reftex-sel.el (reftex-select-label-map)
1946 (reftex-select-bib-map): Add `follow-mouse' binding.
1947
1948 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1949
1950 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1951 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1952 Give :set functions to provide automatic updating.
1953 Update docstring. Give compiler defvars early in the file
1954 and move the defcustoms to a later spot where all called functions
1955 are defined.
1956 (jka-compr-file-name-handler-entry): Doc fix.
1957 (jka-compr-compression-info-list--internal)
1958 (jka-compr-mode-alist-additions--internal)
1959 (jka-compr-load-suffixes--internal): New variables.
1960 (jka-compr-install): Set the three above variables.
1961 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1962 (jka-compr-update, jka-compr-set): New functions.
1963 (auto-compression-mode): Doc fix.
1964
1965 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1966 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1967 Use jka-compr-compression-info-list--internal,
1968 jka-compr-mode-alist-additions--internal and
1969 jka-compr-load-suffixes--internal.
1970
1971 * files.el (load-library):
1972 * loadhist.el (file-loadhist-lookup):
1973 * startup.el (command-line):
1974 * subr.el (locate-library):
1975 * emacs-lisp/autoload.el (update-directory-autoloads):
1976 * emacs-lisp/find-func.el (find-library-suffixes):
1977 Use `get-load-suffixes' instead of `load-suffixes'.
1978
1979 * subr.el (locate-library):
1980 * emacs-lisp/find-func.el (find-library-name):
1981 Use `load-file-rep-suffixes' instead of '("").
1982
1983 2006-02-26 Kim F. Storm <storm@cua.dk>
1984
1985 * ido.el (ido-save-history, ido-load-history): Simplify.
1986 Don't use find-file-noselect to avoid interference from other modes.
1987
1988 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1989
1990 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1991 to use the default shell if filename is not available.
1992 Reported by Giorgos Keramidas.
1993
1994 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1995
1996 * progmodes/etags.el (tags-completion-table): Do completion from
1997 all the tables in the current list, as documented in the manual.
1998
1999 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2000
2001 * CC Mode Update to 5.31.3.
2002
2003 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2004
2005 * progmodes/cc-mode.el (c-postprocess-file-styles):
2006 Bind inhibit-read-only to t, around the call to
2007 c-remove-any-local-eval-or-mode-variables, so that it works on a
2008 RO file.
2009
2010 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2011
2012 * progmodes/cc-awk.el: Correct a typo.
2013
2014 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2015
2016 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
2017 c-hungry-delete-backwards, at the request of RMS. Leave the old
2018 name as an alias.
2019
2020 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2021
2022 * progmodes/cc-mode.el: Correct a typo.
2023
2024 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2025
2026 * progmodes/cc-defs.el: Update the version number to 5.31.3.
2027
2028 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2029
2030 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
2031 brace-else-brace (error due to mbeg, mend being undefined).
2032
2033 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2034
2035 * progmodes/cc-mode.el: File Local variables: Solve the problem
2036 where both `mode' and c-file-offsets are specified: `mode' will
2037 overwrite c-f-o's settings:
2038 (c-remove-any-local-eval-or-mode-variables): New function.
2039 (c-postprocess-file-styles): Call the above new function, within
2040 c-tentative-buffer-change, to splat `mode' and `eval' before the
2041 second hack-local-variables.
2042
2043 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2044
2045 * progmodes/cc-mode.el:
2046 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
2047 (c-after-change): Protect the match data with save-match-data.
2048 It was getting corrupted by c-after-change-check-<>-operators.
2049
2050 * cc-defs.el: [Supersedes patch V1.38]:
2051 (top level): Check for a buggy font-lock-compile-keywords ONLY in
2052 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
2053
2054 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
2055 with save-match-data. It was being corrupted when Font Lock was
2056 not enabled.
2057
2058 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2059
2060 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
2061 Mode and Subword Mode.
2062
2063 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
2064 real labels ("case 1:" or "foo:") from non-labels ("public:").
2065 (c-forward-objc-directive): Replace c-forward-token-2 with crude
2066 coding; c-f-t-2 doesn't move over a token at EOB.
2067
2068 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
2069
2070 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
2071 (c-update-modeline): Concatenate the minor mode indicators
2072 directly onto mode-name, removing c-submode-indicators.
2073 Sometimes, c-s-i got separated from the mode name on the mode line.
2074
2075 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
2076 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
2077
2078 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
2079
2080 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
2081 error message when there's an evaluation error to show whether
2082 it's loaded from source or not.
2083 (c-filter-ops): Make it available at runtime too to work when
2084 `c-make-init-lang-vars-fun' needs to evaluate from source.
2085
2086 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
2087
2088 * help.el (help): Revert last part of 2006-02-23 change (deletion
2089 of the `provide' call).
2090
2091 2006-02-23 Juri Linkov <juri@jurta.org>
2092
2093 * compare-w.el (compare-windows-highlight): Add new value
2094 `persistent' and change :type from `boolean' to `choice'.
2095 (compare-windows-overlays1, compare-windows-overlays2):
2096 New internal variables.
2097 (compare-windows-highlight): If compare-windows-highlight is
2098 `persistent', add current overlays to compare-windows-overlays[12]
2099 instead of adding compare-windows-dehighlight to pre-command-hook.
2100 (compare-windows-dehighlight): Delete all overlays from
2101 compare-windows-overlays[12].
2102
2103 * info.el (Info-search): Don't bind search-spaces-regexp to
2104 Info-search-whitespace-regexp in non-regexp isearch mode.
2105
2106 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2107
2108 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
2109
2110 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
2111
2112 * textmodes/org.el (org-xemacs-p)
2113 (org-export-html-show-new-buffer, org-table-may-need-update)
2114 (org-insert-item, org-mhe-get-message-real-folder)
2115 (org-mhe-get-message-folder-from-index)
2116 (org-mhe-get-message-folder, org-mhe-get-message-num)
2117 (org-mhe-get-header, org-make-org-heading-search-string)
2118 (org-make-org-heading-camel, org-table-sort-lines)
2119 (org-format-org-table-html, org-format-table-table-html):
2120 Fix typos in docstrings.
2121
2122 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
2123
2124 * textmodes/org.el (org-cleaned-string-for-export)
2125 (org-solidify-link-text): New function.
2126 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
2127 XEmacs, just to silence the compiler.
2128 (org-export-as-ascii, org-export-as-html-and-open):
2129 Use `org-cleaned-string-for-export' and create internal links.
2130 (org-follow-mhe-link): Require mh-e, use folder.
2131
2132 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2133
2134 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
2135
2136 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
2137 gdb-debug-log-length.
2138 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
2139 it a real ring but...
2140 (gud-gdba-marker-filter): ...make it work like mark-ring.
2141 (gdb-enable-debug): Rename from gdb-enable-debug-log.
2142 (gdb-mouse-jump): New function. Add bindings.
2143
2144 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2145
2146 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
2147 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
2148 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
2149 (gdb-debug-log-length): Customize it's length.
2150 (gud-watch, gdb-var-create-handler): Display function::var format
2151 but don't use to create variable object.
2152 (gdb-var-create-handler): Use message-box in place of message.
2153 (gdb-stopped): Call gdb-exited if signalled.
2154
2155 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
2156
2157 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
2158
2159 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
2160
2161 * textmodes/reftex.el (reftex-locate-file): Search all extensions
2162 if `reftex-try-all-extensions' is set.
2163
2164 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
2165 fail silently when there is no valid argument at point.
2166 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
2167 `fail-silently' argument. From a patch by David Reiter.
2168
2169 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
2170 New commands.
2171 (org-mark-ring): New variable.
2172 (org-mark-ring-length): New option.
2173 (org-open-at-point, org-goto, org-open-file): Push old position
2174 onto the mark ring.
2175 (org-add-hook): New function.
2176 (org-export-table-remove-special-lines): New option.
2177 (org-skip-comments, org-format-org-table-html): Respect new
2178 option `org-export-table-remove-special-lines'.
2179 (org-open-file): Allow special command configuration for
2180 directory link.
2181 (org-file-apps): Fix bugs in customize type, added setting
2182 for directories.
2183 (org-activate-tags, org-format-agenda-item, org-complete)
2184 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
2185 (org-get-tags, org-get-buffer-tags, org-open-at-point)
2186 (org-link-search, org-make-org-heading-search-string)
2187 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
2188 (org-radio-targets, org-file-link-context-use-camel-case)
2189 (org-activate-camels): New options.
2190 (org-update-radio-target-regexp, org-all-targets)
2191 (org-make-target-link-regexp, org-activate-target-links):
2192 New functions.
2193 (org-make-org-heading-search-string): New function.
2194 (org-store-link, org-insert-link): Use new option
2195 `org-file-link-context-use-camel-case'.
2196 (org-activate-camels): Use new option `org-activate-camels'.
2197 (org-link-regexp): Add mhe prefix.
2198 (org-open-at-point, org-store-link): Support for mhe links.
2199 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
2200 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
2201 (org-mhe-get-header, org-follow-mhe-link): New functions.
2202 (org-remove-angle-brackets, org-add-angle-brackets):
2203 New functions.
2204 (org-bracket-link-regexp): New constant.
2205 (org-read-date): Fix bug that was rejecting all typed dates.
2206 (org-link-search): Make hierarchy above visible after a match.
2207 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
2208 (org-store-link): Fix bug with link creation when cursor is in
2209 an empty line.
2210 (org-open-at-point): Fix bug with matching a link.
2211 Fixed buggy argument sequence in call to `org-view-tags'.
2212 (org-compile-prefix-format): Set `org-prefix-has-tag'.
2213 (org-prefix-has-tag): New variable.
2214 (org-format-agenda-item): Remove tags from headline
2215 if appropriate.
2216 (org-agenda-remove-tags-when-in-prefix): New option.
2217
2218 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
2219
2220 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
2221 Fix the regular expressions.
2222
2223 2006-02-21 Richard M. Stallman <rms@gnu.org>
2224
2225 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
2226 if there's no other specific basis.
2227
2228 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
2229 as variables at all.
2230 (unsafep-variable): Rename arg; doc fix.
2231
2232 * abbrevlist.el (list-one-abbrev-table): Add autoload.
2233
2234 * calendar/appt.el (diary-selective-display): Add defvar.
2235
2236 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
2237
2238 * isearch.el (search-whitespace-regexp): Fix custom type.
2239
2240 * help.el (describe-key-briefly): Compute interactive args
2241 in same was as before previous change.
2242
2243 * files.el (enable-local-variables): Doc fix.
2244
2245 2006-02-21 Kim F. Storm <storm@cua.dk>
2246
2247 * fringe.el: Cleanup as file is now pre-loaded.
2248 (fringe-bitmaps): Initialize unconditionally.
2249 (fringe-mode, set-fringe-style): Remove autoload cookies.
2250
2251 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2252
2253 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
2254 `horizontal-bar'.
2255 (fringe-cursor-alist): Use `horizontal-bar'.
2256
2257 2006-02-20 Kim F. Storm <storm@cua.dk>
2258
2259 * fringe.el (fringe-bitmaps): Update to new bitmap names.
2260 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
2261
2262 * loadup.el: Load "fringe" on window systems.
2263
2264 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2265
2266 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
2267 out of scope components.
2268
2269 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
2270 default.
2271
2272 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
2273
2274 * custom.el (customize-mark-to-save, customize-mark-as-set):
2275 Load the symbol first.
2276
2277 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
2278
2279 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
2280 strech spec so it doesn't display as "^J" on the header line
2281 when `Buffer-menu-use-header-line' is t.
2282
2283 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2284
2285 * speedbar.el (speedbar-make-button): Keep text properties
2286 of string arguments if desired.
2287
2288 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
2289 expessions.
2290
2291 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
2292 of speedbar.
2293
2294 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
2295
2296 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
2297 to value of `read-file-name-completion-ignore-case'.
2298
2299 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
2300
2301 * custom.el (customize-mark-as-set): Push to `user' theme.
2302
2303 * cus-edit.el (custom-save-variables): Allow unthemed values.
2304 (customize-set-variable): Push setting to `user' theme.
2305
2306 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2307
2308 * progmodes/gud.el: Don't require font-lock as it's now
2309 automatically loaded.
2310 (gud-speedbar-buttons): Replace gdb-var-changed with
2311 gdb-force-update.
2312
2313 * progmodes/gdb-ui.el (gdb-force-update): Rename from
2314 gdb-var-changed.
2315 (gdb-post-prompt): Use it.
2316 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2317 (gdb-var-update-handler, gdb-var-delete)
2318 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
2319 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
2320 gdb-force-update in gdb-post-prompt.
2321 (gdb-reset): Clear watch expressions from speedbar when quitting.
2322
2323 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2324
2325 * viper-cmd.el (viper-insert-state-post-command-sentinel)
2326 (viper-change-state-to-vi, viper-change-state-to-emacs):
2327 Make aware of cursor coloring in the Emacs state.
2328 (viper-special-read-and-insert-char): Use read-char-exclusive.
2329 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
2330
2331 * viper-init.el (viper-emacs-state-cursor-color): New variable.
2332
2333 * viper-util.el (viper-save-cursor-color)
2334 (viper-get-saved-cursor-color-in-replace-mode)
2335 (viper-get-saved-cursor-color-in-insert-mode)
2336 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
2337 state.
2338 (viper-get-saved-cursor-color-in-emacs-mode): New function.
2339
2340 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
2341 (ediff-ignore-case-option3, ediff-actual-diff-options)
2342 (ediff-actual-diff3-options): New variables to control case sensitivity.
2343 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
2344 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
2345 (ediff-toggle-ignore-case): New function.
2346 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
2347
2348 * ediff-help.el (ediff-long-help-message-narrow2)
2349 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
2350 (ediff-long-help-message-word-mode): Add ignore-case command.
2351 (ediff-help-for-quick-help): Add ignore-case command.
2352
2353 * ediff-merg.el: Move provide to the end.
2354
2355 * ediff-ptch.el: Move provide to the end.
2356
2357 * ediff-wind.el: Move provide to the end.
2358
2359 * ediff-mult.el: Move provide to the end.
2360 (ediff-set-meta-overlay): Enable follow-link.
2361
2362 * ediff.el: Move provide to the end.
2363 Break recursive load cycle in eval-when-compile.
2364 (ediff-patch-buffer): Better heuristics.
2365
2366 * ediff-util.el: Move provide to the end.
2367 Break recursive load cycle in eval-when-compile.
2368 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
2369 defuns.
2370 (ediff-submit-report): Pass the values of ediff-diff3-program,
2371 ediff-diff3-options.
2372
2373 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2374
2375 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2376 the opening bracket of the following bracketing pairs: {}, [], (), <>,
2377 `' (for example, in the docstring of `windmove-default-keybindings').
2378
2379 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2380
2381 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2382 shadow face. Don't provide binding to edit variable when it is
2383 out of scope.
2384
2385 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2386 (gdb-var-update-handler): Detect out of scope variables with pre
2387 GDB 6.4 too.
2388 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2389 Reset status of variable objects to nil in update handlers.
2390 (gdb-var-update-handler-1): Detect when a variable object comes
2391 in scope. setcar on var changes gdb-var-list directly.
2392
2393 2006-02-17 Juri Linkov <juri@jurta.org>
2394
2395 * ffap.el (ffap) <defface>: Add explicit face declaration.
2396 (ffap-highlight): Use face `ffap' directly instead of checking
2397 for its existence.
2398
2399 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2400 `visible-ok' of `other-buffer' to find the right original buffer.
2401
2402 * info.el (Info-search): Skip `Local Variables' node.
2403
2404 2006-02-17 Juri Linkov <juri@jurta.org>
2405
2406 * info.el (Info-find-file): Check for symbols `apropos', `history',
2407 `toc' in the input filename, and return these symbols as is.
2408 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2409 `history', `toc' instead of strings.
2410 (Info-set-mode-line): For non-string Info-current-file use the
2411 symbol's name inside **.
2412 (Info-isearch-push-state): Add quote before Info-current-file and
2413 Info-current-node.
2414 (Info-isearch-pop-state): Use `equal' instead of `string='.
2415 (Info-extract-pointer, Info-following-node-name): Use
2416 `match-string-no-properties' instead of `match-string'.
2417 (Info-up): Check `old-file' for `stringp'.
2418 (Info-history): Use `equal' instead of `string-equal'.
2419 Check `file' for `stringp'.
2420 (Info-history): Use symbol `history' instead of string as first arg
2421 of `Info-find-node'.
2422 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2423 `toc' instead of string.
2424 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2425 instead of `buffer-substring', and `match-string-no-properties'
2426 instead of `match-string'.
2427 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2428 instead of strings.
2429 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2430 Use symbol `apropos' instead of string.
2431 (Info-copy-current-node-name): Check `Info-current-file' for
2432 `stringp' and construct a command with `Info-find-node' from it.
2433 (Info-fontify-node): Use `match-string-no-properties' instead of
2434 `match-string' and check file names for `stringp'.
2435 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2436 `history', `toc' instead of strings.
2437
2438 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2439
2440 * files.el: Rearrange functions and variables in the file local
2441 variables section.
2442
2443 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2444
2445 * files.el: Add truncate-lines, ispell-check-comments and
2446 ispell-local-dictionary as safe local variables.
2447
2448 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2449
2450 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2451 out of scope variables.
2452 (gud-speedbar-buttons): Use unless.
2453
2454 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2455 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2456 (gdb-show-changed-values): Also use for out of scope variables.
2457 (gdb-var-update-handler-1): Note if variable goes out of scope.
2458
2459 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2460
2461 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2462 default to global variable values for unsupplied args.
2463 (rcirc-get-buffer-create): Fix bug with setting the target.
2464 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2465 test for rcirc-always-use-server-buffer-flag here.
2466 (rcirc-response-formats): Add %N, which is a facified nick. %n
2467 uses the default face. Change the ACTION format string. If the
2468 "nick" is the server, don't print anything for that field.
2469 Comment fixes.
2470 (rcirc-target-buffer): Don't test
2471 rcirc-always-use-server-buffer-flag here.
2472 (rcirc-print): Squeeze extra spaces out of the text before message.
2473 (rcirc-put-nick-channel): Strip potential "@" char from nick
2474 before adding them to nick table.
2475 (rcirc-url-regexp): Improve to match address like "foo.com".
2476
2477 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2478
2479 * allout.el (allout-hidden-p): Move this defsubst before
2480 allout-overlay-interior-modification-handler, where it is first
2481 used.
2482
2483 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2484
2485 * allout.el: Use allout invisible-text overlays instead of
2486 selective display for concealed text. Also, lots of general
2487 cleanup, and improved compatibility code.
2488
2489 (allout-version) Incremented, corrected, revised, and refined
2490 module commentary.
2491
2492 (provide 'allout): Moved to the bottom, added a require of overlay.
2493
2494 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2495 `except-current'.
2496 (allout-write-file-hook-handler): Minimize delay.
2497 (count-trailing-whitespace-region): New function so
2498 auto-encryption of current topic can resituate cursor exactly.
2499 PGP/GPG encryption trims trailing whitespace from lines, which
2500 must be accounted for across encryption then decryption.
2501
2502 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2503 just plain "\C-c", to avoid intruding on user's keybinding space.
2504
2505 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2506 parameter, so user request to provide a new password is done.
2507
2508 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2509 Refined mechanism for auto-filling behavior while in allout mode.
2510
2511 (allout-mode): Explicitly specify the mode map in the docstring.
2512 Clarify provision for various write-file hook var names.
2513 Adjusted for invisible-text overlays instead of selective-display.
2514
2515 (allout-depth): Really return 0 if not within any topic. This
2516 rectifies `allout-beginning-of-level' and sequence numbering
2517 errors that occur when cutting and pasting numbered topics.
2518 Changed from a in-line subst to a regular function, as well.
2519
2520 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2521
2522 (allout-end-of-subtree, allout-end-of-subtree)
2523 (allout-end-of-entry, allout-end-of-current-heading)
2524 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2525 (allout-show-children, allout-show-to-offshoot)
2526 (allout-hide-current-entry, allout-show-current-entry): Rectified
2527 handling of trailing blank lines between items.
2528
2529 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2530 (allout-current-depth, allout-unprotected, allout-hidden-p)
2531 (allout-on-current-heading-p, allout-listify-exposed)
2532 (allout-chart-subtree, allout-goto-prefix)
2533 (allout-back-to-current-heading, allout-get-body-text)
2534 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2535 (allout-hide-region-body, allout-toggle-subtree-encryption)
2536 (allout-encrypt-string, allout-encrypted-key-info)
2537 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2538 (allout-file-vars-section-data): Adjusted for use with
2539 invisible-text overlays instead of selective-display.
2540
2541 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2542 Reworked for use with invisible text overlays.
2543
2544 (allout-current-topic-collapsed-p): New function.
2545
2546 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2547 to know when to close the containing topic.
2548
2549 (allout-pre-command-business, allout-post-command-business):
2550 Simplify undo-batching and dynamic isearch exposure.
2551
2552 (allout-set-overlay-category): New for invisible-text overlays.
2553 Sets properties of allout-overlay-category, used by
2554 allout-flag-region to set invisible-text overlay properties.
2555 (allout-get-invisibility-overlay): Get the first qualifying
2556 invisibility overlay, so we can find the extent of it.
2557 (allout-back-to-visible-text): Get to just before the beginnining
2558 of the current invisibility overlay, if any.
2559
2560 (allout-overlay-insert-in-front-handler)
2561 (allout-overlay-interior-modification-handler)
2562 (allout-before-change-handler, allout-isearch-end-handler): New
2563 functions to handle extraordinary actions affecting concealed
2564 text.
2565
2566 (allout-flag-region): Use overlays instead of selective-display
2567 for invisible text - by inheritence from the properties of
2568 allout-overlay-category in mainline Emacs, and applied
2569 property-by-property in XEmacs, some recent versions of which
2570 don't inherit the properties from the category. Provisions to
2571 respond to concealed-text edits simplified drastically.
2572
2573 (allout-isearch-rectification, allout-isearch-was-font-lock)
2574 (allout-isearch-expose, allout-enwrap-isearch)
2575 (allout-isearch-abort, allout-pre-was-isearching)
2576 (allout-isearch-prior-pos, allout-isearch-did-quit)
2577 (allout-isearch-dynamic-expose)
2578 (allout-hide-current-entry-completely): Functions deleted.
2579
2580 (allout-undo-aggregation): Explicit undo aggregation no longer
2581 necessary due to transition away from selective-display.
2582
2583 (set-allout-regexp, allout-up-current-level)
2584 (allout-next-visible-heading, allout-forward-current-level)
2585 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2586 (allout-kill-line, allout-yank-processing, allout-show-children)
2587 (allout-expose-topic, allout-old-expose-topic)
2588 (allout-listify-exposed, allout-insert-latex-header)
2589 (allout-toggle-subtree-encryption, allout-encrypt-string)
2590 (remove-from-invisibility-spec, allout-hide-current-subtree):
2591 Ditched unused variables.
2592
2593 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2594
2595 * textmodes/ispell.el (ispell-change-dictionary): Call
2596 ispell-buffer-local-dict instead of
2597 ispell-accept-buffer-local-defs.
2598 (ispell-local-dictionary-alist): Accept as valid any coding-system
2599 supported by Emacs.
2600 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2601 changed to iso-8859-3.
2602
2603 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2604
2605 * speedbar.el (speedbar-frame-width): Make an inline function
2606 instead of a macro. Use frame-width.
2607 (speedbar-try-completion, speedbar-update-contents)
2608 (speedbar-timer-fn): Use consp.
2609 (speedbar-update-localized-contents): Try to preserve point.
2610
2611 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2612 (menu): Re-order menu items.
2613 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2614 field.
2615 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2616 (gdb-post-prompt): Speed things by not forcing update.
2617
2618 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2619
2620 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2621 press and perform default action if we get a mouse movement event.
2622
2623 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2624
2625 * calendar/icalendar.el (icalendar--get-event-property)
2626 (icalendar--get-event-property-attributes): Fix typos in
2627 docstrings.
2628
2629 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2630 docstring.
2631
2632 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2633
2634 * bs.el (bs-mode): Use `buffer-disable-undo'.
2635 (bs--get-file-name): Simplify.
2636 (bs-show-in-buffer): Mark the buffer as not modified.
2637
2638 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2639
2640 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2641 widget-button-click.
2642
2643 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2644 (custom-mode): Update docstring.
2645
2646 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2647 binding.
2648
2649 * files.el (hack-local-variables-confirm): Allow scrolling if the
2650 file variable list is too long. Kill temp buffer after use.
2651
2652 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2653
2654 * progmodes/gud.el (gdb): Improve doc string.
2655 (gdb-script-font-lock-keywords): Expand allowed character set.
2656
2657 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2658 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2659 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2660 (gdb-separate-io-stop, gdb-separate-io-eof):
2661 Rename from gdb-inferior-* to gdb-separate-*.
2662 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2663
2664 2006-02-14 Jay Belanger <belanger@truman.edu>
2665
2666 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2667 expression is a symbol before checking that it is bound.
2668
2669 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2670 test to see if equation can be solved.
2671
2672 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2673
2674 * wid-edit.el (widget-button-click): Use :pressed-face property
2675 for overlay face, if it exists.
2676
2677 * cus-edit.el (custom-manual, custom-add-see-also)
2678 (custom-add-parent-links, custom-group-link): Add :pressed-face
2679 property to links.
2680
2681 * files.el (hack-local-variables): Remove ignored variables before
2682 checking if any variables need setting.
2683
2684 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2685
2686 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2687
2688 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2689
2690 * help.el (where-is): Fix message for remapped commands.
2691
2692 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2693 Fix typos in docstrings.
2694
2695 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2696
2697 * files.el (safe-local-variable-values): New option.
2698 (hack-local-variables-prop-line): Return a list of variable-value
2699 pairs if MODE-ONLY is non-nil.
2700 (hack-local-variables): Construct list of variable-value pairs,
2701 and apply or reject them in one go. Ask for confirmation if
2702 variables are not known safe.
2703 (hack-local-variables-confirm): Complete rewrite. Support
2704 `safe-local-variable-values'.
2705 (enable-local-variables): Update docstring to reflect new
2706 behavior.
2707 (ignored-local-variables): Ignore ignored-local-variables and
2708 safe-local-variable-values.
2709 (safe-local-variable-p): New function.
2710 (risky-local-variable-p): `safe-local-variable' property check
2711 moved to safe-local-variable-p.
2712 (hack-one-local-variable): Checks moved to hack-local-variables.
2713
2714 (byte-compile-dynamic, c-basic-offset, c-file-style)
2715 (c-indent-level, comment-column, fill-column, fill-prefix)
2716 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2717 (no-update-autoloads, outline-regexp, page-delimiter)
2718 (paragraph-start, paragraph-separate, sentence-end)
2719 (sentence-end-double-space tab-width, version-control):
2720 Add `safe-local-variable' property.
2721
2722 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2723
2724 * icomplete.el, play/landmark.el: Change nonexistent
2725 `outline-layout' file variable to `allout-layout'.
2726
2727 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2728
2729 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2730 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2731 to gud-comint-buffer.
2732 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2733 gdb-ui.el for gdb-mi.el.
2734 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2735 registers buffer to gdb-get-changed-registers.
2736 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2737 deletion of catchpoints (throw and catch).
2738 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2739 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2740 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2741 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2742 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2743
2744 2006-02-13 Jay Belanger <belanger@truman.edu>
2745
2746 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2747 expression is a symbol before checking that it is bound.
2748
2749 2006-02-13 Richard M. Stallman <rms@gnu.org>
2750
2751 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2752 for the minibuffer too, but not if resize-mini-windows will interfere.
2753
2754 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2755 inside `interactive' spec.
2756 (describe-key-briefly-internal, describe-key-internal):
2757 Functions merged back into their callers.
2758
2759 2006-02-13 Martin Rudalics <rudalics@gmx.at>
2760
2761 * info.el (info-xref-visited): Inherit from info-xref too.
2762 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2763 when propertizing Info-current-file and Info-current-node.
2764
2765 2006-02-13 Juri Linkov <juri@jurta.org>
2766
2767 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2768 (tumme-thumb-name): Fix per-directory format.
2769
2770 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2771
2772 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2773
2774 2006-02-12 Miles Bader <miles@gnu.org>
2775
2776 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2777
2778 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2779
2780 * tumme.el: Remove history section. If someone needs the it, it
2781 can always be found in CVS.
2782
2783 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2784
2785 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2786 about the Thumbnail Managing Standard option.
2787
2788 2006-02-12 Richard M. Stallman <rms@gnu.org>
2789
2790 * subr.el (substitute-key-definition): Doc fix.
2791
2792 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2793
2794 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2795
2796 * info.el (Info-mode): Doc fix.
2797
2798 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2799
2800 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2801
2802 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2803 because on Solaris a POSIX compatible "id" is needed. Reported by
2804 Magnus Henoch <mange@freemail.hu>.
2805
2806 2006-02-12 Juri Linkov <juri@jurta.org>
2807
2808 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2809 (tumme) <defgroup>: Change :group to `multimedia'.
2810 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2811 Managing Standard.
2812 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2813 Fix dostring.
2814 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2815 and %y. Fix docstring.
2816 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2817 (tumme-cmd-create-standard-thumbnail-command): New user options.
2818 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2819 is `standard'. Fix docstring.
2820 (tumme-thumb-width, tumme-thumb-height): New user options.
2821 (tumme-external-viewer): Try to find various viewers.
2822 (tumme-get-thumbnail-image): Use `create-image' instead of
2823 constructing the `image' structure.
2824 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2825 `standard'.
2826 (tumme-thumb-name): Add file name generation for standard storage.
2827 Simplify code for other storages.
2828 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2829 Add modification time %m and thumbnail-nq8 %q.
2830 Use `tumme-cmd-create-standard-thumbnail-command' if
2831 tumme-thumbnail-storage is `standard'.
2832 (tumme-dired-insert-marked-thumbs): New autoload command.
2833 (tumme-dired-after-readin-hook): New function.
2834 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2835 `tumme-thumb-size'.
2836 (tumme-display-image): Replace size-x %x and size-y %y with
2837 width %w and height %h.
2838
2839 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2840 `tumme-dired-insert-marked-thumbs'.
2841
2842 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2843
2844 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2845 include path).
2846 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2847 matching tag.
2848
2849 2006-02-12 Miles Bader <miles@gnu.org>
2850
2851 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2852 New variables.
2853 (rcirc-abbrev-nick): New function.
2854 (rcirc-format-response-string): Rewrite to use the formats in
2855 `rcirc-response-formats' and expand escape sequences therein.
2856 A text-property `rcirc-text' is added over the actual response
2857 text to make easy to find inside the returned string.
2858 (rcirc-print): When filling, just look for the `rcirc-text'
2859 text-property to find the appropriate fill prefix, instead of
2860 using hardwired patterns.
2861
2862 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2863
2864 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2865 Managing Standard.
2866
2867 2006-02-11 Kim F. Storm <storm@cua.dk>
2868
2869 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2870 Don't use insert-buffer; do insert-buffer-substring directly.
2871 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2872
2873 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2874
2875 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2876 with inhibit-read-only. Suggested by Stefan Monnier.
2877 (revert-buffer): Let insert-file-contents discard
2878 buffer-undo-list. Simplify code.
2879 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2880
2881 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2882
2883 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2884
2885 * help.el (describe-key-briefly): Now a wrapper for
2886 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2887 to t. Populate yank-menu if empty.
2888 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2889 (describe-key): Now a wrapper for describe-key-internal. Bind
2890 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2891 (describe-key-internal): Renamed from describe-key.
2892
2893 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2894
2895 * progmodes/glasses.el (glasses-separator): Doc fix.
2896 (glasses-original-separator): New defcustom.
2897 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2898
2899 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2900
2901 * mwheel.el (mouse-wheel-up-event): Doc fix.
2902
2903 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2904
2905 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2906 (tumme-dir): New function. Copied from thumbs.el.
2907
2908 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2909
2910 * desktop.el (desktop-outvar): Fix typo.
2911 (desktop-save-buffer-p): Doc fix.
2912
2913 * subr.el (substitute-key-definition): Fix typo.
2914
2915 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2916
2917 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2918 when window-system is mac.
2919
2920 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2921
2922 2006-02-10 Kim F. Storm <storm@cua.dk>
2923
2924 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2925 indirect-function instead of using condition-case.
2926
2927 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2928
2929 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2930 less `colloquial'...
2931
2932 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2933
2934 * tumme.el: Add a couple of todo items.
2935
2936 2006-02-09 Lars Hansen <larsh@soem.dk>
2937
2938 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2939 (highlight-changes-mode): Don't change desktop-locals-to-save.
2940
2941 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2942
2943 * image-mode.el (image-toggle-display): Clear image cache if using
2944 filename.
2945
2946 2006-02-09 Masatake YAMATO <jet@gyve.org>
2947
2948 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2949 a `dired-man' target.
2950
2951 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2952 boundary of symbols.
2953
2954 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2955
2956 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2957
2958 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2959
2960 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2961 `mapcar'; return nil.
2962
2963 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2964
2965 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2966 some other event.
2967
2968 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2969
2970 * net/rcirc.el (rcirc-startup-channels-alist):
2971 Add irc.freenode.net and #emacs as defaults.
2972 (rcirc-ignore-all-activity-flag): Remove variable.
2973 (rcirc-authinfo): New variable.
2974 (rcirc-authinfo-filename): Remove variable.
2975 (rcirc-always-use-server-buffer-flag): New flag.
2976 (rcirc): M-x rcirc will automatically connect without prompting.
2977 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2978 connection in lisp.
2979 (rcirc-process-server-response-1): Remove everything but the nick
2980 portion of the sender so it doesn't need to be done everywhere
2981 else. Update related code.
2982 (global-map): Remove global keybindings.
2983 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2984 (rcirc-send-input): Split into several functions.
2985 (rcirc-process-input-line, rcirc-process-message)
2986 (rcirc-process-command): New functions.
2987 (rcirc-target-buffer): New function to determine where to route
2988 messages.
2989 (rcirc-user-nick): Save match data.
2990 (rcirc-toggle-ignore-buffer-activity)
2991 (rcirc-update-activity-string): Remove global ignore functionality,
2992 which can be done now by toggling rcirc-track-minor-mode.
2993 (rcirc-track-minor-mode-map): New keymap.
2994 (rcirc-track-minor-mode): New minor-mode.
2995 (ignore): Make the ignore output nicer. Always print it when
2996 adding or removing nicks.
2997 (rcirc-url-regexp): Improve.
2998 (rcirc-mangle-text): Remove properties before using text in the
2999 modeline.
3000 (rcirc-authenticate): Authentication data comes from
3001 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
3002 (rcirc-server-prefix): Inherit from rcirc-server.
3003
3004 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
3005
3006 * Makefile.in (compile): Append "|| true" to the end of the `find'
3007 command, like compile-always does.
3008
3009 2006-02-08 Sam Steingold <sds@gnu.org>
3010
3011 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
3012 output from a dead connection.
3013
3014 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
3015
3016 * dired.el (dired-mode-map): Add more bindings for tumme.
3017
3018 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
3019
3020 * wdired.el (wdired-mode-map): Use remap.
3021 (wdired-get-filename): Massage.
3022 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
3023 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
3024 `keymap' property rather than `local-map'.
3025
3026 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
3027
3028 * tumme.el (tumme-get-thumbnail-image): New utility function.
3029 Suggested by from Chong Yidong.
3030 (tumme-dired-with-window-configuration): Rename from
3031 `tumme-dired'. Add code to save window configuration.
3032 (tumme-restore-window-configuration): New command to restore the
3033 window configuration that `tumme-dired-with-window-configuration'
3034 saves before it changes the window configuration.
3035 (tumme-show-all-from-dir): New command to display thumbnails for
3036 all files in a directory entered by the user, like M-x thumbs.
3037 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
3038 have been created.
3039 (tumme-display-thumbnail-original-image): Call `display-buffer'.
3040 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
3041 Remove obsolete test function.
3042
3043 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
3044
3045 * vc.el (small-temporary-file-directory): Remove defvar; there's
3046 a defcustom for it in files.el.
3047
3048 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
3049 Fix typo in message.
3050 (tumme-gallery-generate): Fix typo in `error' message.
3051 (tumme-display-window-height-correction)
3052 (tumme-display-window-width-correction, tumme-line-up-dynamic)
3053 (tumme-line-up-interactive): Dox fixes.
3054 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
3055 (tumme-restore-window-configuration, tumme-format-properties-string)
3056 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
3057 Fix typos in docstrings.
3058
3059 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
3060
3061 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
3062
3063 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
3064
3065 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
3066 User should use hook if desired.
3067
3068 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
3069 buffer if necessary.
3070 (gdb-delete-frame-or-window): New function.
3071 (gdb-breakpoints-mode-map): Bind "q" to it.
3072
3073 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
3074
3075 * textmodes/nroff-mode.el: Clean up name space.
3076 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
3077 (nroff-mode): Obey the global setting of nroff-electric-mode.
3078 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
3079
3080 * calendar/calendar.el (calendar-increment-month): Typo in last change.
3081
3082 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
3083
3084 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
3085
3086 2006-02-06 Lars Hansen <larsh@soem.dk>
3087
3088 * generic-x.el (etc-fstab-generic-mode): Add file system types
3089 cifs and usbdevfs. Allow special chars in file names.
3090
3091 2006-02-05 Jay Belanger <belanger@truman.edu>
3092
3093 Update copyright notices of the files in lisp/calc.
3094
3095 2006-02-05 Romain Francoise <romain@orebokech.com>
3096
3097 Update copyright notices of all files in the lisp/play directory.
3098
3099 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
3100
3101 * ldefs-boot.el: Regenerate.
3102
3103 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
3104
3105 2006-02-05 Kim F. Storm <storm@cua.dk>
3106
3107 * files.el (magic-mode-regexp-match-limit): New defvar.
3108 (set-auto-mode): Use it to limit magic-mode-alist matching.
3109
3110 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
3111
3112 * simple.el (display-message-or-buffer): Compare the number of
3113 characters to the frame width when determining whether a 1-line
3114 message string will fit in the echo area. Count screen lines
3115 instead of buffer lines when determining whether a multi-line
3116 message will fit in the echo area/minibuffer window.
3117
3118 2006-02-04 Eli Zaretskii <eliz@gnu.org>
3119
3120 * info.el (Info-index, Info-mode): Improve the description of the
3121 `i' command.
3122
3123 * ldefs-boot.el: Regenerate.
3124
3125 2006-02-03 Werner Lemberg <wl@gnu.org>
3126
3127 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
3128 greedy to find the closing bracket in \*[...] and similar
3129 expressions. This is a first rough fix -- many additional
3130 refinements are necessary to make nroff mode really usable with groff.
3131
3132 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
3133
3134 * international/mule-cmds.el (set-locale-environment):
3135 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
3136 libX11.
3137
3138 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
3139
3140 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
3141 archive are created in archive-tmpdir.
3142
3143 2006-02-02 John Paul Wallington <jpw@pobox.com>
3144
3145 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
3146 (ibuffer-fontification-alist): Use it.
3147 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
3148 to "* z" and the Ibuffer Mark menu.
3149
3150 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
3151
3152 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3153
3154 * textmodes/table.el (*table--cell-describe-mode)
3155 (*table--cell-describe-bindings): Undo last change since
3156 print-help-return-message is not obsoleted by anything at all.
3157
3158 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
3159
3160 * emulation/cua-base.el (cua-mode): Doc fix.
3161
3162 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
3163
3164 * dframe.el (dframe-handle-make-frame-visible)
3165 (dframe-handle-iconify-frame, dframe-get-focus)
3166 (dframe-select-attached-frame, dframe-power-click)
3167 (dframe-frame-mode): Fix typos in docstrings.
3168
3169 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
3170 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
3171 Fix typos in docstrings.
3172
3173 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
3174 (hi-lock-face-buffer, hi-lock-font-lock-hook)
3175 (hi-lock-archaic-interface-message-used)
3176 (hi-lock-file-patterns-range): Fix typos in docstrings.
3177
3178 * savehist.el (savehist-loaded, savehist-load, savehist-install)
3179 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
3180
3181 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
3182 Fix typo in docstring.
3183
3184 * net/newsticker.el (newsticker--decode-iso8601-date)
3185 (newsticker--set-customvar, newsticker--buffer-insert-item)
3186 (newsticker--do-run-auto-mark-filter)
3187 (newsticker--parse-generic-feed): Doc fixes.
3188 (newsticker--retrieval-timer-list, newsticker-url-list)
3189 (newsticker-hide-immortal-items-in-echo-area)
3190 (newsticker-hide-obsolete-items-in-echo-area)
3191 (newsticker-new-item-face, newsticker--enclosure)
3192 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
3193 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
3194 (newsticker--parse-generic-feed, newsticker--cache-contains)
3195 (newsticker--stat-num-items, newsticker-download-enclosures):
3196 Fix typos in docstrings.
3197
3198 * net/rcirc.el (rcirc-debug): Doc fix.
3199 (rcirc-fill-column, rcirc-receive-message-hooks)
3200 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
3201 (rcirc-mode, rcirc-generate-new-buffer-name)
3202 (rcirc-startup-channels, rcirc-ignore-update-automatic)
3203 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
3204 Fix typos in docstrings.
3205 (rcirc-print): "?\ " -> "?\s".
3206 (rcirc-cmd-join): Improve argument/docstring consistency.
3207
3208 2006-02-01 Mark A. Hershberger <mah@everybody.org>
3209
3210 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
3211 before narrow-to-region.
3212
3213 2006-02-01 Richard M. Stallman <rms@gnu.org>
3214
3215 * simple.el (move-beginning-of-line): Scan properly for invis change.
3216
3217 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
3218
3219 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
3220
3221 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
3222 change bit only when id-format is 'integer. Reported by Matt
3223 Hodges <M.P.Hodges@rl.ac.uk>.
3224
3225 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
3226
3227 * hilit-chg.el (highlight-changes-initial-state)
3228 (highlight-changes-global-initial-state): Doc fixes.
3229 (highlight-changes-global-modes, global-highlight-changes):
3230 Fix typos in docstrings.
3231
3232 2006-02-01 Kim F. Storm <storm@cua.dk>
3233
3234 * emulation/cua-base.el (cua-mode): Mention that CUA enables
3235 transient-mark-mode in doc string.
3236
3237 2006-01-31 Richard M. Stallman <rms@gnu.org>
3238
3239 * replace.el (multi-occur): Doc fix.
3240 (multi-occur-in-matching-buffers): Rename from
3241 multi-occur-by-filename-regexp. Prefix arg says match
3242 buffer names instead of file names.
3243
3244 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
3245
3246 * bs.el: Allow non-default values of `bs-header-lines-length'.
3247 (bs--running-in-xemacs): Remove (not needed anymore).
3248 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
3249 instead of `shrink-window', thus avoiding having to compute the
3250 height of the window.
3251 (bs--up): Wrap around even when there's no header.
3252 (bs--down): Use `forward-line' instead of `next-line'.
3253
3254 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
3255
3256 * image-mode.el (image-toggle-display): Use file name if possible,
3257 instead of unnecessarily allocating a (possibly huge) lisp string.
3258
3259 2006-01-30 John Paul Wallington <jpw@pobox.com>
3260
3261 * subr.el (toplevel): Define `cl-assertion-failed' condition here
3262 because the `assert' macro signals it at runtime.
3263
3264 * emacs-lisp/cl.el (toplevel): Remove definition of
3265 `cl-assertion-failed' condition.
3266
3267 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
3268
3269 * thumbs.el (thumbs-marked-list): Make buffer-local and
3270 permanent-local.
3271 (thumbs-insert-thumb): Make help-echo non-sticky.
3272 (thumbs-file-alist): Use eolp as check for (non)-image.
3273
3274 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
3275
3276 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
3277 (ediff-before-session-group-setup-hooks)
3278 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
3279 Fix typos in docstrings.
3280
3281 * window.el (bw-dir, bw-eqdir, balance-windows)
3282 (split-window-keep-point): Fix typos in docstrings.
3283
3284 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
3285 (org-quote-string, org-calendar-to-agenda-key)
3286 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
3287 (org-show-following-heading, org-tags-column)
3288 (org-use-tag-inheritance, org, org-allow-space-in-links)
3289 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
3290 (org-enable-table-editor, org-calc-default-modes)
3291 (org-table-allow-automatic-line-recalculation)
3292 (org-export-html-style, org-export-with-fixed-width)
3293 (org-export-with-sub-superscripts, org-special-keyword)
3294 (org-formula, org-time-grid, org-table-may-need-update)
3295 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
3296 (org-goto-quit, org-get-indentation, org-end-of-item)
3297 (org-move-item-down, org-move-item-up)
3298 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
3299 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
3300 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
3301 (org-agenda-log-mode, org-agenda-toggle-diary)
3302 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
3303 (org-agenda-file-to-end, org-agenda-no-heading-message)
3304 (org-agenda-get-closed, org-format-agenda-item)
3305 (org-cmp-priority, org-cmp-category, org-cmp-time)
3306 (org-agenda-change-all-lines, org-agenda-diary-entry)
3307 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
3308 (org-link-search, org-camel-to-words, org-open-file)
3309 (org-remember-handler, org-table-convert-region)
3310 (org-table-move-row-down, org-table-move-row-up)
3311 (org-table-copy-region, org-table-wrap-region)
3312 (org-table-toggle-vline-visibility)
3313 (org-table-get-vertical-vector, org-table-modify-formulas)
3314 (org-table-get-specials, org-recalc-commands)
3315 (org-table-rotate-recalc-marks, org-table-eval-formula)
3316 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
3317 (org-level-color-stars-only, org-insert-heading):
3318 Fix typos in docstrings.
3319 (last-arg): Add defvar.
3320
3321 * makefile.w32-in (WINS): Add erc.
3322 (MH_E_SRC): Update (copied from lisp/Makefile.in).
3323
3324 2006-01-29 Bill Wohler <wohler@newt.com>
3325
3326 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
3327 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
3328 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
3329 (mh-autoloads): Don't use comments on otherwise empty lines.
3330
3331 2006-01-29 Edward O'Connor <ted@oconnor.cx>
3332
3333 * emulation/viper.el (viper-major-mode-modifier-list): Add
3334 insert-state and vi-state entries for erc-mode.
3335 (viper-go-away, viper-set-hooks): Add and remove
3336 viper-comint-mode-hook from erc-mode-hook as appropriate.
3337
3338 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
3339
3340 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
3341
3342 * bs.el (bs--format-aux): Implement `middle' alignment as
3343 described in the docstring for `bs-attributes-list'.
3344 (bs--get-name): Simplify. Don't pad the buffer name.
3345
3346 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
3347
3348 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
3349 English aspell dictionary is installed, use the first entry of
3350 ispell-dictionary-alist-1.
3351
3352 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
3353
3354 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3355 Doc fix.
3356
3357 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
3358
3359 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3360 for `process-file', in order to let it work for older Emacsen too.
3361
3362 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3363
3364 * international/latexenc.el: Add a suitable `coding:' tag.
3365 (latexenc-find-file-coding-system): Undo last change.
3366
3367 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3368
3369 * international/latexenc.el (latexenc-find-file-coding-system):
3370 Make sure latexenc-main-file is a regular file and is readable.
3371
3372 2006-01-27 Andre Spiegel <spiegel@gnu.org>
3373
3374 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3375 Pass FILE to vc-user-login-name.
3376
3377 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3378
3379 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
3380
3381 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3382 there are no more images to display.
3383 (thumbs-mark, thumbs-unmark): Revert change so that they move to
3384 the next image.
3385
3386 2006-01-26 Richard M. Stallman <rms@gnu.org>
3387
3388 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3389
3390 * wid-edit.el (advertised-widget-backward): New alias.
3391 (widget-keymap): Use advertised-widget-backward for S-TAB.
3392
3393 * tumme.el: Correct the keywords.
3394 (tumme-dir-max-size): Use defvar.
3395 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3396
3397 * simple.el (move-beginning-of-line): Take account of fields.
3398 (clone-indirect-buffer-other-window): Take args like
3399 clone-indirect-buffer, and work like it.
3400
3401 * help-fns.el (describe-function): Don't pass `nil' as default.
3402
3403 * files.el (risky-local-variable-p): Follow var aliases.
3404
3405 * subr.el (lazy-completion-table): Doc fix.
3406
3407 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3408 global binding of `line'.
3409
3410 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3411
3412 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3413 Tramp.
3414
3415 * vc.el (vc-default-dired-state-info): Pass FILE to
3416 vc-user-login-name.
3417 (vc-default-update-changelog): Don't use vc-user-login-name, we
3418 don't need it here.
3419
3420 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3421 no longer necessary.
3422
3423 2006-01-25 Kenichi Handa <handa@m17n.org>
3424
3425 * international/mule.el (decode-char): Avoid the overhead of
3426 calling utf-lookup-subst-table-for-decode if
3427 utf-translate-cjk-mode is nil.
3428 (encode-char): Avoid the overhead of calling
3429 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3430 nil.
3431
3432 2006-01-22 Kenichi Handa <handa@m17n.org>
3433
3434 * international/mule.el (make-subsidiary-coding-system): Reset
3435 `coding-system-define-form' property of subsidiaries to nil.
3436 Avoid duplicated entry in coding-system-alist.
3437 (make-coding-system): Avoid duplicated entry in
3438 coding-system-alist.
3439 (define-coding-system-alias): Likewise.
3440
3441 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3442
3443 * completion.el: Minor fixes in introductory comment.
3444 (completion-def-wrapper): Fix alist.
3445
3446 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3447
3448 * thumbs.el (thumbs-new-image-size): New function.
3449 (thumbs-increment-image-size-element)
3450 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3451 (thumbs-decrement-image-size): Delete.
3452 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3453 temp files and use to resize.
3454 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3455 Use increment argument to enlarge/shrink. Preserve point.
3456 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3457 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3458 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3459 (thumbs-mark, thumbs-unmark): Preserve point.
3460 (thumbs-modify-image): Keep old temp files and use to modify.
3461 Cleanup old temp files at load time. Preserve point.
3462 (thumbs-view-image-mode-map): Use new command names.
3463
3464 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3465
3466 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3467
3468 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3469 the nastiest part of the cyclic dependency.
3470 (cal-menu-update): Use dotimes and calendar-increment-month.
3471
3472 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3473 (calendar-week-start-day): Add an :initializer.
3474 (calendar-mode-map): Use suppress-keymap, and command remapping.
3475 (describe-calendar-mode): Setup xref-stack info for the back button.
3476 (calendar-star-date): Insert before delete.
3477 (calendar-set-mode-line): Add file-modified info if applicable.
3478 (calendar-increment-month): New function.
3479
3480 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3481
3482 * font-lock.el (lisp-font-lock-keywords-2):
3483 Recognize "& keywords" only at word boundaries.
3484
3485 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3486
3487 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3488 and permanent-local.
3489 (thumbs-max-image-number): New variable.
3490 (thumbs-do-thumbs-insertion): Use them.
3491 (thumbs-per-line): Change default to 4.
3492 (thumbs-marked-list): Rename from thumbs-markedL.
3493 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3494 (thumbs-rename-images): Use -list instead of L for internal variables.
3495 (thumbs-call-convert): Use call-process instead of shell-command.
3496 (thumbs-insert-thumb): Add filename as help-echo to each image.
3497 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3498 Give dir to thumbs-show-thumbs-list.
3499 (thumbs-show-thumbs-list): Set default-directory to that of images.
3500 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3501 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3502 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3503 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3504
3505 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3506
3507 * ses.el (ses-read-cell): Provide a default value.
3508
3509 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3510
3511 * term/w32-win.el (image-library-alist): Add additional names for
3512 GIF library.
3513
3514 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3515
3516 * international/latexenc.el (latexenc-find-file-coding-system):
3517 Add file-regular-p check.
3518
3519 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3520
3521 * simple.el (clone-buffer): Don't show the new buffer in the same
3522 window.
3523
3524 2006-01-23 Juri Linkov <juri@jurta.org>
3525
3526 * faces.el (link, link-visited): New faces based on default values
3527 of `info-xref' and `info-xref-visited'.
3528
3529 * info.el (info-xref): Inherit from `link'.
3530 (info-xref-visited): Inherit from `link-visited'.
3531
3532 * cus-edit.el (custom-buffer-create-internal): Use widget type
3533 `custom-manual' instead of `info-link' and don't set properties
3534 `button-face' and `mouse-face' explicitly.
3535 (custom-browse-group-tag, custom-browse-variable-tag)
3536 (custom-browse-face-tag): Inherit from widget class
3537 `custom-group-link' instead of `push-button'.
3538 (custom-button-unraised): Inherit from `underline' face.
3539 (custom-link): Inherit from `link' face. Fix doc and group.
3540 (custom-add-parent-links, custom-group-value-create): Don't set
3541 properties `button-face' and `mouse-face' explicitly for
3542 `custom-group-link' widget.
3543 (custom-group-link): Add properties `button-face' and `mouse-face'
3544 to widget definition.
3545 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3546 editable-field's :keymap property.
3547 (custom-mode): Fix docstring: substitute keybindings for
3548 `widget-forward' and `widget-backward' from `widget-keymap',
3549 `widget-complete' from `custom-field-keymap', replace old
3550 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3551
3552 * desktop.el (desktop-load-file): Check for `fboundp' before
3553 calling `symbol-function'.
3554
3555 * simple.el (clone-buffer, clone-indirect-buffer)
3556 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3557 `read-string'. Fix prompts.
3558
3559 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3560
3561 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3562
3563 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3564
3565 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3566
3567 * startup.el (inhibit-splash-screen, initial-scratch-message):
3568 Doc fixes.
3569
3570 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3571
3572 Sync with Tramp 2.0.52.
3573
3574 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3575 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3576 `tramp-unload-tramp' for checklist.
3577
3578 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3579 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3580 (tramp-unload-file-name-handler-alist)
3581 (tramp-unload-tramp): New defuns.
3582 (tramp-advice-PC-expand-many-files): New defadvice.
3583 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3584 removed.
3585 (tramp-handle-expand-file-name): Remove double slash.
3586 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3587 It doesn't matter, because it will be converted later on.
3588 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3589 implementation was just heuristic.
3590 (tramp-post-connection): Set uid and gid properties.
3591 (tramp-convert-file-attributes): Set file's gid change bit.
3592 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3593 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3594 in case of su(do)? methods. The home directory of the local user
3595 will be taken else.
3596 (tramp-open-connection-telnet)
3597 (tramp-open-connection-rsh, tramp-open-connection-su)
3598 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3599 local shell prompt could hurt. Reported by Romain Francoise
3600 <romain@orebokech.com>.
3601 (tramp-let-maybe): Add `edebug-form-spec' property.
3602 (tramp-handle-expand-file-name): Bind `default-directory' locally
3603 to "/" in order to avoid problems with UNC shares or Cygwin
3604 mounts.
3605 (tramp-md5-function): Fix typo in error message.
3606
3607 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3608
3609 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3610 for byte-compiler pacification.
3611
3612 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3613
3614 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3615 ID-FORMAT `string'. This allows us to get rid of
3616 `vc-user-login-name UID'.
3617
3618 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3619
3620 2006-01-22 John Paul Wallington <jpw@pobox.com>
3621
3622 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3623
3624 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3625
3626 * emacs-lisp/find-func.el (find-definition-noselect)
3627 (find-variable-noselect): Search variables in C source code too.
3628 (find-function-C-source, find-function-noselect, find-function)
3629 (find-function-other-frame, find-variable-noselect, find-variable)
3630 (find-variable-other-frame, find-variable-at-point):
3631 Fix docstrings.
3632
3633 2006-01-21 Francesco Potorti` <pot@gnu.org>
3634
3635 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3636
3637 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3638
3639 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3640 Default to disabling the "Save affix" question.
3641
3642 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3643
3644 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3645 the first arg to run-python.
3646
3647 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3648
3649 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3650 is not loaded.
3651
3652 2006-01-20 Jay Belanger <belanger@truman.edu>
3653
3654 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3655 limit is 0.
3656
3657 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3658 the correct variable.
3659
3660 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3661
3662 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3663 link. Fixed buggy argument sequence in call to `org-view-tags'.
3664 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3665 (org-prefix-has-tag): New variable.
3666 (org-format-agenda-item): Remove tags from headline if
3667 appropriate.
3668 (org-agenda-remove-tags-when-in-prefix): New option.
3669 (org-get-tags-at): New function.
3670
3671 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3672
3673 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3674 (thumbs-find-image): Move image name and number from buffer name
3675 to mode name. Set thumbs-buffer. Preserve point so that large
3676 images remain visible.
3677 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3678 order.
3679 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3680 mode name.
3681 (thumbs-next-image, thumbs-previous-image): Make them work.
3682
3683 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3684
3685 * cus-edit.el (custom-buffer-create-internal): State in the text above
3686 the whole buffer buttons that they do not operate on hidden items.
3687 (custom-face-menu): Use `custom-face-save' instead of
3688 `custom-face-save-command'.
3689 (custom-face-save-command): Make it an alias for `custom-face-save'
3690 and declare it obsolete.
3691 (custom-face-save): Doc fix.
3692
3693 * dired.el (dired-no-confirm): Add quote.
3694 (dired-subdir-alist-pre-R): Add quote in
3695 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3696
3697 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3698
3699 * textmodes/table.el (table-mode-indicator): Typo in last change.
3700
3701 2006-01-19 Richard M. Stallman <rms@gnu.org>
3702
3703 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3704 Fixes bug reported in Nov 2005.
3705
3706 * isearch.el (isearch-forward): Doc fix.
3707
3708 * dired.el (dired-move-to-filename-regexp): Define as alias.
3709 (dired-no-confirm): Use defcustom.
3710 (dired-subdir-alist-pre-R): Put defvar at top level.
3711
3712 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3713
3714 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3715 Mark as risky.
3716
3717 * simple.el (set-mark-command): Doc fix.
3718 (clone-indirect-buffer-other-window):
3719 Read arg like clone-indirect-buffer.
3720 (move-beginning-of-line): Skip invisible newlines.
3721
3722 2006-01-19 Masatake YAMATO <jet@gyve.org>
3723
3724 * progmodes/cpp.el (cpp-edit-load): Make the order of
3725 listed conditions in a base C code buffer and its associate
3726 CPP Edit buffer the same.
3727
3728 2006-01-19 Kenichi Handa <handa@m17n.org>
3729
3730 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3731 (rmail-mime-feature): Likewise.
3732 (rmail-require-mime-maybe): Use display-warning to show a warning
3733 message.
3734
3735 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3736 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3737
3738 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3739
3740 * array.el: Move defvars out of eval-when-compile.
3741 (array-make-template): Replace undeclared global var with a local one.
3742 (array-mode): Inline initialization functions.
3743 (array-init-local-variables, array-init-max-row)
3744 (array-init-max-column, array-init-columns-per-line)
3745 (array-init-field-width, array-init-rows-numbered)
3746 (array-init-line-length, array-init-lines-per-row): Remove.
3747
3748 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3749 (doc-mode-map): Define explicitly.
3750 (doctor-txtype): Use mapc.
3751
3752 * textmodes/table.el: Move defvars out of eval-when-compile.
3753 Remove harmful code meant to avoid byte-compiler warnings.
3754 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3755 specification that checks table-fixed-width-mode directly.
3756 (table-recognize-region, table-recognize-cell):
3757 Use restore-buffer-modified-p.
3758 (table-fixed-width-mode): Remove code that refreshes
3759 table-fixed-mode-indicator.
3760 (*table--cell-describe-bindings, *table--cell-describe-mode):
3761 Avoid obsolete name print-help-return-message.
3762 (table--test-cell-list): Don't use replace-regexp from elisp.
3763 (table--point-entered-cell-function, table--point-left-cell-function):
3764 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3765
3766 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3767 that was after the end of file. Use buffer-file-name variable.
3768 (org-timestamp-change): Use with-current-buffer.
3769 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3770 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3771 `file'.
3772
3773 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3774 (fortran-break-line): Remove unused var `opoint'.
3775 (fortran-abbrev-start): Obey help-event-list.
3776
3777 2006-01-18 Jesper Harder <harder@phys.au.dk>
3778
3779 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3780
3781 2006-01-18 Masatake YAMATO <jet@gyve.org>
3782
3783 * progmodes/make-mode.el (makefile-imake-mode): New mode
3784 derived from makefile-mode.
3785 (makefile-imake-mode-syntax-table): New syntax table
3786 derived from makefile-mode-syntax-table.
3787 (makefile-mode): Write about makefile-imake-mode in doc string.
3788 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3789 (makefile-imake-font-lock-keywords): New font lock keywords.
3790
3791 * files.el (auto-mode-alist): Add Imakefile.
3792
3793 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3794
3795 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3796 loading the file rather than when turning on flyspell-mode.
3797
3798 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3799
3800 * cus-edit.el (customize-rogue): Minor doc fix.
3801
3802 2006-01-17 Juri Linkov <juri@jurta.org>
3803
3804 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3805 instead of the file at the mark as default if the file at the mark
3806 is the same as the file at point or if dired-dwim-target-directory
3807 is not the same as the current directory and the mark is not active.
3808
3809 * log-view.el (log-view-minor-wrap): Use the same logic to get
3810 revisions as `log-view-diff'.
3811
3812 * info.el (Info-revert-find-node): Check for Info-current-file
3813 before preserving new-history.
3814
3815 * man.el (Man-heading-regexp): Add `/'.
3816
3817 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3818 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3819
3820 2006-01-16 Juri Linkov <juri@jurta.org>
3821
3822 * faces.el (mode-line-faces): New defgroup.
3823 (mode-line-highlight): Move definition after new defgroup.
3824 (mode-line, mode-line-inactive, mode-line-highlight):
3825 Replace :group `modeline' with `mode-line-faces'.
3826 (mode-line-buffer-id): New face.
3827 (modeline-buffer-id): New face alias.
3828 (vertical-border): Remove :group `modeline'.
3829
3830 * bindings.el (propertized-buffer-identification): Use face
3831 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3832 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3833 (mode-line-buffer-identification-keymap): For mouse-1 replace
3834 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3835 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3836 mouse-3.
3837
3838 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3839 Buffer-menu-buffer. Doc fix.
3840 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3841 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3842 `Buffer-menu-buffer'.
3843
3844 * info.el (Info-mode-line-node-keymap): New defvar.
3845 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3846 Propertize Info-current-node with `mode-line-buffer-id' and
3847 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3848
3849 * time.el (display-time-mail-face): Replace :group `faces' with
3850 `mode-line-faces'.
3851
3852 2006-01-16 Kenichi Handa <handa@m17n.org>
3853
3854 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3855
3856 * language/european.el (cp1252): New alias for windows-1252.
3857
3858 * international/mule.el (autoload-coding-system): Prepare for EOL
3859 variants.
3860
3861 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3862
3863 * term.el (term-raw-map): Add mapping for insert.
3864 (term-send-insert): New.
3865 (term-mode): Make variables local here instead of doing it in
3866 `term-emulate-terminal'.
3867 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3868 Scroll reverse needs to take into account the scroll region.
3869 Saving and restoring the cursor should save the color attributes too.
3870 (term-reset-terminal): Reset the scroll region.
3871 (term-handle-ansi-escape): Cursor up and down should take into
3872 account the scroll region.
3873 (term-set-scroll-region): Rename from `term-scroll-region'.
3874 Move to 0,0 after setting the region.
3875 (term-handle-scroll): Handle scroll up.
3876 (term-down): Fix off by one error.
3877 (term-delete-lines): Do not delete outside the scroll region.
3878 (term-insert-lines): Take into account the scroll region.
3879
3880 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3881
3882 * textmodes/ispell.el (ispell-internal-change-dictionary)
3883 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3884 (start, end): Move declaration outside of eval-when-compile.
3885
3886 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3887 (flyspell-mode-on): Use it.
3888
3889 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3890 ispell-kill-ispell-hook.
3891
3892 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3893
3894 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3895 (Custom-reset-saved): Do not ask for confirmation in single option
3896 buffers.
3897
3898 2006-01-13 Richard M. Stallman <rms@gnu.org>
3899
3900 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3901
3902 2006-01-13 Romain Francoise <romain@orebokech.com>
3903
3904 * add-log.el (add-change-log-entry, change-log-merge):
3905 Conditionally use `hard-newline'.
3906
3907 2006-01-13 Martin Rudalics <rudalics@gmx.at>
3908
3909 * wid-edit.el (widget-field-end): If the overlay is no longer
3910 associated with a buffer, behave as if the overlay didn't exist.
3911
3912 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3913 Make sure the links use the `custom-link' face.
3914
3915 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3916
3917 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3918 (ld-script-mode): Don't set indent-line-function since we don't
3919 have one.
3920
3921 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3922
3923 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3924 application.
3925 (org-file-apps-defaults-gnu): Use mailcap as the default for
3926 selecting an application on a UNIX system.
3927 (org-agenda-show-tags): New command.
3928 (org-table-insert-hline): Keep cursor in current table line.
3929 (org-table-convert): Offset effect of modifying
3930 `org-table-insert-hline'.
3931 (org-format-agenda-item): New optional argument TAG.
3932 (org-compile-prefix-format): Handle %T format for the tag.
3933 (org-expand-wide-chars): New function.
3934 (org-table-insert-row, org-table-insert-hline):
3935 Use `org-expand-wide-chars'.
3936 (org-open-file): Fix bug in program launch.
3937 (org-get-time-of-day): Fix bug with times before 1am.
3938 (org-agenda-menu): Add tags commands.
3939
3940 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3941
3942 * textmodes/ispell.el (ispell-init-process): Include the used
3943 dictionary in ispell process start message.
3944 (ispell-internal-change-dictionary): When flyspell-mode is active
3945 and dictionary is changed, make sure ispell process is restarted
3946 and flyspell word cache cleared out for the current buffer.
3947 (ispell-change-dictionary): Make sure flyspell word cache is
3948 cleared out in all buffers with active flyspell mode when
3949 dictionary is globally changed.
3950 Call ispell-internal-change-dictionary after dictionary change.
3951
3952 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3953
3954 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3955
3956 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3957 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3958 years. Fix small differences wrt Makefile.in.
3959 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3960 Makefile.in does.
3961
3962 2006-01-12 Bill Wohler <wohler@newt.com>
3963
3964 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3965 mh-search.el.
3966
3967 2006-01-12 Masatake YAMATO <jet@gyve.org>
3968
3969 * progmodes/ld-script.el: Update copyright year.
3970
3971 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3972
3973 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3974 Don't add widget if setting undefined.
3975
3976 2006-01-12 John Paul Wallington <jpw@pobox.com>
3977
3978 * help-fns.el (describe-variable): Remove newlines from void
3979 variable output.
3980
3981 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3982
3983 * wdired.el (wdired-mode-map): Add help echo for
3984 wdired-abort-changes.
3985
3986 * man.el (Man-file-name-regexp): Adjust for a list of files.
3987
3988 2006-01-12 Masatake YAMATO <jet@gyve.org>
3989
3990 * progmodes/ld-script.el (auto-mode-alist): Support
3991 suffix conventions used in netbsd and eCos.
3992
3993 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3994
3995 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3996 (custom-variable-menu, custom-face-menu, custom-group-menu)
3997 (Custom-mode-menu): Change names of menu items. (As discussed on
3998 emacs-devel.)
3999 (custom-face-menu): Add "Undo Edits" item.
4000
4001 * startup.el (init-file-user): defcustom -> defvar.
4002
4003 * tooltip.el (tooltip-mode): Doc fix.
4004
4005 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4006
4007 * reveal.el (reveal-post-command): window-buffer signals an error on
4008 dead windows rather than returning nil.
4009 (reveal-open-new-overlays): An overlay might die while we open others.
4010
4011 2006-01-11 Bill Wohler <wohler@newt.com>
4012
4013 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
4014 phrasing in docstring.
4015
4016 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
4017 can give some systems gas. Add new file mh-buffers.el.
4018
4019 2006-01-06 Masatake YAMATO <jet@gyve.org>
4020
4021 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
4022 C preprocessor forward ported from GNU Emacs 21.2.
4023
4024 * progmodes/asm-mode.el (asm-font-lock-keywords):
4025 Use `cpp-font-lock-keywords'.
4026
4027 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
4028
4029 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
4030 of $ for "\\.ld[s]?".
4031
4032 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4033
4034 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
4035 (tcl-indent-line): Return `noindent' if inside a string.
4036
4037 * progmodes/flymake.el (flymake-split-string): Remove more than one
4038 empty string at beg/end of the result.
4039 (flymake-find-buildfile, flymake-find-possible-master-files):
4040 Use expand-file-name.
4041 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
4042 since expand-file-name does it for us. Use directory-file-name.
4043 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
4044 (flymake-ler-get-type, flymake-ler-get-text)
4045 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
4046 (flymake-current-line-no): Remove spurious interactive spec.
4047 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
4048 (flymake-check-include): Remove arg inc-path merged into inc-name.
4049 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
4050 Arg regexp-list replaced by a simple regexp.
4051 (flymake-master-make-header-init, flymake-master-tex-init):
4052 Correspondingly replace regexp-list with a regexp. Fix regexp.
4053
4054 2006-01-10 Simon Josefsson <jas@extundo.com>
4055
4056 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
4057 describing AUTH PLAIN fix.
4058
4059 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
4060
4061 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
4062 (report-emacs-bug): Don't record initial prompt text.
4063 Instead, add text properties to prompting text.
4064 (report-emacs-bug-hook): Delete prompting text.
4065
4066 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4067
4068 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
4069 `dirs'. Adjust callers.
4070
4071 2006-01-09 John Paul Wallington <jpw@gnu.org>
4072
4073 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
4074
4075 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4076
4077 * reveal.el (reveal-open-new-overlays): New extracted fun.
4078 (reveal-close-old-overlays): Idem. Check overlays's liveness before
4079 using them. Simplify the code.
4080 (reveal-post-command): Use them. Fix up obsolete windows in
4081 reveal-open-spots.
4082
4083 * progmodes/flymake.el: Use `require' rather than autoload for
4084 XEmacs's overlays.
4085 (flymake-get-common-file-prefix, flymake-build-relative-filename):
4086 Delete. Use file-relative-name instead.
4087 (flymake-get-syntax-check-program-args, flymake-perl-init):
4088 Simplify the resulting code.
4089
4090 * log-view.el (log-view-file-re, log-view-message-re): Add support
4091 for DaRCS output.
4092
4093 2006-01-09 Alex Schroeder <alex@gnu.org>
4094
4095 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
4096 identifiers sometimes added in square brackets at the beginning of
4097 subject lines.
4098
4099 2006-01-07 Richard M. Stallman <rms@gnu.org>
4100
4101 * cus-edit.el (Custom-set, Custom-save): Doc fix.
4102 (Custom-reset-current, Custom-reset-saved): Change question text.
4103 (Custom-reset-standard): Likewise.
4104 (custom-variable-reset-saved): Doc fix.
4105
4106 2006-01-07 Eli Zaretskii <eliz@gnu.org>
4107
4108 * startup.el (init-file-user): Doc fix.
4109
4110 2006-01-07 Alex Schroeder <alex@gnu.org>
4111
4112 * mail/rmail.el (rmail-current-subject): New function.
4113 (rmail-current-subject-regexp): New function.
4114 (rmail-next-same-subject): Use it.
4115
4116 * mail/rmailsum.el (rmail-summary-by-topic):
4117 Use rmail-current-subject and rmail-current-subject-regexp.
4118 (rmail-summary-next-same-subject): Ditto.
4119
4120 * net/rcirc.el (rcirc-send-input): No longer check whether the
4121 process is open, since not all commands need an open process.
4122 (rcirc-send-string): Check whether the process is open before
4123 sending anything.
4124 (rcirc-ignore-list): New option.
4125 (rcirc-ignore-list-automatic): New variable.
4126 (rcirc-print): Take rcirc-ignore-list into account.
4127 (rcirc-cmd-ignore): New command.
4128 (rcirc-ignore-update-automatic): New function.
4129 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
4130 list if ignored nicks.
4131 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
4132
4133 2006-01-06 David Reitter <david.reitter@gmail.com>
4134
4135 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
4136 reflect the address to which the report will be sent.
4137
4138 2006-01-06 Eli Zaretskii <eliz@gnu.org>
4139
4140 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
4141 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
4142
4143 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
4144
4145 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
4146
4147 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
4148 the doc string: "functoin" => "function".
4149 * ldefs-boot.el: Likewise.
4150
4151 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
4152 message text: "Duplicat" => "Duplicate".
4153
4154 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
4155
4156 * files.el (basic-save-buffer-2): If backing-up failed, reset
4157 buffer-backed-up to nil.
4158
4159 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
4160
4161 * progmodes/gud.el (gdb-script-skip-to-head)
4162 (gdb-script-calculate-indentation): Indent for breakpoint command
4163 lists also.
4164
4165 2006-01-05 Bill Wohler <wohler@newt.com>
4166
4167 * Makefile.in (compile-always): Add mh-autoloads dependency.
4168 (bootstrap): Remove mh-autoloads dependency, as compile dependency
4169 provides it.
4170 (updates): Remove mh-autoloads dependency, since it probably has
4171 already run recently (via recompile).
4172
4173 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
4174
4175 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
4176 argument `force' to disable the flyspell-last-buffer optimization.
4177 (flyspell-mode-on): Use it.
4178
4179 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
4180 flymake-simple-cleanup.
4181 (flymake-allowed-file-name-masks): Use this new default.
4182 All the functions are now called in the right buffer rather than
4183 passing the buffer as argument.
4184 (flymake-process-sentinel): Switch to buffer before calling cleanup.
4185 (flymake-parse-err-lines): Remove redundant buffer arg.
4186 (flymake-get-program-dir): Comment out unused function.
4187 (flymake-start-syntax-check, flymake-start-syntax-check-process):
4188 Remove redundant buffer argument.
4189 (flymake-get-real-file-name, flymake-simple-java-cleanup)
4190 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
4191
4192 2006-01-05 Richard M. Stallman <rms@gnu.org>
4193
4194 * info.el (Info-find-node): Don't record previous node if have none.
4195 (info): Go to directory only if history is empty.
4196
4197 * simple.el (mark): Doc fix.
4198
4199 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4200
4201 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
4202 already of desired type.
4203 (mac-ae-list): Coerce parameter to "list" type.
4204 (mac-dispatch-apple-event): Replace cadr part of event with a
4205 dummy position so that event-start returns it.
4206
4207 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
4208
4209 * textmodes/org.el (org-end-of-subtree): New function.
4210 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
4211 Use `org-end-of-subtree'.
4212 (org-agenda, org-agenda-convert-date): Protect calls to
4213 `fit-window-to-buffer'.
4214 (org-tags-view): Force matching of sublevels when doing a
4215 todo-only search. Define the correct redo command, including the
4216 arguments.
4217 (org-agenda-redo): Display message.
4218 (org-check-for-org-mode): New function.
4219 (org-agenda-type): New variable.
4220 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
4221 Set `org-agenda-type'.
4222 (org-agenda-check-type): New function.
4223 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4224 (org-agenda-week-view, org-agenda-day-view)
4225 (org-agenda-next-date-line, org-agenda-previous-date-line)
4226 (org-agenda-log-mode, org-agenda-toggle-diary)
4227 (org-agenda-toggle-time-grid, org-agenda-date-later)
4228 (org-agenda-date-prompt, org-agenda-diary-entry)
4229 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
4230 (org-agenda-convert-date, org-agenda-menu):
4231 Use `org-agenda-check-type'.
4232 (org-make-overlay, org-delete-overlay)
4233 (org-detatch-overlay, org-move-overlay, org-overlay-put):
4234 New compatibility functions.
4235 (org-calendar-select-mouse): New command.
4236
4237 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
4238
4239 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
4240 (Custom-reset-standard): Fix y-or-n-p messages.
4241 (custom-link): New face for links.
4242 (custom-buffer-create-internal, custom-manual): Use it.
4243 (custom-face-save): Push to theme-face before setting face spec.
4244
4245 * wid-edit.el (widget-default-mouse-face-get): New function.
4246 (widget-specify-button): Handle mouse-face like button-face.
4247
4248 * custom.el (load-theme): Clear old theme settings if reloading.
4249
4250 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
4251
4252 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
4253 "Erase Customization" button back to same position it occupies in
4254 the individual State menus.
4255
4256 2006-01-04 Kim F. Storm <storm@cua.dk>
4257
4258 * wid-edit.el (key-sequence): Rework widget to read key binding
4259 using `kbd' syntax. Use C-q to insert literal key, event, or code.
4260 (widget-key-sequence-default-value): Default value for empty sequence.
4261 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
4262 (widget-key-sequence-read-event): New command for C-q.
4263 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
4264 (widget-key-sequence-value-to-external): New functions.
4265
4266 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4267
4268 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
4269 Use expand-file-name.
4270 (flymake-delete-temp-directory): Use expand-file-name,
4271 file-name-directory, and directory-file-name.
4272 (flymake-strrchr): Delete.
4273 (flymake-start-syntax-check): Don't pass the redundant buffer argument
4274 to the init-f function.
4275 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
4276 (flymake-init-find-buildfile-dir)
4277 (flymake-init-create-temp-source-and-master-buffer-copy)
4278 (flymake-simple-make-init-impl, flymake-simple-make-init)
4279 (flymake-master-make-init, flymake-master-make-header-init)
4280 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
4281 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
4282 (flymake-xml-init): Remove corresponding redundant buffer argument.
4283 (flymake-allowed-file-name-masks): Remove last elems that are equal to
4284 the default anyway. Clean up regexps.
4285
4286 * progmodes/flymake.el (flymake-temp-source-file-name)
4287 (flymake-master-file-name, flymake-temp-master-file-name)
4288 (flymake-base-dir): New buffer-local vars.
4289 (flymake-buffer-data, flymake-get-buffer-value)
4290 (flymake-set-buffer-value): Replace those hash-tables by the new
4291 buffer-local vars. Update callers.
4292
4293 * progmodes/flymake.el (flymake-check-start-time)
4294 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
4295 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
4296 Move definition, so we can remove redundant earlier declaration.
4297 (flymake-replace-regexp-in-string, flymake-split-string)
4298 (flymake-get-temp-dir): Use defalias.
4299 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
4300 (flymake-xemacs-window-edges): Remove unused function.
4301 (flymake-get-point-pixel-pos): Move.
4302 (flymake-pid-to-names, flymake-reg-names)
4303 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
4304 Replace by a simple list flymake-processes and by process-buffer.
4305 Update callers. Other than simplify the code, it uses buffers rather
4306 than buffer-names so it doesn't get confused by uniquify.
4307 (flymake-buffer-data): The global value should just be nil.
4308
4309 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
4310 Optimize the body of a defalias like any other code.
4311
4312 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
4313 Make sure we've setup font-lock's vars. It may influence which
4314 function we then call.
4315 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
4316 here since it's too late anyway.
4317
4318 2006-01-03 Romain Francoise <romain@orebokech.com>
4319
4320 * startup.el (fancy-splash-tail, normal-splash-screen):
4321 Update copyright year.
4322
4323 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
4324
4325 * mouse.el (mouse-drag-track): Rename, from
4326 `mouse-drag-region-1'. Includes optional argument required to
4327 enable post-drag event processing (e.g. delete region keys).
4328 Can be used without this argument to track a mouse region and operate
4329 on it as soon as the drag completes.
4330 (mouse-drag-region): Use `mouse-drag-track'.
4331
4332 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4333
4334 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
4335 Move to `custom-buffer' group.
4336
4337 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4338 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
4339 (custom-theme-insert-face-marker, custom-theme-variable-menu)
4340 (custom-theme-face-menu): New variables.
4341 (custom-theme-add-variable, custom-theme-variable-action)
4342 (custom-variable-reset-theme, custom-theme-delete-variable)
4343 (custom-face-reset-theme, custom-theme-face-action)
4344 (custom-theme-delete-face, custom-theme-merge-theme)
4345 (custom-theme-add-face, custom-theme-visit-theme): New functions.
4346
4347 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
4348
4349 * custom.el: Move Custom Themes commentary to start of theme code.
4350 (custom-known-themes): Rename `standard' theme to `changed'.
4351 (custom-push-theme): Caller no longer specifies what theme to use
4352 when doing `reset'---the setting is simply removed from the theme.
4353 Delete MODE from `theme-value' and `theme-settings' properties.
4354 (custom-declare-theme): Ignore &rest args since we don't use them.
4355
4356 (custom-loaded-themes): Delete variable.
4357 (custom-theme-load-themes, custom-theme-loaded-p)
4358 (custom-theme-value): Delete functions.
4359
4360 (custom-declare-theme): Signal error on invalid theme names.
4361 (provide-theme): custom-loaded-themes was deleted.
4362 (load-theme): Load the file unconditionally.
4363 (enable-theme): Call `load-theme' if theme is undefined.
4364 (custom-enabled-themes): Only update value for successful loads.
4365 (disable-theme): Complete from enabled themes when interactive.
4366 (custom-variable-theme-value): Calculate theme value directly.
4367
4368 (custom-theme-reset-variables, custom-reset-variables): Mark as
4369 XEmacs compatibility functions. We don't actually use these.
4370
4371 * cus-edit.el (custom-variable-state-set):
4372 Use custom-variable-theme-value instead of custom-theme-value.
4373 (custom-face-state-set): Rename `standard' theme to `changed'.
4374 (custom-save-variables, custom-save-faces): Delete unneeded
4375 references to custom-reset-variables.
4376 (custom-save-resets): Delete function.
4377 (custom-save-variables, custom-save-faces): MODE argument deleted.
4378 (custom-save-variables, custom-save-faces): Ignore theme values.
4379
4380 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4381 compatibility function.
4382
4383 2006-01-01 Richard M. Stallman <rms@gnu.org>
4384
4385 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4386 (Custom-reset-current, Custom-reset-saved): Likewise.
4387 (Custom-reset-standard): Show message if aborted.
4388 (custom-mode): Doc fix, describing those commands.
4389
4390 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4391 put on event-kind property.
4392
4393 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4394
4395 * custom.el (provide-theme): Ban `user' theme name.
4396 (custom-enabling-themes): New variable.
4397 (enable-theme): Don't enable user if custom-enabling-themes is t.
4398 (custom-enabled-themes): Make it a defcustom.
4399 (custom-theme-recalc-face): No-op if face is undefined.
4400
4401 * cus-edit.el (custom-button-mouse): New variable.
4402 (custom-button-mouse): New face.
4403 (custom-raised-buttons, custom-mode): Use it.
4404
4405 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4406
4407 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4408
4409 * progmodes/gud.el (gud-display-line): Support hl-line in the
4410 source buffer.
4411
4412 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4413
4414 * mouse.el (mouse-drag-window-above): Verify that the found window
4415 overlaps with the given window in the horizontal dimension.
4416
4417 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4418
4419 * Makefile.in (cvs-update): New target.
4420
4421 * makefile.w32-in (cvs-update): Ditto.
4422
4423 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4424
4425 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4426 (custom-new-theme-mode-map): New variable.
4427
4428 2005-12-30 Richard M. Stallman <rms@gnu.org>
4429
4430 * custom.el (custom-load-themes): Function deleted.
4431
4432 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4433 (custom-save-variables): Don't delete or add custom-load-themes call.
4434
4435 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4436
4437 * cus-start.el: Add `visible-cursor'.
4438
4439 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4440 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4441 (flymake-process-filter): Switch to buffer before calling it instead.
4442 (flymake-post-syntax-check, flymake-highlight-err-lines)
4443 (flymake-delete-own-overlays, flymake-parse-err-lines)
4444 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4445 (flymake-count-lines, flymake-parse-residual):
4446 Remove constant buffer argument.
4447 (flymake-start-syntax-check-for-current-buffer): Remove.
4448 Update callers to use flymake-start-syntax-check instead.
4449 (flymake-display-err-menu-for-current-line):
4450 Remove unused var `mouse-pos'.
4451 (flymake-restore-formatting): Comment out unused function.
4452 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4453 argument, use current-buffer instead. Update callers.
4454
4455 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4456
4457 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4458 buffer-local because choose-completion-delete-max-match requires
4459 that we set completion-ignore-case (i.e., binding via let is not
4460 sufficient).
4461 (bibtex-complete): Always set completion-ignore-case and
4462 choose-completion-string-functions. The latter is needed because
4463 choose-completion-string-functions keeps its value if we quit the
4464 *Completions* buffer without requesting a completion.
4465
4466 2005-12-30 Andreas Schwab <schwab@suse.de>
4467
4468 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4469
4470 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4471
4472 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4473
4474 2005-12-30 Juri Linkov <juri@jurta.org>
4475
4476 * locate.el (locate-fcodes-file, locate-header-face)
4477 * progmodes/delphi.el (delphi-other-face)
4478 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4479
4480 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4481 group `paren-showing-faces'.
4482
4483 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4484 (goto-address): Fix docstring.
4485
4486 * net/webjump.el (webjump-sample-sites): Update URLs.
4487
4488 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4489
4490 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4491
4492 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4493
4494 * font-lock.el (font-lock-compile-keywords): Signal an error when
4495 font-lock-set-defaults hasn't been called.
4496
4497 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4498
4499 * subr.el (noreturn, 1value): Doc fixes.
4500
4501 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4502
4503 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4504 that assoc-string returns nil.
4505
4506 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4507
4508 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4509 (bibtex-entry-type-str, bibtex-empty-field-re)
4510 (bibtex-search-backward-string, bibtex-preamble-prefix)
4511 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4512 (bibtex-any-valid-entry-type): New variable.
4513 (bibtex-parse-field-name): Simplify.
4514 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4515 (bibtex-preamble-prefix): Include left delimiter.
4516 (bibtex-search-forward-field, bibtex-search-backward-field):
4517 Allow unbounded search past entry boundaries (required by bibtex-pop).
4518 (bibtex-text-in-field-bounds): Use push.
4519 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4520 (bibtex-parse-preamble, bibtex-valid-entry)
4521 (bibtex-beginning-first-field): New functions.
4522 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4523 (bibtex-map-entries): Fix docstring.
4524 (bibtex-flash-head): New arg prompt. Simplify.
4525 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4526 (bibtex-insert-kill): Simplify. Always insert text past the
4527 current field or entry.
4528 (bibtex-format-entry): Use bibtex-parse-field.
4529 (bibtex-pop): Use bibtex-beginning-of-entry and
4530 bibtex-end-of-entry to initiate the search. Insert empty field if
4531 we found ourselves.
4532 (bibtex-print-help-message): New args field and comma.
4533 Handle entry keys.
4534 (bibtex-make-field): Use bibtex-beginning-of-entry.
4535 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4536 invalid entry.
4537 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4538 Handle preambles. Simplify code for thorough test.
4539 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4540 New arg comma. Handle entry heads.
4541 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4542 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4543 New arg comma.
4544 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4545 (bibtex-fill-field): Simplify.
4546 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4547 bibtex-parse-field.
4548 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4549 (bibtex-complete): Use bibtex-parse-preamble.
4550
4551 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4552
4553 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4554 Display name of expression instead of convenience variable.
4555 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4556
4557 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4558 toggle-gud-tooltip-dereference.
4559 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4560 (gud-tooltip-tips): ...here when dereferencing.
4561
4562 2005-12-28 Bill Wohler <wohler@newt.com>
4563
4564 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4565
4566 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4567
4568 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4569 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4570 (vc-annotate-display-autoscale): Adjust call.
4571 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4572 Fix interactive spec.
4573 (vc-annotate-time-span): Remove.
4574 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4575 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4576 (vc-annotate-display-select): Use new name.
4577
4578 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4579 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4580 Correct the construction of span entries. Simplify.
4581 (vc-annotate-display-select): Fix the nil case.
4582 (vc-annotate): Remove obsolete (and now broken) code.
4583 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4584 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4585
4586 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4587
4588 * subr.el (lazy-completion-table): Correct typo in docstring.
4589
4590 * startup.el (command-line): Use `custom-reevaluate-setting' for
4591 `send-mail-function'.
4592
4593 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4594
4595 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4596
4597 * mail/smtpmail.el (smtpmail-try-auth-methods):
4598 Send credentials together with "AUTH PLAIN" command.
4599
4600 2005-12-27 Richard M. Stallman <rms@gnu.org>
4601
4602 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4603 mouse-2, go back to previously selected window, so it's selected
4604 when mouse-2 command runs.
4605
4606 2005-12-27 Juri Linkov <juri@jurta.org>
4607
4608 * descr-text.el (describe-text-sexp): Use square brackets for
4609 button [Show] to distinguish it from the property value `show'.
4610 (describe-property-list): Use `insert-text-button' with
4611 `help-face' type instead of putting face in quotes, because button
4612 is not created automatically for a list of faces.
4613 (describe-text-properties-1): Put button-type value in quotes to
4614 distinguish from plain text "button".
4615 (describe-char): Display code point values in hex. Don't use
4616 `symbol-name' for `current-input-method' because it is a string.
4617 Use `insert-text-button' with `help-face' type instead of putting
4618 hardcoded face in quotes, because button is not created automatically.
4619
4620 2005-12-27 Richard M. Stallman <rms@gnu.org>
4621
4622 * progmodes/glasses.el (glasses-face): More specific custom type.
4623
4624 * files.el (set-visited-file-name): Doc fix.
4625
4626 * textmodes/flyspell.el (flyspell-external-point-words):
4627 Use local var buffer-scan-pos to advance scan for next misspelling.
4628 Advance it only after we find the misspelling.
4629
4630 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4631
4632 * textmodes/flyspell.el (flyspell-external-point-words):
4633 New criteria for finding the misspelling in the buffer.
4634
4635 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4636
4637 * help-mode.el (help-insert-string): Set help-xref-stack-item
4638 rather than call help-setup-xref.
4639
4640 * descr-text.el (describe-char): Revert previous changes for
4641 optional buffer argument.
4642
4643 2005-12-27 Juri Linkov <juri@jurta.org>
4644
4645 * help-mode.el (help-insert-string): New function. Save buffer
4646 contents in cases where it is impossible to recompute the old contents.
4647
4648 * descr-text.el (describe-char): Set help-xref-stack-item
4649 explicitly after buffer has been generated.
4650
4651 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4652
4653 * cus-start.el (all): Add x-gtk-show-hidden-files.
4654
4655 2005-12-26 Richard M. Stallman <rms@gnu.org>
4656
4657 * replace.el (perform-replace): Calculate match-again
4658 before skipping read-only matches.
4659
4660 * paren.el (paren-showing-faces): New group.
4661 (show-paren-match, show-paren-mismatch): Move to that group.
4662
4663 * button.el (button): Put into group `basic-faces'.
4664
4665 * progmodes/make-mode.el: Remove faces from group `faces'.
4666
4667 * apropos.el (apropos, apropos-value): Doc fix.
4668 (apropos-documentation): Doc fix.
4669
4670 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4671
4672 * subr.el (lazy-completion-table): Remove argument `args'.
4673
4674 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4675 Don't use the `args' argument of lazy-completion-table.
4676
4677 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4678
4679 * descr-text.el (describe-char): Add optional argument for buffer.
4680 Set buffer appropriately. Call help-setup-xref.
4681 Suggested by Stefan Monnier.
4682
4683 2005-12-26 Juri Linkov <juri@jurta.org>
4684
4685 * descr-text.el: Require `help-fns' at runtime. Don't require
4686 `button' for byte compilation.
4687 (describe-text-widget): Add `help-echo' for first button.
4688 Use `help-info' for second.
4689 (describe-property-list): Use `help-argument-name' instead of `italic'.
4690 (describe-text-category): Add prompt to interactive spec.
4691 Call `help-setup-xref'.
4692 (describe-char): Use `help-character-set'. Add `help-echo' for
4693 code point. Use `help-input-method'. Remove superfluous insert.
4694
4695 2005-12-25 Richard M. Stallman <rms@gnu.org>
4696
4697 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4698 at point, in case of narrowing.
4699
4700 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4701
4702 * locate.el (locate-header-face): Allow nil in type.
4703
4704 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4705
4706 2005-12-25 Romain Francoise <romain@orebokech.com>
4707
4708 * battery.el (battery-linux-proc-acpi): Also try
4709 `/proc/acpi/thermal_zone/THM0/temperature'.
4710
4711 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4712
4713 * custom.el (custom-push-theme): Fix docstring.
4714
4715 * cus-edit.el (custom-variable-set, custom-variable-save)
4716 (custom-variable-save): Custom-quote widget values.
4717 (customize-save-variable): Fix custom-push-theme call.
4718
4719 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4720
4721 * w32-fns.el (w32-batch-update-autoloads): New function.
4722
4723 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4724 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4725 from the command line.
4726
4727 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4728
4729 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4730 reset means to remove setting from theme entirely. Don't keep
4731 expanding theme-settings list; delete old entries if necessary.
4732
4733 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4734 customization" button one line up.
4735 (custom-themed): New face.
4736 (custom-magic-alist): New value, THEMED, for theme settings.
4737 (custom-variable-state-set, custom-face-state-set):
4738 Check theme-value instead of saved-value.
4739 (custom-variable-reset-standard, custom-face-reset-standard):
4740 Remove theme setting entirely. Recalculate new values.
4741 (custom-variable-set, custom-variable-set)
4742 (custom-variable-reset-saved, custom-variable-reset-backup)
4743 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4744 (custom-variable-save): Fix typos.
4745
4746 2005-12-23 Juri Linkov <juri@jurta.org>
4747
4748 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4749 Add autoload cookies.
4750 (edebug-outside-d-c-i-n-s-w): New variable.
4751 (edebug-display, edebug-outside-excursion): Use it to save the
4752 original value of default-cursor-in-non-selected-windows.
4753 Set default-cursor-in-non-selected-windows to t while Edebug
4754 is active.
4755 (edebug-mode, edebug-eval-mode): Doc fix.
4756
4757 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4758 with `buffer-substring-no-properties' to remove common substring
4759 highlighting.
4760
4761 * info.el (info-other-window, info): Rename function argument
4762 `file' to `file-or-node'.
4763 (Info-complete-menu-item): Use local variable `complete-nodes' to
4764 keep the global value of `Info-complete-nodes' unchanged for
4765 subsequent completions.
4766 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4767
4768 * simple.el (get-next-valid-buffer, last-buffer)
4769 (next-error-buffer-p, next-error-find-buffer)
4770 (minibuffer-history-sexp-flag): Doc fix.
4771
4772 * savehist.el (savehist-mode-hook): Add `:group'.
4773
4774 * log-view.el: Call autoload for vc-find-version.
4775 (log-view-current-file): Adjust subgroup numbers.
4776 (log-view-current-tag): Add `length'.
4777
4778 2005-12-23 Richard M. Stallman <rms@gnu.org>
4779
4780 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4781
4782 2005-12-23 Juri Linkov <juri@jurta.org>
4783
4784 * hi-lock.el (hi-lock-archaic-interface-message-used)
4785 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4786 (hi-lock-mode): Display "Hi" in the mode line only when
4787 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4788 (hi-lock-write-interactive-patterns):
4789 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4790 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4791 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4792 font-lock-add-keywords to t.
4793
4794 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4795
4796 * hi-lock.el (hi-lock-highlight-range): New variable.
4797 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4798 only if font-lock-fontified is non-nil. Remove overlays.
4799 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4800 font-lock-fontified is non-nil, otherwise use overlays (instead of
4801 text properties).
4802 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4803 New variables.
4804 (hi-lock-string-serialize) New function.
4805
4806 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4807
4808 * menu-bar.el (menu-find-file-existing): New function.
4809 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4810
4811 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4812
4813 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4814
4815 * vc.el: Remove unnecessary leading * in docstrings.
4816 (vc-annotate-mode-map): Move initialization into declaration.
4817 (vc-static-header-alist): Nitpick on the regexp.
4818 (vc-default-init-version): New fun.
4819 (vc-register): Use it.
4820 (vc-insert-headers): Use dolist.
4821 (vc-annotate-get-backend): Remove unused function.
4822 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4823 (vc-annotate-mode): Remove corresponding call.
4824 (vc-annotate-car-last-cons): Simplify.
4825 (vc-annotate-buffers): Remove var.
4826 (vc-annotate-backend): Make it buffer-local.
4827 (vc-annotate): Move the interaction to the interactive spec.
4828 Add a `buf' argument.
4829 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4830 killing&creating a vc-annotate buffer, which is very disruptive when
4831 the buffers are shown in dedicated frames.
4832
4833 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4834
4835 * descr-text.el: Add FSF as maintainer.
4836 (describe-text-mode, describe-text-mode-map)
4837 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4838 help-mode.
4839 (describe-text-widget, describe-text-sexp)
4840 (describe-property-list, describe-text-category)
4841 (describe-text-properties, describe-text-properties-1)
4842 (describe-char): Use help buttons instead of widgets.
4843 (describe-char-unicodedata-file): Make URL link in doc string.
4844
4845 2005-12-22 Richard M. Stallman <rms@gnu.org>
4846
4847 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4848 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4849 Don't include buttons that write a file when there's no file.
4850 (custom-variable-menu, custom-face-menu, custom-group-menu):
4851 Don't include commands that write a file when there's no file.
4852 (customize-browse): Reword the top-of-buffer help intro.
4853 (custom-buffer-create-internal): Fix previous change.
4854 (customize-changed-options-previous-release): Prev release is 21.1.
4855 (customize-changed-options): Doc fix.
4856 (customize-changed): New alias.
4857 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4858 Say "standard values".
4859 (Custom-reset-standard): Doc fix.
4860 (custom-face-reset-standard): Doc fix.
4861
4862 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4863
4864 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4865 even if font-lock-mode is non-nil since it may be t without having
4866 turned on font-lock-mode-internal.
4867 (font-lock-choose-keywords): Minor optimization.
4868 (font-lock-add-keywords, font-lock-remove-keywords)
4869 (font-lock-set-defaults): Don't call make-local-variable on a variable
4870 that we know to already be local.
4871
4872 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4873
4874 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4875 messages if in the minibuffer.
4876
4877 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4878
4879 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4880 (tex-mode-flyspell-verify, flyspell-get-word)
4881 (flyspell-external-point-words): Don't use point-min/max uselessly.
4882
4883 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4884 by Kevin Rodgers. Instead, just hide the completions buffer if we
4885 don't need to show it.
4886
4887 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4888
4889 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4890
4891 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4892
4893 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4894 delete-windows-on with an inexistent buffer.
4895
4896 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4897
4898 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4899 Delete defcustom variable :tag names.
4900
4901 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4902
4903 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4904 (log-view-font-lock-keywords): Ajust subgroup numbers.
4905 (log-view-current-tag): Don't hard code the number of subgroups.
4906
4907 2005-12-20 Juri Linkov <juri@jurta.org>
4908
4909 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4910 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4911
4912 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4913 (menu-bar-non-minibuffer-window-p): Instead of checking
4914 display-multi-frame-p, use selected-frame when menu-updating-frame
4915 is nil.
4916
4917 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
4918
4919 * align.el (align-rules-list): Use [ \t] instead of \s-
4920 for column separators in text mode.
4921
4922 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4923
4924 * help-mode.el (help-customize-variable, help-customize-face):
4925 Don't pop help-xref-stack as help-follow no longer pushes
4926 anything on to it.
4927
4928 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4929
4930 * textmodes/org.el (org-agenda-custom-commands): New option.
4931 (org-agenda): Offer custom commands on splash screen.
4932 (org-make-tags-matcher): Parser for Boolean logic added.
4933 (org-agenda-set-tags): New command.
4934 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4935 (org-set-tags): Efficiency improvements.
4936 (org-auto-align-tags): New option.
4937 (org-todo, org-demote, org-promote): Realign tags.
4938 (org-tags-completion-function): Use also "&" and "|" as separators.
4939 (org-org-menu): Agenda commands simplified.
4940
4941 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4942
4943 * cus-edit.el (customize-apropos, customize-apropos-options):
4944 Docstring changes.
4945
4946 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4947
4948 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4949
4950 * longlines.el (longlines-mode): Wrap while widened.
4951 (longlines-decode-region, longlines-encode-region): Compute max
4952 just once.
4953
4954 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4955
4956 * cus-edit.el (mac): New group.
4957
4958 * cus-start.el (all): Add user options in macterm.c. Add test for
4959 Mac-related built-ins. Fix test for GTK-related built-ins.
4960
4961 * term/mac-win.el (mac-handle-language-change)
4962 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4963 (mac-services-open-selection, mac-services-mail-selection)
4964 (mac-services-mail-to, mac-services-insert-text)
4965 (mac-dispatch-apple-event): Add docstrings.
4966 (x-get-selection, mac-select-convert-to-string): Select coding
4967 system from `utf-16be' and `utf-16le' using `byteorder'.
4968
4969 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4970
4971 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4972 a "list" (lambda ...) rather than a real completion list.
4973
4974 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4975 lexical-let when encountering ((lambda (...) ...) ...).
4976
4977 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4978
4979 * progmodes/sh-script.el (sh-mode):
4980 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4981 * textmodes/picture.el (picture-mode): Update docstrings.
4982
4983 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4984
4985 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4986 commands enclosed in $(ARGQUOTE)s should not be split between two
4987 lines, as that will break with GNU Make >3.80, when sh.exe is used
4988 and arg quoting is with '..'.
4989 (autoloads): Don't break the quoted --eval expression between
4990 several lines.
4991
4992 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4993
4994 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4995 Capture error from printing circular structures.
4996
4997 2005-12-17 Martin Rudalics <rudalics@gmx.at>
4998
4999 * wid-edit.el (widget-checkbox-action): Clear undo info.
5000
5001 2005-12-16 Bill Wohler <wohler@newt.com>
5002
5003 * menu-bar.el (kill-this-buffer): Set a good example by using menu
5004 bar, not menubar in comment.
5005
5006 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5007
5008 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
5009 After-change-functions should not clobber the match data.
5010
5011 2005-12-16 Juri Linkov <juri@jurta.org>
5012
5013 * simple.el (choose-completion): Use `buffer-substring-no-properties'
5014 instead of `buffer-substring'.
5015 (completion-common-substring): Doc fix.
5016 (completion-setup-function): Use minibuffer-completion-contents
5017 instead of minibuffer-contents. Don't set common-string-length
5018 initially. Remove special handling of partial-completion-mode.
5019 Move computation of completion-base-size into one cond.
5020 Call completion-base-size-function in mainbuf. In computation of
5021 completion-base-size for file name completion don't move point to
5022 the end of the minibuffer. Move computation of common-string-length
5023 into one cond. Start putting faces only when common-string-length>=0.
5024 Add condition to put completions-common-part when
5025 common-string-length>0.
5026
5027 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
5028 place point at the first different character in the minibuffer
5029 even if this position is at the beginning of the minibuffer.
5030
5031 * info.el (Info-read-node-name-1): In completion-base-size-function's
5032 lambda return 1 if common-substring or minibuffer-completion-contents
5033 starts with (, and 0 otherwise.
5034
5035 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
5036 Use `crm-current-element' for second arg of `display-completion-list'.
5037
5038 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
5039
5040 * files.el (set-auto-mode): Look for an interpreter specified on
5041 the first line also if search for mode specification succeeded,
5042 but the mode is not known.
5043
5044 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
5045
5046 * textmodes/org.el (org-tags-match-list-sublevels): New option.
5047 (org-open-at-point): Implement tag searches as links.
5048 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
5049 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
5050 (org-tags-sparse-tree, org-tags-view, org-set-tags)
5051 (org-agenda-dispatch): New commands.
5052 (org-use-tag-inheritance, org-tags-column): New options.
5053 (org-tab-follows-link, org-return-follows-link): New options.
5054 (org-tags): New customize group.
5055 (org-start-icalendar-file): Get local time zone.
5056 (org-tags-completion-function): New function.
5057 (org-set-font-lock-defaults): Make sure links will also be
5058 highlighted inside headlines.
5059
5060 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
5061
5062 * term.el (term-emulate-terminal):
5063 Let term-handle-ansi-terminal-messages override what Bash says about
5064 its current directory.
5065
5066 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5067
5068 * bindings.el (last-buffer): Move to simple.el.
5069 * simple.el (last-buffer): Move here.
5070 (get-next-valid-buffer): New function.
5071 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
5072 (prev-buffer): Ditto. Rename to `previous-buffer'.
5073
5074 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
5075 * bindings.el (global-map): Ditto.
5076
5077 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
5078
5079 * cus-edit.el: Introductory comment change.
5080 (custom-magic-alist): Change message string for the `rogue' state.
5081
5082 2005-12-15 Richard M. Stallman <rms@gnu.org>
5083
5084 * tooltip.el: Delete defcustom variable :tag names.
5085
5086 * complete.el (partial-completion-mode): Doc fix.
5087
5088 * textmodes/flyspell.el (flyspell-external-point-words):
5089 Use save-excursion to ensure we don't move backward in the
5090 search loop, not even one character.
5091 (flyspell-delete-all-overlays): Use remove-overlays directly.
5092
5093 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
5094 (ispell-start-process): Set that variable.
5095 Clear ispell-buffer-local-name.
5096 (ispell-internal-change-dictionary):
5097 Set ispell-current-dictionary after killing process.
5098 (ispell-buffer-local-dict):
5099 Don't set spell-personal-dictionary after killing process.
5100 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
5101 (ispell-tex-skip-alists, ispell-html-skip-alists)
5102 (ispell-skip-region-alist): Mark as risky.
5103
5104 * net/newsticker.el (newsticker--retrieval-timer-list)
5105 (newsticker--display-timer, newsticker-running-p)
5106 (newsticker-ticker-running-p): Definitions moved up.
5107
5108 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
5109
5110 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
5111
5112 2005-12-15 David Ponce <david@dponce.com>
5113
5114 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
5115 (recentf-edit-list, recentf-open-files): Signal an error when
5116 there is no recent file.
5117
5118 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
5119
5120 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
5121 read-only except for texinfo-format-region evaluation.
5122
5123 2005-12-14 Richard M. Stallman <rms@gnu.org>
5124
5125 * vc.el (vc-default-previous-version, vc-default-next-version)
5126 (vc-do-command): Doc fixes.
5127
5128 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5129
5130 * textmodes/bibtex.el (bibtex-expand-strings)
5131 (bibtex-autokey-expand-string, bibtex-name-part)
5132 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
5133 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
5134 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
5135 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
5136 (bibtex-entry-postfix, bibtex-known-entry-type-re)
5137 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
5138 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
5139 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
5140 (bibtex-beginning-of-last-entry): Remove.
5141 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
5142 message if comma is missing but buffer is read-only.
5143 (bibtex-parse-field-text): Handle whitespaces at the end of field
5144 text. Return 3-element list with beginning and end of field text
5145 and end of field.
5146 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
5147 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
5148 (bibtex-search-forward-field, bibtex-search-backward-field):
5149 Search always delimited by limits of entry. Use more efficient
5150 search algorithms.
5151 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
5152 bibtex-end-of-name-in-field.
5153 (bibtex-text-in-field-bounds): Handle BibTeX strings when
5154 extracting the content of a field.
5155 (bibtex-text-in-field): Use search limits.
5156 (bibtex-parse-string-prefix): Handle empty string keys based on
5157 bibtex-string-empty-key.
5158 (bibtex-parse-string): Fix docstring.
5159 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
5160 (bibtex-preamble-prefix, bibtex-strings): New functions.
5161 (bibtex-skip-to-valid-entry): Include preceding whitespace in
5162 BibTeX entries (consistent with other BibTeX functions).
5163 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
5164 (bibtex-search-entry): Fix docstring. Simplify.
5165 (bibtex-flash-head, bibtex-complete-string-cleanup)
5166 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
5167 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
5168 (bibtex-parse-entry): New optional arg content.
5169 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
5170 Use bibtex-text-in-field-bounds.
5171 (bibtex-print-help-message): Handle BibTeX strings and preambles.
5172 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
5173 bibtex-parse-string-postfix.
5174 (bibtex-find-text-internal): New function.
5175 (bibtex-remove-delimiters): Use it.
5176 (bibtex-find-text): Use it. New optional arg help.
5177 (bibtex-complete): Handle BibTeX string and preamble entries.
5178 (bibtex-Preamble): Fix order of closing delimiters.
5179
5180 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
5181
5182 * vc.el (vc-default-revert): New fun.
5183
5184 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
5185
5186 2005-12-14 Romain Francoise <romain@orebokech.com>
5187
5188 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
5189 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
5190 (font-lock-remove-keywords): Likewise.
5191
5192 2005-12-14 Juri Linkov <juri@jurta.org>
5193
5194 * log-view.el (log-view-diff): Doc fix.
5195
5196 * isearch.el (isearch-query-replace): Use (mark) instead of
5197 isearch-opoint if mark is active in transient-mark-mode.
5198
5199 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5200
5201 * isearch.el (isearch-query-replace): Check for isearch-other-end.
5202
5203 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
5204
5205 * progmodes/cpp.el (cpp-face): New widget.
5206 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
5207
5208 2005-12-14 Juri Linkov <juri@jurta.org>
5209
5210 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
5211 around `erase-buffer' and `insert'.
5212
5213 * descr-text.el (describe-text-properties): Replace buffer name
5214 "*Help-2*" with "*Help*<2>".
5215 (describe-char): Add functions print-help-return-message,
5216 toggle-read-only. Use help-setup-xref with nil to not store
5217 describe-char in help-xref-stack. Use help-make-xrefs to
5218 make [back] button.
5219
5220 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
5221
5222 * wdired.el (wdired-old-point): New internal variable.
5223 (wdired-change-to-wdired-mode): Set it buffer-locally.
5224 (wdired-abort-changes): Restore point after aborting changes.
5225
5226 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5227
5228 * vc.el (vc-do-command): Add a new value t for okstatus.
5229
5230 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
5231 frame in case of errors.
5232
5233 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5234
5235 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
5236 so it comes after "On the Left" in the menu.
5237
5238 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
5239
5240 * cus-edit.el (customize-apropos, customize-apropos-options)
5241 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
5242
5243 2005-12-12 Bill Wohler <wohler@newt.com>
5244
5245 * vc-svn.el (vc-svn-registered): Fix problem of visiting
5246 non-writable Subversion-controlled files by saving window
5247 configuration before calling vc-do-command. vc-do-command calls
5248 pop-to-buffer on error which is unexpected during registration.
5249
5250 2005-12-12 Jay Belanger <belanger@truman.edu>
5251
5252 * calc/README: Update the summary of changes.
5253
5254 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5255
5256 * descr-text.el (describe-char): Rework last fix to solve the problem
5257 is the same way it's solved for everything else in that function
5258 (i.e. by extracting the info before setting up the *Help* buffer).
5259
5260 2005-12-12 Kim F. Storm <storm@cua.dk>
5261
5262 * subr.el (version-regexp-alist): Allow space as separator before
5263 non-numeric part, e.g. "1.0 alpha".
5264 (version-to-list): Interpret .X.Y version as 0.X.Y version.
5265
5266 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
5267
5268 * textmodes/org.el (org-agenda, org-timeline, org-todo):
5269 Implement Logging and the keep-modes setting.
5270 (org-get-category): Make sure a string is returned.
5271 (org-log-done): New function.
5272 (org-log-done, org-closed-string): New options.
5273
5274 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5275
5276 * tooltip.el (tooltip-y-offset): Change default to 20.
5277
5278 2005-12-12 Richard M. Stallman <rms@gnu.org>
5279
5280 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
5281
5282 * frame.el (display-hourglass): Doc fix.
5283
5284 * help.el (help-for-help-internal): Simplify entry for `a'.
5285
5286 * info.el (Info-on-current-buffer): Doc fix.
5287 (info-insert-file-contents): Don't test (featurep 'jka-compr).
5288
5289 * startup.el (inhibit-splash-screen): Make this the real name.
5290 (inhibit-startup-message): Make this the alias.
5291 (command-line): Find only simple.el, and use its directory
5292 to fill in other preloaded files' names.
5293 (command-line): Deactivate the mark if deactivate-mark is set.
5294
5295 * international/mule.el (load-with-code-conversion):
5296 Bind deactivate-mark.
5297
5298 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
5299
5300 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
5301
5302 * cus-edit.el (customize-apropos): Avoid listing an option more
5303 than once under different aliases. No longer list user options
5304 that are not defined with defcustom (unless a prefix arg is given).
5305 Doc fix.
5306 (customize-apropos-options): Doc fix.
5307
5308 2005-12-11 Juri Linkov <juri@jurta.org>
5309
5310 * frame.el (set-background-color, set-foreground-color)
5311 (set-cursor-color, set-mouse-color, set-border-color):
5312 Add explicit prompts to read colors by `facemenu-read-color'.
5313 (show-trailing-whitespace, blink-cursor-delay)
5314 (blink-cursor-interval, display-hourglass, hourglass-delay):
5315 Remove tags.
5316 (display-hourglass, hourglass-delay): Doc fix.
5317 (cursor-in-non-selected-windows): Capitalize words in tag.
5318
5319 * faces.el (frame-background-mode): Replace `choice-item' keywords
5320 with `const' to not make [default] button. Change default value tag
5321 from `default' to `automatic'. Doc fix.
5322 (trailing-whitespace) <defface>: Change group `whitespace' to
5323 `whitespace-faces'.
5324
5325 2005-12-11 Richard M. Stallman <rms@gnu.org>
5326
5327 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
5328
5329 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5330
5331 * term/mac-win.el: Create keymap for mac-apple-event-map.
5332
5333 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
5334
5335 * tooltip.el (tooltip-mode): Move to start of file so that it
5336 appears at top of customize buffer.
5337
5338 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5339 Add the gud groupname.
5340 (gud-tooltip-mode): Add the tooltip groupname.
5341 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
5342 avoid conflict with tooltip-use-echo-area.
5343
5344 2005-12-10 Romain Francoise <romain@orebokech.com>
5345
5346 * help.el (help-for-help-internal): Add `r' in doc string.
5347
5348 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5349
5350 * align.el (align-regexp, align-highlight-rule):
5351 Use region-beginning and region-end instead of point and mark, so that
5352 repetition (with `repeat-complex-command') recomputes the region
5353 bounds.
5354
5355 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
5356
5357 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5358 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5359 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5360 (balance-windows): Rewrite using the above new functions.
5361
5362 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5363
5364 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5365 react if global-hi-lock-mode seems intended.
5366 (global-hi-lock-mode) Renamed from hi-lock-mode.
5367 (hi-lock-archaic-interface-message-used)
5368 (hi-lock-archaic-interface-deduce): New variables.
5369 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5370 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5371 (hi-lock-find-patterns, hi-lock-font-lock-hook):
5372 Replace hi-lock-buffer-mode with hi-lock-mode.
5373
5374 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
5375
5376 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5377 completion list, even after a partial completion has been
5378 inserted in the current buffer. If there are more than 1
5379 completion, redisplay the *Completions* buffer; if the
5380 completion is unique, delete the *Completions* window.
5381
5382 2005-12-10 Eli Zaretskii <eliz@gnu.org>
5383
5384 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5385 strings and long subject lines that were broken into multiple
5386 lines at arbitrary places. Handle subjects that have "Re: " in
5387 the middle.
5388
5389 2005-12-10 John W. Eaton <jwe@octave.org>
5390
5391 * emacs/octave-mod.el (octave-electric-space): Don't indent
5392 comments or strings if octave-auto-indent is nil.
5393
5394 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5395
5396 * term/mac-win.el: Require url when compiling.
5397 Call mac-process-deferred-apple-events after loading init files.
5398 (mac-apple-event-map): New defvar. Define event handlers in it.
5399 (core-event, internet-event): New Apple event class symbols.
5400 (open-application, reopen-application, open-documents)
5401 (print-documents, open-contents, quit-application)
5402 (application-died, show-preferences, autosave-now, get-url):
5403 New Apple event ID symbols.
5404 (about): New HICommand ID symbol.
5405 (mac-event-spec, mac-event-ae): New macros.
5406 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5407 (mac-ae-selection-range, mac-ae-text-for-search)
5408 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5409 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5410 and Services menu events are now defined in mac-apple-event-map.
5411 (mac-drag-n-drop): Remove selection range handling.
5412
5413 2005-12-10 Kenichi Handa <handa@m17n.org>
5414
5415 * simple.el (zap-to-char):
5416 * isearch.el (isearch-process-search-char): Translate CHAR by
5417 translation-table-for-input.
5418
5419 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5420
5421 * foldout.el (foldout-exit-fold): Properly hide subtree.
5422
5423 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5424
5425 * files.el (save-buffer):
5426 * international/ucs-tables.el (ucs-set-table-for-input):
5427 * mail/mail-extr.el (mail-extract-address-components):
5428 * mail/sendmail.el (mail-mode): Reformat doc string.
5429
5430 2005-12-09 Juri Linkov <juri@jurta.org>
5431
5432 * isearch.el (isearch-highlight): Change main overlay priority
5433 from 1 to 1001. Simplify.
5434 (isearch-lazy-highlight-update): Change lazy overlay priority
5435 from 0 to 1000.
5436
5437 * replace.el (replace-highlight): Change overlay priority from
5438 1 to 1001.
5439
5440 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5441 Change overlay priority from 1 to 1001. Reuse existing overlay.
5442
5443 * compare-w.el (compare-windows-highlight): Change overlay
5444 priority from 1 to 1000.
5445
5446 * menu-bar.el (menu-bar-edit-menu): Add listp around
5447 pending-undo-list to disable menu item "undo" when pending
5448 undo list is empty.
5449
5450 * locate.el (locate): Disable undo in *Locate* buffer.
5451
5452 2005-12-09 Kim F. Storm <storm@cua.dk>
5453
5454 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5455
5456 2005-12-09 David Ponce <david@dponce.com>
5457
5458 * recentf.el: Improvement of the menu code.
5459 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5460 instead of menu hook.
5461 (recentf-show-menu, recentf-hide-menu): New functions.
5462 (recentf-menu-customization-changed, recentf-mode): Use them.
5463 (recentf-menu-action, recentf-max-menu-items)
5464 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5465 (recentf-arrange-by-rule-others)
5466 (recentf-arrange-by-rules-min-items)
5467 (recentf-arrange-by-rule-subfilter) : Don't use
5468 `recentf-menu-customization-changed'.
5469 (recentf-arrange-rules): Likewise. Accept functions to compute
5470 sub-menu titles.
5471 (recentf-menu-filter): Likewise. Doc fix.
5472 (recentf-menu-value-shortcut): Doc fix.
5473 (recentf-dump-variable): Quote atom value.
5474 (recentf-make-menu-items): Update to use it as a menu filter.
5475 (recentf-match-rule): New function.
5476 (recentf-arrange-by-rule): Use it.
5477 (recentf-indirect-mode-rule): New function.
5478 (recentf-build-mode-rules): Use it.
5479 (recentf-dir-rule): New function.
5480 (recentf-arrange-by-dir): Use it.
5481 (recentf-filter-changer-current): Rename from
5482 `recentf-filter-changer-state'. All references updated.
5483 (recentf-filter-changer-alist): Update filter names.
5484 (recentf-filter-changer-select): New function.
5485 (recentf-filter-changer): Use it. Make a sub-menu from filters
5486 available in `recentf-filter-changer-alist'.
5487 (recentf-data-cache, recentf-clear-data)
5488 (recentf-update-menu): Remove. All references updated.
5489 (recentf-match-rule-p, recentf-build-dir-rules)
5490 (recentf-filter-changer-goto-next)
5491 (recentf-filter-changer-get-current)
5492 (recentf-filter-changer-get-next): Remove.
5493
5494 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5495
5496 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5497 buffer "Reset" button to "Reset to Current" for consistency with
5498 the State buttons.
5499
5500 2005-12-08 John Paul Wallington <jpw@pobox.com>
5501
5502 * ibuf-ext.el (define-ibuffer-filter filename):
5503 If `dired-directory' is a list then really use its car.
5504
5505 2005-12-08 Kim F. Storm <storm@cua.dk>
5506
5507 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5508 Fix indention of text on right side of replaced rectangle.
5509
5510 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5511
5512 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5513 No need to check gud-comint-buffer is bound.
5514 (gdb): Prevent multiple debugging when first session uses gdba.
5515
5516 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5517
5518 CC Mode update to 5.31.
5519
5520 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5521 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5522 We might do this function properly in the future).
5523
5524 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5525 New macros c-sentence-end and c-default-value-sentence end, to cope
5526 with Emacs 22's new function `sentence-end'.
5527
5528 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5529
5530 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5531 compat issue using `c-put-overlay' and `c-delete-overlay'.
5532
5533 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5534 New compat macros to handle overlays/extents.
5535
5536 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5537
5538 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5539 (for GNU Emacs 20.4)
5540
5541 * progmodes/cc-defs.el:
5542 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5543
5544 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5545 highlighting mechanism so it will work in XEmacs too.
5546
5547 * progmodes/cc-defs.el: Insert c-int-to-char.
5548
5549 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5550 call to the new macro c-int-to-char. This solves XEmacs's
5551 regarding characters as different from integers.
5552
5553 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5554
5555 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5556 New internal helper.
5557
5558 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5559 construct to make the indirect face lookup work in XEmacs.
5560
5561 (c-cpp-matchers): Append the negation char face to the existing
5562 fontification, so that the cpp face doesn't disappear.
5563 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5564 and strings.
5565
5566 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5567 to map to `font-lock-negation-char-face' in emacsen where it exists.
5568
5569 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5570
5571 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5572
5573 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5574 Rename "c-subword-move-mode" as "c-subword-mode".
5575
5576 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5577 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5578
5579 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5580
5581 * progmodes/cc-mode.el: Added autoload directive for
5582 `c-subword-move-mode' for use in older emacsen.
5583
5584 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5585
5586 * progmodes/cc-mode.el:
5587 (i) Insert a binding for C-c C-backspace into
5588 c-bind-special-erase-keys which works in TTYs.
5589 (ii) Make sure that when file styles are used, any explicitly
5590 given style variables take priority over those in the style.
5591 Do this by calling `hack-local-variables' a second time.
5592
5593 * progmodes/cc-vars.el: Add language specific customization
5594 widgets for AWK to c-doc-comment-style, c-require-final-newline
5595 and c-default-style. Add a defcustom for awk-mode-hook.
5596 Give c-syntactic-element and c-syntactic-context doc-strings by
5597 directly setting their `variable-documentation' propery.
5598 This allows Emacs 22.1 to read these with C-h v.
5599
5600 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5601
5602 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5603
5604 * progmodes/cc-fonts.el, cc-vars.el
5605 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5606 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5607 Masatake YAMATO.
5608
5609 (c-doc-comment-style): Made GtkDoc default in C mode.
5610
5611 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5612 and C-c C-<delete>.
5613
5614 (c-bind-special-erase-keys): New function for use on
5615 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5616
5617 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5618 <delete> key behavior in XEmacs according to `delete-forward-p'.
5619 C.f. `c-electric-delete'.
5620
5621 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5622
5623 * progmodes/cc-mode.el: Give c-hungry-backspace and
5624 c-hungry-delete-forward permanent key bindings.
5625
5626 * progmodes/cc-cmds.el (c-electric-semi&comma):
5627 Bind c-syntactic-context for calls to "criteria functions", for
5628 consistency with other calls to user functions.
5629
5630 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5631 `current-prefix-arg', since this might be the prefix arg to a
5632 command which calls c-indent-command as a function. Change the
5633 interactive spec from "p" to "P".
5634
5635 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5636 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5637 was difficult to understand.
5638
5639 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5640
5641 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5642 first char of an identifier.
5643
5644 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5645 +" syntax in C++.
5646
5647 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5648
5649 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5650 auto-fill doesn't split a c-comment's last word from a hanging
5651 "*/" when a space is typed between them after fill-column.
5652
5653 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5654
5655 * progmodes/cc-styles.el (c-set-style)
5656 (c-setup-paragraph-variables): Abort the command if we're not in a
5657 CC Mode buffer.
5658
5659 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5660 with blank comment-prefix, and a blank line as the comment's
5661 second line.
5662
5663 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5664
5665 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5666 Incorporate the patterns added in the Emacs development branch
5667 for the new Emacs 22 face `font-lock-negation-char-face'.
5668
5669 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5670 of "red" since it stands out better in xterms and DOS terminals.
5671
5672 * progmodes/cc-engine.el (c-literal-faces):
5673 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5674
5675 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5676
5677 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5678 forcibly enable c-electric-flag.
5679
5680 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5681 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5682 after the comment-prefix of a C-style comment will close that comment.
5683
5684 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5685
5686 * progmodes/cc-fonts.el (c-basic-matchers-before)
5687 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5688 in Pike.
5689
5690 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5691 digraphs.
5692
5693 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5694 (c-cpp-message-directives, c-cpp-include-directives)
5695 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5696 (c-cpp-expr-directives): Introduce new language constants to
5697 control cpp syntax in a cleaner way.
5698
5699 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5700
5701 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5702
5703 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5704 (c-multiline-string-start-char): New language constants and
5705 variables to specify how newlines in string literals work.
5706
5707 (c-font-lock-invalid-string): Use them.
5708
5709 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5710 unbalanced close brace is entered. Optimization by avoiding going
5711 back over arbitrarily large blocks. Removed hints that this
5712 function only would be relevant/useful in AWK.
5713
5714 (c-electric-brace): Indent syntactically after the cleanups since
5715 lineup functions might do it differently then.
5716
5717 * progmodes/cc-engine.el, cc-langs.el
5718 (c-opt-op-identifier-prefix): New language constant and variable.
5719
5720 (c-just-after-func-arglist-p, c-after-special-operator-id)
5721 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5722
5723 * progmodes/cc-align.el, cc-engine.el
5724 (c-after-special-operator-id): New helper to handle C++ operator
5725 identifiers.
5726
5727 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5728 (c-guess-basic-syntax): Handle C++ operator identifiers in
5729 declarations.
5730
5731 * progmodes/cc-langs.el (c-assignment-operators): Add the
5732 trigraph version of ^= too.
5733
5734 * progmodes/cc-langs.el (c-assignment-operators): Add the
5735 trigraph version of |= in C++.
5736
5737 * progmodes/cc-fonts.el (c-font-lock-declarators):
5738 Handle `c-decl-hangon-kwds' after the identifier name.
5739
5740 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5741 whether an arglist is "nonempty", ignore a comment after the open
5742 paren if it isn't followed by a non-comment token on the same line.
5743
5744 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5745 Enable heuristics below the point to cope with classes inside special
5746 brace lists in Pike.
5747
5748 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5749
5750 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5751
5752 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5753
5754 * progmodes/cc-guess.el (cc-guess-install): New function to
5755 install an already guessed style in another buffer.
5756
5757 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5758 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5759 anyway if the change always is undone.
5760
5761 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5762
5763 Implement togglable electricity:
5764
5765 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5766 saying when it should be used.
5767
5768 * progmodes/cc-engine.el: Add the new buffer-local variable,
5769 c-electric-flag.
5770
5771 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5772 c-toggle-auto-newline.
5773
5774 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5775 c-toggle-auto-newline. Remove the binding for
5776 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5777 c-toggle-electric-state.
5778
5779 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5780
5781 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5782 c-\(forward\|backward\)-subword.
5783 (c-update-modeline): Add the new modeline flag `l' for
5784 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5785 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5786 Make the old name an alias of the new name.
5787 (c-toggle-electric-state): New function.
5788 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5789 Adapt these functions to do electric things only when
5790 c-electric-flag is non-nil.
5791 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5792 new functions from c-electric-brace.
5793 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5794 mode, so that the tentative extra newline doesn't change the
5795 syntax of the following brace.
5796 (c-electric-brace): Restructure by extracting the above functions.
5797 Tidy up the coding somewhat.
5798 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5799 restructure a bit.
5800
5801 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5802
5803 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5804 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5805
5806 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5807 (c-submode-indicators): Change name from `c-auto-hungry-string'
5808 since it's now used to track another submode.
5809
5810 (c-update-modeline): Convert to function and extended to check
5811 `c-subword-move-mode'.
5812
5813 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5814 Convert to compat aliases for `c-forward-subword' and
5815 `c-backward-subword'.
5816
5817 * progmodes/cc-subword.el: New functions and minor mode to handle
5818 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5819
5820 (c-forward-subword, c-backward-subword, c-mark-subword)
5821 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5822 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5823 Functions corresponding to the standard word handling functions.
5824
5825 (c-subword-move-mode): Minor mode that replaces all the standard
5826 word handling functions with their subword equivalences.
5827
5828 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5829
5830 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5831 entry for one-liner-defun.
5832
5833 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5834 name in its def-edebug-spec.
5835
5836 * progmodes/cc-cmds.el (c-electric-brace): Make the
5837 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5838 compacts space before a comment, if this will make things fit on
5839 one line.
5840
5841 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5842
5843 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5844
5845 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5846 clean-up one-liner-defun.
5847
5848 * progmodes/cc-styles.el: Add the new "awk" style.
5849
5850 * progmodes/cc-vars.el: Add description of one-liner-defun to
5851 c-cleanup-list's doc-string. New user options,
5852 c-max-one-liner-length. In c-default-style, set the default style
5853 for AWK to "awk".
5854
5855 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5856
5857 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5858 macros inside labels.
5859
5860 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5861 `c-at-statement-start-p' and `c-at-expression-start-p'.
5862
5863 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5864 error if the mark isn't set.
5865
5866 * progmodes/cc-engine.el (c-guess-continued-construct)
5867 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5868 accurately detect functions inside functions.
5869
5870 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5871 like `c-at-statement-start-p' that additionally recognizes commas
5872 and expression parentheses as delimiters.
5873
5874 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5875 to avoid heuristics that doesn't work for unclosed blocks.
5876 (c-at-statement-start-p): New function.
5877
5878 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5879 Objective-C directives, e.g. directives spanning lines should work
5880 reasonably well now.
5881
5882 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5883
5884 (c-forward-objc-directive): New function to move over any ObjC
5885 directive.
5886
5887 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5888 (c-basic-matchers-before): Use it.
5889
5890 (c-font-lock-objc-iip-decl): Remove.
5891
5892 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5893 in the template arglist recognition.
5894
5895 * progmodes/cc-styles.el (c-style-alist): Fix several
5896 inconsistencies in the Whitesmith style.
5897
5898 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5899 New lineup function to get lines after Whitesmith style blocks
5900 correctly indented.
5901
5902 (c-lineup-whitesmith-in-block): Back out the compensation for
5903 opening parens since it's done using `add' lists in the style
5904 definition instead. Don't use the anchor position since it varies
5905 too much between the syntactic symbols. :P
5906
5907 * progmodes/cc-vars.el (c-valid-offset): Update.
5908
5909 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5910 lists where the offsets are combined according to several
5911 different methods: `first', `min', `max', and `add'.
5912 Report offset evaluation errors with `c-benign-error' so that some kind
5913 of reindentation still is done.
5914
5915 * progmodes/cc-engine.el (c-guess-basic-syntax):
5916 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5917 `arglist-close'.
5918
5919 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5920 situations for `arglist-cont-nonempty' and `arglist-close'.
5921
5922 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5923
5924 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5925 cc-bytecomp-boundp' in a number of places.
5926
5927 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5928 macro related issue.
5929
5930 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5931
5932 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5933 list is now [asdf], a char class [:alpha:].
5934 Include code for char classes.
5935 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5936 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5937
5938 Remove (nearly all of) the cruft associated with AWK Mode's former
5939 concept of "virtual semicolons":
5940
5941 Adapt c-beginning-of-statement, c-end-of-statement (together with
5942 subfunctions) to use the new notion of "virtual semicolon" in
5943 place of the old awkward special handling for AWK. There remains
5944 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5945 * progmodes/cc-cmds.el:
5946 (c-ascertain-adjacent-literal): In the backwards direction, now
5947 recognises AWK regexp delimiters as string delimiters.
5948 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5949 check more rigorously for "end of macro".
5950 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5951 virtual semicolons;
5952 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5953 out the code for forward movement into ...
5954 (c-end-of-statement): Now contains the code for forward movement,
5955 adapted for virtual semicolons.
5956
5957 * progmodes/cc-engine.el:
5958 (c-ws*-string-limit-regexp): New regexp.
5959 (c-forward-single-comment, c-backward-single-comment): Comment out
5960 the (now redundant) "special" AWK stuff.
5961
5962 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5963 c-string-par-start, c-string-par-separate to be more like Text
5964 Mode than Fundamental Mode.
5965
5966 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5967
5968 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5969 to the fontified region so that fontification doesn't occur
5970 outside it (could happen e.g. when fontifying a line with an
5971 unfinished declaration).
5972
5973 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5974
5975 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5976 start of the file. ^L now separate sections of the file.
5977 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5978 (c-awk-one-line-possibly-open-string-re)
5979 (c-awk-regexp-one-line-possibly-open-char-class-re)
5980 (c-awk-one-line-possibly-open-regexp-re)
5981 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5982 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5983
5984 Amend the concept of "virtual semicolons" (in the indentation
5985 engine) for languages like AWK, such that they are now
5986 conceptually attached to end of the last token of a statement, not
5987 the end of the line. (In AWK Mode, however, the pertinent text
5988 property is still physically set on the EOL.) Remove the specific
5989 tests for awk-mode, thus facilitating the introduction of other
5990 language modes where EOLs can end statements.
5991 (Note: The funtionality in cc-cmds.el, specifically
5992 c-beginning/end-of-statement has yet to be amended.)
5993
5994 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5995 New macros.
5996
5997 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5998 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5999 c-vsemi-status-unknown-p-fn (in a new page).
6000
6001 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
6002 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
6003 numerous awkward forms like
6004 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
6005 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
6006 variable before-ws-ip, the place just after char-before-ip appears.
6007
6008 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
6009 a comment.
6010
6011 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6012
6013 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
6014 `c-tentative-buffer-changes'.
6015
6016 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
6017 convert to macro to choose between Emacs and XEmacs at compile time.
6018
6019 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
6020
6021 (c-tentative-buffer-changes): New macro to handle temporary buffer
6022 changes in a convenient way.
6023
6024 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
6025 for `c-tentative-buffer-changes'.
6026
6027 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
6028 the checks for paren sexps between the point and the keyword, to
6029 avoid some false alarms.
6030
6031 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
6032 Fixed a situation where an error could be thrown for unbalanced
6033 parens. Changed to make use of c-keyword-member' to avoid some
6034 repeated regexp matches.
6035
6036 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
6037 These language variable are no longer necessary.
6038
6039 (c-block-stmt-kwds): New language constant used by
6040 c-looking-at-inexpr-block'.
6041
6042 (c-guess-basic-syntax): Remove an optional check that looked at
6043 the existence of the now removed language variables.
6044
6045 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
6046 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
6047 object instantiation expressions as declarations in some contexts.
6048 This bug only affected languages where the declarator can't be
6049 enclosed in parentheses.
6050
6051 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
6052 insert newlines before and after substatement braces.
6053
6054 * progmodes/cc-engine.el: Improved the heuristics for recognizing
6055 function declaration headers and the handling of C++ style member
6056 init lists.
6057
6058 (c-just-after-func-arglist-p): Rewritten to use
6059 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
6060
6061 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
6062
6063 (c-guess-basic-syntax): Adapt case 5B for the new
6064 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
6065 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
6066 covers all cases now).
6067
6068 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
6069
6070 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6071
6072 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
6073 c-string-par-start/separate c-sentence-end-with-esc-eol,
6074 initialised in c-setup-paragraph-variables, used in string
6075 scanning subroutines of c-beginning-of-statement.
6076
6077 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
6078 which precedes the newly inserted `{'.
6079
6080 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6081
6082 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
6083 function for declaration level blocks. It should now cope with
6084 templates better and also be a lot more comprehensible.
6085
6086 (c-looking-at-decl-block): The new function.
6087
6088 (c-search-uplist-for-classkey): The old one. It's now a wrapper
6089 for compatibility.
6090
6091 (c-add-class-syntax, c-guess-continued-construct)
6092 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
6093
6094 (c-decl-block-key): Change to tell apart ambiguous and
6095 unambiguous keywords. Pike specials are now handled directly in
6096 the code instead.
6097
6098 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
6099 New language constants and variables to make the backward skip in
6100 `c-looking-at-decl-block' as tight as possible.
6101
6102 (c-nonsymbol-token-char-list): New language constant.
6103
6104 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
6105 find balanced template arglists backwards.
6106
6107 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
6108 making char classes for `c-syntactic-skip-backward'.
6109
6110 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
6111 16D - can't be a class-close at that point.
6112
6113 * progmodes/cc-engine.el (c-guess-basic-syntax)
6114 (c-add-class-syntax): Don't narrow out the enclosing declaration
6115 level. This makes everything a lot easier, and it was actually
6116 only four small places that needed it to work. Some places that
6117 previously did `widen' are removed now, which has the effect that
6118 `c-guess-basic-syntax' never will look at things outside the
6119 current narrowment now. The anchor position for `topmost-intro'
6120 is affected by this, but it was so bogus it was basically useless
6121 before, and now it's equally bogus but in a slightly different way.
6122
6123 (c-narrow-out-enclosing-class): Gone.
6124
6125 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
6126 the narrowed region.
6127
6128 (c-least-enclosing-brace): Remove silly optional argument.
6129
6130 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
6131 the point could be left directly after an open paren when finding
6132 the beginning of the first decl in the block.
6133
6134 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
6135 Specify which submatch to use.
6136
6137 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
6138
6139 (c-decl-start-re): No longer any need for special treatment of
6140 ObjC due to the above.
6141
6142 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
6143 presumably follows C in that regard.
6144
6145 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
6146 New language constants to specify operator tokens inside
6147 identifiers in a more high level way.
6148
6149 (c-opt-identifier-prefix-key): New internal language constant.
6150
6151 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
6152 (c-identifier-start, c-identifier-key): Now completely calculated
6153 from other constants.
6154
6155 (c-identifier-last-sym-match): Decommission since it's no longer used.
6156
6157 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
6158
6159 * progmodes/cc-engine.el (c-forward-name): Remove the
6160 optimization when c-identifier-key is equal to c-symbol-key since
6161 it doesn't work in byte compiled files. Don't record empty
6162 regions as identifiers.
6163
6164 * progmodes/cc-langs.el (c-filter-ops): New helper function to
6165 simplify access to `c-operators' and its likes.
6166
6167 (c-operator-list, c-all-op-syntax-tokens)
6168 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
6169 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
6170 (c-primary-expr-regexp, c-cast-parens): Use it.
6171
6172 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
6173 an explicit language in functions.
6174
6175 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
6176 variant of adornment.
6177
6178 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
6179 variable.
6180
6181 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
6182 the Pike value.
6183
6184 * progmodes/cc-engine.el (c-on-identifier)
6185 (c-simple-skip-symbol-backward): Small fix for handling "-"
6186 correctly in `skip-chars-backward'. Affected the operator lfun
6187 syntax in Pike.
6188
6189 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
6190 diagnostic message about precompiled language vars not being used.
6191
6192 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
6193 "__attribute__" is followed by a parenthesis.
6194
6195 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
6196 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
6197 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
6198
6199 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
6200 Internal cleanups to properly detect the declared identifiers in
6201 various declarations.
6202
6203 (c-decl-start-kwds): New language constant to recognize
6204 declarations that can start anywhere. Used for class declarations
6205 in Pike.
6206
6207 (c-specifier-key, c-not-decl-init-keywords)
6208 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
6209 (c-find-decl-spots): Implement `c-decl-start-kwds'.
6210
6211 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
6212 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
6213 handling of the compiler specific extension keywords into a new
6214 language constant `c-decl-hangon-kwds' that defines keyword
6215 clauses to be ignored in declarations.
6216
6217 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
6218 past unrecognized tokens when handling `c-colon-type-list-kwds'.
6219 Necessary to stop at the declared identifier in e.g. IDL valuetype
6220 declarations.
6221
6222 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
6223 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
6224 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
6225 (c-forward-decl-or-cast-1): Recognize the declared identifier in
6226 class and enum declarations as such and not as part of the type.
6227
6228 (c-forward-decl-or-cast-1, c-forward-label): Relax the
6229 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
6230
6231 (c-forward-decl-or-cast-1): Don't disregard sure signs of
6232 declarations when there's some syntax error later on.
6233
6234 (c-complex-decl-matchers): Did away with a reference to
6235 `c-specifier-key'.
6236
6237 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
6238 value - this variable is always dynamically bound.
6239
6240 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
6241 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
6242 * cc-cmds.el, cc-defs.el: Change the policy for marking up
6243 functions that might do hidden buffer changes: All such internal
6244 functions are now marked instead of those that don't.
6245
6246 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
6247 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
6248 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
6249 (c-literal-type): Allow these functions to make hidden buffer changes,
6250 so that they are free to use text property caching later on.
6251
6252 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
6253 (c-electric-brace, c-electric-slash, c-electric-star)
6254 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
6255 (c-electric-paren, c-electric-continued-statement, c-indent-command)
6256 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
6257 (c-context-line-break): Add `c-save-buffer-state' calls to comply
6258 with the changed semantics of the functions above.
6259
6260 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
6261 when macros occur in obscure places. Optimized the sexp movement
6262 a bit.
6263
6264 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6265
6266 Enhancements for c-beginning-of-statement to work in AWK Mode:
6267
6268 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
6269 (completed statement) with `}' (statement completed by closing
6270 brace or semicolon) and `$' (statement completed by EOL).
6271
6272 (c-awk-virtual-semicolon-ends-prev-line-p)
6273 (c-awk-virtual-semicolon-ends-line-p)
6274 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
6275 (c-awk-at-statement-end-p): New functions.
6276
6277 * progmodes/cc-cmds.el: Simplify the structure of functions
6278 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
6279 two functions and c-beginning-of-statement to handle AWK Mode.
6280
6281 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
6282 c-backward-single-comment for AWK mode. Attempt to clarify their
6283 doc-strings.
6284
6285 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
6286
6287 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6288
6289 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
6290 label handling. Labels are now recognized in a uniform and more
6291 robust way, regardless of context. Text properties are put on all
6292 labels to recognize the following declarations better.
6293 Multiword labels are handled both in indentation and fontification for
6294 the benefit of language extensions like Qt. For consistency, keywords
6295 in labels are now fontified with the label face instead.
6296 That also applies to "case" and "default".
6297
6298 (c-beginning-of-statement-1): Fix some bugs in the label
6299 handling. Disregard `c-nonlabel-token-key' in labels that begin
6300 with `c-label-kwds'.
6301
6302 (c-find-decl-spots): Support that the callback adds more
6303 `c-decl-end' spots to find.
6304
6305 (c-forward-decl-or-cast-1): Don't treat a list of plain
6306 identifiers followed by a colon as a declaration.
6307
6308 (c-forward-label): New function to recognize labels.
6309
6310 (c-guess-basic-syntax): Replace uses of `c-label-key' with
6311 `c-forward-label'. Moved the label recognition cases (14 and 15)
6312 earlier since they aren't so context sensitive now. Handle labels
6313 on the top level gracefully. Moved access label recognition to
6314 the generic label case (CASE 15) - removed CASE 5E.
6315
6316 (c-font-lock-declarations): Add recognition of labels in the
6317 same round since we need to handle labels in parallell with other
6318 declarations to recognize both accurately. It should also improve
6319 speed.
6320
6321 (c-simple-decl-matchers, c-basic-matchers-after):
6322 Move `c-font-lock-labels' so that it only is used on decoration level 2
6323 since `c-font-lock-declarations' handles it otherwise.
6324
6325 (c-complex-decl-matchers): Remove the simplistic recognition of
6326 access labels.
6327
6328 (c-decl-prefix-re): Remove the kludges that was necessary to cope
6329 with labels earlier.
6330
6331 (c-decl-start-re): New language variable to make
6332 `c-font-lock-declarations' stop for the special protection labels
6333 in Objective-C that start with `@'.
6334
6335 (c-label-key): Remove since it's no longer used.
6336
6337 (c-recognize-colon-labels, c-label-prefix-re): New language
6338 constants to support recognition of generic colon-terminated labels.
6339
6340 (c-type-decl-end-used): `c-decl-end' is now used whenever there
6341 are colon terminated labels.
6342
6343 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6344 first argument starts with a special brace list.
6345
6346 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
6347 (c-font-lock-declarations): Break out the declaration and cast
6348 recognition from `c-font-lock-declarations' to a new function, so
6349 that it can be used in the indentation engine.
6350
6351 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
6352 up to the start of the literal. Fixed bug with the point on the
6353 wrong side of the search limit that could happen when the start
6354 position is inside a literal.
6355
6356 * progmodes/cc-engine.el (c-parse-state)
6357 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6358 so that it's kept a little bit back to increase the hit rate.
6359
6360 (c-parse-state): Change the macro handling and fixed some
6361 glitches. Macro context is checked more often than necessary now,
6362 but otoh less garbage conses are generated.
6363
6364 * progmodes/cc-engine.el (c-parse-state)
6365 (c-invalidate-state-cache): Cache the last position where
6366 `c-state-cache' applies. This can speed up refontification quite
6367 a bit in blocks where there are many non-brace parens before the point.
6368
6369 (c-state-cache-end): New variable for this.
6370
6371 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6372 cache variable.
6373
6374 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6375 get close initial continue positions when the start position is
6376 inside a literal or macro. Do not call the callback for spots
6377 before the start position (which can happen e.g. for `c-decl-end'
6378 spots inside comments). Optimize better in special cases when the
6379 region is a single line inside a literal or macro (typically when
6380 the current line is refontified).
6381
6382 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6383 to `c-add-stmt-syntax' - there's no need to explicitly whack off
6384 entries from the paren state.
6385
6386 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6387 special case for "else if" clauses.
6388
6389 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6390 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6391
6392 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6393 New language variable to recognize the gcc extension with statement
6394 blocks inside expressions.
6395
6396 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6397 it somewhat more comprehensible. The argument AT-BLOCK-START is
6398 no longer used and hence removed.
6399
6400 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6401 to `c-add-stmt-syntax'.
6402
6403 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6404 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6405 This fixes bogus label recognition.
6406
6407 * progmodes/cc-engine.el (c-add-type, c-check-type)
6408 (c-forward-name, c-forward-type): Improve storage of template
6409 types in `c-found-types' so that they can be recognized better.
6410
6411 (c-syntactic-content): Add option to skip past nested parens.
6412
6413 * progmodes/cc-engine.el (c-forward-name):
6414 Set `c-last-identifier-range' all the time. It's less work that way.
6415 Handle that there might not be an identifier to store in
6416 `c-last-identifier-range'.
6417
6418 (c-forward-type): Handle that `c-last-identifier-range' might be
6419 nil from `c-forward-name'.
6420
6421 * progmodes/cc-defs.el (c-safe-scan-lists)
6422 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6423
6424 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6425 to work even if the form fails.
6426
6427 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6428 down in a large file in one go.
6429
6430 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6431
6432 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6433 function which is like `c-lineup-math' but returns nil instead of
6434 `c-basic-offset' when it doesn't match.
6435
6436 (c-lineup-math): Change to use `c-lineup-assignments'.
6437
6438 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6439
6440 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6441 c-beginning-of-statement. New subfunctions
6442 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6443
6444 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6445
6446 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6447 hardcoded char classes whereever possible. Changed a couple of
6448 places to use skip by syntax instead of skip by char class.
6449
6450 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6451 Fix a bug in the regexp that caused extreme backtracking.
6452
6453 * progmodes/cc-langs.el (c-block-comment-starter)
6454 (c-block-comment-ender): New language constants to specify in a
6455 single place how block comments look.
6456
6457 (c-comment-start-regexp, c-block-comment-start-regexp)
6458 (comment-start, comment-end, comment-start-skip)
6459 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6460 (c-syntactic-ws, c-nonempty-syntactic-ws)
6461 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6462 `c-line-comment-starter', `c-block-comment-starter' and
6463 `c-block-comment-ender'.
6464
6465 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6466 New language constants to break up things a bit.
6467
6468 (c-simple-ws): New language constant for simple whitespace.
6469
6470 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6471
6472 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6473 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6474 newlines. Allow and ignore nil elements in the list.
6475
6476 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6477
6478 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6479 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6480
6481 * progmodes/cc-cmds.el: Tidy up the comments in
6482 c-beginning-of-statement and subfunctions.
6483
6484 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6485 more flexible c-put-char-property and c-clear-char-properties.
6486 Add the author's email address.
6487
6488 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6489
6490 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6491 closing "*/" of a block comment.
6492
6493 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6494 subfunctions) so that it works at BOB and EOB.
6495
6496 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6497 c-beginning-of-statement, including new variable
6498 c-block-comment-start-regexp.
6499
6500 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6501
6502 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6503 symbols from `*-font-lock-extra-types' so that there's no need to
6504 use `regexp-opt' on those lists.
6505
6506 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6507 `c-type-modifier-kwds' is empty.
6508
6509 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6510 there are several strings on the same line.
6511
6512 * progmodes/cc-engine.el (c-literal-limits): Remove the
6513 compatibility function for older emacsen. `c-literal-limits-fast'
6514 has now taken the place of this function.
6515
6516 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6517 with older emacsen: We now require `pps-extended-state'.
6518
6519 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6520
6521 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6522 which obviates the need to hack sentence-end. This now handles
6523 escaped newlines in strings correctly. Correct minor bugs in
6524 c-move-over-sentence and in c-beginning-of-statement.
6525
6526 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6527 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6528 that movement over macros and code are rigorously separated from
6529 eachother. Correct a few incidental bugs.
6530
6531 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6532 Improve its doc-string. Improve the handling of certain specific cases.
6533
6534 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6535
6536 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6537 (c-guess-basic-syntax): Change the way class-level labels are
6538 recognized; they can now contain essentially any symbols.
6539
6540 (c-opt-extra-label-key): New language variable to cope with the
6541 special protection label syntax in Objective-C.
6542
6543 (c-opt-access-key): Remove; this is now handled better by
6544 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6545
6546 (c-complex-decl-matchers): Update to handle that
6547 `c-opt-access-key' no longer exists.
6548
6549 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6550 improved label recognition in `c-beginning-of-statement-1'.
6551
6552 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6553 Recognize bitfields better.
6554
6555 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6556 Remove some cruft and fixed a bug that could cause it to go to a
6557 position further down.
6558
6559 * progmodes/cc-langs.el, cc-engine.el
6560 (c-beginning-of-statement-1): Improve detection of labels in
6561 declaration contexts.
6562
6563 (c-beginning-of-decl-1): Use it.
6564
6565 (c-nonlabel-token-key): New language constant and variable needed
6566 by `c-beginning-of-statement-1'.
6567
6568 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6569 manifested itself due to the correction in `c-forward-sexp'.
6570
6571 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6572 Make these behave as documented when used at the buffer limits.
6573
6574 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6575 (c-type-decl-end-used): Made this a language variable.
6576
6577 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6578 correctly when `combine-after-change-calls' is used together with
6579 temporary narrowings.
6580
6581 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6582 Report labels correctly when the start point is immediately after the
6583 colon.
6584
6585 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6586 Remove since it isn't used anymore.
6587
6588 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6589 bracket arglists such as template parens in C++.
6590
6591 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6592 in the last check-in. Some optimization.
6593
6594 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6595 where it could stop at the same level in a preceding sexp when
6596 PAREN-LEVEL is set.
6597
6598 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6599 text property lookup only when it's needed.
6600
6601 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6602 Change the policy for paren marked angle brackets to be more
6603 persistent; once marked they remain marked even when they're found
6604 to be unbalanced in the searched region. This should keep the
6605 paren syntax around even when individual lines are refontified in
6606 multiline template arglists.
6607
6608 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6609 to control markup so that incorrect angle bracket arglists aren't
6610 marked in contexts where the correct value for
6611 `c-disallow-comma-in-<>-arglists' isn't known.
6612
6613 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6614 argument has become `c-parse-and-markup-<>-arglists'.
6615
6616 (c-remove-<>-arglist-properties): Remove - no longer used.
6617
6618 (c-after-change-check-<>-operators): New function used on
6619 `after-change-functions' to avoid that "<" and ">" characters that
6620 are part of longer operators have paren syntax.
6621
6622 (c-<>-multichar-token-regexp): New language variable used by
6623 `c-after-change-check-<>-operators'.
6624
6625 (c-after-change): Call `c-after-change-check-<>-operators'.
6626
6627 (c-font-lock-<>-arglists): Use the context properties set by
6628 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6629 correctly to avoid doing invalid markup.
6630
6631 (c-font-lock-declarations): Remove code that undoes the invalid
6632 markup done by `c-font-lock-<>-arglists'.
6633
6634 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6635 after `c-font-lock-declarations'.
6636
6637 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6638 Add paren-level feature.
6639
6640 (c-guess-basic-syntax): Improve the anchor position for
6641 `template-args-cont' in nested template arglists. There's still
6642 much to be desired in this area, though.
6643
6644 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6645
6646 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6647 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6648
6649 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6650
6651 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6652 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6653
6654 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6655 it doesn't work no longer are supported.
6656
6657 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6658 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6659 requires support for the syntax-table' text property, which rules
6660 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6661 cruft associated with those versions.
6662
6663 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6664 for the `syntax-table' text property, which rules out Emacs 19 and
6665 XEmacs < 21.4. Removed various compatibility cruft associated
6666 with those versions.
6667
6668 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6669 support for the `syntax-table' text property.
6670
6671 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6672 variable and use an extra quoted face name instead. All the
6673 emacsen flavors handle that correctly.
6674
6675 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6676 (c-font-lock-declarators, c-font-lock-declarations)
6677 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6678 property to mark the items in in declarator lists to handle
6679 refontification inside multiline declarations better.
6680
6681 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6682 construct like "a * b = c;" as a declaration.
6683
6684 2005-12-08 Kim F. Storm <storm@cua.dk>
6685
6686 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6687 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6688 select either meta, hyper, or super modifier for rectangle commands.
6689 (cua--rectangle-modifier-key): New defvar.
6690 (cua--M/H-key): Use it. Remove special case for `space'.
6691 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6692 on X, to meta otherwise. Always bind C-return to toggle
6693 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6694
6695 * emulation/cua-rect.el (cua-help-for-rectangle):
6696 Use cua--rectangle-modifier-key. Handle super modifier too.
6697 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6698 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6699
6700 * ido.el: Move Acknowledgements and History after Commentary.
6701 Minor changes to Commentary.
6702
6703 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6704 keymap if cua--prefix-override-timer is `shift'.
6705 (cua--shift-control-prefix): New function; emulate "type prefix
6706 key twice" functionality to handle shifted prefix key override.
6707 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6708 New commands.
6709 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6710
6711 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6712
6713 * textmodes/org.el (org-insert-heading): Try to do items before
6714 headings.
6715 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6716 (org-insert-item): New function.
6717 (org-renumber-ordered-list): Don't skip to higher level lists.
6718
6719 2005-12-08 Juri Linkov <juri@jurta.org>
6720
6721 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6722
6723 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6724
6725 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6726
6727 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6728 the constructed function name fun-1.
6729
6730 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6731 because such links don't lead to parent documentation.
6732
6733 2005-12-08 Kenichi Handa <handa@m17n.org>
6734
6735 * descr-text.el (describe-char): Use *Help-2* buffer if the
6736 current buffer is *Help*. Call describe-text-properties while
6737 setting the original buffer.
6738
6739 2005-12-07 Bill Wohler <wohler@newt.com>
6740
6741 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6742 and causes problems with non-MH users (such as Gnus users).
6743
6744 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6745
6746 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6747 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6748 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6749 command "info sources". Move calls to GDB command "list".
6750 (gdb-find-file-hook): Just use gdb-source-file-list.
6751 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6752 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6753 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6754 (gdb-data-list-register-values-handler): Use correct trigger name.
6755
6756 2005-12-07 Kim F. Storm <storm@cua.dk>
6757
6758 * ido.el (ido-completion-map): Rename from ido-mode-map.
6759 (ido-common-completion-map, ido-file-completion-map)
6760 (ido-file-dir-completion-map, ido-buffer-completion-map):
6761 Rename from ido-mode-....-map.
6762 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6763 (ido-setup-completion-map): Rename from ido-define-mode-map.
6764 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6765 to ido-completion-map.
6766
6767 2005-12-07 Kenichi Handa <handa@m17n.org>
6768
6769 * international/mule-cmds.el
6770 (set-display-table-and-terminal-coding-system): If the coding
6771 system specified in `unibyte-display' property is different from
6772 the arg coding-system, don't setup standard-display-table.
6773
6774 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6775
6776 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6777 that comments end at \n, regardless of selective-display.
6778
6779 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6780
6781 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6782 (gdb-version): New variables.
6783 (gdb-source-file-list, gdb-register-names)
6784 (gdb-changed-registers): New variables for use with GDB 6.4+.
6785 (gdb-ann3): Replace with...
6786 (gdb-init-1, gdb-init-2): ...two new functions.
6787 (gdba, gdb-prompt): Call gdb-init-1.
6788 (gdb-get-version): New function. Call gdb-init-2 from here.
6789 (gud-watch): Make it work with mouse events too.
6790 (gdb-post-prompt): Don't add to queue until GDB version is known.
6791 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6792 (gdb-locals-mode): Use gdb-version.
6793 (gdb-memory-format-map, gdb-memory-unit-map)
6794 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6795 (gdb-locals-font-lock-keywords-1)
6796 (gdb-locals-font-lock-keywords-2): New variables.
6797 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6798 (gdb-set-gud-minor-mode-existing-buffers-1)
6799 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6800 (gdb-var-update-1, gdb-var-update-handler-1)
6801 (gdb-data-list-register-values-handler)
6802 (gdb-data-list-register-values-custom)
6803 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6804 (gdb-stack-list-locals-handler, gdb-get-register-names):
6805 New functions for use with GDB 6.4+.
6806 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6807 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6808 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6809 (gdb-stack-list-locals-regexp)
6810 (gdb-data-list-register-names-regexp): New regexps for use with
6811 GDB 6.4+.
6812
6813 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6814
6815 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6816
6817 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6818
6819 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6820 prompts work for AUTH PLAIN. Also reported by Steve Allan
6821 <seallan@verizon.net>.
6822
6823 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6824
6825 * frame.el (set-frame-parameter): Add doc string.
6826
6827 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6828
6829 * textmodes/org.el (org-occur-highlights): New variable.
6830 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6831 (org-highlight-sparse-tree-matches): New option.
6832 (org-do-occur): New function.
6833 (org-get-heading): Make it work also at beginning of line.
6834 (org-category-table): New variable.
6835 (org-get-category-table, org-get-category)
6836 (org-camel-to-words, org-link-search): New functions.
6837 (org-select-this-todo-keyword): New variable.
6838 (org-todo-list): New command.
6839 (org-shiftright, org-shiftleft): New commands.
6840 (org-agenda-todo): Add prefix argument.
6841 (org-show-hierarchy-above): New option.
6842 (org-show-todo-tree): Numerical prefix creates tree for specific
6843 TODO keyword.
6844 (org-outline-level): New function, to assign a level to plain
6845 lists items.
6846 (org-cycle-include-plain-lists): New option.
6847 (org-mode): Use `org-outline-level' as value of `outline-level'.
6848 (org-cycle): Temporarily switch `outline-regexp' if
6849 `org-cycle-include-plain-lists' is non-nil.
6850 (org-start-icalendar-file): Fix format bug.
6851 (org-agenda-get-day-entries): Create category table.
6852 (org-agenda-get-todos, org-agenda-get-timestamps)
6853 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6854 (org-agenda-get-blocks): Use `org-get-category'.
6855 (org-context-in-file-links): Rename from
6856 `org-line-numbers-in-file-links'.
6857
6858 2005-12-06 Romain Francoise <romain@orebokech.com>
6859
6860 * window.el (balance-windows): Delete extraneous third arg in call
6861 to `enlarge-window'.
6862
6863 2005-12-06 Kenichi Handa <handa@m17n.org>
6864
6865 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6866
6867 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6868
6869 * progmodes/gdb-ui.el (gdb-var-create-handler)
6870 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6871 (gdb-var-list-children-handler, gdb-var-update-handler):
6872 Current buffer is already gdb-partial-output-buffer, don't
6873 make it current again.
6874
6875 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6876
6877 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6878 (list-buffers-noselect): Use it.
6879
6880 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6881
6882 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6883 (mail-yank-ignored-headers): Use regexp-opt.
6884 (mail-mode-map): Move initialization into declaration.
6885 (mail-sent-via): Remove unused shadowed var `to-line'.
6886 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6887 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6888 (mail-do-fcc): Use dolist and push.
6889 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6890 (mail-yank-ignored-headers): Don't autoload.
6891
6892 2005-12-05 Kenichi Handa <handa@m17n.org>
6893
6894 * international/mule-cmds.el (set-language-info-internal): New fun.
6895 (set-language-info): Call set-language-info-internal to update
6896 language-info-alist. If LANG-ENV is the current one, call
6897 set-language-environment to make INFO effective now.
6898 (set-language-info-alist): Likewise.
6899 (locale-language-names): With locale "en", use English
6900 lang. env. but set the default codings to iso-8859-1.
6901
6902 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6903
6904 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6905 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6906 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6907 for plain strings.
6908 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6909 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6910 Create registers buffer if necessary. Echo new state in minibuffer.
6911 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6912
6913 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6914
6915 * info.el (Info-fontify-node): Match external links using
6916 non-directory part of filename.
6917
6918 2005-12-04 Juri Linkov <juri@jurta.org>
6919
6920 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6921 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6922 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6923 because there is no customization option for it.
6924
6925 * font-lock.el (lisp-font-lock-keywords-1):
6926 Add define-global-minor-mode.
6927
6928 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6929
6930 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6931 properties on the constructed variable names.
6932
6933 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6934 Put `definition-name' properties on the constructed function names
6935 next-sym and prev-sym.
6936
6937 * emacs-lisp/find-func.el (find-function-regexp):
6938 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6939 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6940 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6941 and easy-menu-define.
6942
6943 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6944 easy-mmode-define-global-mode and define-global-minor-mode.
6945 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6946
6947 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6948 instead of easy-mmode-define-global-mode.
6949
6950 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6951 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6952
6953 * cus-edit.el (customize-group, customize-group-other-window):
6954 Filter out autoloaded options from the group completion list by
6955 using heuristics that autoloaded groups don't have `custom-autoload'
6956 property on their symbols (they have only `custom-loads').
6957
6958 * simple.el (completion-setup-function): Put completions-common-part
6959 face on complete completion string too (i.e. completion string
6960 without completions-first-difference face).
6961
6962 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6963
6964 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6965
6966 * view.el (view-mode): Doc fix.
6967
6968 * disp-table.el (standard-display-european): Add to the warning
6969 message a reference to the doc string.
6970
6971 * play/yow.el (apropos-zippy): Call print-help-return-message,
6972 similar to other Help and Apropos commands.
6973
6974 * help.el (print-help-return-message): If pop-up-frames is
6975 non-nil, set up help-return-method to delete the help window and,
6976 possibly, its frame as well, and don't display message about
6977 scrolling the help window. Doc fix.
6978 (help-return-method): Doc fix.
6979
6980 2005-12-03 Martin Rudalics <rudalics@gmx.at>
6981
6982 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6983 whereby names of length one or names starting with a
6984 symbol-constituent character would not be returned.
6985
6986 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6987
6988 * subr.el (atomic-change-group): Add edebug and indentation spec.
6989
6990 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6991
6992 * completion.el (save-completions-file-name): Fix typo in last change.
6993
6994 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6995
6996 * info.el: Move back/forward history to the beginning of the tool bar.
6997
6998 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6999
7000 * allout.el (eval-when-compile): Remove unnecessary load of cl.
7001 Add fset of allout-real-isearch-abort during compile to fix
7002 byte-compilation warnings.
7003 (allout-mode-p): Move definition of this macro above all uses, or
7004 byte compilation in barren emacs (eg, during emacs build) will
7005 lack the definition.
7006 (allout-mode): Move this variable above any uses, or byte
7007 compilation will fail.
7008 (allout-resolve-xref): Remove use of personal file-reference function.
7009 (allout-toggle-current-subtree-encryption): Do the current (ie,
7010 visible containing) topic, rather than nearest around point. Doc fix.
7011 (allout-toggle-subtree-encryption): New function, workhorse that
7012 works on nearest topic containing point.
7013 (allout-encrypt-string): Signal requirement for newer version of pgg.
7014 (allout-resumptions): Doc fix.
7015
7016 2005-12-02 Eli Zaretskii <eliz@gnu.org>
7017
7018 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
7019
7020 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
7021
7022 * textmodes/flyspell.el (flyspell-external-point-words):
7023 Consider a misspelling as found in the string search if: (a) misspelling
7024 and found string lengths match, or (b) misspelling is found as
7025 element in a boundary-chars separated longer string, or (c)
7026 ispell-program-name is really ispell and misspelling is found as
7027 part of a TeX string. After successful match move beginning of
7028 search region to end of match. Warn about not found misspellings
7029 once the process is done.
7030 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
7031
7032 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
7033
7034 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
7035 tool bar (removed inadvertently).
7036
7037 2005-12-02 Juri Linkov <juri@jurta.org>
7038
7039 * log-view.el (log-view-diff): Clarify doc string.
7040
7041 2005-12-01 Bill Wohler <wohler@newt.com>
7042
7043 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
7044 triggers lm-verify errors.
7045
7046 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
7047
7048 * simple.el (transient-mark-mode, line-number-mode)
7049 (column-number-mode, size-indication-mode): Remove `:require nil'.
7050
7051 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
7052
7053 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
7054 in the margin also.
7055 (gdb-breakpoints-mode-map): Use D instead of d for
7056 gdb-delete-breakpoint.
7057 (gdb-get-frame-number): Require a number to match on.
7058 (gdb-threads-mode-map): Add follow-link binding.
7059
7060 2005-11-30 Jason Rumney <jasonr@gnu.org>
7061
7062 * isearch.el (isearch-mode-map): Avoid exiting search on
7063 language-change event.
7064
7065 2005-11-30 Romain Francoise <romain@orebokech.com>
7066
7067 * speedbar.el (speedbar-default-position): New defcustom.
7068 (speedbar-frame-reposition-smartly): Use it.
7069
7070 * dframe.el (dframe-reposition-frame-emacs): Fix position
7071 computation for `left' location.
7072 Update copyright year.
7073
7074 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
7075
7076 * help.el (help-map): Move initialization into declaration.
7077
7078 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
7079
7080 * help-fns.el (help-argument-name): Don't autoload.
7081 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
7082 to be re-loaded when customizing the `help' group.
7083
7084 2005-11-30 John Paul Wallington <jpw@gnu.org>
7085
7086 * help-fns.el (describe-function-1): Fill arglist output.
7087
7088 2005-11-30 Kim F. Storm <storm@cua.dk>
7089
7090 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
7091 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
7092 after revert-buffer (or anything else which kills all local variables).
7093
7094 * apropos.el (apropos-parse-pattern): Doc fix.
7095 Set apropos-regexp directly, rather than expecting callers to do so.
7096 (apropos-command, apropos, apropos-value, apropos-documentation):
7097 Simplify calls to apropos-parse-pattern.
7098
7099 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
7100
7101 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7102 (hi-lock-face-phrase-buffer): Use hi-yellow face.
7103 (hi-lock-write-interactive-patterns): Use comment-region.
7104
7105 * longlines.el (longlines-mode): Add mail-setup-hook.
7106
7107 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
7108
7109 * simple.el (sendmail-user-agent-compose, next-line):
7110 Conditionally use hard-newline.
7111
7112 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7113
7114 * international/latexenc.el (latex-inputenc-coding-alist):
7115 Reword doc string.
7116
7117 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
7118
7119 * help.el (describe-key-briefly, describe-key): Recognize default
7120 bindings.
7121
7122 2005-11-29 Romain Francoise <romain@orebokech.com>
7123
7124 * view.el (view-inhibit-help-message): New defcustom.
7125 (view-mode-enter): Use it.
7126
7127 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
7128
7129 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
7130 Preserve user position.
7131
7132 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
7133
7134 * font-lock.el: Throw error if facemenu is not loaded to prevent
7135 accidental change of loading order in loadup.el. (Suggested by RMS.)
7136
7137 * loadup.el: Add comment explaining why facemenu must be loaded
7138 before font-lock.
7139
7140 2005-11-28 Jay Belanger <belanger@truman.edu>
7141
7142 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
7143 (calc-dispatch-map): Add more keys for `calc-same-interface'.
7144
7145 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
7146
7147 * calc/calc-embed.el (calc-do-embedded): Update help message.
7148
7149 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
7150
7151 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7152
7153 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
7154
7155 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
7156 called-interactively-p.
7157 (elp-profilable-p): Rename from elp-not-profilable-p.
7158 Invert result and take into account macros and autoloaded functions.
7159 (elp-instrument-function): Update call.
7160 (elp-instrument-package): Update call. Add completion.
7161 (elp-pack-number): Use match-string.
7162 (elp-results-jump-to-definition-by-mouse): Merge into
7163 elp-results-jump-to-definition and then remove.
7164 (elp-output-insert-symname): Make help echo text single-line.
7165
7166 * replace.el (query-replace-map): Move initialization into declaration.
7167 (occur-engine): Use with-current-buffer.
7168 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
7169 (occur-mode-mouse-goto): Replace with an alias.
7170
7171 2005-11-28 Juri Linkov <juri@jurta.org>
7172
7173 * simple.el (quoted-insert): Let-bind input-method-function to nil.
7174
7175 * term/w32-win.el: Bind [S-tab] to [backtab].
7176
7177 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
7178 `Info-find-file' to t.
7179
7180 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
7181 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
7182 and same-window-regexps.
7183 (occur-next-error): Don't move point for arg 0.
7184
7185 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
7186
7187 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
7188
7189 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7190
7191 * log-edit.el (log-edit-changelog-use-first): New var.
7192 (log-edit-changelog-ours-p): Use it.
7193 (log-edit-insert-changelog): Set it with new arg `use-first'.
7194 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
7195 (log-edit-hook): Add them to the list of suggested options.
7196
7197 * textmodes/flyspell.el (flyspell-last-buffer): New var.
7198 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
7199 redundant work.
7200 (flyspell-mode-on): Use add-hook for after-change-functions.
7201 (flyspell-mode-off): Use remove-hook for after-change-functions.
7202 (flyspell-changes): Make it buffer-local.
7203 (flyspell-after-change-function): Make it non-interactive. Use push.
7204 (flyspell-post-command-hook): Check input-pending-p while processing
7205 the potentially long list of buffer changes.
7206
7207 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7208
7209 * buff-menu.el (list-buffers-noselect): Display the selected
7210 frame's buffer list, not the global one.
7211
7212 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7213
7214 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
7215 that (list last-input-event) works as in interactive spec.
7216
7217 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7218
7219 * loadup.el ("facemenu"): Load facemenu before font-lock, because
7220 `facemenu-keymap' needs to be defined when font-lock is loaded.
7221 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
7222
7223 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7224
7225 * completion.el: Remove useless leading * in defcustom docstrings.
7226 (save-completions-file-name): Use ~/.emacs.d if available.
7227 (completion-standard-syntax-table): Rename from
7228 cmpl-standard-syntax-table and fold initialization into declaration,
7229 thus removing cmpl-make-standard-completion-syntax-table.
7230 (completion-lisp-syntax-table, completion-c-syntax-table)
7231 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
7232 (cmpl-saved-syntax, cmpl-saved-point): Remove.
7233 (symbol-under-point, symbol-before-point)
7234 (symbol-under-or-before-point, symbol-before-point-for-complete)
7235 (add-completions-from-c-buffer): Use with-syntax-table.
7236 (make-completion): Don't return a list of completion entries.
7237 Update callers.
7238 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
7239 (completion-initialize): Rename from initialize-completions.
7240 (completion-find-file-hook): Rename from cmpl-find-file-hook.
7241 (kill-emacs-save-completions): Collect stats here.
7242 (save-completions-to-file, load-completions-from-file):
7243 Use with-current-buffer.
7244 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
7245 into a function. Move all calls to toplevel.
7246 (completion-lisp-mode-hook): New fun.
7247 (completion-c-mode-hook, completion-setup-fortran-mode):
7248 Set the syntax-table here. Use local-set-key.
7249 (completion-saved-bindings): New var.
7250 (dynamic-completion-mode): Make it into a proper minor mode.
7251 (load-completions-from-file): Remove unused var `num-uses'.
7252
7253 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
7254 constructor if it is explicitly overridden.
7255
7256 * complete.el (PC-completion-as-file-name-predicate):
7257 Use minibuffer-completing-file-name.
7258 (partial-completion-mode): Use find-file-not-found-functions.
7259 (PC-lisp-complete-symbol): Use with-syntax-table.
7260 (PC-look-for-include-file): Remove dead setq.
7261 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
7262 (PC-complete): Use with-current-buffer.
7263
7264 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
7265 escape single quotes.
7266
7267 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7268
7269 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
7270 of `if' whose condition always returned nil. Doc fix.
7271
7272 * buff-menu.el (Buffer-menu-revert-function): Make the selected
7273 window's buffer the current buffer around the call to
7274 `list-buffers-noselect'. This is necessary to mark that buffer
7275 with a `.' in the Buffer Menu when called from Lisp, for instance
7276 by Auto Revert Mode.
7277
7278 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7279
7280 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
7281 attaching to it.
7282 (gdb-pre-prompt): Make sure gdb-error is reset.
7283
7284 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
7285 with a child process, detect it.
7286 (gud-speedbar-buttons): Match regexp more carefully.
7287
7288 2005-11-27 Richard M. Stallman <rms@gnu.org>
7289
7290 * mouse.el (mouse-drag-move-window-bottom):
7291 Use adjust-window-trailing-edge.
7292
7293 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7294
7295 * simple.el (blink-matching-open): Ignore
7296 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
7297 (blink-matching-paren-on-screen): Update docstring.
7298
7299 * paren.el (show-paren-mode): No longer change
7300 `blink-matching-paren-on-screen'.
7301
7302 2005-11-27 John Paul Wallington <jpw@pobox.com>
7303
7304 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7305 (gdb-threads-select, gdb-edit-register-value):
7306 Use `posn-set-point' instead of `mouse-set-point' because the
7307 latter is not fbound when configured without X.
7308
7309 2005-11-27 Kim F. Storm <storm@cua.dk>
7310
7311 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
7312 existing face when partially highlighting a TAB in a rectangle.
7313
7314 2005-11-26 Kim F. Storm <storm@cua.dk>
7315
7316 * ido.el (ido-mode-map): Doc fix.
7317 (ido-mode-common-map, ido-mode-file-map)
7318 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
7319 (ido-define-mode-map): Rewrite. Select one of the new maps as
7320 parent for ido-mode-map instead of building from scratch.
7321 (ido-init-mode-maps): New defun to initialize new maps.
7322 (ido-mode): Call it.
7323 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
7324 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
7325
7326 2005-11-26 John Paul Wallington <jpw@pobox.com>
7327
7328 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
7329 `mouse-set-point' because the latter is not fbound when configured
7330 without X.
7331
7332 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
7333
7334 * files.el (file-relative-name): Doc fix.
7335
7336 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7337
7338 * progmodes/octave-inf.el (inferior-octave-startup): Force a
7339 non-empty string for secondary prompt PS2.
7340
7341 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7342
7343 * progmodes/compile.el (compilation-setup): Fix last change.
7344
7345 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
7346
7347 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7348 (gdb-mouse-toggle-breakpoint-margin)
7349 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
7350 Add gdb-server-prefix to keep out of command history.
7351 (gdb-edit-register-value): New function.
7352 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
7353 (gdb-info-registers-custom): Use above map.
7354
7355 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7356
7357 * custom.el (enable-theme): Signal error if argument is not a
7358 theme. Don't recalculate a face if it's not loaded yet.
7359
7360 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7361 the `user' theme is in effect.
7362
7363 * info.el (Info-on-current-buffer): Record actual filename in
7364 Info-current-file, instead of t, or a fake filename if a non-file
7365 buffer. Make autoload.
7366 (Info-find-node, Info-revert-find-node): No need to check for
7367 Info-current-file nil.
7368 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7369 Info-current-file is now never `t'.
7370 (Info-fontify-node): Many simplifications due to Info-current-file
7371 always being valid. Use Info-find-file to find node filename.
7372
7373 2005-11-25 David Kastrup <dak@gnu.org>
7374
7375 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7376 new character, then delete" in order to preserve markers.
7377
7378 2005-11-25 David Ponce <david@dponce.com>
7379
7380 * recentf.el (recentf-arrange-by-rule): Handle a special
7381 `auto-mode-alist'-like "strip suffix" rule.
7382 (recentf-build-mode-rules): Handle second level auto-mode entries.
7383
7384 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7385
7386 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7387 window modes.
7388
7389 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7390 jde-javadoc-checker-report-mode.
7391
7392 * ediff-wind (ediff-make-wide-display): Slight simplification.
7393
7394 * ediff.el (ediff-date): Change the date of last update.
7395
7396 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7397
7398 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7399 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7400 (hi-lock-mode): New global minor mode.
7401 (turn-on-hi-lock-if-enabled): New function.
7402 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7403 Change arguments to regexp and face instead of a font-lock pattern.
7404 Directly set face property, instead of refontifying.
7405 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7406 (hi-lock-find-patterns): Use line-number-at-pos.
7407
7408 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7409 arguments for hi-lock-set-pattern.
7410 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7411 Call font-lock-fontify-buffer.
7412 (hi-lock-find-file-hook, hi-lock-current-line)
7413 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7414
7415 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7416 turned off.
7417
7418 * progmodes/compile.el (compilation-setup): Don't fiddle with
7419 font-lock-defaults.
7420
7421 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7422
7423 * progmodes/gdb-ui.el (gdb-var-create-handler)
7424 (gdb-var-list-children-handler): Find values for all variable
7425 objects. gud-speedbar-buttons decides whether to display them.
7426
7427 2005-11-24 Romain Francoise <romain@orebokech.com>
7428
7429 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7430 buffer name with a space.
7431
7432 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7433
7434 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7435 `org-export-local-list-max-depth'. Change default value to 3.
7436 (org-auto-renumber-ordered-lists)
7437 (org-plain-list-ordered-item-terminator): New options.
7438 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7439 (org-get-indentation, org-get-string-indentation)
7440 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7441 New functions.
7442 (org-move-item-down, org-move-item-up): New commands.
7443 (org-export-as-html): New classes for CSS support. Bug fix in
7444 regular expression detecting fixed-width regions. Respect
7445 `org-local-list-ordered-item-terminator'.
7446 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7447 also a list item.
7448 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7449 New item moving functions.
7450
7451 2005-11-24 Juri Linkov <juri@jurta.org>
7452
7453 * isearch.el (isearch-repeat): With empty search ring set
7454 `isearch-error' to the error string instead of signaling error
7455 with the function `error'.
7456
7457 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7458
7459 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7460
7461 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7462
7463 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7464 and variable.
7465 (gdb-var-create-handler, gdb-var-list-children-handler):
7466 Don't match on "char **...".
7467 (gdb-var-update-handler): Find values for all variable objects.
7468 (gdb-info-frames-custom): Identify frames by leading "#".
7469
7470 * progmodes/gud.el (gud-speedbar-menu-items): Add
7471 gdb-speedbar-auto-raise as radio button.
7472 (gud-speedbar-buttons): Raise speedbar if requested.
7473 Don't match on "char **...".
7474 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7475 Make it editable.
7476
7477 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7478
7479 * info.el (Info-fontify-node): Handle the case where
7480 Info-current-file is t.
7481
7482 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7483
7484 * simple.el (blink-matching-open): Fix off-by-one in last change.
7485
7486 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7487
7488 * term/mac-win.el: Don't change default directory.
7489
7490 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7491
7492 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7493 buffers correctly. (It used to throw an error in such buffers.)
7494 Make it ask for confirmation in group buffers and other Custom
7495 buffers containing more than one customization item.
7496
7497 2005-11-22 John Paul Wallington <jpw@gnu.org>
7498
7499 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7500 property on mail and url overlays.
7501 (goto-address-at-point): Use `posn-set-point' instead of
7502 `mouse-set-point' because the latter is not fbound when configured
7503 without X.
7504
7505 2005-11-22 Lars Hansen <larsh@soem.dk>
7506
7507 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7508 (ls-lisp-classify, ls-lisp-format): Delete call to
7509 ls-lisp-parse-symlink.
7510 (ls-lisp-handle-switches): Handle symlinks to directories as
7511 directories when ls-lisp-dirs-first in non-nil.
7512
7513 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7514
7515 * startup.el (command-line): Make sure that loaddefs.el is handled
7516 correctly in load-history.
7517
7518 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7519
7520 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7521 (gdb-struct-string, gdb-array-string): New constants.
7522 (gdb-info-locals-handler): Use them.
7523 (gdb-reset): Reset gdb-var-list to nil.
7524
7525 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7526
7527 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7528 in patterns.
7529
7530 2005-11-21 Juri Linkov <juri@jurta.org>
7531
7532 * custom.el (defcustom): Update link types in docstring.
7533
7534 2005-11-20 Martin Rudalics <rudalics@gmx.at>
7535
7536 * custom.el (defgroup): Add doc-string-elt info.
7537
7538 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7539
7540 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7541
7542 * newcomment.el (comment-enter-backward): Fix last fix.
7543
7544 * simple.el (blink-matching-open):
7545 * paren.el (show-paren-function): Allow new paren-class info.
7546
7547 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7548
7549 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7550 handled automagically.
7551
7552 2005-11-20 Andreas Schwab <schwab@suse.de>
7553
7554 * descr-text.el (describe-char): When copying overlays put them
7555 over the full char description instead of just the first character
7556 of it.
7557
7558 2005-11-20 Juri Linkov <juri@jurta.org>
7559
7560 * simple.el (what-cursor-position):
7561 * descr-text.el (describe-char): Use Lisp-readable syntax
7562 for octal and hex. Reorder decimal, octal and hex values.
7563 Remove excess whitespace in the output. Use `=' in `column='
7564 like in `point=' and `Hscroll='.
7565
7566 * international/mule-cmds.el (encoded-string-description):
7567 Use Lisp-readable syntax for hex.
7568
7569 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7570
7571 * newcomment.el (comment-enter-backward): Handle the case where the
7572 comment is closed by EOB.
7573
7574 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7575
7576 * longlines.el (longlines-before-revert-hook)
7577 (longlines-after-revert-hook): New functions.
7578 (longlines-mode): Turn off longlines temporarily when reverting.
7579 Add a message-setup-hook.
7580 (longlines-decode-buffer): New function.
7581 (longlines-wrap-line): Preserve marker positions.
7582
7583 2005-11-19 Andreas Schwab <schwab@suse.de>
7584
7585 * emacs-lisp/shadow.el: Handle compressed files.
7586
7587 2005-11-19 Romain Francoise <romain@orebokech.com>
7588
7589 * net/browse-url.el (browse-url-default-browser): Signal an error
7590 if no usable browser can be found, rather than try to load w3.
7591
7592 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7593
7594 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7595 replacing existing properties.
7596 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7597 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7598 tty specs.
7599 (rcirc-server-prefix, rcirc-server): New faces.
7600 (rcirc-url-regexp): Generate with rx macro.
7601 (rcirc-last-server-message-time): New variable.
7602 (rcirc-filter): Record time of last message.
7603 (rcirc-keepalive): Kill processes that did not send a message
7604 since the last ping.
7605 (rcirc-mode): Give rcirc-topic a local binding here.
7606
7607 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7608
7609 * subr.el (read-passwd): Fontify the prompt as we do with other
7610 prompts.
7611
7612 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7613
7614 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7615 binding buffer-read-only to nil.
7616
7617 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7618
7619 * complete.el (partial-completion-mode):
7620 Mention completion-auto-help in the doc string.
7621
7622 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7623 more Lisp-ish way.
7624
7625 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7626
7627 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7628 digits, not 8, to avoid misalignment for files larger than 100MB.
7629
7630 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7631
7632 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7633 Mention "keyboard shortcuts" in the help text.
7634
7635 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7636
7637 * startup.el (fancy-splash-default-action): Discard only
7638 mouse-down and succeeding mouse-up events in the splash screen
7639 window so that drag-n-drop event can be processed.
7640
7641 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7642
7643 * longlines.el (longlines-mode): Add hacks for mail-mode and
7644 message-mode.
7645
7646 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7647
7648 * textmodes/org.el (org-table-sort-lines): New command.
7649 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7650 (org-add-file): Command removed, use `org-agenda-file-to-front'
7651 instead.
7652 (org-export-icalendar): Use `org-icalendar-combined-name'.
7653 (org-cycle-agenda-files, org-agenda-file-to-end)
7654 (org-agenda-file-to-front): New commands.
7655 (org-table-tab-jumps-over-hlines, org-export-html-style):
7656 New options.
7657 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7658 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7659 New functions.
7660 (org-fill-paragraph): Call `org-table-align' in tables.
7661 (org-mode): Call `org-set-autofill-regexps'.
7662 (org-export-as-html): Support for local handformatted lists.
7663 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7664 (org-export-local-list-max-depth): New option.
7665 (org-html-expand): Use `org-html-protect'.
7666
7667 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7668
7669 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7670 to "p".
7671 (gdb): Move definition of gud-pp to...
7672
7673 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7674 speedbar.
7675 (gdb-find-watch-expression): New function.
7676
7677 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7678
7679 * faces.el (face-attribute, set-face-attribute): Mention existence
7680 of `:ignore-defface' setting in docstring.
7681
7682 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7683
7684 * simple.el (completion-setup-function): Fix last change.
7685
7686 2005-11-17 John Paul Wallington <jpw@pobox.com>
7687
7688 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7689 Use `posn-set-point' instead of `mouse-set-point' because the
7690 latter is not fbound when configured without X.
7691
7692 * comint.el (comint-insert-input): Likewise.
7693
7694 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7695
7696 * simple.el (hard-newline): New variable.
7697 (sendmail-user-agent-compose, next-line): Use it.
7698
7699 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7700 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7701 (mail-mail-reply-to, mail-mail-followup-to)
7702 (mail-position-on-field, mail-signature, mail-yank-original)
7703 (mail-attach-file): Likewise.
7704
7705 * mail/mailheader.el (mail-header-format)
7706 (mail-header-format-function): Likewise.
7707
7708 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7709
7710 2005-11-17 Juri Linkov <juri@jurta.org>
7711
7712 * font-lock.el (font-lock-faces): Rename this defgroup from
7713 `font-lock-highlighting-faces'.
7714 (font-lock-comment-face, font-lock-comment-delimiter-face)
7715 (font-lock-string-face, font-lock-doc-face)
7716 (font-lock-keyword-face, font-lock-builtin-face)
7717 (font-lock-function-name-face, font-lock-variable-name-face)
7718 (font-lock-type-face, font-lock-constant-face)
7719 (font-lock-warning-face, font-lock-negation-char-face)
7720 (font-lock-preprocessor-face)
7721 (font-lock-regexp-grouping-backslash)
7722 (font-lock-regexp-grouping-construct): Rename :group from
7723 `font-lock-highlighting-faces' to `font-lock-faces'.
7724
7725 * cus-edit.el (lisp, c, tex):
7726 * progmodes/ada-mode.el (ada):
7727 * progmodes/asm-mode.el (asm):
7728 * progmodes/cperl-mode.el (cperl-faces):
7729 * progmodes/cpp.el (cpp):
7730 * progmodes/dcl-mode.el (dcl):
7731 * progmodes/f90.el (f90):
7732 * progmodes/fortran.el (fortran):
7733 * progmodes/icon.el (icon):
7734 * progmodes/idlwave.el (idlwave-misc):
7735 * progmodes/m4-mode.el (m4):
7736 * progmodes/make-mode.el (makefile):
7737 * progmodes/meta-mode.el (meta-font):
7738 * progmodes/modula2.el (modula2):
7739 * progmodes/octave-mod.el (octave):
7740 * progmodes/pascal.el (pascal):
7741 * progmodes/perl-mode.el (perl):
7742 * progmodes/prolog.el (prolog):
7743 * progmodes/ps-mode.el (PostScript-edit):
7744 * progmodes/scheme.el (scheme):
7745 * progmodes/sh-script.el (sh-script):
7746 * progmodes/simula.el (simula):
7747 * progmodes/tcl.el (tcl):
7748 * textmodes/nroff-mode.el (nroff):
7749 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7750 * textmodes/sgml-mode.el (sgml):
7751 * textmodes/texinfo.el (texinfo):
7752 Add :link (custom-group-link font-lock-faces) to defgroup.
7753
7754 * hi-lock.el (hi-lock): Rename this defgroup from
7755 `hi-lock-interactive-text-highlighting'. Change parent group from
7756 `faces' to `font-lock'. Add link to the manual.
7757 (hi-lock-mode, hi-lock-file-patterns-range)
7758 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7759 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7760 (hi-lock-faces): Add :group `faces'.
7761
7762 * cus-edit.el (custom-variable-prompt): Clarify the code.
7763
7764 * faces.el (face-read-string): Set the default value arg of
7765 completing-read.
7766
7767 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7768
7769 * rfn-eshadow.el (file-name-shadow-properties)
7770 (file-name-shadow-tty-properties, file-name-shadow-mode):
7771 Remove autoloads, because the file is now preloaded.
7772
7773 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7774
7775 * printing.el (easy-menu-intern): Don't define.
7776 (pr-get-symbol): Use easy-menu-intern only if defined.
7777
7778 * simple.el (blink-matching-open): Simplify a bit.
7779 (completion-setup-function): Fix the case of partial-completion-mode
7780 when the minibuffer's contents start with "-".
7781 Obey completion-base-size-function even when
7782 minibuffer-completing-file-name is non-nil.
7783
7784 2005-11-16 Richard M. Stallman <rms@gnu.org>
7785
7786 * net/eudcb-ph.el (eudc-ph-open-session):
7787 Use set-process-query-on-exit-flag.
7788
7789 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7790
7791 * international/ucs-tables.el (ucs-set-table-for-input):
7792 Use make-local-variable, not make-variable-buffer-local.
7793
7794 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7795 Improve warning message text.
7796
7797 * savehist.el (savehist-save-hook): Add :group.
7798
7799 * menu-bar.el (menu-bar-help-menu):
7800 Rename Find Extra Packages to External Packages.
7801
7802 * cus-edit.el (Custom-reset-standard): Verify that
7803 :custom-standard-value prop exists before calling it.
7804
7805 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7806
7807 2005-11-16 Martin Rudalics <rudalics@gmx.at>
7808
7809 * wid-edit.el (color): Enclose %t in %{...%}.
7810
7811 * cus-edit.el (face): Enclose %t in %{...%}.
7812
7813 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7814
7815 * savehist.el (savehist-mode-hook): Re-add the var.
7816 (savehist-mode): Use it.
7817
7818 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7819
7820 * textmodes/flyspell.el: Fix commenting convention.
7821 Remove unnecessary leading * in custom docstrings.
7822 (flyspell-emacs): Remove unused var.
7823 (flyspell-delete-region-overlays): Use remove-overlays.
7824 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7825 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7826 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7827 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7828 (make-flyspell-overlay): Don't locally reuse a global name.
7829 (flyspell-highlight-incorrect-region)
7830 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7831 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7832 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7833 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7834 Wrap calls to accept-process-output inside with-local-quit since it's
7835 often called from a post-command-hook.
7836 (flyspell-correct-word, flyspell-auto-correct-word):
7837 Use ispell-send-string.
7838 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7839
7840 * calendar/diary-lib.el (diary-list-entries): Also hide the
7841 terminating newline.
7842
7843 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7844
7845 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7846 window-system, to allow fonts on tty.
7847
7848 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7849
7850 * progmodes/gud.el (gud-speedbar-item-info): New function.
7851 (gud-install-speedbar-variables): Use it to display data type
7852 of watch expression as a tooltip in speedbar.
7853
7854 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7855
7856 * font-core.el (global-font-lock-mode): Add :version keyword,
7857 because default was changed.
7858
7859 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7860
7861 * startup.el (command-line): Use `custom-reevaluate-setting' for
7862 `file-name-shadow-mode'.
7863
7864 * loadup.el: Preload rfn-eshadow.
7865
7866 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7867 Add :version keyword.
7868 (file-name-shadow-properties, file-name-shadow-tty-properties)
7869 (file-name-shadow): Add :version keyword.
7870
7871 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7872 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7873 in the custom-group property of the symbol frames and the fringe
7874 group got no link to its parent group frames.
7875 Doc fix.
7876
7877 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7878
7879 * progmodes/gud.el (gud-stop-subjob): New function.
7880 (gud-menu-map, gud-tool-bar-map): Use it.
7881
7882 2005-11-16 Kim F. Storm <storm@cua.dk>
7883
7884 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7885 than kill it.
7886 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7887 to a more useful/logical place.
7888
7889 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7890
7891 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7892 go buttons complementary.
7893
7894 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7895
7896 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7897 (rfn-eshadow-sifn-equal): New function.
7898 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7899
7900 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7901
7902 * viper-utils.el (viper-non-word-characters-reformed-vi):
7903 Quote `-' in string.
7904
7905 * viper.el (viper-emacs-state-mode-list): Ensure that
7906 rcirc-mode buffers come up in Emacs state.
7907
7908 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7909 operation.
7910
7911 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7912
7913 * term.el (term-termcap-format): Fix typos.
7914 (term-down): Fix the negative argument case.
7915
7916 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7917
7918 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7919 2005-08-15.
7920 (gdb-ann3): New command gud-go.
7921 (menu): Accomodate gdb-mi.el.
7922 (gdb-assembler-custom): Make buffer of selected window current
7923 so that set-window-point works.
7924
7925 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7926 buttons and include new ones.
7927
7928 2005-11-16 Kim F. Storm <storm@cua.dk>
7929
7930 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7931 (gud-menu-map): Use it.
7932
7933 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7934
7935 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7936 that works correctly for Custom and that does not override a user
7937 who disables it.
7938
7939 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7940 (help-xref-interned, help-follow): Make hyperlinks for variables
7941 that are unbound, but have a non-nil variable-documentation property.
7942
7943 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7944 mode hook. (It conflicted with defcustoms for some mode hooks.)
7945 Use the `variable-documentation' property to give the mode hook a
7946 docstring and expand that docstring.
7947
7948 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7949
7950 * savehist.el (savehist-mode): Don't bother with
7951 `custom-set-minor-mode'.
7952 (savehist-coding-system): Check XEmacs version.
7953 (history-length): Declare also at run time.
7954 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7955 Don't set the customize state.
7956 (savehist-minibuffer-hook): Special case for when
7957 minibuffer-history-variable is equal to t.
7958
7959 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7960
7961 * files.el (write-file): Refresh VC status.
7962
7963 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7964 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7965 than fundamental-mode to see if the mode was set.
7966
7967 2005-11-14 Romain Francoise <romain@orebokech.com>
7968
7969 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7970 dummy function in `eval-when-compile' to avoid compiler warning.
7971 Require `man' at compile time.
7972
7973 2005-11-14 Jay Belanger <belanger@truman.edu>
7974
7975 * calc-alg.el (calcFunc-write-out-power): Rename it to
7976 calcFunc-powerexpand.
7977 (math-write-out-power): Rename it to math-powerexpand; have it
7978 handle negative exponents.
7979 (calc-writeoutpower): Rename it to calc-powerexpand.
7980
7981 * calc-ext.el: Change calcFunc-writeoutpower and
7982 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7983 autoloads.
7984 Add calcFunc-ldiv to autoloads.
7985
7986 * calc-arith.el (calcFunc-ldiv): New function.
7987
7988 * calc.el (calc-left-divide): New function.
7989
7990 2005-11-14 Juri Linkov <juri@jurta.org>
7991
7992 * cus-edit.el (custom-variable-prompt): Set the default value arg
7993 of completing-read.
7994
7995 * cus-dep.el (custom-make-dependencies): Reverse the list of
7996 found dependencies.
7997
7998 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7999
8000 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
8001 Highlighting" entry, it is on by default now.
8002 (menu-bar-options-save): Do not save global-font-lock-mode.
8003
8004 2005-11-13 Richard M. Stallman <rms@gnu.org>
8005
8006 * textmodes/flyspell.el (flyspell-large-region):
8007 Call flyspell-accept-buffer-local-defs.
8008
8009 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
8010
8011 * textmodes/flyspell.el (flyspell-notify-misspell):
8012 Fix misspelling of "Misspelling".
8013 (flyspell-process-localwords): New function.
8014 (flyspell-large-region): Call flyspell-process-localwords and
8015 flyspell-delete-region-overlays.
8016 (flyspell-delete-region-overlays): New function.
8017 (flyspell-delete-all-overlays): Call that.
8018
8019 2005-11-13 Richard M. Stallman <rms@gnu.org>
8020
8021 * help.el (help-for-help-internal): Improve doc of C-h a.
8022 (describe-key): Improve prompt; doc fix.
8023
8024 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8025
8026 * vc-svn.el (vc-svn-registered): Catch all errors.
8027
8028 * cus-dep.el (custom-make-dependencies): Typo.
8029
8030 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
8031
8032 * net/tramp-util.el (top): Fix compilation warning.
8033
8034 2005-11-13 Kim F. Storm <storm@cua.dk>
8035
8036 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
8037
8038 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
8039
8040 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
8041 (gud-speedbar-buttons): Match on "const char *" too.
8042
8043 * progmodes/gdb-ui.el (gdb-var-create-handler)
8044 (gdb-var-list-children-handler): Match on "const char *" too.
8045 (gdb-var-evaluate-expression-handler): Match on empty string.
8046 (gdb-var-update-handler): Only call
8047 gdb-var-evaluate-expression-handler when required.
8048
8049 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
8050
8051 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
8052 selected window. This still doesn't work for speedbar.
8053 (gud-speedbar-buttons): Handle string expressions properly.
8054
8055 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
8056 (gdb-var-create-handler): Handle string expressions properly.
8057 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
8058 Handle string expressions properly. Move "type" field into regexp.
8059
8060 2005-11-12 Karl Fogel <kfogel@red-bean.com>
8061
8062 * bookmark.el (bookmark-maybe-message): New function to reduce
8063 code duplication: invokes `message' iff baud-rate is high enough.
8064 (bookmark-write-file): Use above instead of an inline conditional.
8065 (bookmark-load): Same.
8066
8067 2005-11-12 Karl Fogel <kfogel@red-bean.com>
8068
8069 * bookmark.el (bookmark-write-file): Don't visit the destination
8070 file, just write the data to it using write-region. This is
8071 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
8072 change to avoid visiting the file in the first place.
8073
8074 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
8075
8076 * hi-lock.el (hi-lock-mode): Set the default value of
8077 font-lock-defaults.
8078
8079 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
8080
8081 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
8082 arg to `file-attributes'.
8083 (find-lisp-format): The UID and GID can now be strings.
8084
8085 2005-11-12 Kim F. Storm <storm@cua.dk>
8086
8087 * help.el (help-map): Bind C-h d to apropos-documentation.
8088
8089 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
8090 when point is at end-of-buffer.
8091
8092 * apropos.el (apropos-match-face): Doc fix.
8093 (apropos-sort-by-scores): Add new choice `verbose'.
8094 (apropos-documentation-sort-by-scores): New defcustom.
8095 (apropos-pattern): Now contains the pattern entered by the user.
8096 (apropos-pattern-quoted): New defvar.
8097 (apropos-regexp): New defvar, containing the regexp corresponding
8098 to apropos-pattern.
8099 (apropos-all-words-regexp): Rename from apropos-all-regexp.
8100 (apropos-read-pattern): New defun. Use it to read pattern arg in
8101 interactive calls; returns list of words for a word list, and
8102 string for a regexp.
8103 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
8104 parses a list of words or regexp as returned by apropos-read-pattern.
8105 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
8106 (apropos-score-doc): Return a very high score if the string
8107 entered by the user matches literally.
8108 (apropos-variable): Doc fix. Use apropos-read-pattern.
8109 (apropos-command): Doc fix. Use apropos-read-pattern and
8110 apropos-parse-pattern. Call apropos-print with nosubst=t.
8111 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
8112 apropos-parse-pattern.
8113 (apropos-documentation): Doc fix. Use apropos-read-pattern and
8114 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
8115 apropos-documentation-sort-by-scores. Call apropos-print with
8116 nosubst=t.
8117 (apropos-documentation-internal): Pass doc string through
8118 substitute-key-definition before adding text properties.
8119 Highlight substring matching literal user input if possible.
8120 (apropos-documentation-check-doc-file): Remove locals beg and end.
8121 Fix calculation of score (as added twice). Pass doc string through
8122 substitute-key-definition before adding text properties.
8123 (apropos-documentation-check-elc-file): Pass doc string through
8124 substitute-key-definition before adding text properties.
8125 Highlight substring matching literal user input if possible.
8126 (apropos-print): Add new arg NOSUBST; if set, command and variable
8127 doc strings have already been passed through substitute-key-definition.
8128 Add code to handle apropos-accumulator items without score element
8129 for backwards compatibility (e.g. with woman package).
8130 Only show scores if apropos-sort-by-scores is `verbose'.
8131
8132 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8133
8134 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
8135 Add jka-compr-load-suffixes to load-suffixes.
8136
8137 * jka-compr.el: Require jka-cmpr-hook.
8138 (jka-compr-info-compress-message, jka-compr-info-compress-program)
8139 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
8140 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
8141 (jka-compr-info-can-append, jka-compr-info-strip-extension)
8142 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
8143 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
8144 (jka-compr-uninstall): Remove entries from
8145 jka-compr-added-to-file-coding-system-alist after they are used.
8146 (jka-compr-error): Remove unused var `curbuf'.
8147 (jka-compr-file-local-copy): Remove unused var `notfound'.
8148
8149 2005-11-10 Romain Francoise <romain@orebokech.com>
8150
8151 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
8152
8153 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
8154
8155 * progmodes/gud.el (gud-menu-map): Move parentheses.
8156 (gdb): New command gud-pv.
8157
8158 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8159
8160 * tar-mode.el: Remove spurious or unnecessary leading stars
8161 in docstrings.
8162 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
8163 (tar-parse-octal-integer-safe): Use mapc.
8164 (tar-header-block-summarize): Remove unused var `ck'.
8165 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
8166 cleared before. Obey default-enable-multibyte-characters.
8167 Use mapconcat. Simplify setting of tar-header-offset.
8168 (tar-mode-map): Move initialization inside delcaration.
8169 (tar-flag-deleted): Use `abs'.
8170 (tar-expunge-internal): Remove unused var `line'.
8171 (tar-expunge-internal): Don't hardcode point-min==1.
8172 (tar-expunge): Widen while doing set-buffer-multibyte.
8173 (tar-rename-entry): Use file-name-coding-system.
8174 (tar-alter-one-field): Don't hardcode point-min==1.
8175 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
8176 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
8177
8178 2005-11-10 Masatake YAMATO <jet@gyve.org>
8179
8180 * add-log.el (add-log-current-defun): Handle class::method
8181 notation of c++. Fix incorrect comment.
8182
8183 2005-11-10 Alan Mackenzie <acm@muc.de>
8184
8185 * help-fns.el (describe-variable): Make C-h v work when a variable
8186 has variable documentation yet is unbound.
8187
8188 2005-11-10 Masatake YAMATO <jet@gyve.org>
8189
8190 * man.el (Man-highlight-references): Set an empty
8191 string to `Man-arguments' if it is nil.
8192 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
8193
8194 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8195
8196 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
8197 commenting conventions.
8198
8199 * cus-dep.el (custom-make-dependencies): Simplify.
8200 Better follow the commenting conventions.
8201
8202 2005-11-09 Richard M. Stallman <rms@gnu.org>
8203
8204 * apropos.el (apropos-pattern): Rename from apropos-regexp.
8205 (apropos-orig-pattern): Rename from apropos-orig-regexp.
8206 All uses changed.
8207 (apropos-rewrite-regexp): Doc fix.
8208 (apropos-variable, apropos-command, apropos, apropos-value):
8209 Change prompt; carry through the argument renaming.
8210
8211 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
8212
8213 * find-lisp.el: Require dired.
8214 (find-lisp-find-dired-internal): Do not call
8215 `abbreviate-file-name' on DIR.
8216
8217 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
8218
8219 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
8220
8221 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
8222
8223 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
8224 when using the speedbar.
8225 (gdb): New command gud-pp.
8226 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
8227
8228 2005-11-09 Juri Linkov <juri@jurta.org>
8229
8230 * replace.el (occur-excluded-properties): New defcustom.
8231 (occur-1, occur-engine, occur-accumulate-lines): Use it.
8232
8233 2005-11-08 Jay Belanger <belanger@truman.edu>
8234
8235 * calc/calc-units.el (math-convert-units): Replace any composite
8236 unit by its definition.
8237
8238 2005-11-08 Lars Hansen <larsh@soem.dk>
8239
8240 * emacs-lisp/autoload.el (update-directory-autoloads):
8241 Add obsolete function alias.
8242
8243 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8244
8245 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8246 comment-indent-function.
8247 (lisp-comment-indent): Replace by an alias for comment-indent-default.
8248
8249 * reveal.el (reveal-post-command): Rework the handling of
8250 reveal-open-spots, so as to be more reliable. There were several
8251 tricky corner cases where an open spot might be lost, or where
8252 a closed spot might end up on the list of open spots.
8253 Only reveal text that's ellipsised.
8254
8255 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
8256
8257 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
8258
8259 2005-11-07 John Paul Wallington <jpw@gnu.org>
8260
8261 * ibuffer.el (ibuffer): Search iconified frames too when
8262 getting Ibuffer buffer's window.
8263
8264 2005-11-06 Richard M. Stallman <rms@gnu.org>
8265
8266 * progmodes/compile.el (compilation-internal-error-properties):
8267 save-excursion around the computation of MARKER.
8268
8269 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
8270
8271 * textmodes/flyspell.el (flyspell-external-point-words):
8272 flyspell-get-word returns a list, not just a string.
8273
8274 2005-11-06 John Paul Wallington <jpw@pobox.com>
8275
8276 * ibuffer.el (ibuffer): Search all visible frames when getting
8277 Ibuffer buffer's window.
8278
8279 2005-11-07 Masatake YAMATO <jet@gyve.org>
8280
8281 * man.el (Man-reference-regexp): Accept spaces between
8282 `Man-name-regexp' and `Man-section-regexp'.
8283 (Man-apropos-regexp): New variable.
8284 (Man-abstract-xref-man-page): Use value for `Man-target-string'
8285 if available.
8286 (Man-highlight-references, Man-highlight-references0):
8287 Handle the case when `Man-arguments' includes "-k".
8288 (Man-highlight-references0): Rename the argument `TARGET-POS' to
8289 `TARGET'. `TARGET' can be a number, function or nil.
8290
8291 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
8292
8293 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
8294 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
8295 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
8296 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
8297 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
8298 (gdb-send-item): Use buffer-local-value and simplify.
8299
8300 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
8301
8302 * startup.el (command-line): Use `custom-reevaluate-setting' for
8303 `global-font-lock-mode'.
8304
8305 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
8306 by default, except in batch mode or when the -D option is given.
8307
8308 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
8309 specified keyword args on to `define-minor-mode'. Update docstring.
8310
8311 2005-11-05 Romain Francoise <romain@orebokech.com>
8312
8313 * replace.el (occur-engine): Add marker at end of line, too.
8314
8315 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8316
8317 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8318 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8319 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8320 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8321 argument to all these routines, so the passphrase can be managed
8322 externally and passed in to the system.
8323 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8324 pgg-add-passphrase-to-cache function.
8325
8326 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8327 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8328 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8329 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8330 argument to all these routines, so the passphrase can be managed
8331 externally and passed in to the system.
8332 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8333 function.
8334
8335 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8336
8337 * font-lock.el: Don't deal with font-lock-face-attributes here,
8338 move the code ...
8339
8340 * startup.el (command-line): ... here. Use face-spec-set instead
8341 of custom-declare-face.
8342
8343 * faces.el (face-spec-set): Reset the face if spec is not nil.
8344
8345 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8346
8347 * newcomment.el (comment-region-internal): Box more tightly in the
8348 common case where there's no TAB in the boxed text.
8349
8350 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8351
8352 * info.el (info-tool-bar-map): Use images prev-node, next-node and
8353 up-node.
8354
8355 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8356
8357 * newsticker.el: Commentary updated. Code formatting changed.
8358 (newsticker-version): Change to "1.9".
8359 (newsticker, newsticker-feed): Doc fix.
8360 (newsticker-url-list): Doc fix. Add option "Weekly".
8361 (newsticker-retrieval-interval): Add option "Weekly".
8362 (newsticker-headline-processing): Doc fix.
8363 (newsticker-auto-mark-filter): Remove.
8364 (newsticker-auto-mark-filter-list): New.
8365 (newsticker-layout, newsticker-sort-method): Doc fix.
8366 (newsticker-hide-old-items-in-newsticker-buffer)
8367 (newsticker-heading-format, newsticker-item-format)
8368 (newsticker-desc-format): Doc fix.
8369 (newsticker-show-all-rss-elements): Remove.
8370 (newsticker-show-all-news-elements): New.
8371 (newsticker-faces, newsticker-ticker): Doc fix.
8372 (remove-from-invisibility-spec): Code formatting.
8373 (newsticker--process-ids): New.
8374 (newsticker-mode): Doc fix.
8375 (newsticker-mode): Change mode-line-format.
8376 (newsticker-start): Remove debug output.
8377 (newsticker-start-ticker): Doc fix. Add autoload cookie.
8378 (newsticker-w3m-show-inline-images): Code formatting.
8379 (newsticker-next-item): Call `force-mode-line-update'.
8380 (newsticker-previous-item): Call `force-mode-line-update'.
8381 (newsticker-next-feed): Call `force-mode-line-update'.
8382 (newsticker-previous-feed): Call `force-mode-line-update'.
8383 (newsticker-mark-all-items-at-point-as-read): Code formatting.
8384 (newsticker-show-old-items): Do not show descs.
8385 (newsticker-hide-entry): Hide too much.
8386 (newsticker-hide-entry, newsticker-show-entry)
8387 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8388 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8389 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8390 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8391 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8392 (newsticker-get-news): Call `force-mode-line-update'.
8393 Collect process ids.
8394 (newsticker--sentinel): Change coding system handling.
8395 Move image retrieval to new functions newsticker--get-logo-url-*.
8396 Move feed parsing to new functions newsticker--parse-*.
8397 Update list of process ids.
8398 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8399 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8400 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8401 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8402 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8403 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8404 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8405 (newsticker--decode-coding-string): Remove.
8406 (newsticker--decode-numeric-entities): Check input. Format code.
8407 (newsticker--remove-whitespace): Check input.
8408 (newsticker--do-forget-preformatted): Doc fix.
8409 (newsticker--decode-rfc822-date): Allow for missing time.
8410 (newsticker--update-process-ids): New.
8411 (newsticker--image-sentinel): Change comment.
8412 (newsticker--image-read): Change error message.
8413 (newsticker--imenu-goto): Doc fix. Show headline title.
8414 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8415 (newsticker--buffer-do-insert-text): Clean whitespace in
8416 html-rendered headline title. Code formatting.
8417 Call `newsticker--buffer-print-extra-elements'.
8418 (newsticker--buffer-print-extra-element): Remove.
8419 (newsticker--buffer-print-extra-elements): New.
8420 (newsticker--buffer-do-print-extra-element): New.
8421 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8422 large sizes.
8423 (newsticker--run-auto-mark-filter)
8424 (newsticker--do-run-auto-mark-filter):
8425 Use `newsticker-auto-mark-filter-list'.
8426
8427 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8428
8429 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8430 (rcirc-print): Force redisplay before running hooks. Do long
8431 buffer truncation after making new text read-only. Deal with nil
8432 text when decoding strings. If TARGET is nil, use either the
8433 currently selected buffer, if it is an rcirc buffer and of the
8434 same process or the process buffer.
8435 (rcirc-mode): Remove header-line. Recompute short buffer names.
8436 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8437 (rcirc-short-buffer-name): Add variable.
8438 (rcirc-kill-buffer-hook): Recompute short buffer names.
8439 Remove nick from private channel.
8440 (rcirc-send-input): Send command text to current-buffer.
8441 Don't clear overlay arrow here.
8442 (rcirc-short-buffer-name): Return a short buffer name.
8443 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8444 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8445 buffer-name abbreviations.
8446 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8447 Do not touch nick-table when killing a parted channel.
8448 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8449 Clear arrow from current buffer if it is now hidden.
8450 (rcirc-current-buffer): Add variable.
8451 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8452 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8453 Remove -face from names.
8454 (rcirc-update-activity-string): Print "DND" when globally ignoring
8455 activity.
8456 (rcirc-ignore-buffer-activity-flag): Rename from
8457 rcirc-ignore-channel-activity.
8458 (rcirc-ignore-all-activity-flag): Doc fix.
8459 (rcirc-channels): Remove variable.
8460 (rcirc-kill-buffer-hook):
8461 (rcirc-get-buffer-create): Add nick to private channel.
8462 (rcirc-multiline-edit-submit): Remove tabs.
8463 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8464 folded.
8465 (rcirc-remove-nick-channel): Bug fix.
8466 (rcirc-toggle-ignore-buffer-activity): Rename from
8467 rcirc-toggle-ignore-channel-activity.
8468 (rcirc-record-activity): Add buffers to the front of the list.
8469 (rcirc-update-activity): Remove killed buffers from list.
8470 (rcirc-process-server-response-1): Remove last argument if it is
8471 null before calling handler.
8472 (rcirc): Add "rcirc" defcustom prefix.
8473 (rcirc-prompt): Simplify default prompt.
8474 Use custom-initialize-default.
8475 (rcirc-private-chats): Remove variable.
8476 (rcirc-prompt): Change initialization.
8477 (rcirc-version): Remove function.
8478 (rcirc-id-string): Add constant.
8479 (rcirc-last-buffer): Remove variable.
8480 (rcirc-buffer-alist): Add variable.
8481 (rcirc-connect): Update variable setup.
8482 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8483 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8484 default.
8485 (rcirc-handler-generic): Trigger activity.
8486 (rcirc-send-message): Create the buffor of the target.
8487 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8488 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8489 (rcirc-multiline-edit-cancel): Remove function.
8490 (rcirc-set-last-buffer): Remove function.
8491 (rcirc-get-any-buffer): Add function.
8492 (rcirc-join-channels): Don't print /join text.
8493 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8494 messages.
8495 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8496 (rcirc-handler-NOTICE): Recognize CTCP responses.
8497 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8498 constructing TOPIC string for buffers we are not JOINed.
8499 (rcirc-handler-CTCP-response): Add handler.
8500 (rcirc-multiline-edit-submit): Restore the window-configuration
8501 before adjusting point.
8502 (rcirc): Add customization group.
8503 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8504 (rcirc-user-full-name, rcirc-startup-channels-alist)
8505 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8506 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8507 (rcirc-input-ring-size, rcirc-read-only-flag)
8508 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8509 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8510 Change defvar to defcustom.
8511 (rcirc-update-prompt): Add optional ALL arg, which will update
8512 prompts in all rcirc buffers. Regexp quote replacement text.
8513 (rcirc-fill-column): Accept frame-width as a value.
8514 (rcirc-set-changed): Add function.
8515 (rcirc-next-active-buffer): Write more meaningful messages.
8516 (rcirc-faces): Add customization group.
8517 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8518 (rcirc-nick-in-message-face, rcirc-prompt-face)
8519 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8520 (with-rcirc-process-buffer): Move before first usage.
8521 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8522 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8523 (rcirc-debug): Rename from `rcirc-log'.
8524 (rcirc-format-response-string): Do not print `-' chars for a
8525 NOTICE with no sender. Simplify output of server responses.
8526
8527 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8528
8529 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8530 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8531 Make urls mouse and RET clickable.
8532
8533 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8534
8535 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8536
8537 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8538
8539 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8540 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8541 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8542 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8543 argument to all these routines, so the passphrase can be managed
8544 externally and passed in to the system.
8545 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8546 pgg-add-passphrase-to-cache function.
8547
8548 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8549 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8550 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8551 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8552 argument to all these routines, so the passphrase can be managed
8553 externally and passed in to the system.
8554 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8555 function.
8556
8557 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8558
8559 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8560 from goto-address-url-regexp.
8561
8562 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8563
8564 * textmodes/org.el (org-read-date, org-goto-calendar)
8565 (org-recenter-calendar, org-agenda-goto-calendar):
8566 Temporarily clear `calendar-move-hook'.
8567
8568 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8569
8570 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8571 merging.
8572
8573 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8574 have merge clashes.
8575
8576 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8577
8578 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8579 Undo previous change.
8580
8581 * startup.el (command-line): Use `custom-reevaluate-setting' for
8582 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8583 tty-register-default-colors on Mac.
8584
8585 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8586
8587 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8588 (gdb-buffer-type): Make it automatically buffer local...
8589 (gdb-get-create-buffer): ...and set it accordingly.
8590 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8591 actually work.
8592
8593 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8594
8595 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8596 not red.
8597
8598 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8599
8600 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8601 case GUD buffer is not visible.
8602 (gdb-goto-breakpoint): Try to force display in source buffer.
8603 (gdb-frame-gdb-buffer): Copy other similar functions.
8604 (gdb-restore-windows): Don't display source if not asked for.
8605 (gdb-assembler-buffer-name): Don't capitalise.
8606
8607 2005-11-03 Richard M. Stallman <rms@gnu.org>
8608
8609 * wid-edit.el (key-sequence): New widget type.
8610
8611 * simple.el (set-mark-command-repeat-pop): New variable.
8612 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8613 if set-mark-command-repeat-pop is true.
8614
8615 * info.el (Info-fontify-node): Don't display extra "see" if there
8616 already is one here.
8617
8618 * mouse.el: Fix special handling of DEL after dragging a region:
8619 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8620 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8621
8622 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8623
8624 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8625 not to assume it pertains to an affix.
8626
8627 * textmodes/flyspell.el (flyspell-post-command-hook):
8628 Bind deactivate-mark to prevent deactivation.
8629
8630 2005-11-03 Lars Hansen <larsh@soem.dk>
8631
8632 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8633 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8634 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8635
8636 2005-11-03 Romain Francoise <romain@orebokech.com>
8637
8638 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8639 Update copyright years.
8640
8641 2005-11-03 Sam Steingold <sds@gnu.org>
8642
8643 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8644 Use system-type instead of window-system because window-system is not
8645 correctly defined during loadup.
8646
8647 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8648
8649 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8650 (xml-parse-tag): Join strings separated by a comment properly.
8651
8652 2005-11-02 Andreas Schwab <schwab@suse.de>
8653
8654 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8655
8656 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8657
8658 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8659 (byte-optimize-pure-func): Quote the eval'd value.
8660
8661 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8662 Rename from perl-font-lock-syntactic-face-function.
8663 Change the calling convention so it can be used as a font-lock MATCHER.
8664 Do the parse-partial-sexp loop outselves.
8665 (perl-font-lock-syntactic-keywords): Use it.
8666 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8667
8668 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8669
8670 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8671 disassembly buffer too.
8672 (gdb-exited): Remove overlay arrows when execution has finished.
8673 (gdb-info-frames-custom, gdb-info-threads-custom)
8674 (gdb-info-registers-custom): Don't add inappropriate text
8675 properties if inferior is not active.
8676
8677 2005-11-02 Glenn Morris <rgm@gnu.org>
8678
8679 * progmodes/fortran.el (fortran-blink-match):
8680 Use `blink-matching-delay'.
8681
8682 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8683
8684 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8685
8686 2005-11-02 Lars Hansen <larsh@soem.dk>
8687
8688 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8689 "Permission denied".
8690
8691 2005-11-01 Richard M. Stallman <rms@gnu.org>
8692
8693 * textmodes/flyspell.el (flyspell-external-point-words):
8694 Pass nil to flyspell-get-word.
8695
8696 2005-11-02 Kim F. Storm <storm@cua.dk>
8697
8698 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8699 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8700
8701 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8702
8703 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8704 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8705 (calendar-mouse-print-dates): Add optional `event' argument.
8706 Update interactive-spec.
8707 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8708 Use `calendar-event-to-date' instead of `event'.
8709
8710 2005-11-02 Masatake YAMATO <jet@gyve.org>
8711
8712 * progmodes/ld-script.el (ld-script-builtins):
8713 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8714 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8715 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8716
8717 2005-11-01 Romain Francoise <romain@orebokech.com>
8718
8719 * vc-sccs.el: Update copyright year.
8720 * ezimage.el: Likewise.
8721
8722 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8723
8724 * info.el (Info-fontify-node): Use `string-width' for fontifying
8725 underlined titles.
8726
8727 2005-11-01 Juri Linkov <juri@jurta.org>
8728
8729 * info.el (Info-fontify-node): Downcase node header keywords Node,
8730 Prev, Next, Up before comparison.
8731 (Info-history): Insert absolute directory name, and put invisible
8732 property on it.
8733
8734 2005-11-01 Juri Linkov <juri@jurta.org>
8735
8736 * info.el (Info-file-supports-index-cookies): New variable.
8737 (Info-find-node-2): Check makeinfo version for index cookie support.
8738 (Info-index-nodes): Search for nodes with index cookies only when
8739 Info-file-supports-index-cookies is t. Otherwise, search nodes
8740 with "Index" in the node name.
8741 (Info-index-node): Search index cookie in the current node only when
8742 Info-file-supports-index-cookies is t. Otherwise, check the word
8743 "Index" in the node name.
8744 (Info-find-emacs-command-nodes): Remove code that searches nodes
8745 with "Index" node name in the top menu.
8746
8747 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8748
8749 * progmodes/scheme.el (scheme-mode-variables): Use the default
8750 comment-indent-function.
8751
8752 * faces.el (face-attribute): Handle the case where a face inherits from
8753 a non-existent face.
8754
8755 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8756 for octal and hexa output, and merge the char into the paren.
8757 (kill-new): Use push.
8758 (copy-to-buffer): Use with-current-buffer.
8759 (completion-setup-function): Move code in loop to remove redundancy.
8760 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8761 those inherited from minibuffer-local-completion-map.
8762
8763 * savehist.el (savehist-mode) <defcustom>:
8764 Use custom-set-minor-mode if available.
8765 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8766 and emit a message if applicable.
8767
8768 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8769
8770 * savehist.el: Sync up to version 19.
8771 (savehist-mode): New minor mode.
8772 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8773 (savehist-length): Remove (use history-length instead).
8774 (savehist-file-modes): Rename from savehist-modes.
8775 (savehist-save-hook, savehist-loaded): New vars.
8776 (savehist-load): Use savehist-mode. Try to smooth up transition from
8777 old format to new format.
8778 (savehist-install): Allow savehist-autosave-interval to be nil.
8779 (savehist-save): Run the new hook. Be more careful to only trim the
8780 history variables.
8781 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8782 (savehist-printable): Print into a buffer rather than char-by-char.
8783
8784 2005-11-01 John Wiegley <johnw@newartisans.com>
8785
8786 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8787 toggle-ignore keybinding (C-a). The author said it had been
8788 disabled much earlier due to a possible incompatibility, but after
8789 many months of usage I have encountered no problems (and it is a
8790 rather useful option, especially for switching to " *temp*").
8791
8792 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8793 support for OS/X's AddressBook, by calling out to the open source
8794 program "contacts" (installable through Fink).
8795
8796 * net/eudc.el (eudc-expand-inline): If the
8797 `eudc-multiple-match-handling-method' is set to `all', delete the
8798 query string before inserting the query result.
8799
8800 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8801 flag, to prevent Eshell from using the system ls when
8802 `eshell-ls-insert-directory' is in used.
8803 (eshell-ls-insert-directory): Disable font-lock in directory
8804 buffer so that Eshell's own fontification is seen. This broke
8805 recently due to changes in font-lock, so this goes back to version
8806 21 behavior.
8807
8808 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8809
8810 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8811 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8812 (gdb-many-windows): Doc fix.
8813
8814 2005-10-31 Romain Francoise <romain@orebokech.com>
8815
8816 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8817
8818 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8819
8820 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8821 that global-font-lock-mode can be enabled by default.
8822
8823 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8824 (font-lock-add-keywords, font-lock-remove-keywords)
8825 (font-lock-fontify-buffer): Remove autoload cookies.
8826
8827 * jit-lock.el (jit-lock-register): Likewise.
8828
8829 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8830
8831 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8832
8833 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8834 intact if there is no gud-comint-buffer.
8835
8836 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8837
8838 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8839 old prompt comint-prompt-read-only is t and GDB commands are
8840 issued from tool bar etc.
8841
8842 2005-10-31 Masatake YAMATO <jet@gyve.org>
8843
8844 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8845
8846 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8847
8848 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8849 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8850
8851 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8852
8853 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8854 starting at beginning of line. Fontification is messed up when
8855 `open-paren-in-column-0-is-defun-start' set to t.
8856 Reported by John Paul Wallington <jpw@pobox.com>.
8857
8858 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8859
8860 * comint.el (comint-send-input): Call `comint-update-fence' when
8861 `comint-process-echoes' and `comint-prompt-read-only' are both
8862 non-nil, to avoid leftover read-only newline.
8863
8864 2005-10-30 Richard M. Stallman <rms@gnu.org>
8865
8866 * textmodes/flyspell.el (flyspell-external-point-words):
8867 Detect when WORD can't be checked properly because
8868 flyspell-get-word finds just part of it, and move on.
8869
8870 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8871 boundarychar for Polish.
8872 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8873 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8874
8875 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8876
8877 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8878 (gdb-registers-font-lock-keywords): Delete.
8879 (gdb-registers-mode): Don't fontify.
8880 (gdb-info-registers-custom): Use text properties instead as, in
8881 future, changed register values will use font-lock-warning-face.
8882 (gdb-local-font-lock-keywords): Rename to...
8883 (gdb-locals-font-lock-keywords): ...for consistency.
8884
8885 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8886
8887 * vc.el (vc-switch-backend): Better error message if the buffer is
8888 not visiting a file under version control.
8889
8890 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8891
8892 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8893
8894 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8895 ~/.emacs.d/.emacs.
8896
8897 2005-10-29 Richard M. Stallman <rms@gnu.org>
8898
8899 * replace.el (occur-mode-mouse-goto): Always go to other window.
8900 (occur-mode-goto-occurrence): Always switch in same window.
8901
8902 * simple.el (undo): Display message at end, not at start.
8903
8904 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8905 New arg REUSE-CELL.
8906 (cancel-timer-internal): New function.
8907 (timer-event-handler): Use cancel-timer-internal,
8908 and pass the cell it returns to timer-activate...
8909
8910 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8911 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8912 (jit-lock-after-change): Test memory-full.
8913
8914 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8915
8916 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8917 part of the decoded armor to find the key-identifier.
8918 (pgg-gpg-lookup-key-owner): New function to return the
8919 human-readable identifier of a key owner.
8920 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8921 key itself.
8922 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8923 the key value) if we have a key and can match it against a secret
8924 key. Also, added a note pointing out fact that the prompt only
8925 indicates the first matching key.
8926
8927 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8928 pgg-decrypt-region.
8929 (pgg-pending-timers): A new hash for tracking the passphrase cache
8930 timers, so that new ones supercede old ones.
8931 (pgg-add-passphrase-to-cache): Rename from
8932 `pgg-add-passphrase-cache' to reduce confusion (all callers
8933 changed). Modified to cancel old timers when new ones are added.
8934 (pgg-remove-passphrase-from-cache): Rename from
8935 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8936 changed). Modified to cancel old timers when their keys are
8937 removed from the cache.
8938 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8939 XEmacs, an indirection to delete-itimer.
8940 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8941 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8942 users can only check cache without risk of prompting. Correct bug in
8943 notruncate behavior.
8944 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8945 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8946 Add informative docstrings.
8947 (pgg-decrypt): Convey provided passphrase in subordinate call to
8948 pgg-decrypt-region.
8949
8950 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8951 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8952 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8953 `passphrase' argument, so the passphrase can be managed externally
8954 and then passed in to the system.
8955
8956 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8957 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8958 so the passphrase cache can be used reliably with identifiers
8959 besides a pgp packet's key id.
8960
8961 * pgg-gpg.el (pgg-pgp-encrypt-region)
8962 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8963 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8964 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8965 argument to all these routines, so the passphrase can be managed
8966 externally and passed in to the system.
8967
8968 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8969 `notruncate' argument, so the passphrase cache can be used
8970 reliably with identifiers besides a pgp packet's key id.
8971
8972 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8973
8974 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8975 symmetric encryption.
8976 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8977 encrypted session key.
8978 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8979 message ask for the passphrase in a proper way.
8980
8981 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8982 New user commands for symmetric encryption.
8983
8984 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8985
8986 * textmodes/conf-mode.el (conf-assignment-sign)
8987 (conf-assignment-regexp): Fix docstrings.
8988 (conf-mode-initialize): New function.
8989 (conf-mode): Remove optional args. Use delay-mode-hooks to
8990 recognize recursive calls.
8991 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8992 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8993 (conf-xdefaults-mode): Use define-derived-mode and
8994 conf-mode-initialize.
8995
8996 2005-10-29 Romain Francoise <romain@orebokech.com>
8997
8998 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8999
9000 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
9001
9002 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9003 part of the decoded armor to find the key-identifier.
9004 (pgg-gpg-lookup-key-owner): New function to return the
9005 human-readable identifier of a key owner.
9006 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
9007 key itself.
9008 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9009 the key value) if we have a key and can match it against a secret
9010 key. Also, added a note pointing out fact that the prompt only
9011 indicates the first matching key.
9012
9013 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
9014 pgg-decrypt-region.
9015 (pgg-pending-timers): A new hash for tracking the passphrase cache
9016 timers, so that new ones supercede old ones.
9017 (pgg-add-passphrase-to-cache): Rename from
9018 `pgg-add-passphrase-cache' to reduce confusion (all callers
9019 changed). Modified to cancel old timers when new ones are added.
9020 (pgg-remove-passphrase-from-cache): Rename from
9021 `pgg-remove-passphrase-cache' to reduce confusion (all callers
9022 changed). Modified to cancel old timers when their keys are
9023 removed from the cache.
9024 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
9025 XEmacs, an indirection to delete-itimer.
9026 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
9027 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
9028 users can only check cache without risk of prompting. Correct bug in
9029 notruncate behavior.
9030 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
9031 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
9032 Add informative docstrings.
9033 (pgg-decrypt): Convey provided passphrase in subordinate call to
9034 pgg-decrypt-region.
9035
9036 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
9037
9038 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9039 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9040 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9041 `passphrase' argument, so the passphrase can be managed externally
9042 and then passed in to the system.
9043
9044 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9045 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
9046 so the passphrase cache can be used reliably with identifiers
9047 besides a pgp packet's key id.
9048
9049 * pgg-gpg.el (pgg-pgp-encrypt-region)
9050 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9051 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9052 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9053 argument to all these routines, so the passphrase can be managed
9054 externally and passed in to the system.
9055
9056 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9057 `notruncate' argument, so the passphrase cache can be used
9058 reliably with identifiers besides a pgp packet's key id.
9059
9060 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
9061
9062 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9063 symmetric encryption.
9064 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9065 encrypted session key.
9066 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9067 message ask for the passphrase in a proper way.
9068
9069 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9070 New user commands for symmetric encryption.
9071
9072 2005-10-28 Bill Wohler <wohler@newt.com>
9073
9074 * help-mode.el (help-url): New button type. Calls browse-url.
9075 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
9076 Similar to Info nodes: URL `url'.
9077 (help-make-xrefs): Create help-url buttons for
9078 help-xref-url-regexp matches.
9079
9080 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
9081
9082 * tool-bar.el (tool-bar-add-item-from-menu)
9083 (tool-bar-local-item-from-menu): Fix doc strings.
9084
9085 2005-10-28 Romain Francoise <romain@orebokech.com>
9086
9087 * ldefs-boot.el: Update.
9088
9089 * subr.el (locate-library): Move from help-fns.el.
9090 * help-fns.el (locate-library): Move to subr.el.
9091
9092 2005-10-28 Richard M. Stallman <rms@gnu.org>
9093
9094 * net/tramp.el (tramp-completion-mode): defvar moved up.
9095
9096 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
9097
9098 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
9099
9100 * files.el (find-file-noselect): Use %d to format large file size.
9101
9102 * bindings.el (mode-line-format): Add %e.
9103
9104 * loadup.el ("facemenu"): Load unconditionally.
9105 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
9106 ("x-dnd"): Load, when appropriate.
9107
9108 * startup.el (command-line): Call before-init-hook earlier.
9109 Warn about some bad characters in -u user name.
9110
9111 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
9112 (flyspell-external-point-words): Error if misspelled word is not found.
9113 Set flyspell-large-region-beg at end of word.
9114
9115 2005-10-28 Andreas Schwab <schwab@suse.de>
9116
9117 * view.el (View-revert-buffer-scroll-page-forward):
9118 Use view-page-size-default.
9119
9120 2005-10-28 Juri Linkov <juri@jurta.org>
9121
9122 * international/quail.el (quail-get-current-str): Translate last
9123 raw character for deterministic input methods.
9124
9125 2005-10-27 Jay Belanger <belanger@truman.edu>
9126
9127 * calc/calc-ext.el: Add functions to autoloads.
9128 (math-identity-matrix-p, math-ident-row-p): New functions.
9129
9130 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
9131 multiplication by an identity matrix; don't turn multiplication by
9132 an inverse matrix into division.
9133 (math-div-symbol-fancy): Replace division by matrices with
9134 multiplication by inverse.
9135
9136 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
9137
9138 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
9139 (calc-writeoutpower): New functions.
9140
9141 2005-10-27 Romain Francoise <romain@orebokech.com>
9142
9143 * replace.el (occur-engine): Include colon in mouse-face highlight.
9144
9145 * dired-x.el: Change Maintainer field.
9146
9147 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
9148
9149 * longlines.el (longlines-mode): Bind after-change-functions to
9150 nil during initial decoding and final encoding.
9151
9152 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
9153
9154 * term.el (term-emulate-terminal, term-handle-colors-array)
9155 (term-handle-ansi-escape): Specify the terminfo capabilities
9156 implemented.
9157
9158 2005-10-26 Richard M. Stallman <rms@gnu.org>
9159
9160 * info.el (Info-fontify-node): Fix detection of sentence-break
9161 before *Note.
9162
9163 2005-10-26 Romain Francoise <romain@orebokech.com>
9164
9165 * smerge-mode.el: Add `tools' to file keywords.
9166
9167 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
9168
9169 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
9170 when the fringe is not available.
9171
9172 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
9173 (def-gdb-auto-update-trigger): Simplify construction.
9174 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
9175 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
9176 defined explicitly.
9177 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
9178 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
9179 defined explicitly.
9180 (gdb-info-locals-custom): Remove as it's a no-op.
9181
9182 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
9183
9184 * longlines.el (longlines-mode): Remove narrowing before
9185 performing the initial decoding or final encoding.
9186
9187 2005-10-25 Romain Francoise <romain@orebokech.com>
9188
9189 * emacs-lisp/find-func.el (find-library-name): Also strip
9190 extension if library name ends in .el, to take advantage of
9191 `find-library-suffixes'.
9192
9193 2005-10-25 Richard M. Stallman <rms@gnu.org>
9194
9195 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
9196
9197 2005-10-25 Juri Linkov <juri@jurta.org>
9198
9199 * textmodes/texinfo.el (texinfo-mode): Change charset of one
9200 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
9201
9202 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9203
9204 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
9205 (blackbox-redefine-key): Add argument `map'.
9206
9207 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
9208 regions when moving the jit-lock-context-unfontify-pos boundary.
9209
9210 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9211
9212 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
9213
9214 2005-10-25 Masatake YAMATO <jet@gyve.org>
9215
9216 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
9217
9218 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9219
9220 * play/blackbox.el (blackbox-redefine-key): New function.
9221 (blackbox-mode-map): Use it to remap existing bindings for cursor
9222 motion instead of binding literal keys.
9223
9224 2005-10-25 Glenn Morris <rgm@gnu.org>
9225
9226 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
9227 diary does not end in a newline. Do not assume a blank line at
9228 the start of the diary file.
9229
9230 2005-10-25 Kenichi Handa <handa@m17n.org>
9231
9232 * international/quail.el (quail-translate-key): If the input
9233 method is deterministic and failed to handle the last key, restart
9234 the key handling loop from an appropriate key.
9235
9236 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
9237
9238 * vc.el (vc-dired-mode): Extend comment for binding of
9239 `directory-listing-before-filename-regexp'.
9240
9241 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9242
9243 * textmodes/texinfo.el (texinfo-mode):
9244 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
9245 not to unnecessarily expose emacs-mule's internal char codes.
9246
9247 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
9248
9249 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
9250 Display hand pointer and help-echo on disabled icon too.
9251 (gdb-mouse-until): New function.
9252 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
9253
9254 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
9255
9256 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
9257 with 2005-10-23 change to doctor.el.
9258
9259 * finder.el (finder-mode-map): Add follow-link binding.
9260
9261 2005-10-25 Kim F. Storm <storm@cua.dk>
9262
9263 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
9264 to gdb-mouse-toggle-breakpoint-fringe.
9265 (gdb-mouse-toggle-breakpoint-margin): Rename from
9266 gdb-mouse-toggle-breakpoint. Fix doc.
9267 (gdb-mouse-toggle-breakpoint-fringe): New defun.
9268 (gdb-put-string): Add optional SPROPS arg. Add props to string.
9269 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
9270 string properties also for fringe breakpoint bitmaps.
9271
9272 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
9273
9274 * textmodes/org.el (org-start-icalendar-file): Fix format form.
9275
9276 2005-10-25 Masatake YAMATO <jet@gyve.org>
9277
9278 * simple.el (completion-common-substring):
9279 Use `completion-common-substring' prior to `completion-base-size'.
9280
9281 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
9282
9283 * savehist.el: Require CL while compiling.
9284 (savehist-history-variables): Remove.
9285 (savehist-save-minibuffer-history, savehist-additional-variables)
9286 (savehist-minibuffer-history-variables): New vars.
9287 (savehist-save): Use them.
9288 (savehist-uninstall, savehist-minibuffer-hook): New funs.
9289 (savehist-install): New fun, extracted from savehist-load.
9290 (savehist-load): Use them.
9291
9292 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9293
9294 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
9295 a dummy doc-string-elt property.
9296 (defalias, defvaralias, define-category): Add a docstring property.
9297
9298 * image.el (defimage):
9299 * widget.el (define-widget):
9300 * custom.el (defface, defcustom): Add `doc-string' declaration.
9301
9302 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
9303 (defadvice): Add `doc-string' declaration.
9304
9305 * emacs-lisp/byte-run.el (macro-declaration-function):
9306 Handle `doc-string' declarations.
9307 (define-obsolete-function-alias, define-obsolete-variable-alias):
9308 Add `doc-string' declaration.
9309
9310 2005-10-24 Kenichi Handa <handa@m17n.org>
9311
9312 * international/utf-7.el (utf-7): Add autoload cookie.
9313
9314 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
9315
9316 2005-10-24 Eli Zaretskii <eliz@gnu.org>
9317
9318 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
9319 list of directories passed to batch-update-autoloads. Add "." to
9320 the list of the echoed directories.
9321
9322 * pgg-def.el:
9323 * pgg-gpg.el:
9324 * pgg-parse.el:
9325 * pgg-pgp.el:
9326 * pgg-pgp5.el:
9327 * pgg.el: Moved here from the gnus subdirectory.
9328
9329 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
9330
9331 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
9332 in case comint-prompt-read-only is set to t.
9333
9334 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
9335 in case comint-prompt-read-only is set to t.
9336
9337 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
9338
9339 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
9340 Now a string.
9341 (icalendar-import-format): Handle CLASS, STATUS, URL.
9342 Rename `subject' to `summary'.
9343 (icalendar-import-format-summary): Rename from
9344 `icalendar-import-format-subject'.
9345 (icalendar-import-format-url, icalendar-import-format-status)
9346 (icalendar-import-format-class): New variables.
9347 (icalendar--rris): Take variable argument list.
9348 (icalendar--datestring-to-isodate): Remove unnecessary
9349 calendar-style check when converting dates with explicit month names.
9350 (icalendar-export-region): Change return type of conversion
9351 subroutines. Bury current buffer unless error occurred.
9352 (icalendar--convert-to-ical)
9353 (icalendar--parse-summary-and-rest): New functions.
9354 (icalendar--convert-ordinary-to-ical)
9355 (icalendar--convert-weekly-to-ical)
9356 (icalendar--convert-yearly-to-ical)
9357 (icalendar--convert-block-to-ical)
9358 (icalendar--convert-cyclic-to-ical)
9359 (icalendar--convert-anniversary-to-ical): Change return type.
9360 Strip trailing blanks from subject.
9361 (icalendar--convert-sexp-to-ical): Change return type.
9362 Strip trailing blanks from subject. Handle simple sexp
9363 entries as generated by icalendar.el.
9364 (icalendar--convert-float-to-ical)
9365 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9366 (icalendar-import-file): Doc fix.
9367 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9368 Correct call to icalendar--rris.
9369 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
9370 `summary'.
9371 (icalendar--add-diary-entry): Rename `subject' to `summary'.
9372
9373 2005-10-24 Romain Francoise <romain@orebokech.com>
9374
9375 * server.el (server-sentinel): Set query-on-exit flag to nil on
9376 new client processes (it isn't inherited from the server process).
9377
9378 * replace.el (occur-engine): Rearrange text properties.
9379
9380 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9381
9382 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9383 case-fold-search is nil.
9384 (debug-help-follow): Use help-xref-interned directly.
9385
9386 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9387
9388 * thumbs.el (thumbs-image-type): Add .pbm.
9389
9390 2005-10-23 Richard M. Stallman <rms@gnu.org>
9391
9392 * faces.el (inhibit-face-set-after-frame-default): New variable.
9393 (set-face-attribute): Bind it.
9394 (face-set-after-frame-default): Test it.
9395
9396 * help-fns.el (describe-simplify-lib-file-name): New function.
9397 (describe-function-1, describe-variable): Use it.
9398
9399 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9400
9401 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9402 Eliminate nil as possible value.
9403 (tooltip-hide-delay): Reduce internal-border-width.
9404
9405 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9406 (menu-bar-file-menu) <new-file>: Likewise.
9407
9408 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9409
9410 * international/mule.el (load-with-code-conversion):
9411 Pass full file name to `eval-buffer' unless preloading.
9412
9413 * textmodes/flyspell.el (flyspell-large-region):
9414 Call ispell-check-version.
9415
9416 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9417 Fix the make-variable-buffer-local call that was supposed
9418 to be for this variable.
9419 (ispell-aspell-supports-utf8): Doc fix.
9420 (ispell-find-aspell-dictionaries): Preserve elements of
9421 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9422 (ispell-aspell-find-dictionary): Return nil on error.
9423
9424 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9425 (doctor-symptoms): Likewise.
9426
9427 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9428
9429 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9430
9431 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9432 (custom-raised-buttons): Add :set spec.
9433 (custom-button-unraised, custom-button-pressed-unraised):
9434 New faces, so that custom-raised-buttons actually does something.
9435 (custom-mode): Use custom-button and custom-button-pressed.
9436
9437 * wid-edit.el (widget-specify-button): Don't ignore
9438 widget-mouse-face on graphic terminals.
9439 (widget-move-and-invoke): Cleanup.
9440
9441 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9442
9443 * whitespace.el (whitespace-cleanup): Doc fix.
9444
9445 2005-10-23 Romain Francoise <romain@orebokech.com>
9446
9447 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9448 `eval-after-load' to avoid evaluating their result.
9449
9450 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9451
9452 * files.el (directory-listing-before-filename-regexp):
9453 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9454
9455 * dired.el (dired-move-to-filename-regexp): Remove.
9456 All occurences replaced by `directory-listing-before-filename-regexp'.
9457
9458 * dired-x.el, locate.el, vc.el:
9459 Replace `dired-move-to-filename-regexp' by
9460 `directory-listing-before-filename-regexp'. In vc.el it is
9461 overwritten locally; maybe this can be handled in files.el too.
9462
9463 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9464 replaced by `directory-listing-before-filename-regexp'.
9465
9466 2005-10-23 Andreas Schwab <schwab@suse.de>
9467
9468 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9469 and eval-next-after-load.
9470
9471 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9472
9473 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9474 exist, create it.
9475
9476 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9477
9478 * allout.el: Remove autoloads for mailcrypt and crypt++.
9479 Require pgg, pgg-gpg during compilation.
9480 (allout-version): Increment version number to 2.1, and use a literal
9481 rather than RCS Id.
9482 (allout-default-encryption-scheme): Remove.
9483 (allout-passphrase-verifier-handling)
9484 (allout-passphrase-verifier-string)
9485 (allout-file-passphrase-verifier-string)
9486 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9487 (allout-passphrase-hint-handling): Rename and simplify.
9488 (allout-init): Use `find-file-hook' if available, otherwise
9489 `find-file-hooks'.
9490 (allout-mode): Use `write-file-functions' if available, otherwise
9491 `local-write-file-hooks' and, instead of making auto-save-hook
9492 buffer local, make the write-file-hook activity contingent to
9493 allout-mode.
9494 (allout-mode): Use key-binding substitution in the docstring.
9495 (allout-kill-line): Spell-out kill ring data structure mutation
9496 instead of using byte-compiler-complaint-provoking `pop'.
9497 (allout-insert-listified): Use `insert' rather than `insert-string'
9498 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9499 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9500 (allout-encrypt-string): Totally revamped vis new underlying
9501 encryption facilities.
9502 (allout-mc-activate-passwd): Remove.
9503 (allout-obtain-passphrase): New, more or less replaces
9504 allout-mc-activate-passwd.
9505 (allout-encrypted-key-info): More or less replaces
9506 allout-encrypted-text-type.
9507 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9508 (my-mark-marker): Use `(featurep 'xemacs)'.
9509
9510 2005-10-23 Lars Hansen <larsh@soem.dk>
9511
9512 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9513 (byte-compile-file-form-defmumble, byte-compile-defun)
9514 (byte-compile-defmacro): Use it.
9515 (byte-compile-form): Don't call byte-compile-set-symbol-position
9516 when a byte-compile handler is called.
9517
9518 2005-10-22 Romain Francoise <romain@orebokech.com>
9519
9520 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9521
9522 * subr.el (eval-after-load): Convert library name to an absolute
9523 file name using locate-library, since load-history no longer has
9524 library names in it.
9525
9526 2005-10-22 Richard M. Stallman <rms@gnu.org>
9527
9528 * files.el (make-temp-file): Move from subr.el.
9529 * subr.el (make-temp-file): Move to files.el.
9530
9531 * window.el (get-buffer-window-list): Move from subr.el.
9532 * subr.el (get-buffer-window-list): Move to window.el.
9533
9534 * image.el (image-load-path): Use eval-at-startup to initialize.
9535
9536 * subr.el (eval-at-startup): New macro.
9537
9538 * subr.el: Much rearrangement of functions and division
9539 into pages. No code changes.
9540
9541 2005-10-22 Kenichi Handa <handa@m17n.org>
9542
9543 * tar-mode.el (tar-extract): Be sure to call
9544 find-operation-coding-system if set-auto-coding doesn't find a
9545 coding system.
9546
9547 2005-10-22 Kim F. Storm <storm@cua.dk>
9548
9549 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9550 Change users.
9551 (image-type-file-name-regexps): New defconst.
9552 (image-type-from-data): Simplify loop.
9553 (image-type-from-buffer): New defun.
9554 (image-type-from-file-header): Use it instead of image-type-from-data.
9555 Use image-search-load-path instead of only looking in data-directory.
9556 (image-type-from-file-name): New defun.
9557 (image-search-load-path): Change `pathname' to `filename'.
9558 Make PATH arg optional, default to image-load-path.
9559
9560 2005-10-21 Richard M. Stallman <rms@gnu.org>
9561
9562 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9563
9564 * textmodes/paragraphs.el (sentence-end-base): New variable.
9565 (sentence-end): Use sentence-end-base.
9566
9567 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9568
9569 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9570 property independently from the font-lock-multiline variable.
9571
9572 2005-10-21 Richard M. Stallman <rms@gnu.org>
9573
9574 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9575
9576 * startup.el (command-line): Convert library names
9577 in `load-history' to absolute file names.
9578
9579 * subr.el (symbol-file): Doc fix.
9580
9581 * loadhist.el (file-loadhist-lookup): Call locate-library
9582 instead of find-library-name. Don't try converting
9583 abs file names to library names, since load-history no longer
9584 has library names in it.
9585 (file-dependents, file-provides, file-requires): Doc fixes.
9586
9587 2005-10-21 Juri Linkov <juri@jurta.org>
9588
9589 * progmodes/etags.el (tags-table-mode): New function.
9590 (tags-verify-table): Replace initialize-new-tags-table with
9591 tags-table-mode.
9592
9593 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9594 default value.
9595 (desktop-modes-not-to-save): Add tags-table-mode to the
9596 default value.
9597
9598 * info.el (Info-index-next): Add total number of index
9599 alternatives to the message.
9600
9601 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9602 backward only space (instead of space and period) before looking
9603 at sentence end.
9604
9605 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9606 Add the old variable value as 4th default-value arg of read-string.
9607
9608 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9609
9610 * cus-face.el (custom-declare-face): Make face from X resources
9611 also on Mac.
9612
9613 * disp-table.el (standard-display-g1, standard-display-graphic):
9614 Refuse to use string glyphs also on Mac.
9615 (standard-display-european): Don't set terminal coding system also
9616 on Mac.
9617
9618 * frame.el (display-screens): Use x-display-screens also on Mac.
9619
9620 2005-10-21 Romain Francoise <romain@orebokech.com>
9621
9622 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9623
9624 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9625
9626 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9627 and $? into sexps.
9628
9629 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9630 warning face on open-paren-in-column-0.
9631
9632 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9633 boundary case. Fix typo.
9634 Suggested by Martin Rudalics <rudalics@gmx.at>.
9635
9636 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9637
9638 * textmodes/org.el (org-combined-agenda-icalendar-file)
9639 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9640 (org-export-icalendar-this-file)
9641 (org-export-icalendar-all-agenda-files)
9642 (org-export-icalendar-combine-agenda-files): New commands.
9643 (org-export-icalendar, org-print-icalendar-entries)
9644 (org-start-icalendar-file, org-finish-icalendar-file)
9645 (org-ical-ts-to-string): New functions.
9646 (org-read-date, org-goto-calendar)
9647 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9648 call to `calendar'.
9649 (orgtbl-setup): Remove the :keys arguments from the menu description.
9650 (org-after-save-iCalendar-file-hook): New variable.
9651
9652 2005-10-21 Kenichi Handa <handa@m17n.org>
9653
9654 * language/vietnamese.el (tcvn-5712): Make it an alias of
9655 vietnamese-tcvn coding-system.
9656
9657 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9658
9659 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9660 group id is given.
9661
9662 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9663
9664 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9665 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9666 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9667 whose line is either continued or ends with a comment.
9668
9669 2005-10-20 Romain Francoise <romain@orebokech.com>
9670
9671 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9672
9673 * replace.el (occur-engine): Add follow-link property.
9674
9675 * font-core.el (font-lock-mode): Doc fix.
9676
9677 2005-10-20 Richard M. Stallman <rms@gnu.org>
9678
9679 * net/rcirc.el: New file.
9680
9681 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9682
9683 * term.el (term-term-name): Initialize to "eterm-color".
9684
9685 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9686
9687 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9688 for encryption functionality.
9689 Move allout customization subgroup from `editing' to `outlines' group.
9690 Fix commentary keywords to legitimate ones.
9691 Update author info (using my current email address, obscurified).
9692 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9693 (allout-encrypted-topic-p, allout-encrypted-text-type)
9694 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9695 (allout-situate-encryption-key-verifier)
9696 (allout-get-encryption-key-verifier, allout-verify-key)
9697 (allout-next-topic-pending-encryption)
9698 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9699 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9700 (outline-key-verifier-handling, outline-key-hint-handling)
9701 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9702 (allout-file-key-verifier-string, allout-encryption-scheme)
9703 (allout-key-verifier-string, allout-key-hint-string)
9704 (allout-after-save-decrypt): New variables.
9705 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9706 (allout-after-saves-handler): New hook functions.
9707 (allout-post-command-business): Do allout-after-save-decrypt.
9708 (allout-enable-file-variable-adjustment): Custom var to enable
9709 mechanism for adding and adjusting settings of Emacs file variables.
9710 (allout-adjust-file-variable, allout-file-vars-section-data):
9711 New functions, implement the mechanism.
9712 (outlineify-sticky): Use the file vars mechanism.
9713 (allout-inhibit-protection, allout-during-write-cue)
9714 (allout-override-protect, allout-before-change-protect): Remove.
9715 (allout-flag-region, allout-open-topic): Adjust read-only text.
9716 (allout-open-line-not-read-only): Add to facilitate read-only
9717 text based protection.
9718 (allout-kill-line): Revise to adjust read-only text, clue the
9719 user about the inhibition.
9720 (allout-unprotected): Use unwind-protect.
9721 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9722 topic deeper than the offspring depth of the previous topic -
9723 avoiding confusing "containment discontinuities".
9724 (allout-reindent-bodies): Fix retention of body relative hanging
9725 indent during promotion of collapsed bodies.
9726 (allout-open-topic): Make it easy to open new topic with same
9727 bullet as current topic - topic creation functions provided with
9728 any universal argument provokes now prompt for bullet, defaulting
9729 to the bullet of the previous topic.
9730 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9731 Plain bullet alternates `.' period and `,' comma only. All other
9732 bullets are relegated to special status (but customizable).
9733 (allout-end-of-entry): Rename from allout-end-of-current-entry
9734 since it actually operates w.r.t. most immediately containing
9735 entry, visible or not.
9736 (allout-hide-current-entry, allout-show-current-entry): Use the
9737 revised version.
9738 (allout-old-expose-topic): Solidify deprecation.
9739 (allout-end-of-subtree): Add so we can span concealed as well
9740 as visible topics.
9741 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9742 (allout-end-of-current-heading): Tweak to just respect the first line.
9743 (allout-get-body-text): Add.
9744 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9745 when invoked interactively.
9746 (allout-up-current-level): Use `interactive-p'.
9747 (allout-mode, allout-init): Miscellaneous docstring and
9748 operational refinements, as well as hookups of new encryption stuff.
9749 (allout-beginning-of-current-entry): Now works as advertised.
9750 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9751 (allout-isearch-rectification): Refine condition for isearching.
9752 (allout-isearch-abort, allout-enwrap-isearch)
9753 (allout-flag-region, my-region-active-p): Relocate some macros.
9754 (allout-title): Fallback title is (buffer-name), not
9755 non-existing (current-buffer-name).
9756 (subst-char-in-string): Define if absent (for some XEmacs versions).
9757
9758 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9759
9760 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9761 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9762 (mail-citation-prefix-regexp, mail-signature-file)
9763 (mail-default-headers, mail-bury-selects-summary)
9764 (mail-send-nonascii): Add autoload cookies.
9765
9766 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9767
9768 * frame.el (blink-cursor-mode): Add `mac' to the list of
9769 window-system's that support blinking cursor.
9770
9771 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9772
9773 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9774
9775 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9776
9777 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9778 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9779 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9780
9781 2005-10-20 Kim F. Storm <storm@cua.dk>
9782
9783 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9784 (ido-set-current-directory): Don't add / after final @.
9785 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9786 Explicitly handle ange-ftp completion oddities.
9787 (ido-make-file-list): Don't rotate list at tramp root to avoid
9788 triggering tramp file handler for expand-file-name via get-file-buffer.
9789
9790 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9791
9792 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9793
9794 2005-10-19 Jay Belanger <belanger@truman.edu>
9795
9796 * calc/calc-units.el (math-standard-units): Add units, adjust
9797 symbols and update values.
9798 (math-unit-prefixes): Add more prefixes.
9799
9800 2005-10-19 Romain Francoise <romain@orebokech.com>
9801
9802 * bookmark.el (bookmark-menu-heading): New face.
9803 (bookmark-bmenu-list): Use it.
9804 Don't fiddle with `baud-rate' at top-level.
9805
9806 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9807
9808 * image.el (create-image, find-image): Mention max-image-size in
9809 docstring.
9810
9811 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9812
9813 * savehist.el (savehist-load): Revert to checking XEmacs.
9814
9815 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9816 Various docstring and line-width fixups.
9817 (conf-mode): Use cond.
9818 Set font-lock-defaults. Don't set comment-use-syntax.
9819
9820 2005-10-18 David Ponce <david@dponce.com>
9821
9822 * tree-widget.el (tree-widget-button-click): New function.
9823 (tree-widget-button-keymap): Use it.
9824
9825 2005-10-18 Romain Francoise <romain@orebokech.com>
9826
9827 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9828 (bookmark-bmenu-hide-filenames): Add follow-link property.
9829 Improve help-echo text.
9830
9831 * ffap.el (find-file-at-point): Doc fix.
9832
9833 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9834
9835 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9836
9837 2005-10-18 Masatake YAMATO <jet@gyve.org>
9838
9839 Install to the CVS repository what I forgot to install in my
9840 2005-10-16 changes.
9841
9842 * progmodes/python.el (python-complete-symbol): Pass the common
9843 prefix substring of completion to `display-completion-list'.
9844
9845 * textmodes/org.el (org-complete): Ditto.
9846
9847 2005-10-18 Masatake YAMATO <jet@gyve.org>
9848
9849 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9850
9851 * woman.el (WoMan-xref-man-page): New button type derived
9852 from `Man-abstract-xref-man-page'.
9853 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9854
9855 * man.el (Man-abstract-xref-man-page): New button type.
9856 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9857 (Man-highlight-references): Add new optional argument `xref-man-type'.
9858
9859 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9860
9861 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9862
9863 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9864
9865 * cus-edit.el (Custom-move-and-invoke): Delete.
9866 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9867
9868 * wid-edit.el (widget-move-and-invoke): New function, from
9869 Custom-move-and-invoke.
9870
9871 2005-10-17 Bill Wohler <wohler@newt.com>
9872
9873 Move all remaining images from lisp/toolbar to etc/images, move
9874 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9875 the low resolution images in their own directory (low-color).
9876
9877 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9878 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9879 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9880 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9881 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9882 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9883 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9884
9885 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9886 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9887 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9888 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9889 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9890 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9891 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9892 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9893 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9894 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9895 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9896 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9897 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9898 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9899 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9900
9901 To conform with convention, replace the underscore (_) in the
9902 following image names with dash (-) or (/) as appropriate.
9903
9904 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9905 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9906 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9907 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9908 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9909 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9910 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9911 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9912 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9913 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9914 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9915 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9916 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9917 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9918 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9919
9920 * info.el (info-tool-bar-map): Replace underscores in image names
9921 with dashes.
9922
9923 * makefile.w32-in (WINS): Remove toolbar.
9924
9925 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9926
9927 * tool-bar.el: Move to lisp from toolbar. Now that
9928 toolbar is empty, it should be deleted when folks run "cvs up -P".
9929
9930 2005-10-18 Jay Belanger <belanger@truman.edu>
9931
9932 * calc/calc-store.el (calc-store-into): Get the proper variable name
9933 to display in message.
9934
9935 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9936
9937 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9938 expressions display in speedbar for all buffers when debugging.
9939 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9940
9941 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9942 (speedbar-insert-button, speedbar-make-button):
9943 Use add-text-properties.
9944 (speedbar-update-localized-contents)
9945 (speedbar-update-directory-contents)
9946 (speedbar-update-special-contents): Use dolist.
9947 (speedbar-buffer-easymenu-definition): Add a menu separator.
9948
9949 2005-10-17 Jason Rumney <jasonr@gnu.org>
9950
9951 * makefile.w32-in: Use $(lisp) consistently.
9952 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9953 for shell specific generation of mh-autoloads.
9954
9955 2005-10-17 Richard M. Stallman <rms@gnu.org>
9956
9957 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9958
9959 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9960
9961 * jit-lock.el (jit-lock-fontify-now):
9962 Move jit-lock-context-unfontify-pos to avoid wasted work.
9963
9964 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9965
9966 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9967 `tramp-completion-mode' for checking if we are in completion mode.
9968 (tramp-completion-handle-file-name-all-completions): Reorder code
9969 in order to complete for file names only in case there are no
9970 method/user/host completions. This is necessary for cooperation
9971 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9972
9973 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9974
9975 * longlines.el (longlines-search-forward)
9976 (longlines-search-backward): Match any number of spaces.
9977
9978 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9979
9980 * diff-mode.el (diff-mode): Doc fix.
9981
9982 2005-10-16 David Reitter <david.reitter@gmail.com>
9983
9984 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9985 as default on darwin and windows systems.
9986
9987 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9988
9989 * arc-mode.el (archive-zip-extract): Doc fix.
9990
9991 2005-10-16 Romain Francoise <romain@orebokech.com>
9992
9993 * mouse.el (mouse-1-click-follows-link): Doc fix.
9994
9995 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9996
9997 * savehist.el: Don't require CL at runtime.
9998 (savehist-xemacs): Remove.
9999 (savehist-coding-system): Use utf-8 if present, regardless of religion.
10000 (savehist-no-conversion): Use (featurep 'xemacs).
10001 (savehist-load): Check existence of start-itimer rather than XEmacs.
10002 Use an idle timer.
10003 (savehist-process-for-saving): Replace use of CL funs `subseq' and
10004 `delete-if-not'.
10005
10006 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
10007
10008 * savehist.el: Newer version.
10009 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
10010 (savehist-last-checksum, savehist-no-conversion): New vars.
10011 (savehist-autosave, savehist-process-for-saving, savehist-printable):
10012 New functions.
10013 (savehist-load, savehist-save): Use them.
10014 (savehist-delimit): Remove.
10015
10016 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10017
10018 * progmodes/compile.el (compilation-goto-locus): Display the
10019 compilation buffer first and the source buffer second, in case they're
10020 in overlapping frames. Don't raise the compilation frame if it was the
10021 selected window upon entry. Pass the `other-window' arg to
10022 pop-to-buffer.
10023
10024 * info.el (Info-fontify-node): Use dolist.
10025 Change add-text-properties to put-text-property.
10026
10027 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10028
10029 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
10030 bound of search.
10031
10032 2005-10-16 Masatake YAMATO <jet@gyve.org>
10033
10034 * dabbrev.el (dabbrev-completion): Pass the common
10035 prefix substring of completion to `display-completion-list'.
10036
10037 * filecache.el (file-cache-minibuffer-complete)
10038 (file-cache-complete): Ditto.
10039
10040 * tempo.el (tempo-display-completions): Ditto.
10041
10042 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
10043
10044 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
10045
10046 * eshell/em-hist.el (eshell-list-history): Ditto.
10047
10048 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
10049
10050 * mail/mailalias.el (mail-complete): Ditto.
10051
10052 * progmodes/etags.el (complete-tag): Ditto.
10053
10054 * progmodes/make-mode.el (makefile-complete): Ditto.
10055
10056 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
10057
10058 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
10059
10060 * progmodes/pascal.el (pascal-complete-word)
10061 (pascal-show-completions): Ditto.
10062
10063 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
10064
10065 * simple.el (completion-common-substring): New variable.
10066 (completion-setup-function): Use `completion-common-substring'
10067 to put faces.
10068
10069 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10070
10071 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
10072 (x-get-selection, mac-select-convert-to-string): Convert from/to
10073 UTF-16 clipboard data as in native byte order, no BOM.
10074
10075 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
10076
10077 * progmodes/gud.el (gud-tool-bar-map): Rename the images
10078 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
10079 (gud-sentinel): Use speedbar-frame to check for speedbar.
10080
10081 2005-10-15 Richard M. Stallman <rms@gnu.org>
10082
10083 * savehist.el: New file.
10084
10085 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
10086
10087 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
10088 Fix bug in \bf fontification.
10089
10090 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
10091
10092 * pcvs.el (cvs-edit-log-files): New var.
10093 (cvs-mode-edit-log): New arg `file'.
10094 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
10095 Instead force the use of the original file and nothing else.
10096 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
10097 the cvs-minor-wrap-function is set.
10098 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
10099
10100 2005-10-14 Bill Wohler <wohler@newt.com>
10101
10102 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
10103 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
10104 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
10105 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
10106 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
10107 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
10108 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
10109 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
10110 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
10111 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
10112 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
10113 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
10114 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
10115 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
10116 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
10117
10118 * progmodes/gud.el (gud-tool-bar-map): Rename the images
10119 appropriately (for example, gud-break to gud/break).
10120
10121 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
10122
10123 * longlines.el (longlinges-search-function)
10124 (longlines-search-forward, longlines-search-backward): New functions.
10125 (longlines-mode): Set isearch-search-fun-function to
10126 longlinges-search-function.
10127
10128 * mouse.el (mouse-drag-region-1): Handle the case where a
10129 double-click event is bound to an arbitrary function.
10130
10131 2005-10-14 David Ponce <david@dponce.com>
10132
10133 * recentf.el (recentf-track-opened-file)
10134 (recentf-track-closed-file, recentf-update-menu)
10135 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
10136 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
10137 mouse-1-click-follows-link.
10138
10139 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10140
10141 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
10142 Gnome file-manager.png. Suggested by
10143 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
10144
10145 * toolbar/README: Add diropen.xpm.
10146
10147 2005-10-13 Bill Wohler <wohler@newt.com>
10148
10149 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
10150 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
10151
10152 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10153
10154 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10155 Don't waste the byte-compiler's time on constant data.
10156
10157 2005-10-13 Kenichi Handa <handa@m17n.org>
10158
10159 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
10160 byte with `escape-glyph' face.
10161
10162 * international/fontset.el (ccl-encode-unicode-font):
10163 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
10164 Handle the case that ucs-mule-to-mule-unicode translates a character to
10165 ASCII (usually for IPA characters).
10166
10167 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10168
10169 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
10170 Don't hide the underline of titles if font-lock-mode is disabled.
10171
10172 2005-10-12 Bill Wohler <wohler@newt.com>
10173
10174 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
10175 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10176 files in MH-E-SRC have been updated.
10177 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
10178
10179 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10180
10181 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
10182 (mixal-mode-syntax-table): Add \n as end-comment.
10183 (mixal-operation-codes-alist): Immediately initialize to full value.
10184 (mixal-add-operation-code): Remove.
10185 (mixal-describe-operation-code): Make the arg non-optional.
10186 Use the interactive spec instead.
10187 Use mixal-operation-codes-alist rather than mixal-operation-codes.
10188 (mixal-font-lock-keywords): Don't highlight comments here any more.
10189 (mixal-font-lock-syntactic-keywords): New var.
10190 (mixal-mode): Use it. Fix comment-start-skip.
10191
10192 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10193
10194 * startup.el (command-line-x-option-alist): -nb => -nbi
10195
10196 2005-10-12 Kim F. Storm <storm@cua.dk>
10197
10198 * startup.el (fancy-splash-default-action): Discard mouse click in
10199 the splash screen window, as it has no sensible meaning in the
10200 next window to be selected. Fixes error reported by Jan D.
10201
10202 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10203
10204 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
10205
10206 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10207
10208 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
10209 Try to fix up minor layout issues like indentation, line break, etc...
10210 (mixal-mode-syntax-table): Don't try to specify comment syntax,
10211 because it doesn't work.
10212 (mixal-operation-codes): Add some more codes.
10213 (mixal-font-lock-keywords): Process comments here.
10214 (mixal-mode): mixasm no longer needs -g option.
10215
10216 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
10217
10218 * progmodes/sh-script.el (sh-tmp-file):
10219 Use mktemp -t. Finish support for es and rc shells.
10220
10221 2005-10-11 Jay Belanger <belanger@truman.edu>
10222
10223 * calc/calcalg2.el (calc-integral): With an argument, compute the
10224 definite integral.
10225
10226 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
10227
10228 * mouse.el (mouse-drag-region-1): Don't try to catch a
10229 double-click when doing follow-link (it's overridden anyway).
10230
10231 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
10232
10233 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
10234 (autoload-print-form-outbuf): Add docstring.
10235
10236 2005-10-11 Juri Linkov <juri@jurta.org>
10237
10238 * info.el (Info-mode-menu): Delete menu item "Edit".
10239 (Info-mode): Delete description of Info-edit from docstring,
10240 and rearrange descriptions of Info commands in the order
10241 they are documented in the Info manual.
10242
10243 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10244
10245 * calendar/appt.el (appt-check): Use diary-selective-display var.
10246
10247 2005-10-10 Richard M. Stallman <rms@gnu.org>
10248
10249 * net/newsticker.el (newsticker-start, newsticker-show-news):
10250 Add autoload cookies.
10251
10252 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
10253
10254 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
10255
10256 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
10257
10258 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
10259
10260 2005-10-10 Jay Belanger <belanger@truman.edu>
10261
10262 * calc/calc-arith.el (math-check-known-scalarp)
10263 (math-check-known-matrixp): Check the values of arguments that are
10264 variables.
10265 (math-check-known-square-matrixp): New function.
10266 (math-known-square-matrixp): Use math-check-known-square-matrixp.
10267 (math-super-types): Add sqmatrix type.
10268
10269 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
10270 mode name `square' to `sqmatrix'.
10271
10272 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
10273 mode name `square' to `sqmatrix'.
10274
10275 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10276
10277 * progmodes/etags.el (select-tags-table-mode): Don't use
10278 selective-display.
10279 (tags-select-tags-table): Pass `button' to the action function.
10280 (select-tags-table): Place the side-info on button properties rather
10281 than in hidden text. Abbreviate file names.
10282 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
10283 (select-tags-table-select): Add `button' argument.
10284 Get side-info from the button property rather than from hidden text.
10285
10286 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
10287
10288 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
10289 (gud-speedbar-buttons): Preserve point if possible.
10290 (gud-sentinel): Restore previous speedbar display type.
10291
10292 * progmodes/gdb-ui.el (gdba): Improve diagram.
10293 (def-gdb-auto-update-handler, gdb-info-locals-handler)
10294 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
10295 Call get-buffer-window once.
10296
10297 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10298
10299 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
10300 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
10301 (pascal-indent-command): Remove unused var `ind'.
10302 (pascal-indent-case): Remove unused var `oldpos'.
10303 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
10304 since it's now used as a proper minor mode map.
10305 (pascal-outline): Rename to pascal-outline-mode.
10306 (pascal-outline-mode): Use define-minor-mode.
10307 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
10308 selective-display.
10309
10310 2005-10-10 Andreas Schwab <schwab@suse.de>
10311
10312 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
10313 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
10314
10315 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
10316 outside source directory.
10317
10318 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
10319
10320 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
10321 C-x' as a prefix.
10322 (orgtbl-mode-map): Full keymap instead of sparse, because all
10323 `self-insert-command' keys are redefined in this map.
10324 (org-export-as-html): Specify charset for HTML file, by taking it
10325 from the coding system.
10326
10327 2005-10-10 Kenichi Handa <handa@m17n.org>
10328
10329 * textmodes/flyspell.el (flyspell-check-word-p):
10330 If unread-command-events is non-empty, don't call sit-for.
10331
10332 2005-10-09 Richard M. Stallman <rms@gnu.org>
10333
10334 * font-lock.el (font-lock-syntactic-keywords)
10335 (font-lock-keywords): Doc fixes.
10336
10337 * textmodes/flyspell.el (flyspell-external-point-words):
10338 Simplify logic, and don't try to check for consecutive appearances
10339 of one incorrect word.
10340
10341 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
10342
10343 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10344 separator.
10345
10346 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
10347 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
10348 (gud-expansion-speedbar-buttons): New function.
10349 (gud-speedbar-buttons): Check for gud-comint-buffer.
10350
10351 2005-10-09 Bill Wohler <wohler@newt.com>
10352
10353 * Makefile.in (updates): Add mh-loaddefs dependency.
10354
10355 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
10356
10357 * speedbar.el (speedbar-file-key-map): Fix typo.
10358
10359 2005-10-09 Daniel Brockman <daniel@brockman.se>
10360
10361 * cus-start.el (line-spacing): Add custom spec.
10362
10363 2005-10-09 Romain Francoise <romain@orebokech.com>
10364
10365 * textmodes/ispell.el (ispell-check-version): Fix last change.
10366
10367 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10368
10369 * term/x-win.el: Remove -i, --icon-type from comment.
10370
10371 * startup.el (command-line-x-option-alist): Remove options -i,
10372 -itype, --icon-type, added -nb, --no-bitmap-icon
10373
10374 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
10375
10376 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10377 instead of :active.
10378
10379 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
10380
10381 * textmodes/ispell.el (ispell-check-version):
10382 Ignore hyphen, and all that follows, in aspell's version text.
10383
10384 2005-10-08 Jay Belanger <belanger@truman.edu>
10385
10386 * calc/calc-arith.el (math-known-square-matrixp): New function.
10387 (math-pow-fancy): Check for matrices before distributing exponent
10388 across products.
10389
10390 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10391 fullscreen keypad. Suggested by Luc Teirlinck.
10392 (calc-keypad-show-input): Add space for formatting.
10393
10394 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10395 Add square matrix option.
10396
10397 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10398 of checking calc-matrix-mode when deciding how to expand.
10399
10400 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10401
10402 2005-10-08 Lars Hansen <larsh@soem.dk>
10403
10404 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10405 Add error handling.
10406 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10407
10408 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10409
10410 Sync with Tramp 2.0.51.
10411
10412 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10413 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10414 Insert special handling for `last-coding-system-used', again
10415 it still seems to be necessary (unlike stated before).
10416 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10417 (tramp-password-prompt-regexp): There might be other words before
10418 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10419 (tramp-chunksize): Improve docstring.
10420 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10421 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10422 Christian Joergensen <bugs@razor.dk>.
10423
10424 2005-10-07 Glenn Morris <rgm@gnu.org>
10425
10426 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10427 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10428 precision'.
10429
10430 2005-10-07 Romain Francoise <romain@orebokech.com>
10431
10432 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10433 (ibuffer-do-shell-command-pipe-replace)
10434 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10435 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10436 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10437 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10438 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10439 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10440 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10441 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10442 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10443 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10444 Autoload file sans suffix.
10445
10446 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10447
10448 2005-10-07 David Ponce <david@dponce.com>
10449
10450 * recentf.el (recentf-menu-open-all-flag): New option.
10451 (recentf-digit-shortcut-command-name): New function.
10452 (recentf--shortcuts-keymap): New variable.
10453 (recentf-menu-shortcuts): New variable.
10454 (recentf-make-menu-items): Initialize it. Replace the "More..."
10455 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10456 (recentf-menu-value-shortcut): New function.
10457 (recentf-make-menu-item): Use it. No more in-lined.
10458 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10459 (recentf-open-most-recent-file): Rename from
10460 `recentf-open-file-with-key'. Don't depend on key binding.
10461 (recentf-mode-map): New variable.
10462 (recentf-mode): Use it.
10463
10464 2005-10-06 Bill Wohler <wohler@newt.com>
10465
10466 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10467
10468 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10469 (MH-E-SRC): New. Used by mh-autoloads.
10470 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10471 files in MH-E-SRC have been updated.
10472 (compile, recompile, bootstrap): Depend on mh-autoloads.
10473
10474 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10475
10476 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10477 gud-break and gud-remove icons when the fringe is not available.
10478
10479 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10480 Typo.
10481
10482 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10483
10484 * play/zone.el (zone): Wrap body with save-window-excursion.
10485
10486 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10487
10488 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10489 Use the new `list-only' arg to diary-list-entries.
10490
10491 * calendar/diary-lib.el: Use overlays rather than selective-display.
10492 (diary-selective-display): New var.
10493 (diary-header-line-format): Use it.
10494 (diary-list-entries): Add argument `list-only'.
10495 Put the buffer in diary-mode. Don't add \^M at beg and end.
10496 Replace \^M by invisible overlays.
10497 (diary-unhide-everything): Replace \^M by invisible overlays.
10498 (print-diary-entries): Look for overlays rather than \^M.
10499 Add a space to the temp buffer name.
10500 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10501 Put the buffer in diary-mode.
10502 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10503 (diary-anniversary): Make the year arg optional.
10504 (diary-time-regexp): New const.
10505 (diary-font-lock-keywords): Use it to accept a few more time formats.
10506
10507 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10508
10509 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10510
10511 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10512 Fix bug introduced 2005-07-03: Use (car (last ...))
10513 to faithfully reproduce replaced artist-last.
10514 (artist-set-arrow-points-for-poly): Likewise.
10515 Suggested by Johan Bockg\e,Ae\e(Brd.
10516
10517 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10518
10519 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10520 * wid-edit.el (widget):
10521 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10522 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10523
10524 2005-10-06 Kenichi Handa <handa@m17n.org>
10525
10526 * international/mule-cmds.el (set-language-environment):
10527 Fix setting up of case-table for unibyte mode.
10528
10529 * simple.el (what-cursor-position): If the character is displayed
10530 by some `display' text property, show that. Don't use
10531 single-key-description for eight-bit characters in multibyte mode.
10532
10533 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10534
10535 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10536 (gdb-ann3): Set it.
10537 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10538 (gdb-info-frames-custom): Use inverse-video for first five
10539 characters of selected frame only.
10540 (gdb-get-frame-number): Select frame even when point is on frame
10541 number.
10542
10543 2005-10-06 Masatake YAMATO <jet@gyve.org>
10544
10545 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10546 Put `font-lock-function-name-face'.
10547 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10548 and `font-lock-variable-name-face'
10549 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10550 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10551 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10552 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10553 (gdb-local-font-lock-keywords): New font lock keywords definition.
10554 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10555 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10556 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10557
10558 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10559
10560 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10561 (ediff-merge-region-is-non-clash-to-skip): Previously called
10562 ediff-merge-region-is-non-clash.
10563
10564 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10565 Use insert-buffer-substring.
10566
10567 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10568 selecting files to patch. Also bug fixes.
10569
10570 * ediff-util.el (ediff-setup): Bug fix.
10571 (ediff-next-difference): Never skip clashes that differ in white
10572 space only.
10573
10574 * ediff-wind.el (ediff-setup-control-frame)
10575 (ediff-destroy-control-frame): Check the menubar feature.
10576
10577 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10578 (viper-refresh-mode-line): Use make-local-variable to localize
10579 some vars instead of make-variable-buffer-local. Suggested by
10580 Stefan Monnier.
10581
10582 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10583 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10584 Use make-local-variable instead of make-variable-buffer-local.
10585 Suggested by Stefan Monnier.
10586
10587 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10588 (viper-comint-mode-hook): Use make-local-variable on
10589 require-final-newline.
10590 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10591
10592 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10593
10594 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10595 also the second char of a comment-start sequence.
10596 (scheme-sexp-comment-syntax-table): New var.
10597 (lambda, define): Set their scheme-doc-string-elt property.
10598 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10599 Use lisp-font-lock-syntactic-face-function now that it properly
10600 handles |...| symbols.
10601 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10602 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10603
10604 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10605 bit from # to |.
10606 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10607
10608 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10609 (lisp-doc-string-elt-property): New var.
10610 (lisp-font-lock-syntactic-face-function): Use it.
10611 Rewrite to recognize docstrings even for forms not at toplevel.
10612
10613 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10614 annotation on the | part of #| rather than on the # part.
10615 (scheme-font-lock-syntactic-face-function): New function, to
10616 distinguish strings from |...| symbols.
10617 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10618 syntax-table so that #|...|# is properly highlighted.
10619
10620 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10621 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10622
10623 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10624
10625 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10626 and C-e.
10627
10628 * emacs-lisp/eldoc.el: Move comments into docstrings.
10629 (eldoc-message-commands): Initialize in its declaration.
10630 Add move-beginning-of-line and move-end-of-line.
10631 (eldoc-add-command, eldoc-add-command-completions)
10632 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10633
10634 * outline.el (outline-mark-subtree): Activate the mark.
10635
10636 * calendar/appt.el (appt-time-regexp): New var.
10637 (appt-add, appt-make-list): Use it.
10638 (appt-convert-time): Clean up.
10639
10640 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10641 Don't set any syntax-table property here.
10642 (tex-font-lock-verb): New function. Do it here.
10643 (tex-font-lock-syntactic-keywords): Use it.
10644
10645 2005-10-04 Richard M. Stallman <rms@gnu.org>
10646
10647 * wid-edit.el (widget-file-complete): Get the widget start point
10648 the right way. Default directory to `/' if file has none.
10649
10650 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10651
10652 * textmodes/flyspell.el (flyspell-mode-on):
10653 Call ispell-maybe-find-aspell-dictionaries.
10654
10655 * textmodes/ispell.el (ispell-word, ispell-region):
10656 Call ispell-maybe-find-aspell-dictionaries.
10657 (ispell-accept-buffer-local-defs):
10658 Don't call ispell-maybe-find-aspell-dictionaries
10659
10660 2005-10-04 Richard M. Stallman <rms@gnu.org>
10661
10662 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10663
10664 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10665
10666 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10667 instead of `fboundp' in order to allow for anonymous functions.
10668
10669 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10670
10671 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10672 case the user clicks on the link while another window is selected.
10673 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10674
10675 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10676 functionality.
10677 (dframe-help-echo): Save point in case mouse tracking is off.
10678
10679 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10680
10681 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10682
10683 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10684
10685 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10686 not change the global value of those vars.
10687
10688 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10689 make-local-variable which we do not need any more.
10690
10691 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10692
10693 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10694 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10695 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10696 (speedbar-path-line): Define obsolete aliases.
10697 (speedbar-line-directory): Doc fix.
10698
10699 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10700 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10701 instead of speedbar-line-path.
10702
10703 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10704
10705 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10706 to nil if dropping on a window. Handle dropping on a minibuffer window
10707 like dropping on a non-window part of Emacs.
10708
10709 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10710
10711 * net/ange-ftp.el: Use with-current-buffer.
10712 (ange-ftp-insert-directory): Do not follow symlinks any more.
10713
10714 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10715 Remove interactive spec.
10716
10717 2005-10-03 Kim F. Storm <storm@cua.dk>
10718
10719 * ido.el (ido-mode): Use custom-initialize-set.
10720
10721 2005-10-02 Richard M. Stallman <rms@gnu.org>
10722
10723 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10724 Use insert-buffer-substring.
10725
10726 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10727 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10728
10729 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10730
10731 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10732 in last change.
10733 (ange-ftp-insert-directory): Fix up the search for the case where
10734 `file' is absolute.
10735
10736 2005-10-02 Romain Francoise <romain@orebokech.com>
10737
10738 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10739
10740 2005-10-02 Andreas Schwab <schwab@suse.de>
10741
10742 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10743 directory component in the session info.
10744
10745 2005-10-01 Richard M. Stallman <rms@gnu.org>
10746
10747 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10748
10749 * simple.el (next-error-internal): New function.
10750
10751 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10752 (compilation-start): Pass new arg to compilation-buffer-name.
10753 (compile-goto-error): Use next-error-internal.
10754
10755 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10756
10757 * speedbar.el: Remove RCS tag.
10758 (speedbar-check-read-only): Handle non-existent files.
10759
10760 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10761
10762 * info.el (Info-speedbar-hierarchy-buttons)
10763 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10764
10765 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10766
10767 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10768 Do not match newline.
10769 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10770 (bibtex-summary): Remove unnecessary save-excursion.
10771 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10772
10773 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10774
10775 * term/mac-win.el: Add charset info for "iso10646-1".
10776 Modify default fontset to use ATSUI-compatible fonts for some charsets
10777 if available.
10778
10779 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10780
10781 * speedbar.el: Re-apply arch tag.
10782 (speedbar-version): Rename to version 1.0. Suggested by Eric
10783 M. Ludlam.
10784 Reapply two changes from Emacs CVS' version of speedbar lost
10785 during the merge:
10786 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10787 (speedbar-frame-parameters): Improve customize type.
10788
10789 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10790
10791 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10792 (ange-ftp-file-directory-p): Fix the symlink case.
10793 (ange-ftp-insert-directory): When listing a single file, get a list of
10794 the parent buffer and extract the relevant line. Inspired from a patch
10795 by Katsumi Yamaoka <yamaoka@jpl.org>.
10796 (ange-ftp-file-name-sans-versions): Simplify.
10797
10798 2005-09-30 Bill Wohler <wohler@newt.com>
10799
10800 Move MH-E image files from toolbar and mail directories into
10801 etc/images.
10802
10803 * mail/reply2.*: Move to etc/images/mail/reply*.
10804
10805 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10806 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10807 etc/images.
10808
10809 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10810 * toolbar/reply*: Move to etc/images/mail.
10811
10812 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10813
10814 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10815
10816 * speedbar.el: New version 1.0pre3.
10817
10818 Frame management code (including timer, and mouse click specifics)
10819 moved to dframe.el:
10820 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10821 (speedbar-timer): Removed. Use dframe-timer.
10822 (speedbar-close-frame): Removed. Use dframe-close-frame.
10823 (speedbar-activity-change-focus-flag): Removed. Use
10824 dframe-activity-change-focus-flag.
10825 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10826 dframe-update-speed.
10827
10828 (speedbar-current-frame): New macro. Use this instead of the
10829 variable speedbar-frame.
10830
10831 (speedbar-use-images, speedbar-expand-image-button-alist)
10832 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10833
10834 (speedbar-find-image-on-load-path): Removed. Replaced by
10835 defezimage in ezimage.el.
10836 (speedbar-expand-image-button-alist): Removed. Replaced by
10837 ezimage-expand-image-button-alist in ezimage.el.
10838
10839 (speedbar-ignored-directory-regexp)
10840 (speedbar-add-ignored-directory-regexp)
10841 (speedbar-ignored-directory-expressions)
10842 (speedbar-line-directory, speedbar-buffers-line-directory)
10843 (speedbar-directory-line, speedbar-buffers-line-directory):
10844 Renamed, replacing `path' with `directory'.
10845
10846 (speedbar-create-directory, speedbar-expand-line-descendants)
10847 (speedbar-toggle-line-expansion)
10848 (speedbar-contract-line-descendants): New commands.
10849
10850 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10851 (speedbar-use-tool-tips-flag): New options.
10852
10853 (speedbar-check-read-only, speedbar-require-version)
10854 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10855 (speedbar-handle-delete-frame, speedbar-try-completion)
10856 (speedbar-update-localized-contents): New functions.
10857
10858 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10859 (speedbar-object-read-only-indicator): New variables.
10860
10861 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10862 New hooks.
10863
10864 (speedbar-separator-face): New face.
10865
10866 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10867 (speedbar-ignored-modes): Add fundamental-mode.
10868 (speedbar-directory-unshown-regexp): Add . directories.
10869
10870 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10871 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10872 `]' for full expand/close.
10873 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10874
10875 (speedbar-check-vc): Support hidden files.
10876 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10877 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10878 state is nil, it is not checked out.
10879
10880 (speedbar-line-text, speedbar-line-token): Support expand buttons
10881 with no text.
10882 (speedbar-refresh): Universal argument acts as power-click.
10883 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10884 that buffer to get variable values.
10885
10886 And many other bugfixes.
10887
10888 * dframe.el, ezimage.el, sb-image.el: New files.
10889
10890 * sb-*.xpm: Remove files. New image files installed into
10891 etc/images/ezimage.
10892
10893 2005-09-30 Kenichi Handa <handa@m17n.org>
10894
10895 * ps-mule.el (ps-mule-show-warning): If a character is in
10896 ps-print-translation-table, don't treat it as non-printable.
10897
10898 2005-09-30 David Ponce <david@dponce.com>
10899
10900 * tree-widget.el (tree-widget-themes-load-path): New variable.
10901 (tree-widget-themes-directory): Doc fix.
10902 (tree-widget-image-formats) [Emacs]: Doc fix.
10903 (tree-widget--locate-sub-directory): New function.
10904 (tree-widget-themes-directory): Use it.
10905
10906 * recentf.el (recentf-filename-handlers): Rename from
10907 `recentf-filename-handler'. Allow a list of functions.
10908 (recentf-menu-items-for-commands): Fix :help strings.
10909 (recentf-apply-filename-handlers): New function.
10910 (recentf-expand-file-name): Use it.
10911 (recentf-cleanup): Remove duplicates too.
10912
10913 2005-09-29 Juri Linkov <juri@jurta.org>
10914
10915 * faces.el: Rearrange face definitions to be in the same order as
10916 their face descriptions in "(emacs)Standard Faces".
10917
10918 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10919
10920 * tooltip.el (tooltip): Add group `basic-faces'.
10921
10922 * buff-menu.el (Buffer-menu-buffer): Remove group
10923 `font-lock-highlighting-faces'.
10924
10925 * progmodes/compile.el (compilation-error, compilation-warning)
10926 (compilation-info, compilation-line-number, compilation-column-number):
10927 Change group from `font-lock-highlighting-faces' to `compilation'.
10928
10929 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10930 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10931 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10932 (vhdl-font-lock-reserved-words-face)
10933 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10934 `font-lock-highlighting-faces'.
10935
10936 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10937
10938 2005-09-28 Kim F. Storm <storm@cua.dk>
10939
10940 * emulation/cua-base.el: Set CUA move property on additional commands:
10941 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10942 forward-sexp, backward-sexp, forward-list, backward-list.
10943
10944 2005-09-28 Romain Francoise <romain@orebokech.com>
10945
10946 * comint.el (comint-show-output): Really set point at the
10947 beginning of the output when not using `comint-use-prompt-regexp'.
10948
10949 2005-09-27 Jay Belanger <belanger@truman.edu>
10950
10951 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10952 in TeX mode.
10953
10954 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10955
10956 * textmodes/org.el (org-table-sum): Fix format string.
10957
10958 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10959 Quote face names.
10960
10961 2005-09-26 Romain Francoise <romain@orebokech.com>
10962
10963 * isearch.el (isearch-forward-regexp): Close doc string.
10964
10965 2005-09-25 Richard M. Stallman <rms@gnu.org>
10966
10967 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10968
10969 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10970
10971 * progmodes/compile.el (compilation-error-properties):
10972 When getting the file from the previous error message,
10973 correctly decode the new data format.
10974
10975 * progmodes/cc-cmds.el (c-electric-paren):
10976 Call old-blink-paren only for close-paren.
10977
10978 2005-09-24 Andreas Schwab <schwab@suse.de>
10979
10980 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10981 condition.
10982
10983 2005-09-25 Romain Francoise <romain@orebokech.com>
10984
10985 * dired-aux.el (dired-copy-file-recursive):
10986 * dired.el (dired-delete-file):
10987 * ediff-mult.el (ediff-dir-diff-copy-file):
10988 * ediff-util.el (ediff-test-save-region):
10989 * forms.el (forms-mode):
10990 * ido.el (ido-file-internal, ido-delete-file-at-head):
10991 * log-edit.el (log-edit-done):
10992 * ses.el (ses-yank-resize):
10993 * play/gomoku.el (gomoku-human-plays, gomoku)
10994 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10995 (gomoku-offer-a-draw):
10996 * play/landmark.el (lm-human-resigns, lm):
10997 * net/eudcb-ldap.el (eudc-ldap-check-base):
10998 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10999 * progmodes/ebrowse.el (ebrowse-find-pattern):
11000 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
11001 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
11002 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
11003
11004 * vc.el (vc-delete-file):
11005 * play/gomoku.el (gomoku-terminate-game, gomoku)
11006 (gomoku-prompt-for-move, gomoku-human-takes-back):
11007 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
11008 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
11009
11010 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
11011
11012 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
11013 color rxvt terminals by using the code xterm.el used to use before
11014 2005-04-09 in order to match the colors used by rxvt.
11015
11016 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11017
11018 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
11019 colors rxvt-unicode terminals by using the same code as xterm.el.
11020
11021 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11022
11023 * textmodes/tex-mode.el (tex-font-lock-append-prop)
11024 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
11025 new symbol used for the tex-verbatim face.
11026
11027 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
11028
11029 * woman.el (woman-file-name):
11030 * wid-edit.el (widget-file-prompt-value)
11031 (widget-coding-system-prompt-value):
11032 * w32-fns.el (set-w32-system-coding-system):
11033 * vc.el (vc-version-diff, vc-annotate):
11034 * textmodes/reftex-auc.el (reftex-arg-cite)
11035 (reftex-arg-index-tag):
11036 * textmodes/refer.el (refer-get-bib-files):
11037 * textmodes/artist.el (artist-figlet-choose-font):
11038 * terminal.el (terminal-emulator):
11039 * replace.el (occur-read-primary-args):
11040 * rect.el (string-rectangle, string-insert-rectangle):
11041 * ps-print.el (ps-print-preprint):
11042 * progmodes/pascal.el (pascal-goto-defun):
11043 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
11044 * progmodes/compile.el (compilation-find-file):
11045 * printing.el (pr-interactive-n-up):
11046 * play/animate.el (animate-birthday-present):
11047 * net/rcompile.el (remote-compile):
11048 * man.el (man, Man-goto-section, Man-follow-manual-reference):
11049 * mail/rmailsum.el (rmail-summary-search-backward)
11050 (rmail-summary-search):
11051 * mail/rmailout.el (rmail-output-read-rmail-file-name)
11052 (rmail-output-read-file-name):
11053 * mail/rmail.el (rmail-search, rmail-search-backwards):
11054 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
11055 * locate.el (locate):
11056 * international/quail.el (quail-show-keyboard-layout):
11057 * international/mule.el (set-buffer-file-coding-system)
11058 (revert-buffer-with-coding-system, set-file-name-coding-system)
11059 (set-terminal-coding-system, set-keyboard-coding-system)
11060 (set-next-selection-coding-system):
11061 * international/mule-diag.el (describe-coding-system)
11062 (describe-font, describe-fontset):
11063 * international/mule-cmds.el (universal-coding-system-argument)
11064 (search-unencodable-char, describe-input-method)
11065 (set-language-environment, describe-language-environment):
11066 * international/codepage.el (codepage-setup):
11067 * international/code-pages.el (codepage-setup):
11068 * info.el (Info-search, Info-follow-reference)
11069 (Info-search-backward):
11070 * emacs-lisp/advice.el (ad-read-advised-function)
11071 (ad-read-advice-class, ad-clear-cache, ad-activate)
11072 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
11073 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
11074 (ad-read-regexp):
11075 * ediff-util.el (ediff-toggle-regexp-match):
11076 * ediff-ptch.el (ediff-prompt-for-patch-file):
11077 * dired-aux.el (dired-diff):
11078 * diff.el (diff):
11079 * cus-edit.el (custom-variable-prompt):
11080 * calendar/timeclock.el (timeclock-ask-for-project):
11081 * calc/calcalg3.el (calc-get-fit-variables):
11082 * calc/calc-store.el (calc-edit-variable)
11083 (calc-permanent-variable):
11084 * vc-mcvs.el (vc-mcvs-register):
11085 * shadowfile.el (shadow-define-literal-group):
11086 * woman.el (woman-file-name):
11087 * vc.el (vc-version-diff, vc-merge):
11088 * textmodes/reftex-index.el (reftex-index-complete-tag):
11089 * format.el (format-decode-buffer, format-decode-region):
11090 * emulation/viper-cmd.el (viper-read-string-with-history):
11091 * emacs-lisp/debug.el (cancel-debug-on-entry):
11092 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11093 * ediff.el (ediff-merge-revisions)
11094 (ediff-merge-revisions-with-ancestor, ediff-revision):
11095 * completion.el (interactive-completion-string-reader):
11096 * calc/calc-prog.el (calc-user-define-formula):
11097 Follow convention for reading with the minibuffer.
11098
11099 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
11100
11101 * progmodes/python.el (python-describe-symbol): Add globals() and
11102 locals() to the arguments of emacs.ehelp.
11103
11104 2005-09-24 Magnus Henoch <mange@freemail.hu>
11105
11106 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
11107 New function, code extracted from ispell-valid-dictionary-list.
11108 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
11109 Call it.
11110
11111 2005-09-24 Eli Zaretskii <eliz@gnu.org>
11112
11113 * subr.el (version-regexp-alist): Extend valid syntax for version
11114 strings: allow any of the characters -,_,+ to separate the
11115 alpha/beta/rc part from the version part. Doc fix.
11116 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
11117
11118 2005-09-23 David Reitter <david.reitter@gmail.com>
11119
11120 * mail/mailclient.el: New file.
11121
11122 2005-09-23 Richard M. Stallman <rms@gnu.org>
11123
11124 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
11125 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
11126 Doc fixes.
11127
11128 * progmodes/cc-mode.el (c-font-lock-init):
11129 Specify font-lock-lines-before.
11130
11131 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11132
11133 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
11134 whole conflict.
11135
11136 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
11137
11138 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
11139 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
11140 of `remap' feature when available. Additional key bindings for
11141 better tty support.
11142 (org-mode-restart, org-force-self-insert): New commands.
11143 (org-time-stamp-inactive): New command.
11144 (org-remap): New function.
11145 (org-table-auto-blank-field, org-level-color-stars-only): New options.
11146 (org-enable-fixed-width-editor): Move to `org-structure'
11147 customization group.
11148 (org-self-insert-command, orgtbl-self-insert-command): Modify to
11149 blank field after field motion commands.
11150
11151 2005-09-23 Kenichi Handa <handa@m17n.org>
11152
11153 * international/mule-cmds.el (set-language-environment):
11154 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
11155 have to call utf-translate-cjk-load-tables.
11156
11157 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11158
11159 * mouse.el (mouse-move-drag-overlay): Fix last change.
11160
11161 2005-09-22 David Ponce <david@dponce.com>
11162
11163 * tree-widget.el (tree-widget-value-create): Fix previous change.
11164
11165 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11166
11167 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
11168
11169 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11170
11171 * mouse.el (mouse-move-drag-overlay): New function.
11172 (mouse-drag-region-1): Use it.
11173 Try to simplify a bit the state handling. Handle clicks on links
11174 inside intangible areas.
11175 (mouse-save-then-kill): Minor simplification.
11176 (mouse-secondary-overlay): Make it always non-nil instead of
11177 recreating it each time.
11178 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
11179 (mouse-kill-secondary, mouse-secondary-save-then-kill):
11180 Simplify accordingly.
11181
11182 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11183
11184 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
11185
11186 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
11187
11188 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
11189 (ediff-file-name-sans-prefix): Treat nil as an empty string.
11190 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
11191 to patch.
11192
11193 * ediff-util.el: Use insert-buffer-substring.
11194
11195 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
11196
11197 * emulation/viper-cmd.el (viper-change-state): Don't move over the
11198 field boundaries in the minibuffer.
11199 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
11200 (viper-minibuffer-post-command-hook): New hook.
11201 (viper-line): Don't move cursor at bolp.
11202
11203 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
11204
11205 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
11206 avoid compiler warnings.
11207
11208 * emulation/viper-macs.el (ex-map): Better messages.
11209
11210 * emulation/viper-utils.el (viper-beginning-of-field): New function.
11211
11212 * emulation/viper.el: Replace make-variable-buffer-local with
11213 viper-make-variable-buffer-local everywhere, to avoid warnings.
11214
11215 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11216
11217 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
11218 Delete unused var `old-selected-window'.
11219 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
11220 (mouse-drag-secondary): Delete unused var `start-frame'.
11221
11222 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11223
11224 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
11225
11226 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11227
11228 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
11229 Re-indent within 80 columns. Use inhibit-read-only.
11230
11231 2005-09-19 Romain Francoise <romain@orebokech.com>
11232
11233 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
11234
11235 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11236
11237 * font-lock.el (font-lock-default-fontify-region): Don't add a line
11238 unconditionally, since the after-change-function already did it.
11239
11240 2005-09-19 Miles Bader <miles@gnu.org>
11241
11242 * net/newsticker.el: Get rid of CVS keyword.
11243
11244 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
11245
11246 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
11247 The prompt is formatted later.
11248
11249 2005-09-19 David Ponce <david@dponce.com>
11250
11251 * tree-widget.el (tree-widget-value-create): Save the converted
11252 tree :node widget.
11253
11254 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
11255
11256 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
11257 variable `message'.
11258
11259 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
11260
11261 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
11262 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
11263 <slawomir.nowaczyk.847@student.lu.se>.
11264
11265 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
11266
11267 * image.el (image-load-path): Use symbol `data-directory' instead
11268 of its value, for backward compatibility with packages that bind
11269 it during `find-image'. Suggested by Katsumi Yamaoka.
11270 (image-search-load-path): Handle symbols whose values are strings.
11271
11272 2005-09-18 Romain Francoise <romain@orebokech.com>
11273
11274 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
11275 with-current-buffer form in save-excursion.
11276
11277 2005-09-18 D Goel <deego@gnufans.org>
11278
11279 * apropos.el (apropos-command): Fix `message' call: first arg
11280 should be a format spec. In this and all other cases that appear
11281 below and elsewhere in the source code, I made a change only when
11282 two conditions were satisfied: [1] I can think of a possibility
11283 that the arguments would cause an error, for example, the code in
11284 question relies on external variables such as filenames. [2] I
11285 was sure that the arg to `message' could not have been nil in the code.
11286
11287 * textmodes/tildify.el (tildify-region): Ditto.
11288
11289 * textmodes/reftex-index.el (reftex-index-change-entry)
11290 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
11291 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
11292 * textmodes/org.el (org-complete, org-deadline, org-schedule)
11293 (org-priority, org-table-sum):
11294 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
11295 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
11296 (flyspell-word, flyspell-display-next-corrections):
11297 * textmodes/bibtex.el (bibtex-print-help-message):
11298 * textmodes/artist.el (artist-key-set-point-poly):
11299 * term/mac-win.el (mac-services-insert-text):
11300 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
11301 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
11302 (vhdl-port-paste-testbench, vhdl-compose-new-component)
11303 (vhdl-compose-configuration):
11304 * progmodes/sh-script.el (sh-blink, sh-show-indent)
11305 (sh-set-indent, sh-learn-line-indent):
11306 * progmodes/ps-mode.el (ps-mode-target-column):
11307 * progmodes/idlwave.el (idlwave-make-tags)
11308 (idlwave-scan-library-catalogs):
11309 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
11310 * progmodes/gud.el (gud-jdb-analyze-source):
11311 * progmodes/flymake.el (flymake-log):
11312 * progmodes/ebnf2ps.el (ebnf-generate-region):
11313 * progmodes/cmacexp.el (c-macro-expansion):
11314 * progmodes/ada-xref.el (ada-treat-cmd-string):
11315 * progmodes/ada-mode.el (ada-create-case-exception-substring)
11316 (ada-justified-indent-current, ada-batch-reformat):
11317 * play/zone.el (zone):
11318 * play/landmark.el (lm-move):
11319 * play/decipher.el (decipher-show-alphabet):
11320 * net/newsticker.el (newsticker--display-jump)
11321 (newsticker--display-scroll):
11322 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
11323 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
11324 * mail/feedmail.el (feedmail-dump-message-to-queue):
11325 * eshell/esh-proc.el (eshell-remove-process-entry):
11326 * emulation/ws-mode.el (ws-last-error):
11327 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
11328 (viper-record-kbd-macro):
11329 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
11330 * emacs-lisp/lisp-mnt.el (lm-report-bug):
11331 * emacs-lisp/find-func.el (find-function-noselect):
11332 * calendar/timeclock.el (timeclock-status-string)
11333 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
11334 (timeclock-when-to-leave-string):
11335 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
11336 * calc/calc-units.el (calc-enter-units-table):
11337 * calc/calc-mode.el (calc-mode-record-mode):
11338 * woman.el (woman-mini-help):
11339 * wdired.el (wdired-change-to-wdired-mode):
11340 * vc.el (vc-retrieve-snapshot):
11341 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
11342 * startup.el (display-startup-echo-area-message):
11343 * simple.el (set-goal-column):
11344 * ses.el (ses-command-hook, ses-recalculate-cell):
11345 * server.el (server-process-filter):
11346 * printing.el (pr-interface-txt-print, pr-interface-printify)
11347 (pr-interface-ps):
11348 * pcvs.el (cvs-help):
11349 * log-edit.el (log-edit, log-edit-mode-help):
11350 * iswitchb.el (iswitchb-possible-new-buffer):
11351 * isearch.el (isearch-edit-string):
11352 * image-mode.el (image-mode, image-minor-mode):
11353 * ibuf-macs.el (define-ibuffer-filter):
11354 * hi-lock.el (hi-lock-find-patterns):
11355 * files.el (toggle-read-only):
11356 * ediff-util.el (ediff-copy-diff)
11357 (ediff-write-merge-buffer-and-maybe-kill):
11358 * echistory.el (Electric-history-undefined):
11359 * dnd.el (dnd-insert-text):
11360 * dired-aux.el (dired-query):
11361 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11362 * bookmark.el (bookmark-bmenu-locate):
11363 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11364 Fix `message' calls to ensure first arg is a format string.
11365 The change was made only when these two conditions were satisfied:
11366 [1] when there is a possibility that the arguments would cause an error
11367 for example, if the code in question relies on external variables
11368 such as filenames, and
11369 [2] if the arg to `message' could not have been nil in the code.
11370
11371 * pcomplete.el (pcomplete--help): Fix `message' format spec.
11372 Not having a %s would be weird, though not technically wrong.
11373
11374 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11375
11376 * term/mac-win.el (mac-add-charset-info): Doc fix.
11377
11378 2005-09-17 Romain Francoise <romain@orebokech.com>
11379
11380 * shell.el (shell-resync-dirs): Handle echoing processes more
11381 reliably. Don't insert resync command if `comint-process-echoes'
11382 is non-nil.
11383
11384 2005-09-17 Magnus Henoch <mange@freemail.hu>
11385
11386 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11387 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11388 aspell versions >= 0.60.
11389 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11390 only if ispell-aspell-supports-utf8 is non-nil.
11391
11392 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11393
11394 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11395 buffer-local value to lisp-indent-function.
11396
11397 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11398
11399 * progmodes/glasses.el (glasses-make-readable): If
11400 glasses-separator differs from underscore, put appropriate
11401 overlays over underscore characters.
11402 (glasses-convert-to-unreadable): If glasses-separator differs from
11403 underscore, try to convert glasses-separator characters to
11404 underscores.
11405
11406 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11407
11408 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11409 Use with-syntax-table and dolist.
11410
11411 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11412
11413 * textmodes/reftex-auc.el:
11414 * textmodes/reftex-cite.el:
11415 * textmodes/reftex-dcr.el:
11416 * textmodes/reftex-global.el:
11417 * textmodes/reftex-parse.el:
11418 * textmodes/reftex-ref.el:
11419 * textmodes/reftex-sel.el:
11420 * textmodes/reftex-toc.el:
11421 * textmodes/reftex-vars.el:
11422 * textmodes/reftex.el: Small changes to remove compiler warnings.
11423
11424 * textmodes/reftex-index.el: Likewise.
11425 (reftex-query-index-phrase): More efficient use of markers.
11426
11427 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11428
11429 * image.el (image-load-path): New variable.
11430 (image-search-load-path): New function.
11431 (find-image): Search for images in `image-load-path'.
11432
11433 2005-09-15 Richard M. Stallman <rms@gnu.org>
11434
11435 * follow.el: Change Maintainer field.
11436
11437 2005-09-15 David Ponce <david@dponce.com>
11438
11439 * recentf.el (recentf-save-file-modes): New option.
11440 (recentf-save-list): Use it.
11441
11442 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11443
11444 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11445 (mode-line-mule-info, mode-line-modified): Move bindings from
11446 mouse-3 to mouse-1.
11447
11448 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11449
11450 * simple.el (sendmail-user-agent-compose): Revert last change.
11451
11452 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11453
11454 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11455 Use with-current-buffer.
11456 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11457 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11458 (ange-ftp-insert-directory): Remove unused var `short'.
11459 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11460
11461 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11462 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11463
11464 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11465 (check-calendar-holidays, diary-list-entries): Autoload.
11466 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11467 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11468
11469 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11470 which mistakenly removed a call to display-buffer.
11471
11472 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11473
11474 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11475
11476 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11477
11478 * progmodes/hideshow.el
11479 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11480 (hs-allow-nesting): New user var.
11481 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11482 (hs-hide-block-at-point): When nesting allowed,
11483 if there is already an overlay in place, delete it.
11484 (hs-safety-is-job-n): Delete func; remove call sites.
11485 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11486 (hs-overlay-at): New func.
11487 (hs-already-hidden-p, hs-show-block): Use it.
11488 (hs-hide-all): Don't pre-clean if nesting allowed.
11489 (hs-show-all): Temporarily disallow
11490 nesting around call to `hs-discard-overlays'.
11491
11492 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11493
11494 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11495 Delete unused local var.
11496
11497 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11498
11499 * help-fns.el (describe-categories): "?\ " -> "?\s".
11500 (help-do-arg-highlight): Recognize also ARG-n, as in
11501 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11502
11503 * international/codepage.el (dos-unsupported-char-glyph):
11504 * net/newsticker.el (tool-bar-map, w3-mode-map)
11505 (w3m-minor-mode-map):
11506 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11507 (ent-alist):
11508 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11509
11510 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11511
11512 * custom.el (custom-push-theme): Handle the case where a symbol is
11513 bound but face properties have not yet been assigned.
11514
11515 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11516 Fix behavior if noerase is `t' and there is no mail buffer.
11517
11518 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11519 if `continue' is nil, rather than signal an error.
11520
11521 2005-09-12 Richard M. Stallman <rms@gnu.org>
11522
11523 * font-lock.el (font-lock-keywords): Add autoload.
11524
11525 * help-fns.el (describe-variable): Rearrange to put source link
11526 in a predictable place.
11527
11528 * net/newsticker.el: New file.
11529
11530 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11531
11532 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11533 (calendar-basic-setup): Use the new nil arg.
11534 (number-of-diary-entries): Move to diary-lib.el.
11535
11536 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11537 (diary-list-entries): Use with-syntax-table and dolist.
11538 Rename from list-diary-entries.
11539 Use number-of-diary-entries if `number' is nil.
11540 (diary, diary-view-entries): Use this new name and new nil arg value.
11541 (number-of-diary-entries): Move from calendar.el.
11542 (diary-unhide-everything): New function.
11543 (include-other-diary-files, fancy-diary-display)
11544 (diary-show-all-entries, make-diary-entry): Use it.
11545 (diary-mail-entries): Use buffer-string.
11546 (mark-diary-entries): Fix long standing paren typo.
11547 (diary-sexp-entry): Use count-lines.
11548 (make-diary-entry): Avoid `previous-line'.
11549 (diary-mode-map): New var.
11550 (diary-mode): Redraw cal after saving. Setup header-line.
11551 (fancy-diary-display-mode): Use local-set-key.
11552
11553 * startup.el (command-line): Try calling various terminal-init-foo-bar
11554 functions by stripping hyphenated suffixes from $TERM.
11555
11556 * files.el (normal-mode): Check boundness of font-lock-keywords.
11557
11558 2005-09-12 Richard M. Stallman <rms@gnu.org>
11559
11560 * progmodes/compile.el: Don't decide a file's directory
11561 until the user actually tries to go there.
11562 (compilation-next-error-function):
11563 Pass compilation-find-file the directory from the file-struct.
11564 (compilation-internal-error-properties): Separate local FILE-STRUCT
11565 from FILE. Doc the args better. Rename arg FMT to FMTS.
11566 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11567 Expand it, and if nil, use default-directory.
11568 (compilation-get-file-structure): Don't mix specified directory
11569 with default directory. Put specified directory into
11570 file-struct. Don't make the file name absolute.
11571
11572 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11573 (compile-command): Add autoload.
11574 (compilation-disable-input): Add autoload.
11575
11576 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11577
11578 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11579 strings of the variables it can override.
11580 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11581 %Q and %q, for fully-qualified domain name and unqualified host name.
11582
11583 2005-09-11 Kim F. Storm <storm@cua.dk>
11584
11585 * emacs-lisp/authors.el (authors-aliases): Update list.
11586 (authors-fixed-entries): Update mldrag.el entry.
11587
11588 2005-09-10 Alan Mackenzie <acm@muc.de>
11589
11590 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11591 from the region narrowed to.
11592
11593 2005-09-10 Magnus Henoch <mange@freemail.hu>
11594
11595 * textmodes/ispell.el (ispell-check-version): Signal an error if
11596 aspell version is less than 0.60.
11597
11598 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11599
11600 * progmodes/octave-inf.el (inferior-octave-startup):
11601 Resync current dir at the end.
11602
11603 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11604
11605 * woman.el (woman-topic-at-point-default):
11606 Rename to woman-use-topic-at-point-default.
11607 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11608 (woman-file-name): Reflect renames above. Automatically use the
11609 word at point as topic if woman-use-topic-at-point is non-nil.
11610 Otherwise offer it as default but don't insert it in the
11611 minibuffer. Also use `test-completion' instead of `assoc' as
11612 suggested by Stefan Monnier.
11613
11614 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11615
11616 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11617 the attempt to do it over Tramp. This is not yet supported.
11618
11619 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11620
11621 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11622 (menu-bar-non-minibuffer-window-p): New functions.
11623 ("Split Window", "Save As..."): Use them.
11624 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11625 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11626 Use menu-bar-menu-frame-live-and-visible-p.
11627 ("Save Buffer", "Insert File", "Open Directory...")
11628 ("Open File...", "Visit New File..."):
11629 Use menu-bar-non-minibuffer-window-p.
11630 (kill-this-buffer-enabled-p, dired <menu-enable>):
11631 Use menu-bar-non-minibuffer-window-p.
11632
11633 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11634
11635 * cus-start.el (all): Don't complain about fringe-related
11636 built-ins if fringes are not supported. Ditto about
11637 selection-related built-ins. Fix the test for GTK-related built-ins.
11638
11639 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11640 ("Postscript Print Buffer", "Print Region", "Save As...")
11641 ("Save", "Insert File...", "Open Directory...")
11642 ("Open File...", "Visit New File..."")
11643 ("Truncate Long Lines in this Buffer"): Don't look at
11644 menu-updating-frame if this display does not support multiple frames.
11645
11646 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11647
11648 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11649
11650 2005-09-09 Emilio Lopes <eclig@gmx.net>
11651
11652 * woman.el: Format- and whitespace-related changes.
11653
11654 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11655
11656 * woman.el: Fix my email address.
11657
11658 2005-09-08 Richard M. Stallman <rms@gnu.org>
11659
11660 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11661 (sh-mode): Locally set skeleton-pair-default-alist.
11662
11663 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11664
11665 * progmodes/flymake.el: Require `compile' unconditionally.
11666
11667 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11668
11669 * woman.el (woman-file-name): Provide a default, not initial input.
11670
11671 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11672
11673 * font-lock.el (font-lock-support-mode): Doc fix.
11674
11675 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11676
11677 2005-09-08 Richard M. Stallman <rms@gnu.org>
11678
11679 * simple.el (blink-matching-open): Get rid of text props from
11680 the string shown in echo area. Don't permanently set point.
11681 Some rearrangements.
11682
11683 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11684
11685 * recentf.el (recentf-filename-handler): Add custom choice
11686 `abbreviate-file-name'.
11687
11688 * msb.el (msb--very-many-menus): Fix typo.
11689
11690 * disp-table.el (standard-display-european): Don't set
11691 enable-multibyte-characters to nil.
11692
11693 2005-09-08 David Ponce <david@dponce.com>
11694
11695 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11696 (recentf-expand-file-name): Doc fix.
11697 (recentf-dialog-mode-map): Define digit shortcuts.
11698 (recentf--files-with-key): New variable.
11699 (recentf-show-digit-shortcut-filter): New function.
11700 (recentf-open-files-items): New function.
11701 (recentf-open-files): Use it.
11702 (recentf-open-file-with-key): New command.
11703
11704 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11705
11706 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11707 Suggested by Kim F. Storm.
11708 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11709 (Buffer-menu-make-sort-button): Use global keymap.
11710
11711 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11712
11713 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11714 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11715 necessary any longer with the remapped command.
11716 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11717 formatting time only.
11718
11719 * net/tramp.el (tramp-action-password)
11720 (tramp-multi-action-password): Compile the password prompt from
11721 `method', `user' and `host'. Sometimes it isn't obvious which
11722 password to enter, for example with remote files offered by
11723 recentf.el, or with multiple steps. Suggested by Robert Marshall
11724 <robert@chezmarshall.freeserve.co.uk>.
11725
11726 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11727
11728 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11729 Fix regexp for when "s///" is at the beginning of line.
11730
11731 2005-09-07 Jay Belanger <belanger@truman.edu>
11732
11733 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11734 when in matrix mode.
11735
11736 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11737
11738 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11739 non-anonymous functions.
11740
11741 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11742
11743 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11744 when using a header line. Otherwise, use mouse-1-click-follows-link.
11745
11746 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11747 can't be moved; don't signal an error.
11748
11749 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11750
11751 * cus-theme.el (custom-theme-write-faces): Save the current face
11752 spec, not the defface spec.
11753
11754 * custom.el (custom-known-themes): Clarify meaning of "standard".
11755 (custom-push-theme): Save old values in the standard theme.
11756 (disable-theme): Correct typo.
11757 (custom-face-theme-value) Deleted unused function.
11758 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11759
11760 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11761
11762 * progmodes/compile.el (compilation-goto-locus): Take into account
11763 iconified frames when determining whether the buffer is
11764 already visible.
11765 Don't reset window height if the window already existed.
11766
11767 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11768
11769 * custom.el (load-theme): Rename from require-theme.
11770 Add interactive spec.
11771 (enable-theme): Rename from custom-enable-theme.
11772 Add interactive spec.
11773 (disable-theme): Rename from custom-disable-theme.
11774 Add interactive spec.
11775 (custom-make-theme-feature): Doc fix.
11776 (custom-theme-directory): Doc fix.
11777 (provide-theme): Call enable-theme.
11778
11779 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11780
11781 * obsolete/lazy-lock.el (lazy-lock-mode):
11782 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11783 font-lock-mode if it's off. Print a warning instead.
11784
11785 * progmodes/compile.el (compilation-start): Ignore errors if the
11786 process died before we get to send-eof.
11787
11788 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11789 Undo last change. Enclosing the result in quotes broke things on Unix
11790 since tex-send-command passes it through shell-quote-argument.
11791 (tex-send-command): Pass `file' through convert-standard-filename
11792 when possible.
11793 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11794 info in a transcript.
11795
11796 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11797
11798 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11799 fix compilation warning. Reorder the key definitions to group
11800 together keys emitted by the current version of xterm.
11801
11802 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11803 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11804 Reorder predicates to correct min-color usage.
11805
11806 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11807
11808 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11809 Kill local variables when longlines-mode is turned off.
11810
11811 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11812
11813 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11814
11815 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11816
11817 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11818
11819 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11820 (font-lock-lines-before): Change default to being inactive.
11821 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11822 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11823
11824 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11825
11826 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11827 Deactivate temporarily advice if active (not needed for Emacs 22,
11828 but for backwards compatibility).
11829 (tramp-exists-file-name-handler): Rewrite. First implementation
11830 was too simple.
11831 (tramp-advice-make-auto-save-file-name):
11832 Call `tramp-handle-make-auto-save-file-name' (again, just for
11833 backwards compatibility).
11834
11835 2005-08-31 Reto Zimmermann <reto@gnu.org>
11836
11837 * progmodes/vhdl-mode.el
11838 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11839 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11840 (vhdl-set-default-project): New function (easier setting of default).
11841 (vhdl-port-copy): Handle extended identifiers for generics.
11842 (vhdl-compiler-alist): Better description for error message regexp.
11843 (vhdl-make): Query for target, use previous as default.
11844 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11845 (vhdl-font-lock-keywords-2): Fix fontification for record
11846 el. assign.
11847 (vhdl-speedbar-make-subpack-line): Add package body link.
11848 (vhdl-generate-makefile-1): Not include itself as dependency.
11849 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11850 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11851 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11852 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11853 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11854 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11855 (vhdl-import-project): Add string argument for `error'.
11856 (vhdl-compose-configuration)
11857 (vhdl-compose-configuration-architecture): Add configuration
11858 declaration generation.
11859 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11860 (vhdl-trailer-re): Add "record" keyword (better indentation).
11861 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11862 "[^ \t-\"]+".
11863 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11864 (vhdl-testbench-entity-file-name)
11865 (vhdl-testbench-architecture-file-name): Allow separate
11866 customization of testbench file names.
11867 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11868 (vhdl-get-visible-signals): Allow newline within alias declaration.
11869 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11870 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11871 (member-ignore-case): Alias for missing function in XEmacs.
11872 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11873 (vhdl-update-sensitivity-list): Ignore case on read signals.
11874 (vhdl-replace-string): Adjust case only for file names.
11875 (vhdl-update-sensitivity-list): Fix search for read signals.
11876 (vhdl-update-sensitivity-list): Exclude formal parameters.
11877 (vhdl-get-visible-signals): Include aliases of signals.
11878 (vhdl-get-visible-signals): Fix signal name searching.
11879 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11880 (vhdl-fixup-whitespace-region): Fix for character
11881 literals (e.g. `:').
11882
11883 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11884
11885 * ansi-color.el (comint-last-output-start):
11886 * bs.el (font-lock-verbose):
11887 * diff-mode.el (add-log-buffer-file-name-function):
11888 * dired-x.el (vm-folder-directory):
11889 * faces.el (help-xref-stack-item):
11890 * files.el (font-lock-keywords):
11891 * find-lisp.el (dired-buffers, dired-subdir-alist):
11892 * ido.el (cua-inhibit-cua-keys):
11893 * log-view.el (cvs-minor-wrap-function):
11894 * outline.el (font-lock-warning-face):
11895 * simple.el (compilation-current-error):
11896 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11897 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11898 * tooltip.el (comint-prompt-regexp):
11899 * w32-fns.el (explicit-shell-file-name):
11900 * term/mac-win.el (mac-charset-info-alist)
11901 (mac-services-selection, mac-system-script-code):
11902 * term/tty-colors.el (msdos-color-values):
11903 * term/w32-win.el (xlfd-regexp-registry-subnum):
11904 * term/x-win.el (x-keysym-table, x-selection-timeout)
11905 (x-session-id, x-session-previous-id):
11906 * textmodes/ispell.el (mail-yank-prefix):
11907 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11908 * textmodes/org.el (calc-embedded-close-formula)
11909 (calc-embedded-open-formula)
11910 (font-lock-unfontify-region-function):
11911 * textmodes/reftex-global.el (isearch-next-buffer-function)
11912 (TeX-master):
11913 * textmodes/reftex.el (font-lock-keywords):
11914 * textmodes/tex-mode.el (font-lock-comment-face)
11915 (font-lock-doc-face):
11916 * textmodes/texinfo.el (outline-heading-alist):
11917 Add defvars.
11918
11919 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11920 (artist-spray-chars, artist-mode-init, artist-replace-string)
11921 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11922 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11923 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11924
11925 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11926 (conf-align-assignments): "?\ " -> "?\s".
11927
11928 * textmodes/reftex-index.el (TeX-master): Add defvar.
11929 (reftex-index-phrases-marker): Move up defvar.
11930
11931 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11932 (reftex-toc-include-labels-indicator)
11933 (reftex-toc-include-index-indicator)
11934 (reftex-toc-max-level-indicator): Move up declarations.
11935
11936 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11937 of args to `tramp-run-real-handler', even if it's empty in this case.
11938
11939 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11940
11941 * dired.el (dired-move-to-filename-regexp): Add date format for
11942 Mac OS X 10.3 in East Asian locales.
11943
11944 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11945
11946 * files.el (make-auto-save-file-name): Add file name handler call
11947 if applicable.
11948
11949 * net/tramp.el (tramp-file-name-handler-alist)
11950 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11951 (tramp-handle-make-auto-save-file-name): Rename from
11952 `tramp-make-auto-save-file-name'.
11953 (tramp-exists-file-name-handler): New defun.
11954 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11955 `make-auto-save-file-name' is not a magic file name operation.
11956
11957 2005-08-30 Richard M. Stallman <rms@gnu.org>
11958
11959 * files.el (risky-local-variable-p):
11960 Match `-predicates' and `-commands.
11961
11962 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11963 (custom-save-all): Visit the file if necessary;
11964 kill the buffer if we created it.
11965 (custom-save-delete): Don't visit file or kill buffer here.
11966
11967 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11968
11969 * textmodes/org.el (org-special-keyword): New face.
11970 (org-table-copy-down, org-table-eval-formula)
11971 (org-table-recalculate, org-init-section-numbers):
11972 Use `string-to-number' instead of `string-to-int'.
11973 (org-get-location): Use `insert-buffer-substring' instead of
11974 `insert-buffer'.
11975 (org-modify-diary-entry-string): New function.
11976 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11977 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11978 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11979 active region.
11980 (org-export-as-html): Handle QUOTE keyword.
11981 (org-quote-string): New option.
11982 (org-bookmark-jump-unhide): New function, used for
11983 `bookmark-after-jump-hook'.
11984 (org-diary-default-entry): Apply only when not called through
11985 `org-agenda'.
11986
11987 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11988
11989 * net/eudc.el (mode-popup-menu):
11990 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11991 * progmodes/ada-mode.el (compile-auto-highlight)
11992 (skeleton-further-elements):
11993 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11994 * progmodes/cmacexp.el (msdos-shells):
11995 * progmodes/compile.el (font-lock-extra-managed-props)
11996 (font-lock-keywords, font-lock-maximum-size)
11997 (font-lock-support-mode):
11998 * progmodes/grep.el (font-lock-lines-before):
11999 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
12000 * progmodes/mixal-mode.el (compile-command):
12001 * progmodes/perl-mode.el (font-lock-comment-face)
12002 (font-lock-doc-face, font-lock-string-face):
12003 * progmodes/prolog.el (comint-prompt-regexp):
12004 * progmodes/sh-script.el (font-lock-comment-face)
12005 (font-lock-set-defaults, font-lock-string-face):
12006 * progmodes/sql.el (font-lock-keyword-face)
12007 (font-lock-set-defaults, font-lock-string-face):
12008 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
12009 (itimer-version, lazy-lock-defer-contextually)
12010 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
12011 Add defvars.
12012
12013 * progmodes/cperl-mode.el (cperl-electric-lbrace)
12014 (cperl-electric-keyword, cperl-electric-pod)
12015 (cperl-electric-backspace, cperl-forward-re)
12016 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
12017 (vc-rcs-header, vc-sccs-header): Add defvars.
12018
12019 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
12020 (font-lock-syntactic-keywords, gud-find-expr-function):
12021 Add defvars.
12022
12023 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
12024 (gdb-frame-parameters): Declare before use.
12025
12026 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
12027 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
12028 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
12029 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
12030
12031 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
12032 (idlwave-help-with-source): Use `insert-buffer-substring', not
12033 `insert-buffer'.
12034
12035 2005-08-29 Juri Linkov <juri@jurta.org>
12036
12037 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
12038 Put outline-back-to-heading function call inside save-excursion.
12039
12040 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
12041
12042 * man.el (Man-init-defvars, Man-translate-references)
12043 (Man-support-local-filenames, Man-highlight-references):
12044 * progmodes/sql.el (sql-interactive-mode):
12045 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
12046
12047 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
12048 (compilation-mode-font-lock-keywords): Add defvars.
12049 (checkdoc-interactive-loop): "?\ " -> "?\s".
12050
12051 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
12052 (font-lock-doc-face, font-lock-string-face)
12053 (font-lock-keywords-case-fold-search): Add defvars.
12054 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
12055
12056 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
12057 Don't pass X and Y (they are ignored anyway).
12058 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
12059 (mouse-delete-window): Make arguments optional.
12060
12061 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
12062 (caesar-translate-table, minor-modes, news-buffer-save)
12063 (news-group-name, news-minor-modes): Add defvars.
12064
12065 * emacs-lisp/lselect.el (mouse-highlight-priority)
12066 (x-lost-selection-functions, zmacs-regions):
12067 * emacs-lisp/pp.el (font-lock-verbose):
12068 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
12069 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
12070 (ses-mode-map):
12071 * emacs-lisp/tcover-unsafep.el (safe-functions):
12072 * international/mule-cmds.el (mac-system-coding-system)
12073 (mac-system-locale):
12074 * language/ethio-util.el (rmail-current-message)
12075 (rmail-message-vector):
12076 * language/thai-util.el (thai-auto-composition-mode):
12077 * mail/metamail.el (rmail-current-message, rmail-message-vector):
12078 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
12079 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
12080 (vm-primary-inbox, vm-spool-files):
12081 * mail/rmail.el (deleted-head, font-lock-fontified)
12082 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
12083 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
12084 (total-messages):
12085 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
12086 (rmail-summary-mode-map):
12087 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
12088 (rmail-last-label, rmail-last-multi-labels)
12089 (rmail-summary-vector, rmail-total-messages):
12090 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
12091 * mail/rmailsum.el (msgnum):
12092 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
12093 (rmail-current-message):
12094 * obsolete/fast-lock.el (font-lock-face-list):
12095 * obsolete/rnewspost.el (mail-reply-buffer):
12096 * obsolete/scribe.el (compile-command):
12097 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
12098
12099 2005-08-28 John Paul Wallington <jpw@gnu.org>
12100
12101 * ibuf-ext.el (ibuffer-auto-update-changed):
12102 Use `frame-or-buffer-changed-p' to check whether we need to update.
12103 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
12104 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
12105 as a `frame-or-buffer-changed-p' state vector instead.
12106
12107 2005-08-27 Romain Francoise <romain@orebokech.com>
12108
12109 * textmodes/makeinfo.el (makeinfo-compile):
12110 Use `compilation-start'. Set `next-error-function' according to
12111 `disable-errors'.
12112 (makeinfo-next-error): New function.
12113 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
12114 (makeinfo-buffer): Likewise.
12115
12116 * progmodes/compile.el (compilation-start): Add autoload cookie.
12117
12118 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
12119 * textmodes/sgml-mode.el: Likewise.
12120 * progmodes/python.el: Likewise.
12121
12122 2005-08-27 Eli Zaretskii <eliz@gnu.org>
12123
12124 * simple.el (blink-matching-paren-distance): Document the meaning
12125 of nil value, and allow to customize to nil.
12126
12127 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
12128 command.com, not command.exe.
12129
12130 2005-08-26 John Wiegley <johnw@newartisans.com>
12131
12132 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
12133 code around a bit so that an extraneous nil argument is not added
12134 to a command when no args are given.
12135
12136 * eshell/esh-arg.el (eshell-parse-double-quote): If a
12137 double-quoted argument resolves to nil, return it as an empty
12138 string rather than as nil. This made it impossible to pass "" to
12139 a shell script as a null string argument.
12140
12141 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
12142
12143 * outline.el (outline-invent-heading): New fun.
12144 (outline-promote, outline-demote): Use it.
12145 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
12146 (outline-end-of-subtree): Remove unused var `opoint'.
12147
12148 2005-08-26 David Reitter <david.reitter@gmail.com>
12149
12150 * menu-bar.el (truncate-lines, write-file, print-buffer)
12151 (ps-print-buffer-faces, ps-print-buffer, split-window):
12152 Disable menu items when the frame they refer to is invisible, or when
12153 they refer to a buffer and the minibuffer is selected.
12154
12155 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
12156
12157 * progmodes/flymake.el (flymake-highlight-err-lines):
12158 Use save-excursion around flymake-highlight-line to preserve point.
12159
12160 2005-08-26 Eli Zaretskii <eliz@gnu.org>
12161
12162 * progmodes/octave-mod.el: Change Author and Maintainer address.
12163 (octave-maintainer-address): Change Kurt's email address.
12164 * progmodes/octave-inf.el: Change Author and Maintainer address.
12165 * progmodes/octave-hlp.el: Change Author and Maintainer address.
12166
12167 2005-08-26 Kim F. Storm <storm@cua.dk>
12168
12169 * subr.el (version-list-<, version-list-<=, version-list-=):
12170 Rename from integer-list-*.
12171 (version-list-not-zero): Likewise. Fix while loop.
12172 (version=): Use version-list-= instead of string-equal.
12173
12174 2005-08-26 Richard M. Stallman <rms@gnu.org>
12175
12176 * outline.el (outline-promote): Try shortening the heading.
12177 As last resort, read the heading to use.
12178 (outline-demote): As last resort, read the heading to use.
12179
12180 2005-08-26 Romain Francoise <romain@orebokech.com>
12181
12182 * progmodes/compile.el (compilation-start): Doc fix.
12183
12184 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
12185 (antlr-font-lock-additional-keywords): Fix reference to
12186 `antlr-font-lock-literal-regexp' erroneously changed during the
12187 mass face rename.
12188 (antlr-run-tool): Use `compilation-start'.
12189
12190 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
12191 instead of the obsolete `compile-internal'.
12192
12193 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
12194
12195 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
12196 (number, original-date):
12197 * calendar/cal-china.el (date):
12198 * calendar/cal-coptic.el (date):
12199 * calendar/cal-french.el (date):
12200 * calendar/cal-hebrew.el (date, entry, number, original-date):
12201 * calendar/cal-islam.el (date, number, original-date):
12202 * calendar/cal-iso.el (date):
12203 * calendar/cal-julian.el (date):
12204 * calendar/cal-mayan.el (date):
12205 * calendar/cal-menu.el (date, event):
12206 * calendar/cal-persia.el (date):
12207 * calendar/lunar.el (date):
12208 * calendar/solar.el (date): Add defvars.
12209
12210 * emerge.el:
12211 * ibuffer.el:
12212 * info-xref.el:
12213 * obsolete/bg-mouse.el:
12214 * obsolete/sun-curs.el:
12215 * obsolete/swedish.el: Move the `defvar's to the top level.
12216
12217 * smerge-mode.el (smerge-refined-change): Add :group.
12218
12219 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
12220
12221 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
12222 (smerge-keep-n): Remove props.
12223 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
12224 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
12225 now that it's done in smerge-keep-n.
12226 (smerge-refined-change): New face.
12227 (smerge-refine-chopup-region, smerge-refine-highlight-change)
12228 (smerge-refine): New funs.
12229 (smerge-basic-map): Bind smerge-refine.
12230
12231 2005-08-25 Juri Linkov <juri@jurta.org>
12232
12233 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
12234 compilation-process-setup-function and compilation-disable-input
12235 in grep-mode instead of let-bindings in grep.
12236
12237 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
12238 Delete "Automatic File De/compression" (auto-compression-mode).
12239
12240 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
12241
12242 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
12243 Silence warning about non-existent variable.
12244
12245 2005-08-25 Richard M. Stallman <rms@gnu.org>
12246
12247 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
12248 Rename "Describe Key" to "Describe Key or Mouse Operation".
12249
12250 * mail/mailalias.el (build-mail-aliases): Delete comments
12251 from the contents before processing them.
12252
12253 * isearch.el (isearch-edit-string): Erase the Search prompt
12254 if user enters an empty string and there is no default.
12255
12256 * comint.el (comint-file-name-prefix): Add autoload.
12257
12258 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
12259
12260 * subr.el (play-sound): Rearrange to avoid warning.
12261
12262 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
12263
12264 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
12265 New hook.
12266 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
12267
12268 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12269
12270 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
12271
12272 * custom.el (custom-theme-set-variables): Sort minor modes last.
12273
12274 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12275
12276 * subr.el (version-separator, version-regexp-alist): New vars used by
12277 version comparison funs.
12278 (integer-list-<, integer-list-=, integer-list-<=)
12279 (integer-list-not-zero): New funs for integer list comparison.
12280 (version-to-list, version=, version<, version<=): New funs for version
12281 comparison.
12282
12283 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
12284
12285 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
12286 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
12287 time to silence the byte-compiler.
12288
12289 * ibuffer.el (ibuffer-compile-make-eliding-form)
12290 (ibuffer-check-formats): Use `with-no-warnings' to hide references
12291 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
12292 so it's silly to get warnings for it).
12293 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
12294 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
12295 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
12296 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
12297 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
12298 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
12299 Defvar at compile time.
12300 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
12301 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
12302 Declare them before use.
12303
12304 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
12305 (info-xref-good, info-xref-bad): Defvar at compile time.
12306
12307 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
12308 Use `let*' instead of `let'.
12309
12310 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
12311 (*mouse-y*, menu, char): Defvar at compile time.
12312 (sc::menu): Declare it before use.
12313 (sc::pack-one-line): Use `let', not `let*'.
12314
12315 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
12316 (mail-send-hook): Defvar at compile time.
12317
12318 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
12319 Defvar at compile time.
12320
12321 * term/sun-mouse.el (current-global-mousemap)
12322 (current-local-mousemap): Declare them before use.
12323
12324 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
12325
12326 * bookmark.el (bookmark-after-jump-hook): New hook.
12327 (bookmark-jump): Run `bookmark-after-jump-hook'.
12328
12329 2005-08-23 Juri Linkov <juri@jurta.org>
12330
12331 * faces.el (minibuffer-prompt): Doc fix.
12332
12333 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
12334
12335 * progmodes/xscheme.el: Trivial changes to silence warnings.
12336 (xscheme-previous-mode, xscheme-previous-process-state):
12337 Add defvars.
12338 (xscheme-last-input-end, xscheme-process-command-line)
12339 (xscheme-process-name, xscheme-buffer-name)
12340 (xscheme-expressions-ring-max, xscheme-expressions-ring)
12341 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
12342 (xscheme-control-g-synchronization-p)
12343 (xscheme-control-g-disabled-p, xscheme-string-receiver)
12344 (default-xscheme-runlight, xscheme-runlight)
12345 (xscheme-runlight-string, xscheme-process-filter-state)
12346 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
12347 Move to beginning of file.
12348 (scheme-interaction-mode-commands-alist)
12349 (scheme-interaction-mode-map, scheme-debugger-mode-map):
12350 Declare them before use. Note: the initialization code for the variables
12351 has not been moved because it uses functions that reference the variables.
12352 (xscheme-control-g-message-string, xscheme-process-filter-alist)
12353 (xscheme-prompt-for-expression-map): Declare them before use.
12354 (scheme-debugger-mode-commands): "?\ " -> "?\s".
12355
12356 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12357
12358 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12359
12360 2005-08-22 Juri Linkov <juri@jurta.org>
12361
12362 * faces.el (set-face-underline): Delete this duplicate function
12363 and make an obsolete alias to set-face-underline-p.
12364 (set-face-underline-p): Use docstring of set-face-underline.
12365 (describe-face): Create hyperlink to parent face.
12366
12367 * info.el (Info-insert-dir): Use save-excursion around
12368 insert-buffer-substring.
12369 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12370 (Info-escape-percent): Delete function.
12371 (Info-fontify-node): Replace Info-escape-percent by
12372 replace-regexp-in-string with REP arg set to lambda that
12373 duplicates `%' and preserves text properties.
12374
12375 * progmodes/compile.el (compilation-disable-input): Doc fix.
12376 (define-compilation-mode): Doc fix and refill.
12377 (kill-compilation): Use `mode-name' in the error message.
12378 (compilation-find-file): Use `compilation-error' in the
12379 read-file-name's prompt.
12380
12381 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12382
12383 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12384 (smerge-auto-leave): Make undo re-enable the mode.
12385 (debug-ignored-errors): Add the user-error of impossible resolution.
12386 (smerge-resolve): Move things around a bit, in preparation for later.
12387 (smerge-diff): Don't fail if the buffer has no associated file.
12388 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12389 (smerge-conflict-overlay): New function.
12390 (smerge-match-conflict): Don't add text properties here.
12391 (smerge-find-conflict): Instead, add an overlay here.
12392 Also check for the case where we're inside a conflict already, so as to
12393 obviate the need for font-lock-multiline, which is unbearably slow with
12394 large conflicts and ciomplex font-lock patterns.
12395 (smerge-remove-props): Remove overlay rather than text-properties.
12396 (smerge-mode): Don't set font-lock-multiline.
12397 Remove overlays when turned off.
12398
12399 2005-08-21 Kim F. Storm <storm@cua.dk>
12400
12401 * ido.el (ido-ignore-item-p): Use save-match-data.
12402 Bind case-fold-search to ido-case-fold locally.
12403
12404 2005-08-20 Richard M. Stallman <rms@gnu.org>
12405
12406 * files.el (normal-mode): If font lock is on, turn it off and on.
12407
12408 * subr.el (replace-regexp-in-string): Doc fix.
12409
12410 * startup.el (command-line-1): Don't suppress startup screen
12411 due to existing processes.
12412
12413 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12414
12415 * progmodes/compile.el (compilation-disable-input): Default to nil.
12416
12417 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12418
12419 * progmodes/compile.el (compilation-disable-input): New defcustom.
12420 (compilation-start): If compilation-disable-input is non-nil, send
12421 EOF to the compilation process.
12422
12423 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12424
12425 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12426 Run the argument of tex-shell-cd-command through
12427 convert-standard-filename, to get the correct style of slashes on
12428 Windows, and enclose the result in quotes, in case the file name
12429 includes whitespace or other special characters.
12430
12431 2005-08-19 Andreas Schwab <schwab@suse.de>
12432
12433 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12434 process.
12435
12436 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12437
12438 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12439
12440 2005-08-18 Kim F. Storm <storm@cua.dk>
12441
12442 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12443
12444 2005-08-18 Richard M. Stallman <rms@gnu.org>
12445
12446 * scroll-lock.el: New file.
12447
12448 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12449
12450 * dired.el (dired-move-to-end-of-filename):
12451 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12452
12453 2005-08-18 Kim F. Storm <storm@cua.dk>
12454
12455 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12456 rather than toggle mode when custom value is nil.
12457 (ido-everywhere): Fix defun doc string.
12458
12459 2005-08-17 Richard M. Stallman <rms@gnu.org>
12460
12461 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12462 as tag instead of "Inviolable".
12463
12464 2005-08-17 Kim F. Storm <storm@cua.dk>
12465
12466 * windmove.el (windmove-coordinates-of-position): Remove.
12467 (windmove-coordinates-of-window-position): Remove.
12468 (windmove-reference-loc): Use posn-at-point instead.
12469
12470 * subr.el (insert-for-yank-1): Doc fix.
12471
12472 * ido.el (ido-enter-matching-directory): Rename from
12473 ido-enter-single-matching-directory. Change `slash' choice to
12474 `only'. Add `first' choice.
12475 (ido-exhibit): Adapt to above changes.
12476
12477 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12478
12479 * Makefile.in: Expand comment about building loaddefs.el.
12480
12481 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12482
12483 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12484 Comment use of defadvice.
12485
12486 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12487
12488 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12489
12490 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12491 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12492 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12493 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12494 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12495 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12496 for backward compatibility for faces that did not appear in the
12497 previous Emacs release.
12498
12499 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12500
12501 2005-08-15 Kim F. Storm <storm@cua.dk>
12502
12503 * emulation/cua-base.el (cua-delete-region): Return t if
12504 deleted region was non-empty.
12505 (cua-replace-region): Inhibit overwrite-mode for
12506 self-insert-command if replaced region was non-empty.
12507 (cua--explicit-region-start, cua--status-string): Make them
12508 buffer-local at top-level...
12509 (cua-mode): ...rather than when mode is enabled.
12510
12511 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12512
12513 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12514 Set t for Emacs 21, 22, and so on.
12515
12516 2005-08-15 David Ponce <david@dponce.com>
12517
12518 * tree-widget.el: Update Commentary header.
12519 (tree-widget-theme): Doc fix.
12520 (tree-widget-space-width): New option.
12521 (tree-widget-image-properties): Look up in the default theme too.
12522 (tree-widget--cursors): Only for images with arrow pointer shape.
12523 (tree-widget-lookup-image): Pointer shape is hand by default.
12524 (tree-widget-icon): Rename generic icon widget from
12525 `tree-widget-control'.
12526 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12527 derive from `tree-widget-icon'.
12528 (tree-widget-handle): Improve default look and feel of the text
12529 representation.
12530 (tree-widget): Rename :*-control properties to :*-icon properties.
12531 Add :action and :help-echo properties.
12532 (tree-widget-after-toggle-functions): Move.
12533 (tree-widget-close-node, tree-widget-open-node): Remove.
12534 (tree-widget-before-create-icon-functions): New hook.
12535 (tree-widget-value-create): Update to allow customization of icons
12536 and nodes at run-time via that new hook.
12537 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12538 (tree-widget-icon-action, tree-widget-icon-help-echo)
12539 (tree-widget-action, tree-widget-help-echo): New functions.
12540
12541 2005-08-15 Kim F. Storm <storm@cua.dk>
12542
12543 * ido.el (ido-buffer-internal): Use with-no-warnings.
12544 (ido-make-merged-file-list): Use while-no-input.
12545
12546 2005-08-15 Richard M. Stallman <rms@gnu.org>
12547
12548 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12549 (flyspell-large-region): Fix doc and custom type.
12550
12551 2005-08-14 Richard M. Stallman <rms@gnu.org>
12552
12553 * files.el (interpreter-mode-alist): Doc fix.
12554
12555 * mail/rmail.el (rmail-nonignored-headers): New variable.
12556 (rmail-clear-headers): Use it.
12557 (rmail-reply): Better handling of mail-followup-to header.
12558
12559 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12560 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12561 don't try to refer to executable-font-lock-keywords.
12562 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12563 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12564 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12565 (sh-mode): Set comment-start-skip, local-abbrev-table,
12566 imenu-case-fold-search.
12567 (sh-set-shell): Don't set them here.
12568 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12569 Don't cache the results in the original alist; don't ever modify
12570 that alist.
12571
12572 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12573
12574 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12575 empty.
12576
12577 2005-08-15 Andreas Schwab <schwab@suse.de>
12578
12579 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12580
12581 * dired.el, info.el, mail/rmail.el: Revert last change.
12582
12583 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12584
12585 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12586 modification in `eval-after-load' form.
12587 * info.el: Likewise.
12588 * mail/rmail.el: Likewise.
12589
12590 2005-08-14 Juri Linkov <juri@jurta.org>
12591
12592 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12593 Remove highlighting of "Compilation started". Highlight only
12594 the word "finished" in "Compilation finished". Add highlighting
12595 of "interrupt", "killed", "terminated" and the exit code.
12596 (compilation-start): Add newline after header. Use exactly the
12597 same time stamp format as the finishing message.
12598 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12599
12600 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12601 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12602 Add highlighting of "interrupt", "killed", "terminated".
12603
12604 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12605 enabled and the current command is self-insert-command, call it
12606 explicitly with overwrite-mode bound to nil, to not allow it
12607 to delete the character after the selected region.
12608
12609 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12610
12611 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12612 move-end-of-line, end-of-line, and beginning-of-line to the list
12613 of commands after which the echo area is updated.
12614
12615 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12616
12617 * cus-edit.el (custom-save-all, custom-save-delete):
12618 Bind recentf-exclude to exclude custom-file.
12619
12620 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12621
12622 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12623 to go to the bottom of the mail message. Added to
12624 `rmail-summary-mode-map' with key "/".
12625 (rmail-summary-show-message): New (internal) function for use by
12626 both `rmail-summary-beginning/end-of-message'.
12627 (rmail-summary-beginning-of-message): Change to use
12628 rmail-summary-show-message.
12629
12630 * mail/rmail.el (rmail-end-of-message): New command to go to the
12631 end of the current message. Added to `rmail-mode-map' with key "/".
12632 (rmail-beginning-of-message): Fix to work as documented.
12633 (rmail-mode): Change documentation.
12634
12635 * progmodes/compile.el (compilation-start): Add the line
12636 "Compilation started" with compilation start time.
12637 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12638
12639 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12640
12641 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12642 of menu items.
12643
12644 2005-08-11 Richard M. Stallman <rms@gnu.org>
12645
12646 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12647
12648 * battery.el (battery-status-function): Don't use ignore-errors.
12649
12650 2005-08-11 Lute Kamstra <lute@gnu.org>
12651
12652 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12653 define-obsolete-variable-alias.
12654
12655 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12656
12657 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12658 (ange-ftp-send-cmd): Revert last change, and expand
12659 the comment explaining the problem.
12660
12661 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12662
12663 * ldefs-boot.el: Update.
12664
12665 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12666 item to "Time, Load and Mail". Change help echo text.
12667
12668 * time.el (display-time-use-mail-icon, display-time-format)
12669 (display-time-string-forms): Shorten first line of docstrings.
12670
12671 2005-08-10 Lars Hansen <larsh@soem.dk>
12672
12673 * desktop.el (desktop-buffer-mode-handlers):
12674 Make non-customizable. Add autoload cookie. Change initial value to
12675 nil; add elements in respective modules instead. Fix doc string.
12676 (desktop-load-file): New function.
12677 (desktop-minor-mode-handlers): New autoloaded variable.
12678 (desktop-create-buffer): Call minor mode handlers.
12679 Use desktop-load-file to load major and minor mode modules prior to
12680 checking for a handler.
12681 (desktop-save): Don't add nil to desktop-minor-modes for minor
12682 modes with nil function in desktop-minor-mode-table. Don't delete
12683 desktop file before rewriting it.
12684 (desktop-locals-to-save): Add autoload cookie. Don't make
12685 automatically buffer-local. Add variables column-number-mode,
12686 size-indication-mode, indent-tabs-mode,
12687 indicate-buffer-boundaries, indicate-empty-lines and
12688 show-trailing-whitespace.
12689 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12690 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12691 (desktop-clear-preserve-buffers-regexp): Delete.
12692 (desktop-clear-preserve-buffers): Update initial value and docstring.
12693 (desktop-save-buffer): Fix doc string.
12694
12695 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12696 (hilit-chg-desktop-restore): New function.
12697 (highlight-changes-mode): Add highlight-changes-mode to
12698 desktop-locals-to-save.
12699
12700 * dired.el: Add handler to desktop-buffer-mode-handlers.
12701 (dired-restore-desktop-buffer): Remove autoload cookie.
12702 (dired-mode): Add autoload cookie.
12703
12704 * info.el: Add handler to desktop-buffer-mode-handlers.
12705 (Info-restore-desktop-buffer): Remove autoload cookie.
12706 (Info-mode): Add autoload cookie.
12707
12708 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12709 (mh-restore-desktop-buffer): Remove autoload cookie.
12710 (mh-folder-mode): Add autoload cookie.
12711
12712 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12713 (rmail-restore-desktop-buffer): Remove autoload cookie.
12714
12715 2005-08-11 Masatake YAMATO <jet@gyve.org>
12716
12717 * hexl.el (hexl-address-region):
12718 (hexl-ascii-region, hexl-font-lock-keywords):
12719 (hexl-highlight-line-range): Use the term "region"
12720 instead of "area" for consistency with the other symbols
12721 defined in hexl.el.
12722
12723 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12724
12725 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12726 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12727 out by Juri Linkov). Add `display-battery-mode'.
12728
12729 2005-08-09 Juri Linkov <juri@jurta.org>
12730
12731 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12732 Remove `-text' from face variable names.
12733 (compilation-error-file-name, compilation-warning-file-name)
12734 (compilation-info-file-name): Delete faces.
12735 (compilation-line-number, compilation-column-number):
12736 Remove face underlining.
12737 (compilation-message-face): Set to `underline' value by default.
12738 (compilation-error-face, compilation-warning-face)
12739 (compilation-info-face): Remove `-file-name' from face names.
12740 (compilation-error-text-face, compilation-warning-text-face)
12741 (compilation-info-text-face): Delete face variables.
12742 (compilation-text-face): Delete function.
12743
12744 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12745 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12746 (grep-error-face): Set to `compilation-error' instead of
12747 `compilation-error-face' (which is redefined to `grep-hit-face' in
12748 grep buffers).
12749 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12750 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12751
12752 * dired-aux.el (dired-do-query-replace-regexp):
12753 Use `query-replace-read-args'.
12754
12755 * replace.el (query-replace-read-from, query-replace-read-to)
12756 (query-replace-read-args): Rename arg `string' to `prompt'.
12757
12758 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12759
12760 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12761
12762 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12763 uploading files.
12764 (ange-ftp-canonize-filename): Handle file names beginning with ~
12765 correctly.
12766
12767 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12768
12769 * textmodes/fill.el (canonically-space-region)
12770 (fill-context-prefix, fill-french-nobreak-p)
12771 (fill-delete-newlines, fill-comment-paragraph)
12772 (justify-current-line): "?\ " -> "?\s".
12773
12774 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12775
12776 * textmodes/fill.el (fill-nonuniform-paragraphs):
12777 Improve argument/docstring consistency.
12778
12779 2005-08-09 Richard M. Stallman <rms@gnu.org>
12780
12781 * textmodes/ispell.el (ispell-word): More fboundp checks.
12782
12783 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12784 (find-file-noselect-1): Call it here, only if RAWFILE.
12785 (normal-mode): Always set some major mode.
12786 (save-some-buffers-action-alist): Change some explanation strings.
12787 (file-name-non-special): In the `quote' method, use unwind-protect.
12788
12789 2005-08-09 Magnus Henoch <mange@freemail.hu>
12790
12791 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12792 (ispell-have-aspell-dictionaries): New variable.
12793 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12794 (ispell-get-aspell-config-value): New function.
12795 (ispell-aspell-find-dictionary): New function.
12796 (ispell-aspell-add-aliases): New function.
12797 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12798 appropriate. Don't look for ispell dictionaries if we use aspell.
12799 (ispell-menu-map): Don't build a submenu of dictionaries.
12800
12801 2005-08-09 Richard M. Stallman <rms@gnu.org>
12802
12803 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12804 (sql-read-passwd): Use read-passwd.
12805
12806 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12807 (idlwave-toolbar-is-possible): Add defvars.
12808
12809 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12810 Avoid warnings.
12811
12812 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12813 (idlwave-system-class-info, idlwave-executive-commands-alist):
12814 Use defvar.
12815
12816 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12817
12818 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12819 Avoid warnings.
12820
12821 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12822 and content-type: headers.
12823
12824 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12825
12826 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12827 and rename some of them to be more self-explanatory.
12828
12829 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12830
12831 * startup.el (command-line-1): Implement -scriptload.
12832
12833 * replace.el (occur-engine): Initial *Occur* output not undoable.
12834
12835 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12836 and improve help strings.
12837
12838 * isearch.el (isearch-repeat): When changing direction,
12839 mark search successful.
12840
12841 * ediff-init.el: Use (featurep 'xemacs).
12842
12843 * comint.el (send-invisible): Identify buffer, if not selected.
12844
12845 * align.el: Delete autoload for c-guess-basic-syntax.
12846
12847 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12848
12849 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12850 Improve argument/docstring consistency. Doc fixes.
12851 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12852 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12853 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12854 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12855 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12856 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12857 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12858 Defvar at compile time.
12859
12860 2005-08-09 Juri Linkov <juri@jurta.org>
12861
12862 * info.el: Replace `info' with upper-case `Info' where appropriate.
12863 (info-title-1, info-title-2, info-title-3, info-title-4)
12864 (info-menu-header): Move up face definitions.
12865 (info-menu-star): Rename from `info-menu-5'.
12866 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12867 (Info-fontify-visited-nodes): Fix docstring.
12868 (Info-hide-note-references): Fix docstring.
12869 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12870 menu items in the same way as on cross-references.
12871 (info-apropos): Fix sorting order and formatting to be like in the
12872 stand-alone Info browser. Display error messages for 1 sec.
12873 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12874 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12875 from the menu bar.
12876 (Info-insert-dir): Restore point after calling
12877 `insert-buffer-substring'.
12878
12879 2005-08-08 Richard M. Stallman <rms@gnu.org>
12880
12881 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12882 (recompute-lucid-menubar): Add defvars.
12883
12884 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12885
12886 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12887
12888 * net/net-utils.el (run-dig): Rename from `dig'.
12889
12890 * play/gametree.el (gametree-mode): Use make-local-variable,
12891 not make-variable-buffer-local.
12892
12893 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12894
12895 * ansi-color.el (ansi-color-make-extent)
12896 (ansi-color-set-extent-face): Use fboundp, not functionp.
12897
12898 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12899 not make-variable-buffer-local.
12900
12901 * bookmark.el (Info-current-file): Add defvar.
12902 (bookmark-jump-noselect): Use with-no-warnings.
12903
12904 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12905
12906 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12907
12908 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12909
12910 * find-file.el (ada-procedure-start-regexp)
12911 (ada-package-start-regexp): Add defvars.
12912
12913 * info.el (Info-insert-dir): Use insert-buffer-substring.
12914
12915 * xml.el (xml-att-def-re): Add defvar.
12916
12917 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12918 calling convention.
12919
12920 * subr.el (while-no-input): Return t if there is input.
12921
12922 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12923
12924 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12925
12926 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12927
12928 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12929 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12930
12931 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12932
12933 * cmuscheme.el (scheme-start-file): Replace reference to
12934 `user-emacs-directory' by "~/.emacs.d/".
12935
12936 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12937
12938 * info.el (Info-dir-remove-duplicates): Avoid case folding
12939 in loop; instead, keep downcased strings for comparison.
12940 Suggested by Helmut Eller.
12941
12942 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12943
12944 Sync with Tramp 2.0.50.
12945
12946 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12947 XEmacs case; not necessary anymore.
12948 (tramp-user-regexp): Allow "@" as part of user name.
12949 (tramp-handle-set-visited-file-modtime)
12950 (tramp-handle-insert-file-contents)
12951 (tramp-handle-write-region): No special handling for
12952 `last-coding-system-used, because this is done in
12953 `tramp-accept-process-output' now.
12954 (tramp-accept-process-output): New defun.
12955 (tramp-process-one-action, tramp-process-one-multi-action)
12956 (tramp-wait-for-regexp, tramp-wait-for-output)
12957 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12958 Howells <dhowells@redhat.com>.
12959 (clear-visited-file-modtime): Defadvice removed. The check for
12960 unset buffer's modtime does not need to be based on
12961 `tramp-buffer-file-attributes'. Suggested by RMS.
12962 (tramp-message): Insert "\n" if not being at beginning of line.
12963 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12964 sequence with same logic.
12965 (tramp-completion-handle-expand-file-name): Discard call of
12966 `tramp-drop-volume-letter'. It is not necessary, and there have
12967 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12968 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12969 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12970 should always be visible.
12971 (tramp-handle-insert-directory, tramp-setup-complete)
12972 (tramp-set-process-query-on-exit-flag)
12973 (tramp-append-tramp-buffers): Pacify byte-compiler.
12974 (tramp-bug): Delete non-existing variables from list.
12975 Apply `tramp-load-report-modules' as pre-hook.
12976 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12977 `shell-prompt-pattern' because of non-7bit characters.
12978 Reported by Sebastian Luque <sluque@mun.ca>.
12979 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12980 (tramp-match-string-list): Remove function.
12981 (tramp-wait-for-regexp): Remove call of that function.
12982 Suggested by Kim F. Storm <storm@cua.dk>.
12983 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12984 instead of octal character code ?\600. The latter resulted in a
12985 syntax error with XEmacs.
12986
12987 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12988 XEmacs case; not necessary anymore.
12989 (tramp-smb-handle-write-region): No special handling for
12990 `last-coding-system-used, because this is done in
12991 `tramp-accept-process-output' now.
12992 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12993
12994 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12995
12996 * wid-edit.el (widget-choice-value-create):
12997 Unconditionally respect user choice. Set :explicit-choice back to nil
12998 when no longer needed.
12999 (widget-choice-action): Unconditionally respect user choice.
13000 Eliminate :explicit-choice-value.
13001
13002 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
13003
13004 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
13005 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
13006 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
13007 running new function `toggle-indicate-empty-lines'.
13008 Rename "Customize" item to "Customize fringe".
13009 Rename "Indicators" item to "Buffer boundaries" and change help echo.
13010 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
13011 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
13012 Delete "Empty lines only" item.
13013 (menu-bar-showhide-fringe-ind-customize): New function.
13014 (menu-bar-showhide-fringe-ind-mixed)
13015 (menu-bar-showhide-fringe-ind-box)
13016 (menu-bar-showhide-fringe-ind-right)
13017 (menu-bar-showhide-fringe-ind-left)
13018 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
13019 instead of `fringe-indicators'.
13020
13021 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
13022
13023 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
13024 Change the date of last update.
13025
13026 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
13027
13028 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
13029 (viper-exec-yank, viper-put-back): Don't display modification msg
13030 if in the minibuffer.
13031
13032 * viper-init.el (viper-replace-overlay-cursor-color)
13033 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
13034 Make variables frame local.
13035
13036 * viper-util.el (viper-append-filter-alist): Use append instead of
13037 nconc.
13038
13039 * viper.el (viper-vi-state-mode-list)
13040 (viper-emacs-state-mode-list): Move help-mode and
13041 completion-list-mode from the first list to the second.
13042 (viper-mode): Docstring.
13043 (viper-go-away, viper-non-hook-settings): Don't localize
13044 minor-mode-alist in newer Emacsen. Add advice to
13045 set-cursor-color. Don't bind "\C-c\\".
13046
13047 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
13048
13049 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
13050 (scheme-macro-expand-command): New user options.
13051 (scheme-trace-procedure, scheme-expand-current-form): New commands.
13052 (scheme-form-at-point, scheme-start-file)
13053 (scheme-interactively-start-process): New functions.
13054 (scheme-get-process): New function, extracted from `scheme-proc'.
13055 (run-scheme): Call `scheme-start-file' to get start file, and pass
13056 it to `make-comint'.
13057 (switch-to-scheme, scheme-proc):
13058 Call `scheme-interactively-start-process' if no Scheme buffer/process
13059 is available.
13060
13061 2005-08-06 Juri Linkov <juri@jurta.org>
13062
13063 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13064 Use `compilation-text-face', `compilation-info-text-face' and
13065 `compilation-error-text-face' instead of `font-lock-keyword-face'.
13066 (compilation-error): New face.
13067 (compilation-error-file-name): Inherit from
13068 `compilation-error' instead of `font-lock-warning-face'.
13069 (compilation-warning-file-name): Inherit from
13070 `compilation-warning' instead of `font-lock-warning-face'.
13071 (compilation-info, compilation-error-file-name)
13072 (compilation-warning-file-name, compilation-info-file-name)
13073 (compilation-line-number, compilation-column-number): Doc fix.
13074 (compilation-error-text-face, compilation-warning-text-face)
13075 (compilation-info-text-face): New face variables.
13076 (compilation-line-face, compilation-column-face)
13077 (compilation-enter-directory-face)
13078 (compilation-leave-directory-face): Doc fix.
13079 (compilation-text-face): New function.
13080
13081 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
13082 instead of 1 to display binary file names as info file links.
13083 (grep-error-face): Use `compilation-error-face' instead of
13084 `font-lock-keyword-face'.
13085 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
13086 and `compilation-warning-text-face' instead of
13087 `font-lock-keyword-face'. Use `compilation-error-text-face'
13088 instead of `grep-error-face'.
13089
13090 2005-08-05 Kenichi Handa <handa@m17n.org>
13091
13092 * international/code-pages.el: Add autoload cookies for all coding
13093 systems.
13094
13095 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
13096
13097 * cus-start.el (all): Put undo.c where it alphabetically belongs.
13098
13099 2005-08-04 Juri Linkov <juri@jurta.org>
13100
13101 * progmodes/compile.el (compilation-mode-map):
13102 * progmodes/grep.el (grep-mode-map):
13103 Bind TAB to `compilation-next-error' and [backtab] to
13104 `compilation-previous-error'.
13105
13106 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
13107 matching line numbers, column numbers and their ranges with regexp
13108 matching only line numbers.
13109 (grep-context-face): New face variable.
13110 (grep-mode-font-lock-keywords): Use it.
13111
13112 * faces.el (read-face-name): Delete duplicate faces.
13113
13114 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
13115
13116 * thumbs.el (thumbs-find-image): Don't make variables
13117 automatically buffer local.
13118 (thumbs-current-tmp-filename, thumbs-current-image-filename)
13119 (thumbs-image-num): Make automatically buffer local.
13120 (thumbs-show-thumbs-list): Use `make-local-variable', not
13121 `make-variable-buffer-local'.
13122 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
13123
13124 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
13125 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
13126 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
13127 (bother, bye, canyou, chatlst, continue, deathlst, describe)
13128 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
13129 (feelings-about, foullst, found, hello, history, howareyoulst)
13130 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
13131 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
13132 (neglst, obj, object, owner, please, problems, qlist)
13133 (random-adjective, relation, remlst, repetitive-shortness)
13134 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
13135 (shortlst, something, sportslst, stallmanlst, states, subj)
13136 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
13137 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
13138 Defvar at compile time.
13139
13140 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
13141 not `make-variable-buffer-local'.
13142
13143 2005-08-02 Kim F. Storm <storm@cua.dk>
13144
13145 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
13146 rectangle overlay in selected window.
13147
13148 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
13149
13150 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
13151 instead of display group. Make `indicate-buffer-boundaries'
13152 customizable through Custom.
13153
13154 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
13155
13156 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
13157 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
13158 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
13159 (gdb-put-string): Fix typos in docstrings.
13160
13161 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
13162
13163 Update copyright notices of files in progmodes directory for
13164 release of Emacs 22.1.
13165
13166 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
13167
13168 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
13169 Don't barf if the GUD buffer has been killed.
13170
13171 2005-08-01 Kim F. Storm <storm@cua.dk>
13172
13173 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
13174
13175 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
13176
13177 * simple.el (next-error-follow-minor-mode):
13178 make-variable-buffer-local -> make-local-variable.
13179
13180 * emacs-lisp/cl-extra.el: Require CL also when compiling.
13181
13182 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
13183 (byte-compile-form-make-variable-buffer-local): New functions to warn
13184 about misuses of make-variable-buffer-local where make-local-variable
13185 was meant.
13186
13187 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
13188
13189 * bs.el (bs-attributes-list): Doc fix.
13190 (bs): Update url-link.
13191
13192 * desktop.el (desktop-save-buffer): Fix typos in docstring.
13193 (desktop-load-default): Simplify.
13194
13195 * ibuffer.el (ibuffer-columnize-and-insert-list)
13196 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
13197 (ibuffer-unmark-all, ibuffer-toggle-marks)
13198 (ibuffer-unmark-forward, ibuffer-unmark-backward)
13199 (ibuffer-compile-make-format-form, ibuffer-format-column)
13200 (ibuffer-current-buffers-with-marks)
13201 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
13202 (ibuffer): Doc fix.
13203 (ibuffer-mode): Fix typo in docstring.
13204 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
13205 with `define-obsolete-variable-alias'.
13206 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
13207
13208 2005-07-29 Kenichi Handa <handa@m17n.org>
13209
13210 * international/mule-cmds.el (select-message-coding-system):
13211 Be sure to use LF for end-of-line. If no coding system is decided,
13212 return iso-8859-1-unix.
13213
13214 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
13215
13216 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
13217 (ange-ftp-pending-error-line): New vars.
13218 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
13219 to handle the non-fatal no-route-to-host messages.
13220 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
13221
13222 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
13223
13224 * isearch.el (isearch-mode-map, isearch-other-meta-char)
13225 (isearch-quote-char, isearch-printing-char)
13226 (isearch-text-char-description): "?\ " -> "?\s".
13227 (isearch-lazy-highlight-cleanup)
13228 (isearch-lazy-highlight-initial-delay)
13229 (isearch-lazy-highlight-interval)
13230 (isearch-lazy-highlight-max-at-a-time)
13231 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
13232 Declare with define-obsolete-*-alias macros.
13233 (isearch-forward): Fix typo in docstring.
13234 (search-invisible, search-ring-yank-pointer)
13235 (regexp-search-ring-yank-pointer): Doc fixes.
13236
13237 * recentf.el (recentf-menu-append-commands-p): Declare with
13238 `define-obsolete-variable-alias'.
13239 (recentf-max-saved-items, recentf-menu-filter)
13240 (recentf-arrange-by-rule-subfilter): Doc fixes.
13241 (recentf-menu-append-commands-flag)
13242 (recentf-initialize-file-name-history, recentf-expand-file-name)
13243 (recentf-clear-data): Fix typos in docstrings.
13244
13245 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
13246
13247 * progmodes/gdb-ui.el: Smarten comments.
13248 (gdb-info-breakpoints-custom): Use nowarn when finding file.
13249
13250 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13251
13252 * term/apollo.el (terminal-init-apollo): New function containing
13253 all former top level forms in the file.
13254 * term/bobcat.el (terminal-init-bobcat):
13255 * term/cygwin.el (terminal-init-cygwin):
13256 * term/iris-ansi.el (terminal-init-iris-ansi):
13257 * term/linux.el (terminal-init-linux):
13258 * term/news.el (terminal-init-news):
13259 * term/rxvt.el (terminal-init-rxvt):
13260 * term/sun.el (terminal-init-sun):
13261 * term/tvi970.el (terminal-init-tvi970):
13262 * term/vt100.el (terminal-init-vt100):
13263 * term/vt102.el (terminal-init-vt102):
13264 * term/vt125.el (terminal-init-vt125):
13265 * term/vt200.el (terminal-init-vt200):
13266 * term/vt201.el (terminal-init-vt201):
13267 * term/vt220.el (terminal-init-vt220):
13268 * term/vt240.el (terminal-init-vt240):
13269 * term/vt300.el (terminal-init-vt300):
13270 * term/vt320.el (terminal-init-vt320):
13271 * term/vt400.el (terminal-init-vt400):
13272 * term/vt420.el (terminal-init-vt420):
13273 * term/wyse50.el (terminal-init-wyse50):
13274 * term/xterm.el (terminal-init-xterm): Likewise.
13275
13276 * term/README: Describe the terminal-init-* functionality.
13277
13278 * startup.el (command-line): After loading the terminal initialization
13279 file call the corresponding terminal initialization function.
13280
13281 2005-07-27 Kenichi Handa <handa@m17n.org>
13282
13283 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
13284 negative.
13285
13286 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
13287 (ps-mule-composition-prologue): Fix for the case that
13288 RelativeCompose is false.
13289
13290 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13291
13292 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
13293
13294 * descr-text.el (describe-char): Handle the case where the list of
13295 chars is displayed in a separate frame.
13296 Be a bit more discriminating when looking for the char.
13297
13298 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
13299
13300 * bookmark.el (bookmark-automatically-show-annotations)
13301 (bookmark-read-annotation-text-func): Doc fixes.
13302 (bookmark-save): Improve argument/docstring consistency.
13303 (bookmark-get-bookmark, bookmark-get-bookmark-record)
13304 (bookmark-alist-from-buffer)
13305 (bookmark-upgrade-file-format-from-0)
13306 (bookmark-grok-file-format-version)
13307 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
13308 (bookmark-read-annotation-mode)
13309 (bookmark-insert-current-bookmark, bookmark-jump)
13310 (bookmark-exit-hook): Fix typos in docstrings.
13311 (bookmark-exit-hooks): Define as obsolete alias.
13312 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
13313 not `bookmark-exit-hooks'. Fix docstring.
13314 (bookmark-bmenu-select): "?\ " -> "?\s".
13315
13316 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
13317
13318 * startup.el (command-line): Fix typo.
13319
13320 2005-07-24 Richard M. Stallman <rms@gnu.org>
13321
13322 * tooltip.el (tooltip-mode): Test emacs-basic-display,
13323 not emacs-quick-startup.
13324
13325 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
13326
13327 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13328 (reb-next-match, reb-show-subexp): Use `with-selected-window'
13329 instead of `reb-with-current-window'.
13330 (reb-prev-match): Likewise. Also, don't move left if the search
13331 was unsuccessful.
13332 (reb-initialize-buffer): New function.
13333 (re-builder, reb-change-syntax): Use it.
13334
13335 * man.el (Man-goto-page): Make second argument NOERROR optional.
13336
13337 2005-07-23 Richard M. Stallman <rms@gnu.org>
13338
13339 * man.el (Man-bgproc-sentinel): Check here for failure to find
13340 any man page in the output, and report the error here.
13341 (Man-arguments): Make it permanent local.
13342 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
13343 (Man-mode): Pass t for NOERROR.
13344
13345 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
13346 (grep-mode-font-lock-keywords):
13347 Don't use compilation-...-face for messages that are not file names.
13348
13349 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13350 Don't use compilation-...-face for messages that are not file names.
13351
13352 2005-07-22 Juri Linkov <juri@jurta.org>
13353
13354 * startup.el (normal-splash-screen): Update menu name.
13355
13356 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13357
13358 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13359
13360 * term/xterm.el: Load term/rxvt if the terminal is actually an
13361 rxvt terminal.
13362 (xterm-rxvt-set-background-mode): Remove, not used anymore.
13363
13364 * term/rxvt.el (function-key-map): Use substitute-key-definition
13365 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
13366
13367 * term/cygwin.el: New file.
13368
13369 2005-07-22 Kim F. Storm <storm@cua.dk>
13370
13371 * image-file.el (insert-image-file, image-file-yank-handler):
13372 Fix last change to maintain a (unique) yank-handler on yanked images.
13373
13374 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
13375
13376 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13377 of the file size (as in "177B" for 177 bytes). This happens with
13378 "ls -lh" on FreeBSD.
13379
13380 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
13381
13382 * hilit-chg.el (highlight-changes-global-initial-state)
13383 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13384 (hilit-chg-fixup, highlight-changes-mode):
13385 Fix typos in docstrings.
13386 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13387 Doc fixes.
13388
13389 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13390
13391 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13392 mode function using `eval-after-load'.
13393
13394 2005-07-21 Kim F. Storm <storm@cua.dk>
13395
13396 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13397 included when reporting an emacs crash, and tell about the DEBUG file.
13398
13399 * image-file.el (insert-image-file): Add yank-handler.
13400 (image-file-yank-handler): Yank handler to make unique copies of
13401 images when they are yanked into a buffer next to each other.
13402
13403 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13404
13405 * comint.el (comint-use-prompt-regexp, comint-send-input)
13406 (comint-source-default, comint-extract-string)
13407 (comint-get-source, comint-word, comint-completion)
13408 (comint-source, comint-prompt-read-only, comint-update-fence):
13409 Fix typos in docstrings.
13410 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13411 Declare with define-obsolete-*-alias macros.
13412 (comint-previous-matching-input-from-input)
13413 (comint-next-matching-input-from-input)
13414 (comint-previous-matching-input, comint-next-matching-input)
13415 (comint-forward-matching-input):
13416 Improve argument/docstring consistency.
13417
13418 * desktop.el (desktop-clear-preserve-buffers-regexp):
13419 Also preserve the *server* buffer.
13420
13421 * simple.el (clone-indirect-buffer): Doc fix.
13422 (fixup-whitespace, just-one-space)
13423 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13424 (next-error, next-error-highlight)
13425 (next-error-highlight-no-select, next-error-last-buffer)
13426 (next-error-buffer-p, next-error-find-buffer, next-error)
13427 (previous-error, next-error-no-select, previous-error-no-select)
13428 (open-line, split-line, minibuffer-prompt-width, kill-new)
13429 (binary-overwrite-mode): Fix typos in docstrings.
13430 (set-fill-column): Fix typo in message.
13431
13432 * skeleton.el (skeleton-proxy-new): Doc fix.
13433
13434 * strokes.el (strokes-load-hook): Doc fix.
13435 (strokes-grid-resolution, strokes-get-grid-position)
13436 (strokes-renormalize-to-grid, strokes-read-stroke)
13437 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13438 (strokes-global-map): Fix typos in docstrings.
13439 (strokes-help): Doc fix. Fix help message and pass it through
13440 `substitute-command-keys'.
13441
13442 * tempo.el (tempo-insert-prompt, tempo-interactive)
13443 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13444 (tempo-insert-string-functions, tempo-local-tags)
13445 (tempo-define-template, tempo-insert-template)
13446 (tempo-insert-prompt-compat, tempo-is-user-element)
13447 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13448 Fix typos in docstrings.
13449
13450 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13451 (vcursor-key-bindings, vcursor-use-vcursor-map)
13452 (vcursor-find-window, vcursor-scroll-down)
13453 (vcursor-disable, vcursor-beginning-of-buffer)
13454 (vcursor-end-of-buffer): Fix typos in docstrings.
13455 (vcursor-relative-move, vcursor-get-char-count):
13456 Improve argument/docstring consistency.
13457
13458 * version.el: "?\ " -> "?\s".
13459
13460 * wid-edit.el (widget-default-create, widget-after-change)
13461 (widget-default-format-handler, widget-checklist-add-item)
13462 (widget-radio-add-item, widget-choose, widget-specify-secret)
13463 (widget-field-value-create, widget-field-value-get)
13464 (widget-editable-list-format-handler)
13465 (widget-editable-list-entry-create, widget-group-value-create)
13466 (widget-documentation-link-add)
13467 (widget-documentation-string-value-create): "?\ " -> "?\s".
13468 (widget-convert-text): Doc fix.
13469 (widget-narrow-to-field, widget-field-find)
13470 (widget-url-link-action, widget-emacs-library-link-action)
13471 (widget-color-notify): Fix typos in docstrings.
13472
13473 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13474 (x-select-text, set-w32-system-coding-system)
13475 (w32-add-charset-info): Fix typos in docstrings.
13476
13477 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13478 (cua-enable-cua-keys, cua-use-hyper-key)
13479 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13480 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13481
13482 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13483
13484 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13485 `defalias' instead of faking it.
13486
13487 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13488 (eshell-ls-missing, eshell-ls-dired-initial-args)
13489 (eshell-ls-use-in-dired): Fix typos in docstrings.
13490
13491 2005-07-20 Kim F. Storm <storm@cua.dk>
13492
13493 * emulation/cua-base.el (cua-mode): Improve doc string.
13494
13495 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13496
13497 * abbrev.el (expand-region-abbrevs): Doc fix.
13498 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13499 Improve argument/docstring consistency.
13500
13501 * arc-mode.el (archive-get-descr, archive-alternate-display):
13502 Doc fixes.
13503 (archive-l-e): Improve argument/docstring consistency.
13504 (archive-tmpdir, archive-unixdate, archive-unixtime)
13505 (archive-chmod-entry): Fix typos in docstrings.
13506 (archive-unflag, archive-unflag-backwards)
13507 (archive-unmark-all-files): "?\ " -> "?\s".
13508
13509 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13510 (Buffer-menu-not-modified, Buffer-menu-execute)
13511 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13512 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13513
13514 * composite.el (compose-string, encode-composition-rule)
13515 (compose-last-chars): Fix typos in docstrings.
13516
13517 * desktop.el (desktop-enable, desktop-basefilename):
13518 Declare with `define-obsolete-variable-alias'.
13519 (desktop-internal-v2s): Don't quote keywords.
13520 (desktop-clear): "?\ " -> "?\s".
13521
13522 * dired.el (dired-align-file, dired-flag-backup-files)
13523 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13524 (dired-listing-switches, dired-ls-F-marks-symlinks)
13525 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13526 (dired-directory, dired-faces, dired, dired-revert)
13527 (dired-mode, dired-summary, dired-view-file)
13528 (dired-copy-filename-as-kill, dired-delete-file)
13529 (dired-no-confirm, dired-unmark-all-marks)
13530 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13531 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13532 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13533 Fix typos in message strings.
13534
13535 * dired-x.el (virtual-dired): Declare with `defalias'.
13536 (dired-mark-unmarked-files, dired-local-variables-file)
13537 (dired-omit-here-always): Doc fix.
13538 (dired-omit-mode, dired-find-subdir)
13539 (dired-enable-local-variables, dired-clean-up-buffers-too)
13540 (dired-extra-startup, dired-mark-extension, dired-jump)
13541 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13542 (dired-smart-shell-command, dired-guess-shell-alist-user)
13543 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13544 (dired-x-bind-find-file, dired-x-submit-report):
13545 Fix typos in docstrings.
13546 (dired-mark-unmarked-files): "?\ " -> "?\s".
13547
13548 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13549
13550 * faces.el (describe-face): "?\ " -> "?\s".
13551 (read-all-face-attributes, read-face-font, modify-face)
13552 (face-attr-construct, italic): Fix typos in docstrings.
13553 (frame-update-face-colors): Declare with
13554 `define-obsolete-function-alias'.
13555
13556 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13557 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13558 (magic-mode-alist, buffer-file-numbers-unique)
13559 (write-file-functions, get-free-disk-space):
13560 Fix typos in docstrings.
13561 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13562 (write-contents-hooks, write-file-hooks):
13563 Declare with `define-obsolete-variable-alias'.
13564
13565 * forms-d2.el (arch-rj): Fix typo in docstrings.
13566 (arch-tocol): Likewise. "?\ " -> "?\s".
13567
13568 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13569 Fix typo in docstring.
13570 (set-screen-width, set-screen-height): Delete redundant info in
13571 doctrings.
13572 (new-frame, screen-height, screen-width): Declare with
13573 `define-obsolete-function-alias'.
13574 (delete-frame-hook, blink-cursor): Declare with
13575 `define-obsolete-variable-alias'.
13576
13577 * paths.el (prune-directory-list): Fix typos in docstring.
13578
13579 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13580 (cvs-prefix-get): Fix typos in docstrings.
13581
13582 * ps-print.el (ps-extend-face-list, ps-extend-face)
13583 (ps-print-background-image): Fix typos in docstrings.
13584 (ps-default-fg, ps-default-bg): Doc fixes.
13585
13586 * s-region.el (s-region-bind): Doc fix.
13587 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13588
13589 * textmodes/org.el (org-table-formula-substitute-names)
13590 (org-table-get-vertical-vector): Doc fixes.
13591 (org-table-recalculate): Remove unused argument to `message'.
13592
13593 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13594
13595 * textmodes/org.el (org-table-column-names)
13596 (org-table-column-name-regexp)
13597 (org-table-named-field-locations): New variables.
13598 (org-archive-subtree): Protect `this-command' when calling
13599 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13600 the kill buffer.
13601 (org-complete): Remove fixed-formula completion.
13602 (org-edit-formulas-map): New variable.
13603 (org-table-edit-formulas): New command.
13604 (org-finish-edit-formulas, org-abort-edit-formulas)
13605 (org-show-variable, org-table-get-vertical-vector): New functions.
13606 (org-table-maybe-eval-formula): Handle `:=' fields.
13607 (org-table-get-stored-formulas, org-table-store-formulas)
13608 (org-table-get-formula, org-table-modify-formulas)
13609 (org-table-replace-in-formulas): Handle named field formulas.
13610 (org-table-get-specials): Store locations of named fields.
13611
13612 2005-07-19 Juri Linkov <juri@jurta.org>
13613
13614 * progmodes/grep.el (grep-regexp-alist)
13615 (grep-mode-font-lock-keywords, grep-process-setup):
13616 Use default GNU grep match color "01;31m" instead of "01;41m".
13617 (grep-regexp-alist, grep-mode-font-lock-keywords):
13618 Use `\\[[0-9]*m' instead of `\\[00m'.
13619 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13620 sgr_start where its handling is more important. Use the real
13621 length of sgr_start instead of constant 8.
13622 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13623 specially. Delete all remaining escape sequences.
13624 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13625 (grep-regexp-alist): Make hyperlink only for binary file name
13626 instead of the whole line.
13627 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13628 (grep-mode): Add autoload.
13629
13630 * emacs-lisp/find-func.el (find-function-regexp):
13631 Add `define-compilation-mode'.
13632
13633 2005-07-19 Juri Linkov <juri@jurta.org>
13634
13635 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13636 (compare-windows-sync-string-size, compare-windows-recenter)
13637 (compare-windows-highlight, compare-windows): Add version 22.1.
13638 (compare-windows) <defface>: Inherit from lazy-highlight instead
13639 of duplicating its default value.
13640
13641 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13642 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13643
13644 * descr-text.el (describe-char): Create link buttons for `charset'
13645 and `code point'. Add the current input method name with a link
13646 button to `to input' field. Print face names of display table
13647 characters in `The display table entry is displayed by' section
13648 instead of printing face-id in the `display' field.
13649 Guess hardcoded faces and create a link button for them.
13650 Skip empty fields when calculating max-width.
13651 Treat `widget-create' specially while inserting strings from the
13652 collected field list.
13653 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13654
13655 * diff-mode.el (diff-file-header): Change foreground color from
13656 yellow to green on light backgrounds.
13657 (diff-context): Inherit from `shadow' only for color/grayscale
13658 with more than 88 colors.
13659 (diff-indicator-removed, diff-indicator-added)
13660 (diff-indicator-changed): New faces.
13661 (diff-font-lock-keywords): Use new faces. Regroup rules.
13662 Add "^---$" for `normal' diff format. Fontify `#' lines with
13663 font-lock-comment-delimiter-face and font-lock-comment-face.
13664 Add `#' to ^[^...] in the rule for `diff-context-face'.
13665
13666 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13667 a button-like box. Inherit from `highlight' on low colors.
13668 (shadow): Use shades of gray only for color/grayscale with
13669 more than 88 colors. Use green for light backgrounds with
13670 8 colors, and yellow for dark backgrounds with 8 colors.
13671
13672 * font-lock.el (font-lock-regexp-grouping-backslash):
13673 Don't inherit from escape-glyph (use bold for all cases).
13674
13675 * info.el (info-xref-visited): Use light foreground color `violet'
13676 for dark backgrounds instead of dark color `magenta3'.
13677 (info-title-1): Use `yellow' color for dark backgrounds.
13678
13679 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13680 too-light magenta2.
13681
13682 * replace.el (match): Use slightly more light RoyalBlue3 instead
13683 of dark RoyalBlue4.
13684
13685 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13686
13687 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13688
13689 * novice.el (disabled-command-hook): Declare it with
13690 `define-obsolete-variable-alias'.
13691
13692 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13693 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13694 (desktop-load-default): Add release to obsolescence info.
13695 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13696 (desktop-append-buffer-args, desktop-read):
13697 Fix typos in docstrings.
13698 (desktop-kill): Fix typo in message.
13699 (desktop-save): Doc fix.
13700
13701 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13702
13703 * viper-cmd.el (viper-escape-to-state): Bug fix.
13704 (viper-envelop-ESC-key): Change the definition of fast
13705 keysequence so it'll work with keyboard macros.
13706
13707 * ediff.el (ediff-patch-buffer): Change the docstring.
13708
13709 2005-07-19 Kenichi Handa <handa@m17n.org>
13710
13711 * international/mule-cmds.el (select-safe-coding-system): Try to
13712 use an auto-coding (if any) before anything else. If the found
13713 auto-coding is invalid, show a warning message.
13714
13715 * international/mule.el (find-auto-coding): New function created
13716 by modifying the body of set-auto-coding.
13717 (set-auto-coding): Use find-auto-coding to find a coding.
13718
13719 2005-07-18 Richard M. Stallman <rms@gnu.org>
13720
13721 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13722 not isearch-mode-end-hook-error.
13723 (allout-before-change-protect): Fix error message.
13724
13725 2005-07-18 Juri Linkov <juri@jurta.org>
13726
13727 * allout.el (allout-mode):
13728 * calculator.el (calculator-copy):
13729 * custom.el (custom-known-themes):
13730 * dired.el (dired-desktop-buffer-misc-data)
13731 (dired-restore-desktop-buffer):
13732 * dired-x.el (dired-omit-marker-char):
13733 * files.el (basic-save-buffer):
13734 * font-core.el (font-lock-mode):
13735 * calendar/calendar.el (calendar-goto-hebrew-date)
13736 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13737 (calendar-goto-persian-date):
13738 * language/ethio-util.el (ethio-sera-to-fidel-region):
13739 * textmodes/picture.el (picture-mode):
13740 Delete duplicate duplicate words.
13741
13742 2005-07-18 Juri Linkov <juri@jurta.org>
13743
13744 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13745 chars * ? } |.
13746 (isearch-fallback): Don't call `isearch-process-search-char'.
13747 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13748 (isearch-process-search-char): Call `isearch-fallback' for regexp
13749 chars * ? } |.
13750 (isearch-return-char): Make obsolete with `make-obsolete' instead
13751 of simply documenting it as obsolete in the docstring.
13752 (isearch-fallback): Refill docstring.
13753
13754 * international/isearch-x.el
13755 (isearch-process-search-multibyte-characters): Remove unneeded
13756 `concat'. Add intermediate values to `junk-hist' instead of
13757 `minibuffer-history'. Test the length of `str'.
13758
13759 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13760
13761 * allout.el (allout-resolve-xref): Fix typos in error strings.
13762 (allout-before-change-protect): Remove unneeded `concat'.
13763
13764 * array.el (array-mode, array-reconfigure-rows)
13765 (untabify-backward): Fix typos in docstrings.
13766 (array-reconfigure-rows): Use `insert-buffer-substring', not
13767 `insert-buffer'.
13768
13769 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13770 * progmodes/ada-mode.el (ada-make-body):
13771 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13772
13773 * dired.el (dired-log):
13774 * tar-mode.el (tar-subfile-save-buffer):
13775 * play/zone.el (zone-pgm-stress-destress):
13776 Use `insert-buffer-substring', not `insert-buffer'.
13777
13778 2005-07-17 Simon Josefsson <jas@extundo.com>
13779
13780 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13781
13782 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13783
13784 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13785 Add plain auth method.
13786 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13787
13788 2005-07-17 Kim F. Storm <storm@cua.dk>
13789
13790 * ido.el (dired-other-window): Add ido property.
13791
13792 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13793
13794 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13795 Fix typo in docstring.
13796 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13797 `insert-file-literally'.
13798
13799 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13800 info and delete redundant message. Doc fix.
13801 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13802 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13803
13804 2005-07-16 Richard M. Stallman <rms@gnu.org>
13805
13806 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13807 (byte-compile-and): Use byte-compile-and-recursion.
13808 (byte-compile-or-recursion): New function.
13809 (byte-compile-or): Use that.
13810 (byte-compile-if): Guard the else-clause too.
13811 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13812
13813 * isearch.el (isearch-mode-end-hook-quit): New variable.
13814 (isearch-done): Bind it.
13815 (isearch-mode-end-hook): Doc fix.
13816
13817 * allout.el (allout-isearch-did-quit): Variable deleted.
13818 (allout-real-isearch-abort): Function name no longer used.
13819 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13820 (allout-isearch-rectification): isearch-mode always exists.
13821 Don't set allout-isearch-did-quit.
13822 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13823 allout-isearch-did-quit.
13824 (allout-enwrap-isearch): Just add the hook.
13825 (allout-isearch-abort): Function deleted.
13826 (allout-pre-command-business): Avoid warning.
13827
13828 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13829 Correctly avoid warnings.
13830 (pascal-outline): Likewise.
13831
13832 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13833
13834 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13835
13836 * play/tetris.el (tetris-mode): Avoid warning.
13837
13838 * play/snake.el (snake-mode): Avoid warning.
13839
13840 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13841 (gamegrid-set-display-table): Avoid warning.
13842 (gamegrid-set-timer): Likewise.
13843 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13844 (gamegrid-add-score-with-update-game-score-1): Take FILE
13845 as argument.
13846 (gamegrid-add-score-with-update-game-score): Pass that argument.
13847 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13848
13849 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13850
13851 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13852 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13853
13854 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13855 and insert-file.
13856
13857 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13858 (sc-ask): Avoid warnings.
13859
13860 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13861 (eshell-hist-initialize): Use that var the natural way.
13862
13863 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13864
13865 * emacs-lisp/re-builder.el (reb-cook-regexp):
13866 Avoid warning calling lre-compile-string.
13867 (reb-color-display-p): Avoid warning.
13868
13869 * calculator.el (calculator-last-input): Guard uses
13870 of event-key and key-press-event-p.
13871 (event-key, key-press-event-p): Delete definitions.
13872
13873 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13874 (find-gc-source-directory, find-gc-subrs-callers)
13875 (find-gc-noreturn-list, find-gc-source-files)
13876 (find-gc-subrs-called): Vars renamed and defvar'd.
13877
13878 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13879 (checkdoc-overlay-put, checkdoc-delete-overlay)
13880 (checkdoc-overlay-start, checkdoc-overlay-end)
13881 (checkdoc-mode-line-update, checkdoc-char=):
13882 Define such that compiler knows they are defined.
13883 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13884 (checkdoc-read-event): Delete. Use read-event directly.
13885
13886 * whitespace.el (whitespace-make-overlay)
13887 (whitespace-overlay-put, whitespace-delete-overlay)
13888 (whitespace-overlay-start, whitespace-overlay-end):
13889 Define such that compiler knows they are defined.
13890 (whitespace): Move conditional inside.
13891
13892 * tempo.el (tempo-insert-template): Suppress warning.
13893
13894 * ediff-diff.el (longlines-mode): Add defvar.
13895
13896 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13897
13898 * server.el: Bind "C-x #" in a way that works even if C-x is
13899 redefined to a command key, not a prefix key.
13900
13901 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13902
13903 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13904 cl-make-type-test till execution time.
13905
13906 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13907
13908 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13909 arg ARG and use it.
13910
13911 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13912
13913 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13914
13915 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13916
13917 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13918 a defcustom with two :set or :type keywords.
13919
13920 2005-07-15 Richard M. Stallman <rms@gnu.org>
13921
13922 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13923 Don't give ^M comment-end syntax.
13924
13925 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13926
13927 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13928 Don't consider gdbmi (gdb-mi.el has its own update functions).
13929 (gdb-var-delete): Make it work for gdbmi as well.
13930 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13931
13932 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13933 (gud-speedbar-menu-items): Correct logic for enabling items.
13934
13935 2005-07-15 Kim F. Storm <storm@cua.dk>
13936
13937 * ido.el: Fix commentary.
13938 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13939 Use with-no-warnings around ffap-guesser.
13940 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13941 Let bind minibuffer-completing-file-name to t.
13942
13943 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13944
13945 * startup.el (site-run-file, keyboard-type): Doc fixes.
13946 (command-line): Check for "--basic-display" argument; also for
13947 "--quick", not "--bare-bones" (which was renamed).
13948 (fancy-splash-text): Add missing item "Getting New Versions".
13949 (normal-splash-screen): Fix typos and improve consistency with
13950 `fancy-splash-text'. Update copyright year.
13951
13952 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13953 valid binding for `help-char'.
13954
13955 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13956
13957 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13958
13959 * term.el (term-mode): Disable cua-mode for term buffers.
13960
13961 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13962
13963 * add-log.el (add-log-mailing-address, change-log-merge):
13964 Doc fixes.
13965 (change-log-get-method-definition): Fix typo in docstring.
13966
13967 2005-07-14 Kim F. Storm <storm@cua.dk>
13968
13969 * emulation/cua-base.el:
13970 (cua--pre-command-handler-1, cua--pre-command-handler)
13971 (cua--post-command-handler-1, cua--post-command-handler):
13972 Split in two. Check (buffer local) value of cua-mode.
13973 (cua-selection-mode): New command.
13974
13975 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13976
13977 * custom.el (custom-initialize-safe-set)
13978 (custom-initialize-safe-default): Doc fixes.
13979
13980 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13981 and simplify :init-value again.
13982
13983 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13984 and simplify :init-value again. Delete autoload.
13985
13986 * startup.el (command-line): Use `custom-reevaluate-setting' again
13987 for tooltip-mode.
13988
13989 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13990 a defcustom with two :initialize keywords.
13991
13992 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13993
13994 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13995 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13996 (allout-post-command-business, allout-flag-region)
13997 (isearch-reenable-font-lock, allout-yank)
13998 (allout-insert-latex-header, allout-insert-latex-trailer)
13999 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
14000 (allout-latex-verb-quote): Fix typos in docstrings.
14001 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
14002 (allout-unprotected, allout-prefix-data):
14003 Improve argument/docstring consistency.
14004 (allout-chart-subtree): Fix argument spec.
14005 (allout-open-topic): Rename `use_sib_bullet' argument to
14006 `use-sib-bullet'. Doc fix.
14007
14008 * whitespace.el (whitespace-check-buffer-leading)
14009 (whitespace-check-buffer-trailing)
14010 (whitespace-check-buffer-indent)
14011 (whitespace-check-buffer-spacetab)
14012 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
14013 (whitespace-check-leading-whitespace)
14014 (whitespace-check-trailing-whitespace)
14015 (whitespace-check-spacetab-whitespace)
14016 (whitespace-check-indent-whitespace)
14017 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
14018 (whitespace-modes): Fix typos in docstrings.
14019 (defgroup, defcustom): Doc fixes.
14020
14021 * winner.el (winner-mode, winner-boring-buffers)
14022 (winner-pending-undo-ring): Doc fixes.
14023 (winner-ring): Remove unneeded `progn'.
14024 (winner-equal): `defsubst' it.
14025 (winner-redo): Fix message.
14026
14027 2005-07-13 Kim F. Storm <storm@cua.dk>
14028
14029 * simple.el (line-move-1): Always use vertical-motion to
14030 do the last (or only) line move to ensure some movement.
14031 Undo 2005-06-23 change--don't check for overlays.
14032
14033 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14034
14035 * term/mac-win.el (ccl-encode-mac-roman-font)
14036 (ccl-encode-mac-centraleurroman-font)
14037 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
14038 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
14039 Change charset-id boundary of dimension to ?\xef.
14040 (mac-char-fontspec-list): New constant.
14041 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
14042 argument. Nil uses itself as family in font-spec. Previous
14043 behavior for nil is now provided by non-nil non-string argument.
14044 All callers changed. Add font-specs for Mac fonts to
14045 "fontset-default" unless iso8859-1 fonts are installed.
14046
14047 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
14048
14049 * progmodes/sh-script.el (sh-get-indent-info): Only indent
14050 a continuation line if the \ is preceded by SPC or TAB.
14051 (sh-get-indent-info): Simplify.
14052 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
14053 Use with-current-buffer.
14054
14055 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
14056 when the matched text is empty.
14057
14058 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
14059
14060 * startup.el (command-line): Revert to previous handling of
14061 tooltip-mode. Explain in comment why the complexity is needed.
14062
14063 * tooltip.el (tooltip-mode): Revert to previous implementation of
14064 its defcustom.
14065
14066 * frame.el (blink-cursor-mode): Revert to previous implementation
14067 of its defcustom. Update comment.
14068
14069 2005-07-12 Lars Hansen <larsh@soem.dk>
14070
14071 * desktop.el: Update e-mail address.
14072
14073 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14074
14075 * term/mac-win.el (mac-services-mail-selection)
14076 (mac-services-mail-to): New functions.
14077 (mac-application-menu-map): Bind them.
14078
14079 2005-07-12 wulei <milton@wulei.net> (tiny change)
14080
14081 * progmodes/gdb-ui.el: Add note about buffering with Windows.
14082
14083 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
14084
14085 * custom.el (custom-reevaluate-setting): Doc fix.
14086
14087 2005-07-11 Jay Belanger <belanger@truman.edu>
14088
14089 * calc/calc.el (calc-embedded-announce-formula-alist)
14090 (calc-embedded-open-close-plain-alist)
14091 (calc-embedded-open-close-mode-alist): Add checks for additional
14092 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
14093
14094 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
14095
14096 * custom.el (custom-enable-theme): Don't add theme to
14097 `custom-enabled-themes' with `push' because there is no
14098 setf-method for `delq'.
14099
14100 2005-07-11 Richard M. Stallman <rms@gnu.org>
14101
14102 * custom.el (custom-declare-variable): Doc fix.
14103
14104 * dired-aux.el (dired-compare-directories): Remove "." and ".."
14105 from the alists.
14106
14107 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
14108 Do nothing if edebug-active.
14109
14110 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
14111 (edebug-display): Do it here instead.
14112
14113 2005-07-10 Richard M. Stallman <rms@gnu.org>
14114
14115 * cus-face.el (custom-theme-set-faces): Make it work.
14116 (custom-reset-faces): Doc fix.
14117 (custom-theme-reset-internal-face, custom-theme-face-value):
14118 Functions deleted.
14119
14120 * custom.el (custom-push-theme): Maintain list of the settings
14121 of a given theme in its theme-settings property.
14122 Maintain position of old settings in the theme-value
14123 or theme-face property.
14124 (custom-enabled-themes): New variable.
14125 (custom-theme-enabled-p): New function.
14126 (provide-theme): Update custom-enabled-themes.
14127 Disable and reenable the `user' theme.
14128 (require-theme): Doc fix.
14129 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
14130 (custom-theme-value, custom-theme-variable-value): Likewise.
14131 (custom-theme-reset-internal): Likewise.
14132 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
14133 (custom-enable-theme, custom-disable-theme): New functions.
14134 (custom-variable-theme-value, custom-face-theme-value): Likewise.
14135 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
14136 (custom-theme-reset-variables): Simplify.
14137 (deftheme, custom-declare-theme, custom-make-theme-feature):
14138 Definitions moved.
14139
14140 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
14141
14142 * longlines.el (longlines-show-region)
14143 (longlines-unshow-hard-newlines): Recognize hard newlines by
14144 non-nil hard property, instead of t.
14145
14146 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
14147
14148 * viper-cmd.el (viper--key-maps): New variable.
14149 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
14150 emulation-mode-map-alists.
14151 (viper-envelop-ESC-key): Use viper-subseq.
14152 (viper-search-forward/backward/next): Disable debug-on-error.
14153
14154 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14155 (viper-ESC-key): New defcustoms.
14156
14157 * viper-macs.el (ex-map-read-args): Use viper-subseq.
14158
14159 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
14160 (viper-subseq): Copy of subseq from cl.el.
14161
14162 * viper.el (viper-go-away, viper-set-hooks): Use
14163 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
14164
14165 * viper-mous.el (viper-current-frame-saved): Use defvar.
14166
14167 * viper-init.el: Get rid of -face in face names.
14168
14169 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
14170 Make it work with longlines mode
14171
14172 * ediff-mult.el (ediff-meta-mode-hook): New variable.
14173
14174 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
14175
14176 * ediff-init.el: Get rid of -face in face names.
14177
14178 2005-07-10 Richard M. Stallman <rms@gnu.org>
14179
14180 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
14181 and with-timeout-unsuspend.
14182
14183 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
14184 and with-timeout-unsuspend.
14185
14186 * emacs-lisp/timer.el (with-timeout-timers): New variable.
14187 (with-timeout): Bind that variable to record timers.
14188 (with-timeout-suspend, with-timeout-unsuspend): New functions.
14189
14190 * emacs-lisp/debug.el (debug-help-follow): New function.
14191 (debugger-mode-map): Use that instead of help-follow.
14192 (debugger-setup-buffer): Use eval-buffer-list
14193 to handle eval-buffer frames.
14194
14195 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
14196
14197 * timezone.el (timezone-parse-date): Change first regexp
14198 so it will not mistakenly match dates with no time zone.
14199
14200 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
14201
14202 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
14203
14204 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
14205
14206 * custom.el (custom-initialize-safe-set)
14207 (custom-initialize-safe-default): New functions.
14208
14209 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
14210 and simplify :init-value.
14211
14212 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
14213 and simplify :init-value. Delete obsolete comment.
14214
14215 * startup.el (command-line): Use `custom-reevaluate-setting' to
14216 handle `tooltip-mode'. Delete obsolete comment.
14217
14218 * files.el (set-visited-file-name): Avoid calling
14219 `file-name-nondirectory' with a nil argument.
14220
14221 2005-07-09 Richard M. Stallman <rms@gnu.org>
14222
14223 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
14224 was called with nil for the buffer, handle the read position right.
14225 Handle read position for eval-region, too.
14226
14227 2005-07-09 Juri Linkov <juri@jurta.org>
14228
14229 * fringe.el (fringe-mode): Add period in docstring.
14230 (fringe-query-style): Build prompt depending on `all-frames' arg.
14231
14232 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
14233 to not create links to unrelated functions in the Help buffer.
14234
14235 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
14236 Doc fix.
14237
14238 * simple.el (next-error-hook): New variable.
14239 (next-error): Use it. Doc fix.
14240
14241 * textmodes/ispell.el (ispell-command-loop): Add current
14242 dictionary name and program name to mode-line-format.
14243 (ispell-region, ispell-process-line): Add current dictionary name
14244 and program name to messages.
14245
14246 2005-07-08 Jay Belanger <belanger@truman.edu>
14247
14248 * calc/calc.el (calc-embedded-announce-formula-alist)
14249 (calc-embedded-open-close-formula-alist)
14250 (calc-embedded-open-close-word-alist)
14251 (calc-embedded-open-close-plain-alist)
14252 (calc-embedded-open-close-new-formula-alist)
14253 (calc-embedded-open-close-mode-alist)
14254 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
14255 (calc-embedded-mode-hook): New variables.
14256
14257 * calc/calc-embed.el (calc-embedded-firsttime)
14258 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
14259 New variables.
14260 (calc-do-embedded): Use calc-embedded-firsttime,
14261 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
14262 determine whether or not to run hooks.
14263 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
14264 calc-embedded-firsttime-formula appropriately.
14265 Set calc-embedded delimiter variables according to mode.
14266
14267 2005-07-08 Richard M. Stallman <rms@gnu.org>
14268
14269 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
14270 Check for "emacs", etc., as entire symbol, not just as word.
14271 (checkdoc-file-comments-engine): Use regexp-quote on FN.
14272
14273 * files.el (set-visited-file-name): Report the error
14274 for "empty filename" earlier.
14275 (kill-some-buffers): Ignore buffers already dead.
14276
14277 * fringe.el (fringe-mode): Doc fix.
14278
14279 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14280 Check for (featurep 'xemacs) and turn off warnings in what it guards.
14281 Use unwind-protect to ensure byte-compile-unresolved-functions
14282 is updated.
14283
14284 * whitespace.el (whitespace-buffer-leading-cleanup):
14285 Simplify w/ skip-chars-forward.
14286 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
14287
14288 * mail/rmail.el (rmail-only-expunge): Fix paren error.
14289 Unconditionally try to leave point at the same old place.
14290
14291 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
14292
14293 * comint.el (comint-postoutput-scroll-to-bottom)
14294 (comint-show-maximum-output): Take scroll-margin into consideration.
14295
14296 2005-07-08 Kim F. Storm <storm@cua.dk>
14297
14298 * ido.el (ido-use-filename-at-point): New choice `guess'.
14299 (ido-file-internal): Try ffap-guesser if selected.
14300
14301 * ido.el (ido-before-fallback-functions): New hook.
14302 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
14303 (ido-read-file-name): Run it.
14304
14305 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
14306
14307 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
14308 strings rather than a list of symbols to the completion function.
14309
14310 2005-07-07 Jay Belanger <belanger@truman.edu>
14311
14312 * calc/calc-units.el (math-apply-units): Change the places in
14313 which units are simplified.
14314
14315 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
14316
14317 * cus-edit.el (customize-option, customize-option-other-window):
14318 Make them handle aliases.
14319
14320 * custom.el (custom-variable-p): Make it recursively follow
14321 aliases. Mention that in the docstring.
14322
14323 2005-07-07 Richard M. Stallman <rms@gnu.org>
14324
14325 * cus-start.el (exec-path): Use `directory' instead of `file'.
14326 Fix tag for nil.
14327
14328 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14329
14330 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
14331 when called non-interactively. Doc fix.
14332
14333 2005-07-07 Lute Kamstra <lute@gnu.org>
14334
14335 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
14336 new address as well.
14337
14338 2005-07-07 Kenichi Handa <handa@m17n.org>
14339
14340 * international/mule.el (make-coding-system):
14341 Describe `ascii-incompatible' property in the docstring.
14342 (set-file-name-coding-system): Signal an error if coding-system is
14343 ascii-incompatible.
14344 (set-keyboard-coding-system): Likewise.
14345
14346 * international/mule-cmds.el (set-default-coding-systems):
14347 Don't set default-file-name-coding-system and
14348 default-keyboard-coding-system if coding-system is ASCII-incompatible.
14349
14350 * international/utf-16.el: Declare that all UTF-16-based coding
14351 systems are ASCII-incompatible.
14352
14353 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
14354
14355 * progmodes/gud.el: Require font-lock for displaying errors.
14356 Used by gdb-ui.el.
14357
14358 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14359
14360 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14361 values for the pattern lists which are `read'able but not
14362 `append'able (like symbols).
14363
14364 2005-07-06 Richard M. Stallman <rms@gnu.org>
14365
14366 * progmodes/flymake.el (flymake-float-time): Instead of
14367 with-no-warnings, test for xemacs.
14368 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14369 to avoid warning.
14370
14371 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
14372
14373 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14374
14375 2005-07-05 Lute Kamstra <lute@gnu.org>
14376
14377 * battery.el: Add support for Darwin (with much debugging help
14378 from Samuel Lauber <sam124@operamail.com>).
14379 (battery-status-function, battery-echo-area-format)
14380 (battery-mode-line-format): Add support for pmset on Darwin.
14381 (battery-load-low, battery-load-critical): New user options.
14382 (battery-pmset): New function.
14383
14384 2005-07-05 Lute Kamstra <lute@gnu.org>
14385
14386 Update FSF's address in GPL notices.
14387
14388 * textmodes/page-ext.el: Update FSF's address.
14389
14390 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14391
14392 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14393 filling from using prefix when filling a single-line docstring.
14394
14395 * progmodes/flymake.el: Remove useless eval-when-compile.
14396
14397 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14398
14399 2005-07-04 Richard M. Stallman <rms@gnu.org>
14400
14401 * textmodes/org.el (org-file-apps-defaults-gnu):
14402 Rename from org-file-apps-defaults-linux.
14403 (org-default-apps): Don't test system-type for `linux'.
14404 (org-file-apps): Doc fix.
14405
14406 2005-07-04 David Ponce <david@dponce.com>
14407
14408 * tree-widget.el: Improve header Commentary section.
14409 (tree-widget) [defgroup]
14410 (tree-widget-image-enable, tree-widget-themes-directory)
14411 (tree-widget-theme, tree-widget-image-properties-emacs)
14412 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14413 (tree-widget-image-formats, tree-widget-control)
14414 (tree-widget-empty-control, tree-widget-leaf-control
14415 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14416 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14417 (tree-widget-keep, tree-widget-after-toggle-functions)
14418 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14419 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14420 :help-echo message.
14421 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14422 (tree-widget-image-properties): Doc fix. Clearer implementation.
14423 (tree-widget--cursors): New constant.
14424 (tree-widget-lookup-image): New function split from
14425 `tree-widget-find-image'. Clearer implementation.
14426 (tree-widget-find-image): Use it.
14427 (tree-widget-button-keymap): Use `set-keymap-parent'.
14428 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14429 Define the sub-widgets here.
14430 (tree-widget-node): Check that :node is not a tree-widget.
14431 (tree-widget-get-super, tree-widget-open-control)
14432 (tree-widget-close-control, tree-widget-empty-control)
14433 (tree-widget-leaf-control, tree-widget-guide)
14434 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14435 (tree-widget-no-handle, tree-widget-value-delete)
14436 (tree-widget-map): Remove.
14437 (tree-widget-children-value-save): Doc fix. Simplified.
14438 (tree-widget-value-create): Update according to previous changes.
14439
14440 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14441
14442 * textmodes/org.el: Leading space replaced by TABS.
14443 (org-recalc-marks, org-table-rotate-recalc-marks)
14444 (org-table-get-specials): Treat "^" and "_" marks.
14445 (org-table-justify-field-maybe): Optional argument NEW.
14446 (org-table-eval-formula): Parsing of the format simplified.
14447 New modes C,I. Honor the %= parameter in the current table.
14448 Avoid unnecessary re-align by using the NEW argument to
14449 `org-table-justify-field-maybe'.
14450 (org-calc-default-modes): Default for date-format mimicks org-mode.
14451 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14452
14453 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14454
14455 * cus-face.el (custom-theme-set-faces): Make it handle face
14456 aliases whose alias declarations are pre- or autoloaded.
14457
14458 2005-07-04 Juri Linkov <juri@jurta.org>
14459
14460 * faces.el (read-face-name): Put the code for getting a face name
14461 from the buffer before adding the faces from the `face' property.
14462 Use `completing-read-multiple' instead of `completing-read'.
14463 Require `crm'. Add default value and post-process the returned
14464 list of faces.
14465
14466 * emacs-lisp/crm.el (crm-find-current-element)
14467 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14468
14469 * emacs-lisp/lisp-mode.el (eval-defun-1):
14470 * emacs-lisp/edebug.el (edebug-eval-defun):
14471 Remove unnecessary quotes.
14472
14473 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14474
14475 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14476 (prolog-indent-level): Fix typo in docstring.
14477
14478 * info.el (Info-history, Info-history-forward)
14479 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14480
14481 * add-log.el (add-change-log-entry):
14482 * comint.el (comint-dynamic-list-input-ring)
14483 (comint-dynamic-list-completions):
14484 * dabbrev.el (dabbrev-expand):
14485 * delim-col.el (delimit-columns-rectangle-line):
14486 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14487 (diff-unified->context):
14488 * ediff-init.el (ediff-abbrev-jobname):
14489 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14490 (ediff-replace-session-activity-marker-in-meta-buffer):
14491 * info.el (Info-summary):
14492 * lpr.el (printify-region):
14493 * printing.el (pr-create-interface):
14494 * ps-print.el (ps-print-quote):
14495 * ses.el (ses-column-widths, ses-print-cell)
14496 (ses-adjust-print-width, ses-center):
14497 * shell.el (shell-file-name-quote-list):
14498 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14499 (strokes-fill-current-buffer-with-whitespace)
14500 (strokes-xpm-for-stroke, strokes-list-strokes)
14501 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14502 * term.el (term-dynamic-list-input-ring)
14503 (term-dynamic-list-completions):
14504 * calc/calc.el (math-format-stack-value):
14505 * emacs-lisp/edebug.el (edebug-display-freq-count):
14506 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14507 (delphi-new-comment-line):
14508 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14509 * progmodes/executable.el (executable-set-magic):
14510 * progmodes/python.el (inferior-python-mode):
14511 * progmodes/scheme.el (scheme-mode-syntax-table):
14512 * progmodes/sh-script.el (sh-maybe-here-document):
14513 * progmodes/sql.el (sql-copy-column):
14514 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14515 * textmodes/bibtex.el (bibtex-mode):
14516 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14517 (sgml-auto-attributes):
14518 * textmodes/table.el (table-insert, table-shorten-cell)
14519 (table--generate-source-scan-lines, table-delete-row)
14520 (*table--cell-delete-char, table--spacify-frame)
14521 (table--horizontally-shift-above-and-below)
14522 (table--cell-insert-char, table--cell-blank-str)
14523 (table--fill-region-strictly):
14524 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14525 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14526
14527 * add-log.el (change-log):
14528 * apropos.el (apropos):
14529 * comint.el (comint-completion, comint-source):
14530 * dabbrev.el (dabbrev):
14531 * delim-col.el (columns):
14532 * diff-mode.el (diff-mode):
14533 * ediff.el (ediff):
14534 * ediff-diff.el (ediff-diff):
14535 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14536 * ediff-mult.el (ediff-mult):
14537 * ediff-ptch.el (ediff-ptch):
14538 * ediff-wind.el (ediff-window):
14539 * facemenu.el (facemenu):
14540 * indent.el (indent):
14541 * info.el (info):
14542 * jka-cmpr-hook.el (compression, jka-compr):
14543 * lpr.el (lpr):
14544 * outline.el (outlines):
14545 * pcmpl-cvs.el (pcmpl-cvs):
14546 * pcmpl-rpm.el (pcmpl-rpm):
14547 * printing.el (printing):
14548 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14549 (ps-print-vertical, ps-print-headers, ps-print-font)
14550 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14551 (ps-print-background, ps-print-printer, ps-print-page)
14552 (ps-print-miscellany):
14553 * ses.el (ses):
14554 * shell.el (shell, shell-directories, shell-faces):
14555 * startup.el (initialization):
14556 * strokes.el (strokes):
14557 * term.el (term):
14558 * uniquify.el (uniquify):
14559 * w32-vars.el (w32):
14560 * calc/calc.el (calc):
14561 * emacs-lisp/bytecomp.el (bytecomp):
14562 * emacs-lisp/cl-indent.el (lisp-indent):
14563 * emacs-lisp/edebug.el (edebug):
14564 * emacs-lisp/elp.el (elp):
14565 * emacs-lisp/testcover.el (testcover):
14566 * emacs-lisp/trace.el (trace):
14567 * emulation/viper-ex.el (viper-ex):
14568 * emulation/viper-mous.el (viper-mouse):
14569 * mail/mailalias.el (mailalias):
14570 * mail/supercite.el (supercite, supercite-frames)
14571 (supercite-attr, supercite-cite, supercite-hooks):
14572 * net/rcompile.el (remote-compile):
14573 * net/rlogin.el (rlogin):
14574 * obsolete/ooutline.el (outlines):
14575 * progmodes/delphi.el (delphi):
14576 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14577 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14578 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14579 (ebnf-optimization):
14580 * progmodes/etags.el (etags):
14581 * progmodes/executable.el (executable):
14582 * progmodes/idlwave.el (idlwave):
14583 * progmodes/pascal.el (pascal):
14584 * progmodes/prolog.el (prolog):
14585 * progmodes/python.el (python):
14586 * progmodes/scheme.el (scheme):
14587 * progmodes/sh-script.el (sh, sh-script):
14588 * progmodes/sql.el (SQL):
14589 * progmodes/tcl.el (tcl):
14590 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14591 * textmodes/enriched.el (enriched):
14592 * textmodes/makeinfo.el (makeinfo):
14593 * textmodes/sgml-mode.el (sgml):
14594 * textmodes/table.el (table-hooks):
14595 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14596 * textmodes/texinfo.el (texinfo):
14597 * textmodes/two-column.el (two-column):
14598 Finish `defgroup' description with period.
14599
14600 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14601 * eshell/esh-var.el (eshell-var):
14602 * progmodes/vhdl-mode.el (vhdl-testbench):
14603 * textmodes/org.el (org): Fix typos in docstrings.
14604
14605 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14606 consistency.
14607
14608 * progmodes/flymake.el (flymake-find-file): Remove.
14609 (flymake-float-time): Use `with-no-warnings'.
14610 (flymake-check-start-time, flymake-check-was-interrupted)
14611 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14612 (flymake-new-err-info): `defvar' at compile time.
14613
14614 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14615
14616 * replace.el (occur-hook): Doc fix.
14617 (occur-1): Don't call `occur-hook' if there are no matches.
14618
14619 2005-07-03 Richard M. Stallman <rms@gnu.org>
14620
14621 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14622 global-map, save the same map.
14623 (global-map): Don't alter it at top level.
14624 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14625 Then alter it here instead.
14626 (tpu-edt-off): Set global-map to the saved one.
14627
14628 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14629 All references simplified.
14630 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14631 (zmacs-regions): Add defvar.
14632 (repeat-complex-command-map): Everything about that deleted.
14633
14634 * textmodes/artist.el (artist-key-is-drawing)
14635 (artist-key-endpoint1, artist-key-poly-point-list)
14636 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14637 (artist-key-compl-table, artist-rb-save-data)
14638 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14639 Don't put them in eval-when-compile.
14640 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14641
14642 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14643 Use with-no-warnings.
14644
14645 * net/browse-url.el (dos-windows-version): Add defvar.
14646
14647 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14648
14649 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14650 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14651 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14652 Add defvar.
14653 (rmail-summary-beginning-of-message): Use with-no-warnings.
14654 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14655
14656 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14657 Use with-no-warnings.
14658
14659 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14660 (c-mark-function): Add point-moving-unit property.
14661 (vi-goto-line): Use with-no-warnings.
14662
14663 * emulation/edt.el (edt-last-copied-word): Add defvar.
14664 (zmacs-region-stays): Likewise.
14665 (edt-mark-section-wisely): Use c-mark-function for C.
14666 Use makr-defun for Fortran.
14667 (time-string): defvar deleted.
14668 (edt-display-the-time): Don't set time-string.
14669
14670 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14671
14672 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14673 Don't warn when name is not constant
14674 or for defining the group `emacs'.
14675
14676 * tooltip.el (gud-tooltip-mode): Add defvar.
14677
14678 * startup.el (default-frame-background-mode): Add defvar.
14679
14680 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14681
14682 * info.el (tool-bar-map): Add defvar.
14683
14684 * dired.el (dnd-protocol-alist): Add defvar.
14685
14686 * dired-aux.el (dired-query): Display question with answer, when
14687 the user answers.
14688
14689 * custom.el (custom-add-option): Doc fix.
14690
14691 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14692
14693 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14694
14695 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14696 bogus name from the last change.
14697
14698 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14699
14700 * custom.el (custom-declare-variable): Fix typos in comment.
14701 (custom-known-themes): Doc fix.
14702 (custom-theme-directory): New defcustom.
14703 (require-theme): Make it check `custom-theme-directory'.
14704
14705 * cus-theme.el (custom-new-theme-mode): New function.
14706 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14707 (custom-theme-description): Add compiler defvars.
14708 (customize-create-theme): Add doc to the "*New Custom Theme*"
14709 buffer. Use `custom-new-theme-mode'.
14710 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14711 and save it to the `custom-theme-directory'. Make this the
14712 default directory of the buffer.
14713
14714 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14715
14716 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14717 Fix unbalanced parentheses.
14718
14719 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14720
14721 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14722 into flymake-mode and delegate to flymake-mode.
14723
14724 * find-file.el (ff-which-function-are-we-in): Clean up.
14725
14726 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14727
14728 * replace.el (occur-rename-buffer): Fix docstring.
14729
14730 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14731 (edt-last-copied-word, edt-learn-macro-count)
14732 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14733 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14734 (time-string, zmacs-region-stays):
14735 * emulation/edt-mapper.el (edt-save-function-key-map)
14736 (EDT-key-name): `defvar' to silence the byte-compiler.
14737
14738 2005-07-02 Martin Rudalics <rudalics@gmx.at>
14739
14740 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14741 font-lock-regexp-backslash. Doc fix.
14742 (font-lock-regexp-backslash-grouping-construct): Rename from
14743 font-lock-regexp-backslash-construct. Doc fix.
14744 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14745 grouping constructs.
14746
14747 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14748
14749 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14750 updating all the prerequisites.
14751
14752 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14753
14754 * textmodes/org.el (org-agenda-start-on-weekday)
14755 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14756 (org-agenda-use-time-grid, org-archive-location)
14757 (org-allow-space-in-links, org-usenet-links-prefer-google)
14758 (org-enable-table-editor, org-export-default-language)
14759 (org-export-html-show-new-buffer, org-fill-paragraph)
14760 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14761 (org-goto-quit, org-occur, org-eval-in-calendar)
14762 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14763 (org-agenda-diary-entry, org-remember-help)
14764 (org-table-convert-region, org-at-table-p)
14765 (org-table-move-row-down, org-table-move-row-up)
14766 (org-table-copy-region, org-table-toggle-vline-visibility)
14767 (org-table-get-stored-formulas, org-table-get-specials)
14768 (org-recalc-commands, org-table-eval-formula)
14769 (org-table-formula-substitute-names, orgtbl-make-binding)
14770 (org-format-org-table-html, org-format-table-table-html)
14771 (org-format-table-table-html-using-table-generate-source)
14772 (org-customize): Fix typos in docstrings.
14773 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14774 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14775 (org-back-to-heading): Doc fixes.
14776 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14777 (org-agenda-change-all-lines, org-get-header):
14778 Improve argument/docstring consistency.
14779 (orgtbl-error): Fix error message.
14780
14781 * progmodes/flymake.el (flymake-find-possible-master-files)
14782 (flymake-master-file-compare, flymake-get-line-err-count)
14783 (flymake-highlight-line, flymake-gui-warnings-enabled):
14784 Fix typos in docstrings.
14785 (flymake-parse-line, flymake-get-project-include-dirs-function)
14786 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14787 Doc fixes.
14788 (flymake-get-project-include-dirs-function)
14789 (flymake-make-err-menu-data):
14790 Improve argument/docstring consistency.
14791
14792 2005-07-01 Lute Kamstra <lute@gnu.org>
14793
14794 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14795 Catch errors with ignore-errors. Use temporary buffer.
14796 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14797
14798 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14799 background color faces.
14800 (facemenu-set-foreground, facemenu-set-background):
14801 Use facemenu-set-face-from-menu.
14802 (facemenu-set-face-from-menu): Treat face names that start with
14803 "fg:" or "bg:" as special.
14804 (facemenu-add-new-color): Don't create faces. Simplify.
14805
14806 2005-06-30 Richard M. Stallman <rms@gnu.org>
14807
14808 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14809 (crm-find-current-element): Likewise.
14810
14811 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14812
14813 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14814
14815 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14816
14817 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14818 (archive-mouse-extract): Make it an obsolete alias.
14819 (archive-mode-map): Don't use archive-mouse-extract any more.
14820 (archive-mode, archive-extract): write-contents-hooks ->
14821 write-contents-functions.
14822 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14823 first arg.
14824 (archive-rename-entry): Update the call.
14825 (archive-zip-summarize): Remove unused var `method'.
14826 (archive-lzh-summarize): Remove unused var `creator'.
14827
14828 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14829 dedicated frame upon exit.
14830
14831 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14832 (archive-zip-extract, archive-zip-expunge)
14833 (archive-zip-update, archive-zip-update-case): Use executable-find.
14834 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14835 Use restore-buffer-modified-p.
14836 (archive-extract, archive-add-new-member, archive-write-file-member):
14837 Use with-current-buffer.
14838 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14839
14840 2005-06-30 Andreas Schwab <schwab@suse.de>
14841
14842 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14843
14844 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14845
14846 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14847
14848 2005-06-30 Juri Linkov <juri@jurta.org>
14849
14850 * faces.el (vertical-border): Inherit from mode-line-inactive
14851 only on tty.
14852
14853 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14854
14855 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14856 example, -NLINES in the `occur' docstring).
14857
14858 * replace.el (occur-1): When no matches are found, do not set the
14859 `buffer-read-only' and modified flags for the occur buffer,
14860 because it is deleted.
14861
14862 * emulation/cua-base.el (cua-check-pending-input)
14863 (cua-repeat-replace-region, cua-mode, cua-debug)
14864 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14865 Fix typos in docstrings.
14866
14867 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14868 (cua-cut-region-to-global-mark)
14869 (cua--cut-rectangle-to-global-mark):
14870 Remove period from end of messages.
14871
14872 * emulation/cua-rect.el (cua-do-rectangle-padding):
14873 Remove period from end of messages.
14874 (cua--rectangle-seq-format): Fix typo in docstring.
14875 (cua-sequence-rectangle, cua-fill-char-rectangle):
14876 Improve argument/docstring consistency.
14877
14878 2005-06-29 Juri Linkov <juri@jurta.org>
14879
14880 * faces.el (default-frame-background-mode): New internal variable.
14881 (frame-set-background-mode): Use it.
14882
14883 * startup.el (normal-top-level): Set default-frame-background-mode
14884 instead of frame-background-mode. Before setting it, test for its
14885 nil value. Remove tests for frame-background-mode and frame
14886 parameter `reverse'. Add test for "unspecified-fg".
14887
14888 * term/xterm.el (xterm-rxvt-set-background-mode):
14889 * term/rxvt.el (rxvt-set-background-mode):
14890 Set default-frame-background-mode instead of frame-background-mode.
14891
14892 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14893
14894 * simple.el (set-variable): Warn about obsolete user variables.
14895
14896 * imenu.el (imenu--completion-buffer):
14897 * mouse.el (mouse-buffer-menu-alist):
14898 * msb.el (msb-invisible-buffer-p):
14899 * calendar/diary-lib.el (diary-header-line-format):
14900 * emacs-lisp/pp.el (pp-buffer):
14901 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14902 * textmodes/picture.el (picture-replace-match):
14903 Change space constants followed by a sexp to "?\s ".
14904
14905 * play/decipher.el (decipher-loop-with-breaks):
14906 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14907 constants "protected" from end of line by a comment to "?\s".
14908
14909 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14910
14911 * font-lock.el (save-buffer-state): Use `declare'.
14912
14913 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14914 reset the syntax-table to cperl-mode-syntax-table.
14915 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14916 "foo_print_bar" is not matched as a reserved keyword.
14917
14918 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14919
14920 * textmodes/org.el (orgtbl-setup): New function, for delayed
14921 setup for the orgtbl commands.
14922 (org-calc-default-modes): New option.
14923 (orgtbl-make-binding): Use `defun' to get better help display.
14924 (org-diary): Call `org-compile-prefix-format'.
14925 (org-table-formula-substitute-names): New function.
14926 (org-agenda-day-view, org-agenda-week-view): New commands.
14927 (org-agenda-toggle-week-view): Command removed.
14928 (org-tbl-menu): Split off from org-org-menu.
14929 (org-mode): Move removal of outline-mode menus to here.
14930 (org-table-formula-debug): New option.
14931 (org-table-insert-row): Keep first field if just "#" or "*".
14932 (org-mode): Paragraph regexps fixed.
14933 (org-table-recalculate-regexp): New constant.
14934 (org-table-justify-field-maybe): Avoid replace if not necessary.
14935 (org-copy-special, org-cut-special): Use `call-interactively'.
14936 (org-table-copy-region): Take region from `interactive' call.
14937 (org-trim): Return string even if no match.
14938 (org-formula): New face.
14939 (org-set-font-lock-defaults): No longer highlight "FIXME".
14940 But highlight formula-related fields in table.
14941 (org-table-p): Use regexp, not fontification.
14942 (org-table-align): Handle white space at end of line.
14943 (org-table-formula-evaluate-inline): New option.
14944 (org-mode): Auto-wrapping in comment lines turned off.
14945 (org-table-copy-down): Evaluate only in copied field, not in
14946 destination.
14947 (org-table-current-formula): Variable removed.
14948 (org-table-store-formulas, org-table-get-stored-formulas)
14949 (org-table-modify-formulas, org-table-replace-in-formulas)
14950 (org-table-maybe-eval-formula): New functions.
14951 (org-table-get-formula): Modify to use stored formulas.
14952 (org-table-insert-column, org-table-delete-column)
14953 (org-table-move-column): Call `org-table-modify-formulas'.
14954 (org-complete): Add completion for keyword formulas.
14955 (orgtbl-mode): Pull orgtbl-mode-map to start of
14956 minor-mode-map-alist.
14957
14958 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14959
14960 * progmodes/python.el (python-check): Require `compile' before
14961 modifying its variables.
14962
14963 * newcomment.el (comment-indent-default): Don't get fooled by an early
14964 end of buffer.
14965
14966 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14967
14968 * ps-print.el (ps-print-version): Fix version number.
14969
14970 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14971
14972 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14973
14974 2005-06-28 Richard M. Stallman <rms@gnu.org>
14975
14976 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14977 (flyspell-local-mouse-map): Declaration deleted.
14978 (flyspell-mouse-map): Bind only mouse-2.
14979 (flyspell-mode-map): Don't test flyspell-use-local-map.
14980 (flyspell-overlay-keymap-property-name): Var deleted.
14981 (flyspell-mode-on): Don't make local bindings for
14982 flyspell-mouse-map and flyspell-mode-map.
14983 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14984
14985 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14986
14987 * progmodes/compile.el (compilation-next-error-function):
14988 Don't switch buffers; operate on the current buffer.
14989
14990 * progmodes/compile.el (compilation-error-file-name)
14991 (compilation-warning-file-name, compilation-info-file-name)
14992 (compilation-line-number, compilation-column-number): New faces.
14993 (compilation-error-face, compilation-warning-face)
14994 (compilation-info-face, compilation-line-face)
14995 (compilation-column-face): Use them.
14996
14997 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14998
14999 * comint.el (comint-password-prompt-regexp): Accept ", try again".
15000
15001 * bindings.el (global-map): Bind insertchar and its variants.
15002
15003 2005-06-27 Richard M. Stallman <rms@gnu.org>
15004
15005 * textmodes/artist.el (artist-text-overwrite)
15006 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
15007
15008 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15009
15010 * ps-print.el: It was not working the page selection for printing.
15011 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
15012 (ps-print-version): New version 6.6.7.
15013 (ps-end-sheet): New fun.
15014 (ps-header-sheet, ps-end-job): Call it.
15015
15016 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
15017
15018 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
15019
15020 2005-06-27 Lute Kamstra <lute@gnu.org>
15021
15022 * facemenu.el (facemenu-unlisted-faces): Add foreground and
15023 background color faces.
15024 (facemenu-get-face): Delete function.
15025 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
15026 (facemenu-add-new-color): Make second argument mandatory.
15027 Create the appropriate face and return it. Simplify.
15028 (facemenu-set-foreground, facemenu-set-background): Don't check if
15029 color is defined. Use return value of facemenu-add-new-color.
15030
15031 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
15032
15033 * progmodes/gud.el (gud-filter): Add missing argument to
15034 with-selected-window.
15035
15036 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
15037
15038 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
15039 a :require to the defcustom.
15040
15041 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
15042 defcustoms corresponding to minor modes.
15043
15044 2005-06-26 David Ponce <david@dponce.com>
15045
15046 * recentf.el: Require tree-widget instead of wid-edit.
15047 (recentf-filename-handler): Fix widget :type.
15048 (recentf-cancel-dialog, recentf-open-more-files)
15049 (recentf-open-files-action): Doc fix.
15050 (recentf-dialog-goto-first): New function.
15051 (recentf-dialog-mode-map): Set parent keymap first.
15052 (recentf-dialog-mode): Define with define-derived-mode.
15053 Don't display continuation lines in dialogs.
15054 (recentf-edit-list): Rename from recentf-edit-selected-items.
15055 (recentf-edit-list-select): Rename from recentf-edit-list-action.
15056 Simplify.
15057 (recentf-edit-list-validate): New function.
15058 (recentf-edit-list): Update accordingly.
15059 (recentf-open-files-item-shift): Remove.
15060 (recentf-open-files-item): Convert menu elements into tree and
15061 link widgets. Don't create the widgets.
15062 (recentf-open-files): Update accordingly.
15063 (recentf-save-list): Untabify.
15064
15065 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
15066
15067 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
15068 (keep-lines): Add INTERACTIVE arg. Never delete lines only
15069 partially contained in the active region. Do not take active
15070 region into account when called from Lisp, unless INTERACTIVE arg
15071 is non-nil. Use `forward-line' instead of `beginning-of-line' to
15072 avoid trouble with fields. Make marker point nowhere when no
15073 longer used. Always return nil. Doc fix.
15074 (flush-lines): Add INTERACTIVE arg. Do not take active region
15075 into account when called from Lisp, unless INTERACTIVE arg is
15076 non-nil. Use `forward-line' instead of `beginning-of-line' to
15077 avoid trouble with fields. Make marker point nowhere when no
15078 longer used. Always return nil. Doc fix.
15079 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
15080 interchangeable. Do not take active region into account when
15081 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
15082 message in echo area when called from Lisp, unless INTERACTIVE arg
15083 is non-nil. Avoid saying "1 occurrences". Do not use markers.
15084 Return the number of matches. Doc fix.
15085 (occur): Doc fix.
15086 (perform-replace): Make comment follow double space convention for
15087 the sake of `outline-minor-mode'.
15088
15089 * faces.el (facep): Doc fix.
15090
15091 2005-06-25 Richard M. Stallman <rms@gnu.org>
15092
15093 * facemenu.el (facemenu-enable-faces-p): New function.
15094 (facemenu-background-menu, facemenu-foreground-menu)
15095 (facemenu-face-menu): Add menu-enable property.
15096
15097 * jka-compr.el (jka-compr-insert-file-contents):
15098 Special handling if cannot find the uncompression program.
15099
15100 * cus-face.el (custom-face-attributes): Add autoload.
15101
15102 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15103 Bind comment-indent-function locally.
15104
15105 * window.el (save-selected-window): Use save-current-buffer.
15106
15107 * subr.el (with-selected-window): Use save-current-buffer.
15108
15109 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
15110 and with-current-buffer.
15111
15112 2005-06-24 Richard M. Stallman <rms@gnu.org>
15113
15114 * simple.el (line-move-1): Fix previous change.
15115
15116 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
15117
15118 * replace.el (occur-1): Set `buffer-read-only' and the
15119 buffer-modified flag before running `occur-hook' to protect
15120 against unintentional buffer switches that can lead to data loss.
15121
15122 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
15123
15124 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
15125 (gud-gdb-marker-filter): Use font-lock-warning-face for any
15126 initial error.
15127
15128 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
15129 after fresh input.
15130 (gdb-var-create-handler): Put name of expression in quotes.
15131
15132 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
15133
15134 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
15135 elements of RING in order, and without bogus nil elements.
15136
15137 2005-06-23 Richard M. Stallman <rms@gnu.org>
15138
15139 * simple.el (set-variable): Args renamed; doc fix.
15140 (line-move-1): When there are overlays around, use vertical-motion.
15141
15142 * faces.el (escape-glyph): Use brown against light background.
15143 (nobreak-space): Rename from no-break-space.
15144 Fix previous change.
15145
15146 * dired-aux.el (dired-do-copy): Fix arg prompt.
15147
15148 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
15149
15150 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
15151
15152 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
15153 rather than "Distributor".
15154
15155 2005-06-23 Lute Kamstra <lute@gnu.org>
15156
15157 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
15158 (debug-on-entry): Use it. New interactive declaration that uses
15159 function-called-at-point.
15160
15161 2005-06-23 Kim F. Storm <storm@cua.dk>
15162
15163 * subr.el (save-match-data): Add comment about using evaporate arg
15164 to set-match-data.
15165
15166 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
15167
15168 * cus-edit.el (customize-face)
15169 (customize-face-other-window): Handle face aliases.
15170
15171 * faces.el (face-documentation, set-face-attribute)
15172 (face-spec-set): Handle face aliases.
15173
15174 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
15175
15176 * help-mode.el (help-make-xrefs): If a symbol representing a face
15177 name is not followed by the word "face", it could still be a
15178 function or variable name, so don't bypass other checks.
15179
15180 2005-06-22 Juri Linkov <juri@jurta.org>
15181
15182 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
15183 Replace aliased functions with calls where second arg `inherit' is t.
15184
15185 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
15186
15187 * progmodes/gdb-ui.el (gdb-error): New variable.
15188 (gdb-error): New function.
15189 (gdb-annotation-rules): Act on error-begin and error annotations.
15190 (gdb-concat-output): Use font-lock-warning-face for errors.
15191
15192 2005-06-22 Miles Bader <miles@gnu.org>
15193
15194 * bindings.el (propertized-buffer-identification): Use renamed
15195 `Buffer-menu-buffer' face.
15196
15197 * faces.el (vertical-border): Rename from `vertical-divider'.
15198 (escape-glyph): Change dark-background color back to `cyan'.
15199
15200 2005-06-21 Juri Linkov <juri@jurta.org>
15201
15202 * faces.el (face-user-default-spec): Try getting `customized-face'
15203 prior to `saved-face'.
15204 (frame-background-mode): Refill docstring.
15205
15206 * emacs-lisp/lisp-mode.el (eval-defun-1):
15207 * emacs-lisp/edebug.el (edebug-eval-defun):
15208 Set `saved-face' temporarily to nil before calling form.
15209 Set `customized-face' to the new spec after that.
15210
15211 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15212
15213 * subr.el (1value, lambda, key-substitution-in-progress):
15214 Doc fixes.
15215
15216 * autoinsert.el (auto-insert-alist):
15217 * ses.el (ses-call-printer):
15218 * subr.el (noreturn):
15219 * emacs-lisp/lisp.el (check-parens):
15220 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
15221 * net/browse-url.el (browse-url-mosaic):
15222 * progmodes/cc-defs.el (c-safe-scan-lists):
15223 * progmodes/ebnf-abn.el (ebnf-abn-lex):
15224 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
15225 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
15226 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
15227 * progmodes/ebnf-iso.el (ebnf-iso-lex):
15228 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
15229
15230 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
15231
15232 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
15233
15234 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
15235
15236 * calendar/appt.el (appt-make-list): Activate the package, if
15237 not already active (for backwards compatibility).
15238
15239 2005-06-20 Kim F. Storm <storm@cua.dk>
15240
15241 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
15242
15243 2005-06-20 Miles Bader <miles@gnu.org>
15244
15245 * faces.el (vertical-divider): New face.
15246
15247 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
15248
15249 * simple.el (kill-whole-line): Doc fix.
15250 (next-error-buffer-p, next-error-find-buffer)
15251 (clone-indirect-buffer): Fix typos in docstrings.
15252 (comment-line-break-function): Doc fix: don't say variable
15253 is automatically buffer-local (it isn't).
15254
15255 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
15256
15257 * net/tramp-ftp.el (top):
15258 * net/tramp-smb.el (top):
15259 * net/tramp-util.el (top):
15260 * net/tramp-uu.el (top):
15261 * net/tramp-vc.el (top):
15262 * net/tramp.el (top): Revert copyright years back to original
15263 ones. Tramp has a life outside GNU Emacs.
15264
15265 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
15266
15267 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
15268
15269 2005-06-18 Juri Linkov <juri@jurta.org>
15270
15271 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
15272 end of first regexp to limit the match to the position between
15273 line number and source line with same separator character as used
15274 between file name and line number. In the second regexp limit
15275 mouse-face area to file name and line number by adding new group
15276 for them and referring it in HYPERLINK arg.
15277 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
15278 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
15279 previous line where grep markers may be already removed.
15280
15281 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
15282
15283 * progmodes/ps-mode.el: Update version and maintainer's email address.
15284
15285 2005-06-18 Steve Youngs <steve@xemacs.org>
15286
15287 * net/browse-url.el (browse-url-browser-function)
15288 (browse-url-default-browser): Add firefox.
15289 (browse-url-firefox-program, browse-url-firefox-arguments)
15290 (browse-url-firefox-startup-arguments)
15291 (browse-url-firefox-new-window-is-tab): New defcustoms.
15292 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
15293
15294 2005-06-17 Richard M. Stallman <rms@gnu.org>
15295
15296 * startup.el (command-line): Warn if specified user name has
15297 no home directory.
15298
15299 * term.el (term-get-old-input, term-input-filter, term-input-sender)
15300 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
15301
15302 * longlines.el (longlines-mode, longlines-show-hard-newlines):
15303 Doc fixes.
15304
15305 * faces.el (underline): Try bold if terminal doesn't support underline.
15306
15307 * mail/sendmail.el (mail-setup-with-from): New variable.
15308 (mail-insert-from-field): New function.
15309 (sendmail-send-it): Call it.
15310 (mail-setup): Optionally call it here.
15311
15312 * term/linux.el: Call tty-no-underline.
15313
15314 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
15315
15316 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
15317
15318 2005-06-17 Miles Bader <miles@gnu.org>
15319
15320 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
15321 (ediff-current-diff-C, ediff-current-diff-Ancestor)
15322 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
15323 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
15324 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
15325 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
15326 Remove "-face" suffix from face names.
15327 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15328 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15329 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15330 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15331 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15332 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15333 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15334 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15335 New backward-compatibility aliases for renamed faces.
15336 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15337 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15338 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15339 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15340 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15341 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15342 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15343 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15344 Use renamed ediff faces.
15345
15346 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
15347 Remove "-face" suffix from face names.
15348 (eshell-test-ok-face, eshell-test-failed-face):
15349 New backward-compatibility aliases for renamed faces.
15350 (eshell-run-test): Use renamed eshell-test faces.
15351
15352 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
15353 face name.
15354 (eshell-prompt-face): New backward-compatibility alias for renamed
15355 face.
15356 (eshell-emit-prompt): Use renamed eshell-prompt face.
15357
15358 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15359 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15360 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15361 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15362 Remove "-face" suffix from face names.
15363 (eshell-ls-directory-face, eshell-ls-symlink-face)
15364 (eshell-ls-executable-face, eshell-ls-readonly-face)
15365 (eshell-ls-unreadable-face, eshell-ls-special-face)
15366 (eshell-ls-missing-face, eshell-ls-archive-face)
15367 (eshell-ls-backup-face, eshell-ls-product-face)
15368 (eshell-ls-clutter-face):
15369 New backward-compatibility aliases for renamed faces.
15370 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15371
15372 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15373 Remove "-face" suffix from face name.
15374 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15375 instead of literal face.
15376
15377 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
15378
15379 * emacs-lisp/warnings.el (display-warning, lwarn)
15380 (warning-minimum-log-level): Doc fixes.
15381 (warning-minimum-level, warning-minimum-log-level):
15382 Add :debug to :type choices.
15383
15384 * progmodes/ada-mode.el (ada-format-paramlist)
15385 (ada-get-indent-case, ada-check-matching-start)
15386 (ada-check-defun-name, ada-goto-matching-decl-start)
15387 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15388 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15389 (ada-make-subprogram-body): Follow error conventions.
15390 (ada-case-exception-file, ada-indent-comment-as-code)
15391 (ada-indent-handle-comment-special, ada-indent-renames)
15392 (ada-indent-return, ada-search-directories-internal)
15393 (ada-tab-policy, ada-case-exception-substring)
15394 (ada-other-file-alist, ada-matching-start-re)
15395 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15396 (ada-imenu-generic-expression, ada-compile-goto-error)
15397 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15398 (ada-popup-menu, ada-add-extensions, ada-mode)
15399 (ada-region-selected, ada-create-case-exception)
15400 (ada-create-case-exception-substring, ada-after-keyword-p)
15401 (ada-activate-keys-for-case, ada-adjust-case-region)
15402 (ada-adjust-case-buffer, ada-format-paramlist)
15403 (ada-scan-paramlist, ada-insert-paramlist)
15404 (ada-indent-newline-indent)
15405 (ada-indent-newline-indent-conditional)
15406 (ada-justified-indent-current, ada-goto-previous-word)
15407 (ada-indent-current, ada-get-indent-open-paren)
15408 (ada-get-indent-paramlist, ada-get-indent-end)
15409 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15410 (ada-get-indent-block-start, ada-get-indent-subprog)
15411 (ada-get-indent-noindent, ada-get-indent-label)
15412 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15413 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15414 (ada-goto-stmt-end, ada-goto-next-word)
15415 (ada-check-matching-start, ada-check-defun-name)
15416 (ada-goto-matching-decl-start, ada-goto-matching-start)
15417 (ada-goto-matching-end, ada-search-ignore-string-comment)
15418 (ada-in-decl-p, ada-looking-at-semi-or)
15419 (ada-looking-at-semi-private, ada-in-paramlist-p)
15420 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15421 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15422 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15423 (ada-previous-package, ada-create-menu)
15424 (ada-fill-comment-paragraph-justify)
15425 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15426 (ada-other-file-name, ada-last-which-function-line)
15427 (ada-last-which-function-subprog, ada-which-function)
15428 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15429 (ada-gen-treat-proc, ada-check-emacs-version)
15430 (ada-continuation-indent, ada-align-region-separate):
15431 Fix typos in docstrings.
15432 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15433
15434 2005-06-16 Lute Kamstra <lute@gnu.org>
15435
15436 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15437 conditionally.
15438
15439 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15440
15441 * comint.el (comint-replace-by-expanded-filename)
15442 (comint-prompt-regexp, comint-delimiter-argument-list)
15443 (comint-preinput-scroll-to-bottom):
15444 * info.el (Info-hide-cookies-node):
15445 * ls-lisp.el (ls-lisp-classify):
15446 * find-file.el (ff-search-directories, ff-special-constructs)
15447 (ff-find-other-file):
15448 * font-lock.el (font-lock-keywords):
15449 * shell.el (shell-prompt-pattern)
15450 (shell-dynamic-complete-functions, shell-mode)
15451 (shell-delimiter-argument-list):
15452 * term.el (term-replace-by-expanded-filename)
15453 (term-prompt-regexp, term-delimiter-argument-list):
15454 * woman.el (woman-ignore, woman0-if):
15455 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15456 * emacs-lisp/elint.el (elint-init-env):
15457 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15458 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15459 * language/ethio-util.el (ethio-tilde-escape)
15460 (ethio-use-three-dot-question):
15461 * net/zone-mode.el (zone-mode-load-time-setup):
15462 * progmodes/cc-align.el (c-lineup-argcont):
15463 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15464 * progmodes/cperl-mode.el (cperl-set-style-back):
15465 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15466 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15467 Fix spellings in docstrings.
15468
15469 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15470 * progmodes/modula2.el (m2-for): Fix spellings.
15471
15472 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15473
15474 * simple.el (undo-more): Don't use `format' on `error' arguments.
15475 Improve argument/docstring consistency.
15476 (pending-undo-list): Doc fix.
15477
15478 * smerge-mode.el (smerge-ensure-match):
15479 * emulation/vip.el (vip-ex):
15480 * net/zone-mode.el (zone-mode-update-serial):
15481 * progmodes/idlwave.el (idlwave-complete):
15482 * progmodes/vhdl-mode.el (vhdl-visit-file)
15483 (vhdl-compose-wire-components):
15484 Don't use `format' on `error' arguments.
15485
15486 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15487 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15488 (tooltip-help-tips): Fix typos in docstrings.
15489
15490 2005-06-16 David Ponce <david@dponce.com>
15491
15492 * tree-widget.el (tree-widget-value-create): Simplify last change.
15493
15494 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15495
15496 * ido.el (ido-incomplete-regexp): New variable.
15497 (ido-set-matches-1): Handle invalid-regexp error and set
15498 ido-incomplete-regexp.
15499 (ido-incomplete-regexp): New face.
15500 (ido-completions): Use it.
15501 (ido-complete, ido-exit-minibuffer, ido-completions):
15502 Handle incomplete regexps.
15503 (ido-completions): Add check for complete match when entering a regexp.
15504
15505 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15506
15507 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15508
15509 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15510
15511 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15512 by field delimiters.
15513
15514 2005-06-15 David Ponce <david@dponce.com>
15515
15516 * tree-widget.el: eval-and-compile inlined functions so they will
15517 be available at run-time too.
15518 (tree-widget-super-format-handler)
15519 (tree-widget-format-handler): Remove.
15520 (tree-widget-value-create): Handle the :indent property.
15521
15522 2005-06-15 Miles Bader <miles@gnu.org>
15523
15524 * progmodes/which-func.el (which-func): Only inherit
15525 `font-lock-function-name-face' when that makes sense against the
15526 default mode-line face, otherwise set the face color explicitly.
15527
15528 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15529 faces instead of (non-existent) variables.
15530
15531 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15532
15533 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15534 (iswitchb-get-matched-buffers): Likewise. Simplify.
15535
15536 2005-06-14 Miles Bader <miles@gnu.org>
15537
15538 * progmodes/ld-script.el (ld-script-location-counter):
15539 Remove "-face" suffix from face name.
15540 (ld-script-location-counter-face):
15541 New backward-compatibility alias for renamed face.
15542 (ld-script-location-counter-face): Use renamed face.
15543
15544 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15545 (cperl-hash): Remove "-face" suffix from face names.
15546 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15547 New backward-compatibility aliases for renamed faces.
15548 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15549 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15550
15551 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15552 name.
15553 (which-func-face): New backward-compatibility alias for renamed face.
15554 (which-func-format): Use renamed which-func face.
15555
15556 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15557 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15558 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15559 names.
15560 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15561 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15562 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15563 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15564 (vhdl-speedbar-architecture-selected)
15565 (vhdl-speedbar-configuration-selected)
15566 (vhdl-speedbar-package-selected)
15567 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15568 names.
15569 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15570 Use renamed faces.
15571 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15572 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15573 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15574 Use renamed faces.
15575 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15576 names.
15577 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15578 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15579 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15580 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15581 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15582 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15583
15584 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15585 face name.
15586 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15587 (sh-heredoc-face): Use renamed sh-heredoc face.
15588
15589 * progmodes/idlw-help.el (idlwave-help-link):
15590 Remove "-face" suffix from face name.
15591 (idlwave-help-link-face):
15592 New backward-compatibility alias for renamed face.
15593 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15594
15595 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15596 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15597 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15598 New backward-compatibility aliases for renamed faces.
15599 (idlwave-shell-disabled-breakpoint-face)
15600 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15601
15602 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15603 Remove "-face" suffix from face names.
15604 (flymake-errline-face, flymake-warnline-face):
15605 New backward-compatibility aliases for renamed faces.
15606 (flymake-highlight-line): Use renamed flymake faces.
15607
15608 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15609 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15610 (ebrowse-member-class, ebrowse-progress):
15611 Remove "-face" suffix from face names.
15612 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15613 (ebrowse-file-name-face, ebrowse-default-face)
15614 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15615 (ebrowse-progress-face):
15616 New backward-compatibility aliases for renamed faces.
15617 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15618 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15619 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15620 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15621
15622 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15623 antlr-syntax)
15624 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15625 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15626 names.
15627 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15628 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15629 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15630 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15631 backward-compatibility aliases for renamed faces.
15632 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15633 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15634 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15635 remove "font-lock-". Use renamed antlr-mode faces.
15636 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15637 literal face-names with face variable references.
15638
15639 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15640 face name.
15641 (Buffer-menu-buffer-face): New backward-compatibility alias for
15642 renamed face.
15643 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15644
15645 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15646
15647 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15648 Eliminate "-face" suffix.
15649 (makefile-targets): Inherit from font-lock-function-name-face and
15650 eliminate "-face" suffix.
15651 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15652 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15653 actions, instead of prepending, to make it less visible.
15654 (makefile-previous-dependency, makefile-match-dependency):
15655 Don't match a target on a continuation line.
15656
15657 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15658
15659 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15660
15661 * progmodes/gdb-ui.el (menu): Re-order menu items.
15662 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15663
15664 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15665 Define in tooltip.el.
15666 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15667 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15668 gud-tooltip-echo-area.
15669
15670 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15671 backward compatibility and make obsolete.
15672 (tooltip-help-tips): Use tooltip-use-echo-area.
15673 (tooltip-show-help-function): Rename to...
15674 (tooltip-show-help): ...this, because it is a function.
15675 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15676
15677 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15678
15679 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15680 (edebug-print-length, edebug-print-level, edebug-print-circle)
15681 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15682 (edebug-eval-print-last-sexp): Doc fixes.
15683
15684 2005-06-14 Kim F. Storm <storm@cua.dk>
15685
15686 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15687 as the coverage buffer/file/both may change.
15688
15689 2005-06-14 Lute Kamstra <lute@gnu.org>
15690
15691 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15692 and run-mode-hooks. Simplify.
15693
15694 * mail/rmailedit.el (rmail-edit-mode):
15695 * progmodes/octave-inf.el (inferior-octave-mode):
15696 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15697
15698 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15699 and run-mode-hooks.
15700 (recentf-edit-list, recentf-open-files): Don't call
15701 kill-all-local-variables directly.
15702
15703 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15704
15705 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15706
15707 * emacs-lisp/byte-run.el (make-obsolete)
15708 (define-obsolete-function-alias): Rename arguments FUNCTION and
15709 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15710 (make-obsolete-variable, define-obsolete-variable-alias):
15711 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15712 respectively.
15713
15714 * isearchb.el (isearchb-activate):
15715 * pcvs.el (cvs-mode):
15716 * ses.el (ses-load):
15717 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15718 * net/tramp.el (tramp-find-file-exists-command)
15719 (tramp-find-shell):
15720 * progmodes/ada-mode.el (ada-create-case-exception)
15721 (ada-create-case-exception-substring, ada-make-subprogram-body):
15722 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15723 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15724 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15725 * textmodes/org.el (org-promote, org-evaluate-time-range)
15726 (org-agenda-next-date-line, org-agenda-previous-date-line)
15727 (org-agenda-error, org-open-at-point, org-table-move-row)
15728 (org-format-table-table-html-using-table-generate-source)
15729 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15730 * textmodes/reftex.el (reftex-access-scan-info):
15731 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15732 (reftex-toc-promote-prepare): Follow error conventions.
15733
15734 * diff-mode.el (diff-mode): Fix typo in docstring.
15735
15736 * forms.el (forms--intuit-from-file): Fix reference to
15737 `forms-number-of-fields' in error message.
15738 (forms-print): Fix quoting in error message.
15739
15740 * forms.el (forms-mode):
15741 * emulation/vi.el (vi-goto-insert-state):
15742 * progmodes/flymake.el (flymake-new-err-info)
15743 (flymake-start-syntax-check-for-current-buffer)
15744 (flymake-simple-cleanup):
15745 * eshell/esh-var.el (eshell/export):
15746 * progmodes/gud.el (xdb):
15747 * textmodes/flyspell.el (flyspell-incorrect-hook)
15748 (flyspell-maybe-correct-transposition)
15749 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15750
15751 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15752
15753 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15754 minibuffer prompt.
15755
15756 2005-06-13 Kim F. Storm <storm@cua.dk>
15757
15758 * subr.el (add-to-ordered-list): New defun.
15759
15760 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15761 add cua--keymap-alist to emulation-mode-map-alists.
15762
15763 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15764
15765 * subr.el (complete-in-turn): New macro.
15766 (dynamic-completion-table, lazy-completion-table): Add debug info.
15767
15768 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15769 in preference to face aliases.
15770
15771 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15772 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15773 Remove unused vars `start' and `firstline'.
15774 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15775 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15776
15777 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15778
15779 * cus-start.el (all): Don't complain about missing GTK-related
15780 variables, unless either `gtk' is boundp or this isn't a
15781 `windows-nt' build.
15782
15783 2005-06-13 Lute Kamstra <lute@gnu.org>
15784
15785 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15786 run-mode-hooks.
15787
15788 * ediff-mult.el (ediff-meta-mode):
15789 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15790
15791 * ledit.el (ledit-mode): Use delay-mode-hooks.
15792
15793 * woman.el (woman-mode-line-format): Delete constant.
15794 (woman-mode-map): Initialize it properly.
15795 (woman-mode): Set mode-class property to special.
15796 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15797 Set major-mode and mode-name. Don't set mode-line-format directly.
15798 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15799
15800 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15801 string argument obsolete.
15802
15803 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15804
15805 * textmodes/org.el (org-CUA-compatible): New option.
15806 (org-disputed-keys): New variable.
15807 (org-key): New function.
15808 (orgtbl-make-binding): Add docstring to the created function.
15809 (org-mode): Set paragraph start/separate regexps.
15810 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15811 (org-archive-location, org-archive-mark-done)
15812 (org-archive-stamp-time): New options.
15813 (org-archive-subtree): New command.
15814 (org-fill-paragraph): New function.
15815 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15816 (org-fake-empty-table-line): Function removed.
15817 (org-format-org-table-html): Do not create empty table lines at
15818 separator lines. Improved table header treatment.
15819 (org-link-format): New option.
15820 (org-make-link): New function.
15821 (org-insert-link, org-store-link): Use org-make-link.
15822 (org-open-file): Quote file name for shell command, to allow
15823 spaces in file names.
15824 (org-link-regexp): Fix bug with mailto link.
15825 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15826 New constants.
15827 (org-export-as-html): Deal with the optional angles around a link.
15828 Better treatment of file: links.
15829 (org-open-at-point): Replace @{ and @} with < and >.
15830 (org-run-mode-hooks): Function removed.
15831 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15832
15833 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15834
15835 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15836 MI command -data-list-register-values.
15837 (gdb-post-prompt): Indent properly.
15838
15839 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15840
15841 * hilit-chg.el (highlight-changes-colors): Rename from
15842 `highlight-changes-colours'.
15843 (highlight-changes-colours): Keep as obsolete alias.
15844 (highlight-changes-face-list): Doc fix.
15845 (hilit-chg-make-list): Use `highlight-changes-colors'.
15846
15847 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15848
15849 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15850 defun-prompt-regexp.
15851
15852 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15853
15854 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15855 and cygwin.
15856
15857 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15858 Don't use an old loaddefs.el, as in Makefile.in.
15859
15860 2005-06-12 Lute Kamstra <lute@gnu.org>
15861
15862 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15863
15864 * man.el (Man-mode-map): Initialize it properly.
15865 (Man-mode): Set mode-class property to special.
15866
15867 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15868
15869 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15870
15871 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15872 A newline is needed in the docstring there.
15873
15874 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15875 Doc fixes.
15876
15877 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15878
15879 * printing.el: Doc fix. The menubar is no more changed when printing
15880 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15881 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15882 (pr-version): New version number (6.8.4).
15883 (pr-menu-bind): New command.
15884 (pr-update-menus): Docstring and code fix.
15885 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15886 Docstring fix.
15887 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15888 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15889
15890 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15891
15892 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15893 "Returns" to "return", document useful return values, etc.
15894
15895 2005-06-11 Alan Mackenzie <acm@muc.de>
15896
15897 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15898 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15899 (adaptive-file-function): Minor amendment to doc-string.
15900
15901 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15902
15903 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15904 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15905 Fix :type--it is `integer', not `string'.
15906
15907 * faces.el (modeline-highlight): Rename from (the erroneous)
15908 `modeline-higilight'.
15909
15910 2005-06-11 Lute Kamstra <lute@gnu.org>
15911
15912 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15913 lisp-interaction-mode-map but make it the parent.
15914 (edebug-eval-mode): Use define-derived-mode.
15915
15916 2005-06-11 Andreas Schwab <schwab@suse.de>
15917
15918 * bindings.el: Add binding of `ESC functionkey' for every
15919 `M-functionkey'.
15920 * hexl.el (hexl-mode-map): Likewise.
15921
15922 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15923
15924 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15925 [msft]: update regexp for newer msft compilers.
15926
15927 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15928
15929 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15930 ATTLIST portions of included DTDs.
15931 (xml-parse-dtd): Eliminate use of inefficient match-data.
15932
15933 2005-06-10 Miles Bader <miles@gnu.org>
15934
15935 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15936 (mpuz-text): Remove "-face" suffix from face names.
15937 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15938 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15939 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15940
15941 * play/gomoku.el (gomoku-O, gomoku-X):
15942 Remove "-face" suffix from face names.
15943 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15944 New backward-compatibility aliases for renamed faces.
15945 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15946
15947 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15948
15949 * thumbs.el: Fixes for changes of 2005-06-09.
15950 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15951 as a directory.
15952 (thumbs-thumbname): Remove directory separator from format string;
15953 `thumbs-thumbsdir' now returns a valid directory name.
15954 (thumbs-temp-dir): New defsubst.
15955 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15956 Use it.
15957
15958 * cus-edit.el (minibuffer):
15959 * files.el (make-backup-file-name-function):
15960 * filesets.el (filesets-external-viewers):
15961 * hilit-chg.el (highlight-changes-colours)
15962 (highlight-changes-face-list, highlight-changes-rotate-faces):
15963 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15964 * kmacro.el (kmacro-call-macro):
15965 * log-edit.el (log-edit-changelog-full-paragraphs):
15966 * mouse.el (mouse-1-click-follows-link):
15967 * skeleton.el (skeleton-autowrap):
15968 * subr.el (insert-for-yank-1):
15969 * tempo.el (tempo-insert-region):
15970 * terminal.el (terminal-emulator):
15971 * time.el (display-time-mail-face):
15972 * vc.el (vc-annotate):
15973 * vcursor.el (vcursor-copy-line):
15974 * woman.el (woman-bold-headings, woman-ignore)
15975 (woman-default-faces, woman-monochrome-faces):
15976 * calendar/todo-mode.el (todo-insert-threshold):
15977 * emulation/pc-select.el (pc-select-selection-keys-only)
15978 (pc-selection-mode):
15979 * emulation/vip.el (vip-find-char-forward):
15980 * emulation/viper-cmd.el (viper-find-char-forward):
15981 * international/mule-cmds.el
15982 (select-safe-coding-system-accept-default-p)
15983 (input-method-exit-on-invalid-key):
15984 * international/mule-diag.el (describe-coding-system):
15985 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15986 * net/browse-url.el (browse-url-xterm-program):
15987 * obsolete/lazy-lock.el (lazy-lock-mode):
15988 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15989 (cperl-mode):
15990 * progmodes/cpp.el (cpp-face-light-name-list)
15991 (cpp-face-dark-name-list):
15992 * progmodes/delphi.el (delphi-newline-always-indents):
15993 Fix spellings in docstrings.
15994
15995 * ido.el (ido-mode, ido-file-extensions-order)
15996 (ido-default-file-method, ido-default-buffer-method)
15997 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15998 (ido-decorations, ido-read-file-name-as-directory-commands)
15999 (ido-read-file-name-non-ido, ido-work-directory-list)
16000 (ido-ignore-item-temp-list, ido-current-directory)
16001 (ido-magic-forward-char, ido-enter-find-file)
16002 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
16003 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
16004
16005 2005-06-10 Lute Kamstra <lute@gnu.org>
16006
16007 * play/dunnet.el (dun-mode): Use define-derived-mode.
16008 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
16009 obsolete alias.
16010
16011 * play/doctor.el (doctor-mode-map): Remove defvar.
16012 (doctor-mode): Use define-derived-mode.
16013
16014 * mail/mspools.el (mspools-mode):
16015 * net/eudc-hotlist.el (eudc-hotlist-mode):
16016 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
16017
16018 2005-06-10 Miles Bader <miles@gnu.org>
16019
16020 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
16021 Remove "-face" suffix from face names.
16022 (flyspell-incorrect-face, flyspell-duplicate-face):
16023 New backward-compatibility aliases for renamed faces.
16024 (flyspell-mode-on, make-flyspell-overlay)
16025 (flyspell-highlight-incorrect-region)
16026 (flyspell-highlight-duplicate-region)
16027 (flyspell-display-next-corrections)
16028 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
16029
16030 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
16031 from face name.
16032 (texinfo-heading-face): New backward-compatibility alias for
16033 renamed face.
16034 (texinfo-heading-face): Use renamed texinfo-heading face.
16035
16036 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
16037 suffix from face names.
16038 (tex-math-face, tex-verbatim-face):
16039 New backward-compatibility aliases for renamed faces.
16040 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
16041 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
16042 literal face name.
16043
16044 * textmodes/table.el (table-cell): Remove "-face" suffix from face
16045 name.
16046 (table-cell-face): New backward-compatibility alias for renamed face.
16047 (table--put-cell-face-property, table--update-cell-face):
16048 Use renamed table-cell face.
16049
16050 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
16051 from face name.
16052 (sgml-namespace-face): New backward-compatibility alias for
16053 renamed face.
16054 (sgml-namespace-face): Use renamed sgml-namespace face.
16055
16056 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
16057 (org-level-4, org-level-5, org-level-6, org-level-7)
16058 (org-level-8, org-warning, org-headline-done)
16059 (org-deadline-announce, org-scheduled-today)
16060 (org-scheduled-previously, org-link, org-done, org-table)
16061 (org-time-grid): Remove "-face" suffix from face names.
16062 (org-level-1-face, org-level-2-face, org-level-3-face)
16063 (org-level-4-face, org-level-5-face, org-level-6-face)
16064 (org-level-7-face, org-level-8-face, org-warning-face)
16065 (org-headline-done-face, org-deadline-announce-face)
16066 (org-scheduled-today-face, org-scheduled-previously-face)
16067 (org-link-face, org-done-face, org-table-face)
16068 (org-time-grid-face):
16069 New backward-compatibility aliases for renamed faces.
16070 (org-level-faces, org-set-font-lock-defaults, org-timeline)
16071 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
16072 (org-agenda-get-timestamps, org-agenda-get-scheduled)
16073 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
16074
16075 * emulation/viper-init.el (viper-search, viper-replace-overlay)
16076 (viper-minibuffer-emacs, viper-minibuffer-insert)
16077 (viper-minibuffer-vi): Remove "-face" suffix from face names.
16078 (viper-search-face, viper-replace-overlay-face)
16079 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
16080 (viper-minibuffer-vi-face):
16081 New backward-compatibility aliases for renamed faces.
16082 (viper-search-face, viper-replace-overlay-face)
16083 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
16084 (viper-minibuffer-vi-face): Use renamed viper faces.
16085
16086 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
16087 Remove "-face" suffix from face names.
16088 (testcover-nohits-face, testcover-1value-face):
16089 New backward-compatibility aliases for renamed faces.
16090 (testcover-mark): Use renamed testcover faces.
16091
16092 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
16093 face name.
16094 (diary-button-face): New backward-compatibility alias for renamed face.
16095 (diary-entry): Use renamed diary-button face.
16096
16097 * calendar/calendar.el (diary, calendar-today, holiday)
16098 (mark-visible-calendar-date): Remove "-face" suffix from face names.
16099 (diary-face, calendar-today-face, holiday-face):
16100 New backward-compatibility aliases for renamed faces.
16101 (eval-after-load "facemenu", diary-entry-marker)
16102 (calendar-today-marker, calendar-holiday-marker, diary-face):
16103 Use renamed calendar faces.
16104
16105 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
16106 (compare-windows-face): New backward-compatibility alias for
16107 renamed face.
16108 (compare-windows-highlight): Use renamed compare-windows face.
16109
16110 * strokes.el (strokes-char): Remove "-face" suffix from face name.
16111 (strokes-char-face): New backward-compatibility alias for renamed face.
16112 (strokes-encode-buffer): Use renamed strokes-char face.
16113
16114 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
16115 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
16116 Remove "-face" suffix from face names.
16117 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
16118 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
16119 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
16120 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
16121 Use renamed pcvs faces.
16122 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
16123 * pcvs-defs.el (cvs-mode-map): Likewise.
16124 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
16125
16126 * info.el (info-title-1, info-title-2, info-title-3)
16127 (info-title-4): Remove "-face" suffix from and downcase face names.
16128 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16129 (Info-title-4-face):
16130 New backward-compatibility aliases for renamed faces.
16131 (Info-fontify-node): Use renamed info faces.
16132
16133 * hilit-chg.el (highlight-changes, highlight-changes-delete):
16134 Remove "-face" suffix from face names.
16135 (highlight-changes-face, highlight-changes-delete-face):
16136 New backward-compatibility aliases for renamed faces.
16137 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
16138 (hilit-chg-make-list): Use renamed highlight-changes faces.
16139
16140 * generic-x.el (show-tabs-tab, show-tabs-space):
16141 Remove "-face" suffix from face names.
16142 (show-tabs-tab-face, show-tabs-space-face):
16143 New backward-compatibility aliases for renamed faces.
16144 (show-tabs-generic-mode-font-lock-defaults-1)
16145 (show-tabs-generic-mode-font-lock-defaults-2):
16146 Use renamed show-tabs faces.
16147
16148 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
16149 (smerge-markers): Remove "-face" suffix from face names.
16150 (smerge-mine-face, smerge-other-face, smerge-base-face)
16151 (smerge-markers-face):
16152 New backward-compatibility aliases for renamed faces.
16153 (smerge-mine-face, smerge-other-face, smerge-base-face)
16154 (smerge-markers-face): Use renamed smerge faces.
16155
16156 * log-view.el (log-view-file, log-view-message): Remove "-face"
16157 suffix from face names.
16158 (log-view-file-face, log-view-message-face):
16159 New backward-compatibility aliases for renamed faces.
16160 (log-view-file-face, log-view-message-face): Use renamed log-view
16161 faces.
16162
16163 * paren.el (show-paren-match, show-paren-mismatch):
16164 Remove "-face" suffix from face names.
16165 (show-paren-match-face, show-paren-mismatch-face):
16166 New backward-compatibility aliases for renamed faces.
16167 (show-paren-function): Use renamed show-paren faces.
16168
16169 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
16170 (ruler-mode-margins, ruler-mode-fringes)
16171 (ruler-mode-column-number, ruler-mode-fill-column)
16172 (ruler-mode-comment-column, ruler-mode-goal-column)
16173 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
16174 suffix from face names.
16175 (ruler-mode-default-face, ruler-mode-pad-face)
16176 (ruler-mode-margins-face, ruler-mode-fringes-face)
16177 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
16178 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
16179 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
16180 New backward-compatibility aliases for renamed faces.
16181 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
16182 (ruler-mode-column-number, ruler-mode-fill-column)
16183 (ruler-mode-comment-column, ruler-mode-goal-column)
16184 (ruler-mode-tab-stop, ruler-mode-current-column)
16185 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
16186 faces.
16187
16188 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
16189 face name.
16190 (whitespace-highlight-the-space): Use renamed face.
16191 (whitespace-highlight-face): New backward-compatibility alias for
16192 renamed face.
16193
16194 * woman.el (woman-italic, woman-bold, woman-unknown)
16195 (woman-addition, woman-symbol-face):
16196 Remove "-face" suffix from face names.
16197 (woman-italic-face, woman-bold-face, woman-unknown-face)
16198 (woman-addition-face):
16199 New backward-compatibility aliases for renamed faces.
16200 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
16201 (woman-decode-region, woman-replace-match)
16202 (woman-display-extended-fonts, woman-special-characters)
16203 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
16204 Use renamed woman faces.
16205
16206 * longlines.el (longlines-visible-face): Face removed.
16207
16208 * diff-mode.el (diff-header, diff-file-header, diff-index)
16209 (diff-hunk-header, diff-removed, diff-added, diff-changed)
16210 (diff-function, diff-context, diff-nonexistent): Remove "-face"
16211 suffix from face names.
16212 (diff-header-face, diff-file-header-face, diff-index-face)
16213 (diff-hunk-header-face, diff-removed-face, diff-added-face)
16214 (diff-changed-face, diff-function-face, diff-context-face)
16215 (diff-nonexistent-face): New backward-compatibility aliases for
16216 renamed faces.
16217 (diff-header-face, diff-file-header-face)
16218 (diff-index, diff-index-face, diff-hunk-header)
16219 (diff-hunk-header-face, diff-removed, diff-removed-face)
16220 (diff-added, diff-added-face, diff-changed-face, diff-function)
16221 (diff-function-face, diff-context-face, diff-nonexistent)
16222 (diff-nonexistent-face): Use renamed diff-mode faces.
16223
16224 * progmodes/compile.el (compilation-warning-face)
16225 (compilation-info-face): Remove "-face" suffix from face names.
16226 (compilation-warning-face, compilation-info-face):
16227 New backward-compatibility aliases for renamed faces.
16228 (compilation-warning-face, compilation-info-face):
16229 Use renamed compilation faces.
16230
16231 * add-log.el (change-log-date, change-log-name)
16232 (change-log-email, change-log-file, change-log-list)
16233 (change-log-conditionals, change-log-function)
16234 (change-log-acknowledgement): Remove "-face" suffix from face names.
16235 (change-log-date-face, change-log-name-face)
16236 (change-log-email-face, change-log-file-face)
16237 (change-log-list-face, change-log-conditionals-face)
16238 (change-log-function-face, change-log-acknowledgement-face):
16239 New backward-compatibility aliases for renamed faces.
16240 (change-log-font-lock-keywords): Use renamed change-log faces.
16241
16242 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
16243 (custom-set, custom-changed, custom-saved, custom-button)
16244 (custom-button-pressed, custom-documentation, custom-state)
16245 (custom-comment, custom-comment-tag, custom-variable-tag)
16246 (custom-variable-button, custom-face-tag, custom-group-tag-1)
16247 (custom-group-tag): Remove "-face" suffix from face names.
16248 (custom-magic-alist, custom-magic-value-create)
16249 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
16250 (custom-invalid-face, custom-rogue-face, custom-modified-face)
16251 (custom-set-face, custom-changed-face, custom-saved-face)
16252 (custom-button-face, custom-button-pressed-face)
16253 (custom-documentation-face, custom-state-face)
16254 (custom-comment-face, custom-comment-tag-face)
16255 (custom-variable-tag-face, custom-variable-button-face)
16256 (custom-face-tag-face, custom-group-tag-face-1)
16257 (custom-group-tag-face):
16258 New backward-compatibility aliases for renamed faces.
16259
16260 * wid-edit.el (widget-documentation, widget-button)
16261 (widget-field, widget-single-line-field, widget-inactive)
16262 (widget-button-pressed): "-face" suffix removed from face names.
16263 (widget-documentation-face, widget-button-face)
16264 (widget-field-face, widget-single-line-field-face)
16265 (widget-inactive-face, widget-button-pressed-face):
16266 New backward-compatibility aliases for renamed faces.
16267 (widget-documentation-face, widget-button-face)
16268 (widget-button-pressed-face, widget-specify-field)
16269 (widget-specify-inactive): Use renamed widget faces.
16270
16271 2005-06-10 Kenichi Handa <handa@m17n.org>
16272
16273 * term/x-win.el (x-clipboard-yank): Remove condition-case
16274 wrapping.
16275
16276 2005-06-11 Kenichi Handa <handa@m17n.org>
16277
16278 * add-log.el (change-log-font-lock-keywords): Make the regexp for
16279 date lines stricter.
16280
16281 2005-06-10 Zhang Wei <id.brep@gmail.com>
16282
16283 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
16284 of x-get-selection.
16285
16286 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16287
16288 * comint.el (comint-mode, comint-snapshot-last-prompt):
16289 * frame.el (frame-current-scroll-bars):
16290 * term.el (term-mode, term-check-proc, term-input-sender)
16291 (term-simple-send, term-extract-string, term-word)
16292 (term-match-partial-filename):
16293 * window.el (window-current-scroll-bars):
16294 * emulation/cua-base.el (cua-normal-cursor-color)
16295 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
16296 (cua-global-mark-cursor-color):
16297 * mail/undigest.el (rmail-forward-separator-regex):
16298 Fix typos in docstrings.
16299
16300 * comint.el (comint-check-proc, make-comint-in-buffer)
16301 (comint-source-default): Doc fixes.
16302
16303 * term.el (term-send-string): Improve argument/docstring consistency.
16304
16305 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
16306
16307 * comint.el (comint-send-input): Bind `inhibit-read-only' around
16308 call to `delete-region'.
16309 (comint-mode-hook): Do not enable Font Lock by default.
16310
16311 2005-06-09 Lute Kamstra <lute@gnu.org>
16312
16313 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
16314 could be void.
16315
16316 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
16317
16318 * emacs-lisp/debug.el (debugger-will-be-back): New var.
16319 (debug): Use it.
16320 (debugger-step-through, debugger-continue, debugger-jump)
16321 (debugger-return-value): Set it when needed.
16322 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
16323 Use inhibit-read-only.
16324
16325 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
16326
16327 * window.el (shrink-window-if-larger-than-buffer)
16328 (window-size-fixed): Fix typo in docstring.
16329
16330 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
16331 thumbnails directory on loading.
16332 (thumbs-conversion-program): Use `eq' to check the system type,
16333 not `equal'.
16334 (thumbs-temp-dir): Initialize to `temporary-file-directory',
16335 not "/tmp". Fix docstring.
16336 (thumbs-thumbsdir): New function to return the thumbnails
16337 directory, creating it if needed.
16338 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
16339 (thumbs-temp-file): Delete variable and make it into a function.
16340 (thumbs-resize-image, thumbs-modify-image): Use it.
16341 (thumbs-kill-buffer): Simplify.
16342 (thumbs-gensym): Defalias or duplicate CL `gensym'.
16343 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
16344 docstrings.
16345
16346 2005-06-09 Kim F. Storm <storm@cua.dk>
16347
16348 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
16349 set-match-data to free markers in match-data.
16350
16351 * replace.el (replace-match-data): Pass RESEAT arg `t' to
16352 match-data to unchain markers in match-data.
16353
16354 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
16355
16356 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16357 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
16358 unnecessary now.
16359
16360 2005-06-08 Richard M. Stallman <rms@gnu.org>
16361
16362 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16363 give the variable a doc string that doesn't say don't set it directly.
16364
16365 * textmodes/ispell.el (ispell-check-version):
16366 Use match-string-no-properties.
16367 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16368 (ispell-buffer-local-words): Likewise.
16369
16370 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16371 except on terminals with enough colors to really display it.
16372 (makefile-dependency-regex): Delete spurious `bb'.
16373
16374 * faces.el (escape-glyph): Use blue once again in last case.
16375 (no-break-space): Redefine so that it isn't invisible on a tty.
16376
16377 2005-06-08 Kim F. Storm <storm@cua.dk>
16378
16379 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16380 also when reading directory name.
16381
16382 2005-06-08 Lute Kamstra <lute@gnu.org>
16383
16384 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16385 (flyspell-mode-line-string): Remove autoload cookie.
16386 (flyspell-mode): Remove defvar.
16387
16388 2005-06-07 Lute Kamstra <lute@gnu.org>
16389
16390 * textmodes/org.el (org-run-mode-hooks): New function.
16391 (org-agenda-mode): Use it.
16392
16393 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16394
16395 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16396
16397 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16398
16399 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16400
16401 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16402
16403 * font-lock.el (font-lock-add-keywords): Doc fix.
16404
16405 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16406
16407 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16408 (tex-compile-default): In the absence of any history, use the order in
16409 tex-compile-alist to choose the preferred command.
16410 (tex-compile-commands): Reorder a bit.
16411
16412 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16413 (flyspell-incorrect-face, flyspell-duplicate-face):
16414 Use (X)Emacs-agnostic code.
16415 (flyspell-mode-map): Don't overwrite at each load. Remove code
16416 redundant with the subsequent add-minor-mode. Merge Emacs and
16417 XEmacs code.
16418 (flyspell-word): Minor simplification.
16419 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16420 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16421 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16422 Merge the corresponding Emacs code.
16423 (flyspell-correct-word, flyspell-xemacs-popup):
16424 Use flyspell-do-correct.
16425
16426 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16427 a dedicated window.
16428
16429 * international/latexenc.el (latexenc-find-file-coding-system):
16430 Undo part of last patch, to turn off a compiler warning.
16431
16432 2005-06-06 Juri Linkov <juri@jurta.org>
16433
16434 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16435 Rename `tmm-inactive-face' to `tmm-inactive'.
16436
16437 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16438
16439 * iswitchb.el: Rename faces.
16440
16441 2005-06-06 Kim F. Storm <storm@cua.dk>
16442
16443 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16444 (cua-global-mark): Remove -face suffix from face names.
16445
16446 * emulation/cua-gmrk.el (cua--init-global-mark):
16447 Remove cua-global-mark face setup.
16448
16449 2005-06-06 Richard M. Stallman <rms@gnu.org>
16450
16451 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16452 just like other allowed characters.
16453 (makefile-match-dependency): Exclude leading and training whitespace
16454 from the range of regexp subexp 1.
16455 (makefile-macroassign-regex): Don't try to match the body,
16456 just the name of the macro being defined.
16457
16458 * info.el (Info-read-node-name-2): New function.
16459 (Info-read-node-name-1): Use that.
16460 Add a completion-base-size-function property.
16461
16462 * simple.el (completion-setup-function): Look for
16463 completion-base-size-function property of minibuffer-completion-table.
16464
16465 * files.el (locate-file-completion): Doc fix.
16466
16467 * printing.el: Don't call pr-update-menus; user must do that.
16468
16469 * emacs-lisp/debug.el (debugger-window): New variable.
16470 (debug): Use debugger-window if it is set and still alive.
16471 Record debugger-window for next entry.
16472
16473 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16474
16475 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16476
16477 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16478 (hack-one-local-variable, hack-local-variables)
16479 (hack-local-variables-prop-line): Pass that arg.
16480
16481 2005-06-06 Kim F. Storm <storm@cua.dk>
16482
16483 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16484 (ido-indicator): Remove -face suffix from face names.
16485
16486 2005-06-06 Juri Linkov <juri@jurta.org>
16487
16488 * font-lock.el (font-lock-regexp-backslash)
16489 (font-lock-regexp-backslash-construct): New faces.
16490 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16491 after `('. Add `while-no-input' to control structures.
16492
16493 * faces.el (no-break-space, shadow): New faces.
16494 (escape-glyph): Use less loud colors pink2 and red4.
16495
16496 * diff-mode.el (diff-context-face)
16497 * dired.el (dired-ignored)
16498 * rfn-eshadow.el (file-name-shadow)
16499 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16500
16501 * info.el (Info-title-1-face): Use green instead of yellow because
16502 bold yellow is not readable on light backgrounds.
16503
16504 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16505 before selecting the desired mode to not spend time fontifying
16506 old contents.
16507
16508 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16509
16510 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16511 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16512
16513 * ps-print.el (ps-default-fg, ps-default-bg):
16514 Fix typos in docstrings.
16515
16516 * isearchb.el (isearchb): Don't pass a spurious second argument to
16517 `iswitchb-completions'.
16518
16519 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16520
16521 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16522 to preserve point.
16523 (gdb-find-file-hook): Add doc string.
16524
16525 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16526 C dereferenced pointer expression.
16527 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16528
16529 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16530
16531 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16532 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16533 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16534 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16535 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16536 Make background transparent.
16537
16538 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16539
16540 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16541 (font-lock-remove-keywords): Doc fix.
16542 (font-lock-mode-major-mode): Compiler defvar.
16543 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16544
16545 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16546 (font-lock-mode): Update `font-lock-mode-major-mode'.
16547 (font-lock-set-defaults): Compiler defvar.
16548 (font-lock-default-function): Take `font-lock-mode-major-mode'
16549 into account.
16550
16551 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16552 keep track of which major mode it enabled the minor mode for.
16553 Use find-file-hook again. Update docstring.
16554
16555 * simple.el (eval-expression-print-level)
16556 (eval-expression-print-length, eval-expression-debug-on-error):
16557 Doc fixes.
16558
16559 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16560
16561 * iswitchb.el (iswitchb-single-match-face)
16562 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16563 (iswitchb-invalid-regexp-face): New faces.
16564 (iswitchb-completions): Use them.
16565 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16566 now marked as an obsolete alias.
16567 (iswitchb-read-buffer): Remove check for bound font variables.
16568 (iswitchb-invalid-regexp): New free variable.
16569 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16570 set iswitchb-invalid-regexp.
16571 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16572 invalid regexps.
16573 (iswitchb-completions): Add check for complete match when entering
16574 a regexp.
16575 (iswitchb-completions): Remove require-match argument.
16576 (iswitchb-exhibit): Fix caller.
16577 (iswitchb-common-match-inserted): New variable.
16578 (iswitchb-complete, iswitchb-completion-help): Use it.
16579
16580 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16581
16582 * url-http.el (url-http-chunked-encoding-after-change-function):
16583 Use `url-http-debug' instead of `message'.
16584
16585 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16586
16587 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16588 callback argument.
16589
16590 2005-06-04 Kim F. Storm <storm@cua.dk>
16591
16592 * simple.el (line-move): Only call sit-for when moving backwards.
16593
16594 * ido.el (ido-make-merged-file-list-1): New defun split from
16595 ido-make-merged-file-list.
16596 (ido-make-merged-file-list): Bind throw-on-input around call to
16597 ido-make-merged-file-list-1. Return input-pending-p if
16598 interrupted by more input available.
16599 (ido-read-internal): Handle input-pending-p return value from
16600 ido-make-merged-file-list.
16601
16602 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16603
16604 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16605 compatibility code.
16606
16607 * international/latexenc.el (latexenc-find-file-coding-system):
16608 Don't inherit the EOL part of the coding-system from the
16609 tex-main buffer. Fit within 80 columns.
16610
16611 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16612
16613 * tmm.el (tmm-inactive-face): New face.
16614 (tmm-remove-inactive-mouse-face): New function.
16615 (tmm-prompt, tmm-add-one-shortcut)
16616 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16617 but not selectable.
16618
16619 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16620
16621 * faces.el (face-equal): Improve argument/docstring consistency.
16622
16623 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16624
16625 * progmodes/make-mode.el (makefile-targets-face)
16626 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16627 (makefile-bsdmake-dependency-regex)
16628 (makefile-makepp-rule-action-regex)
16629 (makefile-bsdmake-rule-action-regex): New constants.
16630 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16631
16632 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16633 Allow (...) within `...' for makepp messages.
16634
16635 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16636
16637 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16638
16639 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16640 "." files are deleted from all file lists before comparison.
16641
16642 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16643 (viper-ESC-key): Made them customizable.
16644
16645 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16646
16647 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16648
16649 * autorevert.el (auto-revert-buffers): Use save-match-data.
16650
16651 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16652
16653 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16654 menu items with a nil command binding.
16655
16656 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16657
16658 * emacs-lisp/cl-macs.el (defsetf):
16659 Improve argument/docstring consistency.
16660
16661 * faces.el (list-faces-display): Improve the formatting by
16662 computing the maximum length required for any face-name (reworked
16663 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16664 (internal-find-face): Remove redundant info in docstring.
16665
16666 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16667
16668 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16669 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16670 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16671 (gdb-assembler-custom): Improve regexps.
16672 (def-gdb-auto-update-handler): Use window point to preserve point.
16673
16674 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16675
16676 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16677
16678 2005-05-31 Jay Belanger <belanger@truman.edu>
16679
16680 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16681 to calc-embedded.
16682 (calc-embedded-make-info): Have plain prefix argument select
16683 entire line.
16684
16685 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16686
16687 * faces.el (list-faces-display): Signal error if passed a regexp
16688 that matches no face name.
16689
16690 * simple.el (filter-buffer-substring): Fix typo in docstring.
16691
16692 2005-05-31 Richard M. Stallman <rms@gnu.org>
16693
16694 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16695 (vhdl-emacs-21): Doc fix.
16696 (vhdl-mode): Unconditionally set comment-padding.
16697 (vhdl-fixup-whitespace-region): Insert spaces only where
16698 there are none.
16699 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16700
16701 2005-05-30 John Wiegley <johnw@newartisans.com>
16702
16703 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16704 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16705 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16706 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16707 `string-to-number'.
16708
16709 2005-05-30 Jay Belanger <belanger@truman.edu>
16710
16711 * calc/calc.el (calc-bug-address): Fix docstring.
16712 (calc-window-hook, calc-trail-window-hook): New variables.
16713 (calc-trail-display): Restore use of calc-trail-window-hook.
16714 (calc): Restore use of calc-window-hook.
16715
16716 2005-05-31 Masatake YAMATO <jet@gyve.org>
16717
16718 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16719
16720 * help-fns.el (help-C-file-name): Add autoload mark for
16721 `find-function-noselect'.
16722
16723 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16724
16725 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16726 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16727
16728 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16729
16730 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16731 included diary buffer if it was not already being visited.
16732 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16733
16734 * calendar/icalendar.el (top-level): Do not require appt.
16735
16736 * mail/supercite.el (sc-select-attribution): Only use a list
16737 element from sc-attrib-selection-list if it returns a string.
16738 Reported by Davide G. M. Salvetti <salve@debian.org>.
16739
16740 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16741
16742 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16743 includes a hash value to improve its uniqueness, and has a ".jpg"
16744 extension. Also, it is now a valid filename on all systems.
16745 (thumbs-make-thumb): Use `let', not `let*'.
16746 (thumbs-show-thumbs-list): Check for JPEG availability.
16747
16748 2005-05-30 Richard M. Stallman <rms@gnu.org>
16749
16750 * filesets.el (filesets-menu-ensure-use-cached):
16751 Prevent warning when emacs-version>= is undefined.
16752
16753 * printing.el (pr-interactive-n-up): Use string-to-number.
16754
16755 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16756
16757 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16758 Warn only when name to be defined is quoted.
16759
16760 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16761
16762 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16763 Make regexp more robust.
16764 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16765 Force regeneration of disassembly.
16766
16767 2005-05-29 Jay Belanger <belanger@truman.edu>
16768
16769 * calc/calc.el (calc-user-invocation): Check if
16770 calc-invocation-macro is non-nil.
16771
16772 2005-05-29 Juri Linkov <juri@jurta.org>
16773
16774 * add-log.el (change-log-font-lock-keywords):
16775 Add `+' to e-mail regexp to accept mail address with keywords.
16776
16777 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16778
16779 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16780
16781 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16782
16783 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16784
16785 2005-05-29 Richard M. Stallman <rms@gnu.org>
16786
16787 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16788 Undo the change that moves to end of the current word.
16789
16790 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16791
16792 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16793 Throw error when count <= 0 to ensure input is a number.
16794 (gdb-read-memory-custom): Pick up address from buffer.
16795 (gdb-memory-mode): Allow user to increment and decrement
16796 memory address from header line.
16797
16798 2005-05-29 Richard M. Stallman <rms@gnu.org>
16799
16800 * flyspell.el (flyspell-version): Function deleted.
16801 (flyspell-auto-correct-previous-hook): Doc fix.
16802
16803 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16804 Do nothing if memory is full.
16805
16806 * font-lock.el (font-lock-fontify-syntactically-region):
16807 Pass t for GREEDY to looking-back.
16808
16809 * saveplace.el (save-place-alist-to-file): Write the file
16810 using write-region.
16811
16812 * subr.el (looking-back): New argument GREEDY.
16813
16814 * progmodes/compile.el (compilation-start): Set the mode
16815 before inserting the initial text.
16816
16817 * progmodes/which-func.el (which-func-update-1): Turn the mode
16818 off in case of error by setting which-func-mode.
16819
16820 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16821
16822 * flyspell.el (flyspell-auto-correct-previous-word):
16823 Narrow down to what's on the screen, and recenter overlays
16824 at the end of the next word.
16825
16826 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16827
16828 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16829 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16830 (flyspell-abbrev-p): Default to nil.
16831 (flyspell-use-global-abbrev-table-p): Doc fix.
16832 (flyspell-large-region): Allow nil as value.
16833 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16834
16835 (mail-mode-flyspell-verify): More robust handling
16836 of `mail-header-separator'. More efficient signature detection.
16837 Allow for regexp metacharacters in message-header-separator.
16838 Adding `To' not to be checked in mail-mode-flyspell-verify.
16839
16840 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16841 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16842 Bind flyspell-auto-correct-binding.
16843 Bind C-. and C-, .
16844 (flyspell-mode-map): Likewise.
16845 (flyspell-mode): Doc fix.
16846 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16847 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16848 (flyspell-word-cache-result): New var, always local.
16849 (flyspell-check-pre-word-p): Doc fix.
16850 (flyspell-check-changed-word-p): Handle spc like newline.
16851 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16852 (flyspell-word-search-backward, flyspell-word-search-forward):
16853 New functions.
16854 (flyspell-word): Return t if nothing to check.
16855 When parsing TeX code, check for after } or \.
16856 Use flyspell-word-search-backward to find previous word.
16857 Return nil if duplicated word.
16858 For word already checked, return same value as last time.
16859 Set flyspell-word-cache-result after checking.
16860 Don't clobber the return value.
16861 (flyspell-get-word): Major rewrite.
16862 (flyspell-external-point-words): New locals pword, pcount.
16863 Fix size used in progress message.
16864 Find the proper corresponding word in flyspell-large-region-buffer.
16865 (flyspell-region): Check for flyspell-large-region = nil.
16866 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16867 (flyspell-auto-correct-word): Check that WORD is a cons.
16868 (flyspell-correct-word): Likewise.
16869
16870 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16871
16872 * progmodes/make-mode.el (makefile-rule-action-regex)
16873 (makefile-macroassign-regex, makefile-makepp-mode)
16874 (makefile-bsdmake-mode): Continuation lines may be empty.
16875 Reported by Joshua Varner.
16876 (makefile-makepp-font-lock-keywords): Add $(stem).
16877
16878 2005-05-28 Karl Berry <karl@gnu.org>
16879
16880 * textmodes/tex-mode.el: Now that tex-send-command calls
16881 shell-quote-argument (2005-03-31 change), remove all calls to
16882 shell-quote-argument; they all end up invoking tex-send-command.
16883 The double quoting loses on filenames with non-safe characters,
16884 such as "@". Reported by Frederik Fouvry.
16885
16886 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16887
16888 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16889 about preserving point.
16890
16891 2005-05-27 Jay Belanger <belanger@truman.edu>
16892
16893 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16894 Info-goto-node.
16895
16896 * calc/calc-embed.el (calc-embed-arg): New variable.
16897 (calc-do-embedded-activate, calc-embedded-activate-formula)
16898 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16899 variable by new variable.
16900 (calc-embedded-make-info): Replace undeclared variable by new
16901 variable. When selecting region with positive prefix
16902 argument, use end of previous line instead of beginning of line.
16903
16904 * calc/calc-aent.el (calc-arg-values): Declare it.
16905
16906 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16907 Declare them.
16908
16909 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16910
16911 * calc/calc.el (calc-alg-map): Declare it.
16912
16913 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16914
16915 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16916
16917 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16918 (gdb-registers-buffer, toggle-gdb-all-registers):
16919 Toggle display of floating point registers.
16920 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16921
16922 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16923 (toggle-gud-tooltip-dereference):
16924 Rename from gud-toggle-tooltip-dereference.
16925
16926 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16927
16928 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16929
16930 2005-05-27 Jay Belanger <belanger@truman.edu>
16931
16932 * calc/calc-prog.el (calc-kbd-report): Remove.
16933 (calc-kbd-query): Rewrite.
16934
16935 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16936
16937 * image.el (image-library-alist): Move to image.c.
16938 (image-type-available-p): Doc fix.
16939
16940 2005-05-27 Lute Kamstra <lute@gnu.org>
16941
16942 * calc/calc.el (calc):
16943 * outline.el (outline-1, outline-2, outline-3, outline-4)
16944 (outline-5, outline-6, outline-7, outline-8):
16945 * textmodes/dns-mode.el (dns-mode):
16946 * textmodes/sgml-mode.el (sgml-namespace-face):
16947 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16948 (tex-verbatim-face, tex-use-reftex):
16949 * textmodes/texinfo.el (texinfo-heading-face):
16950 Specify customization group.
16951
16952 * longlines.el: Don't require easy-mmode.
16953 (longlines-visible-face): Specify customization group.
16954
16955 2005-05-27 Kenichi Handa <handa@m17n.org>
16956
16957 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16958 encoding table of windows-1251.
16959
16960 * international/ucs-tables.el (ucs-set-table-for-input):
16961 If translation-table-for-input of a coding system is a symbol, get
16962 its translation-table property.
16963
16964 * international/code-pages.el: Don't register a coding system into
16965 non-iso-charset-alist more than once.
16966 (cp-make-coding-system): Likewise.
16967
16968 2005-05-26 John Wiegley <johnw@newartisans.com>
16969
16970 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16971 `eshell-resume-eval' is wrapped in a list, it indicates that the
16972 command was run asynchronously. In that case, unwrap the value
16973 before checking the delimiter value.
16974
16975 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16976 character before a space at the end of a line is \, assume the space
16977 is part of the last argument rather than a final argument separator.
16978
16979 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16980 is in use, and the target is `t' or `nil' (which are the most common
16981 values), don't assume that the symbol target is a buffer.
16982
16983 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16984
16985 * calendar/calendar.el (calendar-mode-line-format):
16986 Use mode-line-highlight as mouse-face.
16987
16988 * time.el (display-time-string-forms, display-time-update):
16989 Use mode-line-highlight as mouse-face.
16990
16991 2005-05-26 Jay Belanger <belanger@truman.edu>
16992
16993 * calc/calc.el (calc-language-alist): Remove extra defvar.
16994
16995 2005-05-26 Lute Kamstra <lute@gnu.org>
16996
16997 * arc-mode.el (archive-mode):
16998 * bookmark.el (bookmark-read-annotation-mode)
16999 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
17000 * bs.el (bs-mode):
17001 * calc/calc-yank.el (calc-edit-mode):
17002 * calc/calc.el (calc-mode, calc-trail-mode):
17003 * calculator.el (calculator-mode):
17004 * chistory.el (command-history-mode):
17005 * comint.el:
17006 * cus-edit.el (custom-mode):
17007 * descr-text.el (describe-text-mode):
17008 * ebuff-menu.el (Electric-buffer-menu-mode):
17009 * ediff-util.el (ediff-mode):
17010 * emacs-lisp/re-builder.el (reb-mode):
17011 * emulation/vi.el (vi-mode-setup):
17012 * emulation/ws-mode.el (wordstar-mode):
17013 * eshell/esh-mode.el (eshell-mode):
17014 * forms.el (forms-mode):
17015 * help-mode.el (help-mode):
17016 * hexl.el (hexl-mode):
17017 * ibuffer.el (ibuffer-mode):
17018 * ielm.el (inferior-emacs-lisp-mode):
17019 * info.el (Info-mode, Info-edit-mode):
17020 * international/swedish.el:
17021 * ledit.el (ledit-from-lisp-mode):
17022 * locate.el (locate-mode):
17023 * mail/rmail.el (rmail-mode):
17024 * mail/rmailedit.el (rmail-edit-mode):
17025 * mail/rmailsum.el (rmail-summary-mode):
17026 * mail/supercite.el (sc-electric-mode):
17027 * net/eudc.el (eudc-mode):
17028 * net/quickurl.el (quickurl-list-mode):
17029 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
17030 * obsolete/ooutline.el (outline-mode):
17031 * obsolete/options.el (Edit-options-mode):
17032 * obsolete/rnews.el (news-mode):
17033 * obsolete/rnewspost.el (news-reply-mode):
17034 * play/5x5.el (5x5-mode):
17035 * play/decipher.el (decipher-mode, decipher-stats-mode):
17036 * play/gomoku.el (gomoku-mode):
17037 * play/snake.el (snake-mode):
17038 * play/solitaire.el (solitaire-mode):
17039 * play/tetris.el (tetris-mode):
17040 * progmodes/ada-mode.el (ada-mode):
17041 * progmodes/antlr-mode.el (antlr-mode):
17042 * progmodes/autoconf.el (autoconf-mode):
17043 * progmodes/dcl-mode.el (dcl-mode):
17044 * progmodes/delphi.el (delphi-mode):
17045 * progmodes/ebrowse.el (ebrowse-tree-mode)
17046 (ebrowse-electric-list-mode, ebrowse-member-mode)
17047 (ebrowse-electric-position-mode):
17048 * progmodes/f90.el (f90-mode):
17049 * progmodes/fortran.el (fortran-mode):
17050 * progmodes/icon.el (icon-mode):
17051 * progmodes/idlw-help.el (idlwave-help-mode):
17052 * progmodes/idlw-shell.el (idlwave-shell-mode):
17053 * progmodes/idlwave.el (idlwave-mode):
17054 * progmodes/inf-lisp.el (inferior-lisp-mode):
17055 * progmodes/m4-mode.el (m4-mode):
17056 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
17057 * progmodes/modula2.el (modula-2-mode):
17058 * progmodes/octave-inf.el (inferior-octave-mode):
17059 * progmodes/octave-mod.el (octave-mode):
17060 * progmodes/pascal.el (pascal-mode):
17061 * progmodes/sh-script.el (sh-mode):
17062 * progmodes/sql.el (sql-mode, sql-interactive-mode):
17063 * progmodes/vhdl-mode.el (vhdl-mode):
17064 * progmodes/xscheme.el (scheme-interaction-mode):
17065 * replace.el (occur-mode):
17066 * ses.el (ses-mode):
17067 * simple.el (completion-list-mode):
17068 * skeleton.el:
17069 * speedbar.el (speedbar-mode):
17070 * term.el (term-mode):
17071 * terminal.el (terminal-edit-mode):
17072 * textmodes/reftex-index.el (reftex-index-mode)
17073 (reftex-index-phrases-mode):
17074 * textmodes/reftex-sel.el (reftex-select-label-mode)
17075 (reftex-select-bib-mode):
17076 * textmodes/reftex-toc.el (reftex-toc-mode):
17077 * wdired.el (wdired-change-to-wdired-mode):
17078 * wid-browse.el (widget-browse-mode):
17079 Use run-mode-hooks.
17080
17081 * array.el (array-mode):
17082 * calendar/todo-mode.el (todo-mode):
17083 * man.el (Man-mode):
17084 * play/landmark.el (lm-mode):
17085 * play/mpuz.el (mpuz-mode):
17086 Use kill-all-local-variables and run-mode-hooks.
17087
17088 * subr.el (delay-mode-hooks): Specify indentation.
17089
17090 2005-05-26 Mark A. Hershberger <mah@everybody.org>
17091
17092 * xml.el (xml-substitute-special): Don't die for undefined xml
17093 entities.
17094
17095 2005-05-26 Jay Belanger <belanger@truman.edu>
17096
17097 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
17098 of nil.
17099
17100 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
17101
17102 * progmodes/gdb-ui.el (gdb-frame-address):
17103 Rename from gdb-current-address.
17104 (gdb-previous-frame-address): Rename from gdb-previous-address.
17105 (gdb-selected-frame): Rename from gdb-current-frame.
17106 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
17107 (gdb-frame-number): Rename from gdb-current-stack-level.
17108 (gdb-ann3): Match new mode-name for disassembly buffer.
17109 Extend initialization of variables.
17110 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
17111 (gdb-memory-mode): Use mouse-face in header line.
17112 (gdb-assembler-buffer-name): Call it disassembly and give frame
17113 in mode line.
17114 (gdb-source-spec-regexp, gdb-assembler-custom)
17115 (gdb-invalidate-assembler, gdb-frame-handler):
17116 Make robust to leading zeroes in address format.
17117
17118 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
17119
17120 * textmodes/org.el (org-mode): Use `define-derived-mode' to
17121 define `org-mode'.
17122 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
17123
17124 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
17125
17126 * log-edit.el (log-edit-changelog-entries): Distinguish between
17127 filenames like xfns.c and fns.c.
17128
17129 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
17130
17131 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
17132 point after reverting.
17133 (Buffer-menu-make-sort-button): Handle the case where
17134 `Buffer-menu-use-header-line' is nil.
17135
17136 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
17137
17138 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
17139 New funcs. In minibuffer-local-completion-map bind `]', `/'
17140 and `:' to them.
17141
17142 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
17143
17144 * startup.el (normal-top-level): Allow modification of load-path while
17145 we're iterating over it.
17146
17147 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
17148
17149 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
17150 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
17151 (thumbs-resize-interactive, thumbs-insert-image)
17152 (thumbs-insert-thumb, thumbs-dired-show-marked)
17153 (thumbs-find-image-at-point, thumbs-delete-images)
17154 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
17155 (thumbs-increment-image-size, thumbs-decrement-image-size):
17156 Fix typos in docstrings.
17157
17158 2005-05-24 Andre Spiegel <spiegel@gnu.org>
17159
17160 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
17161 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
17162 (cperl-mode): Use them.
17163
17164 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
17165
17166 * window.el (quit-window, shrink-window-if-larger-than-buffer):
17167 Doc fixes.
17168
17169 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
17170
17171 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
17172 Bind C-d to gdb-inferior-io-eof.
17173
17174 * dired.el (dired-dnd-popup-notice): Use message-box.
17175
17176 2005-05-23 Masatake YAMATO <jet@gyve.org>
17177
17178 * bindings.el (mode-line-major-mode-keymap):
17179 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
17180
17181 * faces.el (mode-line-highlight): New face.
17182
17183 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
17184 as mouse-face.
17185
17186 * bindings.el (top-level, help-echo, mode-line-modified)
17187 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
17188 as mouse-face.
17189
17190 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
17191
17192 * progmodes/cc-engine.el (c-guess-basic-syntax):
17193 Remove spurious call to `zerop'.
17194
17195 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
17196
17197 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
17198
17199 CC Mode update to 5.30.10:
17200
17201 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
17202 could go past the limit in decoration level 2, thereby causing
17203 errors during interactive fontification.
17204
17205 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
17206 the file is evaluated interactively.
17207
17208 * cc-engine.el (c-guess-basic-syntax): Handle operator
17209 declarations somewhat better in C++.
17210
17211 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
17212 make use of `run-mode-hooks' which has been added in Emacs 21.1.
17213 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
17214 (awk-mode): Use it.
17215 (make-local-hook): Suppress warning about obsoleteness.
17216
17217 * cc-engine.el, cc-align.el, cc-cmds.el
17218 (c-append-backslashes-forward, c-delete-backslashes-forward)
17219 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
17220 Compensate for return value from `forward-line' when it has moved
17221 but not to a different line due to eob.
17222
17223 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
17224 `objc-method-intro' and `objc-method-args-cont'.
17225
17226 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
17227
17228 CC Mode update to 5.30.10:
17229
17230 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
17231 in the copyright statement. Incidentally, change "along with GNU
17232 Emacs" to "along with this program" where it occurs.
17233
17234 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
17235 so that it is interactive, hence can be found by M-x awk-mode
17236 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
17237 <gmorris+emacs@ast.cam.ac.uk>.
17238
17239 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
17240 Mode's regexps.
17241
17242 2005-05-23 Kevin Ryde <user42@zip.com.au>
17243
17244 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
17245 c-parse-state, to avoid a lisp error (on bad code).
17246
17247 2005-05-23 Lute Kamstra <lute@gnu.org>
17248
17249 * subr.el (font-lock-defaults): Remove defvar as it's already
17250 defined in font-core.el.
17251
17252 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
17253
17254 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
17255
17256 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
17257 more general and work when GDB variable "print pretty" is on,
17258 as with Emacs, for example.
17259
17260 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
17261
17262 * font-core.el: Update comment.
17263
17264 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17265 Use `after-change-major-mode-hook' instead of `find-file-hook'.
17266
17267 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
17268
17269 2005-05-22 Eli Zaretskii <eliz@gnu.org>
17270
17271 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
17272 and `yank-handler' in the doc strings.
17273
17274 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17275
17276 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
17277
17278 2005-05-22 Richard M. Stallman <rms@gnu.org>
17279
17280 * help.el (describe-key): Move print-help-return-message call
17281 out of conditional.
17282
17283 * progmodes/etags.el (list-tags): Use with-no-warnings.
17284
17285 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
17286 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
17287 (starttls-extra-args, starttls-extra-arguments): Add defvars.
17288
17289 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
17290
17291 * language/viet-util.el (viet-viscii-nonascii-translation-table):
17292 Add defvar.
17293
17294 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
17295 Use defvar, not defconst.
17296
17297 * hexl.el (hexl-follow-line): Use with-no-warnings.
17298
17299 * emulation/tpu-extras.el: Use write-file-functions instead of
17300 write-file-hooks.
17301
17302 * dired.el (dired-font-lock-keywords): Fontify files with junk
17303 extensions even if marked by -F.
17304
17305 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
17306
17307 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
17308 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
17309 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
17310 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
17311 (concatenate, list-length, get*, getf, cl-remprop):
17312 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
17313 (etypecase, progv, lexical-let, lexical-let*)
17314 (multiple-value-bind, multiple-value-setq, shiftf):
17315 Improve argument/docstring consistency.
17316
17317 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
17318
17319 2005-05-22 Andre Spiegel <spiegel@gnu.org>
17320
17321 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
17322 doesn't exist.
17323
17324 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
17325 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
17326
17327 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
17328
17329 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
17330 already deleted variables: auto-fill-hook, blink-paren-hook,
17331 lisp-indent-hook, inhibit-local-variables, unread-command-event,
17332 suspend-hooks, comment-indent-hook, meta-flag,
17333 before-change-function, after-change-function,
17334 font-lock-doc-string-face.
17335
17336 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
17337
17338 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17339
17340 2005-05-21 Eli Zaretskii <eliz@gnu.org>
17341
17342 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
17343 rmail-dont-reply-to.
17344
17345 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17346
17347 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
17348 literal blank when splitting new-header-values.
17349
17350 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
17351
17352 * calendar/cal-menu.el (cal-menu-update): Add separator as a
17353 string so that tmm doesn't create a completion entry for it.
17354
17355 * textmodes/table.el (table-disable-menu): Ditto.
17356
17357 2005-05-21 Richard M. Stallman <rms@gnu.org>
17358
17359 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17360
17361 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17362
17363 * net/rcompile.el (remote-compile): Use compilation-start.
17364
17365 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17366
17367 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
17368
17369 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17370 Default to makefile-bsdmake-mode on BSD systems.
17371
17372 * imenu.el (imenu-generic-expression, imenu--generic-function'):
17373 REGEXP may also be a search function now. The part of doc-string
17374 for describing the structure was 95% identical to that of
17375 `imenu--generic-function'. Unify it there.
17376
17377 * progmodes/make-mode.el (makefile-imenu-generic-expression):
17378 Use function to find dependencies, because regexp alone is so complex,
17379 it easily goes into an endless loop.
17380 (makefile-makepp-mode): Also add submenu for Perl functions
17381 defined in the makefile.
17382 (makefile-bsdmake-mode): Special imenu-generic-expression no
17383 longer needed, due to function call.
17384 (makefile-match-dependency): Take BOUND into account when checking
17385 if we're through.
17386
17387 2005-05-20 Jay Belanger <belanger@truman.edu>
17388
17389 * calc/calc-units.el (calc-invalidate-units-table):
17390 Use inhibit-read-only.
17391 (math-build-units-table-buffer): Use view-mode.
17392
17393 2005-05-20 David Kastrup <dak@gnu.org>
17394
17395 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17396 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17397
17398 2005-05-20 Lute Kamstra <lute@gnu.org>
17399
17400 * diff-mode.el (diff-header-face, diff-file-header-face)
17401 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17402 (diff-added-face, diff-changed-face, diff-function-face)
17403 (diff-context-face, diff-nonexistent-face): Put them in the
17404 diff-mode customization group.
17405
17406 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17407
17408 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17409
17410 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17411
17412 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17413 Minor regexp-optimization.
17414
17415 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17416
17417 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17418 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17419 (org-agenda-add-time-grid-maybe): New function.
17420 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17421 (org-table-create): `dotimes' instead of `mapcar'.
17422 (org-xor): Simplify implementation.
17423 (org-agenda): `inhibit-redisplay' turned on.
17424 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17425 a consistent line after a state change.
17426 (org-agenda-remove-times-when-in-prefix): New option.
17427 (org-prefix-has-time): New variable.
17428 (org-parse-time-string): Optional argument NODEFAULT.
17429 (org-format-agenda-item): Parse items for time-of-day
17430 specifications and move these into the prefix if possible.
17431 (org-agenda-priority): Get current heading, not previous heading
17432 during agenda remote editing.
17433
17434 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17435
17436 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17437 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17438 (remove-duplicates, delete-duplicates, substitute)
17439 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17440 (nsubstitute-if-not, find, find-if, find-if-not, position)
17441 (position-if, position-if-not, count, count-if, count-if-not)
17442 (mismatch, search, sort*, stable-sort, merge, member*)
17443 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17444 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17445 (intersection, nintersection, set-difference, nset-difference)
17446 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17447 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17448 (nsublis, tree-equal): Improve argument/docstring consistency.
17449
17450 * subr.el (send-string, send-region): Remove obsolescence declaration.
17451 (window-dot, set-window-dot, read-input, show-buffer)
17452 (eval-current-buffer, string-to-int):
17453 Add release number to obsolescence declarations.
17454
17455 2005-05-19 Kim F. Storm <storm@cua.dk>
17456
17457 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17458 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17459
17460 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17461
17462 * faces.el (list-faces-display): Make back button respect optional
17463 regexp arg.
17464
17465 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17466
17467 * calculator.el (calculator-radix-grouping-mode)
17468 (calculator-radix-grouping-digits, calculator-displayer)
17469 (calculator-radix-grouping-separator, calculator-copy-displayer):
17470 * dabbrev.el (dabbrev-search-these-buffers-only):
17471 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17472 (diff-advance-after-apply-hunk, diff-mode-hook)
17473 (diff-minor-mode-prefix):
17474 * imenu.el (imenu-use-popup-menu):
17475 * jit-lock.el (jit-lock-context-time):
17476 * newcomment.el (comment-fill-column, comment-column)
17477 (comment-style, comment-padding, comment-multi-line)
17478 (comment-empty-lines, comment-auto-fill-only-comments):
17479 * reveal.el (reveal-around-mark):
17480 * uniquify.el (uniquify-buffer-name-style)
17481 (uniquify-after-kill-buffer-p)
17482 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17483 (uniquify-min-dir-content, uniquify-separator)
17484 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17485 * w32-vars.el (w32-fixed-font-alist):
17486 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17487 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17488 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17489 * progmodes/perl-mode.el (perl-indent-level)
17490 (perl-continued-statement-offset, perl-continued-brace-offset)
17491 (perl-brace-offset, perl-brace-imaginary-offset)
17492 (perl-label-offset, perl-indent-continued-arguments)
17493 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17494 * progmodes/tcl.el (tcl-indent-level)
17495 (tcl-continued-indent-level, tcl-auto-newline)
17496 (tcl-tab-always-indent, tcl-electric-hash-style)
17497 (tcl-help-directory-list, tcl-use-smart-word-finder)
17498 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17499 (inferior-tcl-source-command):
17500 * textmodes/fill.el (enable-kinsoku):
17501 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17502 * textmodes/table.el (table-yank-handler):
17503 Specify missing group (and type, if simple) in defcustom.
17504
17505 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17506
17507 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17508
17509 2005-05-19 Richard M. Stallman <rms@gnu.org>
17510
17511 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17512
17513 * subr.el (event-basic-type): Don't get an error.
17514 (left-fringe-p): Function deleted.
17515
17516 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17517 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17518
17519 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17520 in recursive copy.
17521
17522 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17523
17524 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17525
17526 * emacs-lisp/bytecomp.el
17527 (byte-compile-file-form-custom-declare-variable):
17528 Call byte-compile-nogroup-warn if appropriate.
17529
17530 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17531 (compilation-set-window): Don't call left-fringe-p; do it directly.
17532
17533 2005-05-19 Jay Belanger <belanger@truman.edu>
17534
17535 * calc/calc-graph.el (calc-graph-format-data): Make sure
17536 var-PlotRejects is bound before trying to check its value.
17537
17538 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17539
17540 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17541 definition of this variable from reftex-global.el to reftex.el,
17542 because it is needed in the menu.
17543
17544 2005-05-19 Lute Kamstra <lute@gnu.org>
17545
17546 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17547 years are fixed. Don't insert a space after a dash.
17548
17549 2005-05-19 Kim F. Storm <storm@cua.dk>
17550
17551 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17552
17553 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17554
17555 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17556 strings, because (eq ... ?\\) is fairly frequent.
17557
17558 * progmodes/make-mode.el (makefile-add-this-line-targets):
17559 Simplify and integrate into `makefile-pickup-targets'.
17560 (makefile-add-this-line-macro): Simplify and integrate into
17561 `makefile-pickup-macros.
17562 (makefile-pickup-filenames-as-targets): Simplify.
17563 (makefile-previous-dependency, makefile-match-dependency):
17564 Don't stumble over `::'.
17565
17566 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17567
17568 * subr.el (post-command-idle-hook, post-command-idle-delay):
17569 Remove obsoletion of post-command-idle-hook and
17570 post-command-idle-delay.
17571
17572 * faces.el (list-faces-display): Provide button when describe-face
17573 is called to take user back to the list of faces.
17574
17575 * help-fns.el (describe-variable): Remove hyperlinks in a
17576 variable's value as these are quite frequently inappropriate.
17577
17578 * follow.el (follow-submit-feedback, follow-mode):
17579 Remove references to post-command-idle-hook.
17580
17581 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17582
17583 * progmodes/make-mode.el (makefile-previous-dependency)
17584 (makefile-match-dependency): Check for := (and in bsd mode also
17585 !=) to give a better result, even when font-lock is not on.
17586
17587 2005-05-18 Jay Belanger <belanger@truman.edu>
17588
17589 * calc/calc-help.el (calc-s-prefix-help):
17590 Add `calc-copy-special-constant' to help string.
17591
17592 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17593
17594 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17595
17596 2005-05-18 Jay Belanger <belanger@truman.edu>
17597
17598 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17599 in linear factors are in proper order.
17600
17601 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17602
17603 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17604 Support for jurabib.
17605
17606 * textmodes/reftex.el (featurep): Define aliases for overlay
17607 commands, for XEmacs compatibility, and use these aliases in
17608 overlay initializations.
17609 (reftex-highlight): Use `reftex-move-overlay'.
17610 (reftex-unhighlight): Use `reftex-delete-overlay'.
17611 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17612 (reftex-access-search-path): Use `reftex-uniquify' instead of
17613 `reftex-uniq'
17614
17615 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17616 `before-string' property modification enables for Emacs as well.
17617 (reftex-select-item): Use `reftex-delete-overlay'.
17618 (reftex-select-mark): Use `reftex-make-overlay' and
17619 `reftex-overlay-put'.
17620 (reftex-select-unmark): Use `reftex-delete-overlay' and
17621 `reftex-overlay-put'.
17622
17623 2005-05-18 Lute Kamstra <lute@gnu.org>
17624
17625 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17626
17627 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17628
17629 * add-log.el (add-change-log-entry):
17630 * array.el (array-make-template, array-reconfigure-rows)
17631 (array-init-max-row, array-init-max-column)
17632 (array-init-columns-per-line, array-init-field-width):
17633 * replace.el (replace-match-maybe-edit, perform-replace):
17634 * textmodes/spell.el (spell-region):
17635 Replace `read-input' by `read-string'.
17636
17637 * forms.el (forms-mode):
17638 * finder.el (finder-compile-keywords):
17639 * shadowfile.el (shadow-read-files):
17640 Replace `eval-current-buffer' by `eval-buffer'.
17641
17642 * terminal.el (te-pass-through):
17643 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17644 (ange-ftp-raw-send-cmd):
17645 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17646 (send-process-next-char, telnet-initial-filter, telnet):
17647 Replace `send-string' by `process-send-string'.
17648
17649 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17650 (prolog-consult-region): Replace `send-string' by
17651 `process-send-string'; replace `send-region' by `process-send-region'.
17652
17653 * progmodes/delphi.el (delphi-log-msg):
17654 Replace `set-window-dot' by `set-window-point'.
17655
17656 * subr.el (window-dot, set-window-dot, read-input, send-string)
17657 (send-region, show-buffer, eval-current-buffer):
17658 Make really obsolete, as the comment says.
17659
17660 2005-05-17 Kim F. Storm <storm@cua.dk>
17661
17662 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17663 (cua--init-keymaps): Bind C-return instead of S-return to set
17664 rectangle mark.
17665
17666 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17667 instead of S-return to toggle/clear rectangle mark.
17668
17669 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17670
17671 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17672 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17673 Also fontify plain strings assigned to variables, mostly so that a
17674 colon has a face and is thus not taken as a dependency separator.
17675 (makefile-previous-dependency): Inline the new matcher, because it
17676 is too complex to work in both directions.
17677 (makefile-match-dependency): Eliminate `backward' arg (see above).
17678 Completely reimplemented so as to not sometimes go into an endless
17679 loop. It should also be more efficient, because first it only
17680 searches for `:', instead of applying the very complex regexp.
17681 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17682 to be fontified in one piece can be too long for JIT.
17683 Makefiles are never *that* big.
17684
17685 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17686
17687 * dired.el (dired-mode): Simplify.
17688
17689 2005-05-17 Lute Kamstra <lute@gnu.org>
17690
17691 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17692 defcustom for the mode hook variable.
17693
17694 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17695 Emacs Lisp Reference Manual.
17696
17697 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17698
17699 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17700 (evenp, list*):
17701 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17702 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17703
17704 * net/tramp-smb.el (tramp-smb-open-connection):
17705 Pass `tramp-chunksize' as fifth (required) argument.
17706
17707 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17708
17709 * font-lock.el (lisp-font-lock-keywords-1):
17710 Set `font-lock-negation-char-face' for [^...] char group.
17711 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17712
17713 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17714 a var, and refine it to mask one more level of nested vars.
17715 (makefile-rule-action-regex): Turn it into a var, and refine it so
17716 it recognizes backslashed continuation lines as belonging to the
17717 same command.
17718 (makefile-macroassign-regex): Refine it so it recognizes
17719 backslashed continuation lines as belonging to the same command.
17720 (makefile-var-use-regex): Don't look at the next char, because it
17721 might be the same one to be skipped by the initial [^$], leading
17722 to an overlooked variable use.
17723 (makefile-make-font-lock-keywords): Remove two parameters, which
17724 are now variables that some of the modes set locally.
17725 Handle dependency and rule action matching through functions, because
17726 regexps alone match too often. Dependency matching now comes
17727 last, so it can check, whether a colon already matched something else.
17728 (makefile-mode): Inform that font-lock improves makefile parsing
17729 capabilities.
17730 (makefile-match-dependency, makefile-match-action): New functions.
17731
17732 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17733
17734 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17735
17736 * align.el (align-regexp):
17737 * ansi-color.el (ansi-color-get-face):
17738 * array.el (array-reconfigure-rows, array-init-max-row)
17739 (array-init-max-column, array-init-columns-per-line)
17740 (array-init-field-width):
17741 * dired-aux.el (dired-trample-file-versions):
17742 * dired-x.el (dired-mark-sexp):
17743 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17744 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17745 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17746 * faces.el (face-read-integer):
17747 * files.el (backup-extract-version, insert-directory):
17748 * hexl.el (hexl-insert-decimal-char):
17749 * server.el (server-process-filter):
17750 * shell.el (shell-extract-num):
17751 * startup.el (command-line-1):
17752 * term.el (term-command-hook):
17753 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17754 (time-stamp-do-number):
17755 * time.el (display-time-update):
17756 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17757 (timezone-fix-time):
17758 * vms-patch.el (vms-suspend-resume-hook):
17759 * calendar/appt.el (appt-convert-time):
17760 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17761 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17762 * calendar/cal-islam.el (mark-islamic-diary-entries):
17763 * calendar/calendar.el (calendar-cursor-to-date)
17764 (calendar-star-date):
17765 * calendar/diary-lib.el (diary-attrtype-convert)
17766 (mark-diary-entries, diary-entry-time):
17767 * calendar/solar.el (solar-get-number):
17768 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17769 * emacs-lisp/re-builder.el (reb-display-subexp):
17770 * emulation/edt.el (edt-set-scroll-margins):
17771 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17772 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17773 (vip-get-ex-count):
17774 * emulation/viper-ex.el (viper-get-ex-token)
17775 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17776 * international/fontset.el (fontset-plain-name):
17777 * mail/feedmail.el (feedmail-look-at-queue-directory):
17778 * mail/mailalias.el (mail-get-names):
17779 * mail/rmail.el (rmail-convert-to-babyl-format):
17780 * mail/rmailsum.el (rmail-make-basic-summary-line)
17781 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17782 (rmail-summary-goto-msg):
17783 * mail/smtpmail.el (smtpmail-read-response):
17784 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17785 (ange-ftp-vms-add-file-entry):
17786 * play/gametree.el (gametree-looking-at-ply)
17787 (gametree-current-branch-score):
17788 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17789 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17790 * progmodes/cperl-mode.el (condition-case):
17791 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17792 (ebrowse-set-member-buffer-column-width)
17793 (ebrowse-select-1st-to-9nth):
17794 * progmodes/etags.el (etags-snarf-tag):
17795 * progmodes/flymake.el (flymake-parse-line):
17796 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17797 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17798 (idlwave-shell-menu-def):
17799 * progmodes/ps-mode.el (ps-run-goto-error):
17800 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17801 (vhdl-speedbar-contract-level):
17802 * term/mac-win.el (x-handle-numeric-switch):
17803 * term/sun-mouse.el (sun-get-frame-data):
17804 * term/w32-win.el (x-handle-numeric-switch):
17805 * term/x-win.el (x-handle-numeric-switch):
17806 * textmodes/ispell.el (ispell-parse-output):
17807 * textmodes/nroff-mode.el (nroff-outline-level):
17808 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17809 (reftex-bib-sort-year-reverse, reftex-format-citation):
17810 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17811 (reftex-section-number):
17812 * textmodes/texinfmt.el (texinfo-paragraphindent):
17813 Replace `string-to-int' by `string-to-number'.
17814
17815 * international/latexenc.el: Add page marker to force the "Local
17816 Variables:" string out of the last page.
17817
17818 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17819
17820 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17821 tooltip-change-major-mode.
17822 (gud-tooltip-print-command): Remove case where gud-minor-mode
17823 is gdb ("--fullname").
17824 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17825 explain to user.
17826
17827 2005-05-16 Jay Belanger <belanger@truman.edu>
17828
17829 * calc/calc-store.el (calc-copy-special-constant): New function.
17830
17831 * calc/calc-ext.el (calc-init-extensions): Add binding for
17832 `calc-copy-special-constant'.
17833
17834 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17835 for the `calc-copy-special-constant' command.
17836
17837 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17838
17839 * subr.el (left-fringe-p): New function.
17840
17841 * progmodes/compile.el (compilation-setup): Set local value of
17842 overlay-arrow-string to "" always.
17843 (compilation-set-window): Left fringe then don't scroll.
17844 No left fringe then no arrow and scroll message to top.
17845 (compilation-context-lines): Adjust doc string accordingly.
17846
17847 2005-05-16 Kim F. Storm <storm@cua.dk>
17848
17849 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17850 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17851 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17852 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17853 (ido-read-file-name): Handle commands with ido property value
17854 equal to find-file as reading a file name, to allow C-d to enter dired.
17855 (ibuffer-find-file): Add ido property with value find-file.
17856
17857 2005-05-15 Kim F. Storm <storm@cua.dk>
17858
17859 * subr.el (open-network-stream-nowait): Remove.
17860 (open-network-stream-server): Remove.
17861
17862 2005-05-15 Richard M. Stallman <rms@gnu.org>
17863
17864 * faces.el (describe-face): Output a definition link button.
17865
17866 * help-mode.el (help-face-def): New button type.
17867
17868 * emacs-lisp/copyright.el (copyright-fix-years):
17869 Match properly if the first year is 2-digit.
17870 Don't mess up the whitespace after the years by filling.
17871
17872 * dired-aux.el (dired-mark-confirm):
17873 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17874
17875 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17876 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17877 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17878
17879 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17880 Set font-lock-comment-start-skip.
17881
17882 * font-lock.el (font-lock-comment-start-skip): New variable.
17883 (font-lock-comment-end-skip): New variable.
17884 (font-lock-fontify-syntactically-region): Use them if non-nil.
17885
17886 2005-05-15 Jay Belanger <belanger@truman.edu>
17887
17888 * calc/calc-store.el (calc-store-value): Return a string rather
17889 than display it as a message.
17890 Use calc-var-name for variable name.
17891 (calc-store-into): Add the result of calc-store-value to message.
17892 (calc-copy-variable): Add a message.
17893 (calc-store-exchange): Improve error messages.
17894 (calc-store-binary, calc-store-map): Don't reset the values of
17895 special constants.
17896
17897 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17898
17899 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17900 manual to docstring.
17901
17902 * files.el (hack-local-variables-confirm): Add STRING argument.
17903 Make the function handle non file visiting buffers correctly.
17904 (hack-local-variables-prop-line, hack-local-variables)
17905 (hack-one-local-variable): Use STRING arg of
17906 `hack-local-variables-confirm'.
17907
17908 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17909
17910 Sync with Tramp 2.0.49.
17911
17912 * net/tramp.el (tramp-handle-dired-call-process)
17913 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17914 because the contents of the Tramp buffer is changed before
17915 insertion (`expand-file' and alike).
17916 (tramp-handle-insert-directory): If `localname' has an empty
17917 nondirectory name, it must not be quoted.
17918 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17919 variable `tramp-chunksize'. Change callees.
17920 (tramp-open-connection-setup-interactive-shell): Check remote host
17921 for buggy `send-process-string' implementation.
17922 Set `tramp-chunksize' if found. Reported by Michael Kifer
17923 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17924 (tramp-handle-shell-command): `insert-buffer' cannot be used
17925 because the contents of the Tramp buffer is changed before
17926 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17927 <frederic.bothamy@free.fr>.
17928 (tramp-set-auto-save): Actions should be done for Tramp file name
17929 handler only. Ange-FTP has its own auto-save mechanism.
17930 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17931 (tramp-set-auto-save-file-modes): Set file modes of
17932 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17933 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17934 (tramp-bug): Remove obsolete variable.
17935 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17936 for presence of `mml-mode'. Make it running for older Emacsen as well.
17937
17938 2005-05-14 John Paul Wallington <jpw@pobox.com>
17939
17940 * ibuf-ext.el (define-ibuffer-filter filename):
17941 If `dired-directory' is a list, use its car.
17942
17943 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17944
17945 * ibuffer.el (define-ibuffer-column filename):
17946 If `dired-directory' is a list, use its car.
17947
17948 2005-05-14 Richard M. Stallman <rms@gnu.org>
17949
17950 * subr.el (symbol-file): Doc fix.
17951
17952 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17953 (byte-compile-form): Call byte-compile-nogroup-warn.
17954 (byte-compile-warning-types): Doc fix.
17955
17956 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17957
17958 * progmodes/cc-engine.el (c-literal-faces):
17959 Add font-lock-comment-delimiter-face.
17960
17961 * net/net-utils.el (dig): Use with-no-warnings.
17962
17963 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17964 (sc-recite-frame-alist, sc-default-cite-frame)
17965 (sc-default-uncite-frame, sc-default-recite-frame)
17966 (sc-attrib-selection-list, sc-rewrite-header-list):
17967 Mark as risky-local-variable.
17968
17969 * international/ogonek.el (ogonek-jak, ogonek-how):
17970 Don't use beginning-of-buffer.
17971
17972 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17973
17974 * calendar/solar.el (solar-data-list): Move definition up.
17975
17976 * dnd.el (dnd-protocol-alist): Add autoload.
17977
17978 * progmodes/sh-script.el: Many doc usage fixes.
17979 (sh-indent-after-do): Change default to match common styles.
17980
17981 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17982
17983 * files.el (interpreter-mode-alist)
17984 (auto-mode-interpreter-regexp): Doc fixes.
17985
17986 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17987
17988 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17989
17990 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17991
17992 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17993
17994 * dired.el (dired-mode): make-variable-buffer-local =>
17995 make-local-variable.
17996
17997 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17998
17999 * term/mac-win.el (mac-select-convert-to-string): Try coding
18000 systems in mac-script-code-coding-systems if specified one cannot
18001 encode string for `com.apple.traditional-mac-plain-text'.
18002
18003 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
18004
18005 * progmodes/make-mode.el (makefile-targets-face)
18006 (makefile-shell-face, makefile-makepp-perl-face): New faces.
18007 (makefile-dependency-regex): Fix it to not make the colon in
18008 $(var:a=b) special.
18009 (makefile-rule-action-regex): New regexp for highlighting embedded
18010 Shell strings.
18011 (makefile-macroassign-regex): Handle != for highlighting as
18012 embedded Shell strings.
18013 (makefile-var-use-regex): New const.
18014 (makefile-statements, makefile-automake-statements)
18015 (makefile-gmake-statements, makefile-makepp-statements)
18016 (makefile-bsdmake-statements): New consts.
18017 (makefile-make-font-lock-keywords): New function.
18018 (makefile-automake-font-lock-keywords)
18019 (makefile-gmake-font-lock-keywords)
18020 (makefile-makepp-font-lock-keywords)
18021 (makefile-bsdmake-font-lock-keywords): New consts.
18022 (makefile-mode-map): Add switchers between the various submodes.
18023 (makefile-mode): Document the availability of the variants.
18024 (makefile-automake-mode, makefile-gmake-mode)
18025 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
18026
18027 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
18028 new variants of makefile-mode.
18029
18030 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18031
18032 * font-lock.el (font-lock-comment-delimiter-face): Fix up
18033 the inheritance.
18034
18035 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
18036
18037 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
18038 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
18039
18040 * files.el (normal-mode): Extend the scope of the
18041 `enable-local-variables' binding to include the `set-auto-mode' call.
18042 (magic-mode-alist): Doc fix.
18043
18044 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18045
18046 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
18047 font-lock-comment-face rather than copying its setting.
18048
18049 2005-05-12 Andreas Schwab <schwab@suse.de>
18050
18051 * eshell/esh-mode.el (eshell-send-input): Doc fix.
18052
18053 2005-05-12 Lute Kamstra <lute@gnu.org>
18054
18055 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
18056 defcustom for the mode hook variable. Delete the last argument.
18057 * generic-x.el: Fix callers of define-generic-mode.
18058 (generic-x-modes): Delete group.
18059 (show-tabs-tab-face, show-tabs-space-face): Put them in the
18060 generic-x customization group.
18061
18062 2005-05-12 Kim F. Storm <storm@cua.dk>
18063
18064 * font-lock.el (font-lock-negation-char-face): Default to "off".
18065
18066 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
18067 font-lock-negation-char-face to ! in !=.
18068
18069 2005-05-12 Masatake YAMATO <jet@gyve.org>
18070
18071 * add-log.el (find-change-log): Fix typos in the docstring
18072 of function.
18073
18074 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18075
18076 * international/latexenc.el (latexenc-find-file-coding-system):
18077 Avoid `re-search-forward' when looking for input encoding because
18078 of speed and safety. Better regular expressions for recognizing
18079 input encoding. Limit a search for TeX-master/tex-main-file to
18080 the local variable section.
18081
18082 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
18083
18084 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
18085 syntax of $ to "'" (quote).
18086
18087 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
18088
18089 * dnd.el (dnd-protocol-alist): Improve custom type.
18090
18091 * dired.el (dired-dnd-protocol-alist): New variable.
18092 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
18093 `dired-mode-hook' to the end.
18094
18095 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
18096
18097 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
18098 comment-end if comment-start-skip is not set.
18099 Obey the font-lock-comment-delimiter-face variables.
18100
18101 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
18102
18103 * files.el (executable-find): Move from executable.el. Use
18104 locate-file.
18105 * progmodes/executable.el (executable-find): Move to files.el.
18106
18107 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
18108 when trying to ensure forward progress.
18109
18110 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
18111
18112 * mouse-sel.el (mouse-sel-follow-link-p): New function.
18113 (mouse-select, mouse-select-internal, mouse-extend-internal):
18114 Use it to implement mouse-1-click-follows-link functionality.
18115
18116 2005-05-11 Richard M. Stallman <rms@gnu.org>
18117
18118 * font-lock.el (font-lock-fontify-syntactically-region):
18119 Use font-lock-comment-delimiter-face for comment delimiters.
18120
18121 2005-05-10 Jay Belanger <belanger@truman.edu>
18122
18123 * calc/calc-help.el (calc-m-prefix-help): Add mention of
18124 preserving embedded modes.
18125
18126 2005-05-10 Richard M. Stallman <rms@gnu.org>
18127
18128 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
18129
18130 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
18131 Move from ada-stmt.el.
18132 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
18133
18134 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
18135 Move to ada-mode.el.
18136 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
18137
18138 * cus-edit.el (custom-file): Call file-chase-links.
18139
18140 * files.el (read-directory-name): Fix previous change.
18141 (hack-local-variables-confirm): New function.
18142 (hack-local-variables-prop-line, hack-local-variables)
18143 (hack-one-local-variable): Use it.
18144
18145 2005-05-10 Lute Kamstra <lute@gnu.org>
18146
18147 * font-lock.el (font-lock-keywords-alist)
18148 (font-lock-removed-keywords-alist): Clarify docstrings.
18149
18150 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
18151
18152 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
18153 (gdb-source-info): Check for preprocessor info.
18154 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
18155 a macro for a function.
18156 (gdb-info-breakpoints-custom): Try to find file again if not already
18157 found (user might have used GDB dir command).
18158 (gdb-get-location): Update gdb-location-alist correctly for change
18159 to gdb-info-breakpoints-custom.
18160
18161 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
18162 (gud-tooltip-print-command): Add gdbmi case.
18163 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
18164 preprocessor info.
18165
18166 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
18167
18168 * startup.el (fancy-splash-insert): Fix typo in doc string.
18169
18170 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
18171
18172 * obsolete/float.el (string-to-float):
18173 * obsolete/hilit19.el (hilit-add-pattern):
18174 * obsolete/rnews.el (news-parse-range, news-select-message)
18175 (news-get-pruned-list-of-files): Replace `string-to-int' by
18176 `string-to-number'.
18177
18178 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
18179 `find-file-not-found-hooks'; use `add-hook'.
18180 (uncompress-while-visiting): Set `write-file-functions', not
18181 `write-file-hooks'; use `add-hook'.
18182
18183 2005-05-09 Kim F. Storm <storm@cua.dk>
18184
18185 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
18186 (cua-paste): Handle clipboard action.
18187 (cua--init-keymaps): Remap clipboard-kill-region and
18188 clipboard-kill-ring-save.
18189
18190 2005-05-08 Eli Zaretskii <eliz@gnu.org>
18191
18192 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18193 Improve commentary.
18194
18195 * simple.el (next-error-overlay-arrow-position): Revert the change
18196 made on 2005-04-30.
18197
18198 2005-05-07 Jay Belanger <belanger@truman.edu>
18199
18200 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
18201 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
18202 `calc-sel-reselect'.
18203
18204 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
18205 Calc is in embedded mode.
18206
18207 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18208
18209 * progmodes/compile.el (compilation-setup):
18210 Set overlay-arrow-string to an empty string on text terminals.
18211
18212 * textmodes/ispell.el (ispell-program-name): Try looking for
18213 "aspell" along exec-path, and if found, use it as the default
18214 speller program.
18215
18216 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
18217
18218 * international/mule.el (sgml-xml-auto-coding-function):
18219 Recognize encoding='FOO' in single quotes as well as in double quotes.
18220
18221 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18222
18223 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
18224 as well as `interactive', so that defmacro* would recognize
18225 `declare' forms.
18226
18227 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18228
18229 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18230 Explain more about the LIGHTER arg's usage in the doc string.
18231 Add commentary to clarify what the code does. Fix the regexp that
18232 strips whitespace from LIGHTER. Quote LIGHTER before using it,
18233 since it could have characters special to regular expressions.
18234
18235 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18236
18237 * replace.el (occur-1): Bind inhibit-read-only so that
18238 erase-buffer doesn't barf on read-only text properties (likewise
18239 for add-text-properties in occur-engine). Mark buffer as unmodified.
18240 (occur-engine): Don't set buffer-read-only here.
18241
18242 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18243
18244 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
18245 list-buffers-directory. This caused the *cvs-commit* buffer to be
18246 sometimes mistakenly reused as a *cvs* buffer.
18247
18248 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
18249
18250 * tooltip.el: Move code for GUD tooltips into gud.el.
18251 (require): CL no longer needed to compile case.
18252 (tooltip-mode): Do not toggle functions for GUD tooltips.
18253 (tooltip-gud-tips-p): Remove. Replace with minor mode
18254 gud-tooltip-mode in gud.el.
18255 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
18256 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
18257 tooltip-gud prefix with gud-tooltip and obsolete.
18258 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
18259 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
18260 (tooltip-mouse-motion): Mouse movement functions/variable.
18261 Rename in gud.el by adding gud prefix.
18262 (tooltip-gud-original-filter, tooltip-gud-dereference)
18263 (tooltip-gud-event, tooltip-toggle-gud-tips)
18264 (tooltip-gud-process-output, tooltip-gud-print-command)
18265 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
18266 gud.el by replacing tooltip-gud prefix with gud-tooltip.
18267 (gdb-tooltip-print): Move to gdb-ui.el.
18268
18269 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
18270 (require): CL needed to compile case.
18271 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
18272 tooltip-gud-tips-p. Make it a minor-mode.
18273 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
18274 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
18275 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
18276 (gud-tooltip-change-major-mode)
18277 (gud-tooltip-activate-mouse-motions-if-enabled)
18278 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
18279 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
18280 (gud-tooltip-original-filter, gud-tooltip-dereference)
18281 (gud-tooltip-event, tooltip-toggle-gud-tips)
18282 (gud-tooltip-process-output, gud-tooltip-print-command)
18283 (gud-tooltip-tips): Move from tooltip.el.
18284
18285 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
18286 (gdb-cpp-define-alist-flags): Doc fix.
18287 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
18288 gud-tooltip-mode is t.
18289
18290 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18291
18292 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
18293 evaporate if their text is deleted.
18294 (goto-address-at-point): Make it work as a mouse binding as well.
18295 (goto-address-at-mouse): Obsolete it. Update users.
18296
18297 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
18298
18299 * calendar/appt.el (top-level): No longer activate on load.
18300
18301 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
18302
18303 * calendar/cal-bahai.el (mark-bahai-diary-entries):
18304 * net/webjump.el (webjump):
18305 * progmodes/idlw-help.el (idlwave-do-context-help1)
18306 (idlwave-highlight-linked-completions):
18307 * textmodes/po.el (po-find-file-coding-system-guts):
18308 Replace `assoc-ignore-case' by `assoc-string'.
18309
18310 2005-05-06 Eli Zaretskii <eliz@gnu.org>
18311
18312 * files.el (locate-file): Doc fix.
18313
18314 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
18315 Remove the redundant test for ms-dos.
18316
18317 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
18318 look for the preprocessor with exec-suffixes. If not found in
18319 standard places, look in exec-path. Remove most of the tests that
18320 used system-type.
18321
18322 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
18323
18324 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
18325
18326 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
18327 file-name clash with jka-compr.el on 8+3 filesystems.
18328
18329 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18330
18331 * term/mac-win.el: Don't define or bind scroll bar functions if
18332 x-toolkit-scroll-bars is t.
18333 (x-select-text, x-get-selection-value): Clear
18334 x-last-selected-text-clipboard if x-select-enable-clipboard is
18335 nil.
18336 (PRIMARY): Put mac-scrap-name property.
18337 (mac-select-convert-to-file-url): New function.
18338 (public.file-url): New selection target type. Add to
18339 selection-converter-alist.
18340 (x-get-selection, x-selection-value): Handle it.
18341 (x-cut-buffer-or-selection-value): New alias.
18342
18343 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18344
18345 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
18346 entry to avoid calling bibtex-find-entry with arg global
18347 being t. Remove arg key.
18348 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
18349 (bibtex-copy-summary-as-kill): Change accordingly.
18350
18351 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18352
18353 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
18354 (org-agenda-date-later): Use with-current-buffer.
18355
18356 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
18357
18358 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18359 (define-obsolete-variable-alias): Doc Fixes.
18360
18361 2005-05-06 Kim F. Storm <storm@cua.dk>
18362
18363 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
18364 vertical-motion when selective-display is active.
18365
18366 * ido.el (ido-setup-hook): New hook.
18367 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18368 (ido-input-stack): New var.
18369 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
18370 ido-next-work-file binding to M-O.
18371 Bind M-f to ido-wide-find-file-or-pop-dir.
18372 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18373 (ido-read-internal): Run ido-setup-hook.
18374 Catch quit in read-file-name and read-string to cancel edit.
18375 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18376 Automatically pop-all when completing a directory name (RET).
18377 (ido-file-internal): Add with-no-warnings around ffap and dired code.
18378 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18379 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18380 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18381 New functions for M-b/M-f to move among the directory components.
18382 (ido-make-merged-file-list): Catch quit to cancel merge.
18383 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18384 (ido-completion-help): No warnings for ido-completion-buffer-full.
18385
18386 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18387
18388 * font-lock.el (font-lock-negation-char-face): New face and variable.
18389 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18390 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18391 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18392 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18393
18394 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18395
18396 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18397 Fix typo in docstring.
18398
18399 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18400 (ebrowse-print-statistics-line)
18401 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18402
18403 * term/w32-win.el (image-library-alist): Add additional name for
18404 Xpm library.
18405
18406 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18407
18408 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18409 use gcc instead of cpp.
18410
18411 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18412 (gdb-create-define-alist): Use it.
18413 (gdb-cpp-define-alist-program): Update for MS-DOS.
18414
18415 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18416
18417 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18418
18419 2005-05-04 Richard M. Stallman <rms@gnu.org>
18420
18421 * help.el (describe-key): No error when UNTRANSLATED is nil.
18422
18423 * simple.el (line-move-1): Fix previous change to signal errors
18424 appropriately.
18425
18426 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18427
18428 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18429 (icalendar-duration-correction): Remove.
18430 (icalendar--get-event-properties): Split result at commas.
18431 (icalendar--decode-isoduration): New optional argument
18432 DURATION-CORRECTION.
18433 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18434 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18435 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18436 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18437 (icalendar--convert-anniversary-to-ical): New functions, extracted
18438 from icalendar-export-region, with bug fixes.
18439 (icalendar-export-region): Use the above functions.
18440 (icalendar-import-buffer): Check before saving diary file.
18441 (icalendar--convert-recurring-to-diary)
18442 (icalendar--convert-non-recurring-all-day-to-diary)
18443 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18444 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18445 (icalendar--convert-ical-to-diary): Use the above functions.
18446
18447 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18448
18449 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18450 Remove these recent additions.
18451 (c-mode): Restore to before 2005-04-28.
18452
18453 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18454 recent addition.
18455
18456 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18457 (gdb-define-alist): New variables.
18458 (gdb-create-define-alist): New function.
18459 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18460 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18461 with string-to-number.
18462 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18463
18464 * progmodes/gud.el: Replace string-to-int with string-to-number.
18465 (gud-find-file): Handle gdb-define-alist.
18466
18467 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18468
18469 2005-05-02 Jay Belanger <belanger@truman.edu>
18470
18471 * calc/calc-aent.el (math-read-token):
18472 * calc/calc-bin.el (calc-word-size):
18473 * calc/calc-ext.el (calc-read-number-fancy):
18474 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18475 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18476 * calc/calc-frac.el (calc-over-notation):
18477 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18478 (calc-graph-num-points, calc-graph-init):
18479 * calc/calc-prog.el (calc-read-parse-table-part)
18480 (calc-edit-macro-repeats):
18481 * calc/calc-yank.el (calc-do-grab-rectangle):
18482 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18483 Replace `string-to-int' by `string-to-number'.
18484
18485 2005-05-02 Kim F. Storm <storm@cua.dk>
18486
18487 * kmacro.el: Use executing-kbd-macro-index variable.
18488
18489 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18490
18491 * net/rlogin.el (rlogin-parse-words): Delete func.
18492 (rlogin): Use split-string, not rlogin-parse-words.
18493 Also, if there are option-like elements in the parsed args,
18494 take the host to be the first arg immediately following them.
18495 Suggested by Michael Mauger.
18496
18497 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18498
18499 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18500
18501 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18502
18503 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18504 (cc-mode-cpp-program): Rename to cc-define-list-program and
18505 move to cc-vars.el.
18506
18507 * progmodes/cc-vars.el (cc-define-list-program):
18508 Change to "gcc -E -dM -". Make customizable.
18509
18510 2005-05-02 Kim F. Storm <storm@cua.dk>
18511
18512 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18513
18514 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18515
18516 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18517
18518 * international/mule-util.el (truncate-string): Remove alias and
18519 obsolete declaration.
18520
18521 * international/mule-cmds.el (update-iso-coding-systems):
18522 Remove alias and obsolete declaration.
18523
18524 * international/mule.el (coding-system-parent): Remove alias and
18525 obsolete declaration.
18526
18527 * subr.el (define-function, sref): Remove aliases and obsolete
18528 declarations.
18529 (chars-in-region): Remove obsolete declaration.
18530
18531 2005-05-01 Richard M. Stallman <rms@gnu.org>
18532
18533 * info.el (Info-mode): Set widen-automatically to nil, locally.
18534
18535 * simple.el (widen-automatically): New variable.
18536 (pop-global-mark): Obey widen-automatically.
18537
18538 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18539
18540 * term/xterm.el (function-key-map): Call substitute-key-definition
18541 before the keymap size is increased by a lot of define-key calls.
18542
18543 2005-05-01 Richard M. Stallman <rms@gnu.org>
18544
18545 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18546 Rename ARG to ELEMENT. Doc fix.
18547
18548 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18549
18550 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18551 Remove references to allout-exposure/change to allout-new-exposure.
18552
18553 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18554 bytecode symbols.
18555
18556 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18557 (compiled-function-p, focus-frame, unfocus-frame):
18558 Remove aliases and obsolete declarations.
18559 Back out inadvertent changes from previous commit.
18560
18561 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18562
18563 * files.el (require-final-newline): Make Custom tags consistent
18564 with mode-require-final-newline.
18565 (mode-require-final-newline): Doc fix.
18566
18567 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18568
18569 * international/latexenc.el (latexenc-find-file-coding-system):
18570 Fix regular expressions.
18571
18572 2005-05-01 David Kastrup <dak@gnu.org>
18573
18574 * international/latexenc.el (latexenc-find-file-coding-system):
18575 Fix regular expressions.
18576
18577 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18578
18579 * subr.el (string-to-int): Make obsolete.
18580
18581 2005-04-30 Richard M. Stallman <rms@gnu.org>
18582
18583 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18584
18585 * loadup.el: load jka-comp-hook.
18586
18587 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18588 (jka-compr-handler): Add autoload. `put' calls moved
18589 to jka-comp-hook.el.
18590 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18591 (jka-compr-inhibit): Autoload.
18592
18593 * jka-comp-hook.el: New file.
18594 Enable the mode by default.
18595
18596 * files.el (backup-buffer-copy): Use copy-file instead
18597 of write-region, and put back the 'excl.
18598
18599 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18600
18601 * progmodes/flymake.el (flymake-split-string)
18602 (flymake-split-string, flymake-log, flymake-pid-to-names)
18603 (flymake-reg-names, flymake-get-source-buffer-name)
18604 (flymake-unreg-names, flymake-add-line-err-info)
18605 (flymake-add-err-info): Clarify docstrings.
18606 (flymake-popup-menu, flymake-make-emacs-menu)
18607 (flymake-make-xemacs-menu): Add docstrings.
18608 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18609 Set variables directly throughout.
18610
18611 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18612
18613 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18614 exists. Initialize cc-define-alist.
18615 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18616 If there is no file (Macroexpansion) don't create an alist.
18617
18618 2005-04-29 Sam Steingold <sds@gnu.org>
18619
18620 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18621 (cc-create-define-alist): Use it instead of the hard-coded string.
18622
18623 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18624
18625 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18626 for latexenc.
18627
18628 2005-04-29 Lute Kamstra <lute@gnu.org>
18629
18630 * emacs-lisp/generic.el: Improve commentary section.
18631 (define-generic-mode): Improve docstring.
18632
18633 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18634
18635 * textmodes/org.el (many places): Change to quiet the byte compiler.
18636 (org-prefix-format-compiled): New variable.
18637 (org-compile-prefix-format): New function.
18638 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18639 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18640 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18641 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18642 consistency with entries from `org-mode' files.
18643 (org-get-time-of-day): Fix bug with partial matches early in a line.
18644 (org-non-link-chars): New constant.
18645 (org-link-regexp): Respect `org-non-link-chars'.
18646 (org-agenda-day-view): Remove command.
18647 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18648 (org-follow-bbdb-link, org-store-link): Search also company field.
18649 (org-highlight-overlay): New variable.
18650 (org-highlight, org-unhighlight): New functions.
18651 (org-agenda-mode): Add pre-command-hook to remove highlight.
18652 (org-evaluate-time-range): Behavior depends upon whether time stamp
18653 contains a time or not.
18654 (org-show-subtree, org-show-entry): New functions.
18655 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18656
18657 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18658
18659 * comint.el (comint-output-filter-functions): Add autoload cookie.
18660
18661 2005-04-28 Kim F. Storm <storm@cua.dk>
18662
18663 * ido.el (ido-everywhere): Fix last change.
18664
18665 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18666
18667 * international/latexenc.el: New file.
18668 * international/mule-conf.el (file-coding-system-alist): For .tex,
18669 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18670
18671 2005-04-28 Lute Kamstra <lute@gnu.org>
18672
18673 * font-lock.el (font-lock-add-keywords)
18674 (font-lock-remove-keywords): Clarify docstring.
18675 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18676 Don't start docstrings with a `*'.
18677 (font-lock-update-removed-keyword-alist): Give it a docstring.
18678
18679 * generic-x.el: Update commentary section.
18680 Only require font-lock when compiling.
18681 Define all modes conditionally.
18682 Place all generic modes in the generic-x-modes customization group.
18683 (generic-x-modes): New customization group.
18684 (generic-default-modes, generic-mswindows-modes)
18685 (generic-unix-modes, generic-other-modes): New constants.
18686 (generic-define-mswindows-modes, generic-define-unix-modes):
18687 Update docstrings. Make them obsolete.
18688 (generic-extras-enable-list): New default value. Update docstring.
18689 Improve :type. Change :set function.
18690 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18691 Fix docstring.
18692
18693 * emacs-lisp/generic.el (generic-mode-internal):
18694 Simplify font-lock-defaults.
18695 (define-generic-mode): Fix docstring.
18696
18697 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18698
18699 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18700 font-lock-face property to highlight matches.
18701
18702 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18703
18704 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18705 (cc-define-alist): New variable.
18706 (c-mode): Make it local and initialize it.
18707
18708 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18709 (gdb-exited): New function.
18710 (gdb-annotation-rules): Use it.
18711 (gdb-starting): Set gdb-active-process to t.
18712 (gdb-stopping): Amend doc string.
18713 (gdb-reset): Set gdb-active-process to nil.
18714
18715 * tooltip.el (tooltip-gud-tips): Show the associated #define
18716 directives when a C program under GDB is not executing.
18717
18718 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18719
18720 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18721 font-lock-fontify-syntactic-keywords.
18722
18723 * font-lock.el (font-lock-default-fontify-region): Don't force
18724 parse-sexp-lookup-properties to nil.
18725
18726 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18727
18728 * man.el (man-mode-syntax-table): Set up `:' to have
18729 word-constituent syntax.
18730
18731 2005-04-27 Lute Kamstra <lute@gnu.org>
18732
18733 * novice.el (disable-command): Don't add spurious newlines to the
18734 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18735
18736 2005-04-26 Jay Belanger <belanger@truman.edu>
18737
18738 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18739 than one window before deleting window.
18740
18741 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18742
18743 * shell.el (shell-prompt-pattern): Doc fix.
18744 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18745
18746 * comint.el (comint-prompt-regexp, comint-get-old-input)
18747 (comint-use-prompt-regexp)
18748 (comint-use-prompt-regexp-instead-of-fields)
18749 (comint-replace-by-expanded-history, comint-send-input)
18750 (comint-output-filter, comint-get-old-input-default)
18751 (comint-line-beginning-position, comint-bol, comint-show-output)
18752 (comint-backward-matching-input, comint-forward-matching-input)
18753 (comint-next-prompt, comint-previous-prompt):
18754 Rename `comint-use-prompt-regexp-instead-of-fields' to
18755 `comint-use-prompt-regexp'. Keep old name as alias and declare
18756 obsolete.
18757 (comint-use-prompt-regexp): Shorten first line of doc string.
18758
18759 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18760 Set paragraph-separate buffer locally to "\\'".
18761
18762 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18763 Adapt to above name change.
18764
18765 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18766 (smbclient-prompt-regexp): Ditto.
18767
18768 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18769
18770 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18771
18772 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18773 gdb-location-list.
18774 Break lines that are over 80 characters wide.
18775
18776 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18777
18778 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18779 New fun and var, to preserve compatibility.
18780
18781 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18782
18783 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18784
18785 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18786 name to file-newer-than-file-p.
18787
18788 2005-04-26 Richard M. Stallman <rms@gnu.org>
18789
18790 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18791
18792 * progmodes/python.el (python-mode):
18793 Use new name eldoc-documentation-function.
18794
18795 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18796
18797 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18798 (eldoc-documentation-function):
18799 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18800
18801 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18802
18803 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18804
18805 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18806
18807 * term/xterm.el (function-key-map): Fix strings for
18808 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18809 {C,S,A,C-S}-{f1-f12}.
18810
18811 2005-04-26 Kenichi Handa <handa@m17n.org>
18812
18813 * international/mule-cmds.el (select-safe-coding-system):
18814 Fix previous change.
18815
18816 2005-04-26 Lute Kamstra <lute@gnu.org>
18817
18818 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18819
18820 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18821 (font-lock-comment-delimiter-face): Ditto.
18822
18823 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18824
18825 2005-04-25 Jay Belanger <belanger@truman.edu>
18826
18827 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18828 to t while inserting information; use help-mode.
18829
18830 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18831
18832 * term.el (ansi-term-color-vector): Use the xterm colors.
18833 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18834
18835 2005-04-25 Lute Kamstra <lute@gnu.org>
18836
18837 * font-core.el (font-lock-defaults): Fix docstring.
18838
18839 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18840
18841 2005-04-25 Kenichi Handa <handa@m17n.org>
18842
18843 * international/mule-cmds.el (select-safe-coding-system):
18844 Don't check consistency with coding: spec, etc if raw-text or
18845 no-conversion was found to be safe.
18846
18847 2005-04-24 Richard M. Stallman <rms@gnu.org>
18848
18849 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18850 citation markers at start of each line.
18851
18852 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18853 citation markers at start of each line.
18854
18855 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18856
18857 * files.el (mode-require-final-newline): Fix previous change.
18858 (require-final-newline): Fix type label.
18859
18860 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18861
18862 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18863 statement in buffer (broken by 2004-11-24 change).
18864
18865 2005-04-24 Kim F. Storm <storm@cua.dk>
18866
18867 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18868 and read-file-name-function values. Don't overwrite existing
18869 non-nil values if ido-mode is enabled without ido-everywhere.
18870
18871 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18872
18873 * files.el (mode-require-final-newline): Minor doc fix.
18874
18875 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18876
18877 * subr.el (syntax-after): Doc fix.
18878 (syntax-class): If argument is nil, return nil. Mask off upper 16
18879 bits, not 8 bits.
18880
18881 * files.el (mode-require-final-newline): Doc fix.
18882 (backup-buffer-copy): Fix last change.
18883
18884 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18885
18886 * term/mac-win.el: Require select. Set selection-coding-system to
18887 mac-system-coding-system. Call menu-bar-enable-clipboard.
18888 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18889 (x-select-enable-clipboard): New variables.
18890 (x-select-text, x-get-selection, x-selection-value)
18891 (x-get-selection-value, mac-select-convert-to-string)
18892 (mac-services-open-file, mac-services-open-selection)
18893 (mac-services-insert-text): New functions.
18894 (CLIPBOARD, FIND): Put mac-scrap-name property.
18895 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18896 (public.tiff): Put mac-ostype property.
18897 (selection-converter-alist): Add entries for them.
18898 (mac-application-menu-map): New keymap.
18899 (interprogram-cut-function, interprogram-paste-function): Set to
18900 x-select-text and x-get-selection-value, respectively.
18901 (split-window-keep-point): Set to t.
18902
18903 2005-04-23 Richard M. Stallman <rms@gnu.org>
18904
18905 * files.el (read-directory-name): Always pass non-nil
18906 DEFAULT-FILENAME arg to read-file-name.
18907 (backup-buffer-copy, basic-save-buffer-2): Take care against
18908 writing thru an unexpected existing symlink.
18909 (revert-buffer): In indirect buffer, revert the base buffer.
18910 (magic-mode-alist): Doc fix.
18911 (buffer-stale-function): Doc fix.
18912 (minibuffer-with-setup-hook): Avoid warning.
18913 (mode-require-final-newline): Doc and custom fix.
18914
18915 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18916
18917 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18918 use the default appearance.
18919 (font-lock-comment-delimiter-face): New face, new variable.
18920
18921 * imenu.el (imenu--generic-function): The official position of a
18922 definition is the start of the line that BEG is in.
18923
18924 * midnight.el (midnight-timer): Move defvar up.
18925
18926 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18927
18928 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18929
18930 * startup.el (command-line): Use with-no-warnings.
18931
18932 * window.el (window-size-fixed): New defvar.
18933
18934 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18935
18936 * mail/rmail.el (rmail-font-lock-keywords):
18937 Use font-lock-comment-delimiter-face.
18938
18939 * mail/sendmail.el (mail-font-lock-keywords):
18940 Use font-lock-comment-delimiter-face.
18941
18942 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18943
18944 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18945
18946 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18947 Specify t for LAXMATCH when matching directories.
18948 Save match data around compilation-compat-error-properties form.
18949
18950 2005-04-23 David Kastrup <dak@gnu.org>
18951
18952 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18953 Mention that the autoloaded aliases should be kept for AUCTeX.
18954
18955 2005-04-23 Andreas Schwab <schwab@suse.de>
18956
18957 * isearch.el (isearch-forward): Doc fix.
18958
18959 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18960
18961 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18962 (jit-lock-stealth-nice): Change default value to 0.5.
18963
18964 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18965
18966 * abbrev.el (write-abbrev-file): Write table entries in
18967 alphabetical order by table name.
18968
18969 2005-04-22 Kim F. Storm <storm@cua.dk>
18970
18971 * ido.el (ido-read-internal): Fix `list' completion.
18972
18973 2005-04-22 Kenichi Handa <handa@m17n.org>
18974
18975 * recentf.el (recentf-save-file-coding-system): New variable.
18976 (recentf-save-list): Encode the file by
18977 recentf-save-file-coding-system and add coding: tag.
18978
18979 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18980
18981 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18982
18983 2005-04-21 Lute Kamstra <lute@gnu.org>
18984
18985 * loadhist.el (unload-feature): Don't remove a function from hooks
18986 if it is about to be restored to an autoload . Remove functions
18987 that will become unbound from auto-mode-alist. Simplify the code.
18988
18989 * subr.el (assq-delete-all): New implementation that is linear,
18990 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18991 (rassq-delete-all): New function.
18992
18993 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18994 Add size-indication-mode.
18995
18996 2005-04-21 Kenichi Handa <handa@m17n.org>
18997
18998 * international/mule-cmds.el: Add autoload for widget-value in
18999 eval-when-compile.
19000
19001 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
19002
19003 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
19004 Add tooltip-mode.
19005
19006 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
19007
19008 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
19009
19010 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
19011 (inferior-lisp-filter-regexp, inferior-lisp-program)
19012 (inferior-lisp-load-command, inferior-lisp-prompt)
19013 (inferior-lisp-mode-hook, lisp-source-modes)
19014 (inferior-lisp-load-hook): defvar->defcustom.
19015 (inferior-lisp-program, inferior-lisp-prompt)
19016 (inferior-lisp-load-hook): Doc fixes.
19017 (inferior-lisp-install-letter-bindings): Small change in
19018 introductory comment.
19019
19020 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
19021
19022 * vc.el (vc-annotate-color-map): Change some colors so that text
19023 using them as foreground is readable on both white and black
19024 backgrounds.
19025
19026 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19027
19028 * international/mule-conf.el (translation-table-for-input):
19029 Remove redundant declaration.
19030
19031 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
19032
19033 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
19034
19035 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
19036 (tooltip-toggle-gud-tips): New function.
19037
19038 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19039
19040 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
19041 right angle brackets.
19042
19043 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
19044
19045 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
19046
19047 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
19048
19049 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
19050 Remove. Update callers to use expand-file-name instead.
19051
19052 * subr.el (syntax-class): New function.
19053
19054 * simple.el (blink-matching-open): Use it.
19055
19056 * paren.el (show-paren-function): Use it to recognize parens that are
19057 also used in 2-char comment markers.
19058
19059 2005-04-19 Lute Kamstra <lute@gnu.org>
19060
19061 * loadhist.el (unload-feature): Update for new format of
19062 load-history. Simplify the code.
19063
19064 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19065
19066 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
19067 (mac-add-charset-info): New function. Initialize variable
19068 mac-charset-info-alist using it.
19069 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
19070 for translation.
19071 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
19072 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
19073 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
19074 New CCL programs.
19075
19076 2005-04-19 Kim F. Storm <storm@cua.dk>
19077
19078 * simple.el (next-buffer, prev-buffer, next-error)
19079 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
19080 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
19081
19082 * bindings.el (next-buffer, prev-buffer, next-error)
19083 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
19084 (clone-indirect-buffer-other-window): Move bindings from simple.el.
19085 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
19086 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
19087
19088 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
19089
19090 * isearch.el (isearch-edit-string): Make the search-ring available for
19091 minibuffer history commands.
19092 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
19093 the default history commands now work just as well.
19094 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
19095
19096 2005-04-18 Kim F. Storm <storm@cua.dk>
19097
19098 * emulation/cua-base.el (cua--pre-command-handler): Add more
19099 elaborate check for shift modifier on non-window systems.
19100
19101 2005-04-18 Lars Hansen <larsh@math.ku.dk>
19102
19103 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
19104
19105 2005-04-18 Kim F. Storm <storm@cua.dk>
19106
19107 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
19108 and make it optional. Don't test tooltip-gud-echo-area here.
19109 (tooltip-gud-process-output, gdb-tooltip-print):
19110 Pass tooltip-gud-echo-area to tooltip-show.
19111 (tooltip-help-tips): Remove second optional arg to tooltip-show.
19112
19113 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19114
19115 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
19116 `display-graphic-p' may not be bound yet.
19117
19118 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
19119
19120 * startup.el (command-line): No longer enable Xterm Mouse mode by
19121 default in terminals compatible with xterm.
19122
19123 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
19124
19125 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
19126
19127 * tooltip.el (tooltip-gud-echo-area): Rename from
19128 tooltip-use-echo-area.
19129 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
19130 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
19131 area independently of where help tooltips are displayed.
19132
19133 2005-04-17 David Kastrup <dak@gnu.org>
19134
19135 * cus-theme.el (custom-theme-write-variables): Quote variables
19136 where necessary.
19137
19138 2005-04-17 Richard M. Stallman <rms@gnu.org>
19139
19140 * simple.el (yank-excluded-properties): Add follow-link to value.
19141
19142 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
19143
19144 * startup.el (fancy-splash-max-time): Just 30 seconds.
19145 (fancy-splash-delay): Just 7.
19146 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
19147
19148 * loadhist.el (unload-feature): Update for new format of load-history.
19149 Simplify the code.
19150
19151 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
19152 (rmail-font-lock-keywords): Don't fontify the text of a citation.
19153
19154 * mail/sendmail.el (mail-font-lock-keywords):
19155 Don't fontify subject text.
19156 Don't fontify the text of a citation.
19157
19158 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
19159
19160 * comint.el (comint-output-filter): Run comint-output-filter-functions
19161 with point where the user had it.
19162
19163 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
19164
19165 * international/ucs-tables.el (ucs-set-table-for-input):
19166 Disable when using unify-on-decoding.
19167
19168 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
19169
19170 * emulation/cua-base.el (cua-global-mark-face): Add special case
19171 for displays supporting a high number of colors.
19172
19173 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
19174
19175 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
19176
19177 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
19178
19179 * filesets.el (filesets-add-buffer): If user supplies a name of a
19180 non-existing fileset, create a new fileset.
19181
19182 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
19183
19184 * textmodes/org.el (org-up-heading-all): Fix bug with
19185 `outline-up-heading-all'.
19186
19187 2005-04-16 Andreas Schwab <schwab@suse.de>
19188
19189 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
19190 /etc/permissions.d/* and /etc/aliases.d/*.
19191
19192 2005-04-16 Kenichi Handa <handa@m17n.org>
19193
19194 * international/code-pages.el (cp-make-coding-system):
19195 Set `translation-table-for-input' property value to the symbol
19196 ucs-mule-to-mule-unicode, not to that value.
19197 (pt154): Escape guillemet by `\'.
19198
19199 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
19200
19201 * loadup.el: Load tooltip if x-show-tip is fboundp.
19202
19203 * startup.el (command-line): Add comment.
19204
19205 * tooltip.el (tooltip-mode): Specify correct standard value for
19206 Custom in init-value.
19207
19208 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
19209
19210 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
19211 possible.
19212
19213 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
19214
19215 * textmodes/org.el (org-agenda-date-prompt): Rename from
19216 `org-agenda-date-today'.
19217 (org-evaluate-time-range): Insert at point instead of directly
19218 after time range.
19219 (org-first-headline-recenter, org-subtree-end-visible-p)
19220 (org-optimize-window-after-visibility-change): New functions
19221 (org-agenda-post-command-hook): Don't allow point at end of line,
19222 to make sure it always hits the text properties.
19223 (org-agenda-next-date-line, org-agenda-previous-date-line):
19224 New commands.
19225 (org-set-regexps-and-options): Category may contain white space.
19226 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19227 Improve marker positions.
19228 (org-agenda-new-marker): Argument POS made optional.
19229 (org-agenda-get-timestamps): Deadlines which are done are listed
19230 in org-done-face now.
19231 (org-agenda-get-todos, org-agenda-get-timestamps)
19232 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19233 Set `undone-face' and `done-face' properties.
19234 (org-last-todo-state-is-todo): New variable.
19235 (org-todo): Set `org-last-todo-state-is-todo'.
19236 (org-agenda-todo): Change face according to
19237 `org-last-todo-state-is-todo'. And change other lines referring to
19238 the same entry.
19239 (org-calendar-goto-agenda): New command.
19240 (org-calendar-to-agenda-key): New option.
19241 (org-startup-folded): New allowed value `content'.
19242 (org-set-regexps-and-options): Accept new value `content' for
19243 `org-startup-folded'.
19244 (org-get-current-options): Handle new value `content' for
19245 `org-startup-folded'.
19246 (org-insert-todo-heading): New command.
19247 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
19248 interactively in empty file and option
19249 `org-insert-mode-line-in-empty-file' has been set.
19250 (org-agenda-todo, org-agenda-priority): Modify to use
19251 `org-agenda-change-all-lines'.
19252 (org-warning-face): Change color on dark background
19253
19254 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19255
19256 * international/mule-cmds.el (set-locale-environment): On Mac OS,
19257 use preferences AppleLocale and AppleLanguages, and variable
19258 mac-system-locale for default locale. On Mac OS Classic, use
19259 mac-system-coding-system for default coding systems.
19260
19261 * term/mac-win.el: Don't set file-name-coding-system.
19262 Decode variables system-name, emacs-build-system, user-login-name, and
19263 user-full-name by mac-system-coding-system on Mac OS Classic.
19264 (mac-system-coding-system): New variable.
19265
19266 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
19267
19268 * startup.el (command-line): Handle `xterm-mouse-mode' before
19269 reading init file.
19270
19271 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
19272
19273 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
19274
19275 * progmodes/sh-script.el (sh-here-document-word): Make it a
19276 defcustom. Doc fix.
19277 (sh-add): Bash uses $(( )) for arithmetic.
19278 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
19279 (sh-maybe-here-document): Remove quotes and leading whitespace
19280 from heredoc word when closing. Indent heredoc with tabs if word
19281 starts with "-".
19282
19283 2005-04-13 Richard M. Stallman <rms@gnu.org>
19284
19285 * simple.el (undo): Fix previous change.
19286
19287 * custom.el (defface): Doc fix.
19288
19289 2005-04-13 Lute Kamstra <lute@gnu.org>
19290
19291 * Makefile.in (DONTCOMPILE): Remove list.
19292 (compile, compile-always): Don't use DONTCOMPILE.
19293 (update-authors): Load the library in which batch-update-authors
19294 is defined.
19295 * makefile.w32-in (DONTCOMPILE): Remove list.
19296 (compile, compile-always): Fix comments.
19297 (update-authors): Load the library in which batch-update-authors
19298 is defined.
19299
19300 * generic-x.el (generic-mode-ini-file-find-file-hook):
19301 Rename to ini-generic-mode-find-file-hook.
19302 Keep generic-mode-ini-file-find-file-hook as an alias.
19303 (ini-generic-mode-find-file-hook): Rename from
19304 generic-mode-ini-file-find-file-hook. Fix docstring.
19305 (ini-generic-mode): Docstring change.
19306 (bat-generic-mode-run-as-comint): Silence the byte compiler.
19307
19308 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
19309 called from lisp.
19310
19311 * generic.el: Move to the emacs-lisp subdir.
19312
19313 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
19314
19315 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
19316 and C-S- function and cursor motion keys.
19317
19318 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
19319
19320 * startup.el (command-line): Enable Xterm Mouse mode by default.
19321 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
19322 for Custom. No longer show "Mouse" in mode line when enabled.
19323 Doc fix.
19324
19325 2005-04-12 Kim F. Storm <storm@cua.dk>
19326
19327 * emulation/cua-base.el (cua-rectangle-face)
19328 (cua-rectangle-noselect-face): Define face attributes here.
19329
19330 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
19331
19332 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19333
19334 * startup.el (command-line): Turn off blinking cursor if
19335 cursorBlink in resources is off or false.
19336
19337 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19338
19339 * term/mac-win.el (dnd): Require dnd.
19340 (mac-drag-n-drop): Call dnd-handle-one-url.
19341 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
19342 (kTextEncodingISOLatin2): Remove constants.
19343 (mac-script-code-coding-systems): New constant.
19344 (mac-handle-language-change): New function.
19345 (special-event-map): Bind it to `language-change' event.
19346 (mac-centraleurroman, mac-cyrillic): New coding systems.
19347 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
19348 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
19349 and mac-cyrillic-encoder to encode-mac-centraleurroman and
19350 encode-mac-cyrillic, respectively.
19351
19352 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19353
19354 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19355 Don't set overlay-arrow-string to "=>" as this is done
19356 globally in C now.
19357
19358 2005-04-12 Lute Kamstra <lute@gnu.org>
19359
19360 * generic-x.el (rc-generic-mode, rul-generic-mode):
19361 Fix auto-mode-alist entries.
19362 (etc-fstab-generic-mode): Tweak fontification.
19363
19364 * generic.el (generic-make-keywords-list): Fix docstring.
19365 (generic-mode-internal): Simplify generic-font-lock-keywords.
19366
19367 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19368
19369 * whitespace.el (whitespace-buffer-leading)
19370 (whitespace-buffer-trailing): Revert the incorrect test inversion.
19371 However, fix the highlight area for the leading and
19372 trailing whitespaces to show space.
19373
19374 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19375
19376 * whitespace.el (whitespace-version): Bump to 3.5
19377
19378 (whitespace-buffer-leading, whitespace-buffer-trailing):
19379 Invert sense of the test to highlight the whitespace.
19380
19381 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19382
19383 * progmodes/gud.el (gud-display-line): GUD uses its own
19384 overlay arrow now so don't set overlay-arrow-string.
19385 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19386
19387 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19388
19389 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19390 (term-ansi-current-reverse, term-ansi-current-invisible)
19391 (term-ansi-face-already-done): Change to boolean.
19392 (term-reset-terminal, term-handle-colors-array): Handle the above
19393 vars accordingly.
19394 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19395 (term-emulate-terminal): Use the new name.
19396
19397 * faces.el (secondary-selection): Use yellow1, not yellow.
19398 (trailing-whitespace): Use red1, not red.
19399
19400 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19401
19402 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19403 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19404 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19405
19406 * cus-edit.el (dnd): New group.
19407
19408 * term/w32-win.el (dnd): Require dnd
19409 (w32-drag-n-drop): Call dnd-handle-one-url.
19410
19411 * x-dnd.el: Require dnd.
19412 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19413 Call dnd-handle-one-url.
19414 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19415 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19416 to dnd-insert-text.
19417 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19418 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19419 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19420 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19421
19422 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19423
19424 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19425
19426 * wdired.el: Doc fixes.
19427 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19428 (wdired-use-dired-vertical-movement): Rename from
19429 wdired-always-move-to-filename-beginning.
19430 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19431 (wdired-change-to-wdired-mode): Change mode name.
19432 (wdired-newline): Delete.
19433
19434 2005-04-11 Richard M. Stallman <rms@gnu.org>
19435
19436 * whitespace.el (whitespace-highlight-the-space):
19437 Don't call whitespace-unhighlight-the-space here.
19438
19439 * simple.el (undo): Record t in undo-equiv-table
19440 for the redo record made by an undo-in-region.
19441
19442 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19443
19444 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19445 (gdb-frame-inferior-io-buffer): New Functions to control
19446 display of separate IO buffer.
19447 (menu): Add them to menu-bar.
19448 (gdb-display-buffer): Check for buffer another frame.
19449 Protect GUD buffer.
19450 (gdb-setup-windows): Create IO buffer if not already there.
19451 (gdb-memory-mode): Remove purecopy noops.
19452
19453 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19454
19455 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19456 and pass to self-insert-command.
19457
19458 2005-04-11 Lute Kamstra <lute@gnu.org>
19459
19460 * generic.el: Commentary section cleanup.
19461 (generic): Delete.
19462 (generic-use-find-file-hook, generic-lines-to-scan)
19463 (generic-find-file-regexp, generic-ignore-files-regexp)
19464 (default-generic-mode, generic-mode-find-file-hook)
19465 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19466 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19467 (generic-use-find-file-hook, generic-lines-to-scan)
19468 (generic-find-file-regexp, generic-ignore-files-regexp)
19469 (default-generic-mode, generic-mode-find-file-hook)
19470 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19471
19472 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19473
19474 * bookmark.el (bookmark-write-file): Catch errors writing file.
19475 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19476
19477 2005-04-10 Richard M. Stallman <rms@gnu.org>
19478
19479 * startup.el (fancy-splash-tail): Update copyright year.
19480 (command-line): Split part of -Q into -D.
19481 (emacs-basic-display): New defvar.
19482 (fancy-splash-text): Correct name of menu item.
19483
19484 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19485
19486 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19487 lines in one node.
19488
19489 * comint.el (comint-send-input): New arg ARTIFICIAL.
19490 Callers in this file changed.
19491
19492 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19493
19494 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19495
19496 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19497
19498 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19499 `ldap-search-internal'.
19500
19501 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19502
19503 * files.el (set-auto-mode-1): Use line-end-position.
19504
19505 * international/latin-1.el:
19506 * international/latin-2.el:
19507 * international/latin-3.el:
19508 * international/latin-4.el:
19509 * international/latin-5.el:
19510 * international/latin-8.el:
19511 * international/latin-9.el: Give punctuation syntax to NBSP.
19512
19513 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19514 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19515 Use char-classes to accept non-ascii letters, accepted in some recent
19516 bibtex implementations.
19517
19518 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19519
19520 * custom.el (custom-set-minor-mode): Any non-nil value for the
19521 variable should enable the mode when set through Custom.
19522
19523 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19524
19525 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19526 TAB binding so tab-always-indent is obeyed.
19527 (vhdl-minibuffer-local-map): Move initialization into declaration.
19528 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19529 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19530 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19531 (vhdl-current-line): Use line-beginning-position.
19532 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19533 with-output-to-temp-buffer, so the current position can be recorded.
19534
19535 2005-04-10 Masatake YAMATO <jet@gyve.org>
19536
19537 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19538 Add regexp for gcov.
19539
19540 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19541
19542 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19543 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19544 syntax which Emacs 20 doesn't support.
19545
19546 2005-04-09 Richard M. Stallman <rms@gnu.org>
19547
19548 * help.el (describe-key-briefly, describe-key):
19549 Replace strings as event types with "(any string)".
19550
19551 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19552
19553 * arc-mode.el (archive-mode-map): Move initialization into
19554 the declaration. Override *all* bindings of `undo'.
19555 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19556
19557 2005-04-09 Jay Belanger <belanger@truman.edu>
19558
19559 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19560
19561 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19562
19563 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19564 (xterm-register-default-colors): Update color values computation
19565 to match xterm-200.
19566
19567 2005-04-09 Kenichi Handa <handa@m17n.org>
19568
19569 * international/code-pages.el (iso-latin-7): Fix the map.
19570
19571 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19572
19573 * emacs-lisp/lisp.el (defun-prompt-regexp)
19574 (parens-require-spaces, buffer-end, end-of-defun)
19575 (insert-parentheses): Doc fixes.
19576
19577 2005-04-08 Kim F. Storm <storm@cua.dk>
19578
19579 * comint.el (comint-highlight-prompt): Fix face spec.
19580 * hi-lock.el (hi-green): Likewise.
19581
19582 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19583
19584 * cus-edit.el (custom-modified-face):
19585 * comint.el (comint-highlight-input): Fix previous changes.
19586 * term.el (term-handle-ansi-escape): Add a comment.
19587
19588 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19589
19590 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19591 in the buffer and in whitespace-highlighted-space.
19592 (whitespace-unhighlight-the-space): Simplify.
19593 (whitespace-buffer): Simplify.
19594
19595 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19596
19597 * textmodes/table.el (table-cell-face): Add special case for
19598 displays supporting a high number of colors.
19599 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19600 (vhdl-font-lock-reserved-words-face)
19601 (vhdl-speedbar-architecture-face)
19602 (vhdl-speedbar-instantiation-face)
19603 (vhdl-speedbar-architecture-selected-face)
19604 (vhdl-speedbar-instantiation-selected-face): Likewise.
19605 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19606 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19607 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19608 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19609 (ebrowse-progress-face): Likewise.
19610 * progmodes/compile.el (compilation-info-face): Likewise.
19611 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19612 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19613 * calendar/calendar.el (diary-face): Likewise.
19614 * woman.el (woman-italic-face, woman-bold-face)
19615 (woman-unknown-face): Likewise.
19616 * wid-edit.el (widget-button-pressed-face): Likewise.
19617 * whitespace.el (whitespace-highlight-face): Likewise.
19618 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19619 * pcvs-info.el (cvs-marked-face): Likewise.
19620 * info.el (info-xref): Likewise.
19621 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19622 * hilit-chg.el (highlight-changes-face)
19623 (highlight-changes-delete-face): Likewise.
19624 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19625 (hi-red-b): Likewise.
19626 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19627 * font-lock.el (font-lock-keyword-face)
19628 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19629 * cus-edit.el (custom-invalid-face, custom-modified-face)
19630 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19631 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19632 * comint.el (comint-highlight-prompt): Likewise.
19633
19634 2005-04-08 Lute Kamstra <lute@gnu.org>
19635
19636 * font-lock.el (font-lock-keywords): Docstring fixes.
19637
19638 2005-04-08 Kenichi Handa <handa@m17n.org>
19639
19640 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19641 chars are more than a limit, print " and more..." at the tail.
19642
19643 2005-04-08 Kim F. Storm <storm@cua.dk>
19644
19645 * emacs-lisp/authors.el (authors-aliases): Update list.
19646 (authors-ignored-files): New list.
19647 (authors-fixed-entries): Fix typo.
19648 (authors-renamed-files-alist): Update list.
19649 (authors-add): Check authors-ignored-files.
19650
19651 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19652
19653 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19654 optional, to ensure backward compatibility.
19655
19656 2005-04-08 Stephen Eglen <stephen@gnu.org>
19657
19658 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19659
19660 2005-04-08 Kim F. Storm <storm@cua.dk>
19661
19662 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19663
19664 * mouse.el (mouse-on-link-p): Doc fix.
19665
19666 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19667
19668 * ielm.el (ielm-prompt-read-only): Doc fix.
19669
19670 * comint.el (comint-prompt-read-only): Doc fix.
19671
19672 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19673
19674 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19675 ensure dired always handles wildcards passed to ffap.
19676 (find-file-at-point): Use it.
19677 (ffap-dired-wildcards): Doc fix.
19678
19679 2005-04-07 Juri Linkov <juri@jurta.org>
19680
19681 * simple.el (next-error-overlay-arrow-position): New defvar.
19682 Put "=>" on its property `overlay-arrow-string'. Add it to
19683 `overlay-arrow-variable-list'.
19684
19685 * progmodes/compile.el (compilation-setup):
19686 Set `next-error-overlay-arrow-position' to nil. Also set it to
19687 nil in the local hook `kill-buffer-hook'. Make local variable
19688 `overlay-arrow-string' and set it to "=>".
19689 (compilation-goto-locus): Set BOL position to
19690 `next-error-overlay-arrow-position' instead of
19691 `overlay-arrow-position'.
19692
19693 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19694 locally instead of adding it to the global hook.
19695 (Info-kill-buffer): Move up.
19696
19697 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19698
19699 * term/xterm.el (xterm-standard-colors): Update color values from
19700 xterm-200.
19701
19702 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19703
19704 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19705
19706 * fast-lock.el:
19707 * lazy-lock.el: Move them to the obsolete subdir.
19708
19709 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19710
19711 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19712 (wdired-add-replace-advice): Remove.
19713 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19714
19715 2005-04-06 Kim F. Storm <storm@cua.dk>
19716
19717 * startup.el (command-line): Add --bare-bones alias for -Q.
19718
19719 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19720
19721 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19722 create the startup fontset if a font specification ends with
19723 `mac-roman'.
19724
19725 2005-04-06 Lute Kamstra <lute@gnu.org>
19726
19727 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19728 change.
19729
19730 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19731 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19732
19733 2005-04-05 Lute Kamstra <lute@gnu.org>
19734
19735 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19736 (define-generic-mode): Ditto. Fix debug declaration.
19737
19738 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19739 Put them in the generic-x group.
19740
19741 * calendar/timeclock.el (timeclock): Doc fix.
19742
19743 * generic.el (define-generic-mode): Don't use custom-current-group.
19744 Document default :group value.
19745 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19746 (define-global-minor-mode): Don't use custom-current-group.
19747
19748 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19749
19750 * startup.el (command-line-1): Display startup-echo-area-message
19751 when fancy splash screen is in use.
19752
19753 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19754 (sh-escaped-newline): New face.
19755 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19756 newline, and use sh-escaped-newline face.
19757
19758 * progmodes/tcl.el (tcl-escaped-newline): New face.
19759 (tcl-builtin-list): New variable.
19760 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19761 newlines. Fix keywords subexpression number.
19762
19763 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19764
19765 * textmodes/org.el (org-diary-default-entry): Fix call to
19766 `add-to-diary-entry'.
19767
19768 2005-04-05 Kim F. Storm <storm@cua.dk>
19769
19770 * ediff-init.el: Use (featurep 'xemacs).
19771
19772 2005-04-05 David Ponce <david@dponce.com>
19773
19774 * cus-edit.el (face): Derive from symbol widget. Display sample
19775 of the current face on the fly.
19776 (widget-face-sample-face-get, widget-face-notify): New functions.
19777 (widget-face-value-create): Remove.
19778
19779 * wid-edit.el (widget-field-end): Temporarily remove field
19780 narrowing before to call `get-char-property'.
19781
19782 2005-04-04 Jay Belanger <belanger@truman.edu>
19783
19784 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19785 (math-read-subscripts): New variable.
19786 (math-read-preprocess-string): Process subscripts.
19787
19788 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19789
19790 * comint.el (comint-prompt-read-only): Doc fix.
19791
19792 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19793 `-1'. Doc fix.
19794
19795 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19796
19797 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19798 Change default value to nil.
19799
19800 2005-04-04 Lute Kamstra <lute@gnu.org>
19801
19802 * autorevert.el (auto-revert-mode): Specify :group.
19803 * battery.el (display-battery-mode): Specify :group.
19804 * diff-mode.el (diff-minor-mode): Specify :group.
19805 * font-core.el (font-lock-mode): Specify :group.
19806 * hl-line.el (hl-line-mode): Specify :group.
19807 * iimage.el (iimage): New customization group.
19808 (iimage-mode): Specify :group.
19809 * longlines.el (longlines-mode): Specify :group.
19810 * master.el: Don't require easy-mmode.
19811 (master): New customization group.
19812 (master-mode): Specify :group.
19813 * msb.el (msb-mode): Specify :group.
19814 * reveal.el (reveal-mode): Specify :group.
19815 * simple.el (next-error-follow-minor-mode): Specify :group.
19816 * smerge-mode.el (smerge-mode): Specify :group.
19817 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19818 * emulation/cua-base.el (cua-mode): Specify :group.
19819 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19820 * language/thai-util.el (thai-auto-composition-mode)
19821 (thai-word-mode): Specify :group.
19822 * mail/supercite.el (sc-minor-mode): Specify :group.
19823 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19824 * progmodes/flymake.el (flymake-mode): Specify :group.
19825 * progmodes/glasses.el (glasses-mode): Specify :group.
19826 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19827 * textmodes/enriched.el (enriched-mode): Specify :group.
19828 * textmodes/refill.el (refill-mode): Specify :group.
19829
19830 * add-log.el (change-log-font-lock-keywords): Names in
19831 parenthesized lists can contain spaces.
19832
19833 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19834
19835 * startup.el (fancy-splash-text): Shorten default text of
19836 "Emacs Tutorial" line. Also, if the current language env
19837 indicates an available tutorial file other than TUTORIAL,
19838 extract its title and append it to the line in parentheses.
19839 (fancy-splash-insert): If arg is a thunk, funcall it.
19840
19841 2005-04-04 Jay Belanger <belanger@truman.edu>
19842
19843 * calc.el (calc-language-alist): Add tags to customization type.
19844
19845 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19846
19847 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19848 Doc fix.
19849
19850 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19851
19852 * add-log.el (change-log-font-lock-keywords): The manual
19853 describing a Change Log entry, says: (...) "Aside from these
19854 header lines, every line in the change log starts with a space or
19855 a tab.". The font-lock was not highlighting lines started with
19856 spaces, added support for it.
19857
19858 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19859
19860 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19861 (bibtex-generate-url-list): Update docstring accordingly. Put the
19862 complex example in the docstring.
19863 (bibtex-font-lock-url): Use pop.
19864
19865 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19866
19867 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19868
19869 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19870
19871 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19872
19873 * filesets.el (filesets-set-default): Doc fix.
19874
19875 2005-04-03 Lute Kamstra <lute@gnu.org>
19876
19877 * generic.el (define-generic-mode): Add argument to specify
19878 keywords for defcustom.
19879 (default-generic-mode): Specify :group.
19880
19881 * generic-x.el: Specify :group for all generic modes.
19882
19883 * desktop.el (desktop-no-desktop-file-hook)
19884 (desktop-after-read-hook): Doc fix.
19885
19886 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19887
19888 * simple.el (visible-mode): Use explicit :group keyword.
19889 This changes the group of `visible-mode-hook' from paren-blinking
19890 to editing-basics.
19891
19892 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19893
19894 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19895 mailbox specifications as well as URLs.
19896 (rmail-insert-inbox-text): Remove unused conditional branches.
19897
19898 2005-04-01 Jay Belanger <belanger@truman.edu>
19899
19900 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19901 (calc-gnuplot-print-command): Move definitions to calc.el.
19902
19903 * calc/calc-embed.el (calc-embedded-announce-formula)
19904 (calc-embedded-open-formula, calc-embedded-close-formula)
19905 (calc-embedded-open-word, calc-embedded-close-word)
19906 (calc-embedded-open-plain, calc-embedded-close-plain)
19907 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19908 (calc-embedded-open-mode, calc-embedded-close-mode):
19909 Move definitions to calc.el.
19910
19911 * calc/calc.el (calc-settings-file, calc-language-alist):
19912 Make customizable.
19913 (calc-embedded-announce-formula, calc-embedded-open-formula)
19914 (calc-embedded-close-formula, calc-embedded-open-word)
19915 (calc-embedded-close-word, calc-embedded-open-plain)
19916 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19917 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19918 (calc-embedded-close-mode, calc-gnuplot-name)
19919 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19920 from other files and make customizable.
19921
19922 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19923
19924 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19925 Use buffer-live-p.
19926 (cvs-mode-run): Don't call cvs-update-header here.
19927 (cvs-run-process): Call cvs-update-header.
19928 Use process properties for cvs-postprocess and cvs-buffer so that
19929 the sentinel can behave better if the temp buffer is killed.
19930 Use a pipe rather than a tty, to better handle unexpected prompts.
19931 (cvs-sentinel): Rewrite. Call cvs-update-header.
19932
19933 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19934
19935 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19936 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19937
19938 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19939
19940 * generic.el (define-generic-mode): Add indentation rule.
19941
19942 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19943
19944 * files.el (mode-require-final-newline): Make Custom correctly
19945 report a nil value and allow to set it to nil via Custom.
19946 Doc fix.
19947
19948 2005-04-01 Kenichi Handa <handa@m17n.org>
19949
19950 * international/characters.el: Enable the correct case setting for
19951 dotless-i and dotted-I.
19952
19953 2005-04-01 Kim F. Storm <storm@cua.dk>
19954
19955 * ido.el (ido-file-internal): Fall back to non-ido command if
19956 initial directory is on slow ftp (or tramp) host.
19957
19958 2005-03-31 Richard M. Stallman <rms@gnu.org>
19959
19960 * emacs-lisp/autoload.el (make-autoload):
19961 Handle define-global-minor-mode.
19962
19963 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19964 Rename from easy-mmode-define-global-mode.
19965 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19966
19967 * progmodes/scheme.el (scheme-mode-syntax-table):
19968 Update syntax of | and # for two-character comment syntax.
19969
19970 2005-03-31 Lute Kamstra <lute@gnu.org>
19971
19972 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19973 (define-minor-mode): Call custom-current-group at load-time.
19974
19975 * generic.el (define-generic-mode): Add debug declaration.
19976 Add defcustom for the mode hook.
19977 (generic-mode-internal): Use run-mode-hooks.
19978
19979 2005-03-31 Kim F. Storm <storm@cua.dk>
19980
19981 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19982 (mouse-fixup-help-message): New defun called by show_help_echo
19983 to fixup mouse-2 prefix in help messages when applicable.
19984
19985 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19986
19987 2005-03-31 Kenichi Handa <handa@m17n.org>
19988
19989 * language/thai-word.el (thai-find-word-ends): Pay attention to
19990 the case that we reach the end of buffer.
19991
19992 * textmodes/fill.el (fill-text-properties-at): New function.
19993 (fill-newline): Use fill-text-properties-at instead of
19994 text-properties-at.
19995
19996 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19997
19998 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19999 not comint-quote-filename.
20000
20001 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
20002
20003 * help-fns.el (help-with-tutorial): Revert last change.
20004
20005 2005-03-31 Kim F. Storm <storm@cua.dk>
20006
20007 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
20008
20009 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
20010
20011 * calendar/cal-china.el: Update reference to "Calendrical
20012 Calculations" book; there's a new edition.
20013 * calendar/cal-coptic.el: Likewise.
20014 * calendar/cal-french.el: Likewise.
20015 * calendar/cal-hebrew.el: Likewise.
20016 * calendar/cal-islam.el: Likewise.
20017 * calendar/cal-iso.el: Likewise.
20018 * calendar/cal-julian.el: Likewise.
20019 * calendar/cal-mayan.el: Likewise.
20020 * calendar/cal-persia.el: Likewise.
20021 * calendar/calendar.el: Likewise.
20022 * calendar/holidays.el: Likewise.
20023 * calendar/lunar.el: Likewise.
20024 * calendar/solar.el: Likewise.
20025
20026 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
20027 white space from doc string.
20028
20029 2005-03-30 Jay Belanger <belanger@truman.edu>
20030
20031 * calc/calc-help.el (calc-full-help): Remove email address.
20032
20033 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
20034
20035 * help-fns.el (help-with-tutorial): Delete title line.
20036
20037 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20038
20039 * calendar/cal-x.el (calendar-one-frame-setup)
20040 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
20041 rather than `symbol' for set-window-dedicated-p.
20042
20043 * calendar/appt.el (appt-buffer-name): Make it a constant.
20044 (appt-add): Doc fix.
20045
20046 * filesets.el (filesets-menu-path, filesets-menu-before)
20047 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
20048 (filesets-menu-cache-file): Use directory ~/.emacs.d.
20049 (filesets-add-submenu): Delete and use add-submenu instead.
20050
20051 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
20052
20053 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
20054 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
20055 (org-diary-default-entry): New function.
20056 (org-get-entries-from-diary): Better parsing of diary entries.
20057 (org-agenda-check-no-diary): New function.
20058 ("diary-lib"): Advice to function `add-to-diary-list', to allow
20059 linking to diary entries.
20060 (org-agenda-execute-calendar-command): New function.
20061 (org-agenda): Improve visible section in window.
20062 Use `org-fit-agenda-window'.
20063 (org-fit-agenda-window): New option.
20064 (org-move-subtree-down): Better handling of empty lines
20065 at end of subtree.
20066 (org-cycle): Numeric prefix is interpreted now as show-subtree N
20067 levels up.
20068 (org-fontify-done-headline): New option.
20069 (org-headline-done-face): New face.
20070 (org-set-font-lock-defaults): Use `org-headline-done-face'.
20071 (org-table-copy-down): Rename from `org-table-copy-from-above'.
20072 When current field is non-empty, it is copied to next row.
20073 (org-table-copy-from-above): Fix bug which made it
20074 impossible to copy fields containing only a single non-white character.
20075
20076 2005-03-30 Kim F. Storm <storm@cua.dk>
20077
20078 * kmacro.el (kmacro-end-macro): Isearch may store this command
20079 into the macro -- so ignore it when executing keyboard macro.
20080
20081 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
20082
20083 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
20084
20085 2005-03-29 Kenichi Handa <handa@m17n.org>
20086
20087 * language/thai.el ("Thai"): Set setup-function and exit-function
20088 for Thai language environment.
20089
20090 * language/thai-util.el: Require thai-word.
20091 (thai-word-mode-map): New variable.
20092 (thai-word-mode): New minor mode.
20093 (setup-thai-language-environment-internal): New function.
20094 (exit-thai-language-environment-internal): New function.
20095
20096 * language/thai-word.el (thai-word-table): Declare it by defvar,
20097 use dolist to initialize it.
20098 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
20099 (thai-fill-find-break-point): New functions.
20100
20101 2005-03-29 Richard M. Stallman <rms@gnu.org>
20102
20103 * simple.el (idle-update-delay): Move definition up.
20104 (set-mark): Doc fix.
20105
20106 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
20107
20108 * longlines.el: New file.
20109
20110 * simple.el (buffer-substring-filters): New variable.
20111 (filter-buffer-substring): New function.
20112 (kill-region, copy-region-as-kill): Use it.
20113
20114 * register.el (copy-to-register, append-to-register)
20115 (prepend-to-register): Use filter-buffer-substring.
20116
20117 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
20118
20119 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
20120 (gud-filter-pending-text): Move in front of gdb.
20121 (gud-overlay-arrow-position): New variable.
20122 (gud-sentinel, gud-display-line): Use it in place of
20123 overlay-arrow-position.
20124
20125 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
20126
20127 * progmodes/fortran.el (fortran-if-indent): Doc fix.
20128 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
20129 (fortran-font-lock-keywords-4): New variable.
20130 (fortran-blocks-re, fortran-end-block-re)
20131 (fortran-start-block-re): New constants, for hideshow.
20132 (hs-special-modes-alist): Add a Fortran entry.
20133 (fortran-mode-map): Bind fortran-end-of-block,
20134 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
20135 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
20136 (fortran-looking-at-if-then, fortran-end-of-block)
20137 (fortran-beginning-of-block): New functions, for hideshow.
20138
20139 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
20140 Doc fix. Tweak regexp.
20141 (f90-beginning-of-block): Push mark first.
20142
20143 2005-03-29 Jay Belanger <belanger@truman.edu>
20144
20145 * calc/calc.el: Update copyright date.
20146 (calc-version): Increase to 2.1.
20147 (calc-version-date): Remove.
20148
20149 * calc/calc-help.el: Update copyright date.
20150 (calc-full-help): Remove reference to calc-version-date.
20151 Update copyright date.
20152
20153 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20154
20155 * vc.el (vc-do-command): Use a pipe for async processes, so password
20156 prompts don't show up at places where the user can't reply.
20157
20158 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
20159
20160 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
20161 on the file name we pass to the inferior shell.
20162
20163 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20164
20165 * progmodes/which-func.el (which-function): Be robust in the face of an
20166 imenu--make-index-alist failure.
20167
20168 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20169
20170 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
20171
20172 * progmodes/python.el (python-preoutput-filter): Fix last change.
20173
20174 2005-03-29 Lute Kamstra <lute@gnu.org>
20175
20176 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
20177 functions and compiled macros.
20178 (debug-convert-byte-code): Handle macros too.
20179 (debug-on-entry-1): Don't signal an error when trying to clear a
20180 function that is not set to debug on entry.
20181
20182 2005-03-29 Jay Belanger <belanger@truman.edu>
20183
20184 * calc/calc-lang.el: Add functions to math-function-table
20185 properties of tex and math.
20186
20187 2005-03-29 Kenichi Handa <handa@m17n.org>
20188
20189 * ps-mule.el (ps-mule-plot-string): Translate characters by
20190 ps-print-translation-table.
20191 (ps-mule-begin-job): Call find-charset-region/string with
20192 ps-print-translation-table.
20193 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
20194
20195 * ps-print.el (ps-print-translation-table): New variable.
20196 (ps-plot-region): Translate characters by ps-print-translation-table.
20197
20198 2005-03-29 Juri Linkov <juri@jurta.org>
20199
20200 * simple.el (next-error-highlight-timer): New variable.
20201
20202 * progmodes/compile.el (compilation-goto-locus):
20203 Use `next-error-highlight-timer' instead of `sit-for'.
20204
20205 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20206
20207 * mail/supercite.el (sc-mail-field): Use assoc-string.
20208 (sc-get-address): Simplify regexps.
20209
20210 * files.el (minibuffer-with-setup-hook): New macro.
20211 (find-file-read-args): Use it to avoid let-binding
20212 minibuffer-with-setup-hook (which breaks turning on/off
20213 file-name-shadow-mode while in the prompt).
20214
20215 * complete.el (PC-read-include-file-name-internal):
20216 Use test-completion.
20217
20218 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
20219
20220 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
20221
20222 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20223
20224 * window.el (window-buffer-height): Use count-screen-lines.
20225
20226 * progmodes/python.el (python-preoutput-leftover): New var.
20227 (python-preoutput-filter): Use it.
20228 (python-send-receive): Loop until all the result has been received.
20229
20230 2005-03-28 Juri Linkov <juri@jurta.org>
20231
20232 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
20233
20234 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
20235 "Recover Crashed Session".
20236 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
20237 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
20238 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
20239 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
20240 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
20241 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
20242 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
20243 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
20244
20245 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
20246 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
20247 Ediff Sessions", "Toggle use of separate control buffer frame",
20248 "Use separate frame for Ediff control buffer".
20249
20250 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
20251 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
20252 "Rename Bookmark", "Delete Bookmark".
20253
20254 * info.el (Info-mode-menu): Remove ellipsis from "Index".
20255 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
20256 Add `:active Info-index-alternatives' to "Next Matching Item".
20257
20258 * wdired.el (wdired-change-to-wdired-mode):
20259 Mention `wdired-abort-changes' key in the initial message.
20260
20261 * international/mule.el (auto-coding-alist): Associate non-ascii
20262 image filename extensions with `no-conversion'.
20263
20264 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
20265
20266 * international/iso-acc.el:
20267 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
20268
20269 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
20270
20271 * textmodes/sgml-mode.el (html-mode): Doc update.
20272
20273 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
20274
20275 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
20276
20277 * term.el (term-move-columns): Fix face after extending a line.
20278 (term-insert-spaces): Likewise.
20279 (term-reset-terminal): Fix off by one error.
20280
20281 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20282
20283 * international/mule.el (auto-coding-alist): Add .xpi files.
20284
20285 * files.el (auto-mode-alist): Add .xpi files.
20286
20287 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
20288
20289 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
20290
20291 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20292
20293 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
20294
20295 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20296
20297 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
20298 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
20299
20300 * calendar/cal-move.el (calendar-beginning-of-year): Move the
20301 cursor to Jan 1 when needed.
20302 (calendar-end-of-year): Fix -/+ typo.
20303 Reported by Chong Yidong <cyd@stupidchicken.com>.
20304
20305 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20306
20307 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
20308
20309 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
20310 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
20311
20312 2005-03-25 Richard M. Stallman <rms@gnu.org>
20313
20314 * filesets.el (filesets-init): Add autoload.
20315
20316 * mail/mailalias.el (mail-directory): Doc fix.
20317
20318 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20319
20320 * mail/mailalias.el (mail-directory-process): Do nothing if
20321 mail-directory-process is an atom.
20322 (mail-get-names): Ignore mail-directory-names if it is an atom.
20323 (mail-directory-process defvar): Doc fix.
20324 (mail-names): Doc fix.
20325
20326 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
20327
20328 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
20329
20330 2005-03-26 Kenichi Handa <handa@m17n.org>
20331
20332 * international/mule-util.el (detect-coding-with-priority):
20333 Call update-coding-systems-internal before detect-coding-region.
20334
20335 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
20336
20337 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
20338 (gdb-frames-mode-map): Add follow-link property.
20339
20340 2005-03-25 Jay Belanger <belanger@truman.edu>
20341
20342 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
20343 for variables.
20344
20345 2005-03-25 Juri Linkov <juri@jurta.org>
20346
20347 * image-mode.el: Optimize image filename extension regexps in
20348 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
20349 in `auto-mode-alist'.
20350 (image-mode): Add `image-toggle-display-text' to local hook
20351 `change-major-mode-hook'. Display the image as an image by
20352 default. Set `cursor-type' and `truncate-lines' if the image
20353 is already displayed. Take into account the current mode (image
20354 or text) in message.
20355 (image-minor-mode): New minor mode.
20356 (image-mode-maybe, image-toggle-display-text): New functions.
20357 (image-toggle-display): Use called-interactively-p.
20358 Let-bind `inhibit-read-only' to t.
20359
20360 * image-mode.el (image-minor-mode): Set `cursor-type' and
20361 `truncate-lines' if the image is already displayed. Add turning
20362 image-minor-mode off to `change-major-mode-hook'. Add message.
20363 Call `image-toggle-display-text' after turning image-minor-mode off.
20364
20365 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20366
20367 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20368 Terminal.app, use utf-8.
20369 (set-display-table-and-terminal-coding-system): Add coding-system arg.
20370 (set-locale-environment): Use it.
20371
20372 * term/xterm.el: Undo last change, better done in mule-cmds.el.
20373
20374 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20375
20376 * progmodes/python.el (python-close-block-statement-p)
20377 (python-outdent-p, python-current-defun): Use symbol-end.
20378
20379 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20380
20381 * files.el (save-some-buffers): Doc fix.
20382
20383 2005-03-25 Werner Lemberg <wl@gnu.org>
20384
20385 * complete.el, thumbs.el: Replace `legal' with `valid'.
20386 * calendar/calendar.el: Replace `legal' with `valid'.
20387 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20388 * mail/supercite.el: Replace `legal' with `valid'.
20389 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20390 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20391 Replace `legal' with `valid'.
20392 * textmodes/reftex-vars.el, textmodes/reftex.el:
20393 Replace `legal' with `valid'.
20394
20395 2005-03-25 Werner Lemberg <wl@gnu.org>
20396
20397 * calc/calc-forms.el, calc/calc-sel.el
20398 * midnight.el, vc-cvs.el
20399 * emacs-lisp/cl-macs.el
20400 * emulation/vip.el
20401 * eshell/esh-io.el, eshell/esh-var.el
20402 * mail/supercite.el
20403 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20404 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20405 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20406 * progmodes/sh-script.el, progmodes/xscheme.el
20407 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20408 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20409 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20410 * textmodes/reftex.el, textmodes/org.el:
20411 Replace `illegal' with `invalid'.
20412
20413 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20414
20415 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20416 (flymake-find-buildfile, flymake-find-possible-master-files)
20417 (flymake-check-include, flymake-parse-line): Replace loops over the
20418 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20419
20420 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20421 Substitute file-name-as-directory in the rest of the file.
20422 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20423 (flymake-replace-region): Remove unused arg `buffer'.
20424 (flymake-check-patch-master-file-buffer): Update calls to it.
20425 (flymake-add-err-info): Remove unused var `count'.
20426 (flymake-mode): Use define-minor-mode.
20427
20428 * progmodes/flymake.el: Use with-current-buffer.
20429 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20430 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20431 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20432 Avoid testing for `xemacs'.
20433 (flymake-nop): Move.
20434 (flymake-region-has-flymake-overlays): Return the computed value.
20435 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20436 Remove unused var `endline'.
20437 (flymake-get-line-count): Remove unused function.
20438 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20439
20440 * emulation/vi.el:
20441 * generic.el:
20442 * hilit-chg.el (global-highlight-changes):
20443 * hi-lock.el (hi-lock-mode):
20444 * follow.el: find-file-hooks -> find-file-hook.
20445
20446 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20447
20448 2005-03-24 Juri Linkov <juri@jurta.org>
20449
20450 * dired.el (dired-mode-map): Add menu item "Compare directories"
20451 for dired-compare-directories.
20452
20453 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20454 Doc fix. Replace `read-file-name' with `read-directory-name'.
20455
20456 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20457
20458 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20459
20460 2005-03-24 Jay Belanger <belanger@truman.edu>
20461
20462 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20463 relevant mode settings in calc-embedded-original-modes when modes
20464 are permanently changed.
20465
20466 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20467
20468 * autoinsert.el: find-file-hooks -> find-file-hook.
20469
20470 2005-03-24 Lute Kamstra <lute@gnu.org>
20471
20472 * generic.el (generic-font-lock-defaults): Make it obsolete.
20473 (generic-font-lock-keywords): New variable to replace
20474 generic-font-lock-defaults.
20475 (generic-mode-set-font-lock): Delete it.
20476 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20477 (generic-bracket-support): Add docstring.
20478
20479 * generic-x.el: Rename generic-font-lock-defaults to
20480 generic-font-lock-keywords throughout.
20481 (mailagent-rules-setup-function): Delete it.
20482 (mailagent-rules-generic-mode): Use anonymous function instead.
20483 (show-tabs-generic-mode-font-lock-defaults-1)
20484 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20485 Quote faces.
20486 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20487 not foreground.
20488
20489 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20490 Recognize define-generic-mode.
20491
20492 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20493
20494 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20495 if there's no completion table.
20496
20497 2005-03-23 Miles Bader <miles@gnu.org>
20498
20499 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20500 Remove tty-specific variants, as they're no longer needed.
20501
20502 2005-03-23 Lute Kamstra <lute@gnu.org>
20503
20504 * generic-x.el: Code cleanup: make args constant whenever possible.
20505 (installshield-statement-keyword-list)
20506 (installshield-system-functions-list)
20507 (installshield-system-variables-list, installshield-types-list)
20508 (installshield-funarg-constants-list): Make them constants.
20509
20510 * generic.el (generic-make-keywords-list): Add autoload cookie.
20511
20512 * calendar/time-date.el: Add comment on time value formats.
20513 Don't require parse-time.
20514 (with-decoded-time-value): New macro.
20515 (encode-time-value): New function.
20516 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20517 (days-to-time): Return a valid time value when arg is huge.
20518 (time-since): Use time-subtract.
20519 (time-to-number-of-days): Use time-to-seconds.
20520
20521 2005-03-23 David Ponce <david@dponce.com>
20522
20523 * recentf.el (recentf-keep): New option.
20524 (recentf-menu-action): Default to `find-file'.
20525 (recentf-keep-non-readable-files-flag)
20526 (recentf-keep-non-readable-files-p)
20527 (recentf-file-readable-p, recentf-find-file)
20528 (recentf-cleanup-remote): Remove.
20529 (recentf-include-p): More robust.
20530 (recentf-keep-p): New function.
20531 (recentf-remove-if-non-kept): Rename from
20532 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20533 All callers updated.
20534 (recentf-menu-items-for-commands): Fix help string.
20535 (recentf-track-closed-file): Update. Doc fix.
20536 (recentf-cleanup): Update. Count removed files. Doc fix.
20537
20538 2005-03-23 Kim F. Storm <storm@cua.dk>
20539
20540 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20541 Don't inherit from fringe face (now happens automatically).
20542
20543 2005-03-22 Kim F. Storm <storm@cua.dk>
20544
20545 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20546 position values.
20547
20548 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20549
20550 * menu-bar.el (showhide-date-time): Remove.
20551 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20552 (menu-bar-make-mm-toggle): Simplify.
20553
20554 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20555
20556 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20557 Accept qualified variable and function names.
20558
20559 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20560
20561 * bindings.el (completion-ignored-extensions):
20562 Remove ".lis" for `vax-vms'.
20563
20564 2005-03-22 Andreas Schwab <schwab@suse.de>
20565
20566 * generic-x.el: Revert last change.
20567 * ldefs-boot.el: Update.
20568
20569 2005-03-22 Jay Belanger <belanger@truman.edu>
20570
20571 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20572 (calc-embedded-save-original-modes)
20573 (calc-embedded-restore-original-modes): New functions.
20574 (calc-do-embedded): Save original modes when entering embedded mode
20575 and restore when leaving embedded mode.
20576 (calc-embedded-modes-change): Change the value of
20577 calc-embedded-original-modes to reflect permanent changes.
20578
20579 2005-03-22 Lute Kamstra <lute@gnu.org>
20580
20581 * generic-x.el: Require generic again.
20582
20583 2005-03-22 Miles Bader <miles@gnu.org>
20584
20585 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20586 Tweak details to look good on both ttys and bitmap displays, light
20587 or dark background, etc.
20588
20589 2005-03-21 Kim F. Storm <storm@cua.dk>
20590
20591 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20592 mouse position.
20593
20594 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20595
20596 * icomplete.el: Don't forcibly turn on the mode upon load.
20597 (icomplete-mode): Use define-minor-mode.
20598 (icomplete-eoinput): Default to nil.
20599 (icomplete-minibuffer-setup): Remove autoload.
20600 (icomplete-tidy): Simplify.
20601 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20602 in the initial state or if the user has modified the field.
20603 Fix handling of icomplete-max-delay-chars.
20604 Remove code that handles the oddball case where
20605 minibuffer-completion-table is an integer.
20606 Wrap icomplete-completions in while-no-input in case building
20607 completions takes more time than expected.
20608 (icomplete-completions): Simplify.
20609
20610 2005-03-21 Richard M. Stallman <rms@gnu.org>
20611
20612 * jka-compr.el (jka-compr-really-do-compress):
20613 Make variable buffer-local.
20614
20615 * image-mode.el: Handle .xpm files too.
20616 (image-toggle-display): Preserve modification flag.
20617
20618 * help.el (where-is): Don't mention aliases with no key bindings.
20619
20620 2005-03-21 Lute Kamstra <lute@gnu.org>
20621
20622 * generic.el: Fix commentary section. Don't require cl for
20623 compilation.
20624 (generic-mode-list): Add autoload cookie.
20625 (generic-use-find-file-hook, generic-lines-to-scan)
20626 (generic-find-file-regexp, generic-ignore-files-regexp)
20627 (generic-mode, generic-mode-find-file-hook)
20628 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20629 (define-generic-mode): Make it a defmacro. Fix docstring.
20630 (generic-mode-internal): Code cleanup. Add autoload cookie.
20631 (generic-mode-set-comments): Code cleanup.
20632 * generic-x.el: Don't prevent compilation. Don't require generic.
20633 Follow coding conventions. Minor code cleanup.
20634 (etc-fstab-generic-mode): Add some keywords.
20635 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20636 define-generic-mode like a function declaration.
20637
20638 2005-03-21 Jay Belanger <belanger@truman.edu>
20639
20640 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20641 changing modes.
20642
20643 2005-03-21 Sam Steingold <sds@gnu.org>
20644
20645 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20646
20647 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20648
20649 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20650 Add underscore to "f$ lexicals" regexp.
20651
20652 2005-03-20 Juri Linkov <juri@jurta.org>
20653
20654 * subr.el (progress-reporter-do-update): When `min-value' is equal
20655 to `max-value', set `percentage' to 0 and prevent division by zero.
20656
20657 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20658
20659 Sync with Tramp 2.0.48.
20660
20661 * net/tramp.el (all): Change all addresses to .gnu.org.
20662 (tramp-append-tramp-buffers): New defun.
20663 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20664 Catch `dont-send' signal.
20665 (tramp-set-auto-save-file-modes): Set always permissions, because
20666 there might be an old auto-saved file belonging to another
20667 original file. This could be a security threat. Reported by
20668 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20669 Check for Emacs 21.3.50 removed.
20670
20671 * net/tramp-smb.el (all): Remove debug construct for
20672 `with-parsed-tramp-file-name'.
20673 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20674 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20675 No error message if DIRECTORY or FILENAME doesn't exist.
20676 (tramp-smb-open-connection): Check existence of
20677 `tramp-smb-program'.
20678
20679 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20680
20681 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20682 Properly handle the case where the `m' or `s' command's argument is not
20683 yet terminated.
20684 (perl-indent-new-calculate): New function.
20685 (perl-indent-line): Use it.
20686
20687 2005-03-20 Miles Bader <miles@gnu.org>
20688
20689 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20690 in text-mode too. Change to new face names.
20691 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20692 Add `:weight bold' attribute.
20693 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20694
20695 2005-03-19 Juri Linkov <juri@jurta.org>
20696
20697 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20698
20699 * international/mule.el (auto-coding-alist): Sync with
20700 `auto-mode-alist' by adding upper case archive file extensions
20701 and adding ear/war to jar extension.
20702
20703 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20704
20705 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20706 running, restart it.
20707
20708 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20709
20710 * finder.el (finder-current-item): Throw an error on an empty line.
20711
20712 * man.el (Man-follow-manual-reference): If current-word returns
20713 nil, use "".
20714
20715 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20716
20717 * simple.el (goto-line): Doc fix.
20718
20719 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20720
20721 * files.el (save-buffer): Doc fix.
20722
20723 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20724
20725 * recentf.el (recentf-cleanup-remote): New variable.
20726 (recentf-cleanup): Use it to conditionally check availability of
20727 remote files.
20728
20729 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20730
20731 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20732 function names.
20733
20734 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20735
20736 * language/thai-word.el: New file.
20737
20738 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20739
20740 * files.el (backup-buffer): If the file's directory is not
20741 writable, use copy instead of move to backup the file.
20742
20743 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20744
20745 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20746
20747 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20748
20749 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20750 Use functionp instead of symbolp and fboundp. Reported by Drkm
20751 <darkman_spam@yahoo.fr>.
20752 (ps-print-version): New version 6.6.6.
20753
20754 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20755
20756 * textmodes/table.el (table--line-column-position): New idiom.
20757 (table--row-column-insertion-point-p): New function to test
20758 validity of row and column insertion operation at a location.
20759 (table-global-menu, table-cell-menu): Use above functions for
20760 deterministic test operation.
20761 (table--editable-cell-p): Behave in deterministic fashion.
20762
20763 2005-03-18 Juri Linkov <juri@jurta.org>
20764
20765 * isearch.el (isearch-lazy-highlight-new-loop):
20766 Make arguments beg and end optional.
20767 (isearch-update): Remove optional arguments nil from
20768 isearch-lazy-highlight-new-loop.
20769 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20770 isearch-lazy-highlight-case-fold-search instead of
20771 isearch-case-fold-search, and let-bind isearch-regexp to
20772 isearch-lazy-highlight-regexp.
20773 Use isearch-lazy-highlight-last-string instead of isearch-string.
20774
20775 * replace.el (perform-replace): Remove bindings of global
20776 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20777 Add three new arguments to `replace-highlight'.
20778 (replace-highlight): Add arguments string, regexp, case-fold.
20779 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20780 to allow isearch-lazy-highlight-new-loop to use these values
20781 to set corresponding isearch-lazy-highlight-* internal
20782 variables whose values lazy highlighting will use regardless of
20783 changes to global variables isearch-string, isearch-regexp,
20784 isearch-case-fold-search during lazy highlighting loop.
20785 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20786 to `lazy-highlight-cleanup'.
20787
20788 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20789 (ispell-highlight-face): Set default face to `isearch' when
20790 lazy highlighting is enabled.
20791 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20792 priority to 1. Add lazy highlighting.
20793 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20794 from `isearch-dehighlight'.
20795
20796 2005-03-18 David Ponce <david@dponce.com>
20797
20798 * files.el (hack-local-variables): Do a case-insensitive search
20799 for End.
20800
20801 2005-03-18 Juri Linkov <juri@jurta.org>
20802
20803 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20804 `isearch-lazy-highlight-cleanup', add alias to old name and
20805 declare obsolete. Add release numbers to other obsolete vars.
20806 (isearch-done, isearch-lazy-highlight-new-loop):
20807 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20808 (lazy-highlight-cleanup) <variable>: Doc fix.
20809 (isearch-lazy-highlight-update): Rename obsolete
20810 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20811
20812 2005-03-18 Kenichi Handa <handa@m17n.org>
20813
20814 * language/thai-util.el: Fix categorization of Thai characters in
20815 thai-category-table.
20816 (thai-composition-pattern): Adjust it for the above change.
20817 (thai-self-insert-command, thai-compose-syllable): New functions.
20818 (thai-compose-region): Use thai-compose-syllable.
20819 (thai-compose-string): Likewise.
20820 (thai-composition-function): Likewise.
20821 (thai-auto-composition): New function.
20822 (thai-auto-composition-mode): New minor mode.
20823
20824 * language/thai.el: Fix patterns to be registered in
20825 composition-function-table.
20826
20827 * international/quail.el (quail-input-method): Locally bind
20828 inhibit-modification-hooks to t.
20829
20830 2005-03-17 Richard M. Stallman <rms@gnu.org>
20831
20832 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20833 (perl-mode): Use run-mode-hooks.
20834
20835 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20836 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20837 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20838
20839 * mail/sendmail.el (sendmail-send-it): Reenable the code
20840 to compute resend-to-address and use it.
20841
20842 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20843
20844 * image-mode.el: New file.
20845
20846 * image.el (insert-sliced-image): Add autoload cookie.
20847
20848 * font-lock.el (font-lock-lines-before): New user option.
20849 (font-lock-after-change-function): Obey it.
20850
20851 * bindings.el (esc-map): Make M-g a prefix.
20852 Bind M-g g and M-g M-g to goto-line.
20853
20854 * faces.el (face-id): Doc fix.
20855
20856 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20857
20858 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20859 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20860 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20861
20862 * mail/sendmail.el (mail-yank-ignored-headers)
20863 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20864 Add Mail-Followup-To and Mail-Reply-To headers.
20865 (mail-citation-hook): Add autoload cookie.
20866 (mail-mode): Doc fix.
20867 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20868 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20869 (mail-mode-fill-paragraph): Handle those headers.
20870 (mail-mailing-lists): New variable.
20871 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20872
20873 2005-03-17 Juri Linkov <juri@jurta.org>
20874
20875 * isearch.el (isearch-fallback): Check for `(car previous)'
20876 before calling `isearch-other-end-state'.
20877
20878 2005-03-17 Kim F. Storm <storm@cua.dk>
20879
20880 * simple.el (move-beginning-of-line): Move to beginning of buffer
20881 line, as well as beginning of screen line.
20882
20883 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20884
20885 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20886 argument REDRAW rather than calendar-redrawing variable.
20887 * calendar/calendar.el (calendar-redrawing): Delete.
20888 (redraw-calendar): Do not bind calendar-redrawing.
20889
20890 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20891
20892 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20893 diary-file buffer.
20894
20895 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20896
20897 * help.el (describe-mode): Allow a :minor-mode-function property to
20898 specify a different minor mode toggle function than the variable.
20899 * simple.el (auto-fill-function):
20900 * subr.el (add-minor-mode): Use it.
20901
20902 2005-03-16 Kenichi Handa <handa@m17n.org>
20903
20904 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20905 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20906 (ethio-fidel-to-sera-buffer): Likewise.
20907
20908 2005-03-16 Juri Linkov <juri@jurta.org>
20909
20910 * emacs-lisp/find-func.el (find-function-regexp):
20911 Add defun-emitting macro `menu-bar-make-toggle'.
20912
20913 * isearch.el: Put `isearch-scroll' property to
20914 `split-window-horizontally'.
20915
20916 * info.el: Update error messages for `debug-ignored-errors'.
20917 (Info-isearch-search): Doc fix.
20918 (Info-find-node): Move up code to go into info buffer before
20919 recording the node to the history.
20920 (Info-fontify-node): Fontify titles only if the next line
20921 has two or more `*', `=', `-', `.'.
20922 Display "go to this node" for empty (match-string 3).
20923
20924 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20925
20926 * term/mac-win.el: Add mouse pointer shape constants.
20927
20928 2005-03-15 Kim F. Storm <storm@cua.dk>
20929
20930 * simple.el (move-beginning-of-line): Use vertical-motion.
20931
20932 2005-03-15 Juri Linkov <juri@jurta.org>
20933
20934 * isearch.el (isearch-error): New variable.
20935 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20936 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20937 (isearch-within-brackets-state): Remove.
20938 (isearch-case-fold-search-state, isearch-pop-fun-state):
20939 Decrease frame index.
20940 (isearch-mode, isearch-top-state, isearch-push-state)
20941 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20942 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20943 (isearch-search, isearch-lazy-highlight-new-loop):
20944 Replace `isearch-invalid-regexp' with `isearch-error'.
20945 Remove `isearch-within-brackets'.
20946 (isearch-search): Add `search-failed' handler to `condition-case'.
20947 (isearch-lazy-highlight-search): Add `condition-case' to catch
20948 errors and allow `isearch-lazy-highlight-update' to try
20949 highlighting from the beginning of the window.
20950 (isearch-repeat): Move up code to set isearch-wrapped to t
20951 before calling isearch-wrap-function.
20952
20953 * info.el (Info-isearch-initial-node): New internal variable.
20954 (Info-search): Signal an error in isearch mode when search leaves
20955 the initial node. Signal an error when `bound' is non-nil and
20956 nothing was found in the current subfile.
20957 (Info-isearch-search): Remove `condition-case'.
20958 (Info-isearch-wrap): Don't wrap when search failed during leaving
20959 the initial node. If `Info-isearch-search' is nil, wrap around
20960 the current node.
20961 (Info-isearch-start): New fun.
20962 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20963 `isearch-mode-hook'.
20964
20965 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20966
20967 * simple.el (normal-erase-is-backspace): Set default to t if
20968 running on Mac.
20969
20970 * term/mac-win.el (function-key-map): Sync with x-win.el.
20971
20972 2005-03-15 Kenichi Handa <handa@m17n.org>
20973
20974 * international/mule-cmds.el (locale-language-names): Modify the
20975 format of elements and add more entries.
20976 (locale-preferred-coding-systems): Add more entries.
20977 (set-locale-environment): Adjust for the change of
20978 locale-language-names.
20979
20980 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20981
20982 * pcvs.el (smerge-ediff): Remove bogus autoload.
20983
20984 2005-03-14 Lute Kamstra <lute@gnu.org>
20985
20986 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20987 Ignore a `*' at the beginning of a line.
20988
20989 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20990 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20991 subr.el.
20992 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20993 to specify indentation.
20994
20995 * generic.el (define-generic-mode): Let generic-mode-list be a
20996 list of strings; test membership with equal.
20997
20998 2005-03-14 Kim F. Storm <storm@cua.dk>
20999
21000 * simple.el (next-line, previous-line): Add optional try-vscroll
21001 arg to recognize interactive use. Pass it on to line-move.
21002 (line-move): Don't perform auto-window-vscroll when defining or
21003 executing keyboard macro to ensure consistent behavior.
21004
21005 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
21006
21007 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
21008
21009 2005-03-13 Lute Kamstra <lute@gnu.org>
21010
21011 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
21012 debugger-setup-buffer so that backtrace marks the frames set to
21013 debug-on-exit and we don't have to do it manually. Set an extra
21014 debug-on-exit for macro's.
21015 (debugger-setup-buffer): Don't mark the top frame manually.
21016
21017 2005-03-12 Lute Kamstra <lute@gnu.org>
21018
21019 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
21020 lisp-indent-function throughout.
21021 (with-no-warnings): Set lisp-indent-function property.
21022
21023 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
21024
21025 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
21026 Add entry for backslash.
21027
21028 2005-03-12 Juri Linkov <juri@jurta.org>
21029
21030 * info.el (Info-search): Four fixes for backward search.
21031
21032 2005-03-11 Jay Belanger <belanger@truman.edu>
21033
21034 * calc/calc.el (calc-language-alist): New variable.
21035 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
21036 (calc-embedded-find-modes): Use calc-language-alist instead of
21037 calc-embedded-language-alist.
21038
21039 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21040
21041 * calendar/calendar.el (calendar-redrawing): New internal
21042 variable.
21043 (redraw-calendar): Remove bogus save-excursion from previous
21044 change. Bind calendar-redrawing to t for mark-diary-entries.
21045 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
21046 calendar if that is why we were called.
21047
21048 2005-03-11 Kenichi Handa <handa@m17n.org>
21049
21050 * international/mule.el (make-coding-system): Set property
21051 coding-system-define-form to nil.
21052 (define-coding-system-alias): Likewise.
21053
21054 2005-03-11 Kenichi Handa <handa@m17n.org>
21055
21056 These changes are suggested by Dave Love <fx@gnu.org>.
21057
21058 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
21059 coding: tag.
21060 (adaptive-fill-regexp): Add more bullets.
21061 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
21062 regexps.
21063
21064 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
21065
21066 * help.el (describe-mode): Properly handle non-trivial lighters.
21067 Don't ignore minor modes that are not listed in minor-mode-list.
21068
21069 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
21070 feature ON when the user requests to turn it OFF.
21071
21072 2005-03-10 Lute Kamstra <lute@gnu.org>
21073
21074 * emacs-lisp/debug.el (debug-entry-code): Delete it.
21075 (implement-debug-on-entry): New function to replace debug-entry-code.
21076 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
21077 second argument as the 2005-03-07 change makes it obsolete.
21078 (debug-on-entry, cancel-debug-on-entry): Update call to
21079 debug-on-entry-1.
21080 (debug, debugger-setup-buffer): Comment update.
21081 (debugger-frame-number): Update to work with implement-debug-on-entry.
21082
21083 2005-03-10 Jay Belanger <belanger@truman.edu>
21084
21085 * calc/calc-embed.el (math-ms-args): Declare it.
21086 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
21087 math-ms-args.
21088 (calc-embedded-subst): Use math-multi-subst-rec to substitute
21089 variables.
21090
21091 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
21092
21093 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
21094 Use message-box.
21095
21096 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
21097 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
21098 (tooltip-gud-tips): Simplify.
21099 (tooltip-gud-tips-p): Remove superfluous :set.
21100 (tooltip-gud-modes): Add fortran-mode.
21101 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
21102
21103 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
21104
21105 2005-03-09 Kim F. Storm <storm@cua.dk>
21106
21107 * play/animate.el (animate-place-char): Use forward-line instead
21108 of next-line to improve performance.
21109
21110 2005-03-09 Simon Josefsson <jas@extundo.com>
21111
21112 * net/browse-url.el (browse-url-default-browser): Doc fix.
21113
21114 2005-03-09 Miles Bader <miles@gnu.org>
21115
21116 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
21117 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
21118
21119 2005-03-09 Kenichi Handa <handa@m17n.org>
21120
21121 * international/latin-1.el: Set case and syntax for 255 only if
21122 set-case-syntax-set-multibyte is nil.
21123
21124 * textmodes/ispell.el (ispell-insert-word): New function.
21125 (ispell-word): Use ispell-insert-word to insert a new word.
21126 (ispell-process-line): Likewise.
21127 (ispell-complete-word): Likewise.
21128
21129 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
21130
21131 * calendar/calendar.el (redraw-calendar): Preserve point.
21132 Reported by Matt Hodges <MPHodges@member.fsf.org>.
21133 (calendar-week-start-day): Move after definition of
21134 redraw-calendar. Delete buffer test, since redraw-calendar has
21135 that now.
21136
21137 * calendar/diary-lib.el (mark-diary-entries): Only call
21138 redraw-calendar in the first of any recursive calls.
21139 Reported by Alan Shutko <ats@acm.org>.
21140
21141 2005-03-08 Juri Linkov <juri@jurta.org>
21142
21143 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
21144 (html-horizontal-rule, html-line, html-image, html-checkboxes)
21145 (html-radio-buttons): Add a space before the trailing `/>' where
21146 sgml-xml-mode is non-nil.
21147 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
21148 the subsequent tag of the empty XML tag.
21149 (html-href-anchor): Don't set initial input to "http:".
21150 (html-image): Ask for the image URL and set point inside alt="".
21151 (html-name-anchor): Duplicate the name in the `id' attribute when
21152 sgml-xml-mode is non-nil.
21153 (html-paragraph): Remove \n before <p>.
21154 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
21155 instead of `checked' when sgml-xml-mode is non-nil.
21156
21157 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
21158 Remove 1 space before #RRGGBB to not truncate it on terminal
21159 windows w/o fringes. Remove 1 space between bg and fg examples
21160 to get more space.
21161 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
21162 avoid byte-compile warnings.
21163
21164 * image-file.el (image-file-handler): Put `safe-magic' property to
21165 `image-file-handler'.
21166
21167 * info.el (Info-isearch-search): Emulate word search in
21168 isearching through multiple Info nodes with Info-search.
21169 (Info-isearch-wrap): Allow isearch-word.
21170
21171 2005-03-08 Lute Kamstra <lute@gnu.org>
21172
21173 * emacs-lisp/debug.el (debugger-step-through): Make sure that
21174 stepping into the debugger's code is not possible.
21175 (debugger-jumping-flag): Docstring update.
21176
21177 2005-03-08 Jay Belanger <belanger@truman.edu>
21178
21179 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
21180 embedded mode begins.
21181 (calc-embedded-language-alist): New variable.
21182 (calc-embedded-find-modes): Use calc-embedded-language-alist to
21183 set default language mode.
21184
21185 2005-03-08 Kenichi Handa <handa@m17n.org>
21186
21187 * international/ccl.el (define-ccl-program): Fix docstring about
21188 extra 256 bytes assured for the output buffer.
21189
21190 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21191 Fix BUFFER_MAGNIFICATION to 2.
21192 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21193
21194 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
21195
21196 * align.el (align-rules-list): Added an alignment rule for CSS
21197 declarations (applies to css-mode and html-mode buffers).
21198
21199 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
21200
21201 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
21202
21203 2005-03-07 Kim F. Storm <storm@cua.dk>
21204
21205 * simple.el (move-beginning-of-line): New command.
21206
21207 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
21208
21209 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
21210
21211 * emulation/cua-base.el: Put CUA move property on move-end-of-line
21212 and move-beginning-of-line.
21213
21214 * apropos.el (apropos-print): Omit command from M-x ... RET.
21215
21216 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
21217
21218 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
21219 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
21220
21221 2005-03-06 Richard M. Stallman <rms@gnu.org>
21222
21223 * bindings.el (esc-map): Bind M-g to goto-line.
21224
21225 * facemenu.el (global-map): Bind M-o, not M-g.
21226
21227 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21228
21229 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
21230 "Open Directory" as for "Open File".
21231
21232 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
21233
21234 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
21235 (push-mark-command): Run activate-mark-hook.
21236
21237 2005-03-06 Richard M. Stallman <rms@gnu.org>
21238
21239 * help-mode.el (help-mode-finish): Don't alter the element
21240 in view-return-to-alist if there already is one.
21241
21242 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
21243 make sure the current buffer is the expected one.
21244
21245 * novice.el (disabled-command-function): Output in *Disabled Command*.
21246 Explicitly ignore non-keyboard events, and explicitly handle C-g.
21247
21248 * textmodes/flyspell.el (flyspell-large-region):
21249 Pass args differently for aspell.
21250
21251 * files.el (mode-require-final-newline): Doc fix.
21252
21253 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21254
21255 * progmodes/which-func.el (which-function):
21256 Specify NOERROR when calling imenu--make-index-alist.
21257
21258 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
21259
21260 * simple.el (normal-erase-is-backspace): Define default value.
21261
21262 * custom.el (custom-theme-set-variables): Remove unused var
21263 `immediate'.
21264 (custom-reevaluate-setting): Simple function to handle variables
21265 that are defined before their default value can really be
21266 computed.
21267
21268 * startup.el (command-line): Use it for temporary-file-directory,
21269 small-emporary-file-directory, auto-save-file-name-transforms,
21270 blink-cursor-mode, and normal-erase-is-backspace.
21271
21272 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
21273 progress, even with buggy anchored keywords.
21274
21275 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
21276
21277 * simple.el (goto-line): Remove unbalanced final parenthesis.
21278
21279 2005-03-05 Richard M. Stallman <rms@gnu.org>
21280
21281 * simple.el (goto-line): Use a number at point as the default.
21282 With C-u as arg, switch buffers.
21283
21284 2005-03-05 Juri Linkov <juri@jurta.org>
21285
21286 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
21287 with `no-blinking-cursor'.
21288
21289 * startup.el (no-blinking-cursor): New defvar.
21290 (command-line): Add `--no-blinking-cursor' to longopts.
21291 Set `no-blinking-cursor' to t for command line arguments
21292 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
21293 with `no-blinking-cursor' in the condition for calling
21294 `blink-cursor-mode'.
21295
21296 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
21297
21298 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
21299 (menu-bar-options-save): Add blink-cursor-mode.
21300 (menu-bar-options-menu): Add blink-cursor-mode.
21301
21302 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
21303
21304 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
21305 (icalendar-export-file, icalendar-export-region)
21306 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
21307 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
21308
21309 2005-03-04 Lute Kamstra <lute@gnu.org>
21310
21311 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
21312 (debug-function-list): Ditto.
21313
21314 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
21315
21316 * textmodes/texinfmt.el (texinfo-append-refill):
21317 Redefine the types of line to which @refill
21318 is not appended by replacing a search for `@refill\\|@bye' with
21319 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
21320 itemize@refill' bug and the unfilled long lines bug.
21321 (texinfmt-version): Update number and date.
21322
21323 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21324
21325 * international/code-pages.el (windows-1250, windows-125[2-8])
21326 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
21327
21328 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21329
21330 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
21331 bound yet.
21332
21333 2005-03-02 Romain Francoise <romain@orebokech.com>
21334
21335 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
21336 buffer after removing limits.
21337 (ibuffer-pop-filter): Ditto.
21338 Update copyright.
21339
21340 2005-03-02 Miles Bader <miles@gnu.org>
21341
21342 * button.el (make-text-button): If the user doesn't specify a
21343 type, use the default. Rewrite to use `add-text-properties' and
21344 plist functions.
21345
21346 2005-03-01 Lute Kamstra <lute@gnu.org>
21347
21348 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
21349 (debugger-jumping-flag): New var.
21350 (debug-entry-code): Use it.
21351 (debugger-jump): Use debugger-jumping-flag and add
21352 debugger-reenable to post-command-hook.
21353 (debugger-reenable): Use debugger-jumping-flag and remove itself
21354 from post-command-hook.
21355 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21356 debugger-reenable.
21357
21358 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
21359
21360 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21361 inclusion of "itemize\\|", which may be unnecessary, is certainly
21362 inelegant, and stops refilling in itemize lists when formatting
21363 Japanese Texinfo files to Info.
21364 Update copyright to 2005.
21365
21366 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
21367
21368 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21369 of an error if GDB can't find the source file.
21370
21371 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21372
21373 * calendar/calendar.el (redraw-calendar): Work from any buffer,
21374 not just the calendar.
21375
21376 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21377 first.
21378 (diary-redraw-calendar): New function.
21379 (make-diary-entry): Add diary-redraw-calendar to local
21380 write-contents-functions. Turn off selective display before
21381 inserting in diary.
21382
21383 2005-03-01 Kim F. Storm <storm@cua.dk>
21384
21385 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21386
21387 2005-03-01 Lute Kamstra <lute@gnu.org>
21388
21389 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21390 that debug-entry-code can be safely removed from a function while
21391 this code is being evaluated. Revert the 2005-02-27 change as the
21392 new implementation no longer requires it. Make sure that a
21393 function body containing just a string is not mistaken for a docstring.
21394 (debug): Skip one more frame in case of debug on entry.
21395 (debugger-setup-buffer): Delete one more frame line in case of
21396 debug on entry.
21397 (debugger-frame-number): Update to use the new text introduced by
21398 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21399
21400 2005-02-28 Kim F. Storm <storm@cua.dk>
21401
21402 * double.el (double-translate-key): Call force-window-update after
21403 read-event to avoid crash in redisplay.
21404
21405 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21406
21407 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21408 (debug): Use it. Move the inhibit-trace earlier.
21409 (debug-entry-code): New const.
21410 (debug-on-entry-1): Use it.
21411
21412 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21413
21414 * international/utf-16.el (ccl-encode-mule-utf-16le):
21415 Fix BUFFER_MAGNIFICATION to 2.
21416 (ccl-encode-mule-utf-16be): Likewise.
21417
21418 2005-02-28 Kenichi Handa <handa@m17n.org>
21419
21420 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21421 Fix BUFFER_MAGNIFICATION to 4.
21422 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21423
21424 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21425
21426 * speedbar.el (speedbar-update-flag): Doc fix.
21427 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21428 argument.
21429
21430 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21431
21432 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21433 have a non-nil `invisible' property but are actually visible.
21434
21435 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21436 for perldoc sections.
21437 (perl-outline-regexp, perl-outline-level): New var and function.
21438 (perl-mode): Use them.
21439
21440 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21441
21442 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21443 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21444
21445 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21446
21447 * cus-edit.el: Comment change.
21448 (custom-buffer-create-internal): Slightly reword text at top of
21449 Custom buffers. Mention there that saving an option edits the
21450 init file. Add link to Emacs manual node on `custom-file'.
21451 (custom-magic-alist): Rewrite individual State messages to use
21452 capitalized keywords. Doc fix.
21453
21454 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21455
21456 * calendar/calendar.el (calendar-buffer): Move above
21457 calendar-week-start-day.
21458 (calendar-week-start-day): Doc fix. Add :set function.
21459 (calendar-minimum-window-height): New variable.
21460 (generate-calendar-window): Only resize window if selected-window
21461 is displaying the calendar buffer. Use new variable
21462 calendar-minimum-window-height.
21463 (generate-calendar): Reword error message.
21464 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21465
21466 2005-02-27 Andreas Schwab <schwab@suse.de>
21467
21468 * vc.el (vc-do-command): Don't run command asynchronously when
21469 operating in a remote directory.
21470
21471 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21472 change from sync with Tramp 2.0.47.
21473
21474 2005-02-27 Richard M. Stallman <rms@gnu.org>
21475
21476 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21477
21478 * textmodes/flyspell.el (flyspell-mode-on):
21479 Call ispell-change-dictionary only if necessary.
21480
21481 * emacs-lisp/re-builder.el (regexp-builder): New function.
21482
21483 * register.el (describe-register-1): Explicitly handle
21484 yank-excluded-properties = t.
21485
21486 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21487 (custom-magic-alist): Change the status descriptions again.
21488 (face widget-type): Total rewrite based on `restricted-sexp'
21489 to eliminate the confusing double hiding levels.
21490
21491 * emacs-lisp/debug.el (debug-on-entry-1):
21492 If function body is empty, add nil as body form.
21493
21494 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21495
21496 * emacs-lisp/trace.el (inhibit-trace): New var.
21497 (trace-make-advice): Use it.
21498
21499 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21500
21501 2005-02-26 Kim F. Storm <storm@cua.dk>
21502
21503 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21504 (mouse-on-link-p, mouse-drag-region-1): Use it.
21505
21506 2005-02-25 Lute Kamstra <lute@gnu.org>
21507
21508 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21509
21510 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21511
21512 * frame.el (blink-cursor-mode): Add :group keyword.
21513
21514 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21515
21516 * calendar/icalendar.el (icalendar--decode-isodatetime):
21517 New optional argument DAY-SHIFT.
21518 (icalendar-export-region): Fix coding-system-for-write.
21519 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21520 events by one.
21521
21522 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21523
21524 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21525
21526 2005-02-24 Kim F. Storm <storm@cua.dk>
21527
21528 * international/iso-acc.el (iso-accents-compose): Fix crash
21529 during redisplay. Call force-window-update after read-event
21530 and delete-region to signal that window is not accurate.
21531
21532 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21533
21534 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21535 Remove unused and inexistent var `inhibit-trace'.
21536 (debugger-mode): Use run-mode-hooks.
21537 (debugger-list-functions): Add buttons; setup xref stack.
21538
21539 2005-02-23 Richard M. Stallman <rms@gnu.org>
21540
21541 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21542 appointment says it was explicitly made.
21543 (appt-add): Set the 3rd element.
21544 (appt-make-list): Preserve explicit appointments.
21545
21546 * subr.el (find-tag-default): Catch errors in forward-sexp.
21547
21548 2005-02-23 Juri Linkov <juri@jurta.org>
21549
21550 * info.el (Info-isearch-search): New defcustom.
21551 (Info-isearch-search): Call the default isearch function
21552 when Info-isearch-search is nil.
21553 (Info-isearch-wrap): Use variable Info-isearch-search.
21554
21555 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21556
21557 * cus-edit.el: Comment change.
21558
21559 2005-02-22 Kim F. Storm <storm@cua.dk>
21560
21561 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21562 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21563
21564 2005-02-22 Simon Josefsson <jas@extundo.com>
21565
21566 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21567 New variable.
21568 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21569 Oskarsson" <myrkraverk@users.sourceforget.net>.
21570
21571 2005-02-22 Kim F. Storm <storm@cua.dk>
21572
21573 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21574 check that window of that event is the selected window.
21575 (mouse-drag-region-1): Compare mouse event window to selected
21576 window before setting point.
21577
21578 * tooltip.el (tooltip-show-help-function): Pass event to
21579 mouse-on-link-p so it can check selected window.
21580
21581 2005-02-22 Kenichi Handa <handa@m17n.org>
21582
21583 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21584 (ps-mule-show-warning): New function.
21585 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21586 characters are found.
21587
21588 * ps-print.el (ps-header-footer-string): Return a list of header
21589 and footer strings.
21590
21591 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21592
21593 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21594
21595 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21596
21597 * frame.el (blink-cursor-mode): Use define-minor-mode.
21598
21599 * term/mac-win.el (function-key-map): Use char-names more consistently.
21600 (file-name-coding-system): Only set it for MacOS-9. The other case is
21601 already handled in mule-cmds.el (where it also works when mac-win.el
21602 is not used).
21603
21604 2005-02-21 Kenichi Handa <handa@m17n.org>
21605
21606 * international/mule.el (ctext-pre-write-conversion): Always use
21607 " *code-converting-work*" buffer for work.
21608
21609 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21610
21611 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21612
21613 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21614
21615 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21616
21617 * ses.el (undo-more): Restore defadvice, but only the part that
21618 allows changes outside the restricted area of the buffer.
21619
21620 2005-02-20 Kim F. Storm <storm@cua.dk>
21621
21622 * simple.el (line-move): Add fourth optional arg try-vscroll which
21623 must be set to perform auto-window-vscroll.
21624 When moving backwards and doing auto-window-vscroll, automatically
21625 vscroll to the last part of lines which are taller than the window.
21626 (next-line, previous-line): Set try-vscroll arg on line-move.
21627
21628 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21629
21630 * replace.el (query-replace, query-replace-regexp)
21631 (replace-string, replace-regexp): When operating on region, make
21632 the minibuffer prompt say so.
21633
21634 * isearch.el (isearch-forward): Document isearch-query-replace and
21635 isearch-query-replace-regexp keybindings.
21636
21637 2005-02-19 Jay Belanger <belanger@truman.edu>
21638
21639 * calc/calc-aent.el (math-read-token): Add local variable.
21640
21641 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21642 (calc-edit-top): Move declaration to earlier in file.
21643 (calc-edit-macro-repeats): Add local variables.
21644
21645 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21646 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21647 calcFunc-tanh.
21648 Adjust integration rule for calcFunc-tan.
21649
21650 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21651
21652 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21653 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21654 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21655 (viper-skip-separators): Bug fix.
21656 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21657 particular major mode.
21658 (viper-del-backward-char-in-replace): Don't put deleted char on the
21659 kill ring.
21660
21661 * viper-ex.el (viper-color-display-p): New function.
21662 (viper-has-face-support-p): Use viper-color-display-p.
21663
21664 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21665
21666 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21667
21668 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21669 (viper-file-remote-p): Make equivalent to file-remote-p.
21670
21671 * viper.el (viper-major-mode-modifier-list):
21672 Use viper-gnus-modifier-map.
21673
21674 2005-02-19 David Kastrup <dak@gnu.org>
21675
21676 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21677 quoting.
21678
21679 2005-02-19 Jay Belanger <belanger@truman.edu>
21680
21681 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21682 Remove extra definitions.
21683 (calc-coth): New function.
21684 (calcFunc-cot): Fix `let'.
21685
21686 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21687
21688 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21689 the reasons we use "type pc" in these faces.
21690
21691 * button.el (button): Ditto.
21692
21693 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21694
21695 * replace.el (query-replace-read-from): Set the value of
21696 query-replace-from-history-variable to handle the case of an empty
21697 string entered to accept the suggested default.
21698
21699 * net/tramp.el (tramp-file-name-for-operation):
21700 Use dired-call-process instead of dired-call-process-command.
21701
21702 2005-02-19 Jay Belanger <belanger@truman.edu>
21703
21704 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21705 (math-div-non-trig): New variables.
21706 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21707 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21708 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21709 trig expressions.
21710
21711 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21712
21713 * progmodes/gdb-ui.el (gdb-var-update-handler)
21714 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21715 for watch expressions,
21716 (gdb-var-create-handler): Don't set speedbar-update-flag.
21717 (gdb-post-prompt): Simplify test for speedbar.
21718
21719 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21720
21721 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21722 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21723 we use the syntax table of the correct buffer.
21724 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21725 Felix Gatzemeier.
21726
21727 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21728 (ediff-file-remote-p): Make synonymous with file-remote-p.
21729 In all deffaces ediff-*-face-*, use min-colors.
21730
21731 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21732 ediff-recurse-to-subdirectories.
21733 (ediff-mark-if-equal): Check that the arguments are strings, use
21734 ediff-same-contents (after to Felix Gatzemeier).
21735
21736 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21737 nil.
21738
21739 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21740
21741 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21742
21743 2005-02-18 David Kastrup <dak@gnu.org>
21744
21745 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21746 use `mark-active' when defined.
21747
21748 2005-02-18 Kenichi Handa <handa@m17n.org>
21749
21750 * ps-print.el (ps-font-info-database): New entry
21751 ZapfChancery-MediumItalic with correct font name. Fix font name
21752 of the entry Zapf-Chancery-MediumItalic.
21753
21754 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21755
21756 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21757
21758 2005-02-16 Kim F. Storm <storm@cua.dk>
21759
21760 * ido.el (ido-fallback-command): Pass user input to fallback command.
21761
21762 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21763
21764 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21765 (gdb-find-file-hook): Add server prefix.
21766
21767 2005-02-16 Richard M. Stallman <rms@gnu.org>
21768
21769 * replace.el (perform-replace): Pass new args to replace-highlight.
21770 (replace-highlight): Take region args,
21771 and pass them to isearch-lazy-highlight-new-loop.
21772
21773 * novice.el (disabled-command-hook): Autoload the defalias
21774 and the make-obsolete-variable call.
21775
21776 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21777
21778 * isearch.el (isearch-lazy-highlight-start-limit)
21779 (isearch-lazy-highlight-end-limit): New variables limit
21780 the region for highlighting.
21781 (isearch-lazy-highlight-new-loop): New args BEG and END.
21782 (isearch-lazy-highlight-search): Use the new vars.
21783 (isearch-lazy-highlight-update): Likewise.
21784
21785 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21786
21787 * cus-start.el (all): Use default-boundp.
21788
21789 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21790
21791 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21792
21793 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21794
21795 * autorevert.el (auto-revert-stop-on-user-input)
21796 (auto-revert-verbose): Doc fixes.
21797
21798 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21799
21800 * international/mule-cmds.el (set-locale-environment): Remove call
21801 to set-selection-coding-system on Windows.
21802
21803 2005-02-15 Jay Belanger <belanger@truman.edu>
21804
21805 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21806 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21807 calcFunc-coth.
21808 (math-simplify-sqrt): Add simplifications.
21809
21810 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21811 to list.
21812
21813 * calc/calc-ext.el: Add functions to autoloads.
21814
21815 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21816 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21817 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21818 (math-csc-raw, math-cot-raw): New functions.
21819
21820 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21821
21822 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21823 the variable name in a message.
21824
21825 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21826 calcFunc-csc, calcFunc-cot.
21827
21828 * calc/calcalg2.el: Add derivative and integration rules for
21829 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21830 calcFunc-csch, calcFunc-coth.
21831 (math-do-integral-methods): Add to checks for when to use
21832 substitutions.
21833
21834 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21835
21836 2005-02-15 Lute Kamstra <lute@gnu.org>
21837
21838 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21839 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21840 <monnier@iro.umontreal.ca>
21841 (lisp-outline-level): Improve efficiency. Suggested by David
21842 Kastrup <dak@gnu.org>.
21843
21844 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21845
21846 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21847 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21848 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21849 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21850 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21851
21852 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21853
21854 * cus-start.el (all): Comment change.
21855
21856 2005-02-14 Lute Kamstra <lute@gnu.org>
21857
21858 * cus-start.el (all): Check if symbol is void.
21859
21860 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21861
21862 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21863 optional argument to \cite.
21864
21865 2005-02-14 Richard M. Stallman <rms@gnu.org>
21866
21867 * cus-edit.el (custom-buffer-create-internal): Update help message.
21868 (custom-magic-alist): Update help messages.
21869
21870 * cus-start.el (all): Allow a var to specify a standard value.
21871
21872 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21873
21874 * custom.el (custom-theme-set-variables): Handle variable aliases.
21875
21876 * frame.el (blink-cursor-timer): Doc fix.
21877 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21878 declare obsolete.
21879 (blink-cursor-mode): Define with defcustom and use correct
21880 standard expression in that defcustom.
21881 * startup.el (command-line): Adapt to above changes in frame.el.
21882
21883 2005-02-11 Lute Kamstra <lute@gnu.org>
21884
21885 * apropos.el (apropos-score-doc): Prevent division by zero.
21886
21887 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21888
21889 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21890 (icalendar--get-event-property-attributes)
21891 (icalendar--get-event-properties)
21892 (icalendar--datetime-to-diary-date): New functions.
21893 (icalendar--split-value): Doc fix.
21894 (icalendar--datetime-to-noneuropean-date)
21895 (icalendar--datetime-to-european-date): New optional argument
21896 SEPARATOR. Return result as a string instead of a list.
21897 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21898 (icalendar--convert-string-for-export): Rename arg S to STRING.
21899 (icalendar-export-region): Doc fix. Change name of error buffer.
21900 Save output buffer.
21901 (icalendar-import-file): Add blank at end of prompt.
21902 (icalendar-import-buffer): Doc fix. Do not switch to error
21903 buffer. Indicate status in return value.
21904 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21905 buffer. Save output buffer. Handle exception from recurrence
21906 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21907 events. Fix problems with weekly all-day events.
21908
21909 2005-02-10 Richard M. Stallman <rms@gnu.org>
21910
21911 * simple.el (eval-expression-print-format):
21912 Avoid warning about edebug-active.
21913
21914 * help.el (help-for-help-internal): Rename from help-for-help.
21915 (help-for-help): Define with defalias.
21916
21917 * font-core.el (font-lock-default-function): Use with-no-warnings.
21918
21919 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21920
21921 * custom.el (defface): Doc fix.
21922
21923 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21924
21925 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21926 width 0" to prevent word wrapping problems.
21927
21928 2005-02-09 Kim F. Storm <storm@cua.dk>
21929
21930 * ido.el (ido-file-extensions-order): New defcustom.
21931 (ido-file-extension-lessp, ido-file-extension-aux)
21932 (ido-file-extension-order): New advanced file ordering.
21933 (ido-file-lessp): New simple file ordering.
21934 (ido-sort-list): Remove.
21935 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21936 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21937
21938 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21939
21940 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21941 that some versions of grep produce.
21942 (grep-mode-font-lock-keywords): Likewise.
21943
21944 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21945
21946 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21947 (gdb-cdir): Delete.
21948 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21949 (gdb-source-info): Treat case when source file is in another
21950 directory properly.
21951 (gdb-get-location): New function.
21952
21953 2005-02-07 Jay Belanger <belanger@truman.edu>
21954
21955 * calc/calc-prog.el (calc-write-parse-table-part)
21956 (calc-fix-token-name): Fix a check for language type.
21957
21958 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21959
21960 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21961
21962 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21963 as directory not writable.
21964
21965 2005-02-07 Kim F. Storm <storm@cua.dk>
21966
21967 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21968 (cua--standard-movement-commands): Remove list.
21969 Instead, set CUA property value to move for movement commands.
21970 (cua-movement-commands): Remove. Users must set CUA prop instead.
21971 (cua--pre-command-handler): Check CUA property.
21972 (cua--init-keymaps): Don't remap undo commands.
21973 (cua-mode): Don't call cua--rectangle-on-off.
21974
21975 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21976 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21977 (cua--rect-undo-set-point): New var.
21978 (cua--rectangle-undo-boundary): Setup undo apply entry.
21979 (cua--rect-undo-handler): New function for rectangle undo.
21980 (cua--rect-start-position, cua--rect-end-position): Add.
21981 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21982 for restored rectangle. Set point if cua--rect-undo-set-point.
21983
21984 2005-02-06 Jay Belanger <belanger@truman.edu>
21985
21986 * calc/calc-lang.el (calc-tex-language): Display more information
21987 in messages.
21988
21989 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21990 in TeX mode.
21991
21992 2005-02-06 Richard M. Stallman <rms@gnu.org>
21993
21994 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21995
21996 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21997
21998 * net/ldap.el (ldap-search-internal): Support attributes with
21999 optional descriptions separated by a semi-colon, as in
22000 "userCertificate;binary".
22001
22002 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22003
22004 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
22005 isn't a cons (i.e. the version is 0).
22006
22007 2005-02-05 Eli Zaretskii <eliz@gnu.org>
22008
22009 * help.el (help-for-help): Doc fix.
22010
22011 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
22012
22013 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
22014 GDB-Windows on the menu-bar as this works better.
22015
22016 2005-02-04 Jay Belanger <belanger@truman.edu>
22017
22018 * calc/calc-embed.el (calc-embedded-update): Don't put in
22019 unnecessary newlines. Adjust the end of formula marker.
22020
22021 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
22022 (math-latex-parse-two-args): New function.
22023
22024 2005-02-03 Lute Kamstra <lute@gnu.org>
22025
22026 * help-fns.el (help-with-tutorial): Make sure that users cannot
22027 remove the entire text of the tutorial by means of `undo'.
22028
22029 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
22030
22031 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
22032 in recent changes, where the ispell process was repeatedly
22033 killed & restarted.
22034
22035 * international/mule-cmds.el (set-locale-environment): Set file-name
22036 coding system to utf-8 on Darwin systems.
22037 (set-default-coding-systems): Don't set default-file-name-coding-system
22038 on Darwin systems.
22039
22040 2005-02-03 Richard M. Stallman <rms@gnu.org>
22041
22042 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
22043
22044 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
22045
22046 * faces.el (list-faces-display): Add optional argument.
22047
22048 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
22049
22050 * font-core.el (font-lock-default-function): Handle the rare case where
22051 only font-lock-keywords is set.
22052
22053 2005-02-02 Kenichi Handa <handa@m17n.org>
22054
22055 * international/characters.el: Cancel previous change for
22056 I-WITH-DOT-ABOVE and DOTLESS-i.
22057
22058 * international/latin-5.el: Cancel previous change.
22059
22060 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
22061
22062 * progmodes/gud.el: Correction to syntax in gud-menu-map.
22063
22064 2005-02-02 Kenichi Handa <handa@m17n.org>
22065
22066 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
22067 DOTLESS-i.
22068
22069 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
22070 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
22071
22072 * case-table.el (get-upcase-table): New function.
22073 (copy-case-table): Copy upcaes table too if non-nil.
22074 (set-case-syntax-delims): Maintain upcase table too.
22075 (set-case-syntax-pair): Likewise.
22076 (set-upcase-syntax, set-downcase-syntax): New functions.
22077 (set-case-syntax): Maintain upcase table too.
22078
22079 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
22080
22081 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
22082
22083 * progmodes/gud.el (gud-goto-info): New function.
22084 (gud-tool-bar-map): Use correct icon.
22085
22086 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
22087
22088 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
22089 When delegating, order args in the funcall correctly.
22090
22091 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
22092
22093 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
22094
22095 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
22096
22097 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
22098 buffer not visiting a file.
22099
22100 2005-01-31 Jay Belanger <belanger@truman.edu>
22101
22102 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
22103 bound on the line with the formula.
22104
22105 2005-01-31 Kim F. Storm <storm@cua.dk>
22106
22107 * ses.el (ses-create-cell-variable-range)
22108 (ses-destroy-cell-variable-range, ses-reset-header-string)
22109 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
22110 (ses-insert-row): Fix format of apply undo entries.
22111
22112 2005-01-31 Jay Belanger <belanger@truman.edu>
22113
22114 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
22115 parts.
22116
22117 * calc/calc-embed.el (calc-embedded-open-formula)
22118 (calc-embedded-close-formula): Ignore matrix environments.
22119
22120 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
22121 TeX mode.
22122
22123 * calc/calc-lang.el (math-function-table, math-oper-table)
22124 (math-variable-table): Adjust the LaTeX portions.
22125
22126 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
22127 (math-latex-ignore-words): New constant.
22128
22129 2005-01-31 Richard M. Stallman <rms@gnu.org>
22130
22131 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
22132 (ispell-local-dictionary): Doc fix.
22133 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
22134 Don't reinitialize at run time. Don't defcustom.
22135 All uses changed to append ispell-local-dictionary-alist,
22136 or check it first.
22137 (ispell-current-dictionary): New variable for dictionary in use.
22138 (ispell-dictionary): Now used only for global default.
22139 (ispell-start-process): Set ispell-current-dictionary,
22140 not ispell-dictionary.
22141 (ispell-change-dictionary): Use this only for setting
22142 user preferences.
22143 (ispell-internal-change-dictionary): New function
22144 to change the current dictionary in use.
22145 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
22146 Use ispell-current-dictionary.
22147 Handle ispell-local-dictionary-overridden.
22148 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
22149
22150 2005-01-31 Jay Belanger <belanger@truman.edu>
22151
22152 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
22153
22154 * calc/calc-ext.el: Add calc-latex-language to autoloads.
22155 (calc-mode-map): Add calc-latex-language.
22156
22157 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
22158 (math-latex-print-frac): New functions.
22159 (math-oper-table, math-function-table, math-variable-table)
22160 (math-complex-format, math-input-filter): Add latex properties.
22161 (calc-set-language): Set math-expr-special-function-mapping.
22162
22163 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
22164 (calc-write-parse-table-part): Add LaTeX support.
22165
22166 * calc/calc.el (calc-language): Adjust docstring.
22167 (calc-set-mode-line): Add LaTeX support.
22168 (math-expr-special-function-mapping): New variable.
22169 (math-tex-ignore-words): Add to list.
22170
22171 * calc/calccomp.el (math-compose-expr, math-compose-rows):
22172 Add LaTeX support.
22173 (math-compose-expr): Add support for special functions.
22174
22175 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
22176
22177 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
22178
22179 * progmodes/gdb-ui.el (gdb-memory-address)
22180 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
22181 (gdb-memory-mode-map, gdb-memory-format-keymap)
22182 (gdb-memory-format-menu, gdb-memory-unit-keymap)
22183 (gdb-memory-unit-menu): New variables for a buffer
22184 that lets the user examine program memory.
22185 (gdb-memory-set-address, gdb-memory-set-repeat-count)
22186 (gdb-memory-format-binary, gdb-memory-format-octal)
22187 (gdb-memory-format-unsigned, gdb-memory-format-signed)
22188 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
22189 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
22190 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22191 (gdb-memory-unit-byte, gdb-memory-unit-menu)
22192 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
22193 (gdb-memory-mode, gdb-memory-buffer-name)
22194 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
22195 New functions for above buffer.
22196
22197 2005-01-30 Richard M. Stallman <rms@gnu.org>
22198
22199 * cus-edit.el (custom-bury-buffer): Function deleted.
22200 (custom-buffer-done-function): Option deleted.
22201 (custom-buffer-done-kill): New replacement option.
22202 (Custom-buffer-done): Call quit-window.
22203 (custom-buffer-create-internal): Update for above changes.
22204
22205 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
22206
22207 * simple.el (undo-ask-before-discard): New var.
22208 (undo-outer-limit-truncate): Implement it.
22209 (undo-extra-outer-limit): Doc update.
22210
22211 2005-01-29 Richard M. Stallman <rms@gnu.org>
22212
22213 * ses.el (undo-more): Delete defadvice.
22214 (ses-begin-change): Doc fix.
22215
22216 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
22217 instead of rebinding C-x u and C-_.
22218
22219 * files.el (normal-backup-enable-predicate): Return nil for files
22220 in /tmp, regardless of temporary-file-directory.
22221
22222 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
22223
22224 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
22225 (open-rectangle, delete-whitespace-rectangle-line)
22226 (clear-rectangle-line): If FILL, pass t instead of FILL
22227 for move-to-column's 2nd arg.
22228
22229 * simple.el (undo): Fix the test for continuing a series of undos.
22230 (undo-more): Set pending-undo-list to t when we reach end.
22231 (pending-undo-list): Move up defvar.
22232
22233 * wid-edit.el (widget-button-click):
22234 Shorten the range of the track-mouse binding.
22235
22236 * comint.el (comint-insert-input): Undo previous changes;
22237 use last-input-event in interactive spec.
22238
22239 2005-01-29 Eli Zaretskii <eliz@gnu.org>
22240
22241 * progmodes/compile.el (compilation-start): Bind buffer-read-only
22242 to nil before invoking call-process. Reset buffer's modified flag
22243 after fontifying it in the no-async branch.
22244
22245 * wid-edit.el (widget-specify-button): If mouse pointer shape
22246 cannot be changed, use mouse face instead.
22247
22248 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
22249
22250 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22251 (gdb-goto-breakpoint): Make breakpoint handling work on template
22252 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
22253 (gdb-assembler-custom): Update to recognize breakpoint information
22254 added on 2005-01-19.
22255
22256 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
22257
22258 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
22259 (dsssl-mode): Use define-derived-mode.
22260 (scheme-mode-initialize): Remove.
22261 (scheme-mode): Use run-mode-hooks.
22262
22263 * cus-edit.el (customize-group-other-window)
22264 (custom-buffer-create-other-window): Don't override special-display-*.
22265 (custom-mode-map): Make it dense.
22266
22267 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
22268 sets the default value.
22269
22270 2005-01-28 Eli Zaretskii <eliz@gnu.org>
22271
22272 * descr-text.el: Add more keywords.
22273
22274 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
22275
22276 * speedbar.el: Avoid unnecessary use of locate-library.
22277
22278 * international/mule-cmds.el (standard-display-european-internal):
22279 Don't fiddle with latin-1 non-break space any more since it's now
22280 special cased in the C code.
22281 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
22282
22283 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
22284
22285 * cus-start.el (all): Add `undo-outer-limit'.
22286
22287 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22288
22289 * textmodes/bibtex.el (bibtex-format-entry):
22290 Use `bibtex-empty-field-re' only on the text of fields, not on entire
22291 field lines.
22292 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
22293 not on part of a buffer.
22294
22295 2005-01-25 Lute Kamstra <lute@gnu.org>
22296
22297 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
22298 nonempty field text strings like "{letters\\macro{}more letters}".
22299 Clarify docstring.
22300 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
22301 (bibtex-entry-offset, bibtex-parse-association)
22302 (bibtex-parse-field-name): Fix typos in docstrings.
22303 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
22304
22305 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
22306
22307 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
22308 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
22309 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
22310 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
22311
22312 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
22313 isearch minor mode.
22314
22315 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
22316
22317 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
22318
22319 2005-01-24 Lute Kamstra <lute@gnu.org>
22320
22321 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
22322 CASECHARS and NOT-CASECHARS regular expressions of the
22323 "nederlands" and "nederlands8" dictionaries to prevent a "Range
22324 striding over charsets" error.
22325
22326 2005-01-24 Jay Belanger <belanger@truman.edu>
22327
22328 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
22329 display variable name.
22330
22331 2005-01-24 Kenichi Handa <handa@m17n.org>
22332
22333 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
22334 Fix setting of the element of encoded-kbd-iso2022-invocations.
22335
22336 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
22337
22338 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22339 (gdb-threads-select): Change to also accept mouse events.
22340 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
22341 (gdb-threads-mouse-select): Delete.
22342
22343 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
22344
22345 * files.el (insert-directory): Take care of empty directory,
22346 listed without -a switch.
22347
22348 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
22349
22350 * textmodes/refill.el (refill-post-command-function):
22351 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
22352 to the list of functions that we should be careful not to undo.
22353 (refill-late-fill-paragraph-function): Remove.
22354 (refill-saved-state): New var.
22355 (refill-mode): Use it to save fill-paragraph-function.
22356 Save also the value of auto-fill-function.
22357
22358 * term/w32-win.el: Simplify code.
22359
22360 2005-01-23 Kim F. Storm <storm@cua.dk>
22361
22362 * simple.el (line-move): Adapt to new return value from
22363 pos-visible-in-window-p.
22364
22365 * simple.el (line-move): Fix last change. Check partial
22366 visibility at point rather than at window-start.
22367
22368 2005-01-22 Jason Rumney <jasonr@gnu.org>
22369
22370 * term/w32-win.el (xw-defined-colors): Remove debug-message.
22371
22372 2005-01-22 David Kastrup <dak@gnu.org>
22373
22374 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22375
22376 2005-01-22 Eli Zaretskii <eliz@gnu.org>
22377
22378 * type-break.el (type-break-mode): Add a test for
22379 type-break-file-name being non-nil.
22380
22381 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
22382
22383 * net/eudc.el (top level): Call (message "") via progn, so that
22384 eudc-options-file is loaded.
22385
22386 2005-01-22 Kim F. Storm <storm@cua.dk>
22387
22388 * simple.el (line-move-1): Rename from line-move.
22389 (line-move): New function that adjusts vscroll for partially
22390 visible rows, and calls line-move-1 otherwise.
22391
22392 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22393
22394 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22395 since it's not a complete read-event implementation
22396
22397 2005-01-20 Jay Belanger <belanger@truman.edu>
22398
22399 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22400 for called function.
22401
22402 2005-01-20 Steven Tamm <steventamm@mac.com>
22403
22404 * term/mac-win.el (process-connection-type): Remove.
22405 Controlled now by s/darwin.h:PTY_ITERATION.
22406
22407 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22408
22409 * window.el (handle-select-window): Don't switch window when we're
22410 in the minibuffer.
22411
22412 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22413
22414 * subr.el (dotimes-with-progress-reporter): New macro.
22415
22416 * ses.el (ses-dotimes-msg): Remove macro.
22417 Use `dotimes-with-progress-reporter' instead.
22418
22419 2005-01-19 Steven Tamm <steventamm@mac.com>
22420
22421 * term/mac-win.el (process-connection-type): Use new
22422 operating-system-release variable to use ptys on Darwin 7 (OS X
22423 10.3) when using carbon build.
22424
22425 2005-01-19 Jay Belanger <belanger@truman.edu>
22426
22427 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22428 flags if the last command was a tab or M-tab.
22429
22430 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22431 in formula editing buffer.
22432
22433 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22434
22435 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22436 breakpoint image symbol in margin.
22437
22438 2005-01-19 Jay Belanger <belanger@truman.edu>
22439
22440 * calc/calc-prog.el (calc-execute-kbd-macro):
22441 Ignore calc-keep-arg-flag.
22442
22443 2005-01-19 Kenichi Handa <handa@m17n.org>
22444
22445 * textmodes/ispell.el (ispell-looking-at): New function.
22446 (ispell-process-line): Use ispell-looking-at to compare the ispell
22447 output and the buffer contents.
22448
22449 2005-01-18 Jay Belanger <belanger@truman.edu>
22450
22451 * calc/calc.el (calc-display-raw): Fix docstring.
22452
22453 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22454
22455 * simple.el (blink-matching-open): Strip extra info from syntax.
22456
22457 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22458 funny chars in the end-of-here-doc marker.
22459
22460 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22461
22462 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22463 that enable/disabled state of breakpoints is shown correctly in
22464 fringe and on ttys.
22465 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22466 Add breakpoint information as text properties.
22467 (gdb-mouse-toggle-breakpoint):
22468 Rename to gdb-mouse-set-clear-breakpoint.
22469 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22470 breakpoints in the margin.
22471 (gdb-remove-strings): Simplify.
22472
22473 2005-01-17 Jay Belanger <belanger@truman.edu>
22474
22475 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22476 erasing buffer.
22477
22478 2005-01-17 Richard M. Stallman <rms@gnu.org>
22479
22480 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22481 for calling grep-compute-defaults.
22482
22483 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22484 if buffer is empty.
22485
22486 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22487
22488 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22489
22490 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22491
22492 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22493 non-preloaded variables.
22494
22495 2005-01-17 Steven Tamm <steventamm@mac.com>
22496
22497 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22498 tex-shell cause to force interactivity when using pipes.
22499
22500 2005-01-17 Kim F. Storm <storm@cua.dk>
22501
22502 * simple.el (just-one-space): Make arg optional.
22503
22504 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22505
22506 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22507 posn-at-x-y to t to access left-margin.
22508
22509 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22510
22511 Sync with Tramp 2.0.47.
22512
22513 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22514 catching keep-date problems in cp/scp operations.
22515 (tramp-handle-copy-file): Don't call `set-file-modes'
22516 unconditionally. Specialized functions should know better what is
22517 necessary. This improves performance a little bit, and the
22518 functions could catch errors with `cp -p' and `scp -p'.
22519 (tramp-do-copy-or-rename-file-via-buffer)
22520 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22521 when appropriate.
22522 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22523 Call `set-file-modes' when appropriate.
22524 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22525 Johnsson <isak@hypergene.com>
22526 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22527 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22528 <joakim@verona.se>
22529 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22530 Emacs only.
22531
22532 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22533 `find-file-hooks' and `dired-mode-hook'.
22534 (tramp-minor-mode-map): Respective map. Add remapping for
22535 `compile' and `recompile'.
22536 (tramp-remap-command, tramp-recompile): New defuns.
22537 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22538 in buffer "*Compilation*". Call the commands asynchronously.
22539
22540 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22541 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22542 `shell-command', because it isn't magic in XEmacs. Reported by
22543 Adrian Aichner <adrian@xemacs.org>.
22544
22545 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22546 `substitute-in-file-name.
22547 (tramp-smb-handle-substitute-in-file-name): New defun.
22548 (tramp-smb-advice-PC-do-completion): Delete advice.
22549
22550 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22551
22552 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22553 Fix error in deleting region.
22554
22555 2005-01-15 Richard M. Stallman <rms@gnu.org>
22556
22557 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22558 In non-temp buffer, switch syntax table temporarily.
22559
22560 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22561
22562 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22563
22564 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22565
22566 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22567 (imenu--generic-function): Use START, not BEG, as pos of definition.
22568
22569 * simple.el (just-one-space): Argument specifies number of spaces.
22570
22571 * simple.el (eval-expression-print-format): Avoid warning
22572 about edebug-active.
22573
22574 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22575
22576 * progmodes/sh-script.el: Code copied from make-mode.el
22577 with small changes,
22578 (sh-mode-map): Bind C-c C-\.
22579 (sh-backslash-column, sh-backslash-align): New variables.
22580 (sh-backslash-region, sh-append-backslash): New functions.
22581
22582 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22583
22584 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22585 (rmail-pop-password, rmail-pop-password-required): Move to
22586 rmail-obsolete group.
22587 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22588 All callers updated.
22589 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22590 Take an argument specifying whether it is POP or IMAP mailbox we
22591 are using. All callers updated.
22592 (rmail-pop-password-error): Rename to
22593 rmail-remote-password-error. Added mailutils-specific error message.
22594 (rmail-movemail-search-path)
22595 (rmail-movemail-variant-in-use): New variables.
22596 (rmail-remote-password, rmail-remote-password-required):
22597 New customization variables.
22598 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22599 (rmail-parse-url): New function.
22600 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22601 with GNU mailutils movemail.
22602
22603 2005-01-15 Kevin Ryde <user42@zip.com.au>
22604
22605 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22606 suffix to space, $ or '$, to correctly position point when going
22607 to @table style constants like DBL_MAX.
22608
22609 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22610
22611 * type-break.el (type-break-mode, type-break-file-time)
22612 (type-break-file-keystroke-count, type-break-choose-file):
22613 Don't store data in or load data from the file if type-break-file-name
22614 is nil.
22615 (type-break-file-name): Doc update as per the above.
22616
22617 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22618
22619 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22620 lookup-key might return nil; handle that.
22621
22622 2005-01-15 Alan Mackenzie <acm@muc.de>
22623
22624 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22625 rather than the element found, thus enabling the tree to be setcar'd.
22626
22627 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22628
22629 * textmodes/org.el (org-show-following-heading): New option.
22630 (org-show-hierarchy-above): Use `org-show-following-heading'.
22631 (org-cycle): Documentation fix.
22632
22633 * textmodes/org.el (orgtbl-optimized): New option
22634 (orgtbl-mode): New command, a minor mode.
22635 (orgtbl-mode-map): New variable.
22636 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22637 (orgtbl-error, orgtbl-self-insert-command)
22638 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22639
22640 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22641 a local variable in each org-mode buffer.
22642
22643 * textmodes/org.el (org-set-regexps-and-options): Rename from
22644 `org-set-regexps'. Added checking for STARTUP keyword.
22645 (org-get-current-options): Add STARTUP options.
22646 (org-table-insert-row): Make mode intelligent about when
22647 realignment is needed.
22648 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22649 New commands.
22650 (org-enable-table-editor): New default value `optimized'.
22651 (org-table-blank-field): Support blanking regions if active.
22652
22653 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22654
22655 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22656 if the year is not given.
22657
22658 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22659 Add new escapes %m and %M, fixed bug with %F by adding
22660 save-match-data.
22661 (reftex-reference): Remove ?. from list of spaces.
22662 (reftex-label-info): Add automatic label prefix recognition.
22663
22664 * textmodes/reftex-index.el (reftex-index-next-phrase):
22665 Add slave parameter to call of `reftex-index-this-phrase'.
22666 (reftex-index-this-phrase): New optional argument.
22667 (reftex-index-region-phrases): Add slave parameter to call of
22668 `reftex-index-this-phrase'.
22669 (reftex-display-index): New argument redo.
22670 (reftex-index-rescan): Add `redo' to arguments of
22671 `reftex-display-index'.
22672 (reftex-index-Rescan, reftex-index-revert)
22673 (reftex-index-switch-index-tag): Add `redo' to arguments of
22674 `reftex-display-index'.
22675 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22676 indexing. Fix bug with matching is there is a quote before or
22677 after the word.
22678
22679 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22680 Fix bug when collecting citation keys in lines with comments.
22681 (reftex-citation): Prefix argument no longer rescans the document,
22682 but forces prompting for optional arguments of cite macros.
22683 (reftex-do-citation): Prompting for optional arguments implemented.
22684
22685 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22686 Add optional arguments to most cite commands.
22687 (reftex-cite-cleanup-optional-args): New option
22688 (reftex-cite-prompt-optional-args): New option.
22689 (reftex-trust-label-prefix): New option.
22690
22691 * textmodes/reftex-toc.el (reftex-toc-find-section):
22692 Add push-mark before changing the position in the buffer.
22693
22694 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22695 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22696
22697 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22698
22699 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22700 more carefully.
22701
22702 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22703
22704 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22705 (sgml-mode): Use it.
22706 (sgml-get-context): Better keep track of implicitly closed tags.
22707
22708 2005-01-13 Kenichi Handa <handa@m17n.org>
22709
22710 * textmodes/ispell.el: These changes are to fix misalignment error
22711 caused by equivalent characters of different Emacs charsets.
22712 (ispell-unified-chars-table): New variable.
22713 (ispell-get-decoded-string): New function.
22714 (ispell-get-casechars, ispell-get-not-casechars)
22715 (ispell-get-otherchars): Call ispell-get-decoded-string.
22716
22717 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22718
22719 * custom.el (custom-declare-variable): Just put symbol instead
22720 of (defvar . symbol) in `current-load-list'.
22721
22722 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22723
22724 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22725
22726 2005-01-12 Jay Belanger <belanger@truman.edu>
22727
22728 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22729 to create a Calc summary.
22730
22731 2005-01-12 Kim F. Storm <storm@cua.dk>
22732
22733 * mouse.el (mouse-on-link-p): Change functionality and doc
22734 string to comply with latest description in lisp ref.
22735
22736 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22737
22738 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22739 Enable mouse clicks on mode-line, header-line and margin.
22740 (event-type): Give mouse event symbols an `event-kind' property
22741 with value `mouse-click'.
22742
22743 2005-01-12 Juri Linkov <juri@jurta.org>
22744
22745 * facemenu.el (list-colors-display): Add new arg buffer-name.
22746 Use it. Fix docstring. Replace code for identifying duplicate
22747 colors by the name with call to `list-colors-duplicates' which
22748 identifies duplicate colors by the value unless the color
22749 is one of special Windows colors. Set truncate-lines to t.
22750 Print sorted duplicate color names on each line. Indent to 22
22751 \(the longest color name in rgb.txt) instead of 20. Optimize.
22752 (list-colors-duplicates): New function.
22753 (facemenu-color-name-equal): Delete function.
22754
22755 * facemenu.el (list-colors-print): New function created from code
22756 in list-colors-display. Print #RRGGBB at the window right edge.
22757 (list-colors-display): When temp-buffer-show-function is not
22758 defined, call list-colors-print from temp-buffer-show-hook
22759 to get the right value of window-width in list-colors-print
22760 after the buffer is displayed.
22761
22762 * simple.el (pop-mark): Move deactivate-mark out of conditional
22763 part to deactivate the active mark regardless of the state of the
22764 mark ring.
22765
22766 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22767 variables line in desktop files.
22768
22769 2005-01-12 Juri Linkov <juri@jurta.org>
22770
22771 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22772 Bring together isearch highlight related options.
22773 (lazy-highlight): Replace group `replace' by `matching'.
22774 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22775 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22776 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22777 and declare them obsolete.
22778 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22779 (isearch-faces): Remove defgroup.
22780 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22781 Move isearch highlighting code closer to lazy highlighting code.
22782
22783 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22784 (query-replace-highlight, query-replace-lazy-highlight)
22785 (query-replace): Move definitions to the beginning of the file.
22786
22787 2005-01-11 Juri Linkov <juri@jurta.org>
22788
22789 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22790 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22791 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22792
22793 * info.el (Info-history-forward): New variable.
22794 (Info-select-node): Reset Info-history-forward to nil.
22795 (Info-last): Turn into defalias.
22796 (Info-history-back): Rename from Info-last.
22797 Add current node to Info-history-forward.
22798 (Info-history-forward): New fun.
22799 (Info-mode-map): Replace Info-last by Info-history-back.
22800 Bind Info-history-forward to "r".
22801 (Info-mode-menu): Replace Info-last by Info-history-back.
22802 Fix menu item text. Add menu item for Info-history-forward.
22803 (info-tool-bar-map): Replace Info-last by Info-history-back.
22804 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22805 for Info-history-forward.
22806 (Info-mode): Replace Info-last by Info-history-back in docstring.
22807 Add local variable Info-history-forward.
22808 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22809
22810 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22811
22812 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22813 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22814 Ignore select-window events rather than fiddle with
22815 mouse-autoselect-window.
22816
22817 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22818
22819 * type-break.el (type-break-mode): Fix previous change.
22820
22821 2005-01-10 Jay Belanger <belanger@truman.edu>
22822
22823 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22824 calculator; only reset when point is inside a calculator.
22825 Don't adjust the window height if the window takes up the whole height
22826 of the frame.
22827
22828 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22829
22830 * ebuff-menu.el (Electric-buffer-menu-mode):
22831 Preserve value of buffer-local var header-line-format.
22832
22833 2005-01-09 Jay Belanger <belanger@truman.edu>
22834
22835 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22836 Make sure settings file exists before accessing it.
22837
22838 * calc/calc-embed.el (calc-embedded-subst):
22839 Replace math-multi-subst-rec, which is only supposed to be called
22840 by math-multi-subst, by math-multi-subst.
22841
22842 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22843
22844 * vc.el (vc-allow-async-revert): New user option.
22845 (vc-disable-async-diff): New internal variable.
22846 (vc-revert-buffer): Use them to disable asynchronous diff.
22847
22848 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22849 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22850 asynchronously if vc-disable-async-diff is t.
22851
22852 2005-01-09 Jay Belanger <belanger@truman.edu>
22853
22854 * calc/calc.el (defcalcmodevar): New macro.
22855 (calc-mode-var-list-restore-default-values)
22856 (calc-mode-var-list-restore-saved-values): New functions.
22857 (calc-mode-var-list): Use defcalcmodevar to define it.
22858 (calc-always-load-extensions, calc-line-numbering)
22859 (calc-line-breaking, calc-display-just, calc-display-origin)
22860 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22861 (calc-group-char, calc-point-char, calc-frac-format)
22862 (calc-prefer-frac, calc-hms-format, calc-date-format)
22863 (calc-float-format, calc-full-float-format, calc-complex-format)
22864 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22865 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22866 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22867 (calc-matrix-brackets, calc-language, calc-language-option)
22868 (calc-left-label, calc-right-label, calc-word-size)
22869 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22870 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22871 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22872 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22873 (calc-window-height, calc-display-trail, calc-show-selections)
22874 (calc-use-selections, calc-assoc-selections)
22875 (calc-display-working-message, calc-auto-why, calc-timing)
22876 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22877 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22878 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22879 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22880 (calc-gnuplot-geometry, calc-graph-default-resolution)
22881 (calc-graph-default-resolution-3d, calc-invocation-macro)
22882 (calc-show-banner): Use defcalcmodevar to declare them and set
22883 their default values.
22884
22885 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22886 instead of default values (but restore default values if there is
22887 an argument of 0).
22888
22889 2005-01-09 David Kastrup <dak@gnu.org>
22890
22891 * desktop.el (desktop-restore-eager): Fix typo in type.
22892
22893 2005-01-08 Richard M. Stallman <rms@gnu.org>
22894
22895 * cus-edit.el (customize): Delete :link.
22896
22897 2005-01-08 Jay Belanger <belanger@truman.edu>
22898
22899 * calc/calc.el (calc-mode): Remove the extension from the
22900 `calc-settings-file' file name when loading it.
22901
22902 2005-01-08 Kim F. Storm <storm@cua.dk>
22903
22904 * info.el (Info-mode-map, Info-next-link-keymap)
22905 (Info-prev-link-keymap, Info-up-link-keymap):
22906 Map follow-link to mouse-face.
22907 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22908
22909 2005-01-08 Jay Belanger <belanger@truman.edu>
22910
22911 * calc/calc.el (calc-settings-file): Change default value.
22912 Suggested by cgw in a comment in calc-mode.el.
22913
22914 * calc/calc-mode.el (calc-settings-file-name):
22915 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22916 Replace ~/.emacs in a prompt by calc-settings-file.
22917
22918 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22919
22920 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22921 (desktop-lazy-idle-delay): New customizable variables.
22922 (desktop-buffer-args-list): New variable.
22923 (desktop-append-buffer-args): New function.
22924 (desktop-save): Call desktop-append-buffer-args for some buffers.
22925 (desktop-lazy-create-buffer): New function.
22926 (desktop-idle-create-buffers): New function.
22927 (desktop-read): Add message about buffers to restore lazily.
22928 (desktop-lazy-abort): New command.
22929 (desktop-clear): Call desktop-lazy-abort.
22930 (desktop-lazy-complete): New command.
22931
22932 2005-01-06 Richard M. Stallman <rms@gnu.org>
22933
22934 * emacs-lisp/find-func.el (find-face-definition):
22935 Rename from find-face.
22936
22937 2005-01-06 Kim F. Storm <storm@cua.dk>
22938
22939 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22940
22941 * man.el (Man-xref-man-page, Man-xref-header-file)
22942 (Man-xref-normal-file): Add follow-link property.
22943
22944 2005-01-06 Jay Belanger <belanger@truman.edu>
22945
22946 * calc/calc-units.el: Make sure the proper macro definitions are
22947 available when compiling.
22948
22949 2005-01-06 Juri Linkov <juri@jurta.org>
22950
22951 * isearch.el (isearch-lazy-highlight-update):
22952 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22953
22954 2005-01-06 Miles Bader <miles@gnu.org>
22955
22956 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22957 (isearch-lazy-highlight-face): Use new name.
22958
22959 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22960
22961 * uniquify.el (uniquify-rationalize-file-buffer-names):
22962 Re-add an interactive spec.
22963 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22964 to the same name.
22965
22966 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22967 (isearch-update, isearch-done): Adjust calls accordingly.
22968
22969 2005-01-05 Richard M. Stallman <rms@gnu.org>
22970
22971 * custom.el (custom-set-variables, custom-theme-set-variables):
22972 Clarify documentation.
22973
22974 * emacs-lisp/find-func.el (find-variable)
22975 (find-variable-other-window, find-variable-other-frame):
22976 Fix the TYPE args to find-function-read and find-function-do-it.
22977 (find-function): Doc fix.
22978 (find-function-at-point): Replace function-at-point alias.
22979
22980 2005-01-04 Richard M. Stallman <rms@gnu.org>
22981
22982 * cus-face.el (custom-declare-face):
22983 Record defface in current-load-list.
22984
22985 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22986
22987 * emacs-lisp/find-func.el: Doc fixes.
22988 (find-face-regexp): New variable.
22989 (find-function-regexp-alist): New variable.
22990 (find-function-C-source): Third arg is now TYPE.
22991 (find-function-search-for-symbol): Handle general TYPE.
22992 (find-function-read, find-function-do-it): Handle general TYPE.
22993 (find-definition-noselect, find-face): New functions.
22994 (function-at-point): Alias deleted.
22995
22996 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22997
22998 * battery.el (display-battery-mode): Rename from display-battery.
22999 Handle the case where it gets turned off.
23000
23001 2005-01-04 Richard M. Stallman <rms@gnu.org>
23002
23003 * cus-edit.el (customize): Make :link point to user doc.
23004
23005 * man.el (Man-fontify-manpage): Turn off undo generation.
23006
23007 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
23008
23009 2005-01-04 Andreas Schwab <schwab@suse.de>
23010
23011 * files.el (insert-directory): Only look for error lines in
23012 inserted text. Don't move too far after processing --dired markers.
23013
23014 2005-01-04 Richard M. Stallman <rms@gnu.org>
23015
23016 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
23017 Don't expand if the character is @, period, dash, etc.
23018 (define-mail-abbrev): Quote names that contain problem characters.
23019
23020 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
23021
23022 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
23023
23024 2005-01-03 Richard M. Stallman <rms@gnu.org>
23025
23026 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
23027 (query-replace-highlight, query-replace-lazy-highlight)
23028 (query-replace): Definitions moved up. Doc fix.
23029
23030 2005-01-03 Richard M. Stallman <rms@gnu.org>
23031
23032 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
23033 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
23034 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
23035 (lazy-highlight-face): Rename from isearch-lazy-...
23036 Change all references to them.
23037
23038 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
23039
23040 * cus-edit.el (custom-file): Doc fix for defcustom.
23041 (custom-file): The function no longer sets the variable
23042 `custom-file' to its return value.
23043
23044 * startup.el (command-line): No longer load `custom-file'.
23045
23046 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
23047
23048 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
23049
23050 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
23051 Don't confuse module-prefixed identifiers for labels.
23052 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
23053
23054 2005-01-02 Richard M. Stallman <rms@gnu.org>
23055
23056 * files.el (basic-save-buffer-1): Fix previous change.
23057
23058 * loadhist.el (file-loadhist-lookup): New function.
23059 (file-provides, file-requires): Use it.
23060
23061 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
23062 instead of calculating the right size.
23063
23064 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
23065
23066 * vc-svn.el (vc-svn-diff): Stay local if possible.
23067
23068 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
23069
23070 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
23071
23072 * files.el (hack-local-variables): Fix last change.
23073
23074 2005-01-02 Jay Belanger <belanger@truman.edu>
23075
23076 * calc/calc-yank.el (calc-edit-top): New variable.
23077 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
23078 object. Change header properties.
23079 (calc-edit-finish, calc-edit-finish-stack-object)
23080 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
23081 edited object.
23082 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
23083 for the beginning of the edited object.
23084 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
23085 for the beginning of the edited object.
23086 * calc/calc-prog.el (calc-edit-macro-finish-edit)
23087 (calc-finish-formula-edit, calc-macro-repeats)
23088 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
23089 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
23090 beginning of the edited object.
23091 (calc-user-define-edit): Change the header for editing macros.
23092 Remove unnecessary variable.
23093
23094 2005-01-01 Jay Belanger <belanger@truman.edu>
23095
23096 * calc/calc-yank.el (calc-edit-mode): Change default header.
23097 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
23098 * calc/calc-store.el (calc-edit-variable): Change title to match new
23099 header.
23100 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
23101 mode to match new header.
23102 (calc-user-define-edit): Change titles to include names of commands.
23103 (calc-finish-formula-edit): Adjust to handle new header.
23104 (calc-finish-macro-edit): Remove.
23105 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
23106 (calc-edit-macro-command, calc-edit-macro-command-type)
23107 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
23108 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
23109 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
23110 (calc-edit-macro-finish-edit): New functions.
23111 (calc-user-define-edit): Use new functions to edit named calc macros.
23112
23113 2005-01-01 Stefan <monnier@iro.umontreal.ca>
23114
23115 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
23116
23117 * ses.el (copy-region-as-kill): Deactivate mark.
23118
23119 2005-01-01 Richard M. Stallman <rms@gnu.org>
23120
23121 * replace.el (occur-1): If the output buffer is also an input,
23122 don't kill it, rename it.
23123
23124 * faces.el (set-face-background, set-face-foreground): Doc fix.
23125
23126 * cus-face.el (custom-face-attributes): Fix :help-echo strings
23127 for :foreground and :background.
23128
23129 * dired.el (dired-view-command-alist): Variable deleted.
23130 (dired-view-file, dired-mouse-find-file-other-window):
23131 Delete the code to use it.
23132
23133 2005-01-01 Kim F. Storm <storm@cua.dk>
23134
23135 * image.el (insert-sliced-image): Use t for line-height property.
23136
23137 See ChangeLog.11 for earlier changes.
23138
23139 ;; Local Variables:
23140 ;; coding: iso-2022-7bit
23141 ;; End:
23142
23143 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
23144 Copying and distribution of this file, with or without modification,
23145 are permitted provided the copyright notice and this notice are preserved.
23146
23147 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1